]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/imenu.el: Comment nitpicks.
[gnu-emacs] / lisp / ChangeLog
1 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * imenu.el: Comment nitpicks.
4
5 2013-02-28 Sam Steingold <sds@gnu.org>
6
7 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
8 See <http://stackoverflow.com/questions/14720205>.
9
10 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11
12 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
13 (net-utils-mode): Use it.
14 (net-utils--revert-cmd): New var.
15 (net-utils-run-simple): Set it, and remove bogus interactive spec.
16 (traceroute): Use net-utils-run-simple.
17
18 2013-02-28 Glenn Morris <rgm@gnu.org>
19
20 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
21
22 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
25 (doc-view-fallback-mode): Remove overlays here.
26 (doc-view-toggle-display): Instead of here. Don't throw away
27 image-mode-winprops-alist.
28 (doc-view-goto-page): Don't mess with hscroll.
29
30 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
31
32 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
33 &optional (bug#13819).
34
35 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/tramp-adb.el (tramp-adb-parse-device-names)
38 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
39
40 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
41
42 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
43 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
44 defined. POSIX environments fall back to the "C" locale then and
45 emit a warning, which shall be suppressed.
46
47 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
50 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
51
52 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
55
56 2013-02-25 Juri Linkov <juri@jurta.org>
57
58 * replace.el (read-regexp): Let-bind `default' to the first
59 element of `defaults' if it's a list, otherwise it should be
60 a string or nil. Let-bind `suggestions' to `defaults' if it's
61 a list, otherwise make a list with the string value. Doc fix.
62 (Bug#13805)
63
64 2013-02-25 Eli Zaretskii <eliz@gnu.org>
65
66 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
67 that match "\`\.#", to avoid compiling lock files, even if they
68 are readable (as they are on MS-Windows).
69
70 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * files.el (basic-save-buffer): Remove redundant directory-creation.
73
74 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
75
76 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
77 Add option to force `pi' to remain symbolic.
78 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
79 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
80 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
81 derivatives, when necessary.
82
83 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
84
85 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
86 (ps-mode-octal-region): Use string-make-unibyte.
87
88 2013-02-23 Glenn Morris <rgm@gnu.org>
89
90 * emulation/viper-cmd.el (viper-submit-report):
91 * progmodes/ps-mode.el (ps-mode-maintainer-address):
92 * progmodes/vera-mode.el (vera-mode-help-address):
93 * textmodes/artist.el (artist-maintainer-address):
94 * textmodes/reftex.el (reftex-report-bug):
95 * vc/ediff-util.el (ediff-submit-report):
96 Add bug-gnu-emacs to bug report address.
97
98 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
99 Remove bug report entries.
100 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
101
102 * emacs-lisp/bytecomp.el (byte-compile-level): New.
103 (byte-compile-file, byte-compile-from-buffer):
104 Use separate input/output buffers for each level of recursive
105 byte-compile-file calls. (Bug#13787)
106
107 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
108
109 * net/tramp.el (tramp-methods): Fix docstring.
110 (tramp-ssh-controlmaster-options): Rename it from
111 `tramp-ssh-controlmaster-template'. Return a string.
112 (tramp-default-method): Adapt check for
113 `tramp-ssh-controlmaster-options'.
114
115 * net/tramp-sh.el (tramp-methods):
116 Replace `tramp-ssh-controlmaster-template' by "%c".
117 (tramp-do-copy-or-rename-file-out-of-band)
118 (tramp-maybe-open-connection): Use it in format spec. Ensure,
119 that it is applied for the first hop only.
120
121 2013-02-22 Juri Linkov <juri@jurta.org>
122
123 * isearch.el (isearch-lazy-highlight-new-loop):
124 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
125 to `isearch-other-end' if it is not nil. (Bug#13402)
126
127 * replace.el (replace-highlight): Let-bind `isearch-other-end'
128 to `match-beg'.
129
130 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
131 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
132 and `isearch-error' to nil.
133
134 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
135
136 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
137
138 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
139 Handle multibyte file names.
140
141 2013-02-22 Glenn Morris <rgm@gnu.org>
142
143 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
144 (sgml-transformation-function): Give it a :set function.
145 (sgml-tag): Doc fix.
146
147 * cmuscheme.el (scheme-buffer):
148 * progmodes/inf-lisp.el (inferior-lisp-buffer):
149 * progmodes/tcl.el (inferior-tcl-buffer):
150 * textmodes/tex-mode.el (tex-command): Doc fixes.
151
152 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
153
154 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
155
156 2013-02-21 Bastien Guerry <bzg@gnu.org>
157
158 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
159
160 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
161
162 * progmodes/python.el (python-info-current-defun):
163 Enhance match-data cluttering prevention.
164
165 2013-02-21 Glenn Morris <rgm@gnu.org>
166
167 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
168 loaded while outline-regexp is let bound. (Bug#9584)
169
170 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
171
172 * progmodes/python.el (python-info-current-defun): Fix failed
173 defun name retrieval because of unwanted match-data cluttering.
174
175 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
176
177 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
178 defconst. Apply independent check for ControlPersist.
179
180 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
181 temporarily, via "env".
182
183 2013-02-21 Glenn Morris <rgm@gnu.org>
184
185 * info.el (Info-enable-edit): Remove.
186 (Info-edit): Disable it rather than using Info-enable.
187 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
188 (Info-cease-edit): Make editing of Info files obsolete.
189
190 * informat.el (Info-tagify):
191 Handle buffers not visiting files. (Bug#13763)
192
193 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
194
195 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
196
197 2013-02-21 Glenn Morris <rgm@gnu.org>
198
199 * files.el (basic-save-buffer): Move check for existing parent
200 directory after hooks. (Bug#13773)
201
202 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * simple.el (command-execute): Move from C. Add obsolete check.
205 (extended-command-history): Move from C.
206
207 2013-02-20 Ulrich Müller <ulm@gentoo.org>
208
209 * jka-cmpr-hook.el (jka-compr-compression-info-list)
210 (jka-compr-mode-alist-additions): Handle .txz suffix for
211 XZ-compressed tar archives (bug#13770).
212
213 2013-02-20 Bastien Guerry <bzg@gnu.org>
214
215 * outline.el (outline-regexp, outline-heading-end-regexp):
216 Make variables, not options (bug#13731).
217
218 2013-02-20 Glenn Morris <rgm@gnu.org>
219
220 * image.el (image-current-frame): Change from variable to function.
221 (image-show-frame): Rename from image-nth-frame. Update callers.
222 * image-mode.el (image-multi-frame): New variable.
223 (image-mode-map, image-mode, image-goto-frame):
224 Use image-multi-frame rather than image-current-frame.
225 (image-mode, image-goto-frame): Use image-current-frame as
226 function rather than as variable.
227
228 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
229 * emacs-lisp/cl-macs.el (cl--make-type-test)
230 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
231
232 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
233
234 * net/tramp-cache.el (tramp-get-hash-table): New defun.
235 (tramp-get-file-property, tramp-set-file-property)
236 (tramp-get-connection-property, tramp-set-connection-property): Use it.
237 (tramp-flush-file-property, tramp-flush-directory-property):
238 Rename argument to KEY.
239 (tramp-flush-connection-property): Simplify a little bit.
240 (tramp-connection-property-p): New defun.
241 (top): Reapply saved values only if there isn't a corresponding
242 entry in `tramp-connection-properties'.
243
244 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
245
246 * progmodes/python.el (python-indent-context):
247 Fix python-info-line-ends-backslash-p call.
248 (python-info-line-ends-backslash-p)
249 (python-info-beginning-of-backslash): Respect line-number argument.
250 (python-info-current-line-comment-p):
251 Fix behavior when not at beginning-of-line.
252 (python-util-position): Remove function.
253 (python-util-goto-line): New function.
254
255 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
256
257 * eshell/em-unix.el (eshell/su): Require tramp.
258 (eshell/sudo): Require tramp. Remove now unnecessary check.
259
260 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
261 `tramp-current-connection' in order to avoid an error when several
262 commands are invoked in a short time in eshell and friends.
263
264 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 Cleanup some of EIEIO's namespace.
267 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
268 Use it to define all the class-* and object-* field accessors (renamed
269 to eieio--class-* and eieio--object-*). Update all uses.
270 (eieio--class-num-slots, eieio--object-num-slots): Rename from
271 class-num-slots and object-num-slots.
272 (eieio--check-type): New macro.
273 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
274 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
275 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
276 (object-assoc-list-safe): Use it.
277 (eieio-defclass): Tighten regexp.
278 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
279 Remove unreachable code.
280 (object-class-fast): Declare obsolete.
281 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
282 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
283 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
284 Rename from class-name, object-name, object-set-name-string,
285 object-class, object-class-name, class-parents, class-children,
286 class-precedence-list, class-parent; with obsolete alias.
287 (class-of, class-direct-superclasses, class-direct-subclasses):
288 Declare obsolete.
289 (eieio-defmethod): Use `memq'; remove unreachable code.
290 * emacs-lisp/eieio-base.el (eieio-persistent-read):
291 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
292 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
293
294
295 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
296
297 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
298 Use font-lock-keyword-face for macros and special forms (bug#8345).
299
300 2013-02-17 Didier Verna <didier@didierverna.net>
301
302 * net/network-stream.el (network-stream-open-starttls):
303 Check that response to the starttls-command is non-nil. (Bug#13706)
304
305 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
308 Don't assume all identifier chars have syntax word.
309 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
310 Remove bar-not-symbol. Adjust callers.
311 (lisp-mode-variables): Don't set a font-lock-syntax-table.
312
313 2013-02-17 Leo Liu <sdl.web@gmail.com>
314
315 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
316
317 2013-02-17 Glenn Morris <rgm@gnu.org>
318
319 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
320
321 * image-mode.el (image-mode-map): Add image-dired menu entry.
322
323 * image-dired.el (tumme): Make this alias obsolete.
324
325 2013-02-16 Glenn Morris <rgm@gnu.org>
326
327 * image.el (image-animated-types): Remove.
328 (image-multi-frame-p): Rename from image-animated-p, and generalize.
329 (image-animated-p): Make obsolete alias.
330 (image-animate, image-nth-frame, image-animate-timeout):
331 Use image-multi-frame-p.
332 (image-animate-timeout): If no delay, use image-default-frame-delay.
333 * image-mode.el (image-mode, image-toggle-animation):
334 Use image-multi-frame-p. (Bug#763, bug#10739)
335 (image-mode): Adjust startup message for a multi-frame image.
336
337 * image-mode.el (image-mode-map): Give it a menu.
338
339 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
340
341 * net/tramp-cache.el (tramp-connection-properties): New customer
342 option.
343 (tramp-get-connection-property): Use it.
344
345 * net/tramp-compat.el (top): Require 'trampver.
346
347 * net/tramp-sh.el (tramp-remote-process-environment):
348 Set tramp-autoload cookie.
349
350 2013-02-16 Kevin Ryde <user42@zip.com.au>
351
352 * info-look.el (info-lookup-select-mode): If major-mode has no
353 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
354
355 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
356
357 * replace.el (read-regexp): Tighten the regexp that matches tag.
358 When tag is retrieved with `find-tag-default', use regexp that
359 matches tag at point. Also update docstring (Bug#13687).
360
361 2013-02-16 Eli Zaretskii <eliz@gnu.org>
362
363 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
364 add watch for the file, not its parent directory, since w32notify
365 sets up the watch for the directory internally. (Bug#13725)
366
367 2013-02-16 Glenn Morris <rgm@gnu.org>
368
369 * image.el (image-default-frame-delay): New variable.
370 (image-animated-p): Use image-default-frame-delay.
371 (image-minimum-frame-delay): New constant.
372 (image-animate-timeout): Use image-minimum-frame-delay.
373
374 * image.el (image-nth-frame): New, split from image-animate-timeout.
375 (image-animate-timeout): Use image-nth-frame.
376 * image-mode.el (image-goto-frame, image-next-frame)
377 (image-previous-frame): New commands.
378 (image-mode-map): Add new frame commands.
379
380 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
381
382 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
383 If col-desc already has help-echo, use it. (Bug#13563)
384
385 2013-02-16 Glenn Morris <rgm@gnu.org>
386
387 * image.el (image-current-frame): New variable.
388 (image-animate-timeout): Set image-current-frame.
389 * image-mode.el (image-mode): For animated images,
390 display a frame counter via mode-line-process.
391
392 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
393
394 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
397
398 2013-02-15 Alan Mackenzie <acm@muc.de>
399
400 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
401 global minor mode has been enabled, call the minor mode function
402 for a new buffer once only, after the major mode hook, whilst
403 allowing that hook explicitly to disable the minor mode.
404 (MODE-disable-in-buffer): New (generated) function.
405 (disable-MODE): New (generated) buffer local variable.
406
407 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
408
409 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
410 `iswitchb-next-match' and `iswitchb-prev-match' resply.
411 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
412 `ido-next-match' and `ido-prev-match' resply.
413 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
414 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
415 `icomplete-backward-completions' (Bug#13708).
416
417 2013-02-15 Glenn Morris <rgm@gnu.org>
418
419 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
420
421 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * net/goto-addr.el (goto-address-fontify): Add start and end args.
424 (goto-address-fontify-region): Use them instead of narrowing, so
425 syntax-ppss has access to the whole buffer.
426
427 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
428
429 * progmodes/python.el: Explain how to restore "cc-mode"-like
430 forward-sexp movement in header documentation (Bug#13642).
431 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
432 comments and strings (GH bug 114).
433
434 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
435
436 * progmodes/python.el (python-info-current-defun): Fix current
437 defun detection (Bug#13618).
438
439 2013-02-15 Chong Yidong <cyd@gnu.org>
440
441 * xml.el (xml-parse-string): Fix typo in handling of bad character
442 references.
443
444 2013-02-15 Glenn Morris <rgm@gnu.org>
445
446 * play/fortune.el (fortune-compile): Simplify and fix previous change.
447
448 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
449
450 * net/tramp.el (tramp-debug-message):
451 Add `tramp-condition-case-unless-debug'.
452 (tramp-debug-on-error): New defvar.
453 (tramp-condition-case-unless-debug): New defun.
454 (tramp-file-name-handler): Use it.
455
456 2013-02-14 Juri Linkov <juri@jurta.org>
457
458 * info.el (Info-isearch-filter): Treat non-nil values of
459 `search-invisible' including its default value `open'
460 like the value `t' to match hidden text. (Bug#13402)
461
462 2013-02-14 Glenn Morris <rgm@gnu.org>
463
464 * help-fns.el (find-lisp-object-file-name): Give special treatment
465 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
466
467 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
468
469 * net/quickurl.el (quickurl-save-urls):
470 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
471
472 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
473
474 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
475 depth for unfinished percent literal. Not using it in the caller.
476 (ruby-move-to-block): Jump over multiline literals of all types,
477 ignoring code-looking contents inside them.
478 (ruby-add-log-current-method): Improve performance at the expense
479 of accuracy. `ruby-block-contains-point' is relatively slow, so
480 only use it for method and singleton class blocks.
481
482 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
483
484 Use ControlMaster where applicable. (Bug#13677)
485
486 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
487 replacing `tramp-detect-ssh-controlmaster'.
488 (tramp-default-method): Use it.
489
490 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
491 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
492 arguments.
493 [scpc, rsyncc]: Remove methods.
494 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
495 and "ssh2_old".
496 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
497 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
498
499 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * emacs-lisp/package.el (package--initialized): Move before first use.
502
503 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
504
505 * icomplete.el (icomplete-hide-common-prefix): New user option.
506 (icomplete-first-match): New face.
507 (icomplete-completions): Correct handling of "complete but not
508 unique" (Bug#12638).
509
510 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
511
512 * descr-text.el (describe-char): Display the script (bug#13698).
513
514 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * tmm.el: Use lexical-binding and current-active-maps.
517 (tmm-menubar): Use map-keymap and pcase.
518 (tmm--completion-table): New function.
519 (tmm-prompt): Use it to fix the menu order.
520 (tmm-get-keybind): Use current-active-maps.
521
522 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
523
524 Add dired-hide-details-mode. (Bug#6799)
525
526 * locate.el (locate-mode): Set parent mode property to dired-mode.
527
528 * find-dired.el (find-dired): Call dired-insert-set-properties on
529 initial information line. Set process mark on end of buffer.
530 (find-dired-sentinel):
531 Call dired-insert-set-properties on summary.
532
533 * dired.el (dired-hide-details-hide-symlink-targets)
534 (dired-hide-details-hide-information-lines): New options.
535 (dired-insert-directory):
536 Set properties after final treatment of output.
537 (dired-insert-set-properties):
538 Set dired-hide-details-* properties.
539 (dired-mode-map): Bind dired-hide-details-mode.
540 (dired-mode): Set buffer-invisibility-spec to a list.
541 (dired-next-line): Skip hidden lines.
542 (dired-previous-line): Use dired-next-line.
543 (dired-hide-details-mode): New minor mode.
544 (dired-hide-details-update-invisibility-spec): New function.
545
546 2013-02-13 Glenn Morris <rgm@gnu.org>
547
548 * play/yow.el: Move to obsolete/. (Bug#9384)
549
550 2013-02-13 Juri Linkov <juri@jurta.org>
551
552 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
553 to select `ediff-control-frame' and set input focus correctly on Xfce.
554 (Bug#12218)
555
556 2013-02-13 Juri Linkov <juri@jurta.org>
557
558 * image-mode.el (image-mode-map):
559 * doc-view.el (doc-view-mode-map):
560 * vc/ediff-util.el (ediff-setup-keymap):
561 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
562
563 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
564
565 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
566 performance. Instead of recalculating indentation fully for each
567 line, sum up indentation depth based only on visited lines.
568 (ruby-parse-partial): Increase the depth after "do" even when END
569 is right after it.
570 (ruby-parse-partial): When END is in the middle of a percent
571 literal, increase the depth if the delimiter chars belong to the
572 paren syntax class.
573
574 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
575
576 * play/fortune.el (fortune-compile): Also make the compiled file
577 if it does not exist at all, not just if it is old. (Bug#5338)
578
579 2013-02-13 Glenn Morris <rgm@gnu.org>
580
581 * emacs-lisp/package.el (package-menu-execute): Doc fix.
582
583 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
584
585 * lisp/emacs-lisp/package.el (package-menu-execute):
586 Add optional noquery argument. (Bug#13625)
587
588 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
589
590 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
591 if DIR exists and PARENTS is non-nil.
592
593 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
594
595 * progmodes/js.el (js--multi-line-declaration-indentation):
596 Silence byte-compiler warning.
597
598 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
599
600 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
601
602 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
603 only if it doesn't exist.
604
605 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
606 Set process marker.
607
608 2013-02-12 Tassilo Horn <tsdh@gnu.org>
609
610 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
611 UserInstallation when calling soffice to work around LibreOffice
612 bug 37531.
613
614 2013-02-12 Glenn Morris <rgm@gnu.org>
615
616 * files.el (basic-save-buffer):
617 Offer to create a non-existing directory. (Bug#3016)
618
619 * calc/calc-graph.el (calc-graph-show-dumb):
620 * calendar/calendar.el (calendar-mode-map):
621 * cus-edit.el (custom-mode-map):
622 * ehelp.el (electric-help-map):
623 * emulation/vip.el (vip-mode-map):
624 * epa.el (epa-key-list-mode-map):
625 * info.el (Info-mode-map):
626 * mail/rmail.el (rmail-mode-map):
627 * mail/rmailsum.el (rmail-summary-mode-map):
628 * man.el (Man-mode-map):
629 * net/newst-plainview.el (newsticker-mode-map):
630 * progmodes/cpp.el (cpp-edit-mode-map):
631 * progmodes/grep.el (grep-mode-map):
632 * progmodes/idlw-help.el (idlwave-help-mode-map):
633 * simple.el (special-mode-map):
634 * startup.el (splash-screen-keymap):
635 * view.el (view-mode-map):
636 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
637
638 2013-02-11 Elias Pipping <pipping@lavabit.com>
639
640 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
641 (bug#13679).
642
643 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
646
647 2013-02-11 Glenn Morris <rgm@gnu.org>
648
649 * vc/diff.el (diff-use-labels): New variable.
650 (diff-no-select): Use --label rather than -L, and first
651 check that it is supported. (Bug#11067)
652
653 * files.el (enable-dir-local-variables): New variable.
654 (hack-dir-local-variables): Respect enable-dir-local-variables.
655 * tutorial.el (help-with-tutorial):
656 Ignore directory-local variables. (Bug#11127)
657
658 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
659 (vc-svn-global-switches): ... to here. (Bug#13513)
660
661 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
662
663 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
664 Handle "foo (bar, default: xxx): " prompts.
665
666 2013-02-10 Chong Yidong <cyd@gnu.org>
667
668 * files.el (basic-save-buffer-1): Do not set
669 buffer-file-coding-system-explicit (Bug#4533).
670
671 * mail/emacsbug.el (report-emacs-bug): Change binding of
672 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
673
674 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
675
676 * calc/calc.el (calc-allow-units-as-numbers): New variable.
677 * calc/calc-units.el (calc-convert-units): Use new variable.
678
679 2013-02-09 Eli Zaretskii <eliz@gnu.org>
680
681 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
682
683 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
684 buffer-file-type.
685
686 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
687 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
688 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
689 coding-system-for-write instead.
690
691 * jka-compr.el (jka-compr-write-region): Don't bind
692 buffer-file-type.
693
694 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
695 buffer-file-type.
696
697 * files.el (file-name-buffer-file-type-alist): Remove defvar.
698 (insert-file-contents-literally): Remove reference to
699 file-name-buffer-file-type-alist.
700
701 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
702 make-obsolete.
703 (find-buffer-file-type-match, find-buffer-file-type): Remove.
704 (find-buffer-file-type-coding-system): Remove references to
705 find-buffer-file-type-match, find-buffer-file-type, and
706 buffer-file-type.
707 Don't put find-buffer-file-type-coding-system into
708 file-coding-system-alist.
709 (find-file-binary, find-file-text): Bind coding-system-for-read
710 instead of file-name-buffer-file-type-alist.
711
712 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
713
714 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
715 converter (Bug#13622).
716 (doc-view-unoconv-program): Make obsolete alias.
717 (doc-view-odf->pdf-converter-program): New variable.
718 (doc-view-odf->pdf-converter-function): New variable.
719 (doc-view-mode-p): Use it.
720 (doc-view-odf->pdf-converter-unoconv):
721 Rename from `doc-view-odf->pdf-converter-unoconv'.
722 (doc-view-odf->pdf-converter-soffice): New function.
723 (doc-view-convert-current-doc):
724 Use `doc-view-odf->pdf-converter-function'.
725
726 2013-02-09 Chong Yidong <cyd@gnu.org>
727
728 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
729 view-echo-area-messages (Bug#13340).
730
731 * help.el (view-echo-area-messages): Use display-buffer.
732
733 * dired-x.el (dired-do-run-mail): Prompt for confirmation
734 (Bug#13561).
735
736 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
739 Eval body right away, now that we do eager macroexpansion (bug#13605).
740
741 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
742 (fundamental-mode): Use run-mode-hooks.
743
744 * eshell/esh-proc.el (eshell/kill): Fix last change.
745 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
746
747 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
748
749 * eshell/esh-proc.el (eshell/kill): Rewrite.
750
751 * eshell/em-ls.el (show-almost-all): Declare.
752 (eshell-do-ls): Add support for -A argument.
753
754 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
755
756 * icomplete.el (icomplete-forward-completions)
757 (icomplete-backward-completions): Handle corner case (bug#13602).
758
759 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
760
761 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
762 be nil. Handle this. (Bug#13636)
763
764 2013-02-07 Richard Stallman <rms@gnu.org>
765
766 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
767 `save-buffer-coding-system'.
768
769 2013-02-07 Alan Mackenzie <acm@muc.de>
770
771 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
772 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
773 (c-parse-state-get-strategy): Don't return 'BOD any more.
774 (c-append-lower-brace-pair-to-state-cache):
775 Extra parameter HERE instead of narrowing.
776 Widen to top of buffer before searching backwards for a brace pair.
777 (c-state-push-any-brace-pair): Add HERE parameter to function call.
778 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
779 Narrow to parameter HERE, in place of being called narrowed.
780 (c-remove-stale-state-cache): Extra parameter HERE in place of
781 narrowing. Check there's an open brace in the cache before
782 searching for its match.
783 (c-invalidate-state-cache-1): Add HERE parameter to function call.
784 (c-parse-state-1): Don't narrow here for 'forward strategy,
785 instead passing extra parameter HERE to several functions.
786 Remove 'BOD strategy.
787
788 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
789
790 * emacs-lisp/package.el (describe-package-1): Tell what archive is
791 used to install the package.
792
793 2013-02-06 Glenn Morris <rgm@gnu.org>
794
795 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
796 if we can't get user input. (Bug#6567)
797
798 * startup.el (command-line): If simple.el is missing,
799 test and warn about for some possible causes.
800
801 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
802
803 * cus-start.el (all): Add ns-use-native-fullscreen.
804
805 2013-02-05 Glenn Morris <rgm@gnu.org>
806
807 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
808
809 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
810 Fix directory creation in fallback case.
811
812 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
813
814 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
815 (vc-update-change-log): Use dolist.
816
817 2013-02-04 Chong Yidong <cyd@gnu.org>
818
819 * thingatpt.el: Rewrite the URL detection routines, absorbing some
820 code from ffap.el.
821 (thing-at-point-beginning-of-url-regexp): New var.
822 (thing-at-point-uri-schemes): Update list of URI schemes.
823 (thing-at-point-url-regexp): Variable deleted.
824 (thing-at-point-markedup-url-regexp): Disallow newlines.
825 (thing-at-point-newsgroup-regexp)
826 (thing-at-point-newsgroup-heads)
827 (thing-at-point-default-mail-uri-scheme): New variables.
828 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
829 method to find the possible bounds of the URI at point.
830 New optional argument to find ill-formed URIs.
831 (thing-at-point-url-at-point): Rewrite. New arguments for finding
832 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
833 the scheme-adding heuristics from ffap-url-at-point.
834 (thing-at-point--bounds-of-well-formed-url): New function.
835 Do parens matching to decide whether to include parens in the URI
836 (Bug#9153).
837
838 * ffap.el: Require thingatpt.
839 (ffap-url-at-point): Delegate URI detection to thing-at-point.
840 All URI-valid characters are now recognized (Bug#5673).
841 (ffap-string-at-point): Use use-region-p.
842 (ffap-url-regexp): Extra character is handled by thing-at-point.
843 (ffap-string-at-point-mode-alist): Allow parentheses.
844 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
845 Convert to aliases; code moved to thingatpt.el.
846 (ffap-gnus-hook): Use setq-local.
847
848 2013-02-04 Glenn Morris <rgm@gnu.org>
849
850 * emacs-lisp/ert.el (ert--explain-format-atom):
851 Don't try to print non-characters as characters. (Bug#13543)
852
853 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
854
855 * net/tramp.el (tramp-debug-message): Extend function exclude list.
856 (tramp-backtrace): New defun.
857 (tramp-handle-insert-file-contents): Use `visit' when inserting
858 the local copy.
859
860 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
861 Use `remote-file-name-inhibit-cache'.
862
863 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
866 (bug#13614).
867
868 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
869 current-load-list (bug#13366).
870
871 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
872
873 * progmodes/compile.el (compilation-error-regexp-alist-alist):
874 Identify g++ template instantiation trace. (Bug#12287)
875 (compilation-mode-hook, compilation-start-hook)
876 (compilation-window-height): Simplify docstrings. (Bug#13379)
877
878 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * mouse.el (mouse-drag-track): Always deactivate the mark before
881 running the final event's command since that command is in charge of
882 activating the mark if needed (bug#13523).
883
884 2013-02-02 Juri Linkov <juri@jurta.org>
885
886 * replace.el (perform-replace): Move let-bindings of isearch-*
887 variables deeper to the loop that searches for the next match.
888 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
889 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
890 (Bug#13579)
891
892 * isearch.el (isearch-search-fun-default): Check for null
893 first element of isearch-cmds as a precaution when it's used
894 with inactive isearch.
895
896 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
897
898 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
899 error when buffer in question is narrowed so position 1 is out of
900 visible part.
901
902 2013-02-02 Glenn Morris <rgm@gnu.org>
903
904 * textmodes/remember.el (remember-clipboard): Doc fix.
905
906 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
909 properties (bug#13179).
910
911 2013-02-02 Juri Linkov <juri@jurta.org>
912
913 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
914 instead of hard-coded default face `match'. (Bug#9438)
915
916 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
917
918 * vc/vc-arch.el (vc-arch-registered):
919 * vc/vc-bzr.el (vc-bzr-registered):
920 * vc/vc-cvs.el (vc-cvs-registered):
921 * vc/vc-git.el (vc-git-registered):
922 * vc/vc-hg.el (vc-hg-registered):
923 * vc/vc-mtn.el (vc-mtn-registered):
924 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
925 (Bug#13139)
926
927 * info.el (Info-next-reference, Info-prev-reference): Add numeric
928 prefix argument. (Bug#11656)
929
930 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
933
934 2013-02-01 Glenn Morris <rgm@gnu.org>
935
936 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
937 if the backend is known not to support it.
938
939 * imenu.el (imenu-default-create-index-function):
940 Tweak infinite loop test to check for forward motion as well as none.
941
942 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
943
944 * net/soap-client.el (soap-invoke): Encode the string for
945 `url-request-data' as UTF-8.
946 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
947
948 2013-02-01 Glenn Morris <rgm@gnu.org>
949
950 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
951
952 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
953
954 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
955
956 * net/tramp.el (tramp-tramp-file-p): Comment check for
957 `string-as-unibyte'. The function does not exist on XEmacs, and
958 likely we need another approach.
959
960 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
961 `tramp-gw-*' variables are bound.
962
963 2013-01-31 Glenn Morris <rgm@gnu.org>
964
965 * files.el (basic-save-buffer-2): Choose coding system for
966 writing the file before backing it up, to reduce delay between
967 backing up and writing the new version. (Bug#13522)
968
969 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
970
971 * simple.el (cycle-spacing): New command.
972 (just-one-space): Use it.
973
974 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
977 (opascal-newline-always-indents): Remove custom.
978 (opascal-tab, opascal-newline): Remove commands.
979 (opascal-new-comment-line): Insert "\n" instead of calling newline.
980 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
981 (opascal-save-match-data): Remove, use save-match-data instead.
982 (opascal-save-state): Use with-silent-modifications.
983
984 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
985 (bug#13585).
986
987 2013-01-30 Juri Linkov <juri@jurta.org>
988
989 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
990 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
991 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
992
993 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
996 column if we're just deleting the backslashes.
997 (makefile-fill-paragraph): Use eolp.
998
999 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1000
1001 * autorevert.el (auto-revert-use-notify): Fix docstring.
1002
1003 2013-01-30 Leo Liu <sdl.web@gmail.com>
1004
1005 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1006
1007 2013-01-30 Glenn Morris <rgm@gnu.org>
1008
1009 * mouse.el (mouse-drag-line): Avoid pushing same event onto
1010 unread-command-events twice in some cases. This tries to implement
1011 the 2012-07-26 changes in a different way. (Bug#13560)
1012
1013 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1014
1015 * progmodes/python.el
1016 (python-pdbtrack-comint-output-filter-function): Enhancements on
1017 stacktrace detection. (thanks @gnovak)
1018
1019 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1022 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1023 Use defvar-local.
1024 (jit-lock-register): Use setq-local.
1025
1026 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
1027
1028 * calc-units.el (math-default-units-table): Remove initial value.
1029 (calc-convert-units): Treat expressions where all the units cancel as
1030 if they didn't have units.
1031
1032 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1033
1034 * net/tramp.el (tramp-process-connection-type): Fix docstring.
1035 (tramp-completion-reread-directory-timeout): Fix type.
1036 (tramp-connection-min-time-diff): New defcustom.
1037
1038 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1039
1040 2013-01-30 Glenn Morris <rgm@gnu.org>
1041
1042 * imenu.el (imenu-default-create-index-function):
1043 Put back a version of the infinite loop test removed 2013-01-23.
1044
1045 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1046
1047 * progmodes/python.el (python-shell-parse-command):
1048 Find python-shell-interpreter with modified environment.
1049
1050 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1053
1054 2013-01-29 Alan Mackenzie <acm@muc.de>
1055
1056 Amend to fontify /regexp/s in actions correctly.
1057 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1058 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1059 are no longer included.
1060 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1061 What used to be these variables without "-line" in the name.
1062 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
1063 (c-awk-non-arith-op-bra-re): Now also matches {.
1064 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1065 "return", and "case".
1066 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1067 by /.
1068 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1069 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1070
1071 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * autorevert.el (auto-revert-use-notify):
1074 Use `custom-initialize-default' for initialization. (Bug#13583)
1075
1076 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1077
1078 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1079 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1080 in `tramp-file-name-handler'.
1081 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1082 compatibility.
1083 (tramp-compute-multi-hops): Check, whether
1084 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1085
1086 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1089 (bug#13297).
1090
1091 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1092
1093 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1094 checks made superfluous by the \_< operator.
1095 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1096 temporarily) broken indentation.
1097 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1098 Highlight nested constants, too. \_< broke that.
1099
1100 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
1101
1102 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1103 instead of "\\b".
1104
1105 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * autorevert.el (auto-revert-handler): Notifications which result
1108 from a saved file shall not be taken into account. (Bug#13557)
1109
1110 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
1111
1112 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1113 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1114 (lisp-mode): Pass t for it. (Bug#13556)
1115
1116 2013-01-25 Alan Mackenzie <acm@muc.de>
1117
1118 AWK Mode: Fix indentation bug at top level. Bug #12274.
1119
1120 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1121 just before CASE 5D.
1122
1123 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
1124
1125 * net/socks.el (socks-nslookup-host): Use string-to-number.
1126
1127 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
1128
1129 * autorevert.el (auto-revert-remote-files)
1130 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1131 (auto-revert-notify-enabled, auto-revert-use-notify)
1132 (auto-revert-notify-watch-descriptor-hash-list)
1133 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1134 (auto-revert-notify-event-descriptor)
1135 (auto-revert-notify-event-action)
1136 (auto-revert-notify-event-file-name): Doc fix.
1137 (global-auto-revert-mode): Reorder checks.
1138 (auto-revert-notify-rm-watch): Respect changed values of
1139 `auto-revert-notify-watch-descriptor-hash-list'.
1140 (auto-revert-notify-add-watch): Check for
1141 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
1142 `inotify-add-watch'. Watch `default-directory' instead of
1143 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
1144 has a changed meaning now. (Bug#13540)
1145 (auto-revert-notify-handler): Change implementation wrt events
1146 returning from a directory.
1147 (auto-revert-handler): Reorder implementation for checks of remote
1148 files.
1149 (auto-revert-buffers): Fix parentheses error.
1150
1151 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
1152
1153 * progmodes/python.el: Enhancements to header documentation about
1154 skeletons. (Bug#5716)
1155
1156 * imenu.el (imenu-default-create-index-function): Remove useless
1157 infinite loop check. (Bug#13438)
1158
1159 2013-01-25 Alan Mackenzie <acm@muc.de>
1160
1161 Fix a bug in the state cache mechanism. Refactor this a bit.
1162
1163 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1164 `cache-pos' element from the return value.
1165 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1166 buffer to enable proper searching from beyond HERE. Amend the
1167 test for detecting the sought brace pair. Amend the value written
1168 to the "brace desert cache" when the brace isn't found.
1169 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1170 and several other variables analogously.
1171 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1172 parameter to a locally calculated variable.
1173 (c-parse-state-1): Change the calling conventions to the two
1174 defuns involving `cache-pos'.
1175
1176 2013-01-25 Chong Yidong <cyd@gnu.org>
1177
1178 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1179
1180 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
1181
1182 * paren.el (show-paren-function): Make sure to set 'priority and
1183 'face only if the overlay does exist.
1184
1185 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1188
1189 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1190 basic attributes.
1191 (tramp-sh-handle-set-file-acl): Improve error checking.
1192
1193 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1194
1195 * doc-view.el (doc-view-display): Force mode line update until all
1196 document is converted. Suggested by Stefan Monnier (Bug#13164).
1197
1198 2013-01-23 Bastien Guerry <bzg@gnu.org>
1199
1200 * paren.el (show-paren-function): Make sure an overlay exists
1201 before trying to delete it. Also use `pos' as a position only
1202 when it is an integer.
1203
1204 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
1205
1206 * play/gametree.el (gametree-break-line-here): Use point-marker.
1207
1208 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
1209
1210 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1211 Mark descriptive parts with `display' property.
1212
1213 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1214
1215 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1216 New variable to map standard dict names to hunspell ones.
1217 (ispell-set-spellchecker-params): Make sure specific dict names
1218 are used for standard dicts with hunspell.
1219
1220 2013-01-21 Tassilo Horn <tsdh@gnu.org>
1221
1222 * textmodes/reftex-cite.el (reftex-format-citation): Add format
1223 chars for note (%N) and url (%U).
1224 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1225
1226 2013-01-21 Juri Linkov <juri@jurta.org>
1227
1228 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1229 in addition to existing separate binding `meta f10' in `global-map'.
1230 (Bug#13484)
1231
1232 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
1233
1234 Improve XEmacs compatibility.
1235
1236 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1237
1238 * net/tramp-adb.el (top): Require `time-date'.
1239 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1240 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1241 Use `tramp-file-name-handler'.
1242 (tramp-adb-maybe-open-connection):
1243 Use `tramp-compat-set-process-query-on-exit-flag'.
1244
1245 * net/tramp-sh.el (tramp-sh-handle-file-acl):
1246 Use `tramp-compat-funcall'.
1247
1248 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1249 `tramp-compat-funcall'.
1250
1251 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
1252
1253 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1254 reimplementation using "adb shell command ..." instead of running
1255 remote shell interactively.
1256
1257 2013-01-20 Glenn Morris <rgm@gnu.org>
1258
1259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1260 Add native profiler menu entries.
1261
1262 * profiler.el (profiler-running-p): New function.
1263 (profiler-cpu-profile): Use profiler-running-p.
1264 (profiler-report-mode-map): Add some more menu entries.
1265
1266 2013-01-19 Glenn Morris <rgm@gnu.org>
1267
1268 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1269 fixes 2012-12-07 change. (Bug#13499)
1270
1271 2013-01-19 Leo Liu <sdl.web@gmail.com>
1272
1273 * dired.el (dired-get-marked-files): Prune erroneous values due to
1274 last change. (Bug#13152)
1275
1276 2013-01-19 Glenn Morris <rgm@gnu.org>
1277
1278 * progmodes/etags.el (tags-table-check-computed-list):
1279 Preserve point in tags buffer. (Bug#13412)
1280
1281 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1282
1283 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
1284 Chong Yidong <cyd@gnu.org>
1285
1286 * image-mode.el (image-next-file, image-previous-file):
1287 New commands (Bug#8453).
1288 (image-mode-map): Bind them to n and p.
1289 (image-mode--images-in-directory): New helper function.
1290
1291 2013-01-19 Chong Yidong <cyd@gnu.org>
1292
1293 * image-mode.el (image-mode-fit-frame): Add a frame argument.
1294 Suggested by Drew Adams (Bug#7730). Handle window decorations;
1295 save and restore the old window configuration.
1296
1297 2013-01-18 Leo Liu <sdl.web@gmail.com>
1298
1299 * progmodes/js.el: Tweak autoload cookie for alias.
1300
1301 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1302
1303 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1304 buffer local, again. This was lost with the fix on 2013-01-12.
1305
1306 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
1307
1308 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1309 order to support several eshell buffers in parallel.
1310
1311 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1312
1313 * autorevert.el (auto-revert-use-notify): In the :set function, do
1314 not modify `kill-buffer-hook'.
1315 (auto-revert-notify-rm-watch):
1316 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1317 (auto-revert-notify-add-watch): Do not call
1318 `auto-revert-notify-rm-watch', but add it to a buffer local
1319 `kill-buffer-hook'.
1320
1321 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1324 call to `eval' rather than a backquoted lambda.
1325
1326 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1329 to return an explicit nil.
1330 (advice--remove-function): Change accordingly.
1331
1332 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1333 the use of nadvice.el.
1334
1335 * progmodes/which-func.el (which-function): Silence imenu errors
1336 (bug#13433).
1337
1338 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1339
1340 * progmodes/sql.el: (sql-imenu-generic-expression):
1341 (sql-mode-font-lock-object-name): Match schema qualified names.
1342 (sql-connect): Use string keys.
1343 (sql-product-interactive): Wait for interpreter prompt.
1344 (sql-comint-oracle): Set process coding based on NLS_LANG.
1345
1346 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1347
1348 * progmodes/sql.el (sql-output-to-send): Remove, unused.
1349 (sql-interactive-remove-continuation-prompt):
1350 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1351
1352 2013-01-14 Leo Liu <sdl.web@gmail.com>
1353
1354 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1355 (Bug#13420)
1356
1357 2013-01-14 Glenn Morris <rgm@gnu.org>
1358
1359 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1360 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1361
1362 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
1363
1364 * progmodes/python.el (python-nav-end-of-statement):
1365 Fix cornercase when handling multiline strings.
1366
1367 2013-01-13 Richard Stallman <rms@gnu.org>
1368
1369 * mail/sendmail.el (mail-position-on-field): Add doc string.
1370
1371 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1372 Get current message boundaries and pass them to
1373 message-forward-make-body-mime. Minor style changes.
1374
1375 2013-01-13 Eli Zaretskii <eliz@gnu.org>
1376
1377 * cus-start.el (all): Avoid warnings about
1378 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1379
1380 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1381
1382 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1383
1384 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * jit-lock.el (jit-lock-debug-mode): New minor mode.
1387 (jit-lock--debug-fontifying): New var.
1388 (jit-lock--debug-fontify): New function.
1389 * subr.el (condition-case-unless-debug): Don't prevent catching the
1390 error, just let the debbugger run.
1391 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1392 timer code and don't drop errors silently.
1393
1394 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1397 `permanent-local' property.
1398 (auto-revert-notify-handler): Use `file-equal-p'.
1399
1400 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1401
1402 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1403 file notification by ACTION. For filtering by file name, compare
1404 only the non-directory part of the file name.
1405
1406 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * autorevert.el: Use cl-lib instead of cl.
1409
1410 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1411 (vc-bzr-checkin): Use it.
1412 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1413 will preserve match-data.
1414
1415 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1416
1417 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1418 (js--declaration-keyword-re): New var.
1419 (js--multi-line-declaration-indentation): New function.
1420 (js--proper-indentation): Use it.
1421
1422 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1423
1424 * calc/calc.el (calc-highlight-selections-with-faces)
1425 (calc-dispatch):
1426 * comint.el (comint-history-isearch-message):
1427 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1428 * ffap.el (ffap-string-at-point-region, ffap-next)
1429 (ffap-string-at-point, ffap-string-around)
1430 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1431 (ffap-literally):
1432 * font-lock.el (font-lock-keywords-alist)
1433 (font-lock-removed-keywords-alist):
1434 * help-mode.el (help-xref-symbol-regexp):
1435 * info.el (Info-find-emacs-command-nodes):
1436 * international/mule.el (add-to-coding-system-list):
1437 * isearch.el (isearch-message-function, isearch-fail-pos):
1438 * misearch.el (multi-isearch-next-buffer-function):
1439 * newcomment.el (comment-box):
1440 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1441 (pr-setting-database):
1442 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1443 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1444 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1445 (pike-font-lock-keywords-3):
1446 * progmodes/compile.el (compile):
1447 * progmodes/etags.el (tags-table-files)
1448 (tags-table-files-function, tags-included-tables-function):
1449 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1450 (gdb-restore-windows):
1451 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1452 (ps-n-up-filling-database):
1453 * server.el (server-buffer, server-log):
1454 * simple.el (newline, delete-backward-char, delete-forward-char)
1455 (minibuffer-history-isearch-message, kill-line, track-eol)
1456 (temporary-goal-column):
1457 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1458 (flyspell-default-deplacement-commands):
1459 * textmodes/ispell.el (ispell-accept-output):
1460 * textmodes/sgml-mode.el (html-tag-help):
1461 * vc/compare-w.el (compare-ignore-whitespace)
1462 (compare-ignore-case, compare-windows-dehighlight):
1463 * vc/diff.el (diff):
1464 * whitespace.el (whitespace-point)
1465 (whitespace-font-lock-refontify, whitespace-bob-marker)
1466 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1467
1468 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1469
1470 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1471 (auto-revert-notify-rm-watch): Ignore errors.
1472 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1473 inotify, and '(size last-write-time) for w32notify.
1474 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1475 watch fails - this is a fallback to the file modification check.
1476 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1477 (auto-revert-notify-event-action)
1478 (auto-revert-notify-event-file-name): New defuns.
1479 (auto-revert-notify-handler): Use them. Implement first
1480 plausibility checks.
1481 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1482
1483 2013-01-11 Julien Danjou <julien@danjou.info>
1484
1485 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1486 max are almost equal. Also return the correct value for V which is
1487 already between 0 and 1.
1488
1489 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1490
1491 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1492
1493 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1494
1495 * autorevert.el (auto-revert-notify-rm-watch)
1496 (auto-revert-notify-add-watch): Fix typos in w32notify function
1497 names.
1498
1499 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1500
1501 * autorevert.el (auto-revert-notify-enabled): Move up.
1502 (auto-revert-use-notify): New defcustom.
1503 (auto-revert-mode, global-auto-revert-mode)
1504 (auto-revert-notify-add-watch, auto-revert-handler)
1505 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1506 `auto-revert-notify-enabled'.
1507
1508 2013-01-10 Elias Pipping <pipping@exherbo.org>
1509
1510 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1511 * doc-view.el (doc-view-document->bitmap):
1512 Use doc-view-single-page-converter-function instead of
1513 single-page-converter arg; adjust callers.
1514
1515 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1516
1517 * progmodes/which-func.el (which-function): Understand Semantic's use
1518 of overlays in imenu--index-alist.
1519
1520 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1521
1522 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1523 (Man-man-k-use-anchor): New var.
1524 (Man-parse-man-k): New function.
1525 (Man-completion-table): Use it.
1526 (man): Flush the completion cache between uses.
1527
1528 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * autorevert.el: Add file watch support.
1531 (auto-revert-notify-enabled): New defconst.
1532 (auto-revert-notify-watch-descriptor-hash-list)
1533 (auto-revert-notify-watch-descriptor)
1534 (auto-revert-notify-modified-p): New defvars.
1535 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1536 (auto-revert-notify-handler): New defuns.
1537 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1538 when mode is disabled.
1539 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1540 (auto-revert-buffers): Add file watches for active buffers.
1541
1542 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1543
1544 * cus-start.el (toplevel): Only allow float values for
1545 scroll-up-aggressively and scroll-down-aggressively.
1546 Allow any number for line-spacing.
1547
1548 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1551 (doc-view-pdf->png-converter-function): Use mupdf if available.
1552 (doc-view-djvu->png-converter-function)
1553 (doc-view-ps->png-converter-function): Remove.
1554 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1555 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1556 (doc-view-already-converted-p): Adjust accordingly.
1557 (doc-view-mode-p): Simplify.
1558 (doc-view-enlarge): Use setq-local.
1559 (doc-view-pdf->png-converter-ghostscript)
1560 (doc-view-djvu->png-converter-ddjvu)
1561 (doc-view-pdf->png-converter-mupdf): Rework to call
1562 doc-view-start-process directly.
1563 (doc-view-pdf/ps->png): Simplify accordingly.
1564 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1565 (doc-view-document->bitmap): Rename from doc-view-document->png.
1566 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1567 (doc-view-set-slice-from-bounding-box): Fix completion table.
1568 (doc-view-mode): Use add-hook for after-revert-hook.
1569
1570 2013-01-10 Glenn Morris <rgm@gnu.org>
1571
1572 * emacs-lisp/authors.el (authors-ignored-files)
1573 (authors-valid-file-names, authors-renamed-files-alist):
1574 Add some more entries.
1575
1576 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1579 `t' pseudo-window entry.
1580
1581 2013-01-10 Alan Mackenzie <acm@muc.de>
1582
1583 Fix bugs in the c-parse-state mechanism. Reuse some markers
1584 instead of continually generating new ones.
1585
1586 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1587 (c-state-old-cpp-end-marker): New variables.
1588 (c-append-lower-brace-pair-to-state-cache): Start a backward
1589 search for "}" definitively outside CPP constructs.
1590 (c-remove-stale-state-cache): Inform the caller of a need to
1591 search back for a brace pair in certain circumstances.
1592 (c-state-maybe-marker): New macro.
1593 (c-parse-state): Reuse markers when appropriate.
1594
1595 2013-01-10 Glenn Morris <rgm@gnu.org>
1596
1597 * simple.el (execute-extended-command): Doc fix.
1598 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1599
1600 2013-01-10 Chong Yidong <cyd@gnu.org>
1601
1602 * faces.el (read-face-name): Doc fix.
1603
1604 2013-01-10 Roland Winkler <winkler@gnu.org>
1605
1606 * emacs-lisp/crm.el: Allow any regexp for separators.
1607 (crm-default-separator): All spaces around the default comma separator.
1608 (crm--completion-command): New macro.
1609 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1610 (crm-complete-and-exit): Handle non-single-char separators.
1611
1612 2013-01-09 Elias Pipping <pipping@lavabit.com>
1613
1614 * doc-view.el: Add support for DjVu (bug#13164).
1615 (doc-view-djvu->png-converter-function): New config var.
1616 (doc-view-single-page-converter-function, doc-view--image-type)
1617 (doc-view--image-file-extension): New vars.
1618 (doc-view-mode): Initialize them.
1619 (doc-view-goto-page): Use them.
1620 (doc-view-mode-p): Add support for ddjvu.
1621 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1622 (doc-view-set-up-single-converter): New funs.
1623 (doc-view-pdf/ps->png): Extend for djvu.
1624 (doc-view-document->png): Rename from doc-view-pdf->png.
1625 (doc-view-convert-current-doc): Handle djvu.
1626 (doc-view-insert-image, doc-view-display)
1627 (doc-view-already-converted-p): Don't hardcode png.
1628 (doc-view-set-doc-type): Recognize djvu docs.
1629
1630 2013-01-09 Elias Pipping <pipping@lavabit.com>
1631
1632 * doc-view.el: Add support for mupdf converter (bug#13164).
1633 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1634 (doc-view-ps->png-converter-function): New config vars.
1635 (doc-view-pdf->png-converter-ghostscript)
1636 (doc-view-ps->png-converter-ghostscript)
1637 (doc-view-pdf->png-converter-mupdf): New functions.
1638 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1639
1640 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1641
1642 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1643 first in session cache: When `tramp-own-remote-path' is in
1644 `tramp-remote-path', the remote path is only set in the session
1645 cache.
1646
1647 2013-01-09 Glenn Morris <rgm@gnu.org>
1648
1649 * emacs-lisp/trace.el (trace-function-foreground)
1650 (trace-function-background): Doc fix.
1651
1652 2013-01-09 Juri Linkov <juri@jurta.org>
1653
1654 * international/mule-cmds.el (read-char-by-name): Move let-binding
1655 of completion-ignore-case around completing-read to fix regression
1656 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1657 `string-match-p' using the nil value of `case-fold-search' and
1658 `completion-ignore-case' in `completion-pcm--all-completions'.
1659 (Bug#12615).
1660
1661 2013-01-09 Glenn Morris <rgm@gnu.org>
1662
1663 * progmodes/compile.el (compilation-parse-errors):
1664 Fix typo. (Bug#13369)
1665
1666 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1667
1668 * comint.el (comint-send-input): Check size of buffer before
1669 waiting for process output, in case already accepted. (Bug#13290)
1670
1671 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 Spelling fixes.
1674 * net/tramp-adb.el (tramp-adb-get-toolbox):
1675 Fix misspelling of 'unknown'.
1676
1677 2013-01-08 Juri Linkov <juri@jurta.org>
1678
1679 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1680 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1681 Use underline style wave on terminals that support it. (Bug#13000)
1682
1683 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1686 the predicate returns nil.
1687
1688 * simple.el: Use lexical-binding.
1689 (primitive-undo): Use pcase.
1690 (minibuffer-history-isearch-push-state): Use a closure.
1691
1692 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1693
1694 * simple.el (primitive-undo): Move from undo.c.
1695
1696 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1699 (cvs-mode-remove-handled): Use it (bug#13380).
1700
1701 * emacs-lisp/nadvice.el (advice--tweak): New function.
1702 (advice--remove-function, advice--subst-main): Use it.
1703
1704 * emacs-lisp/advice.el: Update commentary.
1705
1706 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1709 Remove spurious entry.
1710
1711 2013-01-08 Glenn Morris <rgm@gnu.org>
1712
1713 * net/tramp.el (tramp-default-host-alist): Add :version.
1714
1715 2013-01-08 Juri Linkov <juri@jurta.org>
1716
1717 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1718 single completion. (Bug#12456)
1719 (info--manual-names): Expand node completions into an explicit list
1720 before appending it to another list. Filter out internal buffers
1721 with the leading space in the buffer name. (Bug#10771)
1722
1723 2013-01-08 Juri Linkov <juri@jurta.org>
1724
1725 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1726 that defaults to the Top node.
1727 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1728 the short format (FILENAME) goes to the Top node.
1729 (Info-build-node-completions): Rename arg `file' to `filename'.
1730 (Bug#13365)
1731
1732 2013-01-07 Bastien Guerry <bzg@gnu.org>
1733
1734 * menu-bar.el (menu-bar-search-documentation-menu):
1735 Use `apropos-user-option' and fix the help message.
1736
1737 2013-01-07 Bastien Guerry <bzg@gnu.org>
1738
1739 * apropos.el (apropos-do-all): Update docstring.
1740 (apropos-user-option-button): New face.
1741 (apropos-user-option): Rename from `apropos-variable' and update
1742 docstring.
1743 (apropos-variable): Rewrite, now show all variables by default.
1744 (apropos-print): Mention "User option" instead of "Variable" when
1745 printing doc for user options. (Bug#13276)
1746
1747 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1748
1749 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1750 Handle filename correctly, when parsing "source -> target" symlink
1751 output.
1752 (tramp-adb-handle-set-file-times): New defun.
1753
1754 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1757 advice list when the interactive-spec of ad-Advice-* changes.
1758
1759 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1760
1761 * wid-edit.el (widget-default-get): Work for inlined elements.
1762 (Bug#12670)
1763
1764 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * net/tramp.el (tramp-default-host-alist): New defcustom.
1767 (tramp-find-host): Use it.
1768 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1769 `eshell-directory-change-hook'.
1770
1771 * net/tramp-adb.el (top): Add adb specific entry in
1772 `tramp-default-host-alist'.
1773 (tramp-adb-file-name-host): Remove function.
1774 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1775 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1776
1777 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1778
1779 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1780
1781 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1782
1783 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1784
1785 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1786 consist of more than one digit.
1787 (tramp-adb-file-name-handler-alist):
1788 Use `tramp-handle-file-exists-p' consistently.
1789 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1790 (tramp-adb-handle-file-exists-p): Remove function.
1791 (tramp-adb-file-name-host): New defun.
1792 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1793 Use it.
1794 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1795
1796 2013-01-06 Chong Yidong <cyd@gnu.org>
1797
1798 * vc/vc.el (vc-next-action): Detect buffer modifications
1799 conflicting with locking VCS operation (Bug#11490).
1800
1801 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1802
1803 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1806 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1807
1808 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1809
1810 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1811 parsing of ls output using regular expression (handle filenames
1812 with spaces). Use virtual device number.
1813 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1814 cleanup).
1815
1816 2013-01-04 Daiki Ueno <ueno@gnu.org>
1817
1818 * epg.el: Silence byte-compiler warnings.
1819 (epg--start): Use delete-char instead of delete-backward-char.
1820 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1821
1822 2013-01-04 Daiki Ueno <ueno@gnu.org>
1823
1824 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1825 Suggested by Eli Zaretskii <eliz@gnu.org>.
1826
1827 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1828
1829 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1830 non-negative integers. Otherwise, the default values are used.
1831 (tramp-convert-file-attributes): Convert uid and gid to integers.
1832
1833 2013-01-04 Glenn Morris <rgm@gnu.org>
1834
1835 * term.el (term-handle-colors-array): Ensure face attributes
1836 are fully specified, not nil. (Bug#13337)
1837
1838 * term.el (term-default-fg-color, term-default-bg-color):
1839 Fix custom type.
1840
1841 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1842 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1843 rather than 'jka-compr being loaded. (Bug#13338)
1844
1845 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1846
1847 * icomplete.el (icomplete-completions):
1848 Honor icomplete-prospects-height once more following
1849 2012-11-29 changes. (Bug#13224)
1850
1851 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1854 of called-interactively-p as well (bug#13237).
1855
1856 * view.el (view--enable, view--disable): Rename from view-mode-enable
1857 and view-mode-disable and assume it's called from view-mode.
1858 (view-mode-enable, view-mode-disable): Redefine as obsolete
1859 compatibility layer above view-mode.
1860 (view-mode-enter): Call `view-mode'.
1861
1862 * files.el (after-find-file): Call `view-mode'.
1863
1864 * doc-view.el (doc-view-scale-internally): New var.
1865 (doc-view-enlarge, doc-view-insert-image): Obey it.
1866
1867 2013-01-03 Daiki Ueno <ueno@gnu.org>
1868
1869 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1870 exist. (Bug#13344)
1871
1872 2013-01-03 Glenn Morris <rgm@gnu.org>
1873
1874 * mail/rmail.el (rmail-set-header-1): Ignore case.
1875 Handle multi-line headers. (Bug#13330)
1876
1877 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1878 Handle paragraph starting at beginning of buffer.
1879
1880 * subr.el (eval-after-load): Don't purecopy the form, so that it
1881 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1882
1883 * emacs-lisp/byte-run.el (defun): Place cl declarations
1884 after any interactive spec. (Bug#13265)
1885
1886 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1887
1888 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1889 defun. Don't check for DECL if DOCSTRING isn't a string.
1890 (defun): Likewise.
1891
1892 2013-01-02 Glenn Morris <rgm@gnu.org>
1893
1894 * eshell/em-cmpl.el (eshell-pcomplete):
1895 More thoroughly imitate pcomplete. (Bug#13293)
1896
1897 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1898 Return nil for empty path elements. (Bug#13296)
1899
1900 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1901
1902 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1903 order to improve efficiency (Based on Daniel Colascione's
1904 <dancol@dancol.org> patch). (Bug#13182)
1905
1906 2013-01-02 Glenn Morris <rgm@gnu.org>
1907
1908 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1909
1910 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1911
1912 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1913 neither DOCSTRING nor DECL was given. (Bug#13316)
1914
1915 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1918 `error' call.
1919 (tramp-do-copy-or-rename-file): Ignore errors when calling
1920 `set-file-extended-attributes'.
1921
1922 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1923 Add handler for `file-acl'.
1924 (tramp-smb-handle-file-acl): New defun.
1925
1926 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1927
1928 * calc/README: Mention ISO 8601 week-numbering dates.
1929
1930 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1931
1932 * view.el (view-mode-enable): New argument run-view-mode-hook.
1933 Run view-mode-hook only when it's non-nil (Bug#13315).
1934 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1935 argument t.
1936
1937 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1938
1939 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1940 (No device connected, invalid device name). (Bug #13299)
1941
1942 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1943
1944 * window.el (window-resizable--p): Rename to window-resizable-p.
1945 (window-resize-no-error): New function.
1946
1947 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1948 broken in fix from 2012-12-28.
1949
1950 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * subr.el (special-form-p): Don't signal errors on undef aliases.
1953
1954 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1955
1956 * calc/calc-forms.el (math-parse-date): Try using
1957 `math-parse-iso-date' when it looks like it might be needed.
1958 Allow times of 24:00.
1959 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1960 of 24:00.
1961
1962 2012-12-30 Glenn Morris <rgm@gnu.org>
1963
1964 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1965 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1966 (rmail-summary-displayed, rmail-summary): Declare.
1967 (mairix-rmail-display): Just require rmail.
1968
1969 2012-12-30 Chong Yidong <cyd@gnu.org>
1970
1971 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1972 check for the tarball contents.
1973
1974 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1975
1976 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1977 tarfile content listings (Bug#13136).
1978
1979 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1980
1981 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1982 Insert the undecoded text of the message being forwarded. (Bug#9521)
1983
1984 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1987 integers, if they are real numbers. (Bug#13282)
1988
1989 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1990 Return `t' on success.
1991
1992 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1993 Add handler for `set-file-selinux-context'.
1994
1995 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1996
1997 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1998 (tramp-sh-handle-set-file-acl): Return `t' on success.
1999
2000 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2001
2002 * files.el (backup-buffer-copy, basic-save-buffer-2):
2003 If set-file-extended-attributes fails, fall back on set-file-modes
2004 instead of signaling an error. (Bug#13298)
2005 (basic-save-buffer): Likewise.
2006
2007 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2008
2009 * progmodes/python.el: Support other commands triggering
2010 python-indent-line so indentation cycling continues to work.
2011 (python-indent-trigger-commands): New defcustom.
2012 (python-indent-line): Use it.
2013
2014 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2015
2016 * progmodes/python.el (python-shell-send-region): Add blank lines
2017 for non sent code so backtraces remain correct.
2018
2019 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2020
2021 * progmodes/python.el: Remove cl dependency.
2022 (python-syntax-count-quotes): Replace incf call.
2023 (python-fill-string): Replace setf call.
2024
2025 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
2026
2027 * info.el (info-other-window): New arg, for consistency with info.
2028
2029 2012-12-28 Martin Rudalics <rudalics@gmx.at>
2030
2031 * mail/rmail.el (rmail-maybe-display-summary):
2032 Rewrite (Bug#13066).
2033
2034 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
2035
2036 * epg.el (epg--start): Modify process-environment locally.
2037
2038 2012-12-28 Daiki Ueno <ueno@gnu.org>
2039
2040 * epg.el: Support pinentry-curses.
2041 Suggested by Werner Koch in
2042 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2043 (epg-agent-file, epg-agent-mtime): New variable.
2044 (epg--start): Record the modified time of gpg-agent socket file,
2045 to restore Emacs frame after pinentry-curses termination.
2046 (epg-wait-for-completion): Restore Emacs frame here.
2047
2048 2012-12-27 Juri Linkov <juri@jurta.org>
2049
2050 * info.el (Info-file-completions): New variable.
2051 (Info-read-node-name-1): Complete node names in the Info file
2052 when a file name is given. Call `Info-build-node-completions'
2053 with a file name.
2054 (Info-build-node-completions): Add new arg `file'. When it is
2055 non-nil, visit it in a temporary buffer and cache its completions in
2056 `Info-current-file-completions'. Move most of the function body to
2057 `Info-build-node-completions-1'.
2058 (Info-build-node-completions-1): New function with the body from
2059 `Info-build-node-completions'. (Bug#12456)
2060
2061 2012-12-27 Juri Linkov <juri@jurta.org>
2062
2063 * frame.el (frame-maximization-style): Remove user option.
2064 (cycle-frame-maximized): Remove function.
2065 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2066 (toggle-frame-fullscreen): New command bound to <f11> instead of
2067 `toggle-frame-maximized'.
2068 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2069
2070 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
2071
2072 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2073
2074 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2075 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2076 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2077 for `file-accessible-directory-p'. (Bug#13275)
2078
2079 2012-12-27 Sam Steingold <sds@gnu.org>
2080
2081 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2082 continuations, see <http://stackoverflow.com/questions/3582436>.
2083
2084 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2085
2086 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2087 "module" and "def" to have indentation before them.
2088 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2089
2090 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2091
2092 2012-12-27 Alan Mackenzie <acm@muc.de>
2093
2094 Speed up fontification where there's large brace blocks.
2095 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2096 to a call of c-beginning-of-decl-1.
2097
2098 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2099
2100 * comint.el (comint-adjust-window-point): New function.
2101 (comint-postoutput-scroll-to-bottom):
2102 Call comint-adjust-window-point (Bug#13248).
2103
2104 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2105
2106 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2107 Rakefile regexp.
2108 (auto-mode-alist): Associate .gemspec files with ruby-mode
2109 (https://bugs.ruby-lang.org/issues/5453).
2110
2111 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
2112
2113 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2114 Suppress coloring, if possible (required for BusyBox based systems like
2115 CyanogenMod).
2116 (tramp-adb-handle-file-attributes)
2117 (tramp-adb-handle-insert-directory)
2118 (tramp-adb-handle-file-name-all-completions): Use it.
2119 (tramp-adb-get-toolbox): New defun. Check for remote shell
2120 implementation (BusyBox or Toolbox).
2121
2122 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
2123
2124 * startup.el (initial-buffer-choice): Allow function as value
2125 (Bug#13251).
2126 (command-line-1): Handle case where initial-buffer-choice
2127 specifies a function.
2128 * server.el (server-execute): Handle case where
2129 initial-buffer-choice specifies a function.
2130
2131 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2132
2133 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2134 its own function.
2135 (smtpmail-try-auth-methods): Forget the user name/password if the
2136 login is unsuccessful (bug#12424).
2137
2138 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * notifications.el (notifications-notify): Protect body with
2141 `with-demoted-errors'.
2142
2143 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2144 Check properties of remote device. Restart connection, if there is a
2145 change.
2146
2147 2012-12-21 Chong Yidong <cyd@gnu.org>
2148
2149 * sort.el (sort-subr): Doc fix (Bug#13056).
2150
2151 2012-12-21 Bastien Guerry <bzg@gnu.org>
2152
2153 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
2154
2155 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * simple.el (process-file): Overwrite stderr file, if exists.
2158
2159 2012-12-21 Daiki Ueno <ueno@gnu.org>
2160
2161 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2162 (epg-error): Set `error-message' property.
2163
2164 2012-12-21 Chong Yidong <cyd@gnu.org>
2165
2166 * international/mule-cmds.el (read-char-by-name): Signal an error
2167 if the user does not supply a valid character (Bug#13177).
2168
2169 * simple.el (transpose-subr-1): Preserve marker positions by
2170 changing the insertion sequence (Bug#13122).
2171
2172 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2173
2174 * simple.el (kill-region): Deactivate mark even for empty regions
2175 (Bug#13169).
2176
2177 2012-12-21 Chong Yidong <cyd@gnu.org>
2178
2179 * help-fns.el (describe-variable): Make sure we get the right
2180 buffer name (Bug#13105). Suggested by Kelly Dean.
2181
2182 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
2183
2184 * comint.el (comint-redirect-previous-input-string): New variable.
2185 (comint-redirect-setup, comint-redirect-cleanup)
2186 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
2187 (comint-redirect-preoutput-filter): Fix verbose message.
2188
2189 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
2192 is too long for Tramp. See discussion in
2193 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2194
2195 * progmodes/compile.el (compilation-start): Remove line escape
2196 template.
2197
2198 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2199
2200 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2201 Adjust comment.
2202
2203 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2204
2205 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2206 following non-comment text (bug#13207).
2207 (lm-header-multiline): Continuation lines need to be indented more than
2208 the first line.
2209 (lm-homepage): New function.
2210 (lm-with-file): Don't be confused if narrowing is in effect.
2211
2212 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2215 very beginning of a hunk (e.g. killing the first line).
2216
2217 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2218
2219 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2220 and text properties from returned ACL string.
2221 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2222 for "setfacl" command.
2223
2224 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
2225
2226 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2227 `tramp-cleanup-this-connection', when the process has died.
2228 (Bug#13151)
2229
2230 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2233
2234 2012-12-17 Kevin Ryde <user42@zip.com.au>
2235
2236 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2237
2238 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
2239
2240 Add support for preserving ACL entries of files.
2241
2242 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2243 `set-file-acl' handlers.
2244
2245 * net/tramp-adb.el (tramp-adb-handle-copy-file):
2246 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2247
2248 * net/tramp-compat.el (tramp-compat-copy-file):
2249 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2250
2251 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2252 Add `file-acl' and `set-file-acl' handlers.
2253 (tramp-gvfs-handle-copy-file):
2254 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2255 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2256 New defuns.
2257
2258 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2259 Add `file-acl' and `set-file-acl' handlers.
2260 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2261 (tramp-sh-handle-set-file-acl): New defuns.
2262 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2263 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2264
2265 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2266 Add `file-acl' and `set-file-acl' handlers.
2267 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2268
2269 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2270
2271 * help-macro.el (make-help-screen): Instead of switch-to-buffer
2272 use pop-to-buffer with NORECORD argument t. As buffer name, use
2273 *Metahelp* with a leading space (Bug#13190).
2274
2275 2012-12-16 Romain Francoise <romain@orebokech.com>
2276
2277 * files.el (file-extended-attributes)
2278 (set-file-extended-attributes): New functions.
2279 (backup-buffer): Use them to handle both SELinux context and ACL
2280 entries.
2281 (backup-buffer-copy): Work with an alist of extended attributes,
2282 rather than an SELinux context.
2283 (basic-save-buffer-2): Ditto.
2284
2285 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
2286
2287 * battery.el (battery-bsd-apm): New function.
2288
2289 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2290
2291 * calc/calc.el (calc-standard-date-formats): Adjust one of the
2292 standard date formats.
2293
2294 2012-12-15 Juri Linkov <juri@jurta.org>
2295
2296 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2297 `isearch-insert-char-by-name'.
2298 (with-isearch-suspended): New defmacro with body mostly from
2299 `isearch-edit-string' except the part that sets
2300 `isearch-new-string' and `isearch-new-message'.
2301 (isearch-edit-string): Use new macro `with-isearch-suspended' with
2302 body that sets `isearch-new-string' and `isearch-new-message'.
2303 (isearch-insert-char-by-name): New command.
2304 * international/mule-cmds.el (read-char-by-name): Let-bind
2305 `enable-recursive-minibuffers' to t.
2306 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2307
2308 2012-12-15 Juri Linkov <juri@jurta.org>
2309
2310 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2311 (Bug#13175)
2312
2313 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
2314
2315 * dired-x.el (dired-guess-shell-command): Put colon at the end of
2316 the prompt. (Bug#13045)
2317
2318 2012-12-14 Glenn Morris <rgm@gnu.org>
2319
2320 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2321 Try to include filename in non-bytecomp warning. (Bug#13132)
2322
2323 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2324
2325 Fix permissions bugs with setgid directories etc. (Bug#13125)
2326 * files.el (backup-buffer): Don't rely on 9th output of
2327 file-attributes, as it's now a placeholder. Instead, use the new
2328 optional arg of file-ownership-preserved-p.
2329 (file-ownership-preserved-p): New optional arg GROUP.
2330 Fix mishandling of setuid directories that would cause this
2331 function to return t when it should have returned nil.
2332 Document what happens if the file does not exist, and when
2333 it's not known whether the ownership will be preserved.
2334 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2335 Likewise.
2336 (tramp-get-local-gid): Use group-gid for integer, as that's
2337 faster and more reliable.
2338
2339 2012-12-14 Julien Danjou <julien@danjou.info>
2340
2341 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2342 Update keywords list, data type and PL/pgSQL.
2343
2344 2012-12-14 Dave Abrahams <dave@boostpro.com>
2345
2346 * vc/ediff-util.el (ediff-buffer-type): New function.
2347 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2348 rather than taking it as as argument.
2349 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2350
2351 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
2352
2353 * json.el: Add pretty-print option (bug#12634).
2354 (json-encoding-separator, json-encoding-default-indentation)
2355 (json--encoding-current-indentation, json-encoding-pretty-print)
2356 (json-encoding-lisp-style-closings): New vars.
2357 (json--with-indentation): New macro.
2358 (json-encode-hash-table, json-encode-alist, json-encode-plist)
2359 (json-encode-array): Use it to obey json-encoding-pretty-print.
2360 (json-pretty-print-buffer, json-pretty-print): New commands.
2361
2362 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2363
2364 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2365 Extract `ruby-syntax-propertize-expansions'.
2366 (ruby-syntax-propertize-expansions): Only change syntax on
2367 certain string delimiters, to punctuation. This way the common
2368 functions like forward-word and thing-at-point still work.
2369 (ruby-match-expression-expansion): Improve readability.
2370 (ruby-block-contains-point): New function.
2371 (ruby-add-log-current-method): Handle several edge cases.
2372
2373 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2376 unload-feature finishes even when aborting an ongoing edebug session.
2377 Also, do not worry about edebug-mode, unload-feature takes care of it.
2378
2379 2012-12-13 Andreas Schwab <schwab@suse.de>
2380
2381 * net/tls.el (tls-program): Update customize type.
2382
2383 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2386 (edebug-setup-hook, cl-read-load-hooks): Use it.
2387 (edebug-unload-function): New function. (Bug#13163)
2388
2389 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2390
2391 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2392 Otherwise, there could be errors in autoloading. (Bug#13151)
2393
2394 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2395
2396 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2397 sequences.
2398
2399 2012-12-13 Alan Mackenzie <acm@muc.de>
2400
2401 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2402 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2403 around `forward-comment' not recognizing ^M as whitespace.
2404
2405 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2406
2407 * progmodes/python.el (python-skeleton-class)
2408 (python-skeleton-def): Do not add space after defun name.
2409
2410 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2413 (cl--symbol-function): Remove (now that funbound is like nil).
2414
2415 2012-12-12 Glenn Morris <rgm@gnu.org>
2416
2417 * button.el (button--area-button-p): Fix typo.
2418
2419 2012-12-12 Sam Steingold <sds@gnu.org>
2420
2421 * frame.el (frame-maximization-style): New user option.
2422 (toggle-frame-maximized): Toggle frame maximization according to
2423 `frame-maximization-style', bound to <f11>.
2424 (cycle-frame-maximized): Cycle between all maximization styles and
2425 non-maximized frame, bound to shift-<f11>.
2426
2427 2012-12-12 David Cadé <codename68@gmail.com>
2428
2429 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2430
2431 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2432
2433 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2434 (eieio-override-prin1): Don't quote kewords and booleans.
2435 (object-write) <eieio-default-superclass>: Don't put closing parens
2436 on new line, avoid needless empty lines, align values that are objects
2437 with the slot keyword (instead of beginning on the same line).
2438 (eieio-list-prin1): Align value with slot keyword; increase
2439 eieio-print-depth before printing members of the list.
2440
2441 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2444 a display text-property.
2445 (report-emacs-bug-hook): Don't bother deleting it any more.
2446
2447 * hilit-chg.el (highlight-save-buffer-state): Delete.
2448 Use with-silent-modifications instead.
2449 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2450
2451 * button.el: Handle buttons in display text-properties.
2452 (button--area-button-p, button--area-button-string):
2453 Use (STRING . STRING-POS) representation instead of just STRING.
2454
2455 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2456
2457 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2458 subdirectory be skipped.
2459
2460 2012-12-11 Glenn Morris <rgm@gnu.org>
2461
2462 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2463
2464 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2465 Treat preprocessor lines embedded in continuations like comments.
2466 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2467
2468 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2469
2470 * calc/calc.el (calc-standard-date-formats): Add more date
2471 formats.
2472 * calc/calc-forms.el (math-parse-iso-date): New function.
2473 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2474 (math-parse-iso-date-validate): Add extra error checking.
2475 (calc-date-notation): Add ability to access new date formats.
2476
2477 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2480 font-lock as well as when there's no text-property.
2481
2482 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2483
2484 * hi-lock.el: Refine the choice of default face.
2485 (hi-lock-keyword->face): New function. Use it wherever we used
2486 cadadadr instead.
2487 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2488 (hi-lock--last-face): Remove var.
2489 (hi-lock--unused-faces): New var to replace it.
2490 (hi-lock-read-face-name): Use/maintain it.
2491 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2492 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2493 if it has another face.
2494
2495 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2496
2497 * subr.el (w32notify-handle-event): New function.
2498 (inotify-handle-event): Doc fix.
2499
2500 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2501
2502 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2503
2504 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2505
2506 * simple.el (just-one-space): Doc fix.
2507
2508 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2509
2510 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2511
2512 2012-12-10 Le Wang <l26wang@gmail.com>
2513
2514 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2515 narrowed buffer (bug#12361).
2516
2517 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2518
2519 * vc/vc-hooks.el (vc-state): Doc fix.
2520
2521 2012-12-10 Glenn Morris <rgm@gnu.org>
2522
2523 * mail/rmail.el (rmail-maybe-display-summary):
2524 Preserve buffer, in case select-window changes it. (Bug#13066)
2525
2526 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2529 cl-load-hook where they belong.
2530
2531 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2534
2535 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2536
2537 Parallelize byte compilation on MS-Windows.
2538 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2539 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2540 (WINS_BASIC): Define as concatenation of the above.
2541 (compile): Subdivide into 4 separate and independent jobs that can
2542 be run in parallel.
2543 (compile0-CMD, compile0-SH): New targets for compiling
2544 COMPILE_FIRST files, which are prerequisites for the rest of the
2545 byte-compilation.
2546 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2547 New targets for parallel compilation with cmd.exe.
2548 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2549 compiling under a Unixy shell.
2550
2551 2012-12-09 Chong Yidong <cyd@gnu.org>
2552
2553 * simple.el (set-mark-default-inactive): Delete this
2554 accidentally-introduced option.
2555 (set-mark-command, exchange-point-and-mark): Remove calls.
2556
2557 2012-12-09 Glenn Morris <rgm@gnu.org>
2558
2559 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2560 Respect a defcustom's :set function, if appropriate. (Bug#109)
2561 (eval-defun): Doc fix.
2562
2563 2012-12-08 Juri Linkov <juri@jurta.org>
2564
2565 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2566 (Info-fontify-node, Info-bookmark-make-record): Remove the
2567 file extension from Info-current-file (Bug#13016).
2568
2569 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2572 point, still provide some default.
2573 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2574 names, since we don't use it right now. Actually return the list.
2575 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2576
2577 2012-12-07 Chong Yidong <cyd@gnu.org>
2578
2579 * novice.el (disabled-command-function): Remove a spurious help
2580 xref (Bug#13043). Suggested by Kelly Dean.
2581
2582 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2583 syntax is specified (Bug#13025).
2584
2585 * info.el (Info-set-mode-line): Remove the file extension from
2586 Info-current-file if there is one (Bug#13016).
2587
2588 2012-12-07 Glenn Morris <rgm@gnu.org>
2589
2590 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2591 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2592 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2593 and rmail-mime-decoded. (Bug#9841)
2594
2595 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2596 (batch-unrmail, unrmail): Doc fixes.
2597 (unrmail): Respect unrmail-mbox-format.
2598 * mail/rmail.el (rmail-mbox-format): New option.
2599 (rmail-show-message-1): Respect rmail-mbox-format.
2600
2601 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2604
2605 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2608 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2609 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2610 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2611 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2612 (cl-progv): Don't rely on dynamic scoping to find the body.
2613 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2614 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2615 (cl-declaim): Use backquotes.
2616 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2617 Use "cl--" prefix for the object's tag.
2618
2619 * ses.el: Use advice-add/remove.
2620 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2621 (copy-region-as-kill, yank): Use advice-add.
2622 (ses-unload-function): Use advice-remove.
2623
2624 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2625
2626 * button.el: Make them work in header-lines (bug#12817).
2627 (button-map): Add bindings for header-line and mode-line use.
2628 (button-get, button-put, button-label): `button' may now be a string.
2629 (button-activate): Don't make it a defsubst.
2630 (button--area-button-p, button--area-button-string): New functions.
2631 (make-text-button): Fix the return value when `beg' was a string.
2632 (push-button): Handle the mode-line case.
2633
2634 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2637 (sql-signum): Remove. Use `cl-signum' instead.
2638 (sql-read-passwd): Remove; use read-passwd instread.
2639 (sql-get-login-ext): Use read-string.
2640 (sql-get-login): Use dolist and pcase.
2641 (sql--completion-table): Rename from sql-try-completion.
2642 Use complete-with-action.
2643 (sql-mode): Don't change abbrev-all-caps globally.
2644 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2645 (sql-postgres-completion-object): Initialize vars in their `let'.
2646 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2647 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2648 (sql-comint-interbase): Use a single append, without setq.
2649 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2650
2651 * hi-lock.el: Rework the default face and the serialize regexp code.
2652 (hi-lock--auto-select-face-defaults): Remove.
2653 (hi-lock-string-serialize-serial): Remove.
2654 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2655 make weak.
2656 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2657 equal string.
2658 (hi-lock-set-pattern): Adjust accordingly.
2659 (hi-lock--regexps-at-point): Simplify accordingly.
2660 (hi-lock--auto-select-face-defaults): Remove.
2661 (hi-lock--last-face): New var to replace it.
2662 (hi-lock-read-face-name): Rewrite (bug#11095).
2663 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2664
2665 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2666
2667 * net/tramp.el (tramp-replace-environment-variables):
2668 Hide compiler warning.
2669 (tramp-file-name-for-operation): Remove `executable-find',
2670 `start-process', `call-process' and `call-process-region'.
2671
2672 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2673
2674 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2675 compatibility.
2676
2677 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2678
2679 2012-12-06 Chong Yidong <cyd@gnu.org>
2680
2681 * ffap.el (ffap-replace-file-component): Fix typo.
2682
2683 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2686 fix open-paren-like token test (bug#12785).
2687
2688 2012-12-06 Glenn Morris <rgm@gnu.org>
2689
2690 * mail/rmailsum.el (rmail-new-summary): Tweak for
2691 rmail-maybe-display-summary changing buffer. (Bug#13066)
2692
2693 2012-12-06 Juri Linkov <juri@jurta.org>
2694
2695 * info.el (Info-fontify-node): Don't hide the last newline.
2696 (Bug#12272)
2697
2698 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2699
2700 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2701 so as to enable message-read-from-minibuffer to expand mail aliases.
2702
2703 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2706 the `intangible' property.
2707 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2708
2709 2012-12-05 Deniz Dogan <deniz@dogan.se>
2710
2711 * net/rcirc.el (rcirc-urls): Update documentation.
2712 (rcirc-condition-filter): New function.
2713 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2714 and exclude consecutive duplicate URLs (Bug#6082).
2715
2716 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2717
2718 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2719 Check return code of copy command.
2720
2721 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2722 Use group `tramp'. Add version.
2723
2724 2012-12-05 Chong Yidong <cyd@gnu.org>
2725
2726 * ffap.el (ffap-url-regexp): Don't require matching at front of
2727 string (Bug#4952).
2728 (ffap-url-p): If only a substring matches, return that.
2729 (ffap-url-at-point): Use the return value of ffap-url-p.
2730 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2731 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2732 (ffap-guess-file-name-at-point): Likewise.
2733 (ffap-replace-file-component): Fix typo.
2734
2735 * info.el (info-display-manual): Add existing Info buffers, whose
2736 files may not be in Info-directory-list, to the completion.
2737 (info--manual-names): New helper function.
2738
2739 2012-12-05 Glenn Morris <rgm@gnu.org>
2740
2741 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2742 New functions, for detecting and resolving conflicts. (Bug#10709)
2743
2744 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2745
2746 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2747 (hi-lock-auto-select-face-defaults): New buffer local variable.
2748 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2749 (hi-lock-unface-buffer): Prompt user with useful defaults.
2750 With prefix arg, unhighlight all hi-lock patterns in buffer.
2751
2752 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2753
2754 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2755
2756 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * Makefile.in (TRAMP_SRC):
2759 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2760
2761 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2762
2763 * net/tramp-adb.el: New package.
2764
2765 2012-12-04 Chong Yidong <cyd@gnu.org>
2766
2767 * terminal.el: Move to obsolete/.
2768
2769 * longlines.el: Move to obsolete/.
2770
2771 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2772 Remove code referring to longlines mode.
2773
2774 2012-12-03 Juri Linkov <juri@jurta.org>
2775
2776 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2777
2778 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2779
2780 * textmodes/ispell.el (ispell-init-process)
2781 (ispell-start-process, ispell-internal-change-dictionary):
2782 Make sure personal dictionary name is expanded after initial
2783 `default-directory' value. Use expanded strings for
2784 keep/restart checks and for value (Bug#13019).
2785
2786 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2787
2788 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2789
2790 2012-12-03 Leo Liu <sdl.web@gmail.com>
2791
2792 * files.el (dir-locals-read-from-file): Check file non-empty
2793 before reading. (Bug#13038)
2794
2795 2012-12-03 Glenn Morris <rgm@gnu.org>
2796
2797 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2798 Remove any version extension before checking filename. (Bug#13006)
2799 (jka-compr-compression-info-list): Belated :version bump.
2800
2801 2012-12-03 Chong Yidong <cyd@gnu.org>
2802
2803 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2804
2805 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2806 (buffer-menu): Doc fix (Bug#12294).
2807
2808 2012-12-03 Roland Winkler <winkler@gnu.org>
2809
2810 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2811 of diary-show-all-entries in the diary buffer (Bug#12994).
2812
2813 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2816 "<STDIN>". This is binary safe.
2817
2818 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2819
2820 * calc/calc-forms.el (math-absolute-from-iso-dt)
2821 (math-date-to-iso-dt, math-parse-iso-date-validate)
2822 (math-iso-dt-to-date): New functions.
2823 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2824 (math-fd-isoweekday): New variables.
2825 (calc-date-notation, math-parse-standard-date, math-format-date)
2826 (math-format-date-part): Add support for more formatting codes.
2827
2828 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2829
2830 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2831 current buffer's file name when called interactively (Bug#12488).
2832
2833 2012-12-02 Juri Linkov <juri@jurta.org>
2834
2835 * info.el (info-display-manual): Don't clobber an existing Info
2836 buffer (Bug#10770). Add completion (Bug#10771).
2837
2838 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2839
2840 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2841 before using it for comparison (Bug#5297).
2842
2843 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2844
2845 * textmodes/css-mode.el (css-current-defun-name): New function.
2846 (css-mode): Use it.
2847
2848 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2849 (html-mode): Use it.
2850
2851 2012-12-01 Chong Yidong <cyd@gnu.org>
2852
2853 Modularize add-log-current-defun (Bug#2224).
2854 Suggested by Jari Aalto.
2855
2856 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2857 (add-log-current-defun): Move mode-specific code to other files.
2858 (add-log-lisp-like-modes, add-log-c-like-modes)
2859 (add-log-tex-like-modes): Variables deleted.
2860
2861 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2862 (lisp-mode-variables): Use it.
2863
2864 * progmodes/cc-mode.el (c-common-init):
2865 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2866 add-log-current-defun-function.
2867
2868 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2869 (m4-mode): Use it.
2870
2871 * progmodes/perl-mode.el (perl-current-defun-name): New.
2872 (perl-mode): Use it.
2873
2874 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2875 Use lisp-current-defun-name.
2876
2877 * textmodes/tex-mode.el (tex-current-defun-name): New.
2878 (tex-common-initialization): Use it.
2879
2880 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2881 (texinfo-mode): Use it.
2882
2883 2012-12-01 Chong Yidong <cyd@gnu.org>
2884
2885 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2886 * progmodes/autoconf.el (autoconf-mode):
2887 * progmodes/js.el (js-mode):
2888 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2889 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2890 * progmodes/perl-mode.el (perl-mode):
2891 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2892 * textmodes/css-mode.el (css-mode):
2893 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2894 (sgml-tags-invisible, sgml-guess-indent):
2895 * textmodes/tex-mode.el (tex-common-initialization)
2896 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2897 (doctex-mode, plain-tex-mode, latex-mode):
2898 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2899
2900 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2901
2902 * vc/vc-hg.el (vc-hg-next-revision):
2903 Ensure use of default "tip" output format. (Bug#6968)
2904
2905 2012-12-01 Kim F. Storm <storm@cua.dk>
2906
2907 * startup.el (fancy-startup-tail): Add a clickable link
2908 (Bug#2176).
2909
2910 2012-12-01 Chong Yidong <cyd@gnu.org>
2911
2912 * startup.el (fancy-startup-tail): Improve the message about
2913 auto-save files (Bug#2176).
2914
2915 * files.el (recover-session): Improve the descriptive message, and
2916 use substitute-command-keys.
2917
2918 2012-12-01 Glenn Morris <rgm@gnu.org>
2919
2920 * ido.el (ido-file-internal):
2921 Handle other-window, other-frame for dired. (Bug#13036)
2922
2923 2012-11-30 Glenn Morris <rgm@gnu.org>
2924
2925 * icomplete.el (icomplete-separator): Fix :version.
2926
2927 2012-11-30 Chong Yidong <cyd@gnu.org>
2928
2929 * shell.el (shell): For C-u M-x shell, use an inactive shell
2930 buffer as the default (Bug#1975).
2931 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2932 (shell-mode): Use them to reapply ansi colorization if Shell mode
2933 is re-enabled.
2934
2935 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2936
2937 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2938
2939 2012-11-30 Samuel Bronson <naesten@gmail.com>
2940
2941 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2942 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2943
2944 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2945
2946 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2947 by move-to-column (Bug#3234).
2948
2949 2012-11-30 Chong Yidong <cyd@gnu.org>
2950
2951 * longlines.el (longlines-wrap-line, longlines-encode-region):
2952 Preserve text properties (Bug#1425).
2953
2954 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2955
2956 * vc/vc.el (vc-register): Allow registering a file which is
2957 already registered with a different backend (Bug#10589).
2958
2959 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2960 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * icomplete.el: Change separator; add ido-style commands.
2963 (icomplete-show-key-bindings): Remove custom var.
2964 (icomplete-get-keys): Remove function.
2965 (icomplete-forward-completions, icomplete-backward-completions):
2966 New commands.
2967 (icomplete-minibuffer-map): New var.
2968 (icomplete-minibuffer-setup): Use it.
2969 (icomplete-exhibit): Don't delay if the list of completions is known.
2970 (icomplete-separator): New custom.
2971 (icomplete-completions): Use it.
2972 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2973 (minibuffer-force-complete-and-exit): New command.
2974 (minibuffer--complete-and-exit): New function extracted from
2975 minibuffer-complete-and-exit.
2976 (minibuffer-complete-and-exit): Use it.
2977
2978 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2979 error message when the file doesn't exist (bug#12974).
2980
2981 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2982
2983 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2984
2985 2012-11-29 Glenn Morris <rgm@gnu.org>
2986
2987 * files.el (hack-dir-local-variables): Warn if try to set
2988 coding via dir-locals, since it doesn't work. (Bug#7169)
2989
2990 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2991 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2992 Set buffer-local value of desktop-save-buffer.
2993 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2994 New functions.
2995 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2996 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2997
2998 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2999 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3000 Doc fix.
3001 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3002 Doc fixes.
3003
3004 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3005
3006 * calc/calc-forms.el (calc-date-notation): Fix regexp
3007 used to find time codes. Fix symbol for seconds.
3008
3009 2012-11-27 Glenn Morris <rgm@gnu.org>
3010
3011 * emacs-lisp/derived.el (derived-mode-make-docstring):
3012 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
3013
3014 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * textmodes/table.el (table-insert): Don't use `symbol-name' on
3017 lexically scoped variables (bug#13005).
3018
3019 2012-11-27 Glenn Morris <rgm@gnu.org>
3020
3021 * vc/vc-hooks.el (vc-mistrust-permissions):
3022 Default to t, to avoid data-loss. (Bug#11490)
3023
3024 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
3025
3026 * progmodes/python.el (python-indent-guess-indent-offset):
3027 If indentation is guessed make python-indent-offset buffer-local.
3028
3029 Fix Imenu regression.
3030 * progmodes/python.el (python-nav-beginning-of-defun):
3031 Fix forward movement when statement(s) separates point from defun.
3032 (python-imenu-prev-index-position): New function.
3033
3034 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3035
3036 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
3037
3038 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3039 Don't set buffer-file-type. Return nil. (Bug#12989)
3040
3041 2012-11-27 Glenn Morris <rgm@gnu.org>
3042
3043 * hippie-exp.el (hippie-expand-try-functions-list):
3044 Re-autoload it. (Bug#12982)
3045
3046 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3047
3048 * descr-text.el (describe-char-padded-string):
3049 Call internal-char-font only on GUI frames. (Bug#11964)
3050
3051 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
3052
3053 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3054 and obsoletion message.
3055
3056 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3058 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3059 the constructs to keep outside of the `cl-block' (bug#12977).
3060
3061 2012-11-27 Chong Yidong <cyd@gnu.org>
3062
3063 * mouse.el (mouse-drag-line): Even if the line is not draggable,
3064 keep reading until we get the up-event anyway, in order to process
3065 the up-event for mouse-1-click-follows-link (Bug#12971).
3066
3067 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3070 base function is not yet defined (bug#12965).
3071 (ad-activate-advised-definition): Use ad-compile-function.
3072 (ad-activate): Use cond.
3073
3074 2012-11-25 Leo Liu <sdl.web@gmail.com>
3075
3076 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3077 (Bug#12979)
3078
3079 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3080
3081 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3082 reftex-section-info-function in order to be compatible with
3083 Texinfo integration.
3084
3085 * textmodes/reftex.el (reftex-section-pre-regexp)
3086 (reftex-section-post-regexp, reftex-section-info-function):
3087 New variable.
3088 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3089 reftex-section-post-regexp, and reftex-section-info-function in order
3090 to be compatible with Texinfo integration.
3091
3092 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3093 use reftex-section-pre-regexp variable in order to be compatible with
3094 Texinfo integration.
3095
3096 2012-11-25 Chong Yidong <cyd@gnu.org>
3097
3098 * faces.el: Make face-spec-set more analogous to setq.
3099 (face-spec-set): Change the third arg to specify whether this
3100 function is being called via defface, customize, or a third party.
3101 Set the appropriate symbol properties. Clear the override spec if
3102 setting via Custom. Initialize face if necessary. (Bug#4988)
3103 (face-spec-recalc): Allow theme faces to completely replace the
3104 defface spec, in the same way as custom faces (Bug#8454).
3105
3106 * cus-face.el (custom-declare-face): Move face initialization to
3107 face-spec-set.
3108 (custom-theme-set-faces): Don't initialize the face name here, as
3109 that is now done in face-spec-set.
3110
3111 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3112 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3113 Simplify by using the new arg to face-spec-set.
3114
3115 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3116 reset face-override-spec too, and use custom-declare-face.
3117
3118 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
3119
3120 * term/ns-win.el (ns-initialize-window-system): Move creation of
3121 fontsets here (Bug#11964).
3122
3123 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3124
3125 * ses.el (ses-rename-cell): Correct bug on mode-line update after
3126 cell renaming.
3127
3128 2012-11-24 Chong Yidong <cyd@gnu.org>
3129
3130 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3131 obsolete.
3132
3133 * custom.el (custom-theme-set-variables): Use a topological sort
3134 for ordering by custom dependencies (Bug#12952).
3135 (custom--sort-vars, custom--sort-vars-1): New functions.
3136
3137 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3140 lexical-binding (bug#12938).
3141
3142 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
3143
3144 * image-mode.el (image-transform-check-size): Use assertions only
3145 for images of type imagemagick.
3146
3147 Otherwise no error, image-transform-fit-to-{width,height} is
3148 silently ignored, as before. Doc fix.
3149
3150 2012-11-24 Chong Yidong <cyd@gnu.org>
3151
3152 * faces.el (color-defined-p): Doc fix (Bug#12853).
3153
3154 2012-11-24 Juri Linkov <juri@jurta.org>
3155
3156 * dired.el (dired-mark): Add optional arg `interactive'.
3157 Check for `use-region-p' if `interactive' is non-nil.
3158 (dired-unmark, dired-flag-file-deletion): Add optional arg
3159 `interactive'. Call `dired-mark' with the arg `interactive'.
3160 (Bug#10624)
3161
3162 * wdired.el: Revert 2012-10-17 change partly and replace it with
3163 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3164 (wdired-finish-edit): Add marks for new file names to
3165 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
3166 after `revert-buffer'.
3167 (wdired-do-renames): Remove calls to `dired-remove-file',
3168 `dired-add-file', `dired-add-entry'. (Bug#11795)
3169
3170 2012-11-24 Alan Mackenzie <acm@muc.de>
3171
3172 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3173
3174 Fix bugs in the state cache. Enhance a debugging mechanism.
3175 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3176 "brace at column zero" strategy for C++.
3177 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3178 (c-parse-state-point): New variable.
3179 (c-record-parse-state-state): Record old parse state with
3180 `copy-tree'. Record previous value of point.
3181 (c-debug-parse-state-double-cons): New debugging function.
3182 (c-debug-parse-state): Call the above new function.
3183 (c-toggle-parse-state-debug): Output a confirmatory message.
3184
3185 * progmodes/cc-mode.el (c-before-change, c-after-change):
3186 Call c-invalidate-state-cache from `c-before-change' instead of
3187 `c-after-change'.
3188
3189 2012-11-23 Chong Yidong <cyd@gnu.org>
3190
3191 * find-cmd.el (find-constituents): Add executable, ipath,
3192 readable, samefile, writable, daystart, regextype (Bug#12856).
3193
3194 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3197
3198 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
3199
3200 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3201 definition. This fixes a bootstrap failure.
3202 (calc-gregorian-switch): In menu, put dates before regions.
3203 This is easier to follow, lines up better in the menu, and lets us
3204 coalesce regions that switch at the same time. Give country
3205 names, not "Vatican", as that's better for non-expert users.
3206 Use names that are stable between the date of switch and now, e.g.,
3207 Bohemia and Moravia (which existed then and now) and not
3208 Czechoslovakia (which didn't exist then and doesn't exist now).
3209 What is now the U.S. mostly did not switch at the same time as
3210 Britain, so omit the U.S. Correct spelling of "Britain".
3211 Catholic Switzerland was too much of a mess, so omit it.
3212
3213 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3214
3215 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3216 after the variable is changed.
3217
3218 2012-11-21 Daniel Colascione <dancol@dancol.org>
3219
3220 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3221 in SQL declarations for font-lock.
3222 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3223
3224 2012-11-21 Glenn Morris <rgm@gnu.org>
3225
3226 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3227 (face-italic-p): Add optional argument "inherit".
3228
3229 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3230 Remove -p suffix from names, for consistency with other set-face-*.
3231 (set-face-inverse-video): Fix interactive spec.
3232 * play/gamegrid.el (gamegrid-make-mono-tty-face):
3233 * textmodes/table.el (table--update-cell-face):
3234 Use set-face-inverse-video rather than now obsolete alias.
3235
3236 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3237
3238 * simple.el (line-move): Don't call line-move-partial if
3239 scroll-conservatively is in effect. (Bug#12927)
3240
3241 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3244 Fallback on completion-at-point rather than
3245 pcomplete-expand-and-complete, and only if pcomplete actually failed.
3246 (eshell-cmpl-initialize): Setup completion-at-point.
3247
3248 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3249
3250 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3251
3252 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3255 are remote, check out-of-band property for both.
3256
3257 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * window.el (switch-to-buffer): Re-add the warning that was lost in the
3260 code rewrite.
3261
3262 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3263
3264 More minor time fixes.
3265 * calendar/time-date.el: Commentary fix.
3266 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3267 too much other code depends on (0 0) time stamps.
3268 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3269 Add a couple of FIXME comments.
3270
3271 Minor cleanup for times as lists of four integers.
3272 * files.el (dir-locals-directory-cache):
3273 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3274 Doc fixes.
3275 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3276 * ps-bdf.el (bdf-file-newer-than-time):
3277 Process four-integers time stamps, not two. Doc fixes.
3278
3279 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * uniquify.el (uniquify-managed): Use defvar-local.
3282 (rename-buffer, create-file-buffer): Advise with advice-add.
3283 (uniquify-unload-function): Unadvise accordingly.
3284
3285 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3286 (trace-buffer): Don't purecopy.
3287 (trace-entry-message, trace-exit-message): Add `context' arg.
3288 (trace--timer): New var.
3289 (trace-make-advice): Adjust for use in nadvice.
3290 Add `context' argument. Delay `display-buffer' via a timer.
3291 (trace-function-internal): Use advice-add.
3292 (trace--read-args): New function.
3293 (trace-function-foreground, trace-function-background): Use it.
3294 (trace-function): Rename to trace-function-foreground and redefine as
3295 an alias to that new name.
3296 (untrace-function, untrace-all): Adjust to the use of nadvice.
3297
3298 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3299
3300 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3301
3302 * subr.el (called-interactively-p-functions): New var.
3303 (internal--called-interactively-p--get-frame): New macro.
3304 (called-interactively-p, interactive-p): Rewrite in Lisp.
3305 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3306 (called-interactively-p-functions): Use it.
3307 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3308 (called-interactively-p-functions): Use it.
3309 * allout.el (allout-called-interactively-p): Don't assume
3310 called-interactively-p is a subr.
3311
3312 2012-11-20 Glenn Morris <rgm@gnu.org>
3313
3314 * profiler.el (profiler-report-mode-map): Add a menu.
3315 No need to bind `q' because we derive from special-mode.
3316 (profiler-report-find-entry): Handle calls from the menu-bar.
3317
3318 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * emacs-lisp/byte-run.el (defun-declarations-alist):
3321 Allow a compiler-macro to be a lambda expression.
3322
3323 * progmodes/python.el: Use cl-lib. Move var declarations outside of
3324 eval-when-compile.
3325 (python-syntax-context): Add compiler-macro.
3326 (python-font-lock-keywords): Simplify with De Morgan.
3327
3328 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3329
3330 * files.el (load-file): Require match in minibuffer selection, as was
3331 the case in Emacs-20 before we changed the spec to allow .elc files
3332 (bug#12935).
3333
3334 * json.el: Don't require cl since we don't use it.
3335 * color.el: Don't require cl.
3336 (color-complement): `caddr' -> `nth 2'.
3337
3338 * calendar/time-date.el (time-to-seconds): De-obsolete.
3339
3340 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3341
3342 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
3343 year numbers.
3344 (math-date-to-julian-dt): Adjust the initial approximation for the
3345 year to deal with the new definition of the DATE.
3346
3347 2012-11-19 Daniel Colascione <dancol@dancol.org>
3348
3349 * term/w32-win.el (cygwin-convert-path-from-windows):
3350 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3351
3352 2012-11-18 Chong Yidong <cyd@gnu.org>
3353
3354 * filecache.el (file-cache--read-list): New function.
3355 (file-cache-add-directory-list, file-cache-add-file-list)
3356 (file-cache-delete-file-list, file-cache-delete-directory-list):
3357 Use it to read a list of files or directories (Bug#12846).
3358 (file-cache-add-file, file-cache-add-directory)
3359 (file-cache-delete-file-list, file-cache-delete-file-regexp)
3360 (file-cache-delete-directory): Print an message.
3361
3362 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
3363
3364 * calc/calc-forms.el (math-date-to-dt): Use integer date when
3365 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3366
3367 2012-11-18 Glenn Morris <rgm@gnu.org>
3368
3369 * image.el (insert-image, insert-sliced-image): Doc fix.
3370
3371 2012-11-18 Chong Yidong <cyd@gnu.org>
3372
3373 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3374 (Bug#12810).
3375
3376 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3377
3378 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3379 response when the target file is in a subdirectory (Bug#12757).
3380
3381 2012-11-18 Chong Yidong <cyd@gnu.org>
3382
3383 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3384
3385 2012-11-18 Glenn Morris <rgm@gnu.org>
3386
3387 * emacs-lisp/cl-lib.el (face-underline-p):
3388 Use set-face-underline rather than the alias set-face-underline-p.
3389
3390 * window.el (with-temp-buffer-window): Doc fix.
3391 * subr.el (with-output-to-temp-buffer):
3392 Add doc xref to with-temp-buffer-window.
3393
3394 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3397 * calc/calc.el (math-format-date-cache): Declare.
3398
3399 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3400
3401 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3402 It also uses January 1, 1 AD as its day number 1.
3403 * calc/calc-forms.el (math-julian-date-beginning)
3404 (math-julian-date-beginning-int): Implement this.
3405
3406 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * descr-text.el (quail-find-key):
3409 * dired.el (desktop-file-name):
3410 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3411 * generic-x.el (comint-mode, comint-exec):
3412 * image-dired.el (widget-forward):
3413 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3414 (speedbar-change-expand-button-char)
3415 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3416 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3417 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3418 (widget-field-action, widget-value-set):
3419 * speedbar.el (imenu--make-index-alist):
3420 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3421 (ring-length, ring-insert):
3422 * vcursor.el (compare-windows-skip-whitespace):
3423 * woman.el (dired-get-filename):
3424 Declare functions.
3425
3426 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3427
3428 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3429
3430 * calc/calc.el (calc-gregorian-switch): New variable.
3431
3432 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3433 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3434 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3435 (math-leap-year-p): Add option to distinguish between Julian
3436 and Gregorian calendars.
3437 (math-day-number): Use `math-day-in-year' to do the computations.
3438 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3439 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3440 to do the computations.
3441 (math-date-to-dt): Use `math-date-to-julian-dt' and
3442 `math-date-to-gregorian-dt' to do the computations.
3443 (calcFunc-weekday, math-format-date-part): Use the new version of
3444 the DATE to determine the weekday.
3445 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3446 when necessary.
3447
3448 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3449
3450 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3451 Cygwin; otherwise use 'file:'. (Bug#12914)
3452 (cygwin-convert-path-from-windows): Declare, to avoid
3453 byte-compiler warnings.
3454
3455 2012-11-17 Andreas Politz <politza@fh-trier.de>
3456
3457 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3458 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3459 prefix and negative numeric prefix args (Bug#12795).
3460
3461 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3462
3463 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3464 Don't signal an error with a score that is too low to add to the
3465 list of top scores. (Bug#12779)
3466
3467 2012-11-17 Chong Yidong <cyd@gnu.org>
3468
3469 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3470
3471 * filecache.el (file-cache-add-file): Handle relative file name in
3472 the argument (Bug#12694).
3473
3474 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3475
3476 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3477
3478 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3481
3482 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3483
3484 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3485
3486 * window.el (enlarge-window, shrink-window): Don't mention return
3487 value in doc-string (Bug#12896).
3488 (window--display-buffer): Don't resize frames - it won't work
3489 with all window managers and defeat pop-up-frame-alist.
3490 (display-buffer-alist): In doc-string explain that CONDITION can
3491 be a function and which arguments are passed to it (Bug#12854).
3492 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3493 expressions (Bug#12854).
3494 (display-buffer): Pass ACTION argument to
3495 display-buffer-assq-regexp.
3496
3497 2012-11-16 Glenn Morris <rgm@gnu.org>
3498
3499 * window.el (fit-frame-to-buffer-bottom-margin)
3500 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3501
3502 * faces.el (face-underline-p): Use face-attribute-specified-or.
3503
3504 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3505
3506 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3507
3508 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3511
3512 2012-11-16 Glenn Morris <rgm@gnu.org>
3513
3514 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3515 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3516
3517 * faces.el (face-underline-p): Doc fix. Handle :underline being
3518 things other than `t' (a string, a list).
3519 (face-inverse-video-p): Doc fix.
3520 (set-face-underline): Rename it back from set-face-underline-p.
3521 Doc fix. Allow interactive input of values other than t.
3522 (read-face-attribute): Apply formatting to :underline,
3523 since like :box and :stipple it can take list values.
3524
3525 * term.el (ansi-term): Don't let C-x escape-char binding
3526 clobber the more standard C-c binding. (Bug#12842)
3527
3528 * subr.el (set-temporary-overlay-map): Doc fix.
3529
3530 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3531
3532 * window.el (record-window-buffer)
3533 (display-buffer-record-window): When copying the markers to
3534 window-point preserve window-point-insertion-type. (Bug#12588)
3535
3536 2012-11-16 Glenn Morris <rgm@gnu.org>
3537
3538 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3539 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3540 Use new names for hooks rather than obsolete aliases.
3541
3542 2012-11-15 Daniel Colascione <dancol@dancol.org>
3543
3544 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3545 prefix instead of "file:" so that when FILE-NAME begins with "//",
3546 as it does when the target file is on a network share, url-handler
3547 isn't confused.
3548
3549 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3552 a preactivated advice from an old advice.el; they're not compatible!
3553
3554 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3557 Fix string-spec case.
3558
3559 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3560
3561 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3564 (advice--buffer-local-function-sample): New var.
3565 (advice--set-buffer-local, advice--buffer-local): New functions.
3566 (add-function, remove-function): Use them.
3567
3568 2012-11-15 Drew Adams <drew.adams@oracle.com>
3569
3570 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3571
3572 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3575 potential binding of print-gensym to t, and prettify (back)quotes in
3576 case they appear in args's default values (bug#12884).
3577
3578 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3581 (advice-eval-interactive-spec): New function.
3582 (advice--make-interactive-form): Support around advice (bug#12844).
3583
3584 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3585
3586 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3587 more strict. Add docstring.
3588 (ruby-expression-expansion-re): Extract from
3589 `ruby-match-expression-expansion'.
3590 (ruby-syntax-propertize-function): After everything else, search
3591 for expansions in string literals, mark their insides as
3592 whitespace syntax and save match data for font-lock.
3593 (ruby-font-lock-keywords): Use the 2nd group from expression
3594 expansion matches.
3595 (ruby-match-expression-expansion): Use the match data saved to the
3596 text property in ruby-syntax-propertize-function.
3597
3598 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3601 (bug#12879).
3602
3603 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3604
3605 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3606 start/end keyword a bit harder. Works with different values of N.
3607 Add more comments.
3608 (ruby-end-of-block): Update accordingly.
3609
3610 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * woman.el (woman-file-name): Don't mess with unread-command-events
3613 (bug#12861).
3614
3615 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3616 Remove out of date self-require hack.
3617 (ad-do-advised-functions): Use simple `dolist'.
3618 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3619 (ad-advice-definition): Redefine as functions.
3620 (ad-advice-classes): Move before first use.
3621 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3622 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3623 (ad--defalias-fset): Remove functions.
3624 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3625 (ad-get-orig-definition): Rewrite.
3626 (ad-make-advised-definition-docstring): Change base docstring.
3627 (ad-real-orig-definition): Rewrite.
3628 (ad-map-arglists): Change name of called function.
3629 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3630 (ad-make-advised-definition): Simplify.
3631 (ad-assemble-advised-definition): Tweak for new calling context.
3632 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3633 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3634 function and call ad-activate if needed.
3635 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3636 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3637 (ad-compile-function): Compile ad-Advice-*.
3638 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3639 (ad-start-advice, ad-stop-advice): Remove.
3640
3641 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3642
3643 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3644 period before class method names, not after. Remove handling of
3645 one impossible case. Add comments.
3646
3647 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * emacs-lisp/advice.el: Remove support for freezing.
3650 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3651 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3652 Remove support for `freeze'.
3653
3654 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3655 override the default.
3656 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3657 cl--dotimes/dolist.
3658 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3659 `cl' is loaded.
3660
3661 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3662 from add-advice.
3663 (advice--strip-macro): New function.
3664 (advice--defalias-fset): Use them to handle macros.
3665 (advice-add): Use them.
3666 (advice-member-p): Correctly handle macros.
3667
3668 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3669
3670 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3671 Never font-lock the beginning of singleton class as heredoc.
3672
3673 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3676
3677 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3678
3679 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3680 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3681 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3682
3683 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3684
3685 Fix end-of-defun misbehavior.
3686 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3687 python-beginning-of-defun-function. Handle nested defuns
3688 correctly.
3689 (python-nav-end-of-defun): Rename from
3690 python-end-of-defun-function. Ensure forward movement.
3691 (python-info-current-defun): Reimplement to work as intended
3692 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3693 parent defuns as soon as possible.
3694
3695 2012-11-13 Glenn Morris <rgm@gnu.org>
3696
3697 * progmodes/flymake.el (flymake-error-bitmap)
3698 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3699 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3700
3701 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3702
3703 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3704 backward, always stop at indentation. Reverts the change from
3705 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3706
3707 2012-11-13 Glenn Morris <rgm@gnu.org>
3708
3709 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3710 Add ibuffer-filter-by-derived-mode.
3711
3712 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3713 the same name shadowing each other.
3714
3715 * window.el (with-temp-buffer-window): Doc tweak.
3716
3717 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3718
3719 * help.el (temp-buffer-max-height):
3720 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3721 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3722
3723 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * emacs-lisp/nadvice.el: New package.
3726 * subr.el (special-form-p): New function.
3727 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3728 (elp-all-instrumented-list): Remove var.
3729 (elp-not-profilable): Remove elp-wrapper.
3730 (elp-profilable-p): Use autoloadp and special-form-p.
3731 (elp--advice-name): New const.
3732 (elp-instrument-function): Use advice-add.
3733 (elp--instrumented-p): New predicate.
3734 (elp-restore-function): Use advice-remove.
3735 (elp-restore-all, elp-reset-all): Use mapatoms.
3736 (elp-set-master): Use elp--instrumented-p.
3737 (elp--make-wrapper): Rename from elp-wrapper, return a function
3738 suitable for advice-add. Use cl-inf.
3739 (elp-results): Use mapatoms+elp--instrumented-p.
3740 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3741 (debug-function-list): Remove var.
3742 (debug): Rename arg, and then let-bind it explicitly inside.
3743 (debugger-setup-buffer): Rename arg.
3744 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3745 (debugger-frame-number): Adjust to new debug-on-entry setup.
3746 (debug--implement-debug-on-entry): Rename from
3747 implement-debug-on-entry, add argument.
3748 (debugger-special-form-p): Remove, use special-form-p instead.
3749 (debug-on-entry): Use advice-add.
3750 (debug--function-list): New function.
3751 (cancel-debug-on-entry): Use it, along with advice-remove.
3752 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3753 (debugger-list-functions): Use debug--function-list instead of
3754 debug-function-list.
3755 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3756 (ad-special-form-p): Remove, use special-form-p instead.
3757 (ad-set-advice-info): Use add-function and remove-function.
3758 (ad--defalias-fset): Adjust accordingly.
3759
3760 2012-11-10 Glenn Morris <rgm@gnu.org>
3761
3762 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3763 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3764 (report-emacs-bug-create-existing-bugs-buffer)
3765 (report-emacs-bug-parse-query-results)
3766 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3767
3768 * term.el (term-default-fg-color, term-default-bg-color):
3769 Make obsolete, rather than just saying "deprecated" in the doc.
3770
3771 * term.el (term): Rename from `term-face'.
3772 (term-current-face, ansi-term-color-vector)
3773 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3774 Update all users.
3775
3776 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3777
3778 * server.el (server-create-window-system-frame): Handle Nextstep
3779 specially (Bug#12780).
3780
3781 2012-11-10 Glenn Morris <rgm@gnu.org>
3782
3783 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3784 Unautoload, and make obsolete. (Bug#7449)
3785
3786 2012-11-10 Chong Yidong <cyd@gnu.org>
3787
3788 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3789 rename from diff-remove-trailing-whitespace (Bug#12831).
3790
3791 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3794 miscompilation of trace.el.
3795
3796 2012-11-10 Glenn Morris <rgm@gnu.org>
3797
3798 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3799
3800 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3803 (bug#12812).
3804
3805 2012-11-10 Chong Yidong <cyd@gnu.org>
3806
3807 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3808 a defcustom with an appropriate :set function.
3809 (minibuffer-default--in-prompt-regexps): New function.
3810
3811 2012-11-10 Glenn Morris <rgm@gnu.org>
3812
3813 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3814 (define-modify-macro): Doc fixes.
3815
3816 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3817 (gv-define-simple-setter): Update doc of `fix-return'.
3818
3819 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3822 twice when `fix-return' is set (bug#12813).
3823
3824 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3825 gv-define-simple-setter (bug#12812).
3826
3827 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3828 (bug#12756).
3829
3830 2012-11-10 Glenn Morris <rgm@gnu.org>
3831
3832 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3833
3834 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3835 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3836 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3837 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3838
3839 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3840
3841 2012-11-10 Leo Liu <sdl.web@gmail.com>
3842
3843 * ido.el (ido-set-matches-1): Improve flex matching performance by
3844 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3845
3846 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3849 (ad--defalias-fset): New function.
3850 (ad-safe-fset): Remove.
3851 (ad-make-freeze-definition): Use cl-letf*.
3852
3853 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * subr.el (dolist): Don't bind VAR in RESULT.
3856
3857 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3858 (fset, documentation): Don't save real def since we don't advise.
3859 (ad-do-advised-functions): Remove problematic `result-form'.
3860 (ad-safe-fset): `ad-real-fset' => `fset'.
3861 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3862 uses CL's dolist internally.
3863 (ad-arglist): Remove unused arg `name'.
3864 (ad-docstring, ad-make-advised-docstring):
3865 `ad-real-documentation' => `documentation'.
3866 (warning-suppress-types): Declare.
3867 (ad-set-arguments): Simple CSE.
3868 (ad-recover-normality): Sanity check.
3869
3870 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3871 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3872
3873 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3874
3875 * ses.el: symbol to coordinate mapping is made by symbol property
3876 `ses-cell'. This means that the same mapping is done for all SES
3877 sheets. That is good enough for cells with standard A1 names, but
3878 not for named cell. So a hash map is added for the latter.
3879 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3880 (ses-sym-rowcol): Use hashmap for named cell.
3881 (ses-is-cell-sym-p): New defun.
3882 (ses-decode-cell-symbol): New defun.
3883 (ses-create-cell-variable): Add cell to hashmap when name is not
3884 A1-like.
3885 (ses-rename-cell): Check that cell new name is not already in
3886 spreadsheet with the use of ses-is-cell-sym-p
3887 (ses-rename-cell): Use hash map for named cells, but accept also
3888 renaming back to A1-like.
3889
3890 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * emacs-lisp/advice.el: Use new dynamic docstrings.
3893 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3894 Use dynamic-docstring-function instead of ad-advice-info.
3895 (ad--make-advised-docstring): New function extracted from
3896 ad-make-advised-docstring.
3897 (ad-make-advised-docstring): Use it.
3898 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3899 from sql-help.
3900 (sql-help): Use it with dynamic-docstring-function.
3901
3902 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3903
3904 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * files.el (hack-one-local-variable--obsolete): New function.
3907 (hack-one-local-variable): Use it for obsolete settings.
3908
3909 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3910 the new name.
3911
3912 * progmodes/js.el (js--filling-paragraph): New var.
3913 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3914 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3915 less sneaky.
3916
3917 2012-11-08 Julien Danjou <julien@danjou.info>
3918
3919 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3920 `auto-mode-alist' (Bug#12835).
3921
3922 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3925 (perl--prettify-symbols-alist): New const.
3926 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3927 New functions.
3928 (perl-font-lock-keywords-2): Use them.
3929 (perl-electric-noindent-p): New function.
3930 (perl-mode): Use it to set up electric-indent-mode.
3931 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3932 (perl-mode-map): Remove bindings for them.
3933 (perl-imenu-generic-expression, perl-outline-level):
3934 Match functions&packages in column>0.
3935
3936 * env.el (env--substitute-vars-regexp): New const.
3937 (substitute-env-vars): Use it. Add `only-defined' arg.
3938 * net/tramp.el (tramp-replace-environment-variables): Use it.
3939
3940 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3941 Byte-compile *before* eval in eval-and-compile.
3942 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3943 (byte-compile-file-form-autoload): Don't hide actual definition.
3944 (byte-compile-maybe-guarded): Accept `functionp' as well.
3945
3946 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3947
3948 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3949
3950 * notifications.el (notifications-get-server-information-method):
3951 New defconst.
3952 (notifications-get-capabilities): Fix docstring.
3953 (notifications-get-server-information): New defun.
3954
3955 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3956
3957 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3958 readability.
3959
3960 * textmodes/ispell.el: Experimental support for support debugging.
3961 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3962 buffer for ispell.
3963 (ispell-print-if-debug): New function to print stuff to
3964 `ispell-debug-buffer' if debugging is enabled.
3965 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3966 show some debugging info.
3967 (ispell-buffer-with-debug): New function that creates a debugging
3968 buffer and calls `ispell-buffer' with debugging enabled.
3969
3970 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3971 comment in autoconf mode. (Bug#12768)
3972
3973 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3974
3975 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3976 frame-first-window, frame-root-window, frame-selected-window,
3977 minibuffer-selected-window, minibuffer-window,
3978 window-absolute-pixel-edges, window-at, window-body-height,
3979 window-body-width, window-display-table, window-combination-limit,
3980 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3981 window-inside-edges, window-inside-pixel-edges, window-left-child,
3982 window-left-column, window-margins, window-next-buffers,
3983 window-next-sibling, window-new-normal, window-new-total,
3984 window-normal-size, window-parameter, window-parameters, window-parent,
3985 window-pixel-edges, window-point, window-prev-buffers,
3986 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3987 window-start, window-text-height, window-top-child, window-top-line,
3988 window-total-height, window-total-width and window-use-time to the list
3989 of functions without side-effects.
3990 (toplevel): Add window-valid-p to the list of error-free functions
3991 without side-effects.
3992
3993 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3994
3995 * textmodes/ispell.el (ispell-program-name):
3996 Update spellchecker parameters when customized.
3997
3998 2012-11-04 Glenn Morris <rgm@gnu.org>
3999
4000 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
4001
4002 2012-11-04 Chong Yidong <cyd@gnu.org>
4003
4004 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4005 same-window-* variables.
4006
4007 2012-11-04 Juri Linkov <juri@jurta.org>
4008
4009 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4010 (isearch-describe-key, isearch-describe-mode): Use a display
4011 action instead of binding same-window-* variables (Bug#10040).
4012
4013 2012-11-03 Glenn Morris <rgm@gnu.org>
4014
4015 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4016 Rename handler properties back from cl-- to cl-. (Bug#12788)
4017
4018 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4019
4020 2012-11-03 Eli Zaretskii <eliz@gnu.org>
4021
4022 * term/pc-win.el: Don't load term/internal from here.
4023
4024 * loadup.el: Load term/internal from here.
4025
4026 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
4027
4028 * progmodes/python.el (inferior-python-mode): Fix hang in
4029 jit-lock (Bug#12645).
4030
4031 2012-11-03 Martin Rudalics <rudalics@gmx.at>
4032
4033 * window.el (switch-to-visible-buffer)
4034 (switch-to-buffer-preserve-window-point): Fix doc-strings.
4035
4036 2012-11-03 Glenn Morris <rgm@gnu.org>
4037
4038 * emacs-lisp/cl-lib.el (cl--random-time):
4039 Rename from cl-random-time. (Bug#12773)
4040 (cl--gensym-counter, cl--random-state): Update callers.
4041 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4042
4043 2012-11-03 Chong Yidong <cyd@gnu.org>
4044
4045 * cus-start.el: Make cursor-type customizable (Bug#11633).
4046
4047 2012-11-02 Glenn Morris <rgm@gnu.org>
4048
4049 * filecache.el: No need to load find-lisp when compiling.
4050 (find-lisp-find-files): Autoload it.
4051 (file-cache-add-directory-recursively): Don't require find-lisp.
4052
4053 * image.el (image-type-from-file-name): Trivial simplification.
4054
4055 * emacs-lisp/bytecomp.el (byte-compile-eval):
4056 Decouple "noruntime" and "cl-functions" warnings.
4057
4058 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
4059
4060 * play/gomoku.el (gomoku-display-statistics): Update mode line
4061 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4062
4063 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4064
4065 * window.el (quit-restore-window): If the window has been
4066 created on an existing frame and ended up as the sole window on
4067 that frame, do not delete it (Bug#12764).
4068
4069 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4072 Rename from sh--inside-arithmetic-expression, handle more cases
4073 (bug#11263).
4074
4075 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4076 (sh-font-lock-open-heredoc): Use it (bug#12770).
4077
4078 2012-10-30 Glenn Morris <rgm@gnu.org>
4079
4080 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
4081
4082 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
4083
4084 2012-10-29 Chong Yidong <cyd@gnu.org>
4085
4086 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4087 function key is stored in a keyboard macro (Bug#4894).
4088
4089 * thingatpt.el (number-at-point): Apply a thing-at-point property.
4090
4091 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4094 header comments".
4095 (diff-unified->context, diff-context->unified)
4096 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4097
4098 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4099
4100 * files.el (find-alternate-file): Only ask one question (bug#12487).
4101
4102 2012-10-29 Chong Yidong <cyd@gnu.org>
4103
4104 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4105 Suggested by Dan Nicolaescu (Bug#6326).
4106
4107 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4108
4109 * startup.el (fancy-about-screen): Don't message (Bug#12680).
4110
4111 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4112
4113 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4114
4115 * face-remap.el (face-remap-add-relative): Handle the case where a
4116 face-remapping-alist entry is a cons cell (Bug#12762).
4117
4118 2012-10-29 Kevin Ryde <user42@zip.com.au>
4119
4120 * woman.el (woman-parse-numeric-value): Handle picas correctly
4121 (Bug#12639).
4122
4123 2012-10-29 Glenn Morris <rgm@gnu.org>
4124
4125 * emacs-lisp/cl.el (defsetf): Doc fix.
4126
4127 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4130 syntax to the matching opener, if any (bug#12547).
4131 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4132 matching open as a "case-(".
4133 (sh-smie-rc-grammar): Add a corresponding rule for it.
4134
4135 2012-10-28 Daniel Hackney <dan@haxney.org>
4136
4137 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4138 "PKGNAME-autoloads.el" in case we created it.
4139
4140 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4143 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4144 (completion--twq-all): Disable too-strict assertions.
4145
4146 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4147
4148 2012-10-27 Eli Zaretskii <eliz@gnu.org>
4149
4150 * profiler.el (profiler-report-make-entry-part): Fix help-echo
4151 text to match the real keybindings.
4152
4153 2012-10-27 Juri Linkov <juri@jurta.org>
4154
4155 * wdired.el (wdired-keep-marker-rename): New defcustom.
4156 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4157 (Bug#11795)
4158
4159 * dired.el (dired-keep-marker-rename): Add reference to
4160 `wdired-keep-marker-rename' in the docstring.
4161 Add default character value ?R to display initially in
4162 Customization UI instead of ?@.
4163
4164 2012-10-27 Martin Rudalics <rudalics@gmx.at>
4165
4166 * window.el (display-buffer): In doc-string describe
4167 window-height and window-width alist entries.
4168
4169 * time.el (display-time-world): Restore fit-window-to-buffer
4170 behavior.
4171
4172 2012-10-27 Chong Yidong <cyd@gnu.org>
4173
4174 * subr.el (insert-buffer-substring-as-yank): Doc fix.
4175
4176 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
4177
4178 * minibuffer.el (completion-category-overrides): New completion
4179 category `bookmark' (bug#11131).
4180
4181 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * emacs-lisp/advice.el (ad-assemble-advised-definition):
4184 Silence bogus compiler warnings for ad-do-it.
4185
4186 * bookmark.el (bookmark-completing-read): Set the completion category
4187 to `bookmark' (bug#11131).
4188
4189 2012-10-26 Bastien <bzg@altern.org>
4190 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * face-remap.el: Use lexical-binding.
4193 (text-scale-adjust): Improve docstring. Use itself for the temporary
4194 overlay-map bindings, so as to repeat the "Use..." message each time.
4195
4196 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * emacs-lisp/macroexp.el (macroexp--expand-all):
4199 Obey byte-compile-warning-enabled-p (bug#12486).
4200
4201 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4202 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4203
4204 2012-10-26 Martin Rudalics <rudalics@gmx.at>
4205
4206 * mouse.el (mouse-drag-line): Move last form into preceding when
4207 clause (Bug#12731).
4208
4209 * help.el (resize-temp-buffer-window): Fix doc-string.
4210
4211 2012-10-25 David Engster <deng@randomsample.de>
4212
4213 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4214 Remove. This feature is already integrated in imenu.
4215
4216 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4217 always loaded. Require `speedbar' unconditionally.
4218
4219 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4222
4223 * minibuffer.el (minibuffer-force-complete): Fix thinko.
4224
4225 * net/ldap.el (ldap-search-internal): The official ldif format starts
4226 with a "version: 1" header (bug#12724).
4227
4228 * emacs-lisp/package.el (package-installed-p): Warn if not ready
4229 (bug#12721).
4230
4231 2012-10-25 Glenn Morris <rgm@gnu.org>
4232
4233 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4234
4235 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * minibuffer.el (minibuffer-force-complete): Use one more marker
4238 for the temporary-overlay-map command (bug#12619).
4239
4240 2012-10-24 Chong Yidong <cyd@gnu.org>
4241
4242 * time.el (display-time-world-mode): Derive from special-mode.
4243 (display-time-world): Use display-buffer (Bug#12708).
4244 (display-time-world-mode-map): Variable deleted.
4245 (display-time-world-display): Wrap the final delete-char inside
4246 inhibit-read-only.
4247
4248 2012-10-24 Chong Yidong <cyd@gnu.org>
4249
4250 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4251 Doc fix.
4252
4253 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4254
4255 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * minibuffer.el (completion--all-sorted-completions-location): New var.
4258 (completion--cache-all-sorted-completions)
4259 (completion--flush-all-sorted-completions): Use it.
4260 (completion-in-region, completion-in-region--postch)
4261 (completion-at-point, completion-help-at-point): Use markers in
4262 completion-in-region--data (bug#12619).
4263
4264 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * progmodes/compile.el (compilation-start): Try to handle common
4267 quoting of `cd' argument (bug#12640).
4268
4269 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4270 (bug#12671).
4271
4272 2012-10-23 Glenn Morris <rgm@gnu.org>
4273
4274 * progmodes/gud.el (gud-menu-map):
4275 Check gdb-active-process is bound. (Bug#12358)
4276
4277 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * repeat.el (repeat): Set real-this-command (bug#12232).
4280
4281 * htmlfontify.el (hfy-post-html-hook):
4282 * filesets.el (filesets-cache-fill-content-hook):
4283 * arc-mode.el (archive-extract-hook):
4284 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4285 * net/rcirc.el (rcirc-sentinel-functions)
4286 (rcirc-receive-message-functions, rcirc-activity-functions)
4287 (rcirc-print-functions):
4288 * net/dbus.el (dbus-event-error-functions):
4289 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4290 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4291 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4292 * term/sun.el (sun-raw-prefix-hooks):
4293 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4294
4295 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4298 Set `tramp-chunksize' to 1. This improves the performance.
4299 (tramp-smb-wait-for-output): Add timeout to
4300 `tramp-accept-process-output' calls.
4301
4302 2012-10-23 Chong Yidong <cyd@gnu.org>
4303
4304 * faces.el (font-list-limit): Define as an obsolete variable.
4305
4306 * startup.el (command-line):
4307 * cus-start.el: Don't refer to font-list-limit.
4308
4309 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4310
4311 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * subr.el (internal-temp-output-buffer-show): Rename from
4314 temp-output-buffer-show, since previously compiled files expect this name.
4315
4316 2012-10-23 Glenn Morris <rgm@gnu.org>
4317
4318 * image.el (image-type-from-file-name): If multiple types match,
4319 return the first one that is supported. (Bug#9045)
4320
4321 2012-10-22 Glenn Morris <rgm@gnu.org>
4322
4323 * image.el (imagemagick-enabled-types): Doc fix.
4324
4325 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
4326
4327 * progmodes/which-func.el (which-func-current): The hash-table may have
4328 an explicit nil (bug#12338).
4329
4330 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * electric.el (electric-pair-delete-selection-self-insert-function):
4333 Rename to electric-pair-will-use-region, return a boolean.
4334 (electric-pair-mode): Adjust accordingly. Don't require delsel.
4335
4336 * delsel.el (delete-selection-helper): Use a function instead of a hook.
4337 (delete-selection-pre-hook): Use use-region-p.
4338 (delete-selection-self-insert-function): Remove.
4339 (self-insert-command): Obey self-insert-uses-region-functions.
4340 (self-insert-iso): Revert to previous setting, since we don't actually
4341 know what that command does.
4342 (delete-selection-self-insert-hooks): Remove.
4343
4344 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
4345
4346 * delsel.el (delete-selection-helper): New function, extracted from
4347 delete-selection-pre-hook.
4348 (delete-selection-pre-hook): Use it.
4349 (delete-selection-self-insert-function): New function.
4350 (delete-selection-self-insert-hooks): New hook.
4351 (self-insert-command, self-insert-iso): Use it.
4352 * electric.el (electric-pair-syntax): New function, extracted from
4353 electric-pair-post-self-insert-function.
4354 (electric-pair-post-self-insert-function): Use it.
4355 (electric-pair-delete-selection-self-insert-function): New function.
4356 (electric-pair-mode): Require delsel and setup
4357 delete-selection-self-insert-hooks (bug#11520).
4358
4359 2012-10-20 Chong Yidong <cyd@gnu.org>
4360
4361 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4362 no changes to show (Bug#12586).
4363
4364 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4365 list explicitly (Bug#12571).
4366
4367 2012-10-20 Arne Jørgensen <arne@arnested.dk>
4368
4369 * progmodes/flymake.el (flymake-create-temp-inplace):
4370 Use file-truename.
4371
4372 2012-10-20 Eli Zaretskii <eliz@gnu.org>
4373
4374 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
4375
4376 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4377
4378 * calc/calc-units.el (math-extract-units): Properly extract powers
4379 of units.
4380
4381 2012-10-20 Daniel Colascione <dancol@dancol.org>
4382
4383 * frame.el (make-frame): Set x-display-name as we used to in order
4384 to unbreak creating an X11 frame from an Emacs daemon started
4385 without a display.
4386
4387 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4390 the same completion-field (bug#12221).
4391
4392 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4393
4394 * emacs-lisp/debug.el (debug): Record height of debugger window
4395 also when debugger will be back (Bug#8789).
4396
4397 2012-10-18 Chong Yidong <cyd@gnu.org>
4398
4399 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4400 Convert to defcustom.
4401 (gdb-get-source-file): Don't bind pop-up-windows.
4402
4403 * progmodes/gud.el (gud-display-line): Don't specially re-use
4404 other frames for the gdb-mi case (Bug#12648).
4405
4406 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * emacs-lisp/advice.el: Clean up commentary a bit.
4409 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4410 (byte-code-function-p): Never redefine.
4411
4412 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4413
4414 2012-10-18 Glenn Morris <rgm@gnu.org>
4415
4416 * dired.el (dired-sort-toggle): Some ls implementations only allow
4417 a single option string. (Bug#12666)
4418
4419 * minibuffer.el (completion-cycle-threshold): Doc fix.
4420
4421 2012-10-17 Kenichi Handa <handa@gnu.org>
4422
4423 * international/mule.el (set-keyboard-coding-system):
4424 Recover input meta mode when the new coding system doesn not use 8-bit.
4425 Supply TERMINAL arg to set-input-meta-mode.
4426
4427 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4428
4429 * wdired.el (wdired-old-marks): New variable.
4430 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4431 (wdired-do-renames): Move point with renamed file and don't lose
4432 mark status (Bug#11795).
4433
4434 2012-10-16 Juri Linkov <juri@jurta.org>
4435
4436 * replace.el (query-replace-help): Mention multi-buffer replacement
4437 keys in the Help message. (Bug#12655)
4438
4439 2012-10-15 Chong Yidong <cyd@gnu.org>
4440
4441 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4442
4443 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4444
4445 * window.el (display-buffer): Doc fix.
4446
4447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4448 Adjust the msft regexp to the output of Studio 2010, and move msft
4449 before edg-1. See the discussion on emacs-devel,
4450 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4451 for the details.
4452
4453 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4456 (oset): Move uses of object-class-fast macro after its definition.
4457
4458 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4459
4460 2012-10-13 Chong Yidong <cyd@gnu.org>
4461
4462 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4463 enabled, re-enable it (Bug#11963).
4464
4465 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4466
4467 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4468 non-nil, restore window configuration (Bug#12623).
4469
4470 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * help-fns.el (describe-variable, describe-function-1):
4473 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4474
4475 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4476
4477 2012-10-12 Glenn Morris <rgm@gnu.org>
4478
4479 * mail/rmailsum.el (rmail-header-summary):
4480 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4481
4482 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4483
4484 * progmodes/python.el (python-mode-map):
4485 Replace subtitute-key-definition with proper command remapping.
4486 (python-nav--up-list): Fix behavior for blocks on the same level.
4487
4488 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4491
4492 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4493 changes to the format of load-history.
4494
4495 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4496 completion-ignore-case in case that var is buffer-local (bug#12615).
4497
4498 2012-10-11 Kenichi Handa <handa@gnu.org>
4499
4500 * international/eucjp-ms.el: Re-generated.
4501
4502 2012-10-10 Kenichi Handa <handa@gnu.org>
4503
4504 * select.el (xselect--encode-string): If a coding is specified for
4505 selection, and that is compatible with COMPOUND_TEXT, use it.
4506
4507 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4508
4509 * window.el (switch-to-buffer-preserve-window-point): New option.
4510 (switch-to-buffer):
4511 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4512
4513 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4516 Don't document nil as a useful value (bug#12583).
4517
4518 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4519
4520 * net/tramp.el (tramp-debug-message):
4521 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4522 (with-tramp-progress-reporter): Rename from
4523 `tramp-with-progress-reporter'.
4524 (with-tramp-file-property, with-tramp-connection-property):
4525 Move from tramp-cache.el, rename from `with-file-property' and
4526 `with-connection-property', respectively.
4527
4528 * net/tramp-cache.el: Remove `with-file-property' and
4529 `with-connection-property'.
4530
4531 * net/tramp.el:
4532 * net/tramp-gvfs.el:
4533 * net/tramp-sh.el:
4534 * net/tramp-smb.el: Adapt callees.
4535
4536 * net/trampver.el: Update release number.
4537
4538 2012-10-09 Glenn Morris <rgm@gnu.org>
4539
4540 * w32-fns.el (set-message-beep):
4541 * term/w32-win.el (set-message-beep): Update declarations.
4542
4543 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4546 (mode-line-widen, mode-line-input-method-map)
4547 (mode-line-coding-system-map, mode-line-remote)
4548 (mode-line-unbury-buffer, mode-line-bury-buffer)
4549 (mode-line-next-buffer, mode-line-previous-buffer):
4550 Replace save-selected-window+select-window => with-selected-window.
4551
4552 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4553 * progmodes/cc-vars.el (bq-process): Remove, unused.
4554
4555 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4556
4557 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4558
4559 Implemented `backward-up-list'-like navigation.
4560 * progmodes/python.el (python-nav-up-list)
4561 (python-nav-backward-up-list): New functions.
4562 (python-mode-map): Define substitute key for backward-up-list to
4563 python-nav-backward-up-list.
4564
4565 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4566
4567 * progmodes/python.el (python-fill-paragraph): Rename from
4568 python-fill-paragraph-function. Fixed fill-paragraph for
4569 decorators (Bug#12605).
4570
4571 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4572
4573 * progmodes/python.el (python-shell-output-filter): Handle extra
4574 carriage return in OSX (Bug#12409).
4575
4576 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4577
4578 Fix shell handling of unbalanced quotes and parens in output.
4579 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4580 (python-syntax-propertize-function): Use it.
4581 (python-shell-output-syntax-table): New var.
4582 (inferior-python-mode): Prevent unbalanced parens/quotes from
4583 previous output mess with current input context.
4584
4585 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4588 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4589
4590 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4591
4592 * ffap.el (ffap-replace-file-component): Support Tramp file name
4593 syntax, not only ange-ftp's one.
4594
4595 2012-10-08 Glenn Morris <rgm@gnu.org>
4596
4597 * cus-start.el (message-log-max): Set :version.
4598
4599 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4600
4601 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4602
4603 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4604 the minibuffer window (Bug#10851).
4605
4606 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4607
4608 Enhancements on forward-sexp movement.
4609 * progmodes/python.el (python-nav-beginning-of-statement)
4610 (python-nav-end-of-statement): Return point-marker.
4611 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4612 (python-info-current-symbol)
4613 (python-info-statement-starts-block-p): Rename from
4614 python-info-beginning-of-block-p.
4615 (python-info-statement-ends-block-p): Rename from
4616 python-info-end-of-block-p.
4617 (python-info-beginning-of-statement-p)
4618 (python-info-end-of-statement-p)
4619 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4620 New functions.
4621
4622 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4625 frame-selected-windows.
4626
4627 2012-10-08 Daniel Colascione <dancol@dancol.org>
4628
4629 * battery.el (battery-status-function): Check for
4630 w32-battery-status itself, not system-time windows-nt.
4631
4632 * frame.el: Require cl-lib.
4633 (display-format-alist): New variable mapping frame types to
4634 functions that initialize them.
4635 (window-system-for-display): New function: interprets
4636 display-format-alist.
4637 (make-frame-on-display): Remove existing display-selection logic
4638 and just forward to make-frame, which will now DTRT.
4639 (make-frame): Restructure to use window-system-for-display to
4640 figure out how to create a frame on a given display.
4641 (display-mouse-p): Look for frame-type w32, not a particular
4642 system-type.
4643
4644 * loadup.el: Load w32 lisp code when we have the w32 feature.
4645
4646 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4647 system-type windows-nt.
4648
4649 * server.el (server-create-window-system-frame): Look for window
4650 type.
4651 (server-proces-filter): Only force a window system when windows-nt
4652 _and_ w32. Explain why.
4653
4654 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4655 of window systems we configure for the mode.
4656
4657 * startup.el (command-line): Mark window system is initialized
4658 after we've done it.
4659
4660 * common-win.el (x-select-text): Look for w32, not windows-nt.
4661
4662 * ns-win.el: Require cl-lib. Add ourselves to
4663 display-format-alist.
4664 (ns-initialize-window-system): Assert we're not initialized twice.
4665
4666 * w32-win.el: Enable lexical binding; require cl-lib; add
4667 ourselves to display-format-alist.
4668 (w32-handle-dropped-file): Convert incoming dropped files from
4669 Windows paths to Cygwin ones before passing them on to the rest of
4670 Emacs.
4671 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4672 (w32-initialize-window-system): Assert we're not initialized twice.
4673
4674 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4675 (x-initialize-window-system): Assert we're not initialized twice.
4676
4677 * w32-common-fns.el: New File.
4678 (w32-version, w32-using-nt, w32-get-clipboard-data)
4679 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4680 (w32-charset-info-alist, x-last-selected, text)
4681 (x-get-selection-value, x-selection-value): Move here.
4682
4683 * w32-fns.el: Require w32-common-fns.
4684 (w32-version, w32-using-nt, w32-get-clipboard-data)
4685 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4686 (w32-charset-info-alist, x-last-selected, text)
4687 (x-get-selection-value, x-selection-value): Move to
4688 w32-common-fns.
4689
4690 * w32-vars.el:
4691 (w32-allow-system-shell, w32-system-shells): Define only in
4692 non-cygwin case.
4693
4694 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4697 (read-passwd): Remove a few more potential sources of leaks.
4698
4699 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4700
4701 * progmodes/python.el (inferior-python-mode)
4702 (python-shell-make-comint): Fix initialization of local
4703 variables copied from parent buffer.
4704
4705 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4706
4707 * term/ns-win.el (ns-read-file-name): Update declaration to match
4708 nsfns.m.
4709 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4710 it is set when font is acted upon.
4711
4712 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4713
4714 Enhancements to indentation.
4715 * progmodes/python.el (python-indent-context): Give priority to
4716 inside-string context. Make comments indentation markers.
4717 (python-indent-region): Do not mess with strings, unless it's the
4718 enclosing set of quotes.
4719
4720 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * window.el (internal--before-save-selected-window)
4723 (internal--after-save-selected-window): New functions extracted from
4724 save-selected-window. Make sure we return the `alist' we construct.
4725 (save-selected-window): Use them.
4726
4727 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4728 Use with-selected-window.
4729
4730 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4731 forms that define macros (bug#12593).
4732
4733 2012-10-07 Kenichi Handa <handa@gnu.org>
4734
4735 * international/mule-conf.el (compound-text-with-extensions):
4736 Add :mime-charset property as x-ctext.
4737
4738 2012-10-07 Stefan Merten <smerten@oekonux.de>
4739
4740 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4741 (rst-indent-literal-normal, rst-indent-literal-minimized)
4742 (rst-indent-comment): Correct :version tag.
4743 (rst-official-cvs-rev): Correct version string.
4744
4745 2012-10-07 Glenn Morris <rgm@gnu.org>
4746
4747 * mail/rmailmm.el (rmail-mime-process-multipart):
4748 Do not confuse a multipart message with an epilogue
4749 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4750
4751 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4752
4753 Fix shell output retrieval and comint-prompt-regexp init.
4754 * progmodes/python.el (inferior-python-mode):
4755 (python-shell-make-comint): Fix initialization of
4756 comint-prompt-regexp from copied file local variables.
4757 (python-shell-fetched-lines): Remove var.
4758 (python-shell-output-filter-in-progress): Rename from
4759 python-shell-fetch-lines-in-progress.
4760 (python-shell-output-filter-buffer): Rename from
4761 python-shell-fetch-lines-string.
4762 (python-shell-fetch-lines-filter): Delete function.
4763 (python-shell-output-filter): New function.
4764 (python-shell-send-string-no-output): Use them.
4765
4766 2012-10-07 Glenn Morris <rgm@gnu.org>
4767
4768 * hi-lock.el (hi-lock-process-phrase):
4769 Try to make it less fragile. (Bug#7161)
4770
4771 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4772
4773 2012-10-06 Glenn Morris <rgm@gnu.org>
4774
4775 * ehelp.el (electric-help-mode): Use help-mode rather than
4776 non-existent mode `help'.
4777 (electric-help-map): Use button-buffer-map. (Bug#10917)
4778
4779 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4780 (reftex-create-bibtex-footer): Fix custom types.
4781
4782 * progmodes/sh-script.el (sh-indent-after-continuation):
4783 Add explicit :group.
4784
4785 * textmodes/rst.el (rst-preferred-decorations)
4786 (rst-shift-basic-offset): Clarify obsolescence versions.
4787
4788 * profiler.el (profiler): Add missing group :version tag.
4789 * avoid.el (mouse-avoidance-banish-position):
4790 * proced.el (proced-renice-command):
4791 * calc/calc.el (calc-ensure-consistent-units):
4792 * calendar/icalendar.el (icalendar-import-format-uid):
4793 * net/tramp.el (tramp-save-ad-hoc-proxies):
4794 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4795 * progmodes/flymake.el (flymake-error-bitmap)
4796 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4797 * progmodes/sh-script.el (sh-indent-after-continuation):
4798 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4799 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4800 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4801 (vhdl-array-index-record-field-in-sensitivity-list)
4802 (vhdl-indent-comment-like-next-code-line):
4803 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4804 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4805 (reftex-cite-key-separator, reftex-create-bibtex-header)
4806 (reftex-create-bibtex-footer):
4807 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4808 (rst-indent-literal-normal, rst-indent-literal-minimized)
4809 (rst-indent-comment): Add missing custom :version tags.
4810
4811 * calendar/timeclock.el (timeclock-modeline-display):
4812 Add missing obsolete alias for renamed user option.
4813
4814 * strokes.el (strokes-modeline-string):
4815 * emulation/crisp.el (crisp-mode-modeline-string):
4816 * eshell/esh-mode.el (eshell-status-in-modeline):
4817 Aliases to defcustoms must come before the defcustom.
4818
4819 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4820 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4821 (cal-tex-cursor-week-monday): Doc fixes.
4822 (cal-tex-cursor-week2-summary): Doc fix.
4823 Rename from cal-tex-cursor-week-at-a-glance.
4824
4825 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4826 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4827
4828 * calendar/calendar.el (calendar-mode-map):
4829 Add cal-tex-cursor-week2-summary.
4830
4831 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4834
4835 * subr.el (read-passwd-map): New var.
4836 (read-passwd): Use `read-string' again.
4837 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4838
4839 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4840
4841 * register.el (append-to-register, prepend-to-register):
4842 Deactivate mark, as does `copy-to-register' (bug#12389).
4843
4844 2012-10-06 Chong Yidong <cyd@gnu.org>
4845
4846 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4847
4848 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4849
4850 * international/characters.el: Fix simple mistake ((car chars) ->
4851 elt), delete duplicated code.
4852
4853 2012-10-06 Glenn Morris <rgm@gnu.org>
4854
4855 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4856
4857 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4858
4859 * color.el (color-hsl-to-rgb): Fix incorrect results for
4860 small and large hue values. (Bug#12559)
4861
4862 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4863
4864 Enhancements to docstring formatting when filling paragraphs.
4865 * progmodes/python.el (python-fill-docstring-style): Rename from
4866 python-fill-string-style. Added new style.
4867 (python-fill-string): Use new style. Better checks for
4868 docstrings.
4869
4870 2012-10-05 Glenn Morris <rgm@gnu.org>
4871
4872 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4873
4874 * color.el (color-name-to-rgb, color-rgb-to-hex)
4875 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4876 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4877 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4878 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4879
4880 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4881
4882 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4885 to get the correct size across symlinks.
4886
4887 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4888
4889 2012-10-04 Juri Linkov <juri@jurta.org>
4890
4891 * replace.el (query-replace-interactive): Declare obsolete.
4892 (query-replace-read-from): Add the last incremental search string
4893 to the list of default values accessible via M-n.
4894 (map-query-replace-regexp): Use `read-regexp'.
4895 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4896 (map-query-replace-regexp, replace-string, replace-regexp):
4897 Fix docstrings to replace mentions of `query-replace-interactive'
4898 with alternatives. (Bug#12526)
4899
4900 2012-10-04 Juri Linkov <juri@jurta.org>
4901
4902 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4903 (dired-pop-to-buffer): Declare obsolete.
4904 (dired-mark-pop-up): Doc fix.
4905
4906 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4907
4908 Allow user to set docstring style for fill-paragraph.
4909 * progmodes/python.el
4910 (python-fill-comment-function, python-fill-string-function)
4911 (python-fill-decorator-function, python-fill-paren-function):
4912 Remove :safe for defcustoms.
4913 (python-fill-string-style): New defcustom
4914 (python-fill-paragraph-function): Enhance context detection.
4915 (python-fill-string): Honor python-fill-string-style settings.
4916
4917 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4918
4919 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4920 after setting its buffer (Bug#10805).
4921
4922 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4923
4924 Fix cornercase for string syntax.
4925 * progmodes/python.el (python-syntax-propertize-function):
4926 Simplify and enhance the regexp for unescaped quotes. Now it also
4927 matches quotes in weird situations like the single quote in
4928 "something\"'".
4929 (python-syntax-stringify): Simplify num-quotes detecting code.
4930
4931 2012-10-03 Glenn Morris <rgm@gnu.org>
4932
4933 * help-macro.el (three-step-help):
4934 Revert 2012-09-29 change. (Bug#12567)
4935
4936 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4937
4938 * menu-bar.el (kill-this-buffer): Don't do anything when
4939 `menu-frame' is not alive or visible (Bug#8184).
4940
4941 * emacs-lisp/debug.el (debug): When quitting the debugger window
4942 restore current buffer (Bug#12502).
4943
4944 2012-10-02 Chong Yidong <cyd@gnu.org>
4945
4946 * progmodes/hideif.el (hif-lookup, hif-defined):
4947 Handle semantic-c-takeover-hideif.
4948
4949 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4950
4951 Change sampling interval units from ms to ns.
4952 * profiler.el (profiler-sampling-interval): Change units
4953 from ms to ns, multiplying the default by 1000000 so that
4954 it remains 1 ms.
4955 (profiler-report-cpu-line-format): Give enough room for
4956 the maximum counters on 64-bit hosts.
4957 (profiler-report-render-calltree-1): Call them "CPU samples",
4958 not "Time (ms)", since they are not milliseconds now (and
4959 never really were).
4960
4961 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4962
4963 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4964 Fix querying BBDB for entries without a last name (Bug#11580).
4965
4966 2012-10-02 Chong Yidong <cyd@gnu.org>
4967
4968 * emacs-lisp/eieio.el: Restore Version header.
4969
4970 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * vc/diff-mode.el (diff--auto-refine-data): New var.
4973 (diff-hunk): Use it to delay refinement.
4974 (diff-mode): Remove overlays when we turn off font-lock.
4975
4976 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4977 (table-initialize-table-fixed-width-mode)
4978 (table-set-table-fixed-width-mode): Remove functions.
4979 (table-command-list): Move initialization into declaration.
4980 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4981 (table-with-cache-buffer): Use `declare'.
4982 (table-span-cell): Simplify via CSE.
4983 (table-fixed-width-mode): Use define-minor-mode.
4984 (table-call-interactively, table-funcall, table-apply): Remove.
4985 (table-function): New function, to replace them.
4986
4987 * bookmark.el (bookmark-search-pattern): Remove var.
4988 (bookmark-read-search-input): Remove function.
4989 (bookmark-bmenu-search): Reimplement using a minibuffer.
4990
4991 * faces.el (modeline): Remove obsolete face name.
4992
4993 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4994 and give a non-nil default value.
4995 (add-change-log-entry): Simplify accordingly.
4996
4997 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4998
4999 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5000 (vc-git-log-edit-toggle-amend): New function.
5001 (vc-git-log-edit-toggle-signoff): New function.
5002 (vc-git-log-edit-mode): New major mode.
5003 (vc-git-log-edit-mode-map): Keymap for it.
5004 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5005
5006 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5007 header names.
5008 (log-edit-toggle-header): New function.
5009 (log-edit-extract-headers): Accept function values in HEADERS alist.
5010
5011 2012-10-01 David Engster <deng@randomsample.de>
5012
5013 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5014 from symbol property and change message to be more consistent with
5015 Emacs proper.
5016 (eieio-describe-generic): Add filename for each implementation.
5017 Fix indices for generic and normal methods.
5018 (eieio-method-def, eieio-class-def): New buttons.
5019 (eieio-help-find-method-definition)
5020 (eieio-help-find-class-definition): New functions.
5021 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5022 class, constructor and method definitions.
5023
5024 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5025 information in symbol property.
5026 (scoped-class): Remove.
5027 (eieio-slot-name-index, call-next-method): Check if it is bound.
5028
5029 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
5030
5031 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5032 (eieio-custom-mode): New major mode.
5033 (eieio-customize-object): Use it.
5034
5035 2012-10-01 Eric Ludlam <zappo@gnu.org>
5036
5037 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5038 specifying the expected class, and whether subclassing is allowed.
5039 (eieio-persistent-convert-list-to-object):
5040 (eieio-persistent-validate/fix-slot-value)
5041 (eieio-persistent-slot-type-is-class-p): New functions.
5042 (eieio-named::slot-missing): Doc fix.
5043
5044 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5045 Stop using unused publd variable.
5046
5047 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5048 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5049 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5050 (eieio-speedbar-handle-click): Do not specify a class for the
5051 method. Fixes method invocation order problems with EDE.
5052
5053 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5056 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5057
5058 2012-10-01 Karl Fogel <kfogel@red-bean.com>
5059
5060 * bookmark.el (bookmark-version-control): Give tags in the
5061 :type choices (Bug#12309), and improve doc string.
5062 (bookmark-write-file): Bind `print-circle' to `t' to allow
5063 circular custom bookmark types. (Bug#12503)
5064
5065 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5066
5067 Revert the FOLLOW-SYMLINKS change for file-attributes.
5068 * files.el (remote-file-name-inhibit-cache, after-find-file):
5069 * time.el (display-time-file-nonempty-p): Undo last change.
5070
5071 * profiler.el (profiler-sampling-interval): Change default back to 1.
5072 See Stefan Monnier in
5073 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5074
5075 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
5076
5077 Shell output catching a la gud-gdb.
5078 * progmodes/python.el (python-shell-fetch-lines-in-progress)
5079 (python-shell-fetch-lines-string, python-shell-fetched-lines):
5080 New Vars.
5081 (python-shell-fetch-lines-filter): New function.
5082 (python-shell-send-string-no-output): Use them.
5083
5084 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
5085
5086 * profiler.el (profiler-sampling-interval): Rename from
5087 profiler-sample-interval.
5088 (profiler-sampling-interval): Default to 10.
5089 (profiler-find-profile): New command (was profiler-find-log).
5090 (profiler-find-profile-other-window): New command.
5091 (profiler-find-profile-other-frame): New command.
5092 (profiler-profile): Introduce API-level data structure.
5093
5094 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5095
5096 file-attributes has a new optional arg FOLLOW-SYMLINKS.
5097 * files.el (remote-file-name-inhibit-cache):
5098 * time.el (display-time-file-nonempty-p): Use it.
5099 * files.el (after-find-file): Don't chase links before calling
5100 file-exists-p, as file-exists-p already does the right thing.
5101
5102 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
5103
5104 Merge from standalone RefTeX repository.
5105
5106 The following ChangeLog entries are shortened versions of the
5107 original ones with file paths adapted. A not so strongly edited
5108 version of the original ChangeLog can be found in the commit log.
5109
5110 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5111 (reftex-arg-cite): Use `reftex-cite-key-separator'.
5112 Correctly handle new value type returned by `reftex-citation'.
5113
5114 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5115 that entries with whitespace at various places are found.
5116 Doc fix. Include entries that are cross-referenced from cited entries.
5117 Include @String definitions in the resulting bib file. Add header
5118 and footer defined in `reftex-create-bibtex-header' and
5119 `reftex-create-bibtex-footer'.
5120 (reftex-do-citation): Make it possible again to insert
5121 non-existent entries. Save match data when asking for optional
5122 arguments. Return all keys, not just the first one.
5123 (reftex-all-used-citation-keys): Fix regexp to correctly extract
5124 all citations in the same line.
5125 (reftex-parse-bibtex-entry): Accept additional optional argument
5126 `raw' and keep quotes or braces if it is non-nil. Match fields
5127 containing hyphens besides word constituents.
5128 (reftex-get-string-refs): New function.
5129 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5130 and ask if it should be reread in case it did.
5131 (reftex-pop-to-bibtex-entry)
5132 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5133 entries with spaces or tabs in front of arguments.
5134 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5135 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5136 Match entries containing numbers and symbol constituents.
5137 (reftex-do-citation, reftex-figure-out-cite-format):
5138 Use `reftex-cite-key-separator'.
5139
5140 * textmodes/reftex-dcr.el: Move provide statement to end of file.
5141 (reftex-mouse-view-crossref): Explain why point is set.
5142
5143 * textmodes/reftex-global.el: Whitespace changes.
5144
5145 * textmodes/reftex-index.el: Move provide statement to end of
5146 file.
5147 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5148 (reftex-index-visit-phrases-buffer): Set marker when visiting
5149 buffer. This allows for returning from the phrases file to the
5150 file one was just editing instead of the file where the last
5151 phrases was added from.
5152 (reftex-index-phrases-syntax-table): New variable. Give ?\"
5153 punctuation syntax as it usually is not used as string quote in
5154 TeX-related modes and may occur unmatched. The change also
5155 prevents fontification of quoted content.
5156 (reftex-index-phrases-mode): Use it.
5157
5158 * textmodes/reftex-parse.el (reftex-parse-from-file):
5159 Move backward one char if a `\' was matched after a section macro.
5160 (reftex-parse-from-file): Use beginning of match instead of end as
5161 bound.
5162
5163 * textmodes/reftex-ref.el: Adapt creation of
5164 `reftex-<package>-<macro>' functions to new structure of
5165 `reftex-ref-style-alist'.
5166 (reftex-reference): Use `reftex-ref-style-list' function.
5167 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
5168 reference macro if `reftex-ref-macro-prompt' is non-nil.
5169 (reftex-reference): Pass refstyle to `reftex-format-special'.
5170 Determine reference macro by looking at
5171 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5172 Use only one special format function.
5173 (reftex-varioref-vref, reftex-fancyref-fref)
5174 (reftex-fancyref-Fref): Remove definitions. The functions are now
5175 generated from `reftex-ref-style-alist'.
5176 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5177 Remove.
5178 (reftex-format-special): New function.
5179
5180 * textmodes/reftex-sel.el
5181 (reftex-select-cycle-ref-style-internal): Adapt to new structure
5182 of `reftex-ref-style-alist'. Remove code for testing macro type.
5183 (reftex-select-toggle-varioref)
5184 (reftex-select-toggle-fancyref): Remove.
5185 (reftex-select-cycle-ref-style-internal)
5186 (reftex-select-cycle-ref-style-forward)
5187 (reftex-select-cycle-ref-style-backward): New functions.
5188 (reftex-select-label-map): Use `v' and `V' for general cycling
5189 through reference styles. Add `p' for switching between number
5190 and page reference types.
5191
5192 * textmodes/reftex-toc.el (reftex-re-enlarge):
5193 Call `enlarge-window' only if there is something to do because in Emacs
5194 the horizontal version throws an error even if the parameter is 0.
5195
5196 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5197 (reftex-plug-into-AUCTeX): Doc fix.
5198 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5199 string. Adapt to new name.
5200 (reftex-ref-style-alist): Change structure so that it is not
5201 possible to use multiple different package names within a style.
5202 Remove the symbols for symbols for macro type distinction.
5203 Add characters for macro selection.
5204 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5205 (reftex-create-bibtex-footer): New variables.
5206 (reftex-format-ref-function): Mention third argument of special
5207 format function.
5208 (reftex-ref-style-alist, reftex-ref-style-default-list):
5209 New variables.
5210 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5211 to new implementation. Mark as obsolete. Add compatibility code
5212 for honoring the variable values in case they are set.
5213 (reftex-cite-format-builtin, reftex-bibliography-commands):
5214 Add support for ConTeXt.
5215 (reftex-format-ref-function, reftex-format-cite-function):
5216 Fix custom type.
5217 (reftex-cite-key-separator): New variable.
5218
5219 * textmodes/reftex.el (reftex-syntax-table-for-bib)
5220 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5221 `reftex-syntax-table' because parens have to retain their paren
5222 syntax in order for parsing of BibTeX entries like @book(...) to
5223 work.
5224 (reftex-in-comment): Do not error out if `comment-start-skip' is
5225 not set. Deal correctly with escaped comment characters.
5226 (reftex-tie-multifile-symbols): Add doc string.
5227 Initialize `reftex-ref-style-list'.
5228 (reftex-untie-multifile-symbols): Add doc string.
5229 (reftex-add-index-macros): Doc fix.
5230 (reftex-ref-style-activate, reftex-ref-style-toggle)
5231 (reftex-ref-style-list): New functions.
5232 (reftex-mode-menu): Use them. Adapt to new structure of
5233 `reftex-ref-style-alist'.
5234 (reftex-select-with-char): Kill the RefTeX Select buffer when
5235 done.
5236 (reftex-remove-if): New function.
5237 (reftex-erase-all-selection-and-index-buffers)
5238 (reftex-mode-menu): Reference styles are now computed from
5239 `reftex-ref-style-alist'. Fix typo.
5240 (reftex-report-bug): New function.
5241 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5242 algorithms with O(n log n). Introduce optional argument SORT (not
5243 yet used).
5244
5245 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
5246
5247 Enhancements for triple-quote string syntax.
5248 * progmodes/python.el (python-syntax-propertize-function):
5249 Match both quote cases in one regexp.
5250 (python-syntax-stringify): Handle matches properly.
5251
5252 2012-09-30 Juri Linkov <juri@jurta.org>
5253
5254 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5255 to nil around the call to `insert' to prevent
5256 directory time modification by lock_file. (Bug#2295)
5257 * tar-mode.el (tar-summarize-buffer): Idem.
5258
5259 2012-09-30 Juri Linkov <juri@jurta.org>
5260
5261 * facemenu.el (list-colors-sort): Add option "Luminance".
5262 (list-colors-sort-key): Implement it.
5263
5264 * vc/diff-mode.el (diff-refine-removed):
5265 * vc/ediff-init.el (ediff-fine-diff-A):
5266 * vc/smerge-mode.el (smerge-refined-removed):
5267 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
5268
5269 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5270
5271 * term/ns-win.el (x-file-dialog): New function.
5272
5273 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5274
5275 * ido.el (ido-max-directory-size): Default to nil; the current
5276 default is small for POSIX systems, and impractical on Windows 7
5277 now that lstat returns directory sizes for NTFS.
5278
5279 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5280
5281 In buffer display functions handle window-height/window-width
5282 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
5283 * window.el (window--display-buffer): New argument ALIST.
5284 Obey window-height and window-width alist entries.
5285 (window--try-to-split-window): New argument ALIST.
5286 Bind window-combination-limit to t when the window's size shall be
5287 changed and window-combination-limit equals `window-size'.
5288 (display-buffer-in-atom-window)
5289 (display-buffer-in-major-side-window)
5290 (display-buffer-in-side-window, display-buffer-same-window)
5291 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5292 (display-buffer-pop-up-window, display-buffer-below-selected)
5293 (display-buffer-at-bottom, display-buffer-in-previous-window)
5294 (display-buffer-use-some-window): Adjust all callers of
5295 window--display-buffer and window--try-to-split-window.
5296 (fit-frame-to-buffer): New option.
5297 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5298 is non-nil.
5299 (display-buffer-in-major-side-window): Evaluate window-height /
5300 window-width alist entries.
5301
5302 * help.el (temp-buffer-resize-frames)
5303 (temp-buffer-resize-regexps): Remove options.
5304 (temp-buffer-resize-mode): Adjust doc-string.
5305 (resize-temp-buffer-window): Don't consult
5306 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
5307 temp-buffer-resize-frames.
5308
5309 * dired.el (dired-mark-pop-up):
5310 Call display-buffer-below-selected with a fit-window-to-buffer alist
5311 entry.
5312
5313 2012-09-30 Chong Yidong <cyd@gnu.org>
5314
5315 * server.el (server-host): Document the security implications.
5316 (server-auth-key): Doc fix.
5317
5318 * startup.el (initial-buffer-choice): Doc fix.
5319
5320 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5321
5322 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5323 restriction change.
5324
5325 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5326
5327 * help-fns.el (help-fns--obsolete): Fix last change.
5328
5329 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5332 (minor-mode-map-alist): Remove redundant code.
5333
5334 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5335 visited in a buffer.
5336 (cvs-insert-visited-file): New function.
5337 (find-file-hook): Use it.
5338
5339 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5340
5341 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5342 chose face.
5343 (log-edit-empty-buffer-p): Don't require a space after a header.
5344
5345 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5346
5347 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5348
5349 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5350 a proper minor-mode.
5351
5352 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5353
5354 2012-09-29 Glenn Morris <rgm@gnu.org>
5355
5356 * winner.el (winner-mode): Remove variable (let define-minor-mode
5357 handle it).
5358 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5359 Doc fixes.
5360 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5361 (winner-mode): Use define-minor-mode.
5362
5363 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5364 the full definition in loaddefs, rather than duplicating it.
5365
5366 * help-macro.el (three-step-help): No need to autoload defcustom.
5367
5368 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5369 (inferior-lisp-program, inferior-lisp-load-command)
5370 (inferior-lisp-prompt, inferior-lisp-mode-hook):
5371 No need to autoload defcustoms.
5372
5373 * hippie-exp.el (hippie-expand-try-functions-list)
5374 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5375 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5376 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5377 (hippie-expand-only-buffers): No need to autoload defcustoms.
5378 * progmodes/vhdl-mode.el (vhdl-line-expand):
5379 Explicitly load hippie-exp, so it does not get autoloaded
5380 while hippie-expand-try-functions-list is let-bound.
5381
5382 2012-09-28 Glenn Morris <rgm@gnu.org>
5383
5384 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5385
5386 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5387 Only "cl.el" counts as cl these days.
5388
5389 2012-09-28 Juri Linkov <juri@jurta.org>
5390
5391 Display archive errors in the echo area instead of inserting
5392 to the file buffer.
5393
5394 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5395 to STDERR-TEST that can be a regexp matching a successful output.
5396 Create a temporary file and redirect stderr to it. Search for
5397 STDERR-TEST in the stderr output and display it in the echo area
5398 if no match is found.
5399 (archive-extract-by-file): New function like
5400 `archive-extract-by-stdout' but extracting archives to files
5401 and looking for successful matches in stdout. Function body is
5402 mostly copied from `archive-rar-extract'.
5403 (archive-rar-extract): Use `archive-extract-by-file'.
5404 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5405
5406 2012-09-28 Leo Liu <sdl.web@gmail.com>
5407
5408 * pcomplete.el (pcomplete-show-completions):
5409 Use minibuffer-message to make pcomplete usable in minibuffer.
5410
5411 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5412
5413 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * type-break.el: Use lexical-binding.
5416 (type-break-mode): Use define-minor-mode.
5417
5418 * emacs-lisp/pcase.el (pcase--mark-used): New.
5419 (pcase--u1): Use it (bug#12512).
5420
5421 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5422 in load-history with the right file name.
5423
5424 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5425
5426 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5427 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5428 (doc-view-get-bounding-box): Make bounding box slicing work for
5429 ODF and DVI documents.
5430
5431 2012-09-28 Glenn Morris <rgm@gnu.org>
5432
5433 * type-break.el (type-break-mode, type-break-interval)
5434 (type-break-good-rest-interval, type-break-keystroke-threshold):
5435 No need to autoload.
5436 (type-break-good-rest-interval, type-break-keystroke-threshold):
5437 Add :set-after.
5438
5439 2012-09-28 Chong Yidong <cyd@gnu.org>
5440
5441 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5442 Add :version tag.
5443
5444 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5447
5448 2012-09-27 Glenn Morris <rgm@gnu.org>
5449
5450 * faces.el (x-display-name): Declare (for without-x builds).
5451
5452 * linum.el (linum-format): Don't autoload it. Improve :type.
5453
5454 * progmodes/tcl.el: Don't require outline when compiling.
5455 (outline-regexp, outline-level): Declare.
5456 * textmodes/sgml-mode.el: Don't require outline when compiling.
5457 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5458
5459 * term.el (term-ansi-reset):
5460 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5461
5462 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5463 files for RCS and SCCS. (Bug#9781)
5464
5465 2012-09-27 Chong Yidong <cyd@gnu.org>
5466
5467 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5468 change; value should be t.
5469
5470 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * image-mode.el: Use lexical-binding.
5473 (image-mode-winprops): Use t to stand for the window of
5474 a buffer that's not displayed.
5475 * doc-view.el (doc-view-new-window-function): Handle the new
5476 t in winprops.
5477 (doc-view-enlarge): Make it a real nop if the size is not changed.
5478 (doc-view-display): Handle the case where the buffer is not (yet?)
5479 displayed in any window.
5480 (doc-view-saved-settings): New var.
5481 (doc-view-mode): Use it.
5482 (doc-view-fallback-mode): Set it.
5483
5484 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5485 Set lexical-binding.
5486 (minibuffer-eldef-shorten-default): New var.
5487 (minibuffer-default-in-prompt-regexps): Use it for new default.
5488 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5489
5490 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5491
5492 * international/uni-bidi.el:
5493 * international/uni-category.el:
5494 * international/uni-name.el:
5495 * international/uni-numeric.el: Regenerate.
5496
5497 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5498 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * profiler.el: New file.
5501
5502 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5505 (testcover-reinstrument): Simplify with CSE.
5506
5507 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5510
5511 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5512
5513 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5514 (verilog-auto-input, verilog-auto-insert-lisp)
5515 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5516 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5517 (verilog-auto-unused, verilog-auto-wire)
5518 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5519 newline. Reported by Andrew Jones.
5520 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5521 Reported by Brad Dobbie.
5522 (verilog-batch-delete-trailing-whitespace):
5523 Create verilog-batch-delete-trailing-whitespace.
5524 Reported by Brad Dobbie.
5525 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5526 parameters from another module. Reported by Dan Katz.
5527 (verilog-auto, verilog-auto-assign-modport)
5528 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5529 AUTOINOUTMODPORT for UVM interface module shell generation.
5530 Reported by Brad Dobbie.
5531 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5532 standard behavior.
5533 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5534 Reported by Matt Martin.
5535
5536 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5537
5538 * window.el (window--resize-child-windows): When resizing child
5539 windows proportionally, process them in reverse order to
5540 preserve the "when splitting a window the new one gets the odd
5541 line" behavior.
5542 (window--resize-root-window-vertically): When resizing the
5543 minibuffer window try to affect only windows at the bottom of the
5544 frame. (Bug#12419)
5545
5546 2012-09-25 Chong Yidong <cyd@gnu.org>
5547
5548 * subr.el (declare): Doc fix.
5549
5550 * help-fns.el (help-fns--obsolete): Handle macros properly.
5551
5552 2012-09-25 Chong Yidong <cyd@gnu.org>
5553
5554 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5555 this function obsolete.
5556
5557 * calendar/cal-x.el (calendar-two-frame-setup)
5558 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5559 * calendar/calendar.el (american-calendar, european-calendar)
5560 (calendar-for-loop):
5561 * comint.el (comint-dynamic-simple-complete)
5562 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5563 * desktop.el (desktop-load-default):
5564 * dired-x.el (dired-omit-here-always)
5565 (dired-hack-local-variables, dired-default-directory):
5566 * emacs-lisp/derived.el (derived-mode-class):
5567 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5568 * emacs-lock.el (toggle-emacs-lock):
5569 * epa.el (epa-display-verify-result):
5570 * epg.el (epg-sign-keys, epg-start-sign-keys)
5571 (epg-passphrase-callback-function):
5572 * eshell/esh-util.el (eshell-for):
5573 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5574 (eshell-add-to-window-buffer-names):
5575 * files.el (locate-file-completion):
5576 * imenu.el (imenu-example--create-c-index)
5577 (imenu-example--create-lisp-index)
5578 (imenu-example--lisp-extract-index-name)
5579 (imenu-example--name-and-position):
5580 * international/mule-cmds.el (princ-list):
5581 * international/mule-diag.el (decode-codepage-char):
5582 * international/mule-util.el (detect-coding-with-priority):
5583 * iswitchb.el (iswitchb-read-buffer):
5584 * mail/mailalias.el (mail-complete):
5585 * mail/sendmail.el (mail-sent-via):
5586 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5587 (mouse-major-mode-menu):
5588 * password-cache.el (password-read-and-add):
5589 * pcomplete.el (pcomplete-parse-comint-arguments):
5590 * progmodes/sh-script.el (sh-maybe-here-document):
5591 * replace.el (query-replace-regexp-eval):
5592 * savehist.el (savehist-load):
5593 * simple.el (choose-completion-delete-max-match):
5594 * term.el (term-dynamic-simple-complete):
5595 * vc/ediff-init.el (ediff-check-version):
5596 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5597 * vc/vc.el (vc-diff-switches-list):
5598 * view.el (view-return-to-alist-update): Likewise.
5599
5600 * subr.el (eval-next-after-load, makehash, insert-string)
5601 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5602 mark obsolete.
5603 (mode-line-inverse-video): Variable deleted.
5604
5605 * international/mule-util.el (string-to-sequence): Remove.
5606
5607 * calendar/calendar.el (calendar-version):
5608 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5609 (icalendar-convert-diary-to-ical):
5610 * cus-edit.el (custom-mode):
5611 * ansi-color.el (ansi-color-unfontify-region):
5612 * international/latin1-disp.el (latin1-char-displayable-p):
5613 * progmodes/cwarn.el (turn-on-cwarn-mode):
5614 * progmodes/which-func.el (which-func-update-1):
5615 Use define-obsolete-function-alias.
5616
5617 * net/newst-backend.el (newsticker-cache-filename):
5618 * net/newst-treeview.el (newsticker-groups-filename):
5619 Fix incorrect obsolescence declaration.
5620
5621 * allout.el (allout-passphrase-hint-string): Likewise.
5622 (allout-init): Use a declare form to mark obsolete.
5623
5624 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5625 this applies to functions.
5626
5627 * iswitchb.el (iswitchb-read-buffer): Move code of
5628 iswitchb-define-mode-map here, and delete that obsolete function.
5629
5630 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5631 font-lock-reference-face.
5632
5633 2012-09-25 Glenn Morris <rgm@gnu.org>
5634
5635 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5636 Doc fixes.
5637
5638 * eshell/em-term.el (eshell-term-name):
5639 Default to term-term-name. (Bug#12485)
5640
5641 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5642
5643 * progmodes/python.el (python-shell-send-buffer): Better handling
5644 of "if __name__ == '__main__':" conditionals when sending the buffer.
5645
5646 2012-09-24 Glenn Morris <rgm@gnu.org>
5647
5648 * eshell/esh-cmd.el (eshell-find-alias-function):
5649 Tighten up file-name regexp. (Bug#12499)
5650
5651 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5652
5653 Enhancements for triple-quote string syntax.
5654 * progmodes/python.el (python-quote-syntax): Remove.
5655 (python-syntax-propertize-function): New value.
5656 (python-syntax-count-quotes, python-syntax-stringify):
5657 New functions.
5658
5659 2012-09-24 Chong Yidong <cyd@gnu.org>
5660
5661 * mail/supercite.el (sc-version): Remove obsolete function.
5662 (sc-describe): Don't mark as obsolete, since it is bound.
5663 (sc-submit-bug-report): Remove.
5664
5665 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5666 (cvs-commit-buffer-require-final-newline): Remove.
5667 (log-edit-require-final-newline)
5668 (log-edit-changelog-full-paragraphs): Default to t.
5669
5670 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5671 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5672 * vc/vc.el (vc-checkout-carefully): Likewise.
5673
5674 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5675 (emerge-version): Remove.
5676
5677 * progmodes/compile.el (compile-internal): Remove.
5678 (compilation-parse-errors-function): Fix typo.
5679
5680 * international/mule.el (set-char-table-default): Remove.
5681 (set-coding-priority, make-coding-system, generic-char-p)
5682 (charset-list, charset-bytes, charset-id): Use declare to mark
5683 functions as obsolete.
5684
5685 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5686 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5687 * vc/vc-hooks.el (vc-default-registered): Don't use
5688 vc-master-templates.
5689
5690 * font-lock.el (font-lock-reference-face):
5691 Use define-obsolete-variable-alias.
5692
5693 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5694 * calendar/calendar.el (calendar-font-lock-keywords):
5695 * calendar/diary-lib.el (diary-font-lock-keywords)
5696 (diary-fancy-font-lock-keywords):
5697 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5698 * textmodes/reftex-index.el (reftex-insert-index):
5699 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5700 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5701 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5702 * progmodes/prolog.el (prolog-font-lock-keywords):
5703 * progmodes/idlwave.el (idlwave-idl-keywords):
5704 * progmodes/ada-mode.el (ada-font-lock-keywords):
5705 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5706
5707 2012-09-24 Glenn Morris <rgm@gnu.org>
5708
5709 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5710
5711 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5712
5713 * progmodes/python.el (python-indent-line): More consistent cursor
5714 movement behavior.
5715
5716 2012-09-23 Stefan Merten <smerten@oekonux.de>
5717
5718 * textmodes/rst.el: Fix compiler warning.
5719
5720 2012-09-23 Roland Winkler <winkler@gnu.org>
5721
5722 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5723 Transcribe also LaTeX hyphenation.
5724 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5725 bibtex-reformat-previous-options.
5726
5727 2012-09-23 Roland Winkler <winkler@gnu.org>
5728
5729 * proced.el (proced-renice-command): New variable.
5730 (proced-marked-processes): New function.
5731 (proced-with-processes-buffer): New macro.
5732 (proced-send-signal): Use them.
5733 (proced-renice): New command bound to r.
5734
5735 2012-09-23 Roland Winkler <winkler@gnu.org>
5736
5737 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5738 ibuffer-saved-filter-groups has one element, shortcut the call of
5739 completing-read. (Bug#12331)
5740
5741 2012-09-23 Chong Yidong <cyd@gnu.org>
5742
5743 * bindings.el (mode-line-toggle-read-only):
5744 * bs.el (bs-toggle-readonly):
5745 * buff-menu.el (Buffer-menu-toggle-read-only):
5746 * dired.el (dired-toggle-read-only):
5747 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5748
5749 2012-09-23 Chong Yidong <cyd@gnu.org>
5750
5751 * image.el (image-type-available-p): Adapt to init-image-library
5752 argument changes.
5753
5754 2012-09-22 Juri Linkov <juri@jurta.org>
5755
5756 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5757 `dired-toggle-read-only'. (Bug#12462)
5758
5759 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5760
5761 * subr.el (temp-output-buffer-show): New function.
5762 (with-output-to-temp-buffer): Call temp-output-buffer-show
5763 instead of internal-temp-output-buffer-show.
5764
5765 2012-09-22 Chong Yidong <cyd@gnu.org>
5766
5767 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5768 (Bug#12462).
5769
5770 * repeat.el (repeat): Doc fix (Bug#12348).
5771
5772 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5773 (Bug#10909).
5774
5775 * simple.el (shell-command-on-region): Doc fix.
5776 (read-only-mode): Doc fix.
5777
5778 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5779
5780 * emacs-lisp/timer.el (run-with-idle-timer)
5781 (timer-activate-when-idle): Warn against reinvoking an idle timer
5782 from within its own timer action. (Bug#12447)
5783
5784 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5785
5786 * cus-start.el (window-combination-limit): Add new optional
5787 values.
5788 * window.el (temp-buffer-window-show)
5789 (window--try-to-split-window): Handle new values of
5790 window-combination-limit (Bug#1806).
5791 (split-window): Test window-combination-limit for t instead of
5792 non-nil.
5793 (display-buffer-at-bottom): New buffer display action function.
5794 * help.el (temp-buffer-resize-regexps): New option.
5795 (temp-buffer-resize-mode): Rewrite doc-string.
5796 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5797 Don't resize reused window. Suggested by Glenn Morris.
5798
5799 2012-09-22 Stefan Merten <smerten@oekonux.de>
5800
5801 * textmodes/rst.el: Revamp section title faces.
5802 (rst-official-version)
5803 (rst-package-emacs-version-alist): Sync with official version
5804 V1.4.0.
5805 (rst-faces-defaults, rst-set-level-default)
5806 (rst-level-face-max, rst-level-face-base-color)
5807 (rst-level-face-base-light, rst-level-face-format-light)
5808 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5809 (rst-adornment-faces-alist): Match new setup.
5810 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5811 (rst-level-5, rst-level-6): New faces.
5812
5813 2012-09-22 Chong Yidong <cyd@gnu.org>
5814
5815 * simple.el (undo): Handle indirect buffers (Bug#8207).
5816
5817 2012-09-21 Leo Liu <sdl.web@gmail.com>
5818
5819 IDO: Disable match re-ordering for buffer switching.
5820 * ido.el (ido-buffer-disable-smart-matches): New variable.
5821 (ido-set-matches-1): Use it. (Bug#2042)
5822
5823 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5824
5825 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5826 Fix 2011-05-17 change. (Bug#12418)
5827
5828 2012-09-21 Leo Liu <sdl.web@gmail.com>
5829
5830 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5831
5832 2012-09-21 Glenn Morris <rgm@gnu.org>
5833
5834 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5835 Be more robust about locating simple.el.
5836
5837 2012-09-21 Glenn Morris <rgm@gnu.org>
5838
5839 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5840
5841 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5842
5843 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5844
5845 2012-09-20 Juri Linkov <juri@jurta.org>
5846
5847 * replace.el (query-replace-read-from): Use `read-regexp' instead
5848 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5849 (occur-read-primary-args): Use `read-regexp' instead of
5850 `read-string'.
5851 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5852 `read-from-minibuffer'.
5853 * isearch.el (isearch-occur): Use `read-regexp' instead of
5854 `read-string'.
5855 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5856 `read-from-minibuffer'.
5857 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5858 of `read-string'. (Bug#7567)
5859
5860 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5861 and allow accepting a list of strings prepended to a list of
5862 standard default values. Doc fix. (Bug#12321)
5863
5864 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5865
5866 * replace.el (read-regexp): Don't add ": " when PROMPT already
5867 ends with a colon and space. (Bug#12321)
5868
5869 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5870
5871 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5872 error.
5873
5874 2012-09-20 Stefan Merten <smerten@oekonux.de>
5875
5876 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5877 Fixes feature request bug#11711.
5878 (rst-mode): Create `imenu-create-index-function'.
5879 (rst-get-stripped-line): Delete after refactoring.
5880 (rst-section-tree, rst-section-tree-rec)
5881 (rst-section-tree-point): Refactor and document properly.
5882 (rst-imenu-find-adornments-for-position)
5883 (rst-imenu-convert-cell, rst-imenu-create-index):
5884 New function.
5885
5886 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5889 (macroexp--expand-all): Use it.
5890 (macroexp--funcall-and-return): Remove by folding it into its sole
5891 caller (macroexp--warn-and-return).
5892 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5893 Use macroexp--obsolete-warning.
5894
5895 * calc/calc.el: Fix last change by removing the whole chunk, since it
5896 was only needed back when Calc was not bundled.
5897
5898 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5899
5900 * emacs-lisp/debug.el (debug): Restore assignment to
5901 debugger-old-buffer removed on 2012-09-08.
5902
5903 2012-09-20 Juri Linkov <juri@jurta.org>
5904
5905 * dired-aux.el (dired-diff): Remove (require 'diff) since
5906 `diff-latest-backup-file' is now autoloaded.
5907
5908 2012-09-20 Chong Yidong <cyd@gnu.org>
5909
5910 * vc/diff.el (diff-latest-backup-file): Autoload.
5911
5912 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * calc/calc.el: Remove redundant autoload shape check.
5915 (sel-mode): Don't defvar.
5916 (calc-get-stack-element): Add `sel-mode' arg instead.
5917 (calc-top, calc-top-list): Pass it this additional argument.
5918 * calc/calc-store.el (calc-store-map):
5919 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5920 (calc-map-equation, calc-outer-product, calc-inner-product):
5921 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5922
5923 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5924
5925 2012-09-19 Juri Linkov <juri@jurta.org>
5926
5927 * dired-aux.el (dired-diff): Add (require 'diff) because
5928 `diff-latest-backup-file' is not autoloaded.
5929 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5930 of `dired-get-filename' to t to not report error when there is
5931 no default file on the current line.
5932
5933 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5936 macroexp--eval-if-compile.
5937 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5938 (macroexp--expand-all): Use them (bug#12371).
5939
5940 * doc-view.el (doc-view-guess-paper-size)
5941 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5942
5943 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5944
5945 New feature: set optimal slice from BoundingBox information.
5946 * doc-view.el (doc-view-mode-map): Add keybinding.
5947 (doc-view-menu): Add menu entry.
5948 (doc-view-set-slice): Adapt docstring.
5949 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5950 (doc-view-scale-bounding-box)
5951 (doc-view-set-slice-from-bounding-box): New functions.
5952 (doc-view-paper-sizes): New defvar.
5953
5954 2012-09-19 Glenn Morris <rgm@gnu.org>
5955
5956 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5957 (byte-compile-log-warning): Autoload. (Bug#12371)
5958
5959 * calendar/calendar.el (calendar-american-month-header)
5960 (calendar-european-month-header, calendar-iso-month-header)
5961 (calendar-month-header): New options.
5962 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5963 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5964
5965 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5966
5967 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5968
5969 2012-09-18 Juri Linkov <juri@jurta.org>
5970
5971 * dired-aux.el (dired-diff): Restore original functionality of
5972 getting the default value, but keep new feature of using the
5973 latest existing backup file (`diff-latest-backup-file').
5974
5975 2012-09-18 Juri Linkov <juri@jurta.org>
5976
5977 * dired.el (dired-mark): If the region is active in Transient Mark
5978 mode, mark all files in the active region. Doc fix.
5979 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5980 Doc fix. (Bug#10624)
5981
5982 2012-09-18 Juri Linkov <juri@jurta.org>
5983
5984 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5985 attributes for M-n are pulled from the file at point.
5986 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5987 Suggested by Drew Adams. (Bug#10624)
5988
5989 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5990
5991 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5992 whitespace after "end".
5993 (ruby-do-end-to-brace): Collapse block to one line if it fits
5994 within fill-column.
5995
5996 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5997
5998 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5999 value.
6000 (debug): Don't remove debugger window when debugger is expected
6001 to be back.
6002
6003 2012-09-18 Chong Yidong <cyd@gnu.org>
6004
6005 * custom.el (defface): Doc fix.
6006
6007 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6008
6009 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
6010
6011 * progmodes/compile.el (compilation-start): Use compilation-always-kill
6012 to initialize query-on-exit; then test that instead (bug#12288).
6013
6014 2012-09-17 Stefan Merten <smerten@oekonux.de>
6015
6016 * textmodes/rst.el: Add support for `testcover'.
6017 (rst-defcustom-testcover, rst-testcover-add-compose)
6018 (rst-testcover-add-1value): New functions.
6019 (rst-portable-mark-active-p): Replace by `use-region-p'.
6020 (rst-update-section, rst-classify-adornment)
6021 (rst-find-title-line): Mark `1value' forms.
6022 (rst-classify-adornment): Remove superfluous form.
6023 (rst-update-section, rst-get-adornments-around)
6024 (rst-adornment-complete-p, rst-get-next-adornment)
6025 (rst-adjust, rst-promote-region)
6026 (rst-display-adornments-hierarchy, rst-straighten-adornments)
6027 (rst-find-pfx-in-region, rst-section-tree-rec)
6028 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6029 (rst-toc-node, rst-toc, rst-forward-section)
6030 (rst-iterate-leftmost-paragraphs)
6031 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6032 (rst-bullet-list-region)
6033 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6034 (rst-compile-find-conf, rst-compile)
6035 (rst-repeat-last-character): Fix style.
6036
6037 2012-09-17 Chong Yidong <cyd@gnu.org>
6038
6039 * comint.el (comint--complete-file-name-data): Don't add a space
6040 if the status is `sole'; that adds a gratuitous space in the
6041 completion-cycling case (Bug#12092).
6042
6043 * pcomplete.el (pcomplete-completions-at-point): Likewise.
6044
6045 2012-09-17 Richard Stallman <rms@gnu.org>
6046
6047 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6048 only in the mime-shown mode, not in raw mode.
6049 (rmail-mime): Toggle off mime by displaying the message without
6050 mime processing. (Bug#12305)
6051
6052 * mail/rmail.el (rmail-retry-failure):
6053 Turn off mime processing first. (Bug#12037)
6054
6055 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6056
6057 2012-09-17 Chong Yidong <cyd@gnu.org>
6058
6059 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6060 (shell-dynamic-complete-functions): Convert to defcustom.
6061 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6062
6063 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6064 * comint.el (comint-prompt-read-only):
6065 * custom.el (defcustom):
6066 * hi-lock.el (hi-lock-mode):
6067 * ibuffer.el (ibuffer-formats):
6068 * ielm.el (ielm-prompt-read-only):
6069 * novice.el (disable-command):
6070 * saveplace.el (toggle-save-place):
6071 * speedbar.el (speedbar-supported-extension-expressions):
6072 * startup.el (auto-save-list-file-prefix, init-file-user)
6073 (after-init-hook, inhibit-startup-echo-area-message):
6074 * strokes.el (strokes-help):
6075 * time-stamp.el (time-stamp):
6076 * calendar/calendar.el (calendar, diary-file):
6077 * calendar/diary-lib.el (diary-mail-entries, diary)
6078 (diary-list-entries-hook):
6079 * calendar/holidays.el (holidays, calendar-holidays):
6080 * calendar/lunar.el (lunar-phases):
6081 * calendar/solar.el (sunrise-sunset):
6082 * emulation/edt.el (edt-load-keys):
6083 * emulation/viper.el (viper-mode):
6084 * eshell/em-alias.el (eshell-command-aliases-list):
6085 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6086 * international/ogonek.el (ogonek-information):
6087 * net/tramp-cmds.el (tramp-bug):
6088 * net/quickurl.el (quickurl-reread-hook-postfix):
6089 * play/decipher.el (decipher-font-lock-keywords):
6090 * progmodes/cc-styles.el (c-set-style):
6091 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6092 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6093 * progmodes/octave-mod.el (octave-mode):
6094 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6095 * progmodes/verilog-mode.el (verilog-read-defines):
6096 * textmodes/two-column.el (2C-mode): Likewise.
6097
6098 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6099
6100 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6101 that holds many addresses.
6102
6103 2012-09-16 Chong Yidong <cyd@gnu.org>
6104
6105 * align.el (align-areas): Call the indication function with
6106 positions instead of markers for arguments (Bug#12343).
6107
6108 * files.el (parse-colon-path): Use split-string (Bug#12351).
6109
6110 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6111 (display-buffer-function): Mark as obsolete.
6112
6113 * progmodes/compile.el (compilation-parse-errors): Accept list
6114 values similar to font-lock-keywords (Bug#12136).
6115 Suggested by Oleksandr Manzyuk.
6116 (compilation-error-regexp-alist): Doc fix.
6117
6118 2012-09-15 Glenn Morris <rgm@gnu.org>
6119
6120 * version.el (emacs-bzr-version-bzr): New function.
6121 (emacs-bzr-get-version): Add optional EXTERNAL argument.
6122
6123 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6124 checkouts, check the parent dirstate matches the branch.
6125 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
6126 empty string.
6127
6128 * version.el (emacs-bzr-version): Doc fix.
6129 (emacs-bzr-version-dirstate): New function.
6130 (emacs-bzr-get-version): For lightweight checkouts, if the parent
6131 is local try and check that it matches the branch. If not, just
6132 use dirstate information. (Bug#12441)
6133
6134 2012-09-14 Juri Linkov <juri@jurta.org>
6135
6136 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6137 (Bug#12399)
6138
6139 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6142
6143 * emacs-lisp/edebug.el: Miscellaneous cleanup.
6144 Remove obsolete byte-compiler hack that tried to silence some warnings.
6145 (edebug-submit-bug-report): Remove.
6146 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6147 Remove aliases, use the un-prefixed name instead.
6148 (edebug-pop-to-buffer): Consider other frames.
6149 (edebug-original-read):: Make it more obvious that it's always defined.
6150 (edebug--make-form-data-entry, edebug--form-data-name)
6151 (edebug--form-data-begin, edebug--form-data-end): Rename from the
6152 single-dashed name, and implement with cl-defstruct.
6153 (edebug-set-form-data-entry): Use the standard accessors.
6154 (edebug-make-top-form-data-entry): Use push.
6155 (edebug-no-match): Drop useless `funcall'.
6156 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6157 to functions.
6158 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6159 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6160 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6161 (easy-menu-define, with-custom-print): Remove redundant specs.
6162 (edebug-outside-overriding-local-map)
6163 (edebug-outside-overriding-terminal-local-map): Remove, unused.
6164 (edebug--display): Bind unread-command-events directly to nil rather
6165 than binding it to unread-command-events and later setting it to nil.
6166 (edebug--display): Kill edebug-eval-buffer here...
6167 (edebug--recursive-edit): ...rather than here.
6168 Bind standard-output and standard-input.
6169 (edebug-eval): Check cl-macroexpand-all is fboundp.
6170 (edebug-temp-display-freq-count): Fix last change.
6171
6172 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6173 * subr.el (noreturn, 1value): Add `debug' spec.
6174 * emacs-lisp/advice.el: Require cl-lib.
6175 (ad-copy-tree): Remove, use copy-tree instead.
6176 (ad-dolist): Remove use dolist or cl-dolist instead.
6177 (ad-do-return): Remove, use cl-return instead.
6178 (defadvice): Add `debug' spec.
6179
6180 2012-09-13 Juri Linkov <juri@jurta.org>
6181
6182 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6183 (Bug#12399)
6184
6185 2012-09-13 Glenn Morris <rgm@gnu.org>
6186
6187 * calc/calc.el (math-compose-expr):
6188 * calc/calc-ext.el (math-compose-expr):
6189 * progmodes/cc-defs.el (cl-macroexpand-all):
6190 * progmodes/cc-langs.el (delete-duplicates, mapcan)
6191 (cl-macroexpand-all): Update declarations.
6192
6193 * vc/vc.el: No need to require ediff.
6194 (ediff-load-version-control): Declare.
6195 (ediff-vc-internal): Fix declaration.
6196 (vc-version-ediff): Require ediff.
6197
6198 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6199
6200 Use a more backwards-compatible timer format (Bug#12430).
6201 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6202 being right after USECS, as that better supports old code that
6203 inadvisedly looked directly at the timer vector.
6204
6205 2012-09-13 Kenichi Handa <handa@gnu.org>
6206
6207 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6208 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6209 `coding-priority' property of these language environment.
6210
6211 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6212
6213 Fix glitches caused by addition of psec to timers (Bug#12430).
6214 * image.el (image-animate-timer):
6215 * time.el (display-time-world-timer):
6216 Use timer--function and timer--args rather than raw access to
6217 timer vector.
6218
6219 2012-09-13 Glenn Morris <rgm@gnu.org>
6220
6221 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6222 If not compiling a file, try using load-file-name.
6223
6224 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6225
6226 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6227 Fix last change.
6228 (edebug-update-eval-list): Use `push'.
6229
6230 * emacs-lisp/edebug.el: Use lexical-binding.
6231 Remove the "edebug-" prefix from non-dynamically-scoped variables.
6232 Mark unused args with underscore.
6233 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6234 (edebug-form-data): Use defvar-local.
6235 (edebug-make-before-and-after-form, edebug-make-after-form):
6236 Use backquote.
6237 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6238 Not dynamically scoped any more.
6239 (edebug--enter-trace): Add arguments `function' and `args'.
6240 Rename from edebug-enter-trace.
6241 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
6242 (edebug--update-coverage): Add `after-index' and `value' args.
6243 Rename from edebug-update-coverage.
6244 (edebug-slow-after): Call it accordingly.
6245 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
6246 edebug-recursive-edit.
6247 (edebug--display): Call it accordingly. Add args `value',
6248 `offset-index', and `arg-mode'. Rename from edebug-display.
6249 (edebug-debugger, edebug): Call it accordingly.
6250 (edebug-eval-display-list): Use dolist.
6251
6252 2012-09-12 Juri Linkov <juri@jurta.org>
6253
6254 * info.el (Info-search): Don't check for isearch-mode and
6255 isearch-regexp before let-binding search-spaces-regexp to
6256 Info-search-whitespace-regexp.
6257 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6258 search-whitespace-regexp if isearch-lax-whitespace or
6259 isearch-regexp-lax-whitespace is non-nil.
6260 (Info-mode): Don't set local variable search-whitespace-regexp.
6261 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6262
6263 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6266 (debugger-env-macro): Remove support for unread-command-char.
6267
6268 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6269 the temporary map re-appearing on emulation-mode-map-alists.
6270
6271 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6272 since 22.1.
6273
6274 * ehelp.el (with-electric-help): Accept functions in
6275 electric-help-form-to-execute.
6276 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6277 And replace unread-command-char -> unread-command-events.
6278
6279 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
6280
6281 Sync with Tramp 2.2.6.
6282
6283 * net/tramp.el (tramp-accept-process-output): Don't use
6284 JUST-THIS-ONE in the XEmacs case.
6285
6286 * net/trampver.el: Update release number.
6287
6288 2012-09-12 Martin Rudalics <rudalics@gmx.at>
6289
6290 * emacs-lisp/debug.el (debugger-previous-window-height):
6291 New variable.
6292 (debug): When debugger-jumping-flag is non-nil try to restore
6293 height of debugger window. (Bug#8789)
6294
6295 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6298 overriding-local-map and pre/post-command-hook here.
6299 (edebug-recursive-edit): Do it here instead (bug#12345).
6300 (edebug-outside-unread-command-char): Remove all uses of
6301 unread-command-char.
6302
6303 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6304 inhibit-debugger is bound instead.
6305
6306 2012-09-11 Bastien Guerry <bzg@gnu.org>
6307
6308 * subr.el (set-temporary-overlay-map): Add a docstring.
6309 (Bug#12346)
6310
6311 2012-09-11 Bastien Guerry <bzg@gnu.org>
6312
6313 * minibuffer.el (completion-table-subvert): Fix docstring.
6314 (Bug#12347)
6315
6316 2012-09-11 Bastien Guerry <bzg@gnu.org>
6317
6318 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
6319
6320 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
6321
6322 * progmodes/sql.el: Version 3.1
6323 (sql-db2-escape-newlines): New variable.
6324 (sql-escape-newlines-filter): Use it.
6325
6326 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
6327
6328 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6329
6330 2012-09-10 Dan Nicolaescu <dann@gnu.org>
6331
6332 * vc/diff-mode.el (diff-mode-menu):
6333 Bind diff-remove-trailing-whitespace.
6334
6335 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6338 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6339 (emacs-lisp-byte-code-mode): New functions.
6340 (eval-sexp-add-defvars): Don't skip defvars in column >0.
6341 (eval-defun-2): Remove bogus interactive spec.
6342 (lisp-indent-line): Remove redundant whole-exp code, now done in
6343 indent-according-to-mode.
6344 (save-match-data): Remove redundant indent data.
6345
6346 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6347 Use `declare'.
6348
6349 2012-09-09 Juri Linkov <juri@jurta.org>
6350
6351 * replace.el (replace-regexp-lax-whitespace): New defcustom.
6352 (replace-lax-whitespace, query-replace-regexp)
6353 (query-replace-regexp-eval, replace-regexp): Doc fix.
6354 (perform-replace, replace-highlight): Let-bind
6355 isearch-lax-whitespace to replace-lax-whitespace and
6356 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6357
6358 * isearch.el (isearch-query-replace): Let-bind
6359 replace-lax-whitespace to isearch-lax-whitespace and
6360 replace-regexp-lax-whitespace to
6361 isearch-regexp-lax-whitespace. (Bug#10885)
6362
6363 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6366
6367 2012-09-09 Alan Mackenzie <acm@muc.de>
6368
6369 * progmodes/cc-engine.el (c-state-cache-init):
6370 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6371 (c-record-parse-state-state):
6372 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6373
6374 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
6375
6376 * register.el (register-separator): Rename from
6377 separator-register. All uses changed. Doc fix.
6378 (register): Fix version.
6379
6380 2012-09-09 Chong Yidong <cyd@gnu.org>
6381
6382 * replace.el (query-replace-map): Bind four new symbols for
6383 requesting window scrolling.
6384
6385 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6386 query-replace-map (Bug#8948).
6387
6388 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6389
6390 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6391 since they are now in query-replace-map.
6392
6393 * window.el (scroll-other-window-down): Make the arg optional.
6394
6395 2012-09-09 Chong Yidong <cyd@gnu.org>
6396
6397 * files.el (hack-local-variables-confirm): Use quit-window to kill
6398 the *Local Variables* buffer.
6399
6400 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6401
6402 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6403 not just expect to be at its beginning. Adjust callees.
6404 Succeed when do-end block has no space before the pipe character.
6405 (ruby-brace-to-do-end): When the original block is one-liner,
6406 convert to multiline. Reindent the result.
6407
6408 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6409
6410 * register.el (register): New group.
6411 (separator-register): New user option.
6412 (increment-register): Route it to `append-to-register', if
6413 register contains text. Implication is that `C-x r +' can now be
6414 used for appending to a text register (bug#12217).
6415 (append-to-register, prepend-to-register): Add separator based on
6416 `separator-register'.
6417
6418 2012-09-08 Alan Mackenzie <acm@muc.de>
6419
6420 AWK Mode: make auto-newline work when there's "==" in the pattern.
6421 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6422 correctly.
6423 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6424 Test more rigorously for "=" token.
6425
6426 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6427
6428 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6429 Only fail when reached LIMIT.
6430
6431 2012-09-08 Chong Yidong <cyd@gnu.org>
6432
6433 * dired.el (dired-mode-map): Don't bind M-=.
6434
6435 * dired-aux.el (dired-diff): Use backup file as default.
6436
6437 2012-09-08 Drew Adams <drew.adams@oracle.com>
6438
6439 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6440
6441 2012-09-08 Chong Yidong <cyd@gnu.org>
6442
6443 * subr.el (syntax-after, syntax-class): Doc fix.
6444
6445 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6446
6447 * window.el (display-buffer-in-previous-window): New buffer
6448 display action function.
6449
6450 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6451 (debugger-previous-window): New variable.
6452 (debug): Rewrite using display-buffer-in-previous-window,
6453 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6454
6455 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6458
6459 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6460
6461 * progmodes/python.el (python-shell-send-string):
6462 When default-directory is remote, create temp file on remote
6463 filesystem.
6464 (python-shell-send-file): When file is remote, pass local view of
6465 file paths to remote Python interpreter. (Bug#12340)
6466
6467 2012-09-07 Chong Yidong <cyd@gnu.org>
6468
6469 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6470
6471 * files.el (after-find-file): Don't fail on a read-only buffer if
6472 require-final-newline is `visit' or `visit-save' (Bug#11156).
6473
6474 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6475
6476 * userlock.el (ask-user-about-supersession-threat):
6477 Use read-char-choice (Bug#12093).
6478
6479 2012-09-07 Chong Yidong <cyd@gnu.org>
6480
6481 * subr.el (buffer-narrowed-p): New function.
6482
6483 * ses.el (ses-widen):
6484 * simple.el (count-words--buffer-message):
6485 * net/browse-url.el (browse-url-of-buffer): Use it.
6486
6487 * simple.el (count-words-region): Don't signal an error if there
6488 is a non-nil prefix arg and the mark is not set.
6489
6490 * help.el (describe-key-briefly): Allow the message to be seen
6491 when invoked from the minibuffer (Bug#7014).
6492
6493 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6494
6495 * progmodes/ruby-mode.el (ruby-end-of-defun)
6496 (ruby-beginning-of-defun): Simplify, allow indentation before
6497 block beginning and end keywords.
6498 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6499 (ruby-end-of-defun): Expect that the point is at the beginning of
6500 the defun.
6501
6502 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6505 (bug#12367).
6506 (cl--make-usage-args): Strip _ from argument names.
6507
6508 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6509
6510 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6511 obsolete alias speedbar-key-map.
6512 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6513 (vhdl-index-menu-init): Don't use obsolete variable
6514 font-lock-maximum-size.
6515
6516 2012-09-06 Chong Yidong <cyd@gnu.org>
6517
6518 * frame.el (window-system-version): Mark as obsolete.
6519
6520 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6521 of obsolete variable speedbar-key-map.
6522
6523 2012-09-06 Juri Linkov <juri@jurta.org>
6524
6525 * replace.el (replace-lax-whitespace): New defcustom.
6526 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6527 (replace-string, replace-regexp): Mention it in docstrings.
6528 (perform-replace, replace-highlight): Let-bind
6529 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6530 to the values of replace-lax-whitespace and regexp-flag.
6531 Don't let-bind search-whitespace-regexp. (Bug#10885)
6532
6533 * isearch.el (isearch-query-replace): Let-bind
6534 replace-lax-whitespace instead of let-binding
6535 replace-search-function and replace-re-search-function.
6536 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6537 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6538 (isearch-toggle-symbol): Set isearch-regexp to nil
6539 in isearch-word mode (like in isearch-toggle-word).
6540
6541 2012-09-06 Juri Linkov <juri@jurta.org>
6542
6543 * replace.el (replace-search-function)
6544 (replace-re-search-function): Set default values to nil.
6545 (perform-replace): Let-bind isearch-related variables based on
6546 replace-related values, call `isearch-search-fun' and let-bind
6547 the result to `search-function'. Remove code that sets
6548 `search-function' and `search-string' separately for
6549 `delimited-flag'.
6550 (replace-highlight): Add new argument `delimited-flag' and
6551 rename other arguments to the names used in `perform-replace'.
6552 Let-bind `isearch-word' to the argument `delimited-flag'.
6553 (Bug#10885, bug#10887)
6554
6555 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6556
6557 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6558 ruby-beginning-of-indent, simplify, allow all keywords to have
6559 indentation before them.
6560 (ruby-beginning-of-indent): Adjust for above. Search until the
6561 found point is not inside a string or comment.
6562 (ruby-font-lock-keywords): Allow symbols to start with "@"
6563 character, give them higher priority than variables.
6564 (ruby-syntax-propertize-function)
6565 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6566 matchers. Expression expansions are not comments when inside a
6567 string, and there comment syntax status is irrelevant.
6568 (ruby-match-expression-expansion): New function. Check that
6569 expression expansion is inside a string, and it's not escaped.
6570 (ruby-font-lock-keywords): Use it.
6571
6572 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6573
6574 * help.el (temp-buffer-max-height): New default value.
6575 (temp-buffer-resize-frames): New option.
6576 (resize-temp-buffer-window): Optionally resize frame.
6577
6578 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6579 (fit-frame-to-buffer): New function.
6580
6581 2012-09-05 Glenn Morris <rgm@gnu.org>
6582
6583 * emulation/cua-rect.el (cua--init-rectangles):
6584 * textmodes/picture.el (picture-mode-map):
6585 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6586 like forward-char and backward-char. (Bug#12317)
6587
6588 2012-09-05 Leo Liu <sdl.web@gmail.com>
6589
6590 * progmodes/flymake.el (flymake-warning-re): New variable.
6591 (flymake-parse-line): Use it.
6592
6593 2012-09-05 Glenn Morris <rgm@gnu.org>
6594
6595 * calendar/holidays.el (holiday-christian-holidays):
6596 Rename an entry. (Bug#12289)
6597
6598 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6601 (bug#12222).
6602
6603 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * loadup.el: Load macroexp. Remove hack.
6606 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6607 (macroexp--expand-all): Use it to get better warnings.
6608 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6609 (internal-macroexpand-for-load): New functions.
6610 (macroexp--pending-eager-loads): New var.
6611 (emacs-startup-hook): New hack to replace one in loadup.el.
6612 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6613 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6614 (cl-psetf): Simplify.
6615 (cl-defstruct): Add indent rule.
6616
6617 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6618
6619 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6620 over `user-mail-address' for the SMTP MAIL FROM envelope.
6621 (smtpmail-via-smtp): Ditto.
6622
6623 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6624
6625 * progmodes/ruby-mode.el: Clean up keybindings.
6626 (ruby-mode-map): Don't bind ruby-electric-brace,
6627 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6628 backward-kill-word, reindent-then-newline-and-indent.
6629 (ruby-mark-defun): Remove.
6630 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6631 (ruby-mode): Set local beginning-of-defun-function and
6632 end-of-defun-function values.
6633
6634 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6635
6636 * window.el (temp-buffer-window-setup-hook)
6637 (temp-buffer-window-show-hook): New hooks.
6638 (temp-buffer-window-setup, temp-buffer-window-show)
6639 (with-temp-buffer-window): New functions.
6640 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6641 (special-display-popup-frame): Make sure the window used shows BUFFER.
6642
6643 * help.el (temp-buffer-resize-mode): Fix doc-string.
6644 (resize-temp-buffer-window): New optional argument WINDOW.
6645
6646 * files.el (recover-file, save-buffers-kill-emacs):
6647 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6648
6649 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6650
6651 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6652 remote definition of `default-directory', ensure we can connect.
6653
6654 2012-09-02 Juri Linkov <juri@jurta.org>
6655
6656 Toggle whitespace matching mode with M-s SPC.
6657 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6658
6659 * isearch.el (search-whitespace-regexp): Doc fix.
6660 Remove cons cell customization.
6661 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6662 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6663 New variables.
6664 (isearch-forward, isearch-forward-regexp): Doc fix.
6665 (isearch-toggle-lax-whitespace): New command.
6666 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6667 (re-search-forward-lax-whitespace)
6668 (re-search-backward-lax-whitespace): New functions.
6669 (isearch-whitespace-regexp): Remove function.
6670 (isearch-query-replace): Let-bind replace-search-function and
6671 replace-re-search-function.
6672 (isearch-occur): Let-bind search-spaces-regexp according to the
6673 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6674 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6675 condition for C-q SPC.
6676 (isearch-search-fun-default): Use new functions mentioned above.
6677 (isearch-search-forward, isearch-search-backward): Remove functions.
6678 (isearch-search): Don't let-bind search-spaces-regexp.
6679 (isearch-lazy-highlight-space-regexp): Remove variable.
6680 (isearch-lazy-highlight-lax-whitespace)
6681 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6682 (isearch-lazy-highlight-new-loop): Use them.
6683 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6684
6685 2012-09-02 Chong Yidong <cyd@gnu.org>
6686
6687 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6688
6689 2012-09-02 Glenn Morris <rgm@gnu.org>
6690
6691 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6692
6693 2012-09-01 Glenn Morris <rgm@gnu.org>
6694
6695 * term.el: Tidy up menu definitions.
6696 (term-mode-map): Use easymenu for In/Out, Complete menus.
6697 (term-pager-break-map): Initialize in the defvar.
6698 (term-terminal-menu, term-signals-menu): Define with easymenu.
6699 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6700 (term-pager-menu): New, extracted from term-process-pager.
6701 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6702 (term-update-mode-line): Propertize line/char and page items.
6703 (term-process-pager): Move keymap initialization elsewhere.
6704
6705 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6706
6707 * window.el (switch-to-prev-buffer): Handle additional values of
6708 BURY-OR-KILL argument. Don't switch in minibuffer window.
6709 (switch-to-next-buffer): Don't switch in minibuffer window.
6710 (quit-restore-window): New function based on quit-window.
6711 Handle additional values of former KILL argument.
6712 (quit-window): Call quit-restore-window with appropriate
6713 interpretation of KILL argument.
6714 (display-buffer-below-selected): New buffer display action
6715 function.
6716
6717 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * minibuffer.el (completion-at-point-functions): Complete docstring
6720 (bug#12254).
6721
6722 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6723
6724 Better seed support for (random).
6725 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6726 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6727 * play/mpuz.el, play/tetris.el, play/zone.el:
6728 * calc/calc-comb.el (math-init-random-base):
6729 * play/blackbox.el (bb-init-board):
6730 * play/life.el (life):
6731 * server.el (server-use-tcp):
6732 * type-break.el (type-break):
6733 Remove unnecessary call to (random t).
6734 * net/sasl.el (sasl-unique-id-function):
6735 Change (random t) to (random), now that the latter is more random.
6736 * play/life.el (life-initialized): Remove no-longer-needed var.
6737
6738 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6739
6740 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6741 Consider frame's buffer predicate when choosing the buffer.
6742 (Bug#12081)
6743
6744 2012-08-30 Richard Stallman <rms@gnu.org>
6745
6746 * simple.el (special-mode-map): Delete binding for `z'.
6747
6748 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6749
6750 * progmodes/compile.el (compilation-always-kill): Doc fix.
6751
6752 2012-08-30 Chong Yidong <cyd@gnu.org>
6753
6754 * window.el (display-buffer-reuse-frames): Make the obsolescence
6755 message more informative.
6756
6757 2012-08-30 Glenn Morris <rgm@gnu.org>
6758
6759 * paren.el (show-paren-delay):
6760 Add a :set function. Doc fix. (Bug#12297)
6761
6762 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6763
6764 * progmodes/compile.el (compilation-always-kill): New var.
6765 (compilation-start): Use it.
6766
6767 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6770 * files.el (read-only-mode): Move to simple.el.
6771
6772 * files.el (read-only-mode): New minor mode.
6773 (toggle-read-only): Use it and mark obsolete.
6774 (find-file--read-only):
6775 * vc/vc.el (vc-next-action, vc-checkout):
6776 * vc/vc-cvs.el (vc-cvs-checkout):
6777 * obsolete/vc-mcvs.el (vc-mcvs-update):
6778 * ffap.el (ffap--toggle-read-only): Update callers.
6779
6780 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6781
6782 * eshell/esh-ext.el (eshell-external-command): Do not examine
6783 remote shell scripts.
6784 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6785
6786 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6787 "/usr/local/sbin".
6788
6789 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6792
6793 2012-08-28 Leo Liu <sdl.web@gmail.com>
6794
6795 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6796 completion-at-point. (Bug#12220)
6797
6798 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6799
6800 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6801
6802 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6805 be buffer-local; add delete-trailing-whitespace (bug#12259).
6806
6807 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6808
6809 * progmodes/hideif.el (hif-compress-define-list):
6810 Fix typo. (Bug#11951)
6811
6812 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6813
6814 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6815 buffer local setting.
6816
6817 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6818 rcirc-encode-coding-system.
6819
6820 2012-08-28 Leo Liu <sdl.web@gmail.com>
6821
6822 * net/rcirc.el (rcirc-split-message): New function.
6823 (rcirc-send-message): Use it. (Bug#12051)
6824
6825 2012-08-28 Juri Linkov <juri@jurta.org>
6826
6827 * info.el (Info-fontify-node): Hide empty lines at the end of
6828 the node. (Bug#12272)
6829
6830 2012-08-27 Drew Adams <drew.adams@oracle.com>
6831
6832 * dired.el (dired-pop-to-buffer): Make window start at beginning
6833 of buffer (Bug#12281).
6834
6835 2012-08-26 Chong Yidong <cyd@gnu.org>
6836
6837 * window.el (special-display-regexps, special-display-frame-alist)
6838 (special-display-buffer-names, special-display-function)
6839 (display-buffer-reuse-frames): Mark as obsolete.
6840
6841 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6842
6843 * help.el (help-print-return-message): Don't treat
6844 display-buffer-reuse-frames specially.
6845
6846 2012-08-26 Chong Yidong <cyd@gnu.org>
6847
6848 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6849 New variable, replacing gdb-frame-parameters.
6850 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6851 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6852 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6853 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6854 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6855 the functions directly with gdb-display-buffer-other-frame-action.
6856 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6857 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6858 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6859 (gdb-display-registers-buffer): Define directly.
6860 (def-gdb-display-buffer): Macro deleted.
6861 (gdb-display-buffer): Remove second and third args, callers don't
6862 use them. Defer to the default display-buffer behavior, apart
6863 from making windows dedicated.
6864 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6865
6866 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6867
6868 * window.el (display-buffer-pop-up-frame): Handle a
6869 pop-up-frame-parameters alist entry.
6870 (display-buffer): Document it.
6871
6872 2012-08-26 Chong Yidong <cyd@gnu.org>
6873
6874 * isearch.el (search-whitespace-regexp): Make string and nil
6875 values apply to both ordinary and regexp search. Allow a cons
6876 cell value to distinguish between the two.
6877 (isearch-whitespace-regexp, isearch-search-forward)
6878 (isearch-search-backward): New functions.
6879 (isearch-occur, isearch-search-fun-default, isearch-search)
6880 (isearch-lazy-highlight-new-loop): Use them.
6881 (isearch-forward, isearch-forward-regexp): Doc fix.
6882
6883 2012-08-26 Chong Yidong <cyd@gnu.org>
6884
6885 * faces.el (help-argument-name): Always inherit from italic
6886 (Bug#12213).
6887
6888 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6889
6890 * window.el (window--even-window-heights): Even heights when
6891 WINDOW and the selected window form a vertical combination.
6892 (display-buffer-use-some-window): Provide that window used gets
6893 sized back by quit-window. (Bug#11880) and (Bug#12091)
6894
6895 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6896
6897 Fix file time stamp problem with bzr and CVS (Bug#12001).
6898 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6899 in the file's time stamp, since the version control system loses
6900 that information.
6901
6902 2012-08-22 Juri Linkov <juri@jurta.org>
6903
6904 * info.el (Info-fontify-node): Hide the suffix of the
6905 Info file name in the header line. (Bug#12187)
6906
6907 2012-08-22 Glenn Morris <rgm@gnu.org>
6908
6909 * calendar/cal-tex.el (cal-tex-weekly-common):
6910 Restore leading blank page.
6911
6912 2012-08-22 Le Wang <l26wang@gmail.com>
6913
6914 * misc.el (forward-to-word, backward-to-word): Activate or extend
6915 the region under `shift-select-mode'. (Bug#12231)
6916
6917 2012-08-22 Bastien Guerry <bzg@gnu.org>
6918
6919 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6920 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6921 gives details on why the space is never needed.
6922
6923 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6924
6925 * window.el (walk-window-tree, window-with-parameter):
6926 New optional argument MINIBUF to control whether these functions
6927 should run on the minibuffer window.
6928 (window-at-side-list): Don't operate on minibuffer window.
6929 (window-in-direction): Simplify and rewrite doc-string.
6930 (window--size-ignore): Rename to window--size-ignore-p.
6931 Update callers.
6932 (display-buffer-in-atom-window, window--major-non-side-window)
6933 (window--major-side-window, display-buffer-in-major-side-window)
6934 (delete-side-window, display-buffer-in-side-window):
6935 New functions.
6936 (window--side-check, window-deletable-p, delete-window)
6937 (delete-other-windows, split-window): Handle side windows and
6938 atomic windows appropriately.
6939 (window--display-buffer): Call display-buffer-record-window also
6940 when the window buffer did not change.
6941
6942 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6943
6944 * help-fns.el (help-fns--key-bindings):
6945 Abbreviate non-symbol remap targets. (Bug#12174)
6946
6947 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6948
6949 * dired.el (dired-mark-remembered): Don't clobber point.
6950 (Bug#11795)
6951
6952 2012-08-22 Glenn Morris <rgm@gnu.org>
6953
6954 * progmodes/bug-reference.el (bug-reference): New custom group.
6955 (bug-reference-bug-regexp): Make it a defcustom.
6956
6957 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6958
6959 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6960 (js-paren-indent-offset, js-square-indent-offset)
6961 (js-curly-indent-offset): Add :safe (Bug#12257).
6962
6963 2012-08-22 Edward O'Connor <hober0@gmail.com>
6964
6965 * json.el (json-key-format): Add error properties.
6966 (json-encode-key): New function.
6967 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6968 Use json-encode-key.
6969
6970 2012-08-22 Glenn Morris <rgm@gnu.org>
6971
6972 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6973 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6974 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6975 Update for above change.
6976
6977 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6978
6979 * cus-face.el (custom-face-attributes): Fix customize type for the
6980 :underline attribute. (Bug#11805)
6981
6982 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6983
6984 * window.el (window-point-1, set-window-point-1): Remove.
6985 (window-in-direction, record-window-buffer)
6986 (set-window-buffer-start-and-point, split-window-below)
6987 (window--state-get-1, display-buffer-record-window):
6988 Replace calls to window-point-1 and set-window-point-1 by calls to
6989 window-point and set-window-point respectively.
6990
6991 2012-08-21 Glenn Morris <rgm@gnu.org>
6992
6993 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6994 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6995 Use it.
6996
6997 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6998 (cal-tex-shortday): New function.
6999 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7000 (cal-tex-cursor-filofax-daily): Use the above.
7001
7002 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7003 New functions.
7004 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7005 (cal-tex-cursor-filofax-week): Use them.
7006
7007 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7008 New constants.
7009 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7010 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7011
7012 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7013 (cal-tex-end-document): Don't rely on buffer name.
7014
7015 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7016 Use cal-tex-vspace.
7017 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7018 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7019 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7020 Use cal-tex-arg.
7021
7022 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7023 (cal-tex-cursor-week, cal-tex-cursor-week2)
7024 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7025 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7026 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7027 (cal-tex-insert-preamble, cal-tex-b-document)
7028 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7029 Improve cal-tex-cmd usage.
7030
7031 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7032 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7033 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7034 (cal-tex-weekly-paper): New function.
7035 (cal-tex-cursor-week, cal-tex-cursor-week2)
7036 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7037 (cal-tex-cursor-day): Use it.
7038
7039 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7040 (cal-tex-cursor-filofax-week): Remove leading blank page.
7041
7042 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7043 Add autoload cookie. For now at least, don't use color, since
7044 no other cal-tex function does.
7045
7046 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7047 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7048 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7049
7050 2012-08-21 Juri Linkov <juri@jurta.org>
7051
7052 * info.el (Info-file-attributes): New variable.
7053 (info-insert-file-contents): Add file attributes to
7054 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
7055 `Info-toc-nodes' when previous modtime of the Info file is less
7056 than new modtime.
7057 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7058 of info.el. (Bug#12230)
7059
7060 2012-08-20 Glenn Morris <rgm@gnu.org>
7061
7062 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7063 * calendar/holidays.el (calendar-holiday-list):
7064 Report errors with display-warning rather than beep'n'sleep.
7065
7066 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
7067
7068 * net/tramp.el (tramp-accept-process-output): Accept only output
7069 from PROC. Otherwise, process filters and sentinels might be
7070 confused. (Bug#12145)
7071
7072 2012-08-20 Chong Yidong <cyd@gnu.org>
7073
7074 * descr-text.el (describe-text-properties-1): Use overlays-in to
7075 report on empty overlays (Bug#3322).
7076
7077 2012-08-20 Glenn Morris <rgm@gnu.org>
7078
7079 * mail/rmailout.el (rmail-output-read-file-name):
7080 Trap and report errors in rmail-output-file-alist elements.
7081
7082 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7083 since most non-font-lock faces are not also variables).
7084
7085 2012-08-20 Edward Reingold <reingold@iit.edu>
7086
7087 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7088 New function. (Bug12160)
7089
7090 2012-08-19 Glenn Morris <rgm@gnu.org>
7091
7092 * mail/rmailout.el (rmail-output-read-file-name):
7093 Fix previous change (when the alist is nil or does not match).
7094
7095 2012-08-19 Chong Yidong <cyd@gnu.org>
7096
7097 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7098 (Bug#12228).
7099
7100 2012-08-18 Chong Yidong <cyd@gnu.org>
7101
7102 * simple.el (yank-handled-properties): New defcustom.
7103 (yank-excluded-properties): Add font-lock-face and category.
7104 (yank): Doc fix.
7105
7106 * subr.el (remove-yank-excluded-properties):
7107 Obey yank-handled-properties. The special handling of font-lock-face
7108 and category is now done this way, instead of being hard-coded.
7109 (insert-for-yank-1): Remove font-lock-face handling.
7110 (yank-handle-font-lock-face-property)
7111 (yank-handle-category-property): New function.
7112
7113 2012-08-17 Glenn Morris <rgm@gnu.org>
7114
7115 * mail/rmailout.el (rmail-output-read-file-name):
7116 Check rmail-output-file-alist against the full message body
7117 in the correct rmail buffer. (Bug#12214)
7118
7119 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
7120
7121 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7122 Eliminate superfluous prompt. (Bug#12203)
7123
7124 2012-08-17 Chong Yidong <cyd@gnu.org>
7125
7126 * mouse.el (mouse-appearance-menu): If x-select-font returns a
7127 font spec, set the font directly (Bug#3228).
7128
7129 2012-08-17 Martin Rudalics <rudalics@gmx.at>
7130
7131 * window.el (delete-window): Fix last fix.
7132
7133 2012-08-16 Martin Rudalics <rudalics@gmx.at>
7134
7135 * window.el (window-valid-p): Move to window.c.
7136 (window-child, window-child-count, window-last-child)
7137 (window-normalize-window, window-combined-p)
7138 (window-combinations, window-atom-root, window-min-size)
7139 (window-sizable, window-sizable-p, window-size-fixed-p)
7140 (window-min-delta, window-max-delta, window--resizable)
7141 (window--resizable-p, window-resizable, window-total-size)
7142 (window-full-height-p, window-full-width-p, window-body-size)
7143 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7144 (minimize-window, window-deletable-p, delete-window)
7145 (delete-other-windows, set-window-buffer-start-and-point)
7146 (next-buffer, previous-buffer, split-window, balance-windows-2)
7147 (set-window-text-height, window-buffer-height)
7148 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7149 (truncated-partial-width-window-p): Minor code adjustments.
7150 In doc-strings state whether the argument window has to denote a
7151 live, valid or any window.
7152
7153 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
7154
7155 * progmodes/subword.el (subword-forward-function)
7156 (subword-backward-function, subword-forward-regexp)
7157 (subword-backward-regexp): New variables.
7158 (subword-forward, subword-forward-internal, subword-backward-internal):
7159 Use new variables, eg so that different "word" definitions
7160 can be easily used. (Bug#11411)
7161
7162 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7165 for composite selectors.
7166 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7167 operation just because we can't find a previous revision.
7168
7169 2012-08-15 Chong Yidong <cyd@gnu.org>
7170
7171 * frame.el (set-frame-font): Accept font objects.
7172
7173 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7176
7177 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
7178
7179 * man.el (Man-overstrike-face, Man-underline-face)
7180 (Man-reverse-face): Remove variables.
7181 (Man-overstrike, Man-underline, Man-reverse): New faces.
7182 (Man-fontify-manpage): Use them instead of the variables.
7183 (Man-cleanup-manpage): Comment change.
7184 (Man-ansi-color-map): New variable.
7185 (Man-fontify-manpage): Use it.
7186 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7187
7188 Implement ANSI SGR parameters 22-27 (bug#12146).
7189 * ansi-color.el (ansi-colors): Doc fix.
7190 (ansi-color-context, ansi-color-context-region): Doc fix.
7191 (ansi-color--find-face): New function.
7192 (ansi-color-apply, ansi-color-apply-on-region): Use it.
7193 Rename the local variable `face' to `codes' since it is now a list of
7194 ansi codes. Doc fix.
7195 (ansi-color-get-face): Remove.
7196 (ansi-color-parse-sequence): New function, derived from
7197 ansi-color-get-face.
7198 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
7199 codes 22-27.
7200
7201 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * subr.el (read-passwd): Allow use from a minibuffer.
7204
7205 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7206
7207 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7208 inside comments and strings as identifiers.
7209
7210 * progmodes/gud.el (gud-tooltip-print-command): Quote the
7211 expression to evaluate. This allows to evaluate expressions with
7212 embedded whitespace.
7213 (gud-tooltip-tips): Add a blank before the newline in the
7214 message-box text, for the benefit of message-box emulation on
7215 MS-Windows.
7216
7217 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7218 messages from GDB, pop them up in a tooltip to give feedback to
7219 user.
7220 (gdb-tooltip-print-1): Quote the expression to evaluate.
7221 This allows to evaluate expressions with embedded whitespace.
7222 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7223 if the TTY name is nil or empty (which happens when communicating
7224 with the inferior via pipes, e.g. on MS-Windows).
7225 (gdb-internals): If GDB sends a "&\n" empty debugging message,
7226 don't send that to the GUD buffer.
7227
7228 2012-08-14 Glenn Morris <rgm@gnu.org>
7229
7230 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7231 Optimize away setq-default with no args, as for setq. (Bug#12195)
7232
7233 2012-08-14 Chong Yidong <cyd@gnu.org>
7234
7235 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7236
7237 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7238 (Bug#12085).
7239
7240 2012-08-14 Glenn Morris <rgm@gnu.org>
7241
7242 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7243
7244 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
7245
7246 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7247 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7248 Use cached shell name.
7249
7250 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7251
7252 * progmodes/python.el (python-shell-send-string):
7253 (python-shell-send-setup-code): Do not use `format' with `message'.
7254
7255 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
7256
7257 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7258 (ruby-percent-literal-beg-re): New constant.
7259 (ruby-syntax-general-delimiters-goto-beg): Rename to
7260 `ruby-syntax-enclosing-percent-literal', improve literal type check.
7261 (ruby-syntax-propertize-general-delimiters): Rename to
7262 `ruby-syntax-propertize-percent-literal', it's a shorter and more
7263 popular term. Adjust comments everywhere.
7264 (ruby-syntax-propertize-percent-literal): Only propertize when not
7265 inside a simple string or comment. When the literal is unclosed,
7266 leave the text after it unpropertized.
7267 (ruby-syntax-methods-before-regexp): New constant.
7268 (ruby-syntax-propertize-function): Use it to recognize regexps.
7269 Don't look at the text after regexp, just use the whitelist.
7270
7271 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7272
7273 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7274 non-nil always load the compiled file if it exists. (Bug#12197)
7275
7276 2012-08-14 Chong Yidong <cyd@gnu.org>
7277
7278 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7279 (hi-lock-set-pattern): When deciding whether to use font lock or
7280 overlays, look at font-lock-mode instead of font-lock-fontified
7281 (Bug#12168).
7282 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7283 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7284
7285 2012-08-14 Daiki Ueno <ueno@unixuser.org>
7286
7287 * subr.el (internal--after-with-selected-window): Fix typo
7288 (Bug#12193).
7289
7290 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7291
7292 Use `completion-table-dynamic' for completion functions.
7293 * progmodes/python.el
7294 (python-shell-completion--do-completion-at-point)
7295 (python-shell-completion--get-completions):
7296 Remove functions.
7297 (python-shell-completion-complete-at-point): New function.
7298 (python-completion-complete-at-point): Use it.
7299
7300 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
7301
7302 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7303 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7304
7305 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * subr.el (function-get): Refine `autoload' arg so it can also
7308 autoload functions for gv.el (bug#12191).
7309 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7310 autoloads macros.
7311
7312 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7313 Prefer pcase-let over destructuring-bind.
7314 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7315 Also, remove whitespace as we go, rather than after accumulating the
7316 various places.
7317
7318 * subr.el (internal--before-with-selected-window)
7319 (internal--after-with-selected-window): Fix typo seleted->selected.
7320 (with-selected-window): Adjust callers.
7321 Reported by Dmitry Gutov <dgutov@yandex.ru>.
7322
7323 2012-08-13 Bastien Guerry <bzg@gnu.org>
7324
7325 * window.el (special-display-popup-frame): Minor docstring
7326 enhancement. (Bug#12172)
7327
7328 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
7329
7330 * tar-mode.el (tar-header-data-end): Only ignore size for files of
7331 type 1-6.
7332 (tar-header-block-summarize, tar-get-descriptor): Handle pax
7333 extended headers.
7334
7335 * files.el (hack-local-variables-filter): Remove useless eval.
7336
7337 2012-08-13 Martin Rudalics <rudalics@gmx.at>
7338
7339 * subr.el (with-selected-window): Fix last change.
7340
7341 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * subr.el (internal--before-with-seleted-window)
7344 (internal--after-with-seleted-window): New functions.
7345 (with-selected-window): Use them, to replace dependency on
7346 tty-top-frame.
7347
7348 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
7349
7350 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7351 binding for `newline'.
7352 (ruby-move-to-block): When moving backward, stop at block opening,
7353 not indentation.
7354 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7355 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7356 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7357 `ruby-toggle-block'.
7358
7359 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * ibuffer.el (ibuffer-do-toggle-read-only):
7362 * dired.el (dired-toggle-read-only):
7363 * buff-menu.el (Buffer-menu-toggle-read-only):
7364 * bindings.el (mode-line-toggle-read-only):
7365 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7366
7367 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
7368
7369 * descr-text.el (describe-char): Put the overlays over the
7370 "displayed as" character.
7371
7372 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
7373
7374 * calc/calc-units.el (math-default-units-table): Give an
7375 initial value.
7376 (math-put-default-units): Add options to put composite units and
7377 unit systems in the default units table.
7378 (calc-convert-units): Send composite units to
7379 `math-put-default-units' when appropriate.
7380
7381 2012-08-11 Glenn Morris <rgm@gnu.org>
7382
7383 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7384
7385 * tutorial.el (help-with-tutorial):
7386 * emacs-lisp/copyright.el (copyright-update-directory):
7387 * emacs-lisp/autoload.el (autoload-find-generated-file)
7388 (autoload-find-file): Disable local eval: (for insurance).
7389
7390 * files.el (hack-local-variables-filter): If an eval: form is not
7391 known to be safe, and enable-local-variables is :safe, then ignore
7392 the form totally, as is done for non-eval forms. (Bug#12155)
7393 This is CVE-2012-3479.
7394
7395 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7398 (rx-form): Simplify.
7399
7400 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7401
7402 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7403 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7404 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7405 (ruby-syntax-propertize-function): Adjust for changes in
7406 `ruby-syntax-propertize-heredoc'.
7407
7408 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7409
7410 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7411 binding (use `M-;' instead).
7412 (ruby-singleton-class-p): New function.
7413 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7414
7415 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7418
7419 2012-08-10 Chong Yidong <cyd@gnu.org>
7420
7421 * progmodes/python.el (python-shell-get-process-name): Don't mess
7422 with same-window-buffer-names.
7423
7424 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7425 (eshell-remove-from-window-buffer-names): Make obsolete.
7426 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7427 (eshell): Just use pop-to-buffer-same-window instead.
7428
7429 2012-08-10 Chong Yidong <cyd@gnu.org>
7430
7431 * bindings.el: Bind M-= back to count-words-region.
7432
7433 * simple.el (count-words-region): Accept a prefix arg for acting
7434 on the entire buffer.
7435 (count-words--buffer-message): New helper function.
7436
7437 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7440 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7441 (event-start, event-end): Use posn-at-point to return a more
7442 informative posn.
7443 (posnp): New function.
7444 * mouse.el (popup-menu-normalize-position): Use it.
7445
7446 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7447
7448 * mouse.el (popup-menu-normalize-position): New function.
7449 (popup-menu): Use `popup-menu-normalize-position' to normalize
7450 the form for POSITION argument.
7451
7452 * term/x-win.el (x-menu-bar-open):
7453 Use the value returend from (posn-at-point) as position
7454 passed to `popup-menu'.
7455
7456 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7457
7458 * calc/calccomp.el (math-compose-expr): Add extra argument
7459 indicating that parentheses should be put around products in
7460 denominators. Give multiplication precedence over division during
7461 composition.
7462
7463 2012-08-09 Chong Yidong <cyd@gnu.org>
7464
7465 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7466 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7467 (Man-untabify-command, manual-program): Convert to defcustom
7468 (Bug#10429).
7469
7470 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7471
7472 * descr-text.el (describe-char): Don't insert extra newlines
7473 (Bug#10127).
7474
7475 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7476 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7477
7478 * align.el (align-region): Delete temporary markers (Bug#10047).
7479 Plus some code cleanups.
7480
7481 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7482
7483 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7484 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7485 (python-shell-internal-last-output): Use make-local-variable
7486 instead of make-variable-buffer-local.
7487
7488 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7489
7490 * progmodes/python.el: Enhancements to forward-sexp.
7491 (python-nav-forward-sexp): Rename from
7492 python-nav-forward-sexp-function.
7493 (python-nav--forward-sexp, python-nav--backward-sexp):
7494 New functions.
7495
7496 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7497
7498 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7499 modes and simplification modes.
7500
7501 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * delsel.el (delete-selection-pre-hook): Don't propagate the
7504 file-supersession signals (bug#12161).
7505
7506 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7509 (cl-map-extents): Add compatibility aliases (bug#12135).
7510
7511 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7512
7513 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7514 tests by `ignore-error'.
7515 (tramp-find-shell): Open also a new shell, when cache is already
7516 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7517
7518 2012-08-08 Juri Linkov <juri@jurta.org>
7519
7520 * bookmark.el: Add `defaults' property to the bookmark record.
7521 (bookmark-current-buffer): Doc fix.
7522 (bookmark-make-record): Add `defaults' property with default values
7523 to the bookmark record.
7524 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7525 with `bookmark-insert-current-bookmark'.
7526 (bookmark-set): Get `defaults' property from the bookmark record
7527 and use it in `read-from-minibuffer'.
7528 (bookmark-insert-current-bookmark): Remove function.
7529
7530 * info.el (Info-bookmark-make-record): Add `defaults' property
7531 with values of canonical Info node name, the current Info file
7532 name and the current Info node name. (Bug#12107)
7533
7534 2012-08-08 Juri Linkov <juri@jurta.org>
7535
7536 * files.el (basic-save-buffer): Use `buffer-name' as the default
7537 of `read-file-name' when buffer is not visiting a file (bug#12128).
7538
7539 2012-08-08 Juri Linkov <juri@jurta.org>
7540
7541 * info.el (Info-isearch-search): Doc fix.
7542 (Info-search): Change search-failed message from "initial node" to
7543 "end of node" (bug#12078).
7544 (Info-isearch-search): Change `isearch-string-state' to
7545 `isearch--state-string'.
7546
7547 2012-08-08 Glenn Morris <rgm@gnu.org>
7548
7549 * language/persian.el: Remove file.
7550 * language/misc-lang.el: Move unique part of persian.el here.
7551 * loadup.el: Remove language/persian.
7552
7553 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7554
7555 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7556
7557 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7558
7559 * progmodes/python.el: Fix defsubst warning.
7560 (python-syntax-context) Rename from python-info-ppss-context.
7561 (python-syntax-context-type): Rename from
7562 python-info-ppss-context-type.
7563 (python-syntax-comment-or-string-p): Rename from
7564 python-info-ppss-comment-or-string-p.
7565
7566 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7567
7568 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7569
7570 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7571
7572 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7573 a defcustom that is quoted with backquote.
7574
7575 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7576 Fix handling of interactive spec when the body uses return.
7577 (math-do-arg-check, math-define-function-body): Use backquote forms.
7578 * calc/calc-ext.el (math-defcache): Likewise.
7579 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7580 * allout.el (allout-new-exposure): Likewise.
7581 * calc/calcalg2.el (math-tracing-integral): Likewise.
7582 * info.el (Info-last-menu-item): Likewise.
7583 * emulation/vip.el (vip-loop): Likewise.
7584 * textmodes/artist.el (artist-funcall): Likewise.
7585 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7586 Construct menu-item directly.
7587
7588 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7589 Don't declare.
7590
7591 2012-08-07 Chong Yidong <cyd@gnu.org>
7592
7593 * simple.el (deactivate-mark): Preserve text properties when
7594 saving the primary selection (Bug#8384).
7595
7596 2012-08-07 Kevin Ryde <user42@zip.com.au>
7597
7598 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7599 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7600 and continue processing (Bug#12110).
7601
7602 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7605 syntax-propertize-function (bug#10095).
7606
7607 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7610 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7611 describe-function-1.
7612 (describe-function-1): Use them. Move compiler macro after sig.
7613 (help-fns--compiler-macro): Use function-get. Assume we're already in
7614 standard-output. Adjust layout to new call order.
7615
7616 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7617 re-binding a symbol that has a symbol-macro (bug#12119).
7618
7619 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7620
7621 * language/persian.el: New file. (Bug#11812)
7622 * loadup.el: Add language/persian.el.
7623
7624 2012-08-06 Chong Yidong <cyd@gnu.org>
7625
7626 * window.el (window--maybe-raise-frame): New function.
7627 (window--display-buffer): Split off from here.
7628 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7629 (display-buffer-pop-up-window, display-buffer-use-some-window):
7630 Obey an inhibit-switch-frame action alist entry.
7631 (display-buffer): Update doc.
7632
7633 * replace.el (occur-after-change-function): Avoid losing focus by
7634 using the inhibit-switch-frame display parameter (Bug#12139).
7635
7636 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7637
7638 Make internal shell process buffer names start with space.
7639 * progmodes/python.el (python-shell-make-comint): Add optional
7640 argument INTERNAL.
7641 (run-python-internal): Use it.
7642 (python-shell-internal-get-or-create-process): Check for new
7643 internal buffer names.
7644
7645 2012-08-06 Glenn Morris <rgm@gnu.org>
7646
7647 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7648 Do less getting and setting of environment variables.
7649
7650 2012-08-05 Chong Yidong <cyd@gnu.org>
7651
7652 * proced.el (proced): Add substitution string to docstring to
7653 trigger autoloading of the proced library on C-h f (Bug#1768).
7654
7655 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7656 Don't show defvars which have no second argument (Bug#8638).
7657
7658 * imenu.el (imenu-generic-expression): Move documentation here
7659 from imenu--generic-function.
7660 (imenu--generic-function): Refer to imenu-generic-expression.
7661
7662 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7663
7664 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7665 indentation declaration.
7666 (viper-loop): Add indentation declaration (Bug#7025).
7667
7668 2012-08-05 Chong Yidong <cyd@gnu.org>
7669
7670 * help-fns.el (describe-variable): Add hyperlink for
7671 directory-local variables files. Improve buffer-local and
7672 permanent-local reporting; suggested by MON KEY (Bug#6644).
7673
7674 * help-mode.el (help-dir-local-var-def): New button type.
7675
7676 * files.el (kill-buffer-hook): Provide a defvar.
7677
7678 2012-08-05 Glenn Morris <rgm@gnu.org>
7679
7680 * eshell/esh-ext.el (eshell/addpath):
7681 Also update eshell-path-env. (Bug#12013)
7682
7683 2012-08-05 Chong Yidong <cyd@gnu.org>
7684
7685 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7686
7687 * fringe.el (fringe-styles): Add docstring.
7688 (fringe--check-mode): New function.
7689 (set-fringe-mode, set-fringe-style): Use it.
7690 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7691
7692 * files.el (set-auto-mode): Fix invalid setq call.
7693
7694 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * isearch.el: Misc simplification; use defstruct.
7697 (isearch-mode-map): Dense maps now work like sparse ones.
7698 (isearch--state): New defstruct.
7699 (isearch-string-state, isearch-message-state, isearch-point-state)
7700 (isearch-success-state, isearch-forward-state)
7701 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7702 (isearch-wrapped-state, isearch-barrier-state)
7703 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7704 replaced by defstruct's accessors.
7705 (isearch--set-state): Rename from isearch-top-state and change
7706 calling convention.
7707 (isearch-push-state): Use new isearch--get-state.
7708 (isearch-toggle-word): Disable regexp when enabling word.
7709 (isearch-message-prefix): Remove unused arg _c-q-hack.
7710 (isearch-message-suffix): Remove unused arg _ellipsis.
7711
7712 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7713
7714 * simple.el (list-processes--refresh): For a server use :host or
7715 :local as the address.
7716 (list-processes): Doc fix.
7717
7718 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7719
7720 * lisp/mpc.el: Support password in host argument.
7721 (mpc--proc-connect): Parse and use new password element.
7722 Set mpc-proc variable instead of returning process.
7723 (mpc-proc): Adjust accordingly.
7724
7725 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7726
7727 * whitespace.el (whitespace-display-mappings): Use Unicode
7728 codepoints, instead of emacs-mule codepoints. See
7729 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7730 for the details.
7731
7732 * files.el (file-truename): Don't skip symlink-chasing part on
7733 windows-nt. Incorporate the resolution of 8+3 short aliases on
7734 Windows into the loop that recursively chases symlinks.
7735 Compare directory and its parent case-insensitively on MS-Windows and
7736 MS-DOS.
7737
7738 2012-08-03 Chong Yidong <cyd@gnu.org>
7739
7740 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7741
7742 * sort.el (sort-regexp-fields): Doc fix.
7743
7744 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7745
7746 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7747 labels regex position point at the expected place.
7748
7749 2012-08-03 MON KEY <monkey@sandpframing.com>
7750
7751 * net/imap.el (imap-interactive-login, imap-authenticate)
7752 (imap-mailbox-lsub, imap-mailbox-list)
7753 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7754 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7755 (imap-parse-response): Doc fix.
7756
7757 2012-08-03 João Távora <joaotavora@gmail.com>
7758
7759 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7760 if sexp scanning does not move point (Bug#5734).
7761
7762 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7763
7764 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7765 Add listings, minted, and ctable packages.
7766 (reftex-label-alist-builtin): Move listings, minted, and ctable
7767 entries before LaTeX.
7768 (reftex-label-alist): Docfix.
7769
7770 2012-08-02 Bastien Guerry <bzg@gnu.org>
7771
7772 * replace.el (occur): Fix docstring (bug#12122).
7773
7774 2012-08-02 Glenn Morris <rgm@gnu.org>
7775
7776 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7777
7778 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7779
7780 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7781 * international/mule-cmds.el: Create
7782 inactivate-current-input-method-function as an obsolete alias for
7783 deactivate-current-input-method-function. See Katsumi Yamaoka in
7784 <http://bugs.gnu.org/10150#46>.
7785
7786 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7787
7788 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7789 of nested `if's.
7790
7791 2012-08-01 Glenn Morris <rgm@gnu.org>
7792
7793 * progmodes/autoconf.el (autoconf-definition-regexp):
7794 Add AH_TEMPLATE, adjust submatch numbering.
7795 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7796 (autoconf-current-defun-function): Update for above change.
7797 (autoconf-current-defun-function): First skip to end of current word.
7798
7799 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7800
7801 * calendar/cal-html.el (cal-html-insert-agenda-days):
7802 Fix typo. (Bug#12018)
7803
7804 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7805
7806 Shell processes: enhancements to startup and CEDET compatibility.
7807 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7808 (python-shell-make-comint): accept-process-output at startup.
7809 (run-python-internal): Set inferior-python-mode-hook to nil.
7810 (python-shell-internal-get-or-create-process): call sit-for.
7811 (python-preoutput-result): Add obsolete alias.
7812 (python-shell-internal-send-string): Use it.
7813 (python-shell-send-setup-code): Remove call to
7814 accept-process-output.
7815
7816 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7817
7818 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7819 (Bug#12108)
7820
7821 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7822
7823 * calc-mode.el (calc-basic-simplification-mode): Rename from
7824 `calc-limited-simplification-mode'.
7825 (calc-alg-simplification-mode): New function.
7826 (calc-set-simplify-mode): Adjust message.
7827
7828 * calc.el (calc-set-mode-line): Adjust mode line display for
7829 basic simplification mode.
7830
7831 * calc-help.el (calc-m-prefix-help): Update help message.
7832
7833 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7834 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7835
7836 2012-07-31 Bastien Guerry <bzg@gnu.org>
7837
7838 * man.el (man): Fix comment. (bug#12101)
7839
7840 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7841
7842 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7843 Don't return a non-nil value when no suitable buffer was found.
7844
7845 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7846
7847 * progmodes/python.el (run-python-internal): Disable font lock for
7848 internal shells.
7849
7850 2012-07-30 Stefan Merten <smerten@oekonux.de>
7851
7852 * textmodes/rst.el: Silence `checkdoc-ispell'.
7853 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7854 (rst-official-version, rst-official-cvs-rev)
7855 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7856 (rst-mode-map): New key binding.
7857
7858 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7859
7860 Update .PHONY listings in makefiles.
7861 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7862 autoloads, update-subdirs, updates, bzr-update, update-authors,
7863 compile-onefile, compile-calc, backup-compiled-files,
7864 compile-after-backup, compile-one-process, mh-autoloads,
7865 bootstrap-clean, distclean, maintainer-clean.
7866
7867 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7868
7869 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7870 (calc-set-mode-line): Don't display "AlgSimp ".
7871
7872 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7873 (calc-lim-simplify-mode): New function.
7874 (calc-set-simplify-mode): Default to 'alg.
7875 (calc-default-simplify-mode): Make algebraic simplifications
7876 the default.
7877
7878 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7879 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7880
7881 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7882 indicate new simplification modes.
7883
7884 * calc/README: Mention new default simplification mode.
7885
7886 * calc/calc.el (math-normalize-error): New variable.
7887 (math-normalize): Set `math-normalize-error' to t
7888 when there's an error.
7889
7890 * calc/calc-alg.el (math-simplify): Don't simplify when
7891 `math-normalize' returns an error.
7892
7893 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7894
7895 * international/mule-cmds.el (set-locale-environment): Revert last
7896 change, since display-graphic-p returns nil when this function is
7897 called during startup. Instead...
7898
7899 * term/w32console.el (terminal-init-w32console): ...setup the
7900 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7901
7902 2012-07-29 Juri Linkov <juri@jurta.org>
7903
7904 * simple.el (goto-line): Don't display default line number in the
7905 prompt because it should be displayed by `read-number' (bug#9952).
7906 Add the current line number to the defaults of `goto-line' to
7907 allow its easier modification by users with `M-n' (bug#9201).
7908
7909 * subr.el (read-number): Support multiple default values like in
7910 other minibuffer reading functions. Replace `read' with
7911 `string-to-number' for consistency with `number-to-string'.
7912
7913 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7914
7915 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7916 * emulation/viper-init.el (viper-deactivate-input-method-action):
7917 Rename from viper-inactivate-input-method-action.
7918 (viper-deactivate-input-method):
7919 Rename from viper-inactivate-input-method.
7920 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7921 * international/mule-cmds.el (deactivate-input-method):
7922 Rename from inactivate-input-method.
7923 Also run input-method-deactivate-hook.
7924 (deactivate-current-input-method-function):
7925 Rename from inactivate-current-input-method-function.
7926 (input-method-deactivate-hook): New hook.
7927 (input-method-inactivate-hook): Mark obsolete.
7928 (inactivate-input-method): Mark obsolete.
7929
7930 * international/quail.el (quail-activate):
7931 Also run quail-deactivate-hook.
7932 (quail-deactivate): Rename from quail-inactivate.
7933 * international/robin.el (robin-activate):
7934 Also run robin-deactivate-hook.
7935 (robin-deactivate): Rename from robin-inactivate.
7936
7937 2012-07-29 Chong Yidong <cyd@gnu.org>
7938
7939 * simple.el (indicate-copied-region): New function.
7940 (kill-ring-save): Split off from here.
7941
7942 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7943 (kill-rectangle): Set deactivate-mark to t on read-only error.
7944
7945 * register.el (copy-to-register, copy-rectangle-to-register):
7946 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7947 (append-to-register, prepend-to-register): Call indicate-copied-region.
7948
7949 2012-07-29 Juri Linkov <juri@jurta.org>
7950
7951 * simple.el (async-shell-command-buffer): New defcustom.
7952 (shell-command): Use it. (Bug#4719)
7953
7954 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7955
7956 * international/mule-cmds.el (set-locale-environment): In a
7957 console session on MS-Windows, set up keyboard and terminal
7958 encoding from the OEM codepage, not the ANSI codepage.
7959 (Bug#12055)
7960
7961 2012-07-28 Chong Yidong <cyd@gnu.org>
7962
7963 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7964 gdb-get-location.
7965
7966 2012-07-28 Leo Liu <sdl.web@gmail.com>
7967
7968 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7969 the alist (bug#12029).
7970
7971 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7972
7973 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7974 (compile-always, compile-first)
7975 ($(lisp)/calendar/cal-loaddefs.el)
7976 ($(lisp)/calendar/diary-loaddefs.el)
7977 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7978 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7979 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7980 instead of on update-subdirs.
7981 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7982
7983 2012-07-28 Chong Yidong <cyd@gnu.org>
7984
7985 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7986 directory if vc-deduce-backend returns nil (Bug#7350).
7987
7988 * simple.el (delete-trailing-lines): New option.
7989 (delete-trailing-whitespace): Obey it (Bug#11879).
7990
7991 2012-07-28 David Engster <deng@randomsample.de>
7992
7993 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7994 Explanation of new 'symbol-qnames feature in doc-strings.
7995 (xml-maybe-do-ns): Return expanded names as plain symbols if
7996 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7997 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7998
7999 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8000
8001 Consistent completion in inferior python with emacs -nw.
8002 * progmodes/python.el (inferior-python-mode): replace "<tab>"
8003 binding in inferior-python-mode-map with "\t".
8004 (python-shell-completion-complete-at-point)
8005 (python-completion-complete-at-point): Remove interactive spec.
8006
8007 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8008
8009 * calc/calccomp.el (math-compose-expr): Undo previous change.
8010
8011 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8012
8013 * progmodes/python.el (python-mode-map): Add keybinding for
8014 run-python.
8015 (python-shell-make-comint): Fix pop-to-buffer call.
8016 (run-python): Autoload. New arg SHOW.
8017 (python-shell-get-or-create-process): Do not pop python process
8018 buffer.
8019
8020 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8021
8022 * notifications.el (notifications-on-action-signal)
8023 (notifications-on-closed-signal): Use also the bus address for the map.
8024 (notifications-notify, notifications-close-notification)
8025 (notifications-get-capabilities): Add optional argument BUS.
8026
8027 2012-07-27 Tassilo Horn <tsdh@gnu.org>
8028
8029 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8030 Add support for the lstlisting and minted environments, and for the
8031 ctable macro.
8032 * textmodes/reftex.el (reftex-compile-variables): Also recognize
8033 labels written in keyvals syntax.
8034
8035 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8036
8037 * calc/calccomp.el (math-compose-expr): Use parentheses when
8038 there is a product in the denominator of a fraction.
8039
8040 2012-07-26 Eli Zaretskii <eliz@gnu.org>
8041
8042 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8043 ($(lisp)/calendar/diary-loaddefs.el)
8044 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8045 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8046 Fixes failures in parallel bootstrap because subdirs.el is being
8047 rewritten while the autoload files are built at the same time,
8048 which needs to load subdirs.el.
8049
8050 2012-07-26 Martin Rudalics <rudalics@gmx.at>
8051
8052 * mouse.el (popup-menu): Fix doc-string and re-indent code.
8053 (mouse-drag-line): Don't exit tracking when a switch-frame or
8054 switch-window event occurs (Bug#12006).
8055
8056 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * mouse.el (popup-menu): Fix last change.
8059
8060 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 Autoload from Lisp with more care. Follow aliases when looking for
8063 function properties.
8064 * subr.el (autoloadp): New function.
8065 (symbol-file): Use it.
8066 (function-get): New function.
8067 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8068 autoload-do-load.
8069 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8070 (lisp-indent-function):
8071 * emacs-lisp/gv.el (gv-get):
8072 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8073 * emacs-lisp/byte-opt.el (byte-optimize-form):
8074 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8075 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8076 Use function-get.
8077 * emacs-lisp/cl.el: Don't propagate function properties any more.
8078
8079 * speedbar.el (speedbar-add-localized-speedbar-support):
8080 * emacs-lisp/disass.el (disassemble-internal):
8081 * desktop.el (desktop-load-file):
8082 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8083 (describe-function-1):
8084 * emacs-lisp/find-func.el (find-function-noselect):
8085 * emacs-lisp/elp.el (elp-instrument-function):
8086 * emacs-lisp/advice.el (ad-has-proper-definition):
8087 * apropos.el (apropos-safe-documentation, apropos-macrop):
8088 * emacs-lisp/debug.el (debug-on-entry):
8089 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8090 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8091 * calc/calc.el (name): Use autoloadp & autoload-do-load.
8092
8093 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
8094
8095 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8096 function, not an obsolete variable (Bug#12046).
8097
8098 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
8099
8100 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
8101
8102 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
8103
8104 * emacs-lisp/pp.el (pp-display-expression): Select old selected
8105 window only if it is still live (Bug#12034).
8106
8107 2012-07-25 Martin Rudalics <rudalics@gmx.at>
8108
8109 * subr.el (redirect-frame-focus): Add advertised calling
8110 convention (Bug#12030).
8111
8112 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
8113
8114 Prefer typical American spelling for "acknowledgment".
8115 * vc/add-log.el (change-log-acknowledgment): Rename from
8116 change-log-acknowledgement, with an alias for the old name.
8117
8118 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
8119
8120 * calc-alg.el (math-simplify-divide): Don't cross multiply
8121 in an equation when the lhs is a variable.
8122
8123 2012-07-24 Julien Danjou <julien@danjou.info>
8124
8125 * net/netrc.el (netrc-find-service-number, netrc-store-data):
8126 Remove, unused.
8127
8128 2012-07-23 Eli Zaretskii <eliz@gnu.org>
8129
8130 * startup.el (command-line): Don't display an empty user name in
8131 the error message about non-existent home directory, when
8132 init-file-user was set to an empty string. See
8133 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8134 for the details and context.
8135
8136 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
8137
8138 * ses.el (ses-cell-formula-aset): New macro.
8139 (ses-cell-references-aset): New macro.
8140 (ses-cell-p): New function.
8141 (ses-rename-cell): Do no longer rely on complex operations like
8142 ses-cell-set-formula or ses-set-cell to change the cell and handle
8143 the undo at the same time, but rather use lower level new macros
8144 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8145 the undo directly. Refresh the mode line.
8146
8147 2012-07-21 Leo Liu <sdl.web@gmail.com>
8148
8149 * progmodes/cc-cmds.el (c-defun-name):
8150 Use match-string-no-properties instead for consistency.
8151
8152 2012-07-20 Leo Liu <sdl.web@gmail.com>
8153
8154 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8155 (Bug#7879)
8156
8157 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8158
8159 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8162 * progmodes/bug-reference.el, misearch.el: Provide themselves
8163 (bug#11915).
8164
8165 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8166 of narrowed buffer (bug#11966).
8167
8168 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
8169
8170 * ses.el (ses-rename-cell): Set new name also in reference list of
8171 cells of which the renamed cell depends.
8172
8173 2012-07-20 Masatake YAMATO <yamato@redhat.com>
8174
8175 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8176 to check whether menu-bar is shown or not. If not shown,
8177 show the menu-bar as a popup menu instead of using tmm.
8178 * mouse.el (popup-menu): Accept `point' as `position' argument.
8179
8180 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
8181
8182 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8183 up inside string symbol literal (bug#11923).
8184
8185 2012-07-20 Eli Zaretskii <eliz@gnu.org>
8186
8187 * startup.el (fancy-startup-text): Read the whole tutorial, not
8188 just its first 256 bytes. Prevents gibberish in display of the
8189 tutorial title.
8190
8191 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8192
8193 Drop idle buffer compaction due to an absence of the
8194 proved efficiency.
8195 * compact.el: Remove.
8196
8197 2012-07-19 Sam Steingold <sds@gnu.org>
8198
8199 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8200 vc-bzr-pull & vc-bzr-merge-branch.
8201 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8202 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8203 for consistency with compilation-error-regexp-alist.
8204 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8205 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8206 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8207 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8208
8209 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * emacs-lisp/chart.el: Use lexical-binding.
8212 (chart-emacs-storage): Don't hardcode the list of entries.
8213
8214 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8215
8216 Next round of tweaks caused by Fgarbage_collect changes.
8217 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8218
8219 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8220
8221 Compact buffers when idle.
8222 * compact.el: New file.
8223
8224 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * subr.el (eventp): Presume that if it looks vaguely like an event,
8227 it's an event (bug#10190).
8228
8229 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
8230
8231 Enhancements to ppss related code (thanks Stefan).
8232 * progmodes/python.el (python-indent-context)
8233 (python-indent-calculate-indentation, python-indent-dedent-line)
8234 (python-indent-electric-colon, python-nav-forward-block)
8235 (python-mode-abbrev-table)
8236 (python-info-assignment-continuation-line-p): Simplify checks
8237 for ppss context.
8238 (python-info-continuation-line-p): Cleanup.
8239 (python-info-ppss-context): Do not catch 'quote.
8240 (python-info-ppss-context-type)
8241 (python-info-ppss-comment-or-string-p): Simplify.
8242
8243 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
8244
8245 * progmodes/python.el: Enhancements to eldoc support.
8246 (python-info-current-symbol): New function.
8247 (python-eldoc-at-point): Use python-info-current-symbol.
8248 (python-info-current-defun): Fix cornercase on first defun scan.
8249 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8250 and signal error when no inferior python process is available.
8251
8252 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
8253
8254 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8255 assume it's always t.
8256 (vc-git-registered): Remove caching, the function is only called
8257 once.
8258 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8259
8260 2012-07-18 Chong Yidong <cyd@gnu.org>
8261
8262 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8263
8264 * simple.el (count-words): Report on narrowing (Bug#9959).
8265
8266 * bindings.el: Bind M-= to count-words.
8267
8268 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8269
8270 2012-07-18 Masatake YAMATO <yamato@redhat.com>
8271
8272 * progmodes/sh-script.el (sh-imenu-generic-expression):
8273 Capture a function with `function' keyword and without parentheses
8274 like "function FOO" (bug#11856).
8275
8276 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
8277
8278 * window.el (split-window-sensibly): Make WINDOW argument
8279 optional.
8280
8281 2012-07-18 Chong Yidong <cyd@gnu.org>
8282
8283 * subr.el (keyboard-translate): Doc fix (Bug#7261).
8284
8285 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8286 and make C-x 8 RET exit isearch (Bug#11439).
8287
8288 * international/iso-transl.el: Move isearch-mode-map key
8289 definitions to isearch.el.
8290
8291 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8294 (eieio-defclass): Use gv-define-setter when possible.
8295
8296 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8297
8298 Reflect recent changes in Fgarbage_collect.
8299 * emacs-lisp/chart.el (chart-emacs-storage): Change to
8300 reflect new format of data returned by Fgarbage_collect.
8301
8302 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8303
8304 New utility functions + python-info-ppss-context fix (Bug#11910).
8305 * progmodes/python.el (python-info-beginning-of-block-statement-p)
8306 (python-info-ppss-comment-or-string-p): New functions.
8307 (python-info-ppss-context): Small fix for string check.
8308
8309 2012-07-17 Juri Linkov <juri@jurta.org>
8310
8311 * dired-aux.el (dired-do-async-shell-command): Doc fix.
8312 (dired-do-async-shell-command): Don't add `*' at the end of the
8313 command (Bug#11815).
8314 (dired-do-shell-command): Doc fix.
8315 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8316 Join the individual commands using either "&" or ";" as the
8317 separator depending on the values of these trailing characters.
8318 At the end re-add the trailing "&". (Bug#10598)
8319
8320 * simple.el (async-shell-command): Sync the interactive spec with
8321 `shell-command'. Doc fix.
8322 (shell-command): Doc fix.
8323
8324 2012-07-17 Juri Linkov <juri@jurta.org>
8325
8326 * descr-text.el (describe-char): Fix format args. (Bug#10129)
8327
8328 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8329
8330 Final renames and doc fixes for movement commands (bug#11899).
8331 * progmodes/python.el (python-nav-beginning-of-statement):
8332 Rename from python-nav-statement-start.
8333 (python-nav-end-of-statement): Rename from
8334 python-nav-statement-end.
8335 (python-nav-beginning-of-block): Rename from
8336 python-nav-block-start.
8337 (python-nav-end-of-block): Rename from python-nav-block-end.
8338
8339 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8340
8341 * progmodes/python.el (python-shell-send-string-no-output):
8342 Allow accept-process-output to quit, keeping shell process ready for
8343 future interactions (Bug#11868).
8344
8345 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8348
8349 * emacs-lisp/elint.el (elint-find-args-in-code):
8350 Use help-function-arglist, so as to handle lexical byte-code.
8351
8352 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8353 change (bug#11826).
8354
8355 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8358 Avoid spuriously marking the buffer as modified because of c-is-sws.
8359
8360 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8361 as not-a-comment (bug#11946).
8362
8363 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8364 for uninterned vars.
8365
8366 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8367 Use read-event since we don't really want to read chars but bytes.
8368
8369 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8370 $$..$$ but also $..$ using regexps (bug#11953).
8371 Use tex-verbatim for \url and \path.
8372 (tex-font-lock-keywords): Define as defconst like the others.
8373 (tex-common-initialization): Don't use font-lock-syntax-table any more.
8374
8375 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8376
8377 * international/mule-cmds.el (ucs-insert): Make it an obsolete
8378 alias for insert-char.
8379
8380 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8381
8382 * progmodes/python.el: Simplified imenu implementation.
8383 (python-nav-jump-to-defun): Remove command.
8384 (python-mode-map): Use `imenu' instead.
8385 (python-nav-list-defun-positions-cache)
8386 (python-imenu-include-defun-type, python-imenu-make-tree)
8387 (python-imenu-subtree-root-label, python-imenu-index-alist):
8388 Remove vars.
8389 (python-nav-list-defun-positions, python-nav-read-defun)
8390 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8391 (python-imenu-make-tree, python-imenu-create-index):
8392 Remove functions.
8393 (python-mode): Update to interact with imenu by setting
8394 `imenu-extract-index-name-function' only.
8395
8396 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8397
8398 * progmodes/python.el: Enhancements to navigation commands.
8399 (python-nav-backward-sentence)
8400 (python-nav-forward-sentence): Remove.
8401 (python-nav-backward-statement, python-nav-forward-statement)
8402 (python-nav-statement-start, python-nav-statement-end)
8403 (python-nav-backward-block, python-nav-forward-block)
8404 (python-nav-block-start, python-nav-block-end)
8405 (python-nav-forward-sexp-function)
8406 (python-info-current-line-comment-p)
8407 (python-info-current-line-empty-p): New functions.
8408 (python-indent-context): Use `python-nav-statement-start'.
8409
8410 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8411
8412 * eshell/em-ls.el (eshell/ls): Use `apply'.
8413
8414 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8415 multi-hops, instead of Tramp internals.
8416
8417 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8418
8419 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8420 when F1 and F2 are located on different hosts.
8421
8422 2012-07-14 Chong Yidong <cyd@gnu.org>
8423
8424 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8425 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8426 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8427 (xterm-mouse--read-event-sequence-1000)
8428 (xterm-mouse--read-event-sequence-1006): New functions. For old
8429 mouse protocol, handle M-mouse-X events correctly.
8430 (xterm-mouse-event): New arg specifying mouse protocol.
8431 (turn-on-xterm-mouse-tracking-on-terminal)
8432 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8433 sequence to toggle extended coordinates on newer XTerms.
8434 This appears to be harmless on terminals which do not support this.
8435
8436 2012-07-14 Leo Liu <sdl.web@gmail.com>
8437
8438 Add fringe bitmap indicators for flymake. (Bug#11253)
8439 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8440 (flymake-make-overlay): New arg BITMAP.
8441 (flymake-error-bitmap, flymake-warning-bitmap)
8442 (flymake-fringe-indicator-position): New user variables.
8443
8444 * fringe.el: New bitmap exclamation-mark.
8445
8446 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8447
8448 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8449 also (Bug#7879).
8450
8451 2012-07-14 Chong Yidong <cyd@gnu.org>
8452
8453 * electric.el (electric-pair-post-self-insert-function): Fix pair
8454 insertion in empty-region case (Bug#11520).
8455
8456 2012-07-14 Chong Yidong <cyd@gnu.org>
8457
8458 * bindings.el: Consolidate ctl-x-r-map bindings.
8459 Bind copy-rectangle-as-kill to C-x r w.
8460
8461 * rect.el, register.el: Move bindings to bindings.el.
8462
8463 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8464
8465 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8466
8467 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8468
8469 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8470
8471 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8472
8473 * bindings.el (top): Use `mapc' instead of `mapcar'.
8474
8475 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8476
8477 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8478
8479 * progmodes/sql.el (sql-comint): Suppress the check for program on
8480 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8481 (Bug#11908)
8482
8483 2012-07-13 Chong Yidong <cyd@gnu.org>
8484
8485 * bindings.el: Assign a non-nil permanent-local property to
8486 per-buffer variables which lack a default value (Bug#11930).
8487
8488 * help-fns.el (describe-variable): In the "automatically becomes
8489 local" notice, take note of permanent-local variables.
8490
8491 2012-07-13 Chong Yidong <cyd@gnu.org>
8492
8493 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8494 to allow printing the message when called from Lisp.
8495
8496 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8497 Remove toggle-read-only.
8498
8499 * bs.el (bs-toggle-readonly):
8500 * buff-menu.el (Buffer-menu-toggle-read-only):
8501 Remove with-no-warnings around toggle-read-only.
8502
8503 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8504 Remove with-no-warnings around toggle-read-only.
8505 (ffap-read-only, ffap-read-only-other-window)
8506 (ffap-read-only-other-frame): Callers changed.
8507
8508 * help-mode.el: Don't require view package.
8509 (help-mode-finish): Set buffer-read-only instead of calling
8510 toggle-read-only.
8511
8512 * bindings.el (mode-line-toggle-read-only):
8513 * dired.el (dired-toggle-read-only):
8514 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8515 with non-nil second arg.
8516
8517 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8518 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8519 directly.
8520
8521 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8522
8523 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8524 not incf.
8525
8526 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 More CL cleanups and reduction of use of cl.el.
8529 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8530 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8531 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8532 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8533 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8534 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8535 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8536 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8537 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8538 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8539 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8540 * eshell/em-cmpl.el, eshell/em-banner.el:
8541 * calendar/parse-time.el: Use cl-lib.
8542 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8543 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8544 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8545 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8546 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8547 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8548 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8549 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8550 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8551 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8552 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8553 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8554 `lambda' rather than with `quote'.
8555 (eshell-do-opt): Adjust accordingly.
8556 (eshell-process-option): Simplify.
8557 * eshell/esh-var.el:
8558 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8559 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8560 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8561 to `pcase--dontcare'.
8562 * emacs-lisp/cl.el (labels): Mark obsolete.
8563 (cl--letf, letf): Move to cl-lib.
8564 (cl--letf*, letf*): Remove.
8565 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8566 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8567 (cl-progv): Rewrite.
8568 (cl--letf, cl-letf): Move from cl.el.
8569 (cl-letf*): New macro.
8570 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8571
8572 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8575
8576 2012-07-11 Chong Yidong <cyd@gnu.org>
8577
8578 * vc/log-edit.el (log-edit-vc-backend): New variable.
8579 (log-edit): Doc fix.
8580
8581 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8582 argument of log-edit to set up all local variables.
8583 (vc-start-logentry): New optional arg specifying VC backend.
8584
8585 * vc/vc.el (vc-checkin): Use it.
8586 (vc-deduce-fileset): Handle Log Edit buffers.
8587 (vc-diff): Make first argument optional too.
8588
8589 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8590
8591 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8592
8593 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8594 command, just in case. The function is not needed anymore.
8595 (eshell-external-command): Do not call `eshell-remote-command'.
8596
8597 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 Reduce use of (require 'cl).
8600 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8601 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8602 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8603 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8604 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8605 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8606 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8607 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8608 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8609 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8610 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8611 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8612 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8613 (byte-compile-unfold-bcf, byte-compile-check-variable):
8614 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8615 (byte-compile-nilconstp):
8616 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8617 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8618
8619 * emacs-lisp/gv.el (cond): Make it a valid place.
8620 (if): Simplify slightly.
8621
8622 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8623 (pcase--self-quoting-p): New function.
8624 (pcase--u1): Use it.
8625
8626 2012-07-10 Glenn Morris <rgm@gnu.org>
8627
8628 * emacs-lisp/authors.el (authors-fixed-entries):
8629 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8630
8631 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8632
8633 Rename configure.in to configure.ac (Bug#11603).
8634 * emacs-lisp/authors.el (authors-canonical-file-name):
8635 * progmodes/autoconf.el (autoconf-mode):
8636 Prefer configure.ac to configure.in.
8637
8638 2012-07-08 Chong Yidong <cyd@gnu.org>
8639
8640 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8641 Implement the mouse-1-click-follows-link handling properly.
8642
8643 * info.el (Info-link-keymap): Use follow-link mechanism for
8644 header-line links (Bug#374).
8645
8646 * simple.el (deactivate-mark): Do not set the primary selection
8647 if another program has acquired it (Bug#11772).
8648
8649 2012-07-07 Kevin Ryde <user42@zip.com.au>
8650
8651 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8652 (woman-decode-region): Replace escaped-escapes without destroying
8653 bold or underline (Bug#11552).
8654 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8655
8656 2012-07-07 Chong Yidong <cyd@gnu.org>
8657
8658 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8659 (interprogram-cut-function, interprogram-paste-function):
8660 Mention that we typically mean the clipboard.
8661
8662 2012-07-06 Glenn Morris <rgm@gnu.org>
8663
8664 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8665
8666 * files.el (toggle-read-only): Restrict message to interactive use.
8667
8668 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8669
8670 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8671
8672 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8673
8674 2012-07-06 Glenn Morris <rgm@gnu.org>
8675
8676 * Makefile.in (compile-one-process): Rename from "recompile".
8677
8678 * Makefile.in (bzr-update): "compile" is the same as "recompile
8679 autoloads", but parallelizable, so use that instead.
8680
8681 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8682
8683 * window.el (quit-window): Always restore window height when
8684 it's saved in quit-restore parameter (Bug#11810).
8685
8686 2012-07-06 Glenn Morris <rgm@gnu.org>
8687
8688 * simple.el (kill-whole-line): Doc tweak.
8689
8690 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8691
8692 * files.el (file-relative-name): Compare file names
8693 case-insensitively if on MS-Windows or MS-DOS, or if
8694 read-file-name-completion-ignore-case is non-nil. Don't use
8695 case-fold-search for this purpose. (Bug#11827)
8696
8697 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8698
8699 * calendar/cal-dst.el (calendar-current-time-zone):
8700 Return calendar-current-time-zone-cache if non-nil.
8701
8702 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8703 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8704
8705 * calendar/cal-dst.el (calendar-current-time-zone):
8706 Return calendar-current-time-zone-cache if non-nil.
8707
8708 2012-07-06 Glenn Morris <rgm@gnu.org>
8709
8710 * Makefile.in (cvs-update): Remove old alias.
8711
8712 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8713
8714 Sync with Tramp 2.2.6-pre.
8715
8716 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8717 compatible declaration.
8718
8719 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8720 Protect `list-load-path-shadows' call.
8721
8722 * net/tramp-compat.el (top): Require packages, which aren't
8723 autoloaded anymore for XEmacs. Protect call of
8724 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8725 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8726 it hurts at least for SXEmacs.
8727 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8728 standard-value for `temporary-file-directory'.
8729
8730 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8731 Redirect stderr to /dev/null.
8732 (tramp-sh-handle-write-region): uid and gid can be floats.
8733 Reported by Russell Sim <russell.sim@gmail.com>.
8734 (tramp-sh-handle-vc-registered): Hide errors.
8735 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8736 and `start-file-process'.
8737 (tramp-maybe-open-connection): Check also whether `non-essential'
8738 is bound.
8739
8740 2012-07-04 Chong Yidong <cyd@gnu.org>
8741
8742 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8743 (xml-parse-tag): Likewise, and avoid changing entity tables.
8744 (xml-syntax-table): Define from scratch, making sure not to give
8745 x2000 and other Unicode spaces whitespace syntax, since those are
8746 not spaces in XML.
8747 (xml-parse-fragment): Delete unused function.
8748 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8749 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8750 (xml-entity-ref, xml-pe-reference-re)
8751 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8752 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8753 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8754 (xml-entity-value-re): Use syntax references in regexps where
8755 possible; no need to define inside a let-binding.
8756 (xml-parse-dtd): Use xml-pe-reference-re.
8757 (xml-entity-or-char-ref-re): New defconst.
8758 (xml-parse-string, xml-substitute-special): Use it.
8759
8760 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8763 (find-file--read-only): New function.
8764 (find-file-read-only, find-file-read-only-other-window)
8765 (find-file-read-only-other-frame): Use it.
8766 (insert-file-contents-literally): Don't `fset'.
8767 (get-free-disk-space): Use locate-dominating-file.
8768
8769 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8770 function is already compiled.
8771
8772 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8773
8774 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8775
8776 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8777 files on the same host.
8778
8779 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8780
8781 * help-fns.el (describe-function-1): Only call
8782 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8783
8784 2012-07-03 Chong Yidong <cyd@gnu.org>
8785
8786 * xml.el: Protect parser against XML bombs.
8787 (xml-entity-expansion-limit): New variable.
8788 (xml-parse-string, xml-substitute-special): Use it.
8789 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8790
8791 2012-07-03 Glenn Morris <rgm@gnu.org>
8792
8793 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8794 Allow linking to specific messages in debbugs reports (eg 123#5).
8795
8796 2012-07-02 Chong Yidong <cyd@gnu.org>
8797
8798 * xml.el: Fix entity and character reference expansion, allowing
8799 them to expand into markup as per XML spec.
8800 (xml-default-ns): New variable.
8801 (xml-entity-alist): Use XML spec definitions for lt and amp.
8802 (xml-parse-region): Make first two arguments optional.
8803 Discard text properties.
8804 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8805 All callers changed.
8806 (xml-parse-tag): Call xml-parse-tag-1. For backward
8807 compatibility, this function should not modify buffer contents.
8808 (xml-parse-tag-1): Fix opening-tag regexp.
8809 (xml-parse-string): Rewrite, handling entity and character
8810 references properly.
8811 (xml--entity-replacement-text): Signal an error if a parameter
8812 entity is undefined.
8813
8814 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * comint.el (comint-output-filter): Filter out repeated prompts.
8817
8818 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8819 and file-name-absolute-p.
8820 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8821 internal calls.
8822
8823 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8824
8825 Spelling fixes.
8826 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8827 Rename from byte-compile--refiy-function. All uses changed.
8828
8829 2012-07-01 Chong Yidong <cyd@gnu.org>
8830
8831 * xml.el (xml--parse-buffer): New function. Move most of
8832 xml-parse-region here.
8833 (xml-parse-region): Copy region into a temporary buffer, since
8834 parameter entity substitution requires changing buffer contents.
8835 Use xml--parse-buffer.
8836 (xml-parse-file): Use xml--parse-buffer.
8837 (xml-parse-dtd): Make parameter entity substitution work right.
8838 Use proper regexps for ELEMENT declarations (Bug#7172).
8839
8840 2012-06-30 Glenn Morris <rgm@gnu.org>
8841
8842 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8843
8844 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8845 Remove outdated and unnecessary dbus declarations.
8846
8847 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8848
8849 * emacs-lisp/timer.el (timer-until): Subtract results of
8850 float-time, instead of taking float-time of the result of
8851 time-subtract, since float-time signals an error for negative time
8852 arguments.
8853
8854 2012-06-30 Chong Yidong <cyd@gnu.org>
8855
8856 * xml.el (xml-*-re): Convert defvars into defconsts, and
8857 eval-and-compile them so eval-and-compile works on derivatives.
8858 (xml--entity-replacement-text): Use eval-and-comple.
8859
8860 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8861
8862 * vc/vc-git.el (vc-git-registered): Use cache property
8863 `git-registered'.
8864 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8865 `vc-git-working-revision' in order to benefit from the cache.
8866 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8867
8868 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8869
8870 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8871 removed (likely outside Emacs). (Bug#11757)
8872
8873 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * emacs-lisp/cl-lib.el: Require macroexp.
8876
8877 2012-06-30 Chong Yidong <cyd@gnu.org>
8878
8879 * xml.el: Implement XML parameter entities.
8880 (xml-parameter-entity-alist): New variable.
8881 (xml-parse-region, xml-parse-fragment): Preserve previous values
8882 of xml-entity-alist and xml-parameter-entity-alist, so that
8883 repeated calls on different documents do not change them.
8884 (xml-parse-tag): Fix doctype regexp.
8885 (xml--entity-replacement-text): New function.
8886 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8887 properly requires url retrieval which is unimplemented.
8888 (xml-escape-string): Doc fix.
8889
8890 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8893
8894 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8895
8896 * fringe.el (fringe-mode): Doc fix.
8897
8898 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8899
8900 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8901 is non-nil.
8902 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8903 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8904
8905 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8906
8907 * calendar/cal-dst.el (calendar-current-time-zone):
8908 Return calendar-current-time-zone-cache if non-nil.
8909
8910 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8911
8912 * progmodes/which-func.el (which-func-format):
8913 Add mouse-face. (Bug#11698)
8914
8915 2012-06-29 Leo Liu <sdl.web@gmail.com>
8916
8917 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8918
8919 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * minibuffer.el (minibuffer-confirm-exit-commands):
8922 Add completion-at-point (bug#11725).
8923
8924 2012-06-29 Glenn Morris <rgm@gnu.org>
8925
8926 * progmodes/f90.el (f90-font-lock-keywords-2):
8927 Add some preprocessor elements. (Bug#10499)
8928
8929 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8932 Use syntax-propertize (bug#11739).
8933
8934 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8937
8938 2012-06-28 Julien Danjou <julien@danjou.info>
8939
8940 * term.el (term-handle-colors-array): Use a set of new faces to
8941 color the terminal. Also uses :inverse-video property.
8942 (term-default-fg-color): Set to nil by default, deprecate in favor
8943 of `term-face'.
8944 (term-default-bg-color): Set to nil by default, deprecate in favor
8945 of `term-face'.
8946 (term-current-face): Use `term-face' by default.
8947 (term-bold-attribute): Variable deleted.
8948
8949 2012-06-28 Glenn Morris <rgm@gnu.org>
8950
8951 * simple.el (completion-list-mode-finish):
8952 Don't use toggle-read-only. (Since completion-list-mode has
8953 a special mode-class, it wasn't doing anything extra anyway.)
8954
8955 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 Make inlining of other-mode interpreted functions work (bug#11799).
8958 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8959 (byte-compile): Use it to fix compilation of lexical-binding closures.
8960 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8961 function, if needed.
8962
8963 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * help-mode.el (help-make-xrefs): Don't just withstand
8966 cyclic-variable-indirection but any error in documentation-property.
8967
8968 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8969 memory use.
8970 * bindings.el (bindings--define-key): New function.
8971 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8972 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8973 * bindings.el: Use it to purecopy define-key bindings.
8974
8975 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8976
8977 * emacs-lisp/cl.el (flet): Mark obsolete.
8978 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8979 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8980 * progmodes/js.el (js-c-fill-paragraph):
8981 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8982 (ebrowse-switch-member-buffer-to-derived-class):
8983 * play/5x5.el (5x5-solver): Use cl-flet.
8984
8985 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8986 (cl--symbol-function): New macro.
8987 (cl--letf, cl--letf*): Use it.
8988
8989 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8990 Strip "toggle-" if any.
8991
8992 2012-06-27 Glenn Morris <rgm@gnu.org>
8993
8994 * info.el (Info-default-directory-list): Move here from paths.el.
8995 * paths.el: Remove file, which is now empty.
8996 * loadup.el: No longer load "paths".
8997
8998 * custom.el (custom-initialize-delay): Doc fix.
8999
9000 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9001 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9002 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9003 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9004 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9005 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9006 * eshell/eshell.el (eshell-defgroup): Remove alias.
9007
9008 2012-06-27 Chong Yidong <cyd@gnu.org>
9009
9010 * help.el (help-enable-auto-load): New variable.
9011
9012 * help-fns.el (help-fns--autoloaded-p): New function.
9013 (describe-function-1): Refer to a function as "autoloaded" if it
9014 was autoloaded at any time in the past. Perform autoloading if
9015 help-enable-auto-load is non-nil.
9016
9017 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9018
9019 * makefile.w32-in (compile, compile-always): Depend on
9020 update-subdirs, not on subdirs.el. Otherwise, several different
9021 sub-targets of 'bootstrap' running in parallel could
9022 simultaneously write to subdirs.el, producing a garbled file.
9023
9024 2012-06-26 Sam Steingold <sds@gnu.org>
9025
9026 * files.el (file-name-base): New convenience function.
9027 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9028 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9029 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9030 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9031 * textmodes/ispell.el, textmodes/reftex-ref.el:
9032 * textmodes/tex-mode.el: Use it.
9033 Did not touch cedet and org because they are maintained elsewhere.
9034
9035 2012-06-26 Martin Rudalics <rudalics@gmx.at>
9036
9037 * calendar/calendar.el (calendar-exit): Don't try to delete or
9038 iconify last frame. See:
9039 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9040
9041 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
9042
9043 * server.el (server-process-filter): Remember dir in the
9044 process's `server-client-directory' properties.
9045
9046 2012-06-24 Chong Yidong <cyd@gnu.org>
9047
9048 * xml.el (xml-parse-tag): Correctly handle comment embedded in
9049 non-tag text.
9050
9051 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9054
9055 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * help-fns.el (describe-variable): Don't croak when doc is not found.
9058 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9059 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9060 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9061 * emacs-lisp/smie.el (smie-next-sexp): CSE.
9062 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9063 ((lambda ..) ..).
9064 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9065
9066 2012-06-23 Chong Yidong <cyd@gnu.org>
9067
9068 * info.el (Info-mouse-follow-link): Accept symbol values of
9069 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
9070 (Info-fontify-node): Use Info-link-keymap for all navigation
9071 buttons, with link-args property to perform the desired action.
9072 (Info-link-keymap): Doc fix.
9073 (Info-next-link-keymap, Info-prev-link-keymap)
9074 (Info-up-link-keymap): Delete now-unused keymaps.
9075
9076 2012-06-23 Chong Yidong <cyd@gnu.org>
9077
9078 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9079
9080 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9081 system abbrevs.
9082
9083 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9084
9085 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9088 (bug#11719).
9089
9090 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9091 the requote function doesn't work properly (bug#11714).
9092
9093 2012-06-23 Glenn Morris <rgm@gnu.org>
9094
9095 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9096
9097 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 Further GV/CL cleanups.
9100 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9101 gv-expander.
9102 (gv--defun-declaration): New function.
9103 (defun-declarations-alist): Use it.
9104 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9105 (gv-place): Autoload.
9106 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9107 original definition of dotimes and dolist.
9108 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9109 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9110 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9111 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9112 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9113 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9114 to the function's definition.
9115 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9116 * window.el:
9117 * files.el:
9118 * faces.el:
9119 * env.el: Don't use CL.
9120
9121 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9122
9123 Support higher-resolution time stamps (Bug#9000).
9124
9125 * calendar/time-date.el (with-decoded-time-value): New arg
9126 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
9127 (encode-time-value): New optional arg PICO. New type 3.
9128 (time-to-seconds) [!float-time]: Support the new picoseconds
9129 component if it's used.
9130 (seconds-to-time, time-subtract, time-add):
9131 Support ps-resolution time stamps as well.
9132
9133 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
9134 (timerp): Timer vectors now have length 9, not 8.
9135 (timer--time): Support new-style (4-part) time stamps.
9136 (timer-next-integral-multiple-of-time): Time stamps now have
9137 picosecond resolution, so take a bit more care about rounding.
9138 (timer-relative-time, timer-inc-time): New optional arg psecs.
9139 (timer-set-time-with-usecs): Set psecs to 0.
9140 (timer--activate): Check psecs component, too.
9141
9142 * proced.el (proced-time-lessp): Support ps-resolution stamps.
9143
9144 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9147 Move the non-essential binding to the post/pre-command-hook where it is
9148 more obviously correct.
9149
9150 * subr.el (read-passwd): Don't use a history at all.
9151 * savehist.el (savehist-save): Remove password saved accidentally
9152 because of the above bug.
9153
9154 2012-06-22 Bastien Guerry <bzg@gnu.org>
9155
9156 * files.el (toggle-read-only): Display a message telling whether
9157 the buffer is read-only or not (bug#11726).
9158
9159 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * emacs-lisp/gv.el: New file.
9162 * subr.el (push, pop): Extend to generalized variables.
9163 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9164 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9165 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
9166 gv-define-simple-setter, and gv-define-expander.
9167 Remove setf-methods defined in gv. Rename cl-setf -> setf.
9168 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9169 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9170 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9171 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9172 gv-letplace.
9173 (cl-defstruct): Don't define setf-method any more.
9174 * emacs-lisp/cl.el (flet): Don't autoload.
9175 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9176 (define-setf-expander, defsetf, define-modify-macro)
9177 (cl-struct-setf-expander): Move from cl-lib.el.
9178 * emacs-lisp/syntax.el:
9179 * emacs-lisp/ewoc.el:
9180 * emacs-lisp/smie.el:
9181 * emacs-lisp/cconv.el:
9182 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9183 (timer--time): Use gv-define-simple-setter.
9184 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9185 to avoid coding-system problems in subr.el. Adjust all users.
9186 (macroexp--maxsize, macroexp-small-p): New functions.
9187 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9188 * scroll-bar.el (scroll-bar-mode):
9189 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9190 (normal-erase-is-backspace-mode): Don't use the `eq' place.
9191 * winner.el (winner-configuration, winner-make-point-alist)
9192 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9193 * files.el (locate-file-completion-table): Avoid list*.
9194
9195 2012-06-22 Chong Yidong <cyd@gnu.org>
9196
9197 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9198 (dired-create-files): Doc fix (Bug#11329).
9199 (dired-do-copy): Doc fix (Bug#11334).
9200 (dired-mark-read-string): Doc fix (Bug#11553).
9201
9202 * dired.el (dired-recursive-copies, dired-recursive-deletes):
9203 Doc fix (Bug#11326).
9204 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
9205 (dired-dwim-target): Doc fix.
9206
9207 * wdired.el (wdired-mode): Doc fix.
9208
9209 2012-06-22 Glenn Morris <rgm@gnu.org>
9210
9211 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9212 (pcmpl-rpm-cache-stamp-file): New constant.
9213 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9214 (pcmpl-rpm-packages): Optionally cache list of packages.
9215
9216 * pcmpl-rpm.el (pcmpl-rpm): New group.
9217 (pcmpl-rpm-query-options): New option.
9218 (pcmpl-rpm-packages): No need to inline it.
9219 Use pcmpl-rpm-query-options.
9220
9221 * calendar/calendar.el (calendar-in-read-only-buffer):
9222 Avoid some needless mode changes.
9223
9224 2012-06-21 Chong Yidong <cyd@gnu.org>
9225
9226 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9227 (desktop-path): Remove . from the default value (Bug#10977).
9228 (desktop-read): Use user-emacs-directory if desktop-path is nil.
9229
9230 2012-06-20 Chong Yidong <cyd@gnu.org>
9231
9232 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9233
9234 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
9235
9236 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9237 (bug#11201).
9238
9239 2012-06-20 Chong Yidong <cyd@gnu.org>
9240
9241 * term.el (term-window-width): Handle the case of a missing right
9242 fringe (Bug#8837).
9243 (term-check-size): Use window-text-height (Bug#5445).
9244 (term-mode): Use define-derived-mode. Minor cleanups.
9245 Set font-lock-defaults (Bug#7692).
9246 (term-move-columns, term-insert-char, term-emulate-terminal)
9247 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9248
9249 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
9250
9251 * net/ange-ftp.el (ange-ftp-get-passwd):
9252 Bind `enable-recursive-minibuffers'.
9253 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9254
9255 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
9256
9257 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9258
9259 2012-06-19 Glenn Morris <rgm@gnu.org>
9260
9261 * progmodes/python.el (python-mode): Derive from prog-mode.
9262
9263 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
9264
9265 * emulation/edt.el (edt-default-menu-bar-update-buffers)
9266 (edt-user-menu-bar-update-buffers): New functions.
9267 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9268
9269 2012-06-19 Chong Yidong <cyd@gnu.org>
9270
9271 * subr.el (with-selected-window): Preserve the selected window's
9272 terminal's top-frame (Bug#4702).
9273
9274 * window.el (save-selected-window): Likewise.
9275
9276 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * progmodes/python.el (python-rx-constituents): Move backquote.
9279 (python-skeleton-define, python-define-auxiliary-skeleton):
9280 Use `declare'.
9281
9282 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
9283
9284 * minibuffer.el (read-file-name-default): Revert the patch from
9285 2012-06-17.
9286
9287 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9290 (pcase--u1, pcase--q1): Don't use apply-partially.
9291
9292 2012-06-18 Glenn Morris <rgm@gnu.org>
9293
9294 * progmodes/python.el (python-proc, python-buffer)
9295 (python-send-receive, python-send-string): Fix obsolete versions.
9296
9297 2012-06-18 Martin Rudalics <rudalics@gmx.at>
9298
9299 * window.el (special-display-p): Completely remove stringp
9300 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9301
9302 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
9303
9304 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9305
9306 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9307
9308 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9309 * net/tramp-sh.el (tramp-maybe-open-connection):
9310 Throw if `non-essential' is non-nil.
9311
9312 2012-06-17 Martin Rudalics <rudalics@gmx.at>
9313
9314 * window.el (special-display-p): Signal an error if BUFFER-NAME
9315 is not a string (Bug#11713).
9316
9317 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
9318
9319 * progmodes/python.el (python-info-beginning-of-backslash):
9320 Rename from python-info-beginning-of-backlash, as a spelling fix.
9321
9322 2012-06-17 Chong Yidong <cyd@gnu.org>
9323
9324 * term.el (term-emulate-terminal): If term-check-size is called,
9325 move point to the process mark without resetting point (Bug#4635).
9326
9327 2012-06-17 Glenn Morris <rgm@gnu.org>
9328
9329 * international/mule-cmds.el (mule-menu-keymap)
9330 (set-language-environment, set-locale-environment): Doc tweaks.
9331
9332 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
9333
9334 * cus-face.el (custom-face-attributes): Add wave-style underline
9335 attribute.
9336 * faces.el (set-face-attribute): Update docstring to describe
9337 wave-style underline attribute.
9338
9339 2012-06-16 Chong Yidong <cyd@gnu.org>
9340
9341 * term/xterm.el (terminal-init-xterm): Discard input before
9342 querying background mode (Bug#10959).
9343
9344 2012-06-16 Stefan Merten <smerten@oekonux.de>
9345
9346 * textmodes/rst.el: Added and corrected some comments.
9347 (rst-re-alist-def): Improve symbol syntax.
9348 (rst-mode-syntax-table): Correct syntax entries.
9349 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9350 (rst-official-version, rst-official-cvs-rev): Update version
9351 information.
9352
9353 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9356 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9357
9358 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
9359
9360 * progmodes/python.el: New python.el merge.
9361 (python-guess-indent): Obsolete var.
9362 (python-indent-guess-indent-offset): New defcustom.
9363 (python-indent): Obsolete var.
9364 (python-indent-offset): New defcustom.
9365 (python-python-command, python-jython-command): Delete var.
9366 (python-shell-interpreter): New defcustom.
9367 (python-pdbtrack-do-tracking-p): Delete var.
9368 (python-pdbtrack-activate): New defcustom.
9369 (python-use-skeletons): Obsolete var.
9370 (python-skeleton-autoinsert): New defcustom.
9371 (inferior-python-filter-regexp, python-continuation-offset)
9372 (python-honour-comment-indentation, python-indent-string-contents)
9373 (python-jython-packages, python-mode-hook)
9374 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9375 (python-shell-prompt-alist)
9376 (python-source-modes): Delete defcustoms.
9377 (python-check-buffer-name, python-eldoc-setup-code)
9378 (python-eldoc-string-code, python-ffap-setup-code)
9379 (python-ffap-string-code, python-fill-comment-function)
9380 (python-fill-decorator-function, python-fill-paren-function)
9381 (python-fill-string-function, python-imenu-include-defun-type)
9382 (python-imenu-make-tree, python-imenu-subtree-root-label)
9383 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9384 (python-shell-compilation-regexp-alist)
9385 (python-shell-completion-module-string-code)
9386 (python-shell-completion-pdb-string-code)
9387 (python-shell-completion-setup-code)
9388 (python-shell-completion-string-code)
9389 (python-shell-enable-font-lock, python-shell-exec-path)
9390 (python-shell-extra-pythonpaths)
9391 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9392 (python-shell-process-environment)
9393 (python-shell-prompt-block-regexp)
9394 (python-shell-prompt-output-regexp)
9395 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9396 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9397 (python-shell-virtualenv-path): New defcustoms.
9398 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9399 (inferior-python-mode-syntax-table, python--prompt-regexp)
9400 (python-buffer, python-command python-python-command)
9401 (python-default-template, python-imports, python-indent-index)
9402 (python-indent-list, python-indent-list-length)
9403 (python-mode-running, python-pdbtrack-is-tracking-p)
9404 (python-preoutput-continuation, python-preoutput-leftover)
9405 (python-preoutput-result, python-preoutput-skip-next-prompt)
9406 (python-prev-dir/file, python-recursing)
9407 (python-saved-check-command, python-version-checked)
9408 (python-which-func-length-limit)
9409 (view-return-to-alist): Delete vars.
9410 (python-check-custom-command, python-dotty-syntax-table)
9411 (python-imenu-index-alist, python-indent-current-level)
9412 (python-indent-dedenters, python-indent-levels)
9413 (python-nav-beginning-of-defun-regexp)
9414 (python-nav-list-defun-positions-cache)
9415 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9416 (python-shell-internal-buffer)
9417 (python-skeleton-available): New vars.
9418 (def-python-skeleton): Delete macro.
9419 (python-skeleton-define): New macro.
9420 (python-define-auxiliary-skeleton, python-rx): New macros.
9421 (python-insert-class): Delete command.
9422 (python-skeleton-class): New command.
9423 (python-insert-def): Delete command.
9424 (python-skeleton-def): New command.
9425 (python-insert-for): Delete command.
9426 (python-skeleton-for): New command.
9427 (python-insert-if): Delete command.
9428 (python-skeleton-if): New command.
9429 (python-insert-try/except, python-insert-try/finally): Delete commands.
9430 (python-skeleton-try): New command.
9431 (python-insert-while): Delete command.
9432 (python-skeleton-while): New command.
9433 (python-backspace): Delete command.
9434 (python-indent-dedent-line-backspace): New command.
9435 (python-electric-colon): Delete command.
9436 (python-indent-electric-colon): New command.
9437 (python-guess-indent): Delete command.
9438 (python-indent-guess-indent-offset): New command.
9439 (python-shift-left): Delete command.
9440 (python-indent-shift-left): New command.
9441 (python-shift-right): Delete command.
9442 (python-indent-shift-right): New command.
9443 (python-find-function): Delete command.
9444 (python-nav-jump-to-defun): New command.
9445 (python-next-statement): Delete command.
9446 (python-nav-forward-sentence): New command.
9447 (python-previous-statement): Delete command.
9448 (python-nav-backward-sentence): New command.
9449 (python-fill-paragraph): Delete command.
9450 (python-fill-paragraph-function): New command.
9451 (python-send-buffer): Delete command.
9452 (python-shell-send-buffer): New command.
9453 (python-send-defun): Delete command.
9454 (python-shell-send-defun): New command.
9455 (python-send-region, python-send-region-and-go): Delete commands.
9456 (python-shell-send-region)
9457 (python-shell-switch-to-shell): New commands.
9458 (python-send-string): Delete command.
9459 (python-shell-send-string): New command.
9460 (python-switch-to-python): Delete command.
9461 (python-shell-switch-to-shell): New command.
9462 (python-describe-symbol): Delete command.
9463 (python-eldoc-at-point): New command.
9464 (python--set-prompt-regexp, python-args-to-list)
9465 (python-after-info-look, python-check-version)
9466 (python-check-comint-prompt, python-find-imports)
9467 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9468 (python-unload-function, python-expand-template)
9469 (python-maybe-jython, python-preoutput-filter)
9470 (python-pdbtrack-get-source-buffer)
9471 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9472 (python-pdbtrack-toggle-stack-tracking)
9473 (python-pdbtrack-track-stack-file, python-initial-text)
9474 (python-first-word, python-comment-line-p, python-send-command)
9475 (python-setup-brm, python-sentinel, python-set-proc)
9476 (python-skip-out, python-input-filter, python-outdent-p)
9477 (python-outline-level, python-backslash-continuation-line-p)
9478 (python-end-of-block, python-end-of-statement, python-mark-block)
9479 (python-beginning-of-block, python-beginning-of-statement)
9480 (python-blank-line-p, python-beginning-of-string)
9481 (python-open-block-statement-p): Delete functions.
9482 (python-indent-line, python-indent-line-1): Delete functions.
9483 (python-indent-line): New function.
9484 (python-indentation-levels): Delete function.
9485 (python-indent-calculate-levels): New function.
9486 (python-proc): Delete function.
9487 (python-shell-get-process): New function.
9488 (python-send-receive): Delete function.
9489 (python-shell-send-string-no-output): New function.
9490 (python-module-path): Delete function.
9491 (python-ffap-module-path): New function.
9492 (python-completion-at-point)
9493 (python-symbol-completions): Delete functions.
9494 (python-completion-complete-at-point): New function.
9495 (python-load-file): Delete function.
9496 (python-shell-send-file): New function.
9497 (python-calculate-indentation): Delete function.
9498 (python-indent-calculate-indentation): New function.
9499 (python-skip-comments/blanks): Delete function.
9500 (python-util-forward-comment): New function.
9501 (python-continuation-line-p): Delete function.
9502 (python-info-continuation-line-p): New function.
9503 (python-which-func, python-current-defun): Delete function.
9504 (python-info-current-defun): New function.
9505 (python-beginning-of-defun): Delete function.
9506 (python-nav-beginning-of-defun): New function.
9507 (python-close-block-statement-p)
9508 (python-block-end-p): Delete function.
9509 (python-info-closing-block): New function.
9510 (python-comint-output-filter-function)
9511 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9512 (python-fill-comment, python-fill-decorator, python-fill-paren)
9513 (python-fill-string, python-imenu-make-element-tree)
9514 (python-imenu-make-tree, python-imenu-tree-assoc)
9515 (python-indent-context, python-indent-dedent-line)
9516 (python-indent-line-function)
9517 (python-indent-post-self-insert-function)
9518 (python-indent-toggle-levels)
9519 (python-info-assignment-continuation-line-p)
9520 (python-info-beginning-of-backlash)
9521 (python-info-block-continuation-line-p)
9522 (python-info-closing-block-message)
9523 (python-info-line-ends-backslash-p)
9524 (python-info-looking-at-beginning-of-defun)
9525 (python-info-ppss-context, python-info-ppss-context-type)
9526 (python-nav-list-defun-positions, python-nav-read-defun)
9527 (python-nav-sentence-end, python-nav-sentence-start)
9528 (python-pdbtrack-comint-output-filter-function)
9529 (python-pdbtrack-set-tracked-buffer)
9530 (python-shell-calculate-exec-path)
9531 (python-shell-calculate-process-environment)
9532 (python-shell-completion--do-completion-at-point)
9533 (python-shell-completion--get-completions)
9534 (python-shell-completion-complete-at-point)
9535 (python-shell-completion-complete-or-indent)
9536 (python-shell-get-or-create-process)
9537 (python-shell-get-process-name)
9538 (python-shell-internal-get-or-create-process)
9539 (python-shell-internal-get-process-name)
9540 (python-shell-internal-send-string, python-shell-make-comint)
9541 (python-shell-parse-command, python-shell-send-setup-code)
9542 (python-skeleton-add-menu-items)
9543 (python-util-clone-local-variables, python-util-position)
9544 (run-python-internal, python-indentation-levels)
9545 (python-nav-beginning-of-defun)
9546 (python-completion-complete-at-point): New functions.
9547 (run-python): Change arguments. New API requirements.
9548
9549 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9552 (bug#11649).
9553
9554 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9555 (macroexp--expand-all): Use it.
9556
9557 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9558 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9559 Use `cl-function' instead.
9560
9561 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9562
9563 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9564 Suggested by Stefan Monnier while discussing bug#11657.
9565
9566 2012-06-14 Sam Steingold <sds@gnu.org>
9567
9568 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9569
9570 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9571
9572 * play/doctor.el (doctor-doc): Remove parameter and use
9573 doctor-sent instead of sent.
9574 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9575
9576 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * files.el: Require cl-lib.
9579 (file-name-non-special): Replace case -> cl-case.
9580
9581 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9582
9583 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9584 mapping from #' to function*.
9585
9586 2012-06-13 Chong Yidong <cyd@gnu.org>
9587
9588 * mouse.el (mouse-drag-track): Do not set the mark if the user
9589 releases the mouse without selecting anything (Bug#11588).
9590
9591 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9594 as well (bug#11646).
9595
9596 * loadup.el: Count byte-code functions as well.
9597
9598 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9599 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9600
9601 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9602 (bug#11649). Add cl-defun and cl-defmacro.
9603
9604 2012-06-13 Drew Adams <drew.adams@oracle.com>
9605
9606 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9607 Fix last change.
9608
9609 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9612 Otherwise, it blocks in batch mode.
9613
9614 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * help-mode.el (bookmark-make-record-default): Declare.
9617
9618 2012-06-13 Chong Yidong <cyd@gnu.org>
9619
9620 * emacs-lisp/package.el (list-packages): Compute a list of
9621 packages that are newly-available since the last list-packages
9622 invocation.
9623 (package-menu--new-package-list): New var.
9624 (package-menu--generate, package-menu--print-info)
9625 (package-menu--status-predicate, package-menu-mark-install):
9626 Handle new status label "new".
9627
9628 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9631 conversion to backquotes.
9632
9633 2012-06-12 Chong Yidong <cyd@gnu.org>
9634
9635 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9636 Rename from gud-inhibit-global-bindings.
9637
9638 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9639
9640 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9641 hook from nxml-glyph-set-hook.
9642
9643 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9644 declaration.
9645
9646 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9647
9648 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9649 Convert to defcustom.
9650
9651 2012-06-12 Drew Adams <drew.adams@oracle.com>
9652
9653 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9654 New functions.
9655 (help-mode): Use them.
9656
9657 2012-06-11 Glenn Morris <rgm@gnu.org>
9658
9659 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9660 Use preprocessor face for directives.
9661 (fortran-directive-re): Doc fix.
9662
9663 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9664
9665 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9666 conversion to backquotes (bug#11652).
9667
9668 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9669 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9670 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9671 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9672 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9673 (cl-ninth, cl-tenth): Mark them as inlinable.
9674 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9675 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9676 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9677 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9678 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9679 (cl-list*, cl-adjoin): Don't put an autoload manually.
9680 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9681 (cl--compiler-macro-list*): Add autoload cookie.
9682 (cl--compiler-macro-cXXr): New function.
9683
9684 * help-fns.el (help-fns--compiler-macro): New function extracted from
9685 describe-function-1; follow aliases and use `compiler-macro' property.
9686 (describe-function-1): Use it.
9687
9688 2012-06-11 Chong Yidong <cyd@gnu.org>
9689
9690 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9691 is uninstalled, if imagemagick is installed.
9692
9693 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * emacs-lisp/cl-lib.el: Use lexical-binding.
9696 (cl-map-extents, cl-maclisp-member): Remove.
9697 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9698 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9699 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9700 * emacs-lisp/cl-extra.el: Use lexical-binding.
9701 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9702 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9703 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9704 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9705 * emacs-lisp/cl-seq.el: Use lexical-binding.
9706 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9707 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9708 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9709 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9710 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9711 CL's internals.
9712
9713 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9714
9715 Sync with Tramp 2.2.6-pre.
9716
9717 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9718 `print-length' and `print-level' to nil, in order to avoid
9719 truncation. Reported by Christopher Schmidt
9720 <christopher@ristopher.com>.
9721
9722 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9723
9724 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9725 New defmacro.
9726 (tramp-compat-copy-directory): Add optional argument
9727 COPY-CONTENTS. It is not handled yet.
9728
9729 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9730 (tramp-ftp-file-name-p): Simplify.
9731
9732 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9733 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9734 connection vector.
9735
9736 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9737 (tramp-methods): Do not use `tramp-password-end-of-line'.
9738 (tramp-completion-function-alist-putty): Handle UNIX case.
9739 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9740 (tramp-do-file-attributes-with-stat)
9741 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9742 gid as real numbers. They could run out of integer range on cygwin.
9743 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9744 (tramp-sh-handle-expand-file-name): Handle hops.
9745 (tramp-open-connection-setup-interactive-shell):
9746 Use `tramp-cleanup'. Move check for busyboxes ...
9747 (tramp-find-shell): ... here. Simplify implementation.
9748 Set "remote-shell" property also for alternative shells.
9749 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9750 If failing, a regular file would be written otherwise.
9751 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9752 (tramp-find-inline-encoding): Cache the coding commands in the
9753 process cache. Apply test command on the remote side, if defined.
9754 (tramp-find-inline-compress): Cache the compress commands in the
9755 process cache.
9756 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9757 when requested. Handle hops.
9758 (tramp-current-connection): New defvar.
9759 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9760 Throw `suppress', if there was a failed connection shortly before.
9761 Handle user interrupt. (Bug#10187)
9762 (tramp-get-inline-compress, tramp-get-inline-coding):
9763 Read connection properties from the process cache.
9764
9765 * net/tramp-smb.el (tramp-smb-server-version)
9766 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9767 New defconsts.
9768 (tramp-smb-prompt): Extend for powershell prompt.
9769 (tramp-smb-file-name-handler-alist): Add handlers for
9770 `process-file', `shell-command' and `start-file-process'.
9771 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9772 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9773 (tramp-smb-file-name-p): Simplify.
9774 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9775 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9776 (tramp-smb-shell-quote-argument): New defuns.
9777 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9778 Implement using "tar". By this, time-stamps are preserved.
9779 (tramp-smb-handle-copy-file): Handle also the case of directories.
9780 (tramp-smb-do-file-attributes-with-stat)
9781 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9782 Use `tramp-get-connection-buffer').
9783 (tramp-smb-handle-rename-file): Use "rename", when source and
9784 target are on the same share.
9785 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9786 Use `tramp-smb-server-version'.
9787 (tramp-smb-wait-for-output): Remove prompt.
9788
9789 * net/tramp.el (top): Require 'cl.
9790 (tramp-methods, tramp-rsh-end-of-line):
9791 Remove `tramp-password-end-of-line' from docstring.
9792 (tramp-save-ad-hoc-proxies): New defcustom.
9793 (tramp-completion-function-alist): Adapt docstring.
9794 (tramp-default-password-end-of-line): Remove defcustom.
9795 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9796 (tramp-user-regexp, tramp-file-name-regexp-unified)
9797 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9798 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9799 (tramp-remote-file-name-spec-regexp): New defconst.
9800 (tramp-file-name-structure): Extend structure for hops.
9801 (tramp-get-method-parameter): Move up.
9802 (tramp-file-name-p, tramp-dissect-file-name)
9803 (with-parsed-tramp-file-name): Handle hops.
9804 (tramp-file-name-hop): New defun.
9805 (tramp-make-tramp-file-name): New optional arg HOP.
9806 (tramp-message-show-progress-reporter-message): New defvar.
9807 (tramp-with-progress-reporter): Use it. We cannot use
9808 `tramp-message-show-message' here, because this suppresses also
9809 error buffers.
9810 (tramp-error-with-buffer): Suppress buffer view, if
9811 `tramp-message-show-message' is nil.
9812 Use `tramp-get-connection-buffer'.
9813 (tramp-cleanup): New defun.
9814 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9815 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9816 an error unchanged.
9817 (tramp-completion-handle-file-name-all-completions): Handle hops.
9818 Fix an error when called from ido.
9819 (tramp-completion-dissect-file-name): Use better local variable
9820 name. Add hop to the vector.
9821 (tramp-handle-insert-file-contents): Use progress-reporter for the
9822 whole scenario.
9823 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9824 to `t'.
9825 (tramp-check-for-regexp): Simplify search.
9826 (tramp-enter-password): Remove it. Move implementation ...
9827 (tramp-action-password): ... here.
9828 (tramp-mode-string-to-int, tramp-local-host-p)
9829 (tramp-make-tramp-temp-file, tramp-read-passwd)
9830 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9831 Set tramp-autoload cookie.
9832
9833 * net/trampver.el: Update release number.
9834
9835 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9836 Michael Albinus <michael.albinus@gmx.de>
9837
9838 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9839 (tramp-parse-group, tramp-parse-file)
9840 (tramp-parse-shostkeys-sknownhosts): New defuns.
9841 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9842 (tramp-parse-shosts-group, tramp-parse-sconfig)
9843 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9844 (tramp-parse-sknownhosts, tramp-parse-hosts)
9845 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9846 Use them.
9847 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9848 (tramp-parse-putty-group): Don't narrow.
9849 (tramp-parse-putty): Make a loop.
9850 (tramp-file-name-handler): Catch the `suppress' signal.
9851
9852 2012-06-11 Chong Yidong <cyd@gnu.org>
9853
9854 * image.el (imagemagick-register-types): Put the ImageMagick entry
9855 at the end of image-type-file-name-regexps.
9856
9857 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9858
9859 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9860 (pcase, pcase-let*, pcase-dolist): Use them.
9861
9862 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * emacs-lisp/pcase.el (pcase--let*): New function.
9865 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9866 (pcase--expand): Use macroexp-let².
9867
9868 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9871 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9872 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9873 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9874 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9875 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9876
9877 2012-06-10 Glenn Morris <rgm@gnu.org>
9878
9879 * mail/rmail.el (rmail-yank-current-message): Leave point at
9880 correct position. (Bug#11660)
9881
9882 2012-06-10 Chong Yidong <cyd@gnu.org>
9883
9884 * allout-widgets.el: Fix code header.
9885
9886 2012-06-10 Chong Yidong <cyd@gnu.org>
9887
9888 * cus-edit.el (customize-changed-options-previous-release):
9889 Bump to 24.1.
9890
9891 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9892
9893 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9894
9895 2012-06-09 Chong Yidong <cyd@gnu.org>
9896
9897 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9898
9899 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9900
9901 * window.el (special-display-popup-frame): Don't use
9902 window--display-buffer (Bug#11651).
9903
9904 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9905
9906 Fix parallel builds: make sure loaddefs.el is not being written
9907 while Lisp files are compiled.
9908 (compile): Don't depend on 'mh-autoloads'.
9909 (compile-CMD, compile-SH): Depend on 'autoloads'.
9910 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9911
9912 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9913
9914 2012-06-09 Chong Yidong <cyd@gnu.org>
9915
9916 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9917 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9918 Doc fixes (Bug#11225).
9919
9920 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9923 a function if there's a clear indication that it has a compiler-macro.
9924 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9925 (macro-declarations-alist): Add arglist to declaration functions.
9926 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9927 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9928 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9929 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9930 Also add autoload to find the compiler macro.
9931 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9932 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9933 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9934 (cl--compiler-macro-get): New functions, replacing calls to
9935 cl-define-compiler-macro.
9936 (cl-typep) [compiler-macro]: Use macroexp-let².
9937
9938 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9939
9940 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9941 string properly, fixes Bug#11473.
9942
9943 2012-06-08 Chong Yidong <cyd@gnu.org>
9944
9945 * faces.el (set-face-attribute): Doc fix.
9946 (modify-face): Don't use :bold and :italic.
9947 (error, warning, success): Tweak definitions.
9948
9949 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9950 (custom-modified, custom-set, custom-changed, custom-themed)
9951 (custom-saved, custom-button, custom-button-mouse)
9952 (custom-button-pressed, custom-state, custom-comment-tag)
9953 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9954 (custom-group-subtitle): Use new-style face specs.
9955 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9956 (custom-set-face, custom-changed-face, custom-saved-face)
9957 (custom-button-face, custom-button-pressed-face)
9958 (custom-documentation-face, custom-state-face)
9959 (custom-comment-face, custom-comment-tag-face)
9960 (custom-variable-tag-face, custom-variable-button-face)
9961 (custom-face-tag-face, custom-group-tag-face-1)
9962 (custom-group-tag-face): Remove obsolete face alias.
9963
9964 * epa.el (epa-validity-high, epa-validity-medium)
9965 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9966 (epa-field-name, epa-field-body):
9967 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9968 (font-lock-keyword-face, font-lock-builtin-face)
9969 (font-lock-function-name-face, font-lock-variable-name-face)
9970 (font-lock-type-face, font-lock-constant-face):
9971 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9972 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9973 * speedbar.el (speedbar-button-face, speedbar-file-face)
9974 (speedbar-directory-face, speedbar-tag-face)
9975 (speedbar-selected-face, speedbar-highlight-face)
9976 (speedbar-separator-face):
9977 * whitespace.el (whitespace-newline, whitespace-space)
9978 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9979 (whitespace-line, whitespace-space-before-tab)
9980 (whitespace-space-after-tab, whitespace-indentation)
9981 (whitespace-empty):
9982 * emulation/cua-base.el (cua-global-mark):
9983 * eshell/em-prompt.el (eshell-prompt):
9984 * net/newst-plainview.el (newsticker-new-item-face)
9985 (newsticker-old-item-face, newsticker-immortal-item-face)
9986 (newsticker-obsolete-item-face, newsticker-date-face)
9987 (newsticker-statistics-face, newsticker-default-face):
9988 * net/newst-reader.el (newsticker-feed-face)
9989 (newsticker-extra-face, newsticker-enclosure-face):
9990 * net/newst-treeview.el (newsticker-treeview-face)
9991 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9992 (newsticker-treeview-immortal-face)
9993 (newsticker-treeview-obsolete-face)
9994 (newsticker-treeview-selection-face):
9995 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9996 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9997 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9998 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9999 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10000 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10001 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10002 (mpuz-text):
10003 * progmodes/vera-mode.el (vera-font-lock-number)
10004 (vera-font-lock-function, vera-font-lock-interface):
10005 * textmodes/table.el (table-cell): Use new-style face specs, and
10006 don't use the old :bold and :italic attributes.
10007
10008 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10009 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10010 (ebrowse-member-class, ebrowse-progress): Likewise.
10011 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10012 (ebrowse-file-name-face, ebrowse-default-face)
10013 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10014 (ebrowse-progress-face): Remove obsolete faces.
10015
10016 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10017 Inherit from error and warning faces respectively.
10018
10019 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10020 Likewise.
10021 (flyspell-incorrect-face, flyspell-duplicate-face):
10022 Remove obsolete aliases.
10023
10024 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
10025
10026 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10027 Avoid infloop.
10028
10029 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * startup.el (argv, argi): Make lexically scoped.
10032 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10033 * emacs-lisp/cl-macs.el: Use lexical-binding.
10034 Rename cl-bind-* to cl--bind-*.
10035 * files.el: Don't require `cl' since it doesn't use it.
10036 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10037
10038 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10039
10040 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10041 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10042 instead of calling external sort utility.
10043 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10044
10045 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10046
10047 * descr-text.el (describe-char): Mention how to insert the
10048 character, if the current input method doesn't support it.
10049 See the discussion in this thread for the details:
10050 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10051
10052 2012-06-08 Sam Steingold <sds@gnu.org>
10053
10054 * bindings.el (global-map): Bind XF86Forward to next-buffer and
10055 XF86Back to previous-buffer.
10056 (minibuffer-local-map): Bind them to next-history-element and
10057 previous-history-element respectively.
10058 * help-mode.el (help-mode-map): Bind them to help-go-forward and
10059 help-go-back respectively.
10060 * info.el (Info-mode-map): Bind them to Info-history-forward and
10061 Info-history-back respectively.
10062 These are the keys next to Up on the ThinkPad keyboard.
10063
10064 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10067 * emacs-lisp/cl-macs.el: Provide itself.
10068 (cl--labels-convert-cache): New var.
10069 (cl--labels-convert): New function.
10070 (cl-flet, cl-labels): New implementation with new semantics, relying on
10071 lexical-binding.
10072 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10073 (cl-closure-vars, cl--function-convert-cache)
10074 (cl--function-convert): Move from cl-macs.el.
10075 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10076 rename by removing the "cl-" prefix.
10077 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10078
10079 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10082 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10083 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10084 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10085 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10086 (cl-hash-table-count): Add old compatibility aliases.
10087
10088 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10089 Use macroexpand-all-environment instead.
10090 (cl--old-macroexpand): New var.
10091 (cl--sm-macroexpand): New function.
10092 (cl-symbol-macrolet): Use it during macro expansion.
10093 (cl--function-convert-cache): New var.
10094 (cl--function-convert): New function, extracted from
10095 cl-macroexpand-all.
10096 (cl-lexical-let): Use it.
10097
10098 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10099 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10100 (cl-member): Remove old alias.
10101
10102 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10103 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10104 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10105 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10106 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10107 (cl-macroexpand-cmacs): Remove var.
10108 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10109 Use macroexpand-all instead.
10110
10111 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10114 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10115 (macroexp-copyable-p): New functions and macros.
10116 * emacs-lisp/edebug.el (edebug-unwrap):
10117 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10118 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10119 (pcase--let*): Remove.
10120 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10121 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
10122 macroexp-const-p instead.
10123 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10124
10125 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10126 instead of "cl-" for internal definitions. Use macroexp-const-p.
10127 (cl-old-bc-file-form): Remove var.
10128 (cl-const-exprs-p): Remove fun.
10129 (cl-labels, cl-macrolet): Use backquote.
10130 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
10131 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10132 (cl-define-setf-expander): Rename from cl-define-setf-method.
10133 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10134
10135 * international/mule-cmds.el: Don't require CL.
10136 (view-hello-file): Don't use `letf'.
10137
10138 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * tmm.el (tmm-prompt): Use string-prefix-p.
10141 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10142 (tmm-add-prompt): Use minibuffer-completion-help.
10143 (tmm-delete-map): Remove.
10144
10145 * subr.el (kbd): Make it its own function.
10146
10147 2012-06-07 Stefan Merten <smerten@oekonux.de>
10148
10149 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10150 Silence compiler warnings. Fix versions.
10151 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10152 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10153 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10154 (rst-package-emacs-version-alist): Correct Emacs version to
10155 represent major merge with upstream.
10156 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10157
10158 2012-06-06 Glenn Morris <rgm@gnu.org>
10159
10160 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10161 Only print environment variables if set.
10162
10163 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10166 (macroexp--cons): Rename from maybe-cons.
10167 (macroexp--accumulate): Rename from macroexp-accumulate.
10168 (macroexp--all-forms): Rename from macroexpand-all-forms.
10169 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10170 (macroexp--expand-all): Rename from macroexpand-all-1.
10171
10172 2012-06-06 Sam Steingold <sds@gnu.org>
10173
10174 * calendar/calendar.el (calendar-in-read-only-buffer):
10175 Call `special-mode' to enable the standard read-only keybindings.
10176
10177 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10180 with "loading" messages (bug#11635).
10181
10182 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * files.el (enable-remote-dir-locals): New option.
10185 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
10186
10187 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10188 Ensure, that the temp directory is local.
10189
10190 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10191 `temporary-file-directory'.
10192
10193 * progmodes/python.el (python-send-region): Ensure, that the
10194 temporary file is created also in the remote case.
10195
10196 2012-06-06 Glenn Morris <rgm@gnu.org>
10197
10198 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10199 (vc-rcs-update-changelog): Use it.
10200
10201 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10202
10203 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10204 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10205 (vc-sccs-diff): Replace use of the external vcdiff script.
10206
10207 2012-06-05 Glenn Morris <rgm@gnu.org>
10208
10209 * ledit.el: Move to obsolete/.
10210
10211 2012-06-05 Sam Steingold <sds@gnu.org>
10212
10213 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10214 patch (Bug#11140).
10215
10216 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * emacs-lisp/cust-print.el: Move to obsolete.
10219
10220 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10221 compiler-macro expansion.
10222
10223 Add native compiler-macro support.
10224 * emacs-lisp/macroexp.el (macroexpand-all-1):
10225 Support compiler-macros directly. Properly follow aliases and apply
10226 the compiler macros more thoroughly.
10227 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10228 macroexpand now properly follows aliases.
10229 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10230 (cl-compiler-macroexpand): Use new prop.
10231 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10232
10233 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10234
10235 2012-06-05 Martin Rudalics <rudalics@gmx.at>
10236
10237 * window.el (get-lru-window, get-mru-window, get-largest-window):
10238 New argument NOT-SELECTED to avoid picking the selected window.
10239 (window--display-buffer-1, window--display-buffer-2): Replace by
10240 new function window--display-buffer
10241 (display-buffer-same-window, display-buffer-reuse-window)
10242 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10243 Use window--display-buffer.
10244 (display-buffer-use-some-window): Remove temporary dedication
10245 hack by calling get-lru-window and get-largest-window with
10246 NOT-SELECTED argument non-nil. Call window--display-buffer.
10247
10248 2012-06-05 Glenn Morris <rgm@gnu.org>
10249
10250 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10251 Replace external vcdiff script.
10252
10253 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10256
10257 2012-06-04 Chong Yidong <cyd@gnu.org>
10258
10259 * image.el (imagemagick-types-inhibit): Revert last change.
10260 Add INFO and M.
10261 (imagemagick-enabled-types): Remove CIN and EPS*.
10262
10263 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10264
10265 * emacs-lisp/cl-lib.el: Rename from cl.el.
10266 * emacs-lisp/cl.el: New compatibility file.
10267 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10268 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10269 to obey the "cl-" prefix.
10270 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10271
10272 2012-06-03 Glenn Morris <rgm@gnu.org>
10273
10274 * emacs-lisp/authors.el (authors-aliases): Addition.
10275
10276 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10277 Fix :version.
10278
10279 2012-06-03 Stefan Merten <smerten@oekonux.de>
10280
10281 * textmodes/rst.el: Add comments.
10282 (rst-transition, rst-adornment): New faces.
10283 (rst-adornment-faces-alist): Make default safe to reevaluate.
10284 Fixes
10285 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10286 Improve customization tags.
10287 (rst-define-level-faces): Clarify meaning.
10288
10289 2012-06-03 Chong Yidong <cyd@gnu.org>
10290
10291 * progmodes/compile.el (compilation-mode-line-fail)
10292 (compilation-mode-line-run, compilation-mode-line-exit):
10293 New faces.
10294 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10295
10296 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
10297
10298 * progmodes/which-func.el (which-func-update-ediff-windows):
10299 New function. Use it in ediff-select-hook (Bug#11478).
10300
10301 2012-06-03 Chong Yidong <cyd@gnu.org>
10302
10303 * bindings.el: Remove explicit help text from format-mode-line.
10304 It is now supplied by mode-line-default-help-echo.
10305 (mode-line-front-space, mode-line-end-spaces)
10306 (mode-line-misc-info): New variables.
10307 (mode-line-modes, mode-line-position): Move the default value to
10308 the variable definition.
10309 (mode-line-default-help-echo): New defcustom.
10310 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10311 (mode-line-modified-help-echo): New functions.
10312 (mode-line-mule-info, mode-line-modified): Use them.
10313 (mode-line-eol-desc, propertized-buffer-identification):
10314 Consistency fixes for help text.
10315 (mode-line-coding-system-map): Allow using mouse-3 to invoke
10316 set-buffer-file-coding-system (Bug#289).
10317 (mode-line-mule-info-help-echo): Update help text.
10318
10319 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * simple.el (execute-extended-command): Set real-this-command
10322 (bug#11506).
10323
10324 2012-06-02 Chong Yidong <cyd@gnu.org>
10325
10326 Remove incorrect uses of "modeline" in comments, docstrings, and
10327 function/variable names (Bug#10329).
10328
10329 * cus-edit.el (mode-line):
10330 * dframe.el (dframe-mouse-hscroll):
10331 * emacs-lisp/re-builder.el:
10332 * emacs-lisp/easy-mmode.el (define-minor-mode):
10333 * frame.el (set-frame-name):
10334 * help.el (lookup-minor-mode-from-indicator):
10335 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10336 * progmodes/cc-cmds.el (c-toggle-auto-newline)
10337 (c-toggle-hungry-state):
10338 * progmodes/antlr-mode.el (antlr-language-alist):
10339 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10340 * progmodes/vhdl-mode.el (vhdl-mode):
10341 * progmodes/which-func.el (which-func, which-func-cleanup-function):
10342 * term/ns-win.el (ns-face-at-pos):
10343 * term/sup-mouse.el (sup-mouse-report):
10344 * textmodes/flyspell.el (flyspell-mode-line-string):
10345 * textmodes/ispell.el (ispell-highlight-face):
10346 * textmodes/reftex-global.el:
10347 * vc/vc-arch.el (vc-arch-mode-line-string):
10348 * vc/vc-cvs.el (vc-cvs-mode-line-string):
10349 * vc/vc-git.el (vc-git-mode-line-string):
10350 * vc/vc-hooks.el (vc-display-status)
10351 (vc-default-mode-line-string):
10352 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10353
10354 * ansi-color.el (ansi-color-faces-vector): Change default faces.
10355
10356 * dired.el (dired-sort-set-mode-line): Rename from
10357 dired-sort-set-modeline. All callers changed.
10358
10359 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10360 eshell-status-in-modeline.
10361
10362 * foldout.el (foldout-mode-line-string): Rename from
10363 foldout-modeline-string. All callers changed.
10364 (foldout-update-mode-line): Rename from foldout-update-modeline.
10365
10366 * subr.el (redraw-modeline): Make into obsolete alias.
10367
10368 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10369 timeclock-modeline-display. Make old name an alias.
10370 (timeclock-update-mode-line): Likewise. All callers changed.
10371 (timeclock-mode-line-display): No need to check before using
10372 add-hook.
10373 (timeclock-relative, timeclock-day-over-hook)
10374 (timeclock-use-elapsed, timeclock-mode-string)
10375 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10376
10377 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10378 crisp-mode-modeline-string.
10379
10380 * play/solitaire.el (solitaire-build-mode-line): Rename from
10381 solitaire-build-modeline. All callers changed.
10382
10383 * play/zone.el (zone-hiding-mode-line): Rename from
10384 zone-hiding-modeline. All callers changed.
10385 (zone): Remove unusued `modeline-hidden-level' property.
10386
10387 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10388 xscheme-modeline-initialize. All callers changed.
10389
10390 * strokes.el (strokes-lighter): Rename from
10391 strokes-modeline-string.
10392
10393 * textmodes/sgml-mode.el (html-face-tag-alist)
10394 (html-tag-face-alist): Use mode-line face instead of obsolete
10395 alias modeline.
10396
10397 2012-06-02 Stefan Merten <smerten@oekonux.de>
10398
10399 * textmodes/rst.el: Always require `cl'.
10400 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10401
10402 2012-06-02 Chong Yidong <cyd@gnu.org>
10403
10404 * image.el (imagemagick-enabled-types): Rename from
10405 imagemagick-types-enable. Add many more types.
10406 (imagemagick-types-inhibit): Change default to nil.
10407 (imagemagick-filter-types): Caller changed.
10408
10409 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * emacs-lisp/cl-macs.el: Use backquotes.
10412 (cl-transform-function-property): Use eval-and-compile rather than
10413 abusing `require'.
10414 (defstruct): Use declare-function instead of with-no-warnings.
10415
10416 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10417 (byte-compile-output-docform): Re-add the print-circle bindings.
10418 (byte-compile-fix-header): Use #$ just because it's shorter.
10419 (byte-compile-output-file-form): Remove defun/defmacro.
10420
10421 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10422
10423 * simple.el (choose-completion): Remove now obsolete binding for
10424 owindow.
10425
10426 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10427
10428 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10429 in order to avoid "Stack overflow in regexp matcher".
10430
10431 2012-05-31 Glenn Morris <rgm@gnu.org>
10432
10433 * image.el: For clarity, call imagemagick-register-types at
10434 top-level, rather than relying on a custom :initialize.
10435 (imagemagick-types-enable): New option. (Bug#11557)
10436 (imagemagick-filter-types): New function. (Bug#7406)
10437 (imagemagick-register-types): Use imagemagick-filter-types.
10438 If disabling support, remove elements altogether rather
10439 than using an impossible regexp.
10440 (imagemagick-types-inhibit): Give it the default init function.
10441
10442 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10445 Handle arbitrary file name lengths (Bug#11585).
10446
10447 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10448
10449 * desktop.el (desktop-read): Clear previous and next buffers for
10450 all windows and bury *Messages* buffer (bug#11556).
10451
10452 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 Add `declare' for `defun'. Align `defmacro's with it.
10455 * emacs-lisp/easy-mmode.el (define-minor-mode)
10456 (define-globalized-minor-mode): Don't autoload the var definitions.
10457 * emacs-lisp/byte-run.el: Use lexical-binding.
10458 (defun-declarations-alist, macro-declarations-alist): New vars.
10459 (defmacro, defun): Use them.
10460 (make-obsolete, define-obsolete-function-alias)
10461 (make-obsolete-variable, define-obsolete-variable-alias):
10462 Use `declare'.
10463 (macro-declaration-function): Mark obsolete.
10464 * emacs-lisp/autoload.el: Use lexical-binding.
10465 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10466
10467 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10468
10469 * textmodes/ispell.el (ispell-with-no-warnings):
10470 Define as a macro.
10471 (ispell-kill-ispell, ispell-change-dictionary):
10472 Use `called-interactively-p' for Emacs instead of obsolete
10473 `interactive-p'.
10474
10475 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10478 (macro-declaration-function): Move var from C code.
10479 (macro-declaration-function): Define function with defalias.
10480 * emacs-lisp/macroexp.el (macroexpand-all-1):
10481 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10482 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10483 defun/defmacro any more.
10484 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10485 Provide fallback for unknown arglist.
10486 (byte-compile-arglist-warn): Change calling convention.
10487 (byte-compile-output-file-form): Move print-vars binding.
10488 (byte-compile-output-docform): Simplify accordingly.
10489 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10490 (byte-compile-defmacro-declaration): Remove.
10491 (byte-compile-file-form-defmumble): Generalize to defalias.
10492 (byte-compile-output-as-comment): Return byte-positions.
10493 Simplify callers accordingly.
10494 (byte-compile-lambda): Use `assert'.
10495 (byte-compile-defun, byte-compile-defmacro): Remove.
10496 (byte-compile-file-form-defalias):
10497 Use byte-compile-file-form-defmumble.
10498 (byte-compile-defalias-warn): Remove.
10499
10500 2012-05-29 Stefan Merten <smerten@oekonux.de>
10501
10502 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10503 possible. Fix authors. Improve comments. Improve loading of `cl'.
10504
10505 (rst-mode-abbrev-table): Merge definition.
10506 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10507 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10508
10509 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10510
10511 * calendar/icalendar.el
10512 (icalendar-export-region): Export UID properly.
10513
10514 2012-05-29 Leo Liu <sdl.web@gmail.com>
10515 * calendar/icalendar.el (icalendar-import-format):
10516 Add `icalendar-import-format-uid' (Bug#11525).
10517 (icalendar-import-format-uid): New.
10518 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10519 Export UID.
10520
10521 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10524 different alternative patterns.
10525 (pcase-codegen): Be more careful to preserve identity.
10526 (pcase--u1): Don't forget to mark vars as used.
10527
10528 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10529 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10530 (byte-compile-from-buffer): ...rather than here.
10531
10532 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10533 functions from byte-compile-function-environment.
10534
10535 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10536
10537 * window.el (window-deletable-p): Avoid deleting the root window
10538 of a frame with an active minibuffer.
10539
10540 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10541
10542 * simple.el (choose-completion): Use quit-window (Bug#11567).
10543
10544 2012-05-29 Chong Yidong <cyd@gnu.org>
10545
10546 * whitespace.el (whitespace-cleanup): Fix usage of
10547 whitespace-empty-at-bob-regexp (Bug#11492).
10548
10549 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10550
10551 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10552 revert (Bug#11488).
10553
10554 2012-05-29 Juri Linkov <juri@jurta.org>
10555
10556 * isearch.el (isearch-mode-map): Bind `M-s _' to
10557 `isearch-toggle-symbol'. Bind `M-s c' to
10558 `isearch-toggle-case-fold'.
10559 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10560 (isearch-forward): Add `M-s _' to the docstring.
10561 (isearch-forward-symbol, isearch-toggle-case-fold)
10562 (isearch-symbol-regexp): New functions. (Bug#11381)
10563
10564 2012-05-29 Juri Linkov <juri@jurta.org>
10565
10566 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10567 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10568 a function, call it to get the regexp.
10569 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10570 property `isearch-message-prefix' instead of the string "word ".
10571 (isearch-search-fun-default): For the case of `isearch-word',
10572 return a lambda that calls re-search-forward/re-search-backward
10573 with a regexp returned by `word-search-regexp' or by the function
10574 in `isearch-word'.
10575
10576 2012-05-29 Juri Linkov <juri@jurta.org>
10577
10578 * isearch.el (isearch-search-fun-default): New function.
10579 (isearch-search-fun): Move default part to the new function
10580 `isearch-search-fun-default'.
10581 (isearch-search-fun-function): Set the default value to
10582 `isearch-search-fun-default'. (Bug#11381)
10583
10584 * comint.el (comint-history-isearch-end):
10585 Use `isearch-search-fun-default'.
10586 (comint-history-isearch-search): Use `isearch-search-fun-default'
10587 and remove spacial case for `isearch-word'.
10588 (comint-history-isearch-wrap): Remove spacial case for
10589 `isearch-word'.
10590
10591 * hexl.el (hexl-isearch-search-function):
10592 Use `isearch-search-fun-default'.
10593
10594 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10595 Use `word-search-regexp' for `isearch-word'.
10596
10597 * misearch.el (multi-isearch-search-fun):
10598 Use `isearch-search-fun-default'.
10599
10600 * simple.el (minibuffer-history-isearch-search):
10601 Use `isearch-search-fun-default' and remove spacial case for
10602 `isearch-word'.
10603 (minibuffer-history-isearch-wrap): Remove spacial case for
10604 `isearch-word'.
10605
10606 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10607 Remove spacial case for `isearch-word'.
10608 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10609
10610 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10611
10612 Decrease XEmacs incompatibilities.
10613 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10614 Use `string-match'.
10615 (flyspell-delete-region-overlays): Use alternative definition for
10616 XEmacs.
10617 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10618 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10619 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10620 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10621 `define-obsolete-face-alias' under XEmacs, but old method.
10622
10623 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10624 `with-no-warnings' definition or Emacs alias.
10625 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10626 (ispell-word): Do not use `region-p' if XEmacs.
10627
10628 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10629
10630 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10631 Check for `ispell-dictionary-base-alist' instead of full
10632 `ispell-dictionary-alist'.
10633 (ispell-init-process): Show spellchecker when starting new Ispell
10634 process.
10635
10636 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10639 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10640
10641 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10642
10643 * version.el (motif-version-string, gtk-version-string)
10644 (ns-version-string): Declare.
10645
10646 2012-05-27 Juri Linkov <juri@jurta.org>
10647
10648 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10649 after the `eval-defun-1' specialcaseing
10650 like in `edebug-eval-defun' (bug#10181).
10651
10652 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10653 like in `eval-defun-1'.
10654
10655 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10656
10657 * mail/sendmail.el (mail-yank-region):
10658 Recognize rmail-yank-current-message in addition to insert-buffer.
10659 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10660 a *mail* buffer created through rmail-start-mail with sendmail as
10661 mail-user-agent.
10662
10663 2012-05-27 Chong Yidong <cyd@gnu.org>
10664
10665 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10666 Default to 256 (Bug#11267).
10667
10668 * help.el (describe-mode): Doc fix.
10669
10670 2012-05-26 Glenn Morris <rgm@gnu.org>
10671
10672 * w32-fns.el (w32-init-info): Remove.
10673 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10674
10675 * info.el (info-initialize): For self-contained NS builds, put the
10676 included info/ directory at the front. (Bug#2791)
10677
10678 * paths.el (Info-default-directory-list): Make it a defcustom,
10679 mainly so that we can use custom-initialize-delay.
10680
10681 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * subr.el (buffer-has-markers-at): Mark obsolete.
10684
10685 * subr.el (lambda): Use declare.
10686
10687 * emacs-lisp/lisp-mode.el (lambda):
10688 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10689
10690 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10691
10692 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10693
10694 2012-05-26 Glenn Morris <rgm@gnu.org>
10695
10696 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10697
10698 2012-05-25 Glenn Morris <rgm@gnu.org>
10699
10700 * paths.el: Remove no-byte-compile.
10701 * loadup.el: No need to load paths.el uncompiled.
10702
10703 * image.el (imagemagick-types-inhibit): Doc fix.
10704
10705 * version.el: Remove no-byte-compile and associated formatting.
10706 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10707 is ancient code from when there was an "inc-vers.el".
10708
10709 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * progmodes/gdb-mi.el: Minor style changes.
10712 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10713 Turn into minor modes.
10714 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10715 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10716 (gdb-shell): Remove unneeded let-binding.
10717 (gdb-get-many-fields): Eliminate O(n²) behavior.
10718
10719 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10720
10721 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10722 platforms that don't link in fontset.c.
10723
10724 2012-05-25 Juri Linkov <juri@jurta.org>
10725
10726 Use the same diff color scheme as in modern VCSes (bug#10181).
10727
10728 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10729 to avoid confusion with `diff-added' that now uses green colors.
10730 (diff-removed): Use shades of red.
10731 (diff-added): Use shades of green.
10732 (diff-changed): Leave just the yellow color.
10733 (diff-use-changed-face): New variable.
10734 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10735 how to highlight context diff changes.
10736 (diff-refine-change): Use shades of yellow.
10737 (diff-refine-removed): New face that uses shades of red.
10738 (diff-refine-added): New face that uses shades of green.
10739 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10740 `diff-refine-removed' in the call to `smerge-refine-subst'
10741 depending on the value of `diff-use-changed-face'.
10742
10743 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10744 (smerge-other): Use shades of green.
10745 (smerge-base): Use shades of yellow.
10746 (smerge-refined-change): Empty face.
10747 (smerge-refined-removed): New face that uses shades of red.
10748 (smerge-refined-added): New face that uses shades of green.
10749 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10750 args `props-r' and `props-a', and use them. Doc fix.
10751 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10752 on its value use different faces `smerge-refined-change',
10753 `smerge-refined-removed', `smerge-refined-added' in the call to
10754 `smerge-refine-subst'.
10755
10756 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10757 Add face condition `min-colors 88' with shades of red.
10758 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10759 `min-colors 88' with shades of green.
10760 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10761 `min-colors 88' with shades of yellow.
10762
10763 2012-05-24 Glenn Morris <rgm@gnu.org>
10764
10765 * paths.el (prune-directory-list, remote-shell-program): Move to...
10766 * files.el (prune-directory-list, remote-shell-program): ...here.
10767 For the latter, delay initialization, prefer ssh, just search PATH.
10768
10769 * paths.el (term-file-prefix): Move to faces.el (the only user).
10770 * faces.el (term-file-prefix): Move here, make it a defcustom.
10771
10772 * paths.el (news-directory, news-path, news-inews-program):
10773 Move to gnus/nnspool.el.
10774
10775 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10776
10777 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10778 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10779 Make the latter a defcustom, with a delayed initialization.
10780
10781 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10782 These were deleted from Gnus itself late 2010.
10783
10784 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10785
10786 * progmodes/which-func.el (which-func-ff-hook):
10787 Check against user-error, not error.
10788
10789 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10790 cl-specs.el, which no longer exists.
10791
10792 2012-05-22 Glenn Morris <rgm@gnu.org>
10793
10794 * info.el (info-emacs-bug): New command.
10795 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10796 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10797
10798 2012-05-21 Glenn Morris <rgm@gnu.org>
10799
10800 * makefile.w32-in (update-subdirs-SH):
10801 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10802
10803 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10806
10807 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10808 Simplify Maven regexp, and make sure the file can't start with a space
10809 (bug#11517).
10810
10811 2012-05-21 Glenn Morris <rgm@gnu.org>
10812
10813 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10814 Scrap superfluous subshells.
10815
10816 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10819 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10820
10821 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10822
10823 * calc/calc.el (calc-ensure-consistent-units): New variable.
10824
10825 * calc/calc-units.el (math-consistent-units-p)
10826 (math-check-unit-consistency): New functions.
10827 (calc-quick-units, calc-convert-units):
10828 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10829 is non-nil.
10830 (calc-extract-units): Fix typo.
10831
10832 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10835
10836 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10837 (flyspell-default-deplacement-commands): Don't spell check after
10838 repeated window/frame switches (e.g. triggered by mouse-movement).
10839 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10840 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10841 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10842 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10843 Remove unused vars.
10844 (flyspell-get-casechars, flyspell-get-not-casechars):
10845 Simplify; Don't bother removing a ] just to add it back.
10846 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10847
10848 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10849
10850 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10851 New functions.
10852 (math-function-table): Add support for more C functions.
10853
10854 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10855
10856 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10857 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10858 Protect delay handling for otherchars against empty otherchars.
10859
10860 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10863 their respective macro declarations.
10864 * skeleton.el (define-skeleton):
10865 * progmodes/compile.el (define-compilation-mode):
10866 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10867 (define-ibuffer-filter):
10868 * emacs-lisp/generic.el (define-generic-mode):
10869 * emacs-lisp/easy-mmode.el (define-minor-mode)
10870 (define-globalized-minor-mode):
10871 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10872 * emacs-lisp/byte-run.el (defsubst):
10873 * custom.el (deftheme): Add doc-string metadata.
10874
10875 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10878
10879 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10882
10883 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10884 * emacs-lisp/cl-macs.el: Idem.
10885 * emacs-lisp/cl-specs.el: Remove.
10886
10887 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 Minor renaming of internal CL functions and variables.
10890 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10891 (cl--position): Rename from cl-position.
10892 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10893 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10894 (cl--random-state): Rename from *random-state*.
10895
10896 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10899 parens around the arg list (bug#11499).
10900
10901 2012-05-17 Juri Linkov <juri@jurta.org>
10902
10903 * isearch.el (word-search-regexp, word-search-backward)
10904 (word-search-forward, word-search-backward-lax)
10905 (word-search-forward-lax): Move functions from search.c
10906 (bug#10145, bug#11381).
10907
10908 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10909
10910 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10911 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10912 Delay for otherchars as for normal word components.
10913
10914 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * minibuffer.el (completion--sifn-requote): Fix last change.
10917 (minibuffer-local-must-match-filename-map):
10918 Move define-obsolete-variable-alias before its var.
10919
10920 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10923
10924 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10925 behavior.
10926 (completion--string-equal-p): New function.
10927 (completion--twq-all): Use it to get better assertion failure data.
10928
10929 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10930 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10931 (shell--requote-argument): New functions.
10932 (shell-completion-vars): Use them.
10933 (shell--parse-pcomplete-arguments): Rename from
10934 shell-parse-pcomplete-arguments.
10935 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10936 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10937 Obey comint-file-name-quote-list.
10938
10939 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10940 (smie-indent-keyword): Use it.
10941
10942 2012-05-14 Stefan Merten <smerten@oekonux.de>
10943
10944 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10945
10946 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * net/rlogin.el (rlogin-mode-map): Fix last change.
10949
10950 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10951
10952 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10953 the following \r\n using a single `process-send-string', since the
10954 Lotus SMTP server refuses to accept any commands if they are sent
10955 with two `process-send-string's (Bug#11444).
10956
10957 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * shell.el (shell-parse-pcomplete-arguments):
10960 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10961
10962 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10963
10964 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10965 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10966 (image-transform-width, image-transform-fit-width): New functions.
10967 (image-transform-properties): Use them.
10968 (image-transform-check-size): New function.
10969 (image-toggle-display-image): Use it (for testing).
10970 (image-transform-set-rotation): Reduce angle mod 360.
10971 Delete obsolete comment.
10972
10973 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10974
10975 * image-mode.el: Fix scaling (bug#11399).
10976 (image-transform-resize): Doc fix.
10977 (image-transform-properties): Default scale is 1 and height should
10978 be an integer.
10979
10980 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10981
10982 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10983 than hard-coding `car', to fix misbehavior when moving forward.
10984
10985 2012-05-13 Chong Yidong <cyd@gnu.org>
10986
10987 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10988 (tabulated-list-entries, tabulated-list-padding)
10989 (tabulated-list-sort-key): Make permanent-local.
10990
10991 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10992 (electric-buffer-list): Put electric buffer menu
10993 command descriptions in this docstring, instead of the docstring
10994 of electric-buffer-menu-mode. Code cleanups.
10995 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10996 Electric-buffer-menu-mode.
10997 (electric-buffer-update-highlight): Minor code cleanup.
10998
10999 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
11000
11001 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11002 (Bug#11447)
11003
11004 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 Move define-obsolete-variable-alias before the var's definition.
11007 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11008 * tooltip.el (tooltip-hook):
11009 * textmodes/reftex-toc.el (reftex-toc-map):
11010 * textmodes/reftex-sel.el (reftex-select-label-map)
11011 (reftex-select-bib-map):
11012 * textmodes/reftex-index.el (reftex-index-map)
11013 (reftex-index-phrases-map):
11014 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11015 * progmodes/meta-mode.el (meta-mode-map):
11016 * novice.el (disabled-command-hook):
11017 * loadhist.el (unload-hook-features-list):
11018 * frame.el (blink-cursor):
11019 * files.el (find-file-not-found-hooks, write-file-hooks)
11020 (write-contents-hooks):
11021 * emulation/tpu-edt.el (GOLD-map):
11022 * emacs-lock.el (emacs-lock-from-exiting):
11023 * emacs-lisp/generic.el (generic-font-lock-defaults):
11024 * emacs-lisp/chart.el (chart-map):
11025 * dos-fns.el (register-name-alist):
11026 * dired-x.el (dired-omit-files-p):
11027 * desktop.el (desktop-enable):
11028 * cus-edit.el (custom-mode-hook):
11029 * buff-menu.el (buffer-menu-mode-hook):
11030 * bookmark.el (bookmark-read-annotation-text-func)
11031 (bookmark-exit-hooks):
11032 * allout.el (allout-mode-deactivate-hook)
11033 (allout-exposure-change-hook, allout-structure-added-hook)
11034 (allout-structure-deleted-hook, allout-structure-shifted-hook):
11035 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11036 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11037 comes before the corresponding variable's definition.
11038
11039 2012-05-12 Chong Yidong <cyd@gnu.org>
11040
11041 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11042 (Buffer-menu-mouse-select): Restore function (Bug#11459).
11043 (Buffer-menu-mode-map): Bind it.
11044 (Buffer-menu--pretty-name): Add a mouse-face property.
11045
11046 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
11049 (prolog-upper-case-string, prolog-lower-case-string)
11050 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11051 (prolog-use-smie, prolog-smie-grammar): New vars.
11052 (prolog-smie-forward-token, prolog-smie-backward-token)
11053 (prolog-smie-rules): New funs.
11054 (prolog-comment-indent): Remove.
11055 (prolog-mode-variables): Use default comment indentation instead.
11056 Setup SMIE.
11057 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11058 (prolog-mode): Don't call them any more.
11059 (prolog-electric-colon, prolog-electric-dash)
11060 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11061
11062 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11063
11064 * minibuffer.el (completion--twq-all): Again, allow case differences.
11065
11066 * term.el: Move keymap initialization code to be more idiomatic.
11067 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11068 (term-terminal-menu): Move initialization into declaration.
11069 (term-escape-char): Let the user set it in her .emacs.
11070
11071 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11072 Provide SMIE-based indentation (not enabled by default yet).
11073 (sh-mode-map): Don't bind electric keys.
11074 Use electric-pair-mode instead of skeleton-pair.
11075 (sh-assignment-regexp): Fit within 80 columns.
11076 (sh-indent-supported): Specify actual shell name instead of boolean.
11077 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11078 (sh-maybe-here-document): Use it. Make obsolete.
11079 (sh-electric-here-document-mode) New minor mode.
11080 (sh-mode): Use it. Don't set sh-indent-supported-here here.
11081 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11082 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11083 (sh-smie-rc-grammar, sh-use-smie): New vars.
11084 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11085 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11086 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11087 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11088 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11089 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11090 (sh-set-shell): Use smie-setup if requested.
11091
11092 * term.el (term-set-escape-char): Properly set term-escape-char.
11093 See http://stackoverflow.com/questions/10524656.
11094
11095 2012-05-10 Chong Yidong <cyd@gnu.org>
11096
11097 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11098 Use url-generic-parse-url, and handle host names and Windows
11099 filenames properly.
11100 (ffap-url-unwrap-remote): Use url-generic-parse-url.
11101 (ffap-url-unwrap-remote): Accept list values, specifying a list of
11102 URL schemes to work on.
11103 (ffap--toggle-read-only): New function.
11104 (ffap-read-only, ffap-read-only-other-window)
11105 (ffap-read-only-other-frame): Use it.
11106 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11107 necessary for ffap-url-unwrap-remote.
11108
11109 2012-05-10 Dave Abrahams <dave@boostpro.com>
11110
11111 * cus-start.el (create-lockfiles): Add it.
11112
11113 2012-05-09 Chong Yidong <cyd@gnu.org>
11114
11115 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11116 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11117
11118 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * shell.el (shell-completion-vars): Fix last change (bug#11348).
11121
11122 2012-05-09 Chong Yidong <cyd@gnu.org>
11123
11124 * ansi-color.el (ansi-color-process-output): Check for validity of
11125 comint-last-output-start before using it. This avoids a bad
11126 interaction with gdb-mi's input/output buffer.
11127
11128 2012-05-09 Glenn Morris <rgm@gnu.org>
11129
11130 * files.el (dir-locals-read-from-file):
11131 Mention dir-locals in any error message.
11132
11133 2012-05-09 Chong Yidong <cyd@gnu.org>
11134
11135 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11136 package (Bug#11410).
11137
11138 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11139 variables into description.
11140
11141 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11142
11143 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11144 shell-delimiter-argument-list (bug#11348).
11145 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11146
11147 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * textmodes/rst.el: Silence byte-compiler warnings.
11150 (rst-re-alist, rst-reset-section-caches): Move around.
11151 (rst-re): Use `characterp', not `char-valid-p'.
11152 (font-lock-beg, font-lock-end): Declare.
11153
11154 * progmodes/idlw-shell.el (specs): Remove reference to deleted
11155 variable `idlwave-shell-activate-alt-keybindings' and simplify.
11156
11157 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11158
11159 2012-05-08 Glenn Morris <rgm@gnu.org>
11160
11161 * files.el (auto-mode-alist): Treat ".make" like ".mk".
11162
11163 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * vc/log-edit.el: Add GNU coding standards highlighting.
11166 (log-edit-font-lock-gnu-style)
11167 (log-edit-font-lock-gnu-keywords): New vars.
11168 (log-edit-font-lock-keywords): New fun.
11169 (log-edit-mode): Don't fold case in font-lock.
11170 (log-edit-font-lock-keywords): Do not assume case-folding.
11171
11172 * imenu.el: Misc cleanup. Make docstrings out of comments.
11173 Use lexical-binding.
11174 (imenu--index-alist, imenu--last-menubar-index-alist)
11175 (imenu-menubar-modified-tick): Use defvar-local.
11176 (imenu--split-menu): Remove unused var.
11177 (imenu--cleanup-seen): Declare as global.
11178 (imenu--cleanup): Use dolist.
11179
11180 * subr.el (defvar-local): Add debug spec and doc-string position.
11181
11182 2012-05-08 Glenn Morris <rgm@gnu.org>
11183
11184 * language/burmese.el, language/cham.el, language/czech.el:
11185 * language/english.el, language/georgian.el, language/greek.el:
11186 * language/japanese.el, language/khmer.el, language/korean.el:
11187 * language/lao.el, language/misc-lang.el, language/romanian.el:
11188 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11189 * language/thai.el, language/utf-8-lang.el:
11190 Remove no-byte-compile setting.
11191
11192 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
11193
11194 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11195
11196 * progmodes/make-mode.el (makefile-browse):
11197 Remove unnecessary interactive. (Bug#11324)
11198
11199 2012-05-07 Glenn Morris <rgm@gnu.org>
11200
11201 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11202
11203 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11204
11205 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * loadup.el: Preload newcomment.el.
11208 * newcomment.el: Move autoload-only code to toplevel.
11209
11210 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11211 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11212 Handle new :right-align column property.
11213 (tabulated-list-print-col): Idem, plus use `display' text-property to
11214 try and preserve alignment for variable pitch fonts.
11215
11216 2012-05-07 Chong Yidong <cyd@gnu.org>
11217
11218 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11219 (tabulated-list-use-header-line): New var.
11220 (tabulated-list-init-header): Use it.
11221 (tabulated-list-print-fake-header): New function.
11222 (tabulated-list-print): Use it.
11223 (tabulated-list-sort-button-map): Add non-header-line commands.
11224 (tabulated-list-init-header): Add column name property to basic
11225 labels as well.
11226 (tabulated-list-col-sort): Handle non-header-line button case.
11227 (tabulated-list--sort-by-column-name): Fix a corner case.
11228
11229 * buff-menu.el (list-buffers--refresh):
11230 Handle Buffer-menu-use-header-line.
11231
11232 2012-05-06 Chong Yidong <cyd@gnu.org>
11233
11234 * buff-menu.el: Convert to Tabulated List mode.
11235 (Buffer-menu-buffer+size-width): Make obsolete.
11236 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11237 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11238 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
11239 documentation into docstring of buffer-menu.
11240 (Buffer-menu-toggle-files-only): Add an informative message.
11241 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11242 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11243 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11244 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11245 (Buffer-menu-execute, Buffer-menu-select)
11246 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11247 (Buffer-menu-bury): Use Tabulated List machinery.
11248 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11249 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11250 Delete.
11251 (list-buffers--refresh): New function.
11252 (list-buffers-noselect): Use it.
11253 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11254 (Buffer-menu--pretty-file-name): New helper functions.
11255
11256 * loadup.el: Preload tabulated-list.
11257
11258 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11259 tabulated-list-sort-column.
11260 (tabulated-list-init-header): Add the initial aligning space even
11261 if tabulated-list-padding is zero.
11262
11263 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
11264
11265 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11266 whose cdr is not a cons cell correctly (bug#11038).
11267
11268 2012-05-06 Chong Yidong <cyd@gnu.org>
11269
11270 * emacs-lisp/tabulated-list.el (tabulated-list-format):
11271 Accept additional plist in column descriptors.
11272 (tabulated-list-init-header): Obey it.
11273 (tabulated-list-get-entry): New function.
11274 (tabulated-list-put-tag): Use it. Use string-width instead of
11275 length.
11276 (tabulated-list--column-number): New function.
11277 (tabulated-list-print): Use it.
11278 (tabulated-list-print-col): New function.
11279 Set `tabulated-list-column-name' property on each column's text.
11280 (tabulated-list-print-entry): Use it.
11281 (tabulated-list-delete-entry, tabulated-list-set-col):
11282 New functions.
11283 (tabulated-list-sort-column): New command (Bug#11337).
11284
11285 * buff-menu.el (list-buffers): Move C-x C-b binding from
11286 buff-menu.el to bindings.el.
11287
11288 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11289 :advertised-binding feature.
11290
11291 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
11292
11293 * progmodes/compile.el (compilation-internal-error-properties):
11294 Calculate start position correctly when end-col is set but
11295 end-line is not (Bug#11382).
11296
11297 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
11298
11299 * man.el (Man-unindent): Use text-property-default-nonsticky to
11300 prevent untabify from inheriting face properties (Bug#11408).
11301
11302 2012-05-05 Stefan Merten <smerten@oekonux.de>
11303
11304 * textmodes/rst.el: Major merge with upstream development up to
11305 Docutils SVN r7399 / rst.el V1.2.1.
11306
11307 Clarify maintainership and authors.
11308
11309 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11310 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11311 (rst-official-version, rst-official-cvs-rev, rst-version)
11312 (rst-package-emacs-version-alist): New functions and variables
11313 for version information.
11314
11315 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11316 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11317 (rst-mode-syntax-table, rst-mode): New and corrected functions
11318 and variables representing reStructuredText features.
11319
11320 (rst-re): New function for reStructuredText regexes. Use in
11321 many places.
11322
11323 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11324 (rst-mode-map): Rebind keys.
11325
11326 (rst-mode-lazy, rst-font-lock-keywords)
11327 (rst-font-lock-extend-region)
11328 (rst-font-lock-extend-region-internal)
11329 (rst-font-lock-extend-region-extend)
11330 (rst-font-lock-find-unindented-line-limit)
11331 (rst-font-lock-find-unindented-line-match)
11332 (rst-adornment-level, rst-font-lock-adornment-level)
11333 (rst-font-lock-adornment-match)
11334 (rst-font-lock-handle-adornment-pre-match-form)
11335 (rst-font-lock-handle-adornment-matcher): Major revision of
11336 font-locking. Integrate with other code. Use `jit-lock-mode'.
11337
11338 (rst-preferred-adornments, rst-adjust-hook)
11339 (rst-new-adornment-down, rst-preferred-bullets)
11340 (rst-preferred-bullets, rst-indent, rst-indent-width)
11341 (rst-indent-field, rst-indent-literal-normal)
11342 (rst-indent-literal-minimized, rst-indent-comment): Change,
11343 extend and improve customization.
11344
11345 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11346 (rst-normalize-cursor-position, rst-get-decoration)
11347 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11348 (rst-rstrip, rst-toc-insert-find-delete-contents)
11349 (rst-shift-fill-region, rst-compute-bullet-tabs)
11350 (rst-debug-print-tabs, rst-debug-mark-found)
11351 (rst-shift-region-guts, rst-shift-region-right)
11352 (rst-shift-region-left, rst-use-char-classes)
11353 (rst-font-lock-keywords-function)
11354 (rst-font-lock-indentation-point)
11355 (rst-font-lock-find-unindented-line-begin)
11356 (rst-font-lock-find-unindented-line-end)
11357 (rst-font-lock-find-unindented-line)
11358 (rst-font-lock-adornment-point, rst-font-lock-level)
11359 (rst-adornment-level-alist): Remove functions and variables.
11360
11361 (rst-compare-adornments, rst-get-adornment-match)
11362 (rst-suggest-new-adornment, rst-get-adornments-around)
11363 (rst-adornment-complete-p, rst-get-next-adornment)
11364 (rst-adjust-adornment, rst-display-adornments-hierarchy)
11365 (rst-straighten-adornments): Standardize function names to
11366 use "adornment" instead of "decoration". Correct callers.
11367 Similar standardizing in many places.
11368
11369 (rst-update-section, rst-adjust, rst-promote-region)
11370 (rst-enumerate-region, rst-bullet-list-region)
11371 (rst-repeat-last-character): Correct use of `interactive'.
11372
11373 (rst-classify-adornment, rst-find-all-adornments)
11374 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11375 (rst-find-leftmost-column, rst-repeat-last-character):
11376 Refactor functions.
11377
11378 (rst-find-title-line, rst-reset-section-caches)
11379 (rst-get-adornments-around, rst-adjust-adornment-work)
11380 (rst-arabic-to-roman, rst-roman-to-arabic)
11381 (rst-insert-list-pos, rst-insert-list-new-item)
11382 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11383 New functions.
11384
11385 (rst-all-sections, rst-section-hierarchy)
11386 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11387 New variables.
11388
11389 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11390 configuration instead of only buffer. Change where necessary.
11391
11392 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11393 (rst-shift-region, rst-adaptive-fill): New functions for
11394 indentation and filling.
11395
11396 (rst-comment-line-break, rst-comment-indent)
11397 (rst-comment-insert-comment, rst-comment-region)
11398 (rst-uncomment-region): New functions for handling comments.
11399
11400 (rst-compile): Quote shell arguments.
11401
11402 (rst-compile-pdf-preview, rst-compile-slides-preview):
11403 Delete temporary files after use.
11404
11405 2012-05-05 Glenn Morris <rgm@gnu.org>
11406
11407 * calendar/cal-html.el: Optionally include holidays in the output.
11408 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11409 (cal-html-holidays): New option.
11410 (cal-html-css-default): Add holiday entry.
11411 (holiday-in-range): Autoload it.
11412 (cal-html-htmlify-entry): Add optional class argument.
11413 (cal-html-htmlify-list): Add optional holidays argument.
11414 (cal-html-insert-agenda-days): Include holidays in the output.
11415 (cal-html-one-month): Maybe include holidays.
11416
11417 * calendar/holidays.el (holiday-in-range):
11418 Move here from cal-tex-list-holidays.
11419 * calendar/cal-tex.el (cal-tex-list-holidays):
11420 Make it an obsolete alias for holiday-in-range. Update all callers.
11421
11422 2012-05-05 Chong Yidong <cyd@gnu.org>
11423
11424 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11425 Nextstep.
11426
11427 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11428
11429 * files.el (file-auto-mode-skip): New var.
11430 (set-auto-mode-1): Use it.
11431
11432 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * repeat.el: Use lexical-binding.
11435 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11436 (repeat-undo-count): Remove.
11437 (repeat):
11438 * progmodes/octave-mod.el (octave-abbrev-start):
11439 * progmodes/f90.el (f90-abbrev-start):
11440 * face-remap.el (text-scale-adjust):
11441 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11442
11443 * emacs-lisp/pcase.el (pcase--let*): New function.
11444 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11445 a bit more.
11446 (pcase--split-pred): Be more clever about ruling out overlap between
11447 a predicate and some constant pattern.
11448 (pcase--q1): Use `null' instead of (eq foo nil).
11449
11450 * subr.el (setq-local, defvar-local): New macros.
11451 (kbd): Redefine as an alias.
11452 (with-selected-window): Leave unrelated frames alone.
11453 (set-temporary-overlay-map): New function.
11454
11455 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * subr.el (user-error): New function.
11458 * window.el (switch-to-buffer):
11459 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11460 (smerge-match-conflict):
11461 * simple.el (previous-matching-history-element)
11462 (next-matching-history-element, goto-history-element, undo-more)
11463 (undo-start):
11464 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11465 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11466 (next-file, tags-loop-scan, list-tags, complete-tag):
11467 * progmodes/compile.el (compilation-loop):
11468 * mouse.el (mouse-minibuffer-check):
11469 * man.el (Man-bgproc-sentinel, Man-goto-page):
11470 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11471 (Info-history-forward, Info-follow-reference, Info-menu)
11472 (Info-extract-menu-item, Info-extract-menu-counting)
11473 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11474 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11475 (Info-next-reference, Info-prev-reference, Info-index)
11476 (Info-index-next, Info-follow-nearest-node)
11477 (Info-copy-current-node-name):
11478 * imenu.el (imenu--make-index-alist)
11479 (imenu-default-create-index-function, imenu-add-to-menubar):
11480 * files.el (basic-save-buffer, recover-file):
11481 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11482 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11483 (checkdoc-message-text, checkdoc-defun):
11484 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11485 * cus-edit.el (customize-changed-options, customize-rogue)
11486 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11487 (custom-variable-mark-to-reset-standard)
11488 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11489 (custom-file):
11490 * completion.el (check-completion-length):
11491 * comint.el (comint-search-arg)
11492 (comint-previous-matching-input-string-position)
11493 (comint-previous-matching-input)
11494 (comint-replace-by-expanded-history-before-point, comint-send-input)
11495 (comint-copy-old-input, comint-backward-matching-input)
11496 (comint-goto-process-mark, comint-set-process-mark):
11497 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11498 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11499
11500 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * dabbrev.el (dabbrev--ignore-case-p): New function.
11503 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11504 Use it.
11505
11506 * files.el (automount-dir-prefix): Mark as obsolete.
11507
11508 2012-05-04 Glenn Morris <rgm@gnu.org>
11509
11510 * patcomp.el, play/bruce.el: Move to obsolete/.
11511
11512 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11513
11514 Fix minor Y10k bugs.
11515 * arc-mode.el (archive-unixdate):
11516 * autoinsert.el (auto-insert-alist):
11517 * calc/calc-forms.el (math-this-year):
11518 * emacs-lisp/copyright.el (copyright-current-year)
11519 (copyright-update-year, copyright):
11520 * tar-mode.el (tar-clip-time-string):
11521 * time.el (display-time-update):
11522 Don't assume years have 4 digits.
11523
11524 2012-05-04 Chong Yidong <cyd@gnu.org>
11525
11526 * dos-w32.el (file-name-buffer-file-type-alist)
11527 (direct-print-region-use-command-dot-com):
11528 * ffap.el (ffap-menu-regexp):
11529 * find-file.el (ff-special-constructs):
11530 * follow.el (follow-debug):
11531 * forms.el (forms--debug):
11532 * iswitchb.el (iswitchb-all-frames):
11533 * ido.el (ido-all-frames):
11534 * emacs-lisp/timer.el (timer-max-repeats):
11535 * mail/feedmail.el (feedmail-mail-send-hook)
11536 (feedmail-mail-send-hook-queued):
11537 * mail/footnote.el (footnote-signature-separator):
11538 * mail/mailabbrev.el (mail-alias-separator-string)
11539 (mail-abbrev-mode-regexp):
11540 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11541 * progmodes/idlwave.el (idlwave-libinfo-file)
11542 (idlwave-default-completion-case-is-down)
11543 (idlwave-library-routines): Convert defvars to defcustoms.
11544
11545 * mail/rmail.el (rmail-decode-mime-charset):
11546 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11547 (idlwave-shell-fix-inserted-breaks)
11548 (idlwave-shell-activate-alt-keybindings)
11549 (idlwave-shell-use-breakpoint-glyph):
11550 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11551
11552 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11555
11556 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11557
11558 * progmodes/verilog-mode.el (font-lock-keywords):
11559 Fix mis-highligting auto. Reported by Craig Barner.
11560 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11561 defines from global name space. Reported by Dan Dever.
11562 (verilog-auto-reset, verilog-auto-reset-widths)
11563 (verilog-auto-tieoff): Support using unbased numbers for
11564 AUTORESET and AUTOTIEOFF.
11565 (verilog-submit-bug-report): Update variable list.
11566 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11567 parenthesis from not matching. Reported by Michael Rytting.
11568 (verilog-auto-template-lint): Fix hash error when linting modules
11569 with no used templates.
11570 (verilog-warn, verilog-warn-error)
11571 (verilog-warn-fatal): When non-interactive report multiple
11572 warnings before exiting. Suggested by Brad Dobbie.
11573 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11574 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11575 to report unused template errors. Reported by Brad Dobbie.
11576 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11577 nets, bug438. Reported by Vns Blore.
11578 (verilog-auto-inout-module, verilog-auto-reg)
11579 (verilog-read-decls, verilog-read-sub-decls-sig)
11580 (verilog-signals-edit-wire-reg, verilog-signals-with):
11581 Fix passing of Verilog data types in ANSI input/output ports
11582 such as "output logic" into the AUTOs. Special case "wire" and
11583 "reg" for backwards compatibility presuming Verilog 2001.
11584 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11585 (verilog-preprocess): Fix replication of preprocess output.
11586 Reported by Brad Dobbie.
11587 (verilog-auto-inst-interfaced-ports):
11588 Create verilog-auto-inst-interfaced-ports, bug429.
11589 Reported by Julian Gorfajn.
11590 (verilog-after-save-font-hook)
11591 (verilog-before-save-font-hook): New variable.
11592 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11593 (verilog-save-font-mods): Wrap disabling fontification, reported
11594 by David Rogoff.
11595 (verilog-do-indent, verilog-pretty-declarations-auto)
11596 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11597 Reported by Pierre-David Pfister.
11598 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11599 of class declarations, bug292. Reported by Kevin Heilman.
11600 (verilog-read-decls): Fix 'parameter type' not appearing in
11601 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11602 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11603 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11604 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11605 Reported by David Kravitz.
11606
11607 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11608
11609 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11610 assignment with tests in ifs and for loops.
11611 (verilog-extended-complete-re, verilog-complete-reg): Change so
11612 that DPI inport functions don't look like fuction declarations.
11613 (verilog-pretty-expr): Don't line up assignment
11614 operations to the test and increment in if and for loops
11615 (verilog-extended-complete-re, verilog-complete-reg): Change so
11616 that DPI inport functions don't look like fuction declarations.
11617
11618 2012-05-03 Kenichi Handa <handa@m17n.org>
11619
11620 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11621 decoding, and show a warning message without signaling an error
11622 (Bug#11282).
11623
11624 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * emacs-lisp/bytecomp.el
11627 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11628 since cconv.el might have introduced :fun-body, internal-make-closure,
11629 and friends for bytecomp to handle (bug#11391).
11630 * custom.el (defcustom): Avoid ((λ ..) ..).
11631
11632 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11635
11636 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11637
11638 * notifications.el (dbus-debug):
11639 * term/linux.el (gpm-mouse-enable):
11640 * term/screen.el (xterm-register-default-colors): Declare.
11641
11642 2012-05-02 Chong Yidong <cyd@gnu.org>
11643
11644 * cus-start.el (gc-cons-percentage, exec-suffixes)
11645 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11646 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11647 (make-cursor-line-fully-visible, void-text-area-pointer)
11648 (font-list-limit): Add customization data.
11649
11650 * allout.el (allout-exposure-change-functions)
11651 (allout-structure-added-functions)
11652 (allout-structure-deleted-functions)
11653 (allout-structure-shifted-functions): Rename abnormal hooks from
11654 *-hook, and convert to defcustoms.
11655 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11656 Convert to defcustoms.
11657 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11658
11659 * allout-widgets.el: Hook callers changed.
11660
11661 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11662
11663 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11664 the yanked message in preference to the default value of
11665 buffer-file-coding-system.
11666
11667 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11668
11669 * window.el (display-buffer--action-function-custom-type):
11670 Fix entry.
11671
11672 2012-05-02 Alan Mackenzie <acm@muc.de>
11673
11674 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11675
11676 2012-05-01 Glenn Morris <rgm@gnu.org>
11677
11678 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11679
11680 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11681
11682 * cus-edit.el (custom-variable-documentation): Simplify with format.
11683
11684 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11685 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * simple.el (suggest-key-bindings, execute-extended-command):
11688 Move from keyboard.c.
11689
11690 2012-05-01 Chong Yidong <cyd@gnu.org>
11691
11692 * follow.el: Eliminate advice.
11693 (set-process-filter, process-filter, sit-for): Advice deleted.
11694 (follow-mode-off-hook): Obsolete hook removed.
11695 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11696 Vars deleted.
11697 (follow-auto): Use a :set function.
11698 (follow-mode): Rewritten. Don't advise process filters.
11699 (follow-switch-to-current-buffer-all, follow-scroll-up)
11700 (follow-scroll-down): Assume follow-mode is bound.
11701 (follow-comint-scroll-to-bottom)
11702 (follow-align-compilation-windows): New functions.
11703 (follow--window-sorter): New function.
11704 (follow-all-followers): Use it to explicitly sort windows by their
11705 positions; don't make assumptions about next-window order.
11706 (follow-windows-start-end, follow-delete-other-windows-and-split)
11707 (follow-calc-win-start): Doc fix.
11708 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11709 vertical-motion unnecessarily.
11710 (follow-adjust-window): New function.
11711 (follow-post-command-hook): Use it.
11712 (follow-call-set-process-filter, follow-call-process-filter)
11713 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11714 (follow-stop-intercept-process-output, follow-generic-filter):
11715 Functions deleted.
11716 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11717 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11718 New functions, replacing advice on scroll-bar-* commands.
11719 (follow-mwheel-scroll): New function (Bug#4112).
11720
11721 * comint.el (comint-adjust-point): New function.
11722 (comint-postoutput-scroll-to-bottom): Use it.
11723 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11724
11725 2012-05-01 Glenn Morris <rgm@gnu.org>
11726
11727 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11728 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11729 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11730 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11731 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11732 Remove no-byte-compile setting.
11733
11734 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11737 all-completions code to not return a number in the last cdr.
11738
11739 2012-04-30 Leo Liu <sdl.web@gmail.com>
11740
11741 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11742 read-only error.
11743
11744 2012-04-29 Chong Yidong <cyd@gnu.org>
11745
11746 * follow.el (follow-calc-win-end): Rewrite to handle partial
11747 screen lines correctly (Bug#8390).
11748 (follow-avoid-tail-recenter): Minor cleanup.
11749
11750 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 Avoid the obsolete `assoc' package.
11753 * speedbar.el (speedbar-refresh): Avoid adelete.
11754 (speedbar-file-lists): Simplify and avoid aput.
11755 * man.el (Man--sections, Man--refpages): New vars, replacing
11756 Man-sections-alist and Man-refpages-alist.
11757 (Man-build-section-alist, Man-build-references-alist):
11758 Use them; avoid aput.
11759 (Man--last-section, Man--last-refpage): New vars.
11760 (Man-follow-manual-reference): Use them.
11761 Use the `default' arg of completing-read.
11762 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11763
11764 2012-04-27 Chong Yidong <cyd@gnu.org>
11765
11766 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11767
11768 * startup.el (x-apply-session-resources): New function.
11769
11770 * term/ns-win.el (ns-initialize-window-system):
11771 * term/w32-win.el (w32-initialize-window-system):
11772 * term/x-win.el (x-initialize-window-system): Use it to properly
11773 set menu-bar-mode and other vars from X resources, even if the
11774 initial frame is not a window-system frame (Bug#2299).
11775
11776 * subr.el (read-key): Avoid running filter function when setting
11777 up temporary tool bar entries (Bug#9922).
11778
11779 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11780
11781 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11782 (Bug#11344)
11783
11784 2012-04-27 Chong Yidong <cyd@gnu.org>
11785
11786 * select.el (xselect--encode-string): New function, split from
11787 xselect-convert-to-string.
11788 (xselect-convert-to-string): Use it.
11789 (xselect-convert-to-filename, xselect-convert-to-os)
11790 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11791 returned strings are properly encoded (Bug#11315).
11792
11793 2012-04-27 Chong Yidong <cyd@gnu.org>
11794
11795 * simple.el (delete-active-region): Move to killing custom group.
11796
11797 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11798
11799 * progmodes/which-func.el (which-func-current): Quote %
11800 characters for mode-line processing.
11801
11802 2012-04-27 Chong Yidong <cyd@gnu.org>
11803
11804 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11805 reaching eob (Bug#11286).
11806
11807 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11808
11809 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11810 (gdb): Make it buffer-local and init to zero.
11811 (gdb-control-commands-regexp): New variable.
11812 (gdb-send): Don't wrap in "-interpreter-exec console" if
11813 gdb-control-level is positive. Increment gdb-control-level
11814 whenever the command matches gdb-control-commands-regexp, and
11815 decrement it each time the command is "end". (Bug#11279)
11816
11817 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11818
11819 * window.el (adjust-window-trailing-edge, enlarge-window)
11820 (shrink-window, window-resize):
11821 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11822 windows (Bug#11276).
11823
11824 2012-04-27 Chong Yidong <cyd@gnu.org>
11825
11826 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11827 fix "missing prefix" warning. All callers changed.
11828
11829 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * emacs-lisp/assoc.el: Move to obsolete/.
11832
11833 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11836
11837 * term/ns-win.el (ns-define-service):
11838 * progmodes/pascal.el (pascal-goto-defun):
11839 * progmodes/js.el (js--read-tab):
11840 * progmodes/etags.el (tags-lazy-completion-table):
11841 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11842 * emacs-lisp/ewoc.el (ewoc--wrap):
11843 * emacs-lisp/assoc.el (aput, adelete, amake):
11844 * doc-view.el (doc-view-convert-current-doc):
11845 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11846
11847 2012-04-26 Chong Yidong <cyd@gnu.org>
11848
11849 * image.el (image-type-from-buffer): Only return supported image
11850 type (Bug#9045).
11851
11852 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11853 value, for symmetry with diff-end-of-hunk.
11854 (diff-split-hunk, diff-find-source-location)
11855 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11856 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11857 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11858 compute the relevant hunk or file properly (Bug#6005).
11859 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11860
11861 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * vc/vc-mtn.el:
11864 * vc/vc-hg.el:
11865 * vc/vc-git.el:
11866 * vc/vc-dir.el:
11867 * vc/vc-cvs.el:
11868 * vc/vc-bzr.el:
11869 * vc/vc-arch.el:
11870 * vc/vc.el: Replace lexical-let by lexical-binding.
11871 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11872 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11873 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11874
11875 2012-04-26 Chong Yidong <cyd@gnu.org>
11876
11877 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11878 (diff-mode-shared-map): Bind it to / and [remap undo].
11879
11880 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11881 (ediff-window-setup-function): Use it as the default, to set up
11882 windows based on whether the current frame is graphical (Bug#2138).
11883 (ediff-choose-window-setup-function-automatically): Make obsolete.
11884
11885 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11886
11887 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * ffap.el: Remove old code for obsolete package.
11890 (ffap-complete-as-file-p): Remove.
11891
11892 Use completion-table-with-quoting for comint and pcomplete.
11893 * comint.el (comint--unquote&requote-argument)
11894 (comint--unquote-argument, comint--requote-argument): New functions.
11895 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11896 (comint-quote-filename): Use regexp-opt-charset.
11897 (comint--common-suffix, comint--common-quoted-suffix)
11898 (comint--table-subvert): Remove.
11899 (comint-unquote-function, comint-requote-function): New vars.
11900 (comint--complete-file-name-data): Use them with
11901 completion-table-with-quoting.
11902 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11903 * pcomplete.el (pcomplete-arg-quote-list)
11904 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11905 (pcomplete-unquote-argument-function): Default to non-nil.
11906 (pcomplete-unquote-argument): Simplify.
11907 (pcomplete--common-quoted-suffix): Remove.
11908 (pcomplete-requote-argument-function): New var.
11909 (pcomplete--common-suffix): New function.
11910 (pcomplete-completions-at-point): Use completion-table-with-quoting
11911 and completion-table-subvert.
11912
11913 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11914 (minibuffer--double-dollars): Preserve properties.
11915 (completion--sifn-requote): New function.
11916 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11917
11918 * minibuffer.el: Add support for completion of quoted/escaped data.
11919 (completion-table-with-quoting, completion-table-subvert): New funs.
11920 (completion--twq-try, completion--twq-all): New functions.
11921 (completion--nth-completion): New function.
11922 (completion-try-completion, completion-all-completions): Use it.
11923
11924 2012-04-25 Leo Liu <sdl.web@gmail.com>
11925
11926 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11927 Use compilation-message if available to find real filename.
11928
11929 2012-04-25 Chong Yidong <cyd@gnu.org>
11930
11931 * vc/diff-mode.el (diff-setup-whitespace): New function.
11932 (diff-mode): Use it.
11933
11934 * vc/diff.el (diff-sentinel):
11935 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11936 Whitespace mode variables based on diff style (Bug#8612).
11937
11938 2012-04-25 Leo Liu <sdl.web@gmail.com>
11939
11940 * progmodes/python.el (python-send-region): Add suffix .py to the
11941 temp file.
11942
11943 * files.el (auto-mode-alist): Use javascript-mode instead.
11944
11945 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11946
11947 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11948
11949 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11950 (soap-resolve-references-for-array-type): Hack to prevent self
11951 references, see Bug#9.
11952 (soap-parse-envelope): Report the contents of the 'detail' node
11953 when receiving a fault reply.
11954 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11955
11956 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11957 (soap-inspect-simple-type): New function.
11958
11959 * net/soap-client.el (soap-simple-type): New struct.
11960 (soap-default-xsd-types, soap-default-soapenc-types)
11961 (soap-decode-basic-type, soap-encode-basic-type):
11962 support unsignedInt and double basic types.
11963 (soap-resolve-references-for-simple-type)
11964 (soap-parse-simple-type, soap-encode-simple-type): New function.
11965 (soap-parse-schema): Parse xsd:simpleType declarations.
11966
11967 * net/soap-client.el (soap-default-xsd-types)
11968 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11969 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11970 the local name of "soapenc:Array".
11971 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11972 decoding integer, byte and anyURI xsd types.
11973
11974 2012-04-25 Chong Yidong <cyd@gnu.org>
11975
11976 * cus-edit.el (custom-buffer-create-internal): Update header text.
11977
11978 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11979
11980 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11981 settings on 'system-type', not on 'window-system'. On MS-Windows,
11982 set interactive-mode on in GDB.
11983
11984 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11987 (ruby-syntax-propertize-regexp): Remove.
11988 (ruby-syntax-propertize-function): Split regexp into chunks.
11989 Match following code directly.
11990
11991 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11992
11993 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11994 (ruby-syntax-propertize-regexp): New function.
11995 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11996 by a special keyword.
11997
11998 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11999 (ruby-syntax-general-delimiters-goto-beg)
12000 (ruby-syntax-propertize-general-delimiters): New functions.
12001 (ruby-syntax-propertize-function): Use them to handle GDL.
12002 (ruby-font-lock-keywords): Move old handling of GDL...
12003 (ruby-font-lock-syntactic-keywords): .. to here.
12004 (ruby-calculate-indent): Adjust indentation for GDL.
12005
12006 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
12007
12008 * notifications.el (top): Remove unneeded declarations.
12009 (notifications-specification-version): Change to "1.2".
12010 (notifications-interface, notifications-notify-method)
12011 (notifications-close-notification-method): Fix docstring.
12012 (notifications-get-capabilities-method): New defconst.
12013 (notifications-notify): Add :action-items, :resident and
12014 :transient hints. Change "image_data" to "image-data" and
12015 "image_path" to "image-path".
12016 (notifications-get-capabilities): New defun.
12017
12018 2012-04-24 Leo Liu <sdl.web@gmail.com>
12019
12020 * progmodes/python.el: Move hideshow setup to the end.
12021
12022 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12023
12024 * window.el (handle-select-window): Clear echo area since this is
12025 no more done by read_char (Bug#11304).
12026
12027 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12030 and `/ M' to filter-derived-mode.
12031 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12032 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12033 (ibuffer-mark-by-mode): Use default rather than initial-input.
12034 (ibuffer-filter-by-derived-mode): Autoload and require-match.
12035
12036 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
12037
12038 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12039 (ibuffer-filter-by-derived-mode): New filter.
12040 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12041
12042 2012-04-23 Andreas Politz <politza@fh-trier.de>
12043
12044 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12045
12046 2012-04-23 Chong Yidong <cyd@gnu.org>
12047
12048 * cus-edit.el (customize-apropos, customize-apropos-options):
12049 Disable matching of non-option variables (Bug#11176).
12050 (customize-option, customize-option-other-window)
12051 (customize-changed-options): Doc fix.
12052 (customize-apropos-options, customize-apropos-faces)
12053 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12054
12055 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12056 Fix word list splitting (Bug#11132).
12057 (apropos-symbol, apropos-keybinding, apropos-label)
12058 (apropos-property, apropos-function-button)
12059 (apropos-variable-button, apropos-misc-button): New faces.
12060 (apropos-symbol-face, apropos-keybinding-face)
12061 (apropos-label-face, apropos-property-face, apropos-match-face):
12062 Variables removed (Bug#8396).
12063 (apropos-library-button, apropos-format-plist, apropos-print)
12064 (apropos-print-doc, apropos-describe-plist): Callers changed.
12065
12066 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
12067
12068 * net/xesam.el (xesam-mode-map): Use let-bound map in
12069 initialization. (Bug#11292)
12070
12071 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12072
12073 Preserve ispell session localwords when switching back to
12074 original buffer.
12075
12076 * textmodes/ispell.el (ispell-buffer-session-localwords):
12077 New buffer-local variable to hold buffer session localwords.
12078 (ispell-kill-ispell): Add option 'clear to delete session
12079 localwords.
12080 (ispell-command-loop, ispell-change-dictionary)
12081 (ispell-buffer-local-words): Preserve session localwords when
12082 needed.
12083
12084 * textmodes/flyspell.el (flyspell-process-localwords)
12085 (flyspell-do-correct): Preserve session localwords when needed.
12086
12087 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12088
12089 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12090 using obsolete `translation-table-for-input'.
12091 (ispell-word, ispell-process-line, ispell-complete-word):
12092 Use plain `insert' instead of removed `ispell-insert-word'.
12093
12094 2012-04-22 Chong Yidong <cyd@gnu.org>
12095
12096 * cus-edit.el (custom-variable-menu)
12097 (custom-variable-reset-saved, custom-face-menu)
12098 (custom-face-reset-saved): If there is no saved value, make the
12099 "reset-saved" operation bring back the default (Bug#9509).
12100 (custom-face-state): Properly detect themed faces.
12101
12102 * faces.el (face-spec-set): Stop supporting deprecated form of
12103 third arg.
12104
12105 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12106
12107 Move functions from C to Lisp. Make non-blocking method calls
12108 the default. Implement further D-Bus standard interfaces.
12109
12110 * net/dbus.el (dbus-message-internal): Declare function.
12111 Remove unneeded function declarations.
12112 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12113 (dbus-message-type-method-return, dbus-message-type-error)
12114 (dbus-message-type-signal): Declare variables. Remove local
12115 definitions.
12116 (dbus-interface-dbus, dbus-interface-peer)
12117 (dbus-interface-introspectable, dbus-interface-properties)
12118 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12119 Adapt docstring.
12120 (dbus-interface-objectmanager): New defconst.
12121 (dbus-call-method, dbus-call-method-asynchronously)
12122 (dbus-send-signal, dbus-method-return-internal)
12123 (dbus-method-error-internal, dbus-register-service)
12124 (dbus-register-signal, dbus-register-method): New defuns, moved
12125 from dbusbind.c
12126 (dbus-call-method-handler, dbus-setenv)
12127 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12128 New defuns.
12129 (dbus-call-method-non-blocking): Make it an obsolete function.
12130 (dbus-unregister-object, dbus-unregister-service)
12131 (dbus-handle-event, dbus-register-property)
12132 (dbus-property-handler): Obey the new structure of
12133 `bus-registered-objects'.
12134 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
12135 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12136 Use `dbus-call-method'.
12137
12138 2012-04-22 Chong Yidong <cyd@gnu.org>
12139
12140 * cus-edit.el (custom-commands, custom-reset-menu)
12141 (Custom-reset-standard): Tweak labels.
12142 (custom-reset-button-menu): Change default to t.
12143 (custom-buffer-create-internal): For the custom-reset-button-menu
12144 case, put the revert button first.
12145 (custom-group-subtitle): New face.
12146 (custom-group-value-create): Align docstring to a specific column.
12147
12148 * wid-edit.el (widget-documentation-link-add): Don't handle
12149 indentation in this function.
12150 (widget-documentation-string-indent-to): New function.
12151 (widget-documentation-string-value-create): Use it.
12152
12153 * autorevert.el (auto-revert):
12154 * epg-config.el (epg):
12155 * ibuffer.el (ibuffer):
12156 * mpc.el (mpc):
12157 * ses.el (ses):
12158 * eshell/eshell.el (eshell):
12159 * net/ange-ftp.el (ange-ftp):
12160 * progmodes/ebnf2ps.el (postscript):
12161 * progmodes/flymake.el (flymake):
12162 * progmodes/prolog.el (prolog):
12163 * progmodes/verilog-mode.el (verilog-mode):
12164 * progmodes/which-func.el (which-func):
12165 * term/xterm.el (xterm):
12166 * textmodes/picture.el (picture):
12167 * textmodes/tildify.el (tildify):
12168 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12169 customization buffers.
12170
12171 2012-04-22 Alan Mackenzie <acm@muc.de>
12172
12173 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12174 Adding a ) can hide the resulting (..) from searches. Fix it.
12175 Bound the backward search to the position of the existing (.
12176
12177 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
12178
12179 * progmodes/verilog-mode.el (verilog-mode): Check whether
12180 which-func-modes is t before adding verilog-mode.
12181 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12182
12183 2012-04-21 Leo Liu <sdl.web@gmail.com>
12184
12185 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12186
12187 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
12188
12189 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12190 filling of the last column of a table (Bug#5635).
12191 (woman-find-next-control-line): New arg, specifying an additional
12192 regexp component for the control line.
12193 (woman2-roff-buffer): Use it.
12194 (woman-break-table): New function.
12195 (woman2-TS): Use it.
12196
12197 2012-04-21 Chong Yidong <cyd@gnu.org>
12198
12199 * woman.el (woman-set-buffer-display-table, woman-decode-region)
12200 (woman-horizontal-escapes, woman-negative-vertical-space)
12201 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12202 (WoMan-warn-ignored): Use ?\s instead of ?\ .
12203
12204 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * minibuffer.el (completion-file-name-table): Complete user names.
12207
12208 2012-04-20 Leo Liu <sdl.web@gmail.com>
12209
12210 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12211 and pcase-let*.
12212
12213 2012-04-20 Chong Yidong <cyd@gnu.org>
12214
12215 * server.el (server-execute): Respect initial-buffer-choice if it
12216 is a string and there are no files to open (Bug#2825).
12217 (server-create-window-system-frame, server-create-tty-frame):
12218 Don't switch buffers here.
12219 (server-process-filter): Only try to open a window system frame if
12220 compiled with graphical support (Bug#8314).
12221
12222 2012-04-20 Dan Nicolaescu <dann@gnu.org>
12223
12224 * battery.el (battery-echo-area-format): Display remaining time
12225 for sysfs backend too (Bug#11269).
12226 (battery-linux-sysfs): Fix conditional for the charge.
12227
12228 2012-04-20 Chong Yidong <cyd@gnu.org>
12229
12230 * progmodes/gdb-mi.el (gdb): Revert previous change.
12231 (gdb-inferior-io--init-proc): New function.
12232 (gdb-init-1): Use it.
12233 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12234 responsible for allocating a new pty and hooking it to gdb when
12235 the old pty gets an EIO due to process exit.
12236 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
12237 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12238 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12239
12240 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12241
12242 * window.el (window-min-size, window-sizable, window-min-delta)
12243 (window-max-delta, window--resizable, window-resizable)
12244 (window-total-size, window-full-height-p, window-full-width-p)
12245 (window-in-direction, window--resize-mini-window, window-resize)
12246 (window--resize-child-windows-normal)
12247 (window--resize-child-windows, window--resize-siblings)
12248 (window--resize-this-window, adjust-window-trailing-edge)
12249 (enlarge-window, shrink-window): Doc fixes.
12250
12251 2012-04-20 Chong Yidong <cyd@gnu.org>
12252
12253 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12254 New function to call delete-process on the gdb-inferior buffer's pty.
12255 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12256 pty process (Bug#11273).
12257 (gdb-update): New arg to suppress talking to the gdb process.
12258 (gdb-done-or-error): Use it.
12259 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12260 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12261 sentinel not being called.
12262
12263 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12264
12265 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12266
12267 2012-04-20 Glenn Morris <rgm@gnu.org>
12268
12269 * net/network-stream.el (open-network-stream): Doc fix.
12270
12271 2012-04-20 Chong Yidong <cyd@gnu.org>
12272
12273 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12274
12275 2012-04-20 Alan Mackenzie <acm@muc.de>
12276
12277 Ensure searching for keywords is case sensitive.
12278
12279 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12280 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12281 (c-defun-name, c-mark-function, c-cpp-define-name)
12282 (c-comment-indent, c-scan-conditionals, c-indent-defun)
12283 (c-context-line-break): Bind case-fold-search to nil.
12284
12285 * progmodes/cc-mode.el (c-font-lock-fontify-region):
12286 Bind case-fold-search to nil.
12287
12288 2012-04-20 Chong Yidong <cyd@gnu.org>
12289
12290 * mail/sendmail.el (mail-bury): Call return action with the right
12291 Rmail buffer (Bug#11242).
12292
12293 * server.el (server-process-filter): Handle corner case where both
12294 tty and nowait options are present (Bug#11102).
12295
12296 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12297
12298 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12299 (top level): Put into the executable the ident-style '$Id:' tag on
12300 windows-nt as well.
12301
12302 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * electric.el (electric-indent-post-self-insert-function): Check that
12305 electric-indent-mode is enabled in current buffer.
12306
12307 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12308
12309 * imenu.el (imenu-progress-message): Restore; it is "used" in
12310 erc/erc-imenu.el and net/snmp-mode.el.
12311
12312 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12313
12314 * avoid.el (mouse-avoidance-mode): Mark unused arg.
12315 (mouse-avoidance-nudge-mouse): Remove unused binding.
12316
12317 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12318
12319 * descr-text.el (describe-char):
12320 * progmodes/python.el (python-describe-symbol):
12321 Don't call `toggle-read-only', set `buffer-read-only'.
12322
12323 * imenu.el (imenu-default-goto-function): Mark unused args.
12324 (imenu-progress-message): Remove obsolete macro; all callers changed.
12325
12326 * subr.el (keymap-canonicalize): Remove unused binding.
12327 (read-passwd): Mark unused arg.
12328
12329 * tutorial.el (tutorial--display-changes): Remove unused binding.
12330 (tutorial--save-tutorial-to): Remove unused variable.
12331
12332 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12333 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12334 (package-generate-autoloads, package-menu--generate)
12335 (package-menu--find-upgrades): Remove unused bindings.
12336
12337 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12338 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
12339 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12340 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12341 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12342 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12343 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12344 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12345 (cua-delete-char-rectangle): Mark unused args.
12346 (cua-align-rectangle): Remove unused binding.
12347
12348 * mail/rmail.el (compilation--message->loc)
12349 (epa--find-coding-system-for-mime-charset): Declare.
12350
12351 * net/dbus.el (dbus-register-service): Declare.
12352 (dbus-name-owner-changed-handler): Remove unused binding.
12353
12354 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12355 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12356 (nxml-scan-backward-within): Mark unused arg.
12357 (nxml-dynamic-markup-word): Remove unused binding.
12358
12359 * mouse.el (mouse-menu-major-mode-map):
12360 * emacs-lisp/authors.el (authors-scan-change-log)
12361 (authors-add-to-author-list):
12362 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12363 * emacs-lisp/smie.el (smie-auto-fill):
12364 * mail/sendmail.el (mail-bury):
12365 * mail/unrmail.el (unrmail):
12366 * net/tls.el (open-tls-stream):
12367 * textmodes/picture.el (picture-mouse-set-point):
12368 Remove unused bindings.
12369
12370 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
12371
12372 * net/tramp.el (tramp-action-password): Let-bind
12373 `enable-recursive-minibuffers' to t.
12374
12375 2012-04-18 Sam Steingold <sds@gnu.org>
12376
12377 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12378 instead of 'string to accommodate values like [f11].
12379 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12380 * progmodes/gdb-mi.el: Likewise.
12381
12382 2012-04-18 Leo Liu <sdl.web@gmail.com>
12383
12384 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12385 current buffer.
12386 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12387 LOCAL is nil.
12388
12389 2012-04-18 Chong Yidong <cyd@gnu.org>
12390
12391 * simple.el (line-move): Use forward-line if in batch mode
12392 (Bug#11053).
12393
12394 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12395
12396 * files.el (after-find-file): Do not try to add a final newline if
12397 the buffer is read-only (Bug#11156).
12398
12399 2012-04-17 Richard Stallman <rms@gnu.org>
12400
12401 * mail/rmail.el (rmail-start-mail):
12402 Pass (rmail-mail-return...) for the return-action.
12403 Pass (rmail-yank-current-message...) for the yank-action.
12404 (rmail-yank-current-message): New function.
12405 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12406 (rmail-reply): Likewise.
12407 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12408
12409 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12410 buffer, not the last. Reject temp buffers. Use the rmail-mode
12411 buffer, not newbuf.
12412
12413 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12414
12415 * server.el (server-ensure-safe-dir): Simplify.
12416
12417 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * emacs-lisp/smie.el: Provide smarter auto-filling.
12420 (smie-auto-fill): New function.
12421 (smie-setup): Use it.
12422
12423 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12424
12425 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12426
12427 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12428 (comment-indent): Use it.
12429
12430 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12431
12432 * ses.el: The overall change is to add cell renaming, that is
12433 setting fancy names for cell symbols other than name matching
12434 "\\`[A-Z]+[0-9]+\\'" regexp .
12435 (ses-localvars): Add ses--renamed-cell-symb-list.
12436 (ses-create-cell-variable): New defun.
12437 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12438 (ses-relocate-formula): Relocate formulas only for cells the
12439 symbols of which are not renamed, i.e. symbols whose names do not
12440 match regexp "\\`[A-Z]+[0-9]+\\'".
12441 (ses-relocate-all): Relocate values only for cells the symbols of
12442 which are not renamed.
12443 (ses-load): Create cells variables as the (ses-cell ...) are read,
12444 in order to check row col consistency with cell symbol name only
12445 for cells that are not renamed.
12446 (ses-replace-name-in-formula): New defun.
12447 (ses-rename-cell): New defun.
12448
12449 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12450
12451 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12452 New option (bug#11118).
12453 (perl-calculate-indent): Respect it.
12454
12455 2012-04-17 Glenn Morris <rgm@gnu.org>
12456
12457 * dired-aux.el (dired-mark-read-string): Doc fix.
12458
12459 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12460
12461 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12462 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12463
12464 2012-04-17 Glenn Morris <rgm@gnu.org>
12465
12466 * mouse.el (mouse-drag-track):
12467 * speedbar.el (speedbar-frame-mode):
12468 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12469
12470 2012-04-16 Leo Liu <sdl.web@gmail.com>
12471
12472 * progmodes/python.el: Trivial cleanup.
12473
12474 2012-04-16 Glenn Morris <rgm@gnu.org>
12475
12476 * vc/vc.el (vc-string-prefix-p):
12477 * vc/pcvs-util.el (cvs-string-prefix-p):
12478 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12479 * mpc.el (mpc-string-prefix-p):
12480 Make all of these into obsolete aliases for string-prefix-p.
12481 Update callers.
12482 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12483
12484 * textmodes/two-column.el: Move custom options to the start.
12485 (frame-width): Remove compat definition.
12486 (2C-associate-buffer, 2C-dissociate):
12487 Use with-current-buffer rather than save-excursion.
12488 (2C-dissociate): Force a mode-line update.
12489 (2C-autoscroll): Use ignore-errors.
12490
12491 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12492 Autoload trivia.
12493
12494 * emacs-lisp/cl-extra.el (*random-state*):
12495 Remove unnecessary declaration.
12496
12497 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12498
12499 * play/cookie1.el (cookie-snarf):
12500 Give an explicit error if input file cannot be read.
12501
12502 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12503
12504 * progmodes/perl-mode.el (c-macro-expand):
12505 Remove unnecessary autoload (it is in loaddefs.el).
12506
12507 * textmodes/picture.el (picture-desired-column)
12508 (picture-update-desired-column): Convert comments to doc-strings.
12509 (picture-substitute): Remove function.
12510 (picture-mode-map): Initialize in the defvar.
12511
12512 * woman.el: Remove eval-after-load for tar-mode.
12513 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12514 (woman-tar-extract-file): Autoload it.
12515
12516 * frame.el (automatic-hscrolling): Make this alias obsolete.
12517
12518 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12519
12520 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12521 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12522 (ispell-dictionary-base-alist): Revert to original XEmacs
12523 friendly version for default. [:alpha:] will be added in
12524 `ispell-set-spellchecker-params' if needed.
12525
12526 2012-04-16 Chong Yidong <cyd@gnu.org>
12527
12528 * image.el (imagemagick--file-regexp): New variable.
12529 (imagemagick-register-types): Use it.
12530 (imagemagick-types-inhibit): Add :set function. Allow new value
12531 of t to inhibit all types.
12532
12533 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12534 so we can preload it.
12535
12536 * loadup.el (fboundp): Preload regexp-opt, needed by
12537 imagemagick-register-types.
12538
12539 2012-04-15 Chong Yidong <cyd@gnu.org>
12540
12541 * frame.el (scrolling): Remove nearly unused customization group.
12542
12543 * scroll-all.el (scroll-all-mode): Move to windows group.
12544
12545 2012-04-15 Chong Yidong <cyd@gnu.org>
12546
12547 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12548
12549 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12552 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12553
12554 2012-04-15 Glenn Morris <rgm@gnu.org>
12555
12556 * simple.el (process-file-side-effects): Doc fix.
12557
12558 2012-04-15 Glenn Morris <rgm@gnu.org>
12559
12560 * international/mule-cmds.el (set-language-environment): Doc fix.
12561
12562 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12563
12564 * server.el (server-auth-key, server-generate-key): Doc fixes.
12565 (server-get-auth-key): Doc fix. Use `string-match-p'.
12566 (server-start): Reflow docstring.
12567
12568 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12569
12570 * server.el (server-generate-key): `called-interactively-p'
12571 requires a parameter.
12572
12573 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12574
12575 * server.el (server-auth-key): New variable.
12576 (server-generate-key, server-get-auth-key): New function.
12577 (server-start): Use the new variable and functions to allow
12578 setting a permanent server key (bug#9423).
12579
12580 2012-04-14 Leo Liu <sdl.web@gmail.com>
12581
12582 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12583
12584 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12585
12586 Spelling fixes.
12587 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12588 Emacs uses American spelling.
12589
12590 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12593 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12594 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12595 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12596
12597 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * progmodes/which-func.el (which-func-modes): Change default.
12600
12601 2012-04-14 Kim F. Storm <storm@cua.dk>
12602
12603 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12604 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12605
12606 2012-04-14 Chong Yidong <cyd@gnu.org>
12607
12608 * custom.el (custom-theme-set-variables): Doc fix.
12609
12610 2012-04-14 Glenn Morris <rgm@gnu.org>
12611
12612 * international/mule.el (set-auto-coding-for-load): Doc fix.
12613
12614 2012-04-14 Alan Mackenzie <acm@muc.de>
12615
12616 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12617 imenu work again for Objective C Mode. Correct the *-index values,
12618 these having been disturbed by a previous change in 2011-08.
12619
12620 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12621 Correct two search limits.
12622
12623 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12626
12627 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12628
12629 * international/characters.el: Fix sorting.
12630
12631 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12632
12633 * international/characters.el: Add more missing Latin case pairs.
12634
12635 2012-04-14 Glenn Morris <rgm@gnu.org>
12636
12637 * files.el (dir-locals-set-class-variables): Doc fix.
12638
12639 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12640
12641 * international/characters.el: Add set-case-syntax-pair call for
12642 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12643 counterpart. (Bug#11209)
12644
12645 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12646
12647 2012-04-14 Glenn Morris <rgm@gnu.org>
12648
12649 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12650
12651 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12652
12653 * textmodes/ispell.el (ispell-dictionary-base-alist):
12654 Add data for Hebrew.
12655
12656 2012-04-14 Chong Yidong <cyd@gnu.org>
12657
12658 * net/rcirc.el (rcirc-cmd-quit):
12659 Revert 2012-03-18 change (Bug#11192).
12660
12661 2012-04-14 Glenn Morris <rgm@gnu.org>
12662
12663 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12664
12665 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12666
12667 * minibuffer.el (completion-in-region-mode-map):
12668 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12669
12670 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12671
12672 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12673
12674 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12675
12676 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12677 to allow `C-M-f' and `C-M-b' to move to the nearest path
12678 separator (bug#9511).
12679
12680 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12681
12682 * avoid.el: Require cl when compiling. And also move the
12683 `provide' to the end.
12684
12685 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12686
12687 * avoid.el (mouse-avoidance-banish-position): New variable.
12688 (mouse-avoidance-banish-destination): Use it (bug#10165).
12689
12690 2012-04-13 Leo Liu <sdl.web@gmail.com>
12691
12692 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12693
12694 2012-04-13 Ken Brown <kbrown@cornell.edu>
12695
12696 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12697 this is no longer needed now that cygstart understands file:// URLs.
12698 (browse-url-filename-alist): For the same reason, don't modify
12699 file:// URLs on Cygwin.
12700
12701 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12704 the region on shift if the binding is already shifted (bug#11221).
12705
12706 2012-04-12 Glenn Morris <rgm@gnu.org>
12707
12708 * mail/mailpost.el: Move to obsolete/.
12709
12710 2012-04-12 Drew Adams <drew.adams@oracle.com>
12711
12712 * imenu.el (imenu--generic-function): Ignore invisible definitions
12713 (bug#10123).
12714
12715 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12716
12717 * hexl.el (hexl-bits): New variable.
12718 (hexl-options): Mention the variable in the doc string.
12719 (hexl-rulerise, hexl-line-displen): New functions.
12720 (hexl-mode): Mention the new variable.
12721 (hexl-mode, hexl-current-address, hexl-current-address):
12722 Use the displen.
12723 (hexl-ascii-start-column): New function.
12724 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12725 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12726
12727 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12728
12729 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12730 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12731 the encoding, as expected by hunspell.
12732
12733 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * battery.el (battery--linux-sysfs-regexp): New const.
12736 (battery-status-function): Use it. Remove yeeloong special case.
12737 (battery-yeeloong-sysfs): Remove.
12738 (battery-echo-area-format): Remove yeeloong special case.
12739
12740 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12743 Reported by Noah Friedman.
12744
12745 * subr.el (read-passwd): Use read-string.
12746
12747 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12748
12749 * vcursor.el (vcursor-move): Increase the priority of the overlay
12750 (bug#9663).
12751
12752 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12753
12754 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12755 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12756
12757 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12758
12759 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12760 define-minor-mode (bug#10760).
12761
12762 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12763
12764 * progmodes/grep.el (rgrep): Tweak the find command line so
12765 that directories matching `grep-find-ignored-files' won't be
12766 pruned (bug#10351).
12767
12768 2012-04-11 Chong Yidong <cyd@gnu.org>
12769
12770 * startup.el (command-line): Remove support for long-obsolete
12771 variable font-lock-face-attributes.
12772
12773 2012-04-11 Glenn Morris <rgm@gnu.org>
12774
12775 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12776
12777 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12778
12779 * window.el (window--state-get-1): Obey window-point-insertion-type.
12780
12781 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12782
12783 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12784 to previous function when point is on the first character of a
12785 function. Take care of that in `narrow-to-defun' (bug#6157).
12786
12787 2012-04-11 Glenn Morris <rgm@gnu.org>
12788
12789 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12790 not just file-errors.
12791
12792 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12793 (vc-bzr-sha1): Use internal sha1.
12794
12795 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12798
12799 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12800
12801 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12802 that start in the middle of the line (bug#10496).
12803
12804 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12805
12806 * battery.el (battery-linux-proc-acpi): Only one battery is
12807 discharged at a time, but that seems to confuse battery.el when
12808 computing `rate-type' for the battery not being discharged
12809 (bug#10332).
12810
12811 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12814
12815 * international/quail.el: Use dolist and simplify.
12816 (quail-define-package, quail-update-keyboard-layout)
12817 (quail-define-rules): Use dolist.
12818 (quail-insert-kbd-layout, quail-get-translation): CSE.
12819
12820 * tmm.el: Use dolist, remove left over hook.
12821 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12822 Use dolist.
12823 (calendar-load-hook): Don't mess with it.
12824
12825 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12826 Use derived-mode-p. Run the diff asynchronously.
12827
12828 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12829
12830 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12831
12832 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12833
12834 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12835 (list-dynamic-libraries--loaded): New function.
12836 (list-dynamic-libraries--refresh): Use it.
12837
12838 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12839
12840 * progmodes/python.el (python-fill-paragraph):
12841 Make python-fill-region in a multiline string work when font-lock is
12842 disabled (bug#7018).
12843
12844 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12845
12846 * language/european.el (cp775): Add oem/legacy (en)coding on
12847 DOS/MS Windows for the Baltic languages. There are still plenty
12848 of texts written in this encoding/codepage (bug#6519).
12849
12850 2012-04-10 Glenn Morris <rgm@gnu.org>
12851
12852 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12853 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12854
12855 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12856
12857 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12858 next-line "n" and previous-line "p" in order to make recentf more
12859 consistent with ibuffer, dired or org-mode (bug#9387).
12860
12861 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12862
12863 * image.el (put-image): Return the overlay created instead of the
12864 optional input string (bug#7834). Note that this may break code
12865 that is (for some reason or other) depending on `put-image'
12866 returning the string.
12867
12868 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12869
12870 * simple.el (zap-to-char): Allow zapping using input methods
12871 (bug#1580).
12872
12873 * textmodes/fill.el (fill-region): Leave point and mark where they
12874 were before filling (bug#5399).
12875
12876 2012-04-09 Glenn Morris <rgm@gnu.org>
12877
12878 * version.el (emacs-bzr-get-version):
12879 Handle lightweight checkouts of local branches.
12880
12881 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12882
12883 * international/characters.el: Recover lost case pairs. (Bug#11209)
12884
12885 2012-04-09 Chong Yidong <cyd@gnu.org>
12886
12887 * custom.el (custom-variable-p): Return nil for non-symbol
12888 arguments instead of signaling an error.
12889 (user-variable-p): Obsolete alias for custom-variable-p.
12890
12891 * apropos.el (apropos-variable):
12892 * files-x.el (read-file-local-variable):
12893 * simple.el (set-variable):
12894 * woman.el (woman-mini-help):
12895 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12896
12897 2012-04-09 Glenn Morris <rgm@gnu.org>
12898
12899 * startup.el (normal-top-level): Don't look for leim-list.el
12900 in places where it will not be found. (Bug#910)
12901
12902 * international/mule-cmds.el (set-default-coding-systems):
12903 * files.el (normal-mode):
12904 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12905 This function was removed with ucs-tables.el in 2008.
12906
12907 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12908
12909 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12910 ispell-encoding8-command to "-i", without a trailing space.
12911 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12912 separate command-line arguments, to specify the encoding, since
12913 that's how hunspell expects it.
12914
12915 2012-04-08 Glenn Morris <rgm@gnu.org>
12916
12917 * loadup.el: Load bindings before cus-start.
12918 This reduces somewhat the number of "rogue" settings in emacs -Q.
12919
12920 2012-04-07 Glenn Morris <rgm@gnu.org>
12921
12922 * version.el (emacs-bzr-get-version): New function.
12923 (emacs-bzr-version): New variable.
12924 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12925 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12926
12927 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12928
12929 * international/uni-bidi.el, international/uni-category.el:
12930 * international/uni-combining.el, international/uni-decimal.el:
12931 * international/uni-decomposition.el, international/uni-digit.el:
12932 * international/uni-lowercase.el, international/uni-mirrored.el:
12933 * international/uni-name.el, international/uni-numeric.el:
12934 * international/uni-titlecase.el, international/uni-uppercase.el:
12935 Update for Unicode 6.1.
12936
12937 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12938
12939 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12940
12941 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12942
12943 * window.el (shrink-window): Mention the `window-min-height'
12944 variable in the doc string.
12945
12946 2012-04-05 Bastien Guerry <bzg@altern.org>
12947
12948 * color.el (color-lighten-name): Fix typo.
12949
12950 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * server.el (server--on-display-p): New function.
12953 (server--on-display-p): Use it.
12954
12955 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12956
12957 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12958 (bug#11145).
12959
12960 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * comint.el (comint--common-quoted-suffix): Check string boundary
12963 before comparing (bug#11158).
12964 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12965
12966 2012-04-04 Chong Yidong <cyd@gnu.org>
12967
12968 * minibuffer.el (completion-extra-properties): Doc fix.
12969
12970 * subr.el (delayed-warnings-hook): Doc fix.
12971
12972 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12973
12974 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12975 selection (Bug#11159).
12976 (epa-insert-keys): Inform that the default public key will be
12977 exported if no key is selected.
12978
12979 2012-04-04 Richard Stallman <rms@gnu.org>
12980
12981 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12982
12983 2012-04-03 Chong Yidong <cyd@gnu.org>
12984
12985 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12986 mail-insert-file, not its obsolete alias mail-attach-file.
12987
12988 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * notifications.el (notifications-notify): Fix docstring.
12991
12992 2012-04-02 Glenn Morris <rgm@gnu.org>
12993
12994 * emacs-lisp/authors.el (authors-aliases): Another addition.
12995
12996 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12997
12998 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12999 `tramp-compat-call-process' instead of `tramp-local-call-process'.
13000 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13001
13002 2012-04-01 Chong Yidong <cyd@gnu.org>
13003
13004 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13005 Handle root directory properly.
13006 (copy-directory): Caller changed.
13007
13008 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13009 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13010
13011 2012-03-31 Glenn Morris <rgm@gnu.org>
13012
13013 * term/xterm.el (xterm-extra-capabilities): Doc fix.
13014
13015 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
13016
13017 * calendar/calendar.el (calendar-window-list)
13018 (calendar-hide-window): Restore. (Bug#11140)
13019 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13020
13021 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13022
13023 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13024
13025 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13026 Check if file is a symlink (Bug#10489).
13027
13028 * files.el (copy-directory): Likewise.
13029
13030 2012-03-30 Chong Yidong <cyd@gnu.org>
13031
13032 * image.el (imagemagick-types-inhibit)
13033 (imagemagick-register-types): Doc fix.
13034
13035 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13036
13037 * textmodes/ispell.el (ispell-get-extended-character-mode):
13038 Disable extended-char-mode for hunspell. hunspell does not support it
13039 and treats ~word as ordinary words in pipe mode.
13040
13041 2012-03-30 Glenn Morris <rgm@gnu.org>
13042
13043 * tutorial.el (help-with-tutorial): Ensure local variables don't
13044 happen to make the buffer read-only. (Bug#11127)
13045
13046 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13049 (perl-calculate-indent): Return `noindent' in strings.
13050
13051 2012-03-28 Sam Steingold <sds@gnu.org>
13052
13053 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13054 instead of the broken adhockery which does not prevent calendar
13055 buffers from being displayed at random after exit.
13056 (calendar-window-list, calendar-hide-window): Remove the broken
13057 adhockery.
13058
13059 2012-03-28 Glenn Morris <rgm@gnu.org>
13060
13061 * replace.el (query-replace-map): Doc fix.
13062
13063 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
13064
13065 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13066 contents. (Bug#11109)
13067
13068 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13071 (bug#11077).
13072 (avl-tree--check, avl-tree--check-node): New funs.
13073
13074 2012-03-27 Martin Rudalics <rudalics@gmx.at>
13075
13076 * window.el (switch-to-visible-buffer): New option.
13077 (switch-to-prev-buffer, switch-to-next-buffer):
13078 Observe switch-to-visible-buffer. Make sure that checking for a window
13079 showing a buffer already is done on the same frame.
13080
13081 2012-03-27 Glenn Morris <rgm@gnu.org>
13082
13083 * startup.el (mail-host-address): Doc fix.
13084
13085 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13088 than 197 variables.
13089
13090 2012-03-26 Ami Fischman <ami@fischman.org>
13091
13092 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13093
13094 2012-03-26 Glenn Morris <rgm@gnu.org>
13095
13096 * files.el (save-buffers-kill-emacs): Doc fix.
13097
13098 * startup.el (normal-top-level, command-line, command-line-1):
13099 Give them doc strings.
13100
13101 2012-03-25 Eli Zaretskii <eliz@gnu.org>
13102
13103 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13104 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13105
13106 2012-03-25 Chong Yidong <cyd@gnu.org>
13107
13108 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13109 theme if it was previously enabled before (Bug#11031).
13110
13111 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13112 spec with custom-face-get-current-spec if its :shown-value is not
13113 determined yet (Bug#9337).
13114 (customize-create-theme, custom-theme-revert): Doc fixes.
13115
13116 * button.el (button-at): Minor addition to docstring.
13117
13118 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
13119
13120 * vc/vc.el (vc-merge): Fix a prompt.
13121
13122 2012-03-24 Chong Yidong <cyd@gnu.org>
13123
13124 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13125 point (Bug#9623).
13126
13127 * button.el (button-at): Minor addition to docstring.
13128
13129 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * newcomment.el (comment-choose-indent): No space after BOL.
13132
13133 2012-03-22 Sam Steingold <sds@gnu.org>
13134
13135 * window.el (switch-to-prev-buffer): Revert last patch because the
13136 bug turned out to be an advertised feature (Elisp manual 28.14).
13137
13138 2012-03-22 Glenn Morris <rgm@gnu.org>
13139
13140 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
13141 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13142
13143 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13144
13145 * net/network-stream.el (network-stream-open-starttls): Make error
13146 message under Windows be less misleading.
13147
13148 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
13149
13150 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13151 understands (bug#9942).
13152
13153 2012-03-22 Chong Yidong <cyd@gnu.org>
13154
13155 * simple.el (end-of-visible-line): Handle return value of
13156 next-single-property-change properly (Bug#9371).
13157
13158 2012-03-22 Kenichi Handa <handa@m17n.org>
13159
13160 * international/quail.el (quail-insert-kbd-layout): Fix previous
13161 change. To avoid unwanted bidi reordering, use
13162 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13163
13164 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
13165
13166 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13167 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13168 (ruby-beginning-of-indent): Be more careful with the difference
13169 between word-boundary and symbol boundary.
13170 (ruby-mode-syntax-table): Make : a symbol constituent.
13171
13172 2012-03-21 Andreas Politz <politza@fh-trier.de>
13173
13174 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13175
13176 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13177
13178 * progmodes/etags.el (tags-completion-at-point-function):
13179 Improve last fix.
13180
13181 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13182
13183 2012-03-21 Sam Steingold <sds@gnu.org>
13184
13185 * progmodes/etags.el (tags-completion-at-point-function):
13186 Avoid the error when point is inside the pattern.
13187
13188 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
13189
13190 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13191 line (Bug#10855).
13192
13193 2012-03-21 Drew Adams <drew.adams@oracle.com>
13194
13195 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13196
13197 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
13198
13199 * ido.el (ido-set-current-directory, ido-read-internal)
13200 (ido-choose-completion-string, ido-completion-help): Handle nil
13201 value of ido-completion-buffer (Bug#11008).
13202
13203 2012-03-21 Sam Steingold <sds@gnu.org>
13204
13205 * window.el (switch-to-prev-buffer): Do not switch to a visible
13206 window previous buffer, just like with the frame previous buffers.
13207
13208 2012-03-21 Chong Yidong <cyd@gnu.org>
13209
13210 * faces.el (make-face, make-empty-face, copy-face):
13211 * face-remap.el (face-remap-add-relative, face-remap-set-base):
13212 Doc fixes.
13213
13214 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * wid-edit.el (widget-complete-field): Remove (bug#11051).
13217 (widget-complete): Remove broken use of it.
13218
13219 2012-03-20 Chong Yidong <cyd@gnu.org>
13220
13221 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13222 Use string-width and truncate-string-width to handle arbitrary
13223 characters.
13224
13225 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
13226
13227 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13228 to draw rectangles, not squares. (Regression introduced by revno
13229 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13230
13231 2012-03-18 Chong Yidong <cyd@gnu.org>
13232
13233 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13234 it is not yet defined (for temacs).
13235
13236 2012-03-18 Leo Liu <sdl.web@gmail.com>
13237
13238 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13239 prefix.
13240
13241 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13242
13243 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13244 (ispell-choices-win-default-height, ispell-silently-savep)
13245 (ispell-dictionary-alist, ispell-encoding8-command)
13246 (ispell-check-version, ispell-aspell-find-dictionary)
13247 (ispell-valid-dictionary-list, ispell-words-keyword)
13248 (ispell-get-word, ispell-internal-change-dictionary)
13249 (ispell-region, ispell-skip-region-list)
13250 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13251 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13252 (ispell-message-text-end, ispell-message)
13253 (ispell-buffer-local-parsing): Doc fix.
13254
13255 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
13256
13257 * htmlfontify.el: Add support for code block fontification for ODT
13258 export (Bug #9914).
13259 (hfy-optimisations): Define new option
13260 `body-text-only'
13261 (hfy-fontify-buffer): Honor above setting.
13262 (hfy-begin-span, hfy-end-span): New routines factored out form
13263 `hfy-fontify-buffer'.
13264 (hfy-begin-span-handler, hfy-end-span-handler): New variables
13265 that permit insertion of custom tags.
13266 (hfy-fontify-buffer): Use above handlers.
13267 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13268 (hfy-face-to-css): Re-defined to be a variable.
13269 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
13270 over multiple runs. This is made possible by having the caller let
13271 bind a special variable `hfy-user-sheet-assoc'.
13272 (htmlfontify-string): New defun.
13273 (hfy-compile-face-map): Make sure that the last char in the
13274 buffer is correctly fontified.
13275 (hfy-face-resolve-face): Whitespace only change.
13276
13277 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13278
13279 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13280 message more clear.
13281
13282 2012-03-16 Leo Liu <sdl.web@gmail.com>
13283
13284 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13285
13286 2012-03-16 Alan Mackenzie <acm@muc.de>
13287
13288 Further optimize the handling of large macros.
13289
13290 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13291 limit to a call of `c-literal-limits'.
13292 (c-determine-+ve-limit): New function.
13293 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13294 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13295 In CASE 5B, restrict a search limit to 500.
13296 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13297
13298 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13299 Restrict macro bounds to +-500 from after-change's BEG END.
13300
13301 2012-03-16 Leo Liu <sdl.web@gmail.com>
13302
13303 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13304
13305 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
13306
13307 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13308 `special-mode' setting of `buffer-read-only'. (Bug#11010)
13309
13310 2012-03-16 Glenn Morris <rgm@gnu.org>
13311
13312 * view.el (view-buffer, view-buffer-other-window)
13313 (view-buffer-other-frame): Doc fixes re special mode-class.
13314
13315 * subr.el (eval-after-load): If named feature is provided not from
13316 a file, run after-load forms. (Bug#10946)
13317
13318 * calendar/calendar.el (calendar-insert-at-column):
13319 Handle non-unit-width characters a bit better. (Bug#10978)
13320
13321 2012-03-15 Chong Yidong <cyd@gnu.org>
13322
13323 * emacs-lisp/ring.el (ring-extend): New function.
13324 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13325
13326 * comint.el (comint-read-input-ring)
13327 (comint-add-to-input-history): Grow comint-input-ring lazily.
13328
13329 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13332 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13333
13334 * imenu.el: Fix multiple inheritance breakage (bug#9199).
13335 (imenu-add-to-menubar): Don't add a redundant index.
13336 (imenu-update-menubar): Handle a dynamically composed keymap.
13337
13338 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13339
13340 * mail/sendmail.el (mail-encode-header):
13341 Bind rfc2047-encode-encoded-words to nil.
13342
13343 2012-03-13 Glenn Morris <rgm@gnu.org>
13344
13345 * calendar/calendar.el (calendar-string-spread):
13346 Handle non-unit-width characters a bit better. (Bug#10978)
13347
13348 2012-03-13 Leo Liu <sdl.web@gmail.com>
13349
13350 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13351 directory and file as argument (Bug#10822).
13352
13353 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13354
13355 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13356 For dynamically generated code, follow $PC.
13357 (gdb-disassembly-handler-custom): Handle no function name case.
13358
13359 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
13360
13361 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13362 * emulation/ws-mode.el (ws-query-replace):
13363 * sort.el (sort-regexp-fields):
13364 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13365
13366 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * dabbrev.el: Fix cycle completion order (bug#10963).
13369 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13370 (dabbrev-completion): Don't use an obarray; provide
13371 a cycle-sort-function.
13372
13373 2012-03-12 Leo Liu <sdl.web@gmail.com>
13374
13375 * simple.el (kill-new): Use equal-including-properties for comparison.
13376 (kill-do-not-save-duplicates): Doc fix.
13377
13378 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * dabbrev.el: Fix cycle completion (bug#10963).
13381 Use lexical binding and wrap to 80 columns.
13382 (dabbrev-completion): Delay computing the list of completions.
13383
13384 2012-03-12 Kenichi Handa <handa@m17n.org>
13385
13386 * international/quail.el (quail-insert-kbd-layout): Surround each
13387 row by LRO and PDF instead of inserting many LRMs. Pad the left
13388 and right of each non-spacing marks. Insert invisible space
13389 between lower and upper characters to prevent composition.
13390
13391 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * minibuffer.el (minibuffer-complete): Don't get confused when the
13394 function is run twice via different commands (bug#10958).
13395 (complete-with-action): Fix docstring.
13396
13397 2012-03-12 Chong Yidong <cyd@gnu.org>
13398
13399 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13400 (nxml-completion-at-point-function): New function.
13401 (nxml-mode): Use it.
13402 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13403
13404 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13405 Load generated autoloads file before byte compiling (Bug#10970).
13406 (package--make-autoloads-and-compile): New helper fun.
13407
13408 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13409
13410 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13411
13412 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * autorevert.el (auto-revert-handler): Ensure, that
13415 file-readable-p is applied only for local files or in
13416 auto-revert-tail-mode.
13417
13418 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13419
13420 * server.el (server-eval-at): Handle non-tcp connections.
13421 Decode result string.
13422
13423 * server.el (server-msg-size): New constant.
13424 (server-reply-print): New function.
13425 (server-eval-and-print): Use it.
13426 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13427 Handle -print-nonl.
13428
13429 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13430
13431 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13432 (Bug#10987).
13433
13434 2012-03-11 Chong Yidong <cyd@gnu.org>
13435
13436 * simple.el (goto-line): Doc fix (Bug#9938).
13437
13438 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13439
13440 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13441 when finished (Bug#10963).
13442
13443 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13444
13445 * window.el (split-window-below): Fix bug in case where
13446 split-window-keep-point is nil (Bug#10971).
13447
13448 2012-03-11 Juri Linkov <juri@jurta.org>
13449
13450 * replace.el (replace-highlight): Set isearch-word to nil
13451 unconditionally. (Bug#10887)
13452
13453 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13454
13455 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13456 mairix-replace-illegal-chars; all callers changed. Don't remove
13457 ^, ~, and = characters: they are meaningful in mairix search specs.
13458 (mairix-widget-create-query): Add usage information about mairix
13459 search forms: negating words, searching for substrings, etc.
13460
13461 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13462
13463 * international/fontset.el (font-encoding-alist): Add an entry for
13464 ksx1001 (Bug#5667).
13465
13466 2012-03-10 Richard Stallman <rms@gnu.org>
13467
13468 * mail/sendmail.el (mail-encode-header):
13469 Set rfc2047-encode-encoded-words.
13470
13471 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13472
13473 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13474 view buffer means not swapped.
13475 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13476 (rmail-write-region-annotate): Error if real text has disappeared.
13477
13478 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13479
13480 2012-03-10 Chong Yidong <cyd@gnu.org>
13481
13482 * emulation/cua-rect.el (cua--init-rectangles):
13483 * emulation/cua-base.el (cua--init-keymaps):
13484 Add delete-forward-char to remappings (Bug#9666).
13485
13486 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13487
13488 * speedbar.el (speedbar-unhighlight-one-tag-line):
13489 Avoid unhighlighting due to frame switching (Bug#10275).
13490
13491 2012-03-10 Chong Yidong <cyd@gnu.org>
13492
13493 * minibuffer.el (completion-in-region, completion-help-at-point):
13494 Give the completion field overlay a high priority (Bug#6830).
13495
13496 * dired.el (dired-goto-file): Recognize absolute file name
13497 listings (Bug#7126).
13498 (dired-goto-file-1): New helper function.
13499 (dired-toggle-read-only): Inhibit warnings.
13500
13501 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13502
13503 * net/dbus.el (dbus-property-handler): Return empty array if
13504 there are no properties.
13505
13506 2012-03-09 Leo Liu <sdl.web@gmail.com>
13507
13508 * savehist.el (savehist-printable): Stricter check for string
13509 value (Bug#10937).
13510
13511 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13512
13513 * mail/smtpmail.el (smtpmail-send-it):
13514 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13515 valid mbox format.
13516
13517 2012-03-09 Glenn Morris <rgm@gnu.org>
13518
13519 * files.el (dir-locals-find-file):
13520 Don't check result is regular, readable.
13521 (dir-locals-read-from-file): Demote errors.
13522
13523 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13524
13525 * international/quail.el (quail-insert-kbd-layout):
13526 Insert invisible LRM characters before each character in a keyboard
13527 layout cell, to prevent their reordering by bidi display engine.
13528 For details, see the discussion in
13529 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13530
13531 2012-03-08 Alan Mackenzie <acm@muc.de>
13532
13533 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13534 the starting position; make it extend the marked region when
13535 invoked repeatedly - all under appropriate circumstances.
13536 Fixes bugs #5525, #10906.
13537
13538 2012-03-08 Glenn Morris <rgm@gnu.org>
13539
13540 * files.el (locate-dominating-file, dir-locals-find-file):
13541 Undo 2012-03-06 change.
13542
13543 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13544
13545 * international/quail.el (quail-help):
13546 Force bidi-paragraph-direction be left-to-right. See discussion in
13547 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13548 for the reason.
13549
13550 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13551
13552 Avoid superfluous registering of signals. (Bug#10807)
13553
13554 * notifications.el (notifications-on-action-object)
13555 (notifications-on-close-object): New defvars.
13556 (notifications-on-action-signal, notifications-on-closed-signal):
13557 Unregister the signal if not needed any longer.
13558 (notifications-notify): Register `notifications-action-signal' or
13559 `notifications-closed-signal', if :on-action or :on-close has been
13560 passed as argument.
13561
13562 2012-03-07 Chong Yidong <cyd@gnu.org>
13563
13564 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13565 non-X platforms.
13566
13567 2012-03-06 Glenn Morris <rgm@gnu.org>
13568
13569 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13570 (x-disown-selection-internal, x-get-selection-internal):
13571 Doc fix (add arglist signatures). (Bug#10783)
13572
13573 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13574
13575 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13576 Handle breakpoints with no "type".
13577
13578 2012-03-06 Glenn Morris <rgm@gnu.org>
13579
13580 * files.el (locate-dominating-file): Add optional predicate argument.
13581 (dir-locals-find-file): Make use of above change.
13582
13583 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13584
13585 * info.el (Info-insert-dir): Also try "dir.gz".
13586
13587 2012-03-06 Glenn Morris <rgm@gnu.org>
13588
13589 * files.el (dir-locals-find-file):
13590 Ignore non-readable or non-regular files. (Bug#10928)
13591
13592 * files.el (locate-dominating-file): Doc fix.
13593
13594 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13595
13596 * calendar/calendar.el (calendar-set-mode-line):
13597 `getenv' returns a string. (Bug#10951)
13598
13599 2012-03-05 Leo Liu <sdl.web@gmail.com>
13600
13601 * simple.el (backward-delete-char-untabify): Constrain point to
13602 field (Bug#10939).
13603
13604 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13605
13606 2012-03-05 Chong Yidong <cyd@gnu.org>
13607
13608 * simple.el (count-words): If called from Lisp, return the word
13609 count, for symmetry with `count-lines'. Arglist changed.
13610 (count-words--message): Args changed. Consolidate counting code
13611 from count-words and count-words-region.
13612 (count-words-region): Caller changed.
13613 (count-lines-region): Make it an obsolete alias.
13614
13615 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13616
13617 * saveplace.el (save-place-to-alist)
13618 (save-place-ignore-files-regexp): Allow value nil to disable this
13619 feature.
13620
13621 2012-03-04 Chong Yidong <cyd@gnu.org>
13622
13623 * faces.el (face-spec-reset-face): For the default face, reset the
13624 attributes to default values (Bug#10748).
13625
13626 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13627
13628 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13629 previous patch: Check `message-send-mail-function', and not the
13630 default function (bug#10897).
13631
13632 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13633
13634 * notifications.el (notifications-on-action-signal)
13635 (notifications-on-closed-signal): Check for unique service name of
13636 incoming event. Fix error in removing entry.
13637 (top): Register for signals with wildcard service name.
13638 (notifications-notify): Use daemon unique service name for map entries.
13639
13640 2012-03-04 Chong Yidong <cyd@gnu.org>
13641
13642 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13643
13644 2012-03-04 Glenn Morris <rgm@gnu.org>
13645
13646 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13647 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13648 (expand-abbrev, define-abbrev-table): Doc fixes.
13649
13650 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13651
13652 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13653 `message-default-send-mail-function' and not `send-mail-function'
13654 when doing the prompting for `sendmail-query-once' before sending
13655 in Message buffers (bug#10897).
13656
13657 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13658 This is inconsistent with all the other stream functions, which leave
13659 the setting up to the higher levels (if so wanted) (bug#10931).
13660
13661 2012-03-02 Alan Mackenzie <acm@muc.de>
13662
13663 Depessimize the handling of very large macros.
13664
13665 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13666 (c-macro-cache-syntactic): New variables to implement a one
13667 element macro cache.
13668 (c-invalidate-macro-cache): New function.
13669 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13670 Adapt to use the new cache.
13671 (c-state-safe-place): Use better the cache of safe positions.
13672 (c-state-semi-nonlit-pos-cache)
13673 (c-state-semi-nonlit-pos-cache-limit):
13674 New variables for...
13675 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13676 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13677 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13678 Use c-state-semi-safe-place.
13679
13680 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13681 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13682
13683 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13684
13685 * jka-compr.el (jka-compr-call-process):
13686 Apply `file-accessible-directory-p' only when the default directory is
13687 not remote.
13688
13689 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13690
13691 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13692 access of FILE2, if FILE1 does not exist.
13693
13694 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13695 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13696
13697 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13698 Add "PAGER=" to `process-environment'.
13699
13700 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13701
13702 * progmodes/sql.el: Bug fix
13703 (sql-get-login-ext): Save login values in globals.
13704 (sql-get-login): Use new version of `sql-get-login-ext'.
13705 (sql-interactive-mode): Set global `sql-connection' to nil.
13706 (sql-connect): Set global values for connection.
13707 (sql-product-interactive): Save global values as buffer local.
13708
13709 2012-02-29 Leo Liu <sdl.web@gmail.com>
13710
13711 * abbrev.el (define-abbrevs): Reset sys to nil.
13712
13713 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13714
13715 * files.el (file-equal-p): Rename from `files-equal-p'.
13716 Return nil when one or both files don't exist.
13717 (file-subdir-of-p): Now only top directory must exists,
13718 return nil if it doesn't.
13719 (copy-directory): No need to test with `file-subdir-of-p' after
13720 creating dir.
13721 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13722 to `file-equal-p'.
13723
13724 2012-02-28 Glenn Morris <rgm@gnu.org>
13725
13726 * shell.el (shell-mode):
13727 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13728 * play/landmark.el (landmark-font-lock-face-O):
13729 * play/handwrite.el (handwrite):
13730 * play/gomoku.el (gomoku-O):
13731 * net/browse-url.el (browse-url-browser-display):
13732 * international/mule.el (define-charset):
13733 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13734 * filesets.el (filesets-find-file-delay):
13735 * eshell/em-xtra.el (eshell-xtra):
13736 * eshell/em-unix.el (eshell-grep):
13737 * emulation/viper.el (viper-mode):
13738 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13739 * emacs-lisp/easymenu.el (easy-menu-define):
13740 * calendar/timeclock.el (timeclock-use-display-time):
13741 * bs.el (bs-mode):
13742 * bookmark.el (bookmark-save-flag):
13743 Doc fix (standardize possessive apostrophe usage).
13744
13745 2012-02-27 Chong Yidong <cyd@gnu.org>
13746
13747 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13748 Fix key-binding lookup for ESC key (Bug#9146).
13749
13750 * font-lock.el (font-lock-specified-p): Rename from
13751 font-lock-spec-present. Callers changed.
13752
13753 2012-02-27 Daniel Hackney <dan@haxney.org>
13754
13755 * emacs-lisp/package.el (package-compute-transaction):
13756 Handle holding a package version to t in package-load-list.
13757
13758 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13759
13760 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13761 (tramp-get-inode, tramp-get-device): Use cached values.
13762
13763 2012-02-26 Alan Mackenzie <acm@muc.de>
13764
13765 Check there is a font-lock specification before doing initial
13766 fontification.
13767
13768 * font-core.el (font-lock-mode): Move the conditional from
13769 :after-hook to font-lock-initial-fontify.
13770 (font-lock-default-function): Move the check for a specification
13771 to font-lock-spec-present.
13772
13773 * font-lock.el (font-lock-initial-fontify): Call ...
13774 (font-lock-spec-present): New function.
13775
13776 2012-02-26 Jim Blandy <jimb@red-bean.com>
13777
13778 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13779 (gdb-send): Apply it to the operand of the '-interpreter-exec
13780 console' command, so that we can pass arguments with (say) quotes
13781 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13782
13783 2012-02-26 Chong Yidong <cyd@gnu.org>
13784
13785 * help-fns.el (describe-function-1): Clarify description of
13786 remapping (Bug#10844).
13787
13788 * files.el (files-equal-p): Doc fix.
13789 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13790 and quit the loop once a mismatch is found.
13791
13792 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * bs.el (bs--show-with-configuration): Don't throw an error
13795 if the window cannot be split; otherwise, subsequent calls to
13796 bs-show fail, restoring a stale window config. (Bug#10882)
13797
13798 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13799
13800 * term/ns-win.el (global-map): Bind ns-drag-file to
13801 ns-find-file (Bug#5855, Bug#10050).
13802
13803 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13804
13805 * calendar/parse-time.el (parse-time-string): Allow extractor to
13806 return nil.
13807
13808 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13809
13810 * net/tramp.el (tramp-file-name-for-operation):
13811 Add `files-equal-p' and `file-subdir-of-p'.
13812
13813 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13814 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13815 Add COPY-CONTENTS argument.
13816
13817 2012-02-25 Chong Yidong <cyd@gnu.org>
13818
13819 Add custom groups for VC backends, for consistency with vc-bzr.
13820
13821 * vc/vc-arch.el (vc-arch):
13822 * vc/vc-cvs.el (vc-cvs):
13823 * vc/vc-git.el (vc-git):
13824 * vc/vc-hg.el (vc-hg):
13825 * vc/vc-mtn.el (vc-mtn):
13826 * vc/vc-rcs.el (vc-rcs):
13827 * vc/vc-sccs.el (vc-sccs):
13828 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13829 All relevant defcustoms reassigned.
13830
13831 2012-02-25 Chong Yidong <cyd@gnu.org>
13832
13833 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13834
13835 * term/x-win.el (x-initialize-window-system): Reduce default for
13836 x-selection-timeout to 5 seconds (Bug#8869).
13837
13838 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13839
13840 * files.el (files-equal-p, file-subdir-of-p): New functions.
13841 (copy-directory): Error when trying to copy a directory on itself.
13842 Add missing copy-contents arg to tramp handler.
13843 * dired-aux.el (dired-copy-file-recursive): Same.
13844 (dired-create-files): Modify destination when source is equal to
13845 dest when copying files.
13846 Return also when dest is a subdir of source. (Bug#10489)
13847
13848 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13849
13850 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13851 (Bug#10874)
13852
13853 2012-02-23 Alan Mackenzie <acm@muc.de>
13854
13855 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13856 parameter "after-hook:" to allow the expansion to run code after
13857 the execution of the mode hooks.
13858
13859 * font-lock.el (font-lock-initial-fontify): New function extracted
13860 from font-lock-mode-internal.
13861
13862 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13863 :after-hook.
13864
13865 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13868 (completion--cache-all-sorted-completions): New function.
13869 (completion-all-sorted-completions): Use it.
13870 (completion--do-completion, minibuffer-force-complete):
13871 Use it to re-instate the flush hook.
13872
13873 * icomplete.el (icomplete-completions): Replace last fix with a better
13874 one (bug#10850).
13875
13876 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13877
13878 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13879 when it might call us back infinitely (bug#10797).
13880
13881 2012-02-23 Glenn Morris <rgm@gnu.org>
13882
13883 * minibuffer.el (completion-category-overrides): Doc fix.
13884
13885 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13888 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13889
13890 2012-02-23 Glenn Morris <rgm@gnu.org>
13891
13892 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13893 (authors-obsolete-files-regexps, authors-ignored-files)
13894 (authors-ambiguous-files, authors-renamed-files-alist):
13895 Add more entries.
13896
13897 2012-02-23 Juri Linkov <juri@jurta.org>
13898
13899 * isearch.el (isearch-occur): Sync interactive spec with occur's
13900 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13901
13902 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13903
13904 2012-02-22 Juri Linkov <juri@jurta.org>
13905
13906 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13907 (ucs-insert): Doc fix. Check for hex digits in the string.
13908 Don't display `nil' in the error message. (Bug#10857)
13909
13910 2012-02-22 Alan Mackenzie <acm@muc.de>
13911
13912 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13913
13914 2012-02-22 Glenn Morris <rgm@gnu.org>
13915
13916 * ffap.el (ffap-c-path):
13917 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13918
13919 2012-02-22 Chong Yidong <cyd@gnu.org>
13920
13921 * custom.el (load-theme): Doc fix.
13922
13923 2012-02-22 Glenn Morris <rgm@gnu.org>
13924
13925 * dired-x.el (dired-guess-shell-alist-default):
13926 Remove escape sequences from nroff output. (Bug#172)
13927
13928 2012-02-21 Glenn Morris <rgm@gnu.org>
13929
13930 * vc/emerge.el (emerge-defvar-local):
13931 Set `permanent-local' property rather than unused `preserved'.
13932
13933 * textmodes/picture.el (picture-delete-char): New alias.
13934 (picture-mode-map): Use it. (Bug#10860)
13935 (picture-mode): Doc fix.
13936
13937 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13938
13939 * newcomment.el (uncomment-region-default): Remove unused binding.
13940
13941 2012-02-21 Glenn Morris <rgm@gnu.org>
13942
13943 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13944 (picture-self-insert, picture-tab-chars): Doc fix.
13945 (picture-mode-map): Fix C-a, C-e.
13946
13947 2012-02-20 Glenn Morris <rgm@gnu.org>
13948
13949 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13950
13951 2012-02-20 Leo Liu <sdl.web@gmail.com>
13952
13953 * icomplete.el (icomplete-completions): Check FROM arg before
13954 passing to substring (Bug#10850).
13955
13956 2012-02-19 Chong Yidong <cyd@gnu.org>
13957
13958 * comint.el: Require ansi-color.
13959 (comint-output-filter-functions): Add ansi-color-process-output.
13960
13961 * ansi-color.el: Don't set comint-output-filter-functions; it is
13962 now in the initial value defined in comint.el.
13963 (ansi-color-apply-face-function): New variable.
13964 (ansi-color-apply-on-region): Use it.
13965 (ansi-color-apply-overlay-face): New function.
13966
13967 * shell.el (shell): No need to require ansi-color.
13968 (shell-mode): Use ansi-color-apply-face-function to highlight
13969 color escapes using font-lock-face property (Bug#10835).
13970
13971 2012-02-19 Chong Yidong <cyd@gnu.org>
13972
13973 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13974 mode-line formats (Bug#10839).
13975
13976 2012-02-18 Glenn Morris <rgm@gnu.org>
13977
13978 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13979
13980 * mail/undigest.el (unforward-rmail-message): Doc fix.
13981
13982 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13983
13984 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13985
13986 * international/characters.el (script-list): Sync with the latest
13987 Unicode Character Database.
13988
13989 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13990
13991 * international/titdic-cnv.el: Remove duplicate coding tag.
13992 * language/cham.el: Likewise.
13993 * language/tai-viet.el: Likewise.
13994
13995 2012-02-18 Glenn Morris <rgm@gnu.org>
13996
13997 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13998 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13999 (calendar-bahai-all-holidays-flag, calendar-other-dates):
14000 * calendar/diary-lib.el (diary-abbreviated-year-flag):
14001 * calendar/holidays.el (holiday-bahai-holidays)
14002 (calendar-holidays, list-holidays):
14003 Use utf-8 Bahá'í in doc-strings, menus, etc.
14004
14005 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
14006
14007 * saveplace.el (save-place-ignore-files-regexp): New variable
14008 allowing for excluding files from saving their location of point.
14009 The default value matches the temporary commit message editing
14010 files from Git, SVN, Bazaar, and Mercurial.
14011 (save-place-to-alist): Use it.
14012
14013 2012-02-17 Lawrence Mitchell <wence@gmx.li>
14014 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * newcomment.el (uncomment-region-default): Don't leave extra space
14017 when an arg is provided (bug#8150).
14018
14019 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
14020
14021 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14022
14023 2012-02-17 Glenn Morris <rgm@gnu.org>
14024
14025 * net/socks.el: Require network-stream. (Bug#10599)
14026
14027 2012-02-17 Kenichi Handa <handa@m17n.org>
14028
14029 * international/charprop.el:
14030 * international/uni-name.el:
14031 * international/uni-old-name.el:
14032 * international/uni-comment.el: Regenerate.
14033
14034 2012-02-16 Glenn Morris <rgm@gnu.org>
14035
14036 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14037 Interactively in calendar buffer, give an error if not on a date.
14038
14039 2012-02-15 Glenn Morris <rgm@gnu.org>
14040
14041 * shell.el (shell-delimiter-argument-list):
14042 Revert 2011-02-17 change. (Bug#8027)
14043
14044 2012-02-15 Chong Yidong <cyd@gnu.org>
14045
14046 * minibuffer.el (completion-at-point-functions): Doc fix.
14047
14048 * custom.el (defcustom): Doc fix; note use of defvar.
14049
14050 2012-02-15 Glenn Morris <rgm@gnu.org>
14051
14052 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14053 Doc fixes.
14054
14055 2012-02-14 Glenn Morris <rgm@gnu.org>
14056
14057 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14058
14059 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
14060
14061 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14062 way the ports list is computed.
14063 (smtpmail-query-smtp-server): Prompt the user for a port number if
14064 we can't connect to any of the standard ports (bug#10810).
14065
14066 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14067
14068 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14069
14070 2012-02-13 Glenn Morris <rgm@gnu.org>
14071
14072 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
14073
14074 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
14075
14076 * net/gnutls.el (gnutls-trustfiles): New variable.
14077 (gnutls-negotiate): Use it.
14078
14079 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
14080
14081 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14082 does its stuff if Gnus is running.
14083
14084 2012-02-13 Alan Mackenzie <acm@muc.de>
14085
14086 Fix a loop in c-set-fl-decl-start.
14087
14088 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14089 c-backward-syntactic-ws actually moves backwards.
14090
14091 2012-02-13 Leo Liu <sdl.web@gmail.com>
14092
14093 * net/rcirc.el (rcirc-markup-attributes): Move point to the
14094 beginning so that all \C-o chars are removed.
14095
14096 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
14097
14098 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14099
14100 2012-02-12 Alan Mackenzie <acm@muc.de>
14101
14102 Fix infinite loop with long macros.
14103 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14104
14105 2012-02-12 Chong Yidong <cyd@gnu.org>
14106
14107 * window.el (display-buffer): Doc fix (Bug#10785).
14108
14109 2012-02-12 Glenn Morris <rgm@gnu.org>
14110
14111 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14112 (x-disown-selection-internal, x-get-selection-internal):
14113 Sync docs with the xselect.c versions.
14114
14115 * allout-widgets.el: Add missing license notice.
14116
14117 2012-02-11 Glenn Morris <rgm@gnu.org>
14118
14119 * select.el (x-get-selection-internal, x-own-selection-internal)
14120 (x-disown-selection-internal):
14121 * x-dnd.el (x-get-selection-internal): Update declarations.
14122
14123 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14124
14125 * window.el (window-sides-slots):
14126 * tool-bar.el (tool-bar-position):
14127 * term/xterm.el (xterm-extra-capabilities):
14128 * ses.el (ses-self-reference-early-detection):
14129 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14130 (verilog-auto-wire-type)
14131 (verilog-auto-delete-trailing-whitespace)
14132 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14133 (verilog-auto-tieoff-declaration):
14134 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14135 (sql-oracle-statement-starters, sql-oracle-scan-on):
14136 * progmodes/prolog.el (prolog-align-comments-flag)
14137 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14138 (prolog-left-indent-regexp, prolog-paren-indent-p)
14139 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14140 (prolog-types, prolog-mode-specificators)
14141 (prolog-determinism-specificators, prolog-directives)
14142 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14143 (prolog-electric-dot-flag)
14144 (prolog-electric-dot-full-predicate-template)
14145 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14146 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14147 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14148 (prolog-program-switches, prolog-prompt-regexp)
14149 (prolog-debug-on-string, prolog-debug-off-string)
14150 (prolog-trace-on-string, prolog-trace-off-string)
14151 (prolog-zip-on-string, prolog-zip-off-string)
14152 (prolog-use-standard-consult-compile-method-flag)
14153 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14154 (prolog-imenu-max-lines, prolog-info-predicate-index)
14155 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14156 (prolog-char-quote-workaround):
14157 * progmodes/cc-vars.el (c-defun-tactic):
14158 * net/tramp.el (tramp-encoding-command-interactive)
14159 (tramp-local-end-of-line):
14160 * net/soap-client.el (soap-client):
14161 * net/netrc.el (netrc-file):
14162 * net/gnutls.el (gnutls):
14163 * minibuffer.el (completion-category-overrides)
14164 (completion-cycle-threshold)
14165 (completion-pcm-complete-word-inserts-delimiters):
14166 * man.el (Man-name-local-regexp):
14167 * mail/feedmail.el (feedmail-display-full-frame):
14168 * international/characters.el (glyphless-char-display-control):
14169 * eshell/em-ls.el (eshell-ls-date-format):
14170 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14171 (lisp-lambda-list-keyword-parameter-indentation)
14172 (lisp-lambda-list-keyword-parameter-alignment):
14173 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14174 * dired-x.el (dired-omit-verbose):
14175 * cus-theme.el (custom-theme-allow-multiple-selections):
14176 * calc/calc.el (calc-highlight-selections-with-faces)
14177 (calc-lu-field-reference, calc-lu-power-reference)
14178 (calc-note-threshold):
14179 * battery.el (battery-mode-line-limit):
14180 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14181 (archive-7z-update):
14182 * allout.el (allout-prefixed-keybindings)
14183 (allout-unprefixed-keybindings)
14184 (allout-inhibit-auto-fill-on-headline)
14185 (allout-flattened-numbering-abbreviation):
14186 * allout-widgets.el (allout-widgets-auto-activation)
14187 (allout-widgets-icons-dark-subdir)
14188 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14189 (allout-widgets-theme-dark-background)
14190 (allout-widgets-theme-light-background)
14191 (allout-widgets-item-image-properties-emacs)
14192 (allout-widgets-item-image-properties-xemacs)
14193 (allout-widgets-run-unit-tests-on-load)
14194 (allout-widgets-time-decoration-activity)
14195 (allout-widgets-hook-error-post-time)
14196 (allout-widgets-track-decoration):
14197 Add missing :version tags to new defcustoms and defgroups.
14198
14199 * progmodes/sql.el (sql-ansi-statement-starters)
14200 (sql-oracle-statement-starters): Add custom type.
14201
14202 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14203 (prolog-system-version): Give it a type.
14204
14205 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14206
14207 * term/pc-win.el (x-select-text, x-selection-owner-p)
14208 (x-own-selection-internal, x-disown-selection-internal)
14209 (x-get-selection-internal): Sync doc strings and argument lists
14210 with xselect.c, common-win.el and x-win.el. (Bug#10783)
14211
14212 2012-02-11 Leo Liu <sdl.web@gmail.com>
14213
14214 * progmodes/python.el (python-end-of-statement): Fix infinite
14215 loop. (Bug#10788)
14216
14217 2012-02-10 Glenn Morris <rgm@gnu.org>
14218
14219 * international/mule-cmds.el (unify-8859-on-encoding-mode)
14220 (unify-8859-on-decoding-mode): Properly mark as obsolete.
14221
14222 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
14223
14224 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14225 about SMTP before checking the From header.
14226
14227 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14228 into own function for reuse by emacsbug.el.
14229
14230 2012-02-10 Leo Liu <sdl.web@gmail.com>
14231
14232 * subr.el (condition-case-unless-debug): Rename from
14233 condition-case-no-debug. All callers changed.
14234 (with-demoted-errors): Fix caller.
14235
14236 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14237 * nxml/rng-valid.el (rng-do-some-validation):
14238 * emacs-lisp/package.el (package-refresh-contents)
14239 (package-menu-execute):
14240 * desktop.el (desktop-create-buffer):
14241 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14242
14243 2012-02-10 Glenn Morris <rgm@gnu.org>
14244
14245 * textmodes/bibtex.el:
14246 Add missing :version tags for new/changed defcustoms.
14247
14248 * files.el (remote-file-name-inhibit-cache): Doc fixes.
14249
14250 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
14251
14252 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14253 (smtpmail-via-smtp): Use it, or fall back on the From address.
14254 (smtpmail-send-it): Ditto.
14255
14256 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14259 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
14260 (byte-compile-tmp-var): New const.
14261 (byte-compile-defvar): Use it to minimize .elc size.
14262 Just use `defvar' rather than simulate it (bug#10761).
14263
14264 2012-02-09 Glenn Morris <rgm@gnu.org>
14265
14266 * files.el (rename-uniquely): Doc fix. (Bug#3806)
14267
14268 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14269 Add :version tags.
14270
14271 * progmodes/compile.el (compilation-error-screen-columns)
14272 (compilation-first-column, compilation-filter-start): Doc fixes.
14273
14274 * vc/log-view.el (log-view-toggle-entry-display):
14275 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14276
14277 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14278 (report-emacs-bug-can-use-xdg-email):
14279 (report-emacs-bug-insert-to-mailer): Doc fixes.
14280 (report-emacs-bug): Message fix.
14281
14282 * net/browse-url.el (browse-url-can-use-xdg-open)
14283 (browse-url-xdg-open): Doc fixes.
14284
14285 * electric.el (electric-indent-mode, electric-pair-mode)
14286 (electric-layout-rules, electric-layout-mode): Doc fixes.
14287 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14288
14289 2012-02-08 Martin Rudalics <rudalics@gmx.at>
14290
14291 * server.el (server-unselect-display): Don't inadvertently kill
14292 the current buffer. (Bug#10729)
14293
14294 2012-02-08 Glenn Morris <rgm@gnu.org>
14295
14296 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14297 (sql-list-table): Doc fixes.
14298
14299 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14300 Comment out (does nothing).
14301
14302 * completion.el (dynamic-completion-mode):
14303 * dirtrack.el (dirtrack-debug-mode):
14304 * electric.el (electric-layout-mode):
14305 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14306 * face-remap.el (text-scale-mode, buffer-face-mode):
14307 * iimage.el (iimage-mode):
14308 * image-mode.el (image-transform-mode):
14309 * minibuffer.el (completion-in-region-mode):
14310 * scroll-lock.el (scroll-lock-mode):
14311 * simple.el (next-error-follow-minor-mode):
14312 * tar-mode.el (tar-subfile-mode):
14313 * tooltip.el (tooltip-mode):
14314 * vcursor.el (vcursor-use-vcursor-map):
14315 * wid-browse.el (widget-minor-mode):
14316 * emulation/tpu-edt.el (tpu-edt-mode):
14317 * emulation/tpu-extras.el (tpu-cursor-free-mode):
14318 * international/iso-ascii.el (iso-ascii-mode):
14319 * language/thai-util.el (thai-word-mode):
14320 * mail/supercite.el (sc-minor-mode):
14321 * net/goto-addr.el (goto-address-mode):
14322 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14323 * progmodes/cwarn.el (cwarn-mode):
14324 * progmodes/flymake.el (flymake-mode):
14325 * progmodes/glasses.el (glasses-mode):
14326 * progmodes/hideshow.el (hs-minor-mode):
14327 * progmodes/pascal.el (pascal-outline-mode):
14328 * textmodes/enriched.el (enriched-mode):
14329 * vc/smerge-mode.el (smerge-mode):
14330 Doc fixes (minor mode argument).
14331
14332 2012-02-07 Eli Zaretskii <eliz@gnu.org>
14333
14334 * ls-lisp.el (ls-lisp-sanitize): New function.
14335 (ls-lisp-insert-directory): Use it to fix or remove any elements
14336 in file-alist with missing attributes. (Bug#4673)
14337
14338 2012-02-07 Alan Mackenzie <acm@muc.de>
14339
14340 Fix spurious recognition of c-in-knr-argdecl.
14341
14342 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14343 putative K&R region.
14344
14345 2012-02-07 Alan Mackenzie <acm@muc.de>
14346
14347 * progmodes/cc-engine.el (c-forward-objc-directive):
14348 Prevent looping in "#pragma mark @implementation".
14349
14350 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
14351
14352 * notifications.el (notifications-on-closed-signal): Make `reason'
14353 optional. (Bug#10744)
14354
14355 2012-02-07 Glenn Morris <rgm@gnu.org>
14356
14357 * emacs-lisp/easy-mmode.el (define-minor-mode):
14358 Doc fixes for the macro and the mode it defines.
14359
14360 * image.el (imagemagick-types-inhibit): Doc fix.
14361
14362 * cus-start.el (imagemagick-render-type): Add it.
14363
14364 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
14365
14366 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14367 Set the default at load time, too, so that `font-lock-fontify-buffer'
14368 can be called without setting up the entire mode first. This fixes
14369 a bug in `mm-inline-text' with C MIME parts.
14370
14371 2012-02-06 Chong Yidong <cyd@gnu.org>
14372
14373 * simple.el (list-processes--refresh): Delete exited processes
14374 (Bug#8094).
14375
14376 * comint.el (comint-next-prompt): next-single-char-property-change
14377 and prev-single-char-property-change never return nil (Bug#8657).
14378
14379 * custom.el (defcustom): Doc fix (Bug#9711).
14380
14381 2012-02-05 Chong Yidong <cyd@gnu.org>
14382
14383 * cus-edit.el (custom-variable-reset-backup): Quote the value
14384 before storing it in the customized-value property (Bug#6712).
14385 (custom-display): Add a customization type tag.
14386 (custom-buffer-create-internal): Improve tooltip message.
14387
14388 * wid-edit.el (widget-field-value-get): New optional arg to
14389 suppress trailing whitespace truncation.
14390 (character): Use it (Bug#2689).
14391
14392 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14393
14394 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14395 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14396
14397 2012-02-05 Chong Yidong <cyd@gnu.org>
14398
14399 * cus-edit.el (custom-variable-value-create): For mismatched
14400 types, show the current value (Bug#7600).
14401
14402 * custom.el (defcustom): Doc fix.
14403
14404 2012-02-05 Glenn Morris <rgm@gnu.org>
14405
14406 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14407
14408 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14409
14410 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14411 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14412 (pp-last-sexp): Use `looking-at-p'.
14413
14414 2012-02-04 Glenn Morris <rgm@gnu.org>
14415
14416 * files.el (revert-buffer):
14417 Doc fix (mention revert-buffer-in-progress-p).
14418
14419 * emacs-lisp/ert-x.el (ert-simulate-command):
14420 Check deferred-action-list (which is obsolete) is bound.
14421
14422 * subr.el (with-wrapper-hook): Doc fixes.
14423
14424 * simple.el (filter-buffer-substring-functions)
14425 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14426
14427 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14428
14429 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14430 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14431
14432 2012-02-04 Leo Liu <sdl.web@gmail.com>
14433
14434 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14435
14436 2012-02-04 Glenn Morris <rgm@gnu.org>
14437
14438 * image.el (image-extension-data): Add obsolete alias.
14439
14440 * isearch.el (isearch-update): Doc fix.
14441
14442 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14443
14444 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14445
14446 2012-02-03 Glenn Morris <rgm@gnu.org>
14447
14448 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14449 (image-animate-timeout): Doc fix.
14450
14451 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14452
14453 2012-02-02 Glenn Morris <rgm@gnu.org>
14454
14455 * server.el (server-auth-dir): Doc fix.
14456 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14457
14458 * subr.el (run-mode-hooks): Doc fix.
14459
14460 2012-02-02 Juri Linkov <juri@jurta.org>
14461
14462 * image-mode.el (image-toggle-display-image): Remove tautological
14463 `major-mode' from the `derived-mode-p' test.
14464
14465 2012-02-02 Kenichi Handa <handa@m17n.org>
14466
14467 * composite.el (compose-region): Cancel previous change.
14468
14469 2012-02-02 Kenichi Handa <handa@m17n.org>
14470
14471 * composite.el (compose-region, compose-string): Signal error for
14472 a null string component (Bug#6988).
14473
14474 2012-02-01 Chong Yidong <cyd@gnu.org>
14475
14476 * view.el (view-buffer-other-window, view-buffer-other-frame):
14477 Handle special modes like view-buffer (Bug#10650).
14478 (view-buffer): Simplify.
14479
14480 * frame.el (set-frame-font): Tweak meaning of third argument.
14481
14482 * dynamic-setting.el (font-setting-change-default-font):
14483 Use set-frame-font (Bug#9982).
14484
14485 2012-02-01 Glenn Morris <rgm@gnu.org>
14486
14487 * progmodes/compile.el (compilation-internal-error-properties):
14488 Respect compilation-first-column in the "*compilation*" buffer.
14489
14490 * emacs-lisp/easy-mmode.el (define-minor-mode):
14491 Relax :variable's test for a named function.
14492
14493 2012-01-31 Alan Mackenzie <acm@muc.de>
14494
14495 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14496 off by one error.
14497
14498 2012-01-31 Chong Yidong <cyd@gnu.org>
14499
14500 * frame.el (set-frame-font): New arg ALL-FRAMES.
14501
14502 * menu-bar.el (menu-set-font): Use set-frame-font.
14503
14504 * faces.el (face-spec-reset-face): Don't apply unspecified
14505 attribute values to the default face.
14506
14507 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14508
14509 * progmodes/cwarn.el (cwarn): Remove dead link.
14510 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14511 Remove * from defcustom docstrings.
14512 (turn-on-cwarn-mode): Make obsolete.
14513 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14514 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14515
14516 2012-01-31 Glenn Morris <rgm@gnu.org>
14517
14518 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14519 Fix :variable handling of mode a symbol not equal to modefun.
14520 Allow named functions to be used as the cdr of :variable.
14521
14522 2012-01-30 Glenn Morris <rgm@gnu.org>
14523
14524 * emacs-lisp/authors.el (authors-fixed-entries):
14525 Remove reference to deleted file rnewspost.el.
14526
14527 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14528
14529 * window.el (window-with-parameter): Remove unused variable `windows'.
14530 (window--side-check): Remove unused variable `code'.
14531 (window--resize-siblings): Remove unused variable `first'.
14532 (adjust-window-trailing-edge): Remove unused variable `failed'.
14533 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14534 Use `let', not `let*'.
14535 (balance-windows-2): Remove unused variable `found'.
14536 (window--state-put-2): Remove unused variable `splits'.
14537 (window-state-put): Remove unused variable `selected'.
14538 (same-window-p): Use `string-match-p'.
14539 (display-buffer-assq-regexp): Remove unused variable `value'.
14540 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14541 Mark argument ALIST as ignored.
14542 (pop-to-buffer): Remove unused variable `old-window'.
14543
14544 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14545
14546 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14547 and .lzma compressed files.
14548
14549 2012-01-29 Chong Yidong <cyd@gnu.org>
14550
14551 * frame.el (window-system-default-frame-alist): Doc fix.
14552
14553 * dynamic-setting.el (font-setting-change-default-font): Don't
14554 change the default face if SET-FONT argument is non-nil (Bug#9982).
14555
14556 2012-01-29 Samuel Bronson <naesten@gmail.com>
14557
14558 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14559
14560 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14561
14562 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14563 breakpoints in files outside current directory (Bug#6098).
14564
14565 2012-01-29 Chong Yidong <cyd@gnu.org>
14566
14567 * progmodes/python.el: Require ansi-color at top-level.
14568
14569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14570 Define and use in Emacs Lisp mode (Bug#9360).
14571 (lisp-mode-abbrev-table): Add doc.
14572 (lisp-mode-variables): Don't set local-abbrev-table.
14573 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14574
14575 2012-01-28 Roland Winkler <winkler@gnu.org>
14576
14577 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14578
14579 2012-01-28 Roland Winkler <winkler@gnu.org>
14580
14581 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14582 (bibtex-set-dialect): Use it. Either set global values of
14583 dialect-dependent variables or bind these variables buffer-locally
14584 (Bug#10254).
14585 (bibtex-mode): Call bibtex-set-dialect via
14586 hack-local-variables-hook.
14587 (bibtex-dialect): Update docstring.
14588 Add safe-local-variable predicate.
14589 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14590 bibtex-set-dialect.
14591 (bibtex-mode-map): Define menu for each dialect.
14592 (bibtex-entry): Fix docstring.
14593
14594 2012-01-28 Chong Yidong <cyd@gnu.org>
14595
14596 * eshell/esh-arg.el (eshell-quote-argument): New function.
14597
14598 * eshell/esh-ext.el (eshell-invoke-batch-file):
14599 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14600 first arg to eshell-parse-command (Bug#10523).
14601
14602 2012-01-28 Drew Adams <drew.adams@oracle.com>
14603
14604 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14605 `default-directory' is non-nil.
14606
14607 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14608
14609 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14610 line that displays system-configuration-options. (Bug#9924)
14611
14612 2012-01-28 Drew Adams <drew.adams@oracle.com>
14613
14614 * descr-text.el (describe-char): Show information about POS, in
14615 addition to information about the character at POS. Improve and
14616 update the doc string. Change "code point" to "code point in
14617 charset", to avoid confusion with the character's Unicode code
14618 point shown above that. (Bug#10129)
14619
14620 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14621
14622 * descr-text.el (describe-char): Show the raw character, not only
14623 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14624 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14625 for the reasons.
14626
14627 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14628
14629 * emacs-lisp/package.el (package-install):
14630 Run package-refresh-contents if there is no archive yet (Bug#9798).
14631
14632 2012-01-28 Chong Yidong <cyd@gnu.org>
14633
14634 * emacs-lisp/package.el (package-maybe-load-descriptor):
14635 New function, split from package-maybe-load-descriptor.
14636 (package-maybe-load-descriptor): Use it.
14637 (package-download-transaction): Fully load required packages
14638 inside the loop, so that `require' calls work (Bug#10593).
14639 (package-install): No need to call package-initialize now.
14640
14641 2012-01-28 Chong Yidong <cyd@gnu.org>
14642
14643 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14644
14645 * tooltip.el (tooltip-mode): Doc fix.
14646 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14647
14648 * frame.el (set-cursor-color): Doc fix (Bug#352).
14649
14650 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14651 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14652
14653 * cus-edit.el (custom-buffer-create-internal): Fix search button
14654 action (Bug#10542).
14655 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14656
14657 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14658
14659 * dired.el (dired-mark-files-regexp):
14660 Include any subdirectory components. (Bug#10445)
14661
14662 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14663
14664 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14665 Handle [host]:port syntax. (Bug#10533)
14666
14667 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14668
14669 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14670
14671 2012-01-26 Glenn Morris <rgm@gnu.org>
14672
14673 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14674 * term.el (term-raw-escape-map): Use Control-X-prefix.
14675 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14676
14677 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14678
14679 * window.el (window-state-get, window--state-get-1): Don't deal
14680 with fixed-sizeness of windows. Simplify code.
14681
14682 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14683
14684 * window.el (window--state-get-1, window--state-put-2):
14685 Don't save and restore the mark.
14686
14687 2012-01-25 Chong Yidong <cyd@gnu.org>
14688
14689 * custom.el (custom-variable-p): Doc fix.
14690
14691 2012-01-25 Glenn Morris <rgm@gnu.org>
14692
14693 * dired.el (dired-goto-file): Handle some of the more common
14694 characters that `ls -b' escapes. (Bug#10596)
14695
14696 * progmodes/compile.el (compilation-next-error-function):
14697 Respect compilation-first-column in the "*compilation*" buffer.
14698 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14699
14700 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14701
14702 2012-01-24 Glenn Morris <rgm@gnu.org>
14703
14704 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14705
14706 2012-01-24 Julien Danjou <julien@danjou.info>
14707
14708 * color.el (color-rgb-to-hsl): Fix value computing.
14709 (color-hue-to-rgb): New function.
14710 (color-hsl-to-rgb): New function.
14711 (color-clamp, color-saturate-hsl, color-saturate-name)
14712 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14713 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14714
14715 2012-01-24 Glenn Morris <rgm@gnu.org>
14716
14717 * vc/vc-rcs.el (vc-rcs-create-tag):
14718 * vc/vc-sccs.el (vc-sccs-create-tag):
14719 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14720
14721 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14722
14723 * eshell/esh-util.el (eshell-read-hosts-file):
14724 Skip comment lines. (Bug#10549)
14725
14726 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14727
14728 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14729
14730 * subr.el (display-delayed-warnings): Doc fix.
14731 (collapse-delayed-warnings): New function to collapse identical
14732 adjacent warnings.
14733 (delayed-warnings-hook): Add it.
14734
14735 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14736
14737 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14738
14739 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14740 (tramp-default-user-alist): Don't add "pscp".
14741 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14742 property "login-as", if set. (Bug#10530)
14743
14744 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14745
14746 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14747 "plink1" and "psftp". (Bug#10530)
14748
14749 2012-01-21 Kenichi Handa <handa@m17n.org>
14750
14751 * international/mule-cmds.el (prefer-coding-system): Show a
14752 warning message if the default value of file-name-coding-system
14753 was not changed.
14754
14755 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14756
14757 * windmove.el (windmove-reference-loc):
14758 Fix windmove-reference-loc miscalculation.
14759
14760 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14761
14762 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14763 default unit.
14764
14765 2012-01-21 Glenn Morris <rgm@gnu.org>
14766
14767 * international/mule.el (auto-coding-alist): Add .tbz.
14768
14769 * files.el (local-enable-local-variables): Doc fix.
14770 (inhibit-local-variables-regexps): Rename from
14771 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14772 Doc fix. Add some extensions from auto-coding-alist.
14773 (inhibit-local-variables-suffixes):
14774 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14775 (inhibit-local-variables-p):
14776 New function, extracted from set-auto-mode-1.
14777 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14778 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14779 (hack-local-variables): Doc fix. Make the mode-only case
14780 respect enable-local-variables and friends.
14781 Respect inhibit-local-variables-regexps for file-locals, but
14782 not for directory-locals.
14783 (set-visited-file-name):
14784 Take account of inhibit-local-variables-regexps.
14785 Whether it applies may change as the file name is changed.
14786 * jka-cmpr-hook.el (jka-compr-install):
14787 * jka-compr.el (jka-compr-uninstall):
14788 Update for inhibit-first-line-modes-suffixes name change.
14789
14790 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14791
14792 * help-macro.el (make-help-screen): Temporarily restore original
14793 binding for minor-mode-map-alist (Bug#10454).
14794
14795 2012-01-19 Julien Danjou <julien@danjou.info>
14796
14797 * color.el (color-name-to-rgb): Use the white color to find the max
14798 color component value and return correctly computed values.
14799 (color-name-to-rgb): Add missing float conversion for max value.
14800
14801 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14802
14803 * window.el (window--state-get-1, window-state-get): Do not use
14804 special state value for window-persistent-parameters.
14805 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14806 (window--state-put-2): Reset all window parameters to nil before
14807 assigning values of persistent parameters.
14808
14809 2012-01-18 Alan Mackenzie <acm@muc.de>
14810
14811 Eliminate sluggishness and hangs in fontification of "semicolon
14812 deserts".
14813
14814 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14815 Change value 10000 -> 3000.
14816 (c-state-safe-place): Reformulate so it doesn't stack up an
14817 infinite number of wrong entries in c-state-nonlit-pos-cache.
14818 (c-determine-limit-get-base, c-determine-limit): New functions to
14819 determine backward search limits disregarding literals.
14820 (c-find-decl-spots): Amend commenting.
14821 (c-cheap-inside-bracelist-p): New function which detects "={".
14822
14823 * progmodes/cc-fonts.el
14824 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14825 backward search.
14826 (c-font-lock-declarations): Fix an occurrence of point being
14827 undefined. Check additionally for point being in a bracelist or
14828 near a macro invocation without a semicolon so as to avoid a
14829 fruitless time consuming search for a declarator. Give a more
14830 precise search limit for declarators using the new
14831 c-determine-limit.
14832
14833 2012-01-18 Glenn Morris <rgm@gnu.org>
14834
14835 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14836 (set-auto-mode): Doc fixes.
14837
14838 2012-01-17 Glenn Morris <rgm@gnu.org>
14839
14840 * isearch.el (search-nonincremental-instead): Fix doc typo.
14841
14842 * dired.el (dired-insert-directory): Handle newlines in directory name.
14843 (dired-build-subdir-alist): Unescape newlines in directory name.
14844
14845 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14846
14847 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14848 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14849 (tramp-action-terminal): Use it. (Bug#10530)
14850
14851 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14854
14855 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14856
14857 * window.el (window-state-ignored-parameters): Remove variable.
14858 (window--state-get-1): Rename argument MARKERS to IGNORE.
14859 Handle persistent window parameters. Make copy of clone-of
14860 parameter only if requested. (Bug#10348)
14861 (window--state-put-2): Install a window parameter only if it has
14862 a non-nil value or an existing parameter shall be overwritten.
14863
14864 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14865
14866 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14867
14868 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14869
14870 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14871 don't pass the (nil) value of `upnode' to string-match.
14872
14873 2012-01-14 Chong Yidong <cyd@gnu.org>
14874
14875 * startup.el (command-line): Fix X resource class for cursorColor.
14876 Fix values recognized by the cursorBlink resource.
14877
14878 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14879
14880 * epg.el (epg--make-temp-file): Avoid permission race condition
14881 when running on old Emacs versions (bug#10403).
14882
14883 2012-01-14 Glenn Morris <rgm@gnu.org>
14884
14885 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14886
14887 2012-01-13 Alan Mackenzie <acm@muc.de>
14888
14889 Fix filling for when filladapt mode is enabled.
14890
14891 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14892 c-mask-paragraph, pass in `fill-paragraph' rather than
14893 `fill-region-as-paragraph'. (This is a reversion of a previous
14894 change.)
14895 * progmodes/cc-mode.el (c-basic-common-init):
14896 Make fill-paragraph-handle-comment buffer local and set it to nil.
14897
14898 2012-01-13 Glenn Morris <rgm@gnu.org>
14899
14900 * dired.el (dired-switches-escape-p): New function.
14901 (dired-insert-directory): Use dired-switches-escape-p.
14902 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14903
14904 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14905
14906 2012-01-12 Glenn Morris <rgm@gnu.org>
14907
14908 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14909 changes in adaptive-fill-regexp. (Bug#10276)
14910
14911 2012-01-11 Alan Mackenzie <acm@muc.de>
14912
14913 Fix Emacs bug #10463 - put `widen's around the critical spots.
14914
14915 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14916 widen around each invocation of c-state-pp-to-literal. Remove an
14917 unused let variable.
14918
14919 2012-01-11 Glenn Morris <rgm@gnu.org>
14920
14921 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14922 Doc fix.
14923
14924 2012-01-10 Chong Yidong <cyd@gnu.org>
14925
14926 * net/network-stream.el (network-stream-open-starttls):
14927 Avoid emitting a confusing error message when the server gives a bad
14928 response to the capability command.
14929
14930 2012-01-10 Glenn Morris <rgm@gnu.org>
14931
14932 * mail/unrmail.el (unrmail): Tweak previous change.
14933
14934 2012-01-09 Chong Yidong <cyd@gnu.org>
14935
14936 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14937
14938 2012-01-08 Alan Mackenzie <acm@muc.de>
14939
14940 Optimize font locking in long enum definitions.
14941
14942 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14943 arm to a cond form to handle enums.
14944 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14945 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14946
14947 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14948
14949 * files.el (move-file-to-trash): Preserve default file modes on error.
14950 (Bug#10401)
14951
14952 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14953
14954 * faces.el (set-face-attribute): Clarify the meaning of the nil
14955 frame (bug#10294).
14956
14957 * subr.el (with-selected-frame): Mention that the selected frame
14958 is restored (bug#9980).
14959
14960 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14961 (bug#9759).
14962
14963 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14964 (password-read): Don't autoload unused function.
14965
14966 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14967
14968 * progmodes/which-func.el (which-func-mode): Turn into a
14969 non-interactive function and mark as obsolete (bug#10428).
14970
14971 2012-01-06 Chong Yidong <cyd@gnu.org>
14972
14973 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14974 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14975 functions, along with 1 and -1.
14976
14977 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14978
14979 * time.el (display-time-load-average)
14980 (display-time-default-load-average): Doc fixes. See the thread
14981 starting at
14982 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14983 for the details.
14984
14985 2012-01-06 Glenn Morris <rgm@gnu.org>
14986
14987 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14988 has no messages. (Bug#10377)
14989
14990 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14991 than Info-edit. (Bug#10385)
14992
14993 * time.el (display-time-load-average, display-time-next-load-average):
14994 Doc fixes.
14995
14996 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14997 local setting of buffer-read-only to the input buffer. (Bug#10419)
14998
14999 * calendar/calendar.el (calendar-mode):
15000 Locally set scroll-margin to 0. (Bug#10379)
15001
15002 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
15003
15004 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
15005
15006 2012-01-05 Glenn Morris <rgm@gnu.org>
15007
15008 * eshell/em-unix.el (diff-no-select): Autoload it.
15009 (eshell/diff): Use diff-no-select. (Bug#10420)
15010
15011 2012-01-05 Chong Yidong <cyd@gnu.org>
15012
15013 * shell.el (shell-dynamic-complete-functions): Revert last change.
15014 (shell-command-completion-function): New function.
15015 (shell-completion-vars): Use it to implement
15016 shell-completion-execonly (Bug#10417).
15017
15018 * custom.el (enable-theme): Don't set custom-safe-themes.
15019
15020 * cus-theme.el (custom-theme-merge-theme):
15021 Ignore custom-enabled-themes and custom-safe-themes.
15022
15023 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
15024
15025 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15026 first prompt in `sql-interacive-mode'.
15027 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15028 keywords.
15029 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15030 (sql-product-interactive): Bug fix: Set `sql-buffer' in
15031 context of original buffer. Invoke `sql-login-hook'.
15032
15033 2012-01-04 Eli Zaretskii <eliz@gnu.org>
15034
15035 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15036 letters in cite-prefix.
15037
15038 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15039
15040 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15041
15042 2012-01-03 Chong Yidong <cyd@gnu.org>
15043
15044 * shell.el (shell-dynamic-complete-functions):
15045 Put pcomplete-completions-at-point, so as to try
15046 comint-filename-completion first (Bug#10417).
15047
15048 2012-01-02 Richard Stallman <rms@gnu.org>
15049
15050 * battery.el (battery-status-function):
15051 Detect when to use battery-yeeloong-sysfs.
15052 (battery-echo-area-format): Add string for Yeeloong.
15053 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15054 (battery-yeeloong-sysfs): New function.
15055
15056 2012-01-02 Chong Yidong <cyd@gnu.org>
15057
15058 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15059 (dirtrack): Merge code for handling relative filenames in prompt
15060 from shell-dir-cookie-watcher.
15061 (dirtrack-debug-message): New arg to avoid excess format calls.
15062
15063 * shell.el (shell-dir-cookie-re): Variable deleted.
15064 (shell-dir-cookie-watcher): Function deleted.
15065 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15066 with dirtrack-mode.
15067
15068 2012-01-01 Eli Zaretskii <eliz@gnu.org>
15069
15070 * term/w32-win.el (dynamic-library-alist) <gnutls>:
15071 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15072 libgnutls-26.dll.
15073
15074 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
15075
15076 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15077
15078 2011-12-31 Eli Zaretskii <eliz@gnu.org>
15079
15080 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15081 headers of non-MIME messages, when rmail-enable-mime is non-nil.
15082
15083 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
15084
15085 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15086 also for alternative shells.
15087 (tramp-open-connection-setup-interactive-shell): Check, whether
15088 the shell is a busybox.
15089 (tramp-send-command): Don't suppress multiple prompts for
15090 busyboxes, it hurts.
15091
15092 2011-12-28 Chong Yidong <cyd@gnu.org>
15093
15094 * progmodes/gdb-mi.el (gdb-get-source-file-list)
15095 (gdb-get-source-file): Move mode line update to
15096 gdb-get-source-file (Bug#10087).
15097
15098 2011-12-25 Chong Yidong <cyd@gnu.org>
15099
15100 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15101 gud-gdb-marker-filter without taking it as an argument.
15102 (gud-gdb-run-command-fetch-lines): Caller changed.
15103 (gud-gdb-completion-function): New variable.
15104 (gud-gdb-completion-at-point): Use it.
15105 (gud-gdb-completions-1): Split from gud-gdb-completions.
15106
15107 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15108 function as separate arguments.
15109 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15110 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15111 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15112 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15113 (gdb-stopped, def-gdb-auto-update-trigger)
15114 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15115 (gdb-get-changed-registers, gdb-get-main-selected-frame):
15116 Callers changed.
15117 (gud-gdbmi-completions): New function.
15118 (gdb): Use it for generating the completion table.
15119
15120 2011-12-24 Alan Mackenzie <acm@muc.de>
15121
15122 Introduce a mechanism to widen the region used in context font
15123 locking. Use this to protect declarations from losing their contexts.
15124
15125 * progmodes/cc-langs.el (c-before-font-lock-functions):
15126 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15127 (c-before-context-fontification-functions): New defvar, a list of
15128 functions to be run just before context (etc.) font locking.
15129
15130 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15131 New, functionality extracted from
15132 c-neutralize-syntax-in-and-mark-CPP.
15133 (c-in-after-change-fontification): New variable.
15134 (c-after-change): Set c-in-after-change-fontification.
15135 (c-set-fl-decl-start): Rejig its interface, so it can be called
15136 from both after-change and context fontifying.
15137 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15138 New functions.
15139 (c-standard-font-lock-fontify-region-function): New variable.
15140 (c-font-lock-fontify-region): New function.
15141
15142 2011-12-24 Juri Linkov <juri@jurta.org>
15143
15144 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15145 (Bug#10348)
15146
15147 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
15148
15149 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15150 existence of source file. (Bug#10325)
15151
15152 2011-12-23 Alan Mackenzie <acm@muc.de>
15153
15154 Fix unstable fontification inside templates.
15155
15156 * progmodes/cc-langs.el (c-before-font-lock-functions):
15157 Newly created from the singular version. The (c c++ objc) entry now
15158 additionally has c-set-fl-decl-start. The other languages (apart
15159 from AWK) have that as a single entry.
15160
15161 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15162 The functionality for "local" declarations has been extracted to
15163 c-set-fl-decl-start.
15164
15165 * progmodes/cc-mode.el (c-common-init, c-after-change):
15166 Changes due to pluralisation of c-before-font-lock-functions.
15167 (c-set-fl-decl-start): New function, extracted from
15168 c-font-lock-enclosing-decls and enhanced.
15169
15170 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
15171
15172 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15173
15174 2011-12-22 Juri Linkov <juri@jurta.org>
15175
15176 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
15177
15178 2011-12-22 Chong Yidong <cyd@gnu.org>
15179
15180 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15181
15182 2011-12-21 Drew Adams <drew.adams@oracle.com>
15183
15184 * files.el (file-remote-p): Fix docstring. (Bug#10319)
15185
15186 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15187
15188 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15189
15190 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15191
15192 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
15193 highlighting and support. Fix up comments for capitalization.
15194 (cfengine-mode-debug): New var.
15195 (cfengine3-mode): Change the modeline indicator to "CFE3".
15196 (cfengine3-font-lock-keywords): Improve defun highlighting.
15197 (cfengine2-actions): Rename from `cfengine-actions'.
15198 (cfengine2-font-lock-keywords): Rename from
15199 `cfengine-font-lock-keywords'.
15200 (cfengine2-imenu-expression): Rename from
15201 `cfengine-imenu-expression'.
15202 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15203 (cfengine2-beginning-of-defun): Rename from
15204 `cfengine-beginning-of-defun'.
15205 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15206 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15207 (cfengine2-mode): Rename from `cfengine-mode'. Change the
15208 modeline indicator to "CFE2".
15209 (cfengine-mode): Defalias to `cfengine-auto-mode'.
15210 (cfengine-mode-abbrevs): Mark obsolete.
15211
15212 2011-12-21 Chong Yidong <cyd@gnu.org>
15213
15214 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15215 filename argument.
15216
15217 2011-12-20 Martin Rudalics <rudalics@gmx.at>
15218
15219 * window.el (window-normalize-buffer-to-display): Remove.
15220 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15221
15222 2011-12-19 Chong Yidong <cyd@gnu.org>
15223
15224 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15225 Don't signal an error in a predicate function; return non-nil.
15226 (vc-dir-mark-file): Move the error here.
15227 (vc-dir-mark-unmark): If acting on the region, keep going if one
15228 of the entries cannot be marked/unmarked.
15229 (vc-dir-mark-all-files): If current entry is a directory, mark
15230 only child files, as documented.
15231
15232 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
15233
15234 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15235 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15236 addition.
15237
15238 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15239
15240 * term/ns-win.el (ns-get-selection-internal)
15241 (ns-store-selection-internal): Declare.
15242 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15243 Declare as obsolete.
15244 (ns-get-pasteboard, ns-paste-secondary):
15245 Use ns-get-selection-internal.
15246 (ns-set-pasteboard, ns-copy-including-secondary):
15247 Use ns-store-selection-internal.
15248
15249 2011-12-17 Chong Yidong <cyd@gnu.org>
15250
15251 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15252 (vc-deduce-fileset): Doc fix.
15253
15254 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
15255
15256 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15257
15258 2011-12-13 Sam Steingold <sds@gnu.org>
15259
15260 * man.el (Man-getpage-in-background): When running under a
15261 window-system, ignore $MANWIDTH and $COLUMNS.
15262
15263 2011-12-15 Kenichi Handa <handa@m17n.org>
15264
15265 * language/ethio-util.el: Change coding tag to utf-8-emacs.
15266 (setup-ethiopic-environment-internal): Comment out key-binding for
15267 ethio-toggle-punctuation.
15268
15269 2011-12-13 Alan Mackenzie <acm@muc.de>
15270
15271 Add the switch statement to AWK Mode.
15272
15273 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15274 "default" to the keywords regexp.
15275
15276 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15277 expression as the rest.
15278 (c-nonlabel-token-key): Allow string literals for AWK.
15279 Refactor for the other modes.
15280
15281 Large brace-block initialisation makes CC Mode slow: Fix.
15282 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15283 routines. Limit backward searching in c-font-lock-enclosing.decl.
15284
15285 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15286 pp-state and literal type in addition to the limits.
15287 (c-state-safe-place): New defun, extracted from c-state-literal-at.
15288 (c-state-literal-at): Use the above new defun.
15289 (c-slow-in-literal, c-fast-in-literal): Remove.
15290 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15291
15292 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15293 being in a literal. Add a limit for backward searching.
15294
15295 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15296 c-slow-in-literal.
15297
15298 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15299
15300 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15301
15302 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15303
15304 * window.el (delete-other-windows): Use correct frame in call to
15305 window-with-parameter.
15306
15307 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
15308
15309 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15310 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15311 (makefile-gmake-statements, makefile-makepp-statements):
15312 Use it and add new makepp keywords.
15313 (makefile-makepp-font-lock-keywords): Add new patterns.
15314 (makefile-match-function-end): Match new [...] and [[...]].
15315
15316 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
15317
15318 * ses.el (ses-call-printer-return, ses-cell-property-get)
15319 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15320 (ses-create-cell-variable, ses-reset-header-string)
15321 (ses-cell-set-formula, ses-repair-cell-reference-all)
15322 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15323 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15324 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15325 (ses-aset-with-undo, ses-load, ses-truncate-cell)
15326 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15327 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15328 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15329 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15330 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15331 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15332 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15333 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15334
15335 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
15336
15337 * ses.el: The overall change is to add cell renaming, that is
15338 setting fancy names for cell symbols other than name matching
15339 "\\`[A-Z]+[0-9]+\\'" regexp .
15340 (ses-create-cell-variable): New defun.
15341 (ses-relocate-formula): Relocate formulas only for cells the
15342 symbols of which are not renamed, i.e. symbols whose names do not
15343 match regexp "\\`[A-Z]+[0-9]+\\'".
15344 (ses-relocate-all): Relocate values only for cells the symbols of
15345 which are not renamed.
15346 (ses-load): Create cells variables as the (ses-cell ...) are read,
15347 in order to check row col consistency with cell symbol name only
15348 for cells that are not renamed.
15349 (ses-replace-name-in-formula): New defun.
15350 (ses-rename-cell): New defun.
15351
15352 2011-12-11 Chong Yidong <cyd@gnu.org>
15353
15354 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15355 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15356
15357 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
15358
15359 * window.el (other-window): Fix docstring.
15360
15361 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15362
15363 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15364 `from' or `to' address before taking its substring.
15365 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15366 encoded name is chopped in the middle of the encoded string, and
15367 thus displayed encoded.
15368
15369 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
15370
15371 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15372
15373 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15374
15375 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
15376 to use texinfo-update-node and commands that call it if the
15377 Texinfo file uses @node lines without next/prev/up pointers.
15378 Correct outdated description about texinfo-master-menu.
15379 (texinfo-all-menus-update, texinfo-master-menu)
15380 (texinfo-update-node, texinfo-every-node-update)
15381 (texinfo-multiple-files-update): Doc fix. Warn against updating
15382 all the @node lines.
15383 (texinfo-master-menu): Only call texinfo-update-node if the prefix
15384 argument is numeric. Explain better in the doc string what the
15385 function really does.
15386 (texinfo-insert-master-menu-list): Improve the error message
15387 displayed if there's no menu in the Top node.
15388 (Bug#2975) See also this thread:
15389 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15390
15391 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15392
15393 * speedbar.el (speedbar-supported-extension-expressions):
15394 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15395
15396 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15397
15398 * printing.el (pr-mode-alist):
15399 * simple.el (filter-buffer-substring-functions)
15400 (completion-list-insert-choice-function):
15401 * window.el (window-with-parameter, window-atom-root)
15402 (window-sides-slots, window-size-fixed, window-min-delta)
15403 (window-max-delta, window--resize-mini-window)
15404 (window--resize-child-windows-normal, window-tree)
15405 (delete-other-windows, quit-window, split-window)
15406 (display-buffer-record-window, special-display-buffer-names)
15407 (special-display-regexps, special-display-popup-frame)
15408 (same-window-p, split-window-sensibly)
15409 (display-buffer-overriding-action, display-buffer-alist)
15410 (display-buffer-base-action, display-buffer, switch-to-buffer)
15411 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15412 (fit-window-to-buffer, recenter-positions)
15413 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15414 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15415 and remove unneeded backslashes in docstrings.
15416
15417 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15418
15419 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15420
15421 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15422 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15423 end in ".mk".
15424 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15425 when reading the makefile (bug#10116).
15426
15427 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15430 (bug#10116).
15431
15432 2011-12-06 Glenn Morris <rgm@gnu.org>
15433
15434 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15435
15436 2011-12-06 Chong Yidong <cyd@gnu.org>
15437
15438 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15439
15440 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15441
15442 * textmodes/table.el (table-shorten-cell): Fix typo.
15443
15444 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15445
15446 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15447
15448 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15449
15450 * descr-text.el (describe-char): Fix display of strong
15451 right-to-left characters and directional embeddings and overrides.
15452
15453 * simple.el (what-cursor-position): Fix display of codepoints of
15454 strong right-to-left characters.
15455
15456 2011-12-05 Chong Yidong <cyd@gnu.org>
15457
15458 * faces.el (read-color): Doc fix.
15459
15460 2011-12-05 Glenn Morris <rgm@gnu.org>
15461
15462 * align.el (align--set-marker): Add doc-string.
15463 Don't try to move something that is not a marker. (Bug#10216)
15464
15465 2011-12-04 Glenn Morris <rgm@gnu.org>
15466
15467 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15468 overly zealous deletion of trailing whitespace.
15469
15470 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15471
15472 * server.el (server-delete-client): On Windows, do not try to delete
15473 the only terminal.
15474 (server-process-filter): On Windows, treat requests for a tty frame as
15475 if they were for a GUI frame if the running server is in GUI mode.
15476
15477 2011-12-03 Glenn Morris <rgm@gnu.org>
15478
15479 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15480
15481 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * electric.el: Streamline electric-indent's hook.
15484 (electric-indent-chars): Revert to simple list.
15485 (electric-indent-functions): New var.
15486 (electric-indent-post-self-insert-function): Use it.
15487
15488 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15489 there's no inferior buffer (bug#10196).
15490 (prolog-consult-compile): Don't use toggle-read-only.
15491
15492 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15493
15494 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15495 interrupt. (Bug#10187)
15496
15497 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15500 (bug#9160).
15501
15502 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15503 (bug#10191).
15504
15505 2011-12-02 Juri Linkov <juri@jurta.org>
15506
15507 * info.el (Info-search): Display "end of manual" when Isearch
15508 reaches the end of single-file Info manual. (Bug#9918)
15509
15510 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15511
15512 * isearch.el (isearch-message-prefix): Run the input method part
15513 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15514
15515 2011-12-02 Juri Linkov <juri@jurta.org>
15516
15517 * isearch.el (isearch-occur): Use `word-search-regexp' for
15518 `isearch-word'.
15519 (isearch-search-and-update): Add condition for `isearch-word' and
15520 call `word-search-regexp'. (Bug#10145)
15521
15522 2011-12-01 Glenn Morris <rgm@gnu.org>
15523
15524 * eshell/em-hist.el (eshell-hist-initialize):
15525 Handle eshell-history-size nil and HISTSIZE set or unset.
15526 (eshell-history-file-name, eshell-history-size): Fix custom type.
15527
15528 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15531
15532 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15533
15534 * progmodes/verilog-mode.el (verilog-pretty-expr):
15535 Rework verilog-pretty-expr to handle new assignment operators in system
15536 verilog, such as += *= and the like.
15537 (verilog-assignment-operator-re): Regular expression to find the
15538 assigment operator in a verilog assignment.
15539 (verilog-assignment-operation-re): Regular expression to find an
15540 assignment statement for pretty-expr.
15541 (verilog-in-attribute-p): Query returns true if point is in an
15542 attribute context; used to skip these for expression line up from
15543 pretty-expr.
15544 (verilog-in-parameter-p): Query returns true if point is in an
15545 parameter definition context; used to skip these for expression
15546 line up from pretty-expr.
15547 (verilog-in-parenthesis-p): Query returns true if point is in a
15548 parenthetical expression, specifically ( ) but not [ ] or { };
15549 used by pretty-expr.
15550 (verilog-just-one-space): If there is no space, don't add one.
15551 (verilog-get-lineup-indent-2): Specifically skip just attribute
15552 contexts for expression lineup, rather than skipping all
15553 parenthetical expressions.
15554 (verilog-calculate-indent): Fix comment, and fix indent.
15555 (verilog-do-indent): Indent declarations in lists (suggested by
15556 Joachim Lechner).
15557 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15558 skeleton items.
15559 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15560 by Alain Mellan).
15561
15562 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15563
15564 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15565 parameters with embedded comments. Reported by Ray Stevens.
15566 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15567 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15568 Reported by Tim Holt.
15569 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15570 instantiated by upper module causing wrong expansion until AUTOed a
15571 second time. Reported by K C Buckenmaier.
15572 (verilog-diff-auto): Fix showing .* as a difference when
15573 `verilog-auto-star-save' off. Reported by Dan Dever.
15574 (verilog-auto-reset, verilog-read-always-signals)
15575 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15576 temporary signals in reset list if
15577 verilog-auto-reset-blocking-in-non is nil, and match assignment
15578 style to each signal's assignment type, bug381.
15579 Reported by Thomas Esposito.
15580 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15581 (verilog-uvm-statement-re): Support UVM indentation and
15582 highlighting, with old OVM keywords only.
15583 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15584 Support AUTOTIEOFF creating non-wire data types.
15585 Suggested by Jonathan Greenlaw.
15586 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15587 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15588 (verilog-inject-sense, verilog-read-inst-pins)
15589 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15590 Fix mismatching parenthesis inside commented out code when deleting
15591 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15592 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15593 non-numeric vector width. Reported by Alex Reed.
15594 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15595 detecting signals with parameter widths. Reported by Alex Reed.
15596 (verilog-auto-delete-trailing-whitespace):
15597 With `verilog-auto-delete-trailing-whitespace' remove trailing
15598 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15599 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15600 Fix verilog-scan-cache corruption when running user AUTO expansion
15601 hooks that call indentation routines.
15602 (verilog-simplify-range-expression): Fix typo ignoring lower case
15603 identifiers.
15604 (verilog-delete-auto): Fix delete-autos to also remove user created
15605 automatics, as long as they start with AUTO.
15606 (verilog-batch-diff-auto, verilog-diff-auto)
15607 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15608 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15609 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15610 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15611 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15612 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15613 is disabled and its cache will get corrupt, causing AUTOS not to
15614 expand. Instead use only -quick functions.
15615 (verilog-scan-region): Fix scanning over escaped quotes.
15616 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15617 (verilog-re-search-backward-quick)
15618 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15619 related functions now ignore strings, to fix misparsing of strings
15620 with magic comments embedded in them.
15621 (verilog-read-auto-template):
15622 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15623 Reported by Brad Dobbie.
15624 (verilog-read-auto-template):
15625 Fix 'verilog-auto-inst-template-numbers' with comments.
15626 Reported by Brad Dobbie.
15627 (verilog-auto-inst, verilog-auto-inst-param)
15628 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15629 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15630 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15631 debugging templates without merge conflicts, bug357.
15632 Reported by Brad Dobbie.
15633 (verilog-read-auto-template):
15634 Fix verilog-auto-inst-template-numbers with multiple templates.
15635 Reported by Brad Dobbie.
15636 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15637 abbrevs so user won't be asked to save.
15638 (verilog-read-auto-lisp-present): Fix to start at beginning of
15639 buffer in case called outside of verilog-auto.
15640 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15641 to "X-2". Reported by Matthew Myers.
15642 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15643 all inputs from module templates. Reported by Leith Johnson.
15644 (verilog-module-inside-filename-p): Fix locating programs as with
15645 modules.
15646 (verilog-auto-inst-port): Fix vl-width expressions when using
15647 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15648 (verilog-decls-get-regs, verilog-decls-get-signals,
15649 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15650 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15651 verilog-read-decls): Combine reg and wire structures into one var
15652 structure to represent SystemVerilog concepts.
15653 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15654 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15655 (verilog-auto-wire-type, verilog-insert-definition):
15656 Add verilog-auto-wire-type and AUTOLOGIC to support using
15657 SystemVerilog "logic" keyword instead of "wire"/"reg".
15658 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15659 to declares outputs that also have assignments (presumably in an
15660 ifdef or generate if so there's not a driver conflict).
15661 Reported by Matthew Myers.
15662 (verilog-auto-declare-nettype, verilog-insert-definition):
15663 Add verilog-auto-declare-nettype to fix declarations using
15664 `default_nettype none. Reported by Julian Gorfajn.
15665 (verilog-read-always-signals-recurse, verilog-read-decls)
15666 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15667 malformed end statement, bug325. Reported by Joshua Wise and
15668 Andrew Drake.
15669 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15670 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15671 when expanding .* in interfaces, bug320.
15672 Reported by Pierre-David Pfister.
15673 (verilog-read-module-name): Fix import statements between module
15674 name and open parenthesis, bug317.
15675 Reported by Pierre-David Pfister.
15676 (verilog-simplify-range-expression): Fix simplification of
15677 multiplications inside AUTOWIRE connections, bug303.
15678 (verilog-auto-inst-port): Support parameter expansion in
15679 multidimensional arrays.
15680 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15681 after "assert property". Reported by Julian Gorfajn.
15682 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15683 with multiplication, bug303.
15684 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15685 Reported by Jan Frode Lonnum.
15686
15687 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15688
15689 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15690 (hfy-shell-file-name, hfy-shell):
15691 * international/fontset.el (x-decompose-font-name): Fix typos.
15692
15693 2011-11-29 Ken Brown <kbrown@cornell.edu>
15694
15695 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15696 (gdb-version): Remove defvar.
15697 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15698 (gdb-gud-context-command, gdb-non-stop-handler)
15699 (gdb-current-context-command, gdb-stopped): Use it.
15700 (gdb-init-1): Enable pretty printing here.
15701 (gdb-non-stop-handler): Don't enable pretty-printing here.
15702 Check to see if the target supports non-stop mode; if not, turn off
15703 non-stop mode. Use the following.
15704 (gdb-check-target-async): New defun.
15705 (gud-watch, gdb-stopped): Fix whitespace.
15706 (gdb-get-source-file): Don't try to display the source file if
15707 `gdb-main-file' is nil.
15708
15709 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * align.el: Try to generate fewer markers (bug#10047).
15712 (align--set-marker): New macro.
15713 (align-region): Use it.
15714
15715 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15716
15717 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15718
15719 2011-11-29 Chong Yidong <cyd@gnu.org>
15720
15721 * indent.el (indent-for-tab-command, indent-according-to-mode):
15722 Doc fix.
15723 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15724
15725 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15726
15727 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15728 aware of remote file names. (Bug#10124)
15729
15730 2011-11-29 Chong Yidong <cyd@gnu.org>
15731
15732 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15733
15734 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * files.el (find-file): Don't use force-same-window (bug#10144).
15737 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15738 use pop-to-buffer if the selected window can't be used.
15739 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15740
15741 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15742
15743 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15744 special-mode-map.
15745
15746 2011-11-28 Chong Yidong <cyd@gnu.org>
15747
15748 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15749
15750 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15751
15752 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15753 gdb-get-source-file-list on gdb-create-source-file-list.
15754
15755 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15756
15757 * whitespace.el (whitespace-newline): Use a different foreground
15758 color for 16-color light-background displays.
15759
15760 2011-11-24 Chong Yidong <cyd@gnu.org>
15761
15762 * window.el (display-buffer--special-action): Doc fix.
15763
15764 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15765
15766 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15767 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15768 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15769 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15770 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15771 (avl-tree-stack-first):
15772 * emacs-lisp/cconv.el (cconv--analyse-use):
15773 * net/gnutls.el (gnutls-negotiate): Fix typos.
15774
15775 2011-11-24 Glenn Morris <rgm@gnu.org>
15776
15777 * lpr.el (lpr-windows-system, lpr-lp-system):
15778 * mail/binhex.el (binhex-begin-line):
15779 * progmodes/grep.el (grep-history, grep-find-history):
15780 * textmodes/flyspell.el:
15781 * vc/pcvs-defs.el (cvs-global-menu):
15782 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15783 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15784 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15785
15786 * net/tls.el: Fix case of "GnuTLS".
15787
15788 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15789
15790 * version.el (emacs-build-system): Give it a doc-string.
15791
15792 2011-11-24 Juri Linkov <juri@jurta.org>
15793
15794 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15795
15796 2011-11-24 Glenn Morris <rgm@gnu.org>
15797
15798 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15799 if called on a non-mime message just toggle the headers. (Bug#8006)
15800
15801 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15802
15803 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15804 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15805 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15806 (allout-rebullet-heading, allout-open-sibtopic)
15807 (allout-toggle-current-subtree-encryption)
15808 (allout-toggle-subtree-encryption, allout-encrypt-string)
15809 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15810 (allout-distinctive-bullets-string, allout-auto-activation):
15811 * window.el (window-normalize-buffer-to-display):
15812 * progmodes/verilog-mode.el (verilog-batch-indent):
15813 * textmodes/bibtex.el (bibtex-field-braces-opt)
15814 (bibtex-field-strings-opt):
15815 * vc/cvs-status.el (cvs-tree-merge):
15816 Fix typos.
15817
15818 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15819
15820 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15821 `non-essential' to t, in order to avoid remote connections.
15822
15823 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15824
15825 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15826 On MS-DOS and MS-Windows, compare with loaddefs.el
15827 case-insensitively.
15828
15829 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15830
15831 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15832
15833 2011-11-23 Glenn Morris <rgm@gnu.org>
15834
15835 * paths.el (rmail-file-name): Reformat the doc-string so that it
15836 is picked up.
15837
15838 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15839 (rmail-auto-file): Ignore case in the "special" field names,
15840 as mail-fetch-field does for all others.
15841
15842 * mail/rmail.el (rmail-forward):
15843 * mail/rmailkwd.el (rmail-set-label):
15844 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15845 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15846
15847 * mail/rmail.el (rmail-current-message): Doc fix.
15848
15849 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15850
15851 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15852
15853 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15854
15855 2011-11-22 Glenn Morris <rgm@gnu.org>
15856
15857 * mail/rmailmm.el (test-rmail-mime-handler)
15858 (test-rmail-mime-bulk-handler)
15859 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15860
15861 2011-11-21 Juri Linkov <juri@jurta.org>
15862
15863 * calc/calc.el (calc-read-key-sequence):
15864 Let-bind `input-method-function' to nil. (Bug#10018)
15865
15866 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15867
15868 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15869 Tell the caller that the next line needs recomputation, even
15870 though it doesn't start a sexp (bug#10094).
15871
15872 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15875
15876 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15879 Use force-same-window.
15880
15881 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15882
15883 * descr-text.el (describe-char-unicode-data):
15884 * json.el (json-string-escape):
15885 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15886 (Footnote-unicode, Footnote-style-p):
15887 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15888
15889 2011-11-20 Chong Yidong <cyd@gnu.org>
15890
15891 * window.el (replace-buffer-in-windows): Restore interactive spec.
15892
15893 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15894
15895 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15896
15897 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15898 (byte-compile-global-not-obsolete-vars): New var.
15899 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15900 Use it.
15901 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15902
15903 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15904
15905 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15906 * progmodes/pascal.el (electric-pascal-equal):
15907 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15908 * xml.el (xml-substitute-special): Fix typos.
15909
15910 2011-11-20 Glenn Morris <rgm@gnu.org>
15911
15912 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15913 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15914 Doc fixes.
15915 (rmail-decode-mime-charset): Mark as obsolete.
15916
15917 * mail/rmailsum.el (rmail-message-regexp-p-1):
15918 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15919 Before using mime functions, check they are set. (Bug#10077)
15920
15921 2011-11-19 Juri Linkov <juri@jurta.org>
15922
15923 * info.el (Info-finder-find-node): Use `package--builtins' instead
15924 of `package-alist'. Use node names formed by the pattern "Keyword "
15925 and the keyword name.
15926
15927 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15928
15929 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15930
15931 2011-11-19 Juri Linkov <juri@jurta.org>
15932
15933 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15934 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15935 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15936 `old-history', `old-history-forward'. Add let-binding
15937 `window-selected'. Remove calls to `kill-buffer',
15938 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15939 before calling `Info-find-node', so `Info-find-node-2' will reread
15940 the Info file. Restore window positions only when `window-selected'
15941 is non-nil.
15942
15943 2011-11-19 Juri Linkov <juri@jurta.org>
15944
15945 * isearch.el (isearch-lazy-highlight-new-loop):
15946 Remove condition `(not isearch-error)'. (Bug#9918)
15947
15948 * misearch.el (multi-isearch-search-fun): Add condition
15949 `(not bound)' to ignore lazy-highlighting search.
15950 Add the search-failed message "end of multi" when the end of
15951 multi-sequence is reached. Uncapitalize the search-failed
15952 message "Repeat for next buffer".
15953
15954 * info.el (Info-search): Add the search-failed message
15955 "end of the manual" when the end of the manual is reached
15956 in Isearch mode.
15957
15958 2011-11-19 Juri Linkov <juri@jurta.org>
15959
15960 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15961 Use non-destructive `remove' instead of `delete' because
15962 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15963 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15964
15965 2011-11-19 Juri Linkov <juri@jurta.org>
15966
15967 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15968 to nil instead of binding `search-ring' and `regexp-search-ring'.
15969 (Bug#9185)
15970
15971 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15972
15973 * simple.el (line-move): Force movement by logical lines for any
15974 hscrolled window, not only when auto-hscroll-mode is on.
15975 (line-move-visual): Update doc string to that effect. (Bug#10076)
15976
15977 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15978
15979 * language/european.el (macintosh): Define as alias for mac-roman.
15980
15981 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15982
15983 * mail/rmailmm.el (rmail-mime-display-header)
15984 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15985 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15986 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15987 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15988 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15989 of a raw aref.
15990 (rmail-mime-entity-segment): To get past the tagline, move forward
15991 2 more lines, to account for the 2 empty lines that precede and
15992 follow the line with the buttons.
15993 (rmail-mime-update-tagline): Move one more line, to get past the
15994 empty line that follows the buttons in the tagline. (Bug#9520)
15995
15996 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15997
15998 * window.el (window-max-delta-1, window-min-delta-1)
15999 (window-min-size-1, window-state-get-1, window-state-put-1)
16000 (window-state-put-2): Use "window--" prefix.
16001
16002 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
16003
16004 * emacs-lisp/smie.el: Improve warnings and conflict detection.
16005 (smie-warning-count): New var.
16006 (smie-set-prec2tab): Use it.
16007 (smie-bnf->prec2): Improve warnings. Add docstring.
16008 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16009 (smie-bnf--set-class): New function.
16010 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
16011 corner case.
16012
16013 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16014 (compilation-error-properties, compilation-move-to-column):
16015 Handle compilation-first-column while in the target buffer.
16016
16017 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16018 Don't hardcode point-min==1.
16019
16020 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16021 (eshell-rewrite-for-command): Remove workaround.
16022 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16023 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16024 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16025
16026 * files-x.el (modify-file-local-variable): Obey commenting conventions.
16027
16028 2011-11-17 Glenn Morris <rgm@gnu.org>
16029
16030 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16031 Ignore buffer-local generated-autoload-file if it is the same
16032 as the global value. (Bug#10049)
16033
16034 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
16035
16036 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16037 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16038 (reftex-toc-previous-heading, reftex-toc-max-level)
16039 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16040 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16041 (reftex-toc-do-promote, reftex-toc-promote-prepare)
16042 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16043 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16044 (reftex-toc-rename-label, reftex-toc-visit-location)
16045 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16046 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16047 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16048 leaving "*toc*" only for references to the buffer.
16049
16050 2011-11-17 Martin Rudalics <rudalics@gmx.at>
16051
16052 * window.el (window-resize, delete-window, split-window):
16053 Replace window-splits by window-combination-resize.
16054 * cus-start.el (window-splits): Replace by window-combination-resize.
16055
16056 2011-11-17 Glenn Morris <rgm@gnu.org>
16057
16058 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16059 Make bash entry derive from sh entry, not shell entry.
16060
16061 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
16062
16063 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16064 local file name.
16065
16066 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16067
16068 * menu-bar.el (menu-bar-file-menu):
16069 * printing.el (pr-ps-utility):
16070 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16071 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16072 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16073 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16074 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16075 (icalendar--convert-cyclic-to-ical)
16076 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16077 (icalendar--convert-ical-to-diary)
16078 (icalendar--convert-recurring-to-diary)
16079 (icalendar--convert-non-recurring-all-day-to-diary)
16080 (icalendar-import-format-sample):
16081 * progmodes/idlw-shell.el (idlwave-shell-mode):
16082 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16083 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16084 (vhdl-ps-print-init): Fix typos.
16085
16086 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
16087
16088 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16089 FSF and collapse date sequence, obscure author/maintainer email address
16090 better, remove extra version line, track relocation of author's webpage.
16091
16092 * progmodes/python.el (python-pdbtrack-input-prompt)
16093 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16094 regular python pdb prompts. Adjustments shamelessly taken exactly as
16095 suggested in EmacsWiki page (tiny change):
16096 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16097
16098 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16099
16100 * expand.el (expand-pos, expand-index, expand-point):
16101 Remove redundant info from docstring.
16102 (expand-add-abbrevs): Doc fix.
16103 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16104 (expand-sample-perl-mode-expand-list): Fix typos.
16105
16106 * net/dbus.el (dbus-event-member-name):
16107 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16108 * term/pc-win.el (msdos-create-frame-with-faces):
16109 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16110
16111 2011-11-16 Martin Rudalics <rudalics@gmx.at>
16112
16113 * window.el (split-window, window-state-get-1)
16114 (window-state-put-1, window-state-put-2): Rename occurrences of
16115 window-nest to window-combination-limit.
16116 * cus-start.el (window-nest): Rename to window-combination-limit.
16117
16118 2011-11-16 Chong Yidong <cyd@gnu.org>
16119
16120 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16121 regexp (Bug#10033).
16122
16123 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16126 `completing-read' will remove *Completions* and will preserve
16127 current-buffer for us.
16128 (tmm-add-prompt): Users of *Completions* will always (re)set its
16129 major mode.
16130 (tmm-old-comp-map): Remove.
16131
16132 2011-11-16 Glenn Morris <rgm@gnu.org>
16133
16134 * mail/rmailedit.el: Require rmailmm when compiling.
16135 (rmail-old-mime-state): New declaration.
16136 (rmail-edit-current-message): If editing a mime message,
16137 edit the "raw" message from the mbox buffer.
16138 (rmail-cease-edit): Handle mime messages. (Bug#9840)
16139
16140 2011-11-15 Glenn Morris <rgm@gnu.org>
16141
16142 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16143 which wasn't being used. Add optional arg to force given state.
16144 (rmail-mime): Add optional arg to force given state.
16145
16146 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16147
16148 * allout.el (allout-encryption-plaintext-sanitization-regexps):
16149 * frame.el (display-mm-dimensions-alist):
16150 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16151 (outline-move-subtree-down):
16152 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16153 (newsticker--treeview-do-get-node):
16154 * net/quickurl.el (quickurl-list-buffer-name):
16155 * progmodes/dcl-mode.el (dcl-mode):
16156 * progmodes/gdb-mi.el (gdb-mapcar*):
16157 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16158
16159 2011-11-15 Glenn Morris <rgm@gnu.org>
16160
16161 * mail/rmail.el (rmail-file-coding-system): It's only ever used
16162 in a boolean sense, so just make it a boolean, and fix the doc.
16163 (rmail-show-mime-function, rmail-mime-feature)
16164 (rmail-require-mime-maybe): Doc fixes.
16165 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16166
16167 * mail/rmailmm.el (rmail-show-mime): Doc fix.
16168
16169 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16170
16171 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16172 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16173 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16174 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16175
16176 2011-11-15 Glenn Morris <rgm@gnu.org>
16177
16178 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16179 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16180 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16181 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16182 (rmail-mime, rmail-show-mime): Doc fixes.
16183
16184 * term/ns-win.el (mode-line-frame-identification):
16185 Leave it alone. (Bug#10051)
16186
16187 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
16188
16189 * mail/rmailout.el (rmail-output-to-rmail-buffer):
16190 Handle empty buffers. (Bug#9978)
16191
16192 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
16193
16194 * international/mule.el (define-charset):
16195 * mail/rmailmm.el (rmail-mime-find-header-encoding):
16196 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16197 * progmodes/verilog-mode.el (verilog-backward-token):
16198 * textmodes/ispell.el (lookup-words):
16199 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16200
16201 2011-11-14 Glenn Morris <rgm@gnu.org>
16202
16203 * progmodes/executable.el
16204 (executable-make-buffer-file-executable-if-script-p):
16205 Handle file-modes returning nil.
16206
16207 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16208 message - not necessary, and causes problems. (Bug#9831)
16209
16210 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16211
16212 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16213
16214 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16215 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
16216 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16217
16218 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16219
16220 * window.el (window-resize, delete-window): Use window-splits
16221 variable instead of function.
16222 (window-state-get-1, window-state-put-2, window-state-put):
16223 Don't deal with windows' splits status.
16224
16225 2011-11-12 Glenn Morris <rgm@gnu.org>
16226
16227 * apropos.el (apropos-do-all, apropos-library, apropos-value)
16228 (apropos-documentation): Doc fixes.
16229
16230 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
16231
16232 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16233 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16234
16235 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 * electric.el (electric-indent-post-self-insert-function): Make it
16238 possible for a char to only indent in some circumstances.
16239 (electric-indent-mode): Simplify.
16240
16241 2011-11-11 Martin Rudalics <rudalics@gmx.at>
16242
16243 * window.el (windows-with-parameter): Remove unused function.
16244 (windows-at-side): Rename to window-at-side-list.
16245 (window-check, window-atom-check, window-atom-check-1)
16246 (window-side-check, window-size-ignore, window-size-fixed-1)
16247 (window-in-direction-2): Prefix with "window--".
16248 (window-tree-1): Rename to window--subtree, fix doc-string.
16249
16250 2011-11-11 Glenn Morris <rgm@gnu.org>
16251
16252 * subr.el (eval-after-load): If FILE is already loaded,
16253 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
16254
16255 2011-11-10 Glenn Morris <rgm@gnu.org>
16256
16257 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16258 Call svn via vc-svn-command rather than vc-do-command.
16259 (vc-svn-command): Add --non-interactive. (Bug#9993)
16260 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16261
16262 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16263 Add toggle-read-only. (Bug#7292)
16264 * files.el (toggle-read-only): Mention that it should only
16265 be used interactively. (Bug#10006)
16266
16267 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16268
16269 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16270 Adjust regexp for OCaml warnings.
16271
16272 * electric.el (electric-pair-post-self-insert-function): Let user
16273 turn it off buffer-locally (bug#9932).
16274
16275 * progmodes/python.el (python-beginning-of-statement):
16276 Rewrite (bug#2703).
16277
16278 * progmodes/compile.el: Better handle TABs (bug#9749).
16279 (compilation-internal-error-properties)
16280 (compilation-next-error-function): Obey the target buffer's
16281 compilation-error-screen-columns.
16282
16283 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
16284
16285 * progmodes/meta-mode.el: Remove obsolete comments.
16286 (meta-right-comment-regexp, meta-ignore-comment-regexp):
16287 Fix typos in docstrings.
16288
16289 2011-11-09 Martin Rudalics <rudalics@gmx.at>
16290
16291 * window.el (window-size-fixed-p): Rewrite doc-string.
16292 (window-resizable-p): Rename to window--resizable-p. Update callers.
16293 (window--resizable): New function. Make all callers of
16294 window-resizable call window--resizable instead.
16295 (window-resizable): Rewrite in terms of window--resizable.
16296
16297 2011-11-08 Glenn Morris <rgm@gnu.org>
16298
16299 * progmodes/delphi.el (delphi-mode-syntax-table):
16300 Let define-derived-mode define a proper syntax table. (Bug#9994)
16301
16302 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * window.el: Stay away from defsubst.
16305 (window-list-no-nils): Remove.
16306 (window-state-get-1, window-state-get): Use backquote instead.
16307
16308 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16309
16310 * emacs-lisp/find-func.el (find-function-read):
16311 Fix incorrect use of default argument in `completing-read'.
16312
16313 2011-11-08 Martin Rudalics <rudalics@gmx.at>
16314
16315 * window.el (display-buffer-function, special-display-function):
16316 Mention display-buffer-record-window but do not mention
16317 help-setup parameter in doc-strings.
16318 (window-min-delta): Fix doc-string typo.
16319
16320 2011-11-08 Chong Yidong <cyd@gnu.org>
16321
16322 * window.el (window-total-height, window-total-width): Doc fix.
16323 (window-body-size): Move from C.
16324 (window-body-height, window-body-width): Move to C.
16325
16326 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16327
16328 * window.el: Make special-display like display-buffer-alist (bug#9532).
16329 (display-buffer--special-action): New function, morphed
16330 from display-buffer--special.
16331 (display-buffer): Use it to handle special-display-buffers at higher
16332 priority (just after display-buffer-alist).
16333 (display-buffer-fallback-action, display-buffer--other-frame-action)
16334 (pop-to-buffer-same-window): Remove display-buffer--special.
16335
16336 2011-11-07 Glenn Morris <rgm@gnu.org>
16337
16338 * calendar/cal-menu.el (cal-menu-set-date-title):
16339 Do nothing if not in a calendar. (Bug#9976)
16340
16341 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16342
16343 * files.el (find-file): Always use selected-window.
16344
16345 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16346
16347 * window.el (window-combinations): Make WINDOW argument
16348 mandatory. Rewrite doc-string.
16349 (walk-window-subtree, window-atom-check, window-min-delta)
16350 (window-max-delta, window--resize-this-window)
16351 (window--resize-root-window-vertically, window-tree)
16352 (balance-windows, window-state-put): Rewrite doc-strings as to
16353 not mention the term "subwindow".
16354 (window--resize-subwindows-skip-p): Rename to
16355 window--resize-child-windows-skip-p.
16356 (window--resize-subwindows-normal): Rename to
16357 window--resize-child-windows-normal.
16358 (window--resize-subwindows): Rename to
16359 window--resize-child-windows.
16360 (window-or-subwindow-p): Rename to window--in-subtree-p.
16361
16362 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16363
16364 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16365 Ensure that mbox format messages end in two newlines (Bug#9974).
16366
16367 2011-11-06 Chong Yidong <cyd@gnu.org>
16368
16369 * window.el (window-combination-p): Function deleted; its
16370 side-effect is not used in any existing code.
16371 (window-combinations, window-combined-p): Call window-*-child
16372 directly.
16373
16374 2011-11-05 Chong Yidong <cyd@gnu.org>
16375
16376 * window.el (window-valid-p): Rename from window-any-p.
16377 (window-size-ignore, window-state-get): Callers changed.
16378 (window-normalize-window): Rename from window-normalize-any-window.
16379 New arg LIVE-ONLY, replacing window-normalize-live-window.
16380 (window-normalize-live-window): Delete.
16381 (window-combination-p, window-combined-p, window-combinations)
16382 (walk-window-subtree, window-atom-root, window-min-size)
16383 (window-sizable, window-sizable-p, window-size-fixed-p)
16384 (window-min-delta, window-max-delta, window-resizable)
16385 (window-resizable-p, window-full-height-p, window-full-width-p)
16386 (window-current-scroll-bars, window-point-1, set-window-point-1)
16387 (window-at-side-p, window-in-direction, window-resize)
16388 (adjust-window-trailing-edge, maximize-window, minimize-window)
16389 (window-deletable-p, delete-window, delete-other-windows)
16390 (record-window-buffer, unrecord-window-buffer)
16391 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16392 (quit-window, split-window, window-state-put)
16393 (set-window-text-height, fit-window-to-buffer)
16394 (shrink-window-if-larger-than-buffer): Callers changed.
16395
16396 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16397
16398 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16399 rfc2047-decode-string.
16400 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16401 warnings.
16402
16403 * window.el (window-body-height, window-body-width): Mention in
16404 the doc string that the return values are in frame's canonical
16405 units. (Bug#9949)
16406
16407 2011-11-03 Alan Mackenzie <acm@muc.de>
16408
16409 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16410 change in cc-engine.el.
16411
16412 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16413
16414 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16415
16416 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16417
16418 * window.el (quit-window): Call unrecord-window-buffer after
16419 showing another buffer in the window. (Bug#9937)
16420 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16421
16422 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16423
16424 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16425 Accept status with more than 9 shelves. (Bug#9935)
16426 Reported by Colin D Bennett <colin@gibibit.com>.
16427
16428 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16429
16430 * help.el (with-help-window): Don't reference
16431 temp-buffer-show-specifiers in doc-string.
16432
16433 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16434
16435 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16436 menu-item.
16437
16438 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16439
16440 * whitespace.el: New version 13.2.2.
16441 (whitespace-newline-mode): Disable properly. Reported by Sarah
16442 <EmacsWiki>.
16443
16444 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16445
16446 * net/newst-treeview.el: Remove "Time-stamp".
16447 (newsticker--group-manage-orphan-feeds): Do not call
16448 newsticker--treeview-tree-update.
16449 (newsticker-treeview-update, newsticker-treeview):
16450 Call newsticker--treeview-tree-update if necessary.
16451
16452 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16453
16454 * window.el (window-iso-combination-p, window-iso-combined-p)
16455 (window-iso-combinations): Remove "iso-" infix.
16456 Suggested by Chong Yidong.
16457 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16458 (window-max-delta-1, window-resize, window--resize-siblings)
16459 (window--resize-this-window, adjust-window-trailing-edge)
16460 (split-window, balance-windows-1)
16461 (shrink-window-if-larger-than-buffer):
16462 * calendar/calendar.el (calendar-generate-window):
16463 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16464
16465 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16468 in place (bug#9907).
16469 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16470 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16471 (eshell-structure-basic-command, eshell-rewrite-while-command)
16472 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16473 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16474 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16475 (eshell-do-pipelines-synchronously, eshell-eval-command):
16476 Use backquotes and prefer setq to set.
16477 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16478 (eshell-macrop): Use functionp.
16479 (eshell-do-eval): Handle multiple expressions in `while' body.
16480
16481 2011-10-30 Chong Yidong <cyd@gnu.org>
16482
16483 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16484 instead of set-mark (Bug#9810).
16485
16486 2011-10-30 Chong Yidong <cyd@gnu.org>
16487
16488 * window.el (split-window-below, split-window-right): Rename from
16489 split-window-above-each-other and split-window-side-by-side
16490 respectively. All callers changed.
16491 (split-window-sensibly, split-window-sensibly): Use them.
16492 (split-window-keep-point): Doc fix.
16493
16494 * isearch.el: Add isearch-scroll property to split-window-below
16495 and split-window-right.
16496
16497 * follow.el (follow-mode):
16498 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16499 * progmodes/ada-xref.el (ada-gdb-application):
16500 * emulation/vip.el (vip-buffer-in-two-windows):
16501 * image-dired.el (image-dired-dired-with-window-configuration):
16502 * dired-x.el (dired-do-find-marked-files):
16503 * dired.el (dired-pop-to-buffer):
16504 * bs.el (bs--show-with-configuration):
16505 * vc/emerge.el (emerge-setup-windows):
16506 * textmodes/two-column.el (2C-two-columns):
16507 * textmodes/reftex-toc.el (reftex-toc):
16508 * progmodes/gdb-mi.el (gdb-setup-windows):
16509 * progmodes/fortran.el (fortran-window-create):
16510 * net/newst-treeview.el (newsticker--treeview-window-init):
16511 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16512 * emulation/tpu-edt.el (tpu-gold-map):
16513 * emulation/crisp.el (crisp-mode-map):
16514 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16515
16516 2011-10-29 Chong Yidong <cyd@gnu.org>
16517
16518 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16519
16520 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16521
16522 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16523 forged Ispell output (Bug#7904).
16524
16525 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16526
16527 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * doc-view.el: Avoid ugly errors about not finding nil.
16530 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16531 (doc-view-dvipdf-program, doc-view-unoconv-program)
16532 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16533 Avoid nil or absolute file name as default value.
16534 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16535
16536 2011-10-28 Alan Mackenzie <acm@muc.de>
16537
16538 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16539
16540 2011-10-28 Alan Mackenzie <acm@muc.de>
16541
16542 Amend the handling of c-beginning/end-of-defun in nested declaration
16543 scopes.
16544
16545 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16546 cc-langs.el. Change it to a defcustom.
16547
16548 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16549 cc-vars.el.
16550
16551 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16552 Prevent "class foo : bar" being spuriously recognized as a label.
16553
16554 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16555 Add parameter `inclusive' (to include enclosing braces in the region).
16556 (c-widen-to-enclosing-decl-scope): New function.
16557 (c-while-widening-to-decl-block): New macro.
16558 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16559 outward for defun boundaries, and correspondingly change symbol
16560 `respect-enclosure' to `go-outward'.
16561 (c-declaration-limits): Change algorithm to report only the "innermost"
16562 defun's boundaries.
16563
16564 2011-10-28 Deniz Dogan <deniz@dogan.se>
16565
16566 * net/rcirc.el (rcirc-mode): Use hard newlines.
16567
16568 2011-10-28 Alan Mackenzie <acm@muc.de>
16569
16570 Amend to indent and fontify macros "which include their own semicolon"
16571 correctly, using the "virtual semicolon" mechanism.
16572
16573 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16574
16575 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16576 Recode to scan one line at a time rather than having \n and \r
16577 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16578 (c-forward-label): Amend for virtual semicolons.
16579 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16580
16581 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16582 of the new C macros.
16583
16584 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16585 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16586 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16587 (c-opt-cpp-macro-define): Make into a full language variable.
16588 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16589 AWK Mode (including \n, \r) removed, no longer needed.
16590
16591 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16592 Invoke c-make-macro-with-semi-re.
16593
16594 * progmodes/cc-vars.el (c-macro-with-semi-re):
16595 (c-macro-names-with-semicolon): New variables.
16596 (c-make-macro-with-semi-re): New function.
16597
16598 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16599
16600 * vc/log-edit.el: Fill empty field rather than adding new one.
16601 (log-edit-add-field): New function.
16602 (log-edit-insert-changelog): Use it.
16603
16604 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16605
16606 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16607
16608 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16609
16610 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16611 (gdb--check-interpreter): New function.
16612 (gdb): Use it.
16613
16614 2011-10-27 Glenn Morris <rgm@gnu.org>
16615
16616 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16617 (least-positive-float, least-negative-float)
16618 (least-positive-normalized-float, least-negative-normalized-float)
16619 (float-epsilon, float-negative-epsilon):
16620 Remove unnecessary declarations.
16621
16622 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16623 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16624 (least-positive-float, least-negative-float)
16625 (least-positive-normalized-float, least-negative-normalized-float)
16626 (float-epsilon, float-negative-epsilon): Add doc-strings,
16627 based on those in cl.texi.
16628
16629 * files.el (set-visited-file-name): If the major-mode changed,
16630 reload the local variables. (Bug#9796)
16631
16632 2011-10-27 Chong Yidong <cyd@gnu.org>
16633
16634 * subr.el (change-major-mode-after-body-hook): New hook.
16635 (run-mode-hooks): Run it.
16636
16637 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16638 Use change-major-mode-before-body-hook.
16639
16640 * simple.el (fundamental-mode):
16641 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16642 change introducing fundamental-mode-hook.
16643
16644 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16645
16646 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16647
16648 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16649
16650 * ido.el (ido-file-name-all-completions-1): Do not require
16651 tramp.el explicitly. (Bug#7583)
16652
16653 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * progmodes/octave-mod.el:
16656 * progmodes/octave-inf.el: Update maintainer.
16657
16658 2011-10-26 Chong Yidong <cyd@gnu.org>
16659
16660 * subr.el (with-wrapper-hook): Rewrite doc.
16661
16662 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16663
16664 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16665 filenames "/method:foo:". (Bug#9793)
16666
16667 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16668
16669 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16670 (bug#9865).
16671
16672 2011-10-24 Glenn Morris <rgm@gnu.org>
16673
16674 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16675
16676 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16677
16678 * notifications.el: Add the requirement of a running D-Bus session
16679 bus to the Commentary.
16680
16681 2011-10-24 Juri Linkov <juri@jurta.org>
16682
16683 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16684 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16685 (Bug#9364)
16686
16687 2011-10-24 Juri Linkov <juri@jurta.org>
16688
16689 * info.el (Info-following-node-name-re): Add newline to the list
16690 of allowed characters for leading space. (Bug#9824)
16691
16692 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * progmodes/octave-inf.el (inferior-octave-mode-map):
16695 Fix C-c C-h binding.
16696 * progmodes/octave-mod.el (octave-help): Remove.
16697
16698 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16699
16700 Sync with Tramp 2.2.3.
16701
16702 * net/tramp-cache.el (top): Pacify byte-compiler using
16703 `init-file-user' and `site-run-file'.
16704
16705 * net/trampver.el: Update release number.
16706
16707 2011-10-23 Chong Yidong <cyd@gnu.org>
16708
16709 * files.el (toggle-read-only): Remove obsolete comment about
16710 version control.
16711
16712 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16713 for toggle-read-only. Note that this hasn't called vc-next-action
16714 since 2008-05-02, though it wasn't documented at the time.
16715
16716 * vc/ediff-init.el (ediff-toggle-read-only-function):
16717 Use toggle-read-only.
16718
16719 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16720
16721 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16722 of c-parse-state.
16723
16724 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16725 correct faulty logical expression.
16726 (c-parse-state-state, c-record-parse-state-state):
16727 (c-replay-parse-state-state): New defvar/defuns.
16728 (c-debug-parse-state): Use new functions.
16729
16730 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16731
16732 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16733 last fix. Use window-in-direction correctly.
16734
16735 2011-10-21 Chong Yidong <cyd@gnu.org>
16736
16737 * progmodes/idlwave.el (idlwave-mode):
16738 * progmodes/vera-mode.el (vera-mode): No need to set
16739 require-final-newline; that's done in prog-mode.
16740 Suggested by Stefan Monnier.
16741
16742 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16743
16744 * mouse.el (mouse-drag-window-above)
16745 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16746 (mouse-drag-mode-line-1, mouse-drag-header-line)
16747 (mouse-drag-vertical-line-rightward-window): Remove.
16748 (mouse-drag-line): New function.
16749 (mouse-drag-mode-line, mouse-drag-header-line)
16750 (mouse-drag-vertical-line): Call mouse-drag-line.
16751 * window.el (window-at-side-p, windows-at-side): New functions.
16752
16753 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16754
16755 * tar-mode.el (tar-grind-file-mode):
16756 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16757
16758 2011-10-21 Chong Yidong <cyd@gnu.org>
16759
16760 * progmodes/idlwave.el (idlwave-mode):
16761 * progmodes/vera-mode.el (vera-mode):
16762 Use mode-require-final-newline.
16763
16764 2011-10-20 Glenn Morris <rgm@gnu.org>
16765
16766 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16767
16768 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16769
16770 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16771
16772 2011-10-20 Chong Yidong <cyd@gnu.org>
16773
16774 * emulation/cua-base.el (cua-mode):
16775 * mail/footnote.el (footnote-mode):
16776 * mail/mailabbrev.el (mail-abbrevs-mode):
16777 * net/xesam.el (xesam-minor-mode):
16778 * progmodes/bug-reference.el (bug-reference-mode):
16779 * progmodes/cap-words.el (capitalized-words-mode):
16780 * progmodes/compile.el (compilation-minor-mode)
16781 (compilation-shell-minor-mode):
16782 * progmodes/gud.el (gud-tooltip-mode):
16783 * progmodes/hideif.el (hide-ifdef-mode):
16784 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16785 * progmodes/subword.el (subword-mode):
16786 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16787 * progmodes/which-func.el (which-function-mode):
16788 * term/tvi970.el (tvi970-set-keypad-mode):
16789 * term/vt100.el (vt100-wide-mode):
16790 * textmodes/flyspell.el (flyspell-mode):
16791 * textmodes/ispell.el (ispell-minor-mode):
16792 * textmodes/nroff-mode.el (nroff-electric-mode):
16793 * textmodes/paragraphs.el (use-hard-newlines):
16794 * textmodes/refill.el (refill-mode):
16795 * textmodes/reftex.el (reftex-mode):
16796 * textmodes/rst.el (rst-minor-mode):
16797 * textmodes/sgml-mode.el (html-autoview-mode)
16798 (sgml-electric-tag-pair-mode):
16799 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16800 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16801 * emulation/crisp.el (crisp-mode):
16802 * emacs-lisp/eldoc.el (eldoc-mode):
16803 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16804 minor mode behavior.
16805
16806 2011-10-19 Juri Linkov <juri@jurta.org>
16807
16808 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16809 the list of hard-coded chars with escape-glyph face.
16810
16811 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16812
16813 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16814
16815 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16816
16817 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16818 running process.
16819
16820 2011-10-19 Glenn Morris <rgm@gnu.org>
16821
16822 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16823 Ignore ignored files. (Bug#9726)
16824
16825 2011-10-19 Chong Yidong <cyd@gnu.org>
16826
16827 Doc fix for minor modes, stating that an omitted argument enables
16828 the mode unconditionally when called from Lisp.
16829
16830 * abbrev.el (abbrev-mode):
16831 * allout.el (allout-mode):
16832 * autoinsert.el (auto-insert-mode):
16833 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16834 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16835 (global-auto-revert-mode):
16836 * battery.el (display-battery-mode):
16837 * composite.el (global-auto-composition-mode)
16838 (auto-composition-mode):
16839 * delsel.el (delete-selection-mode):
16840 * desktop.el (desktop-save-mode):
16841 * dired-x.el (dired-omit-mode):
16842 * dirtrack.el (dirtrack-mode):
16843 * doc-view.el (doc-view-minor-mode):
16844 * double.el (double-mode):
16845 * electric.el (electric-indent-mode, electric-pair-mode):
16846 * emacs-lock.el (emacs-lock-mode):
16847 * epa-hook.el (auto-encryption-mode):
16848 * follow.el (follow-mode):
16849 * font-core.el (font-lock-mode):
16850 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16851 * help.el (temp-buffer-resize-mode):
16852 * hilit-chg.el (highlight-changes-mode)
16853 (highlight-changes-visible-mode):
16854 * hi-lock.el (hi-lock-mode):
16855 * hl-line.el (hl-line-mode, global-hl-line-mode):
16856 * icomplete.el (icomplete-mode):
16857 * ido.el (ido-everywhere):
16858 * image-file.el (auto-image-file-mode):
16859 * image-mode.el (image-minor-mode):
16860 * iswitchb.el (iswitchb-mode):
16861 * jka-cmpr-hook.el (auto-compression-mode):
16862 * linum.el (linum-mode):
16863 * longlines.el (longlines-mode):
16864 * master.el (master-mode):
16865 * mb-depth.el (minibuffer-depth-indicate-mode):
16866 * menu-bar.el (menu-bar-mode):
16867 * minibuf-eldef.el (minibuffer-electric-default-mode):
16868 * mouse-sel.el (mouse-sel-mode):
16869 * msb.el (msb-mode):
16870 * mwheel.el (mouse-wheel-mode):
16871 * outline.el (outline-minor-mode):
16872 * paren.el (show-paren-mode):
16873 * recentf.el (recentf-mode):
16874 * reveal.el (reveal-mode, global-reveal-mode):
16875 * rfn-eshadow.el (file-name-shadow-mode):
16876 * ruler-mode.el (ruler-mode):
16877 * savehist.el (savehist-mode):
16878 * scroll-all.el (scroll-all-mode):
16879 * scroll-bar.el (scroll-bar-mode):
16880 * server.el (server-mode):
16881 * shell.el (shell-dirtrack-mode):
16882 * simple.el (auto-fill-mode, transient-mark-mode)
16883 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16884 (line-number-mode, column-number-mode, size-indication-mode)
16885 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16886 * strokes.el (strokes-mode):
16887 * time.el (display-time-mode):
16888 * t-mouse.el (gpm-mouse-mode):
16889 * tool-bar.el (tool-bar-mode):
16890 * tooltip.el (tooltip-mode):
16891 * type-break.el (type-break-mode-line-message-mode)
16892 (type-break-query-mode):
16893 * view.el (view-mode):
16894 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16895 (global-whitespace-mode, global-whitespace-newline-mode):
16896 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16897
16898 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16899 Fix autogenerated docstring.
16900
16901 2011-10-19 Juri Linkov <juri@jurta.org>
16902
16903 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16904 by checking environment variables "DESKTOP_SESSION" and
16905 "XDG_CURRENT_DESKTOP". (Bug#9779)
16906
16907 2011-10-19 Juri Linkov <juri@jurta.org>
16908
16909 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16910 (browse-url-chromium-program, browse-url-chromium-arguments):
16911 New defcustoms.
16912 (browse-url-default-browser): Check for `browse-url-chromium' and
16913 call `browse-url-chromium-program'.
16914 (browse-url-chromium): New command. (Bug#9779)
16915
16916 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16917
16918 * facemenu.el (list-colors-duplicates): On Windows, detect more
16919 duplicates by assuming that only colors matching "^System" are
16920 special "system colors". (Bug#9722)
16921
16922 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16923
16924 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16925 to distinguish the author from the committer.
16926
16927 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16928
16929 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16930
16931 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16932
16933 * international/mule.el (sgml-html-meta-auto-coding-function):
16934 Add support for detecting encoding in HTML5 specified only as
16935 <meta charset="UTF-8">. Implementation just makes http-equiv and
16936 content-type parts from HTML4 encoding string optional. (Bug#9716)
16937
16938 2011-10-18 Glenn Morris <rgm@gnu.org>
16939
16940 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16941
16942 2011-10-18 Chong Yidong <cyd@gnu.org>
16943
16944 * faces.el (cursor): Doc fix.
16945
16946 2011-10-17 Chong Yidong <cyd@gnu.org>
16947
16948 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16949
16950 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16951
16952 * dirtrack.el (dirtrack): Support shell buffers with path
16953 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16954
16955 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16956
16957 * json.el: Bump version to 1.3 and note change in History.
16958 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16959
16960 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16961
16962 * comint.el (comint-insert-input, comint-send-input)
16963 (comint-get-old-input-default, comint-backward-matching-input)
16964 (comint-next-prompt): Use nil instead of `input' for field property of
16965 past user input (bug#114).
16966
16967 * minibuffer.el (completion--replace): Inherit surrounding properties
16968 (bug#114).
16969 (minibuffer-complete-and-exit): Use it.
16970
16971 * comint.el (comint--table-subvert): Quote the all-completions output
16972 (bug#9160).
16973
16974 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16975
16976 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16977
16978 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16979 window on right of selected. (Bug#9350) Reword other window
16980 entries and separate them from frame entries.
16981
16982 2011-10-15 Glenn Morris <rgm@gnu.org>
16983
16984 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16985 Doc fixes.
16986
16987 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16988
16989 * net/network-stream.el (network-stream-open-starttls):
16990 Improve detection of failure due to lack of TLS support.
16991
16992 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16993 putting the input text in front and in bold.
16994
16995 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16998
16999 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17000 empty buffer.
17001
17002 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17003 unread-command-events rather than pushing yet-another event.
17004
17005 2011-10-14 Eli Zaretskii <eliz@gnu.org>
17006
17007 * mail/sendmail.el (sendmail-query-once): Improve the wording of
17008 the explanation of the possible choices. Make the options passed
17009 to completing-read shorter.
17010
17011 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17012
17013 * textmodes/flyspell.el (flyspell-large-region): Make sure
17014 extended character mode is used if defined (Bug#1339).
17015
17016 2011-10-13 Eli Zaretskii <eliz@gnu.org>
17017
17018 * simple.el (what-cursor-position): Fix the display of the
17019 character info for LRE, LRO, RLE, and RLO characters by appending
17020 an invisible PDF.
17021
17022 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17025 even in case of error; add debug spec; simplify data flow.
17026 (with-timeout-handler): Remove.
17027
17028 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
17029
17030 Fix Bug#6019, Bug#9315.
17031
17032 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17033 complete `buffer-file-name', the local file name part could look
17034 remotely (for example on VMS).
17035
17036 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17037 `tramp-run-real-handler'.
17038 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17039 already quoted by '"'.
17040
17041 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17042 Let `file-name-handler-alist' be nil, the local file name part
17043 could look remotely (for example on VMS).
17044
17045 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17048 from here...
17049 (flyspell-post-command-hook): ...to here.
17050
17051 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17054 if not needed.
17055 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
17056 using completion. Protect against "slow" callers.
17057 Remove the "message hack".
17058
17059 2011-10-11 Juri Linkov <juri@jurta.org>
17060
17061 * isearch.el (isearch-lazy-highlight-word): New variable.
17062 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17063 Use it. (Bug#9727)
17064
17065 2011-10-11 Glenn Morris <rgm@gnu.org>
17066
17067 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17068 like f90-previous-statement does.
17069
17070 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17071
17072 * eshell/eshell.el (eshell-command): History should be saved
17073 only in interactive use, to avoid error.
17074
17075 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * minibuffer.el (completion-file-name-table): Fix last change,
17078 i.e. ignore normal errors but not the other ones.
17079
17080 2011-10-10 Martin Rudalics <rudalics@gmx.at>
17081
17082 * window.el (special-display-buffer-names)
17083 (special-display-regexps): Remove some remnants of earlier
17084 changes from doc-strings.
17085 (quit-windows-on): New function.
17086
17087 * vc/vc.el (vc-revert, vc-rollback):
17088 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17089 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
17090 (Bug#6183) (Bug#7074) (Bug#7447)
17091
17092 2011-10-09 Martin Rudalics <rudalics@gmx.at>
17093
17094 * window.el (frame-auto-hide-function): Add version tag.
17095 (Bug#9699)
17096
17097 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
17098
17099 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17100 condition.
17101
17102 2011-10-09 Leo Liu <sdl.web@gmail.com>
17103
17104 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17105 (Bug#9701)
17106
17107 2011-10-08 Glenn Morris <rgm@gnu.org>
17108
17109 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17110 before the first code statement zero indent. (Bug#9690)
17111
17112 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
17113
17114 * simple.el (count-words-region): Always count in the region.
17115 Report the number of lines and characters too.
17116 (count-words): New command, which counts in the buffer if the
17117 region is inactive, as count-words-region used to.
17118 (count-words--message): New function. Handle plurals.
17119 (count-lines-region): Make it an alias for count-words-region.
17120
17121 * bindings.el (esc-map): Replace count-lines-region with
17122 count-words-region.
17123
17124 2011-10-08 Martin Rudalics <rudalics@gmx.at>
17125
17126 * window.el (window--delete): Delete dedicated frame
17127 unconditionally when argument KILL is non-nil. (Bug#9699)
17128 (switch-to-buffer): Fix doc-string typo.
17129
17130 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17131
17132 * eshell/eshell.el (eshell-command): Avoid using hooks.
17133
17134 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
17135
17136 * bindings.el ([M-left],[M-right]): Bind to left-word and
17137 right-word respectively.
17138
17139 2011-10-07 Glenn Morris <rgm@gnu.org>
17140
17141 * cus-start.el (debug-on-quit): Fix custom type.
17142
17143 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17144
17145 * subr.el (define-key-after): Clarify that the function is not
17146 useful for non-menu keymaps.
17147
17148 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17149
17150 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17151
17152 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17153 in current minibuffer (Fix bug with recursive minibuffers).
17154
17155 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
17156
17157 * progmodes/gdb-mi.el (gdb): Doc fix.
17158
17159 2011-10-05 Martin Rudalics <rudalics@gmx.at>
17160
17161 * window.el (frame-auto-hide-function): New option replacing
17162 frame-auto-delete. Suggested by Stefan Monnier.
17163 (window--delete): Call frame-auto-hide-function instead of
17164 investigating frame-auto-delete.
17165 (window-point-1, set-window-point-1): New functions.
17166 (window-in-direction, record-window-buffer, window-state-get-1)
17167 (display-buffer-record-window): Use window-point-1 instead of
17168 window-point.
17169 (set-window-buffer-start-and-point): Use set-window-point-1.
17170
17171 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17172
17173 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17174
17175 2011-10-05 Glenn Morris <rgm@gnu.org>
17176
17177 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17178 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
17179
17180 2011-10-05 Leo Liu <sdl.web@gmail.com>
17181
17182 * subr.el (read-char-choice): Fix argument to buffer-live-p which
17183 works with buffer object.
17184
17185 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * mpc.el (mpc-tool-bar-map): Add labels.
17188
17189 2011-10-04 Glenn Morris <rgm@gnu.org>
17190
17191 * calendar/holidays.el (calendar-check-holidays): Doc fix.
17192
17193 2011-10-04 Martin Rudalics <rudalics@gmx.at>
17194
17195 * window.el (window--delete): New function.
17196 (frame-auto-delete): Resuscitate option.
17197 (bury-buffer, replace-buffer-in-windows)
17198 (quit-window): Rewrite using window--delete.
17199 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17200 Pass display-buffer-mark-dedicated to window--display-buffer-2
17201 (Bug#9639).
17202
17203 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17206 returns a list (bug#9554). Add remote file name completion.
17207 * comint.el (comint--table-subvert): Curry and get quote&unquote
17208 functions as arguments.
17209 (comint--complete-file-name-data): Adjust call accordingly.
17210 * pcomplete.el (pcomplete--table-subvert): Remove.
17211 (pcomplete-completions-at-point): Use comint--table-subvert instead.
17212
17213 * minibuffer.el (completion-table-case-fold): Use currying.
17214 (completion--styles-type, completion--cycling-threshold-type):
17215 New constants.
17216 (completion-styles, completion-category-overrides)
17217 (completion-cycle-threshold): Use them.
17218 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17219 completion-table-case-fold.
17220
17221 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
17222
17223 * minibuffer.el (completion-category-overrides): Fix type of styles
17224 and add more user friendly tags (bug#9660).
17225
17226 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17227
17228 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17229 (mule-input-method-string): New widget.
17230 (default-input-method, language-info-custom-alist): Use it.
17231
17232 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * pcomplete.el: Require comint.
17235 (pcomplete--common-suffix): Remove.
17236 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17237 (pcomplete--table-subvert): Sync with comint--table-subvert.
17238 (pcomplete--entries): Use comint-completion-file-name-table.
17239 * comint.el (comint-unquote-filename): Simplify.
17240 (comint-completion-file-name-table): New function (bug#9616).
17241 (comint--complete-file-name-data): Use it.
17242
17243 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17244 (pcmpl-gnu-tar-buffer): Remove.
17245 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17246 around. Make sure pcomplete-suffix-list is only changed temporarily.
17247 Don't look inside the tar's file if it's too large.
17248
17249 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
17250
17251 * cus-edit.el (custom-mode-map):
17252 * epa.el (epa-key-list-mode-map):
17253 * man.el (Man-mode-map):
17254 * startup.el (splash-screen-keymap):
17255 * simple.el (special-mode-map): Use scroll-up-command and
17256 scroll-down-command.
17257
17258 * progmodes/idlw-help.el (idlwave-help-mode-map):
17259 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17260 * net/newst-plainview.el (newsticker-mode-map):
17261 * emulation/ws-mode.el (wordstar-mode-map):
17262 * emulation/vi.el (vi-com-map):
17263 * calc/calc-graph.el (calc-graph-show-dumb):
17264 * term/sun.el (terminal-init-sun):
17265 * term/ns-win.el (global-map):
17266 * progmodes/grep.el (grep-mode-map):
17267 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17268 * mail/rmail.el (rmail-mode-map):
17269 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17270
17271 * custom.el (custom-safe-themes, load-theme): Treat value of t for
17272 custom-safe-themes as special.
17273
17274 2011-10-01 Julien Danjou <julien@danjou.info>
17275
17276 * notifications.el (notifications-notify): Fix docstring.
17277
17278 2011-10-01 Per Starbäck <per@starback.se>
17279
17280 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
17281
17282 2011-09-30 Martin Rudalics <rudalics@gmx.at>
17283
17284 * startup.el (command-line-1): Fix last fix by inserting
17285 initial-scratch-message into *scratch* before displaying it.
17286 (Bug#9605) and (Bug#9636)
17287
17288 2011-09-29 Eli Zaretskii <eliz@gnu.org>
17289
17290 * simple.el (line-move): If auto-hscroll-mode is disabled and the
17291 window is hscrolled, move by logical lines. (Bug#9607)
17292 (line-move-visual): Update the doc string to the above effect.
17293
17294 2011-09-29 Martin Rudalics <rudalics@gmx.at>
17295
17296 * window.el (display-buffer-record-window): When WINDOW is the
17297 selected window use `point' instead of `window-point'. (Bug#9626)
17298
17299 * startup.el (command-line-1): Use insert-before-markers when
17300 inserting initial-scratch-message. (Bug#9605)
17301
17302 * help.el (help-window): Remove variable.
17303
17304 2011-09-29 Glenn Morris <rgm@gnu.org>
17305
17306 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17307
17308 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
17309
17310 * descr-text.el (describe-char-categories): Accept category
17311 descriptions more than one line long.
17312
17313 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * simple.el (delete-trailing-whitespace): Fix last change.
17316
17317 * progmodes/perl-mode.el (perl-syntax-propertize-function):
17318 Don't confuse "y => 3" as the beginning of a `y' operation.
17319
17320 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17321 object has more than 4 slots (bug#9613).
17322
17323 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
17324
17325 * subr.el (with-output-to-temp-buffer):
17326 * net/quickurl.el (quickurl, quickurl-browse-url):
17327 Fix typos in docstrings.
17328
17329 2011-09-27 Eli Zaretskii <eliz@gnu.org>
17330
17331 * minibuffer.el (completion-styles)
17332 (completion-category-overrides): Cross reference each other in doc
17333 strings.
17334
17335 2011-09-27 Glenn Morris <rgm@gnu.org>
17336
17337 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17338 to split-string. (Bug#9606)
17339
17340 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17341
17342 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17343 (bug#9615).
17344
17345 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
17346
17347 * emacs-lisp/package.el (list-packages): Fix echo area message.
17348
17349 2011-09-27 Leo Liu <sdl.web@gmail.com>
17350
17351 * ido.el (ido-read-internal): Accept cons cell HIST arg.
17352
17353 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
17354
17355 * net/dbus.el (dbus-unregister-object): Don't release services for
17356 registered signals. (Bug#9581)
17357
17358 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
17359
17360 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17361 function that picks between cfengine 2 and 3 support
17362 automatically. Update docs accordingly.
17363
17364 2011-09-22 Kenichi Handa <handa@m17n.org>
17365
17366 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17367 ZERO.
17368 (indian-itrans-v5-table-for-tamil): New variable.
17369 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17370
17371 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
17372
17373 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17374 that's true if the current command involved collapsing of text.
17375 It's reset to false at the beginning of the next command.
17376 (allout-post-command-business): Move the cursor to the beginning
17377 of entry if the cursor is hidden and collapsing activity just
17378 happened.
17379
17380 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
17381
17382 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17383 tracking (Bug#9541).
17384
17385 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
17386
17387 * net/newst-reader.el (newsticker-html-renderer)
17388 (newsticker-show-news): Automatically load html rendering package
17389 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17390 because w3m-fill-column is let-bound" and the error "Symbol's value
17391 as variable is void: w3m-fill-column".
17392
17393 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17394
17395 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17396 Release services only if they are defined. (Bug#9581)
17397
17398 2011-09-23 Richard Stallman <rms@gnu.org>
17399
17400 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17401 distinguish start of paragraph from start of its text.
17402
17403 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17404
17405 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17406 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17407 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17408
17409 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17410
17411 * international/mule-diag.el (mule-diag): Insert a newline after
17412 each fontset description.
17413
17414 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17415
17416 * simple.el (delete-trailing-whitespace):
17417 Document last change; simplify.
17418
17419 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17420
17421 * simple.el (delete-trailing-whitespace): Also delete
17422 extra newlines at the end of the buffer.
17423
17424 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17425 (picture-newline): Use forward-line so as to ignore fields.
17426
17427 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17428
17429 * subr.el (with-wrapper-hook): Fix edebug spec.
17430
17431 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17432
17433 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17434 (bug#4538).
17435
17436 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17437
17438 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17439 Fix nasty bug using wrong cached values.
17440
17441 2011-09-23 Alan Mackenzie <acm@muc.de>
17442
17443 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17444
17445 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17446
17447 * window.el (pop-to-buffer): Ensure right window is selected if we
17448 chose another frame.
17449
17450 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17451
17452 * simple.el (what-cursor-position): Use get-char-property-change
17453 and next-single-char-property-change, to be able to show display
17454 properties that come from overlays as well as text properties.
17455
17456 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17457
17458 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17459
17460 * cmuscheme.el (run-scheme, switch-to-scheme):
17461 * cus-edit.el (customize-group, custom-buffer-create)
17462 (customize-browse):
17463 * info.el (info):
17464 * shell.el (shell):
17465 * mail/sendmail.el (mail):
17466 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17467
17468 2011-09-22 Richard Stallman <rms@gnu.org>
17469
17470 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17471 move back only to line beg, don't move back over blank lines.
17472
17473 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17474
17475 * files.el (copy-directory): Set directory attributes only in case
17476 they could be retrieved from the source directory. (Bug#9565)
17477
17478 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17479
17480 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17481 (hs-find-block-beginning, hs-hide-level-recursive):
17482 Ignore strings as well as comments. (Bug#9502)
17483
17484 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17485
17486 * progmodes/sql.el (sql-comint-postgres):
17487 Convert port number to a string. (Bug#9566)
17488
17489 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17490
17491 * window.el (quit-window): Undedicate window when switching to
17492 previous buffer. Reported by Thierry Volpiatto
17493 <thierry.volpiatto@gmail.com>.
17494 (special-display-popup-frame): When popping up a new frame reset
17495 its previous buffers to nil. Simplify code.
17496
17497 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17498
17499 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17500 and process filter, as done also in `shell-command'.
17501
17502 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17503
17504 * window.el (set-window-buffer-start-and-point):
17505 Call set-window-start with NOFORCE argument t.
17506 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17507 (quit-window): Reword doc-string. Handle new format of
17508 quit-restore parameter. Don't delete window if it has a
17509 previous buffer we can show instead of the present one.
17510 (display-buffer-record-window): Rewrite using a new format for
17511 the quit-restore window parameter
17512 (special-display-popup-frame, display-buffer-same-window)
17513 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17514 (display-buffer-pop-up-window, display-buffer-use-some-window):
17515 Adapt symbol passed to display-buffer-record-window.
17516 * help.el (help-window-setup): Handle new format of quit-restore
17517 parameter.
17518
17519 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17520
17521 * faces.el (face-list): Fix docstring (bug#9564).
17522
17523 * window.el (display-buffer--action-function-custom-type):
17524 Don't include internal functions in the Custom interface.
17525
17526 2011-09-20 Juri Linkov <juri@jurta.org>
17527
17528 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17529 (Info-forward-node, Info-backward-node, Info-next-preorder)
17530 (Info-last-preorder): Use it. (Bug#9528)
17531
17532 2011-09-20 Juri Linkov <juri@jurta.org>
17533
17534 * info.el (Info-last-preorder): Visit last menu item only when
17535 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17536
17537 2011-09-20 Julien Danjou <julien@danjou.info>
17538
17539 * password-cache.el (password-cache-remove): Remove entries even if the
17540 value is nil, so that password with a nil value (negative caching) is
17541 possible to invalidate.
17542
17543 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17544
17545 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17546 all whitespace around breakpoint. (Bug#9553)
17547 (f90-find-breakpoint): Only break at whitespace inside a comment.
17548
17549 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17550
17551 * minibuffer.el (completion-file-name-table): Keep track of errors.
17552 (completion-table-with-predicate): Handle the case where pred1 is nil.
17553 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17554
17555 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17556
17557 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17558 (debugger-return-value): Signal an error if the debugging context does
17559 not await any return value.
17560
17561 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17562 * image-mode.el (image-toggle-display-text)
17563 (image-toggle-display-image): Stay away from evil `intangible'.
17564
17565 2011-09-19 Leo Liu <sdl.web@gmail.com>
17566
17567 * replace.el (occur-revert-arguments): Make it permanent-local.
17568 (occur-mode): Don't call font-lock-defontify.
17569
17570 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17571
17572 * net/ldap.el (ldap-search-internal): Don't push empty search
17573 result (Bug#9508).
17574
17575 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17576
17577 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17578
17579 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17580
17581 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17582 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17583
17584 2011-09-18 Juri Linkov <juri@jurta.org>
17585
17586 * buff-menu.el (Buffer-menu-mode-map):
17587 * dired.el (dired-mode-map):
17588 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17589 (lisp-interaction-mode-map):
17590 * emacs-lisp/package.el (package-menu-mode-map):
17591 * epa.el (epa-key-list-mode-map):
17592 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17593 (menu-bar-options-menu):
17594 * outline.el (outline-mode-menu-bar-map):
17595 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17596 * vc/vc-dir.el (vc-dir-menu-map):
17597 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17598 Capitalize non-function content words in menu item strings.
17599
17600 * dired.el (dired-mode-map): Add menu item for
17601 `image-dired-dired-toggle-marked-thumbs'.
17602
17603 2011-09-18 Juri Linkov <juri@jurta.org>
17604
17605 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17606 to `isearch-case-fold-search' and restore its original value
17607 after the `isearch-mode' call.
17608
17609 2011-09-18 Juri Linkov <juri@jurta.org>
17610
17611 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17612 because `zgrep' returns 1 for successful matches (bug#9226).
17613
17614 2011-09-18 Juri Linkov <juri@jurta.org>
17615
17616 * info.el (Info-extract-menu-node-name): Check the second match
17617 for empty string (second test-case of bug#9528).
17618 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17619 intermediate nodes to the history (first test-case of bug#9528).
17620
17621 2011-09-18 Juri Linkov <juri@jurta.org>
17622
17623 * info.el (Info-mode-syntax-table): New variable.
17624 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17625
17626 2011-09-18 Juri Linkov <juri@jurta.org>
17627
17628 * info.el (Info-file-supports-index-cookies):
17629 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17630 outputs one more line for long file names (bug#4142).
17631
17632 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17633
17634 * newcomment.el (comment-normalize-vars): If prompting for
17635 comment-start, set comment-start-skip too (Bug#8424).
17636
17637 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17638
17639 * icomplete.el: Fix previous fix of Bug#5849.
17640 (icomplete-mode): Don't set completion-show-inline-help.
17641 (icomplete-minibuffer-setup): Set completion-show-inline-help
17642 locally during icompletion.
17643
17644 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17645
17646 * woman.el (woman2-process-escapes): Don't delete unrecognized
17647 escapes (Bug#7843).
17648
17649 * files.el (inhibit-first-line-modes-regexps): Add image files.
17650 (hack-local-variables-prop-line): Return nil for malformed
17651 prop-lines (Bug#9044).
17652
17653 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17654
17655 * net/tramp.el (top): Don't require 'shell.
17656 (tramp-methods): Fix docstring.
17657 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17658 Return complete remote file name. Handle "smb" case.
17659 Use `tramp-tmpdir', if defined for the respective method.
17660 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17661
17662 * net/tramp-compat.el (top): Require 'shell.
17663
17664 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17665 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17666 `tramp-current-host'.
17667 (tramp-get-remote-tmpdir): Remove.
17668
17669 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17670 `tramp-tmpdir' entries.
17671 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17672 (tramp-smb-handle-file-attributes): Ignore errors.
17673 (tramp-smb-wait-for-output): Check also for process end.
17674
17675 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17676
17677 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17678 when sending QUIT (bug#9312).
17679
17680 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17681
17682 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17683 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17684 occur-mode-display-occurrence.
17685 (occur-edit-mode): Add usage message.
17686 (occur-cease-edit): New command.
17687 (occur-after-change-function): Use text properties to find the
17688 position of the prefix text.
17689 (occur-engine): Set stickiness of prefix text properties.
17690
17691 2011-09-17 Glenn Morris <rgm@gnu.org>
17692
17693 * progmodes/etags.el (complete-tag):
17694 Fix call to completion-in-region. (Bug#9526)
17695
17696 2011-09-17 Juri Linkov <juri@jurta.org>
17697
17698 * textmodes/ispell.el (ispell-word): Add to the error message
17699 the word, ispell program name and current dictionary (bug#9121).
17700 (ispell-tex-arg-end): Capitalize "error" in the error message.
17701
17702 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17703
17704 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17705 check. (Bug#4251)
17706
17707 2011-09-17 Juri Linkov <juri@jurta.org>
17708
17709 * window.el (window-safe-min-height, window-safe-min-width):
17710 Fix typos (followup to bug#9522).
17711
17712 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17713
17714 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17715
17716 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17717
17718 * simple.el (line-move): If goal-column is set, move by logical
17719 lines, not by display lines. (Bug#971)
17720 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17721 to reflect the above change.
17722
17723 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * image.el (imagemagick-register-types): Use regexp-opt.
17726
17727 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17728
17729 * window.el (display-buffer-base-action): Rename from
17730 display-buffer-default-action. Make default value empty.
17731 (display-buffer-overriding-action): Convert to defvar.
17732 (display-buffer-fallback-action): New var.
17733
17734 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17735
17736 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17737 declaration.
17738 (package--add-to-archive-contents): If there is a duplicate entry
17739 with an older version, remove it.
17740 (package-menu-mark-delete, package-menu-mark-install)
17741 (package-menu-mark-unmark): Make unused args optional.
17742 (package-menu-mark-obsolete-for-deletion):
17743 Use package-menu-get-status instead of a regexp search.
17744 (package-menu-get-status): Use tabulated-list-entry.
17745 (package-menu-mark-upgrades): New command.
17746 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17747 (package-menu-execute): Do installation before deletion.
17748 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17749 instead of checking major-mode.
17750 (package-menu--find-upgrades): New function.
17751
17752 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17753
17754 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17755 passwords in the log buffer.
17756 (smtpmail-process-filter): Update the process marker so that the
17757 "broken by peer" status message is inserted in the right place.
17758
17759 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17760
17761 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17762 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17763 bibtex-completion-at-point-function.
17764 (bibtex-completion-at-point-function): Use them.
17765
17766 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17767
17768 * mpc.el (mpc-constraints-tag-lookup): New function.
17769 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17770 also to browser "album|playlist".
17771
17772 2011-09-14 Juri Linkov <juri@jurta.org>
17773
17774 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17775 (isearch-edit-string): Use length of `isearch-string' when
17776 `isearch-fail-pos' returns nil.
17777 (isearch-message): Remove duplicate code and call
17778 `isearch-fail-pos' with arg `t'.
17779
17780 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17781
17782 * replace.el (occur-mode-goto-occurrence): Don't force using other
17783 window (Bug#9499).
17784
17785 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17786
17787 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17788
17789 * window.el (display-buffer-window): Remove.
17790 (display-buffer-record-window): Use help-setup window parameter
17791 instead of variable display-buffer-window.
17792 (display-buffer-function, special-display-buffer-names)
17793 (special-display-function): Mention help-setup parameter instead
17794 of display-buffer-window in doc-string.
17795 * help.el (help-window-setup): New argument help-window.
17796 Use help-window-setup parameter instead of display-buffer-window.
17797 Reword some messages.
17798 (with-help-window): Pass window used for displaying the buffer
17799 to help-window-setup. Don't set display-buffer-window.
17800
17801 2011-09-13 Glenn Morris <rgm@gnu.org>
17802
17803 * emacs-lisp/debug.el (debugger-make-xrefs):
17804 Preserve point. (Bug#9462)
17805
17806 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17807
17808 * window.el (window-deletable-p): Use next-frame.
17809
17810 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17811
17812 * window.el (window-auto-delete): Remove.
17813 (window-deletable-p): Remove argument FORCE. Don't deal with
17814 dedication and previous buffers.
17815 (switch-to-prev-buffer): Don't delete window.
17816 (delete-windows-on): Delete a window's frame if and only if the
17817 window is dedicated.
17818 (replace-buffer-in-windows): Delete buffer's window or frame if
17819 and only if window is dedicated.
17820 (quit-window): Handle quit-restore as before last change.
17821 (bury-buffer): Delete window only if window-deletable-p returns t.
17822
17823 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17824
17825 * window.el (window-deletable-p): Never delete the last frame on a
17826 given terminal.
17827
17828 2011-09-13 Glenn Morris <rgm@gnu.org>
17829
17830 * help.el (describe-key-briefly): Copy previous standard-output change.
17831
17832 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17833
17834 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17835
17836 2011-09-13 Glenn Morris <rgm@gnu.org>
17837
17838 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17839 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17840
17841 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17842
17843 * dired-aux.el (dired-mark-read-string): Don't return default
17844 value on empty input (Bug#9361).
17845 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17846 Omit initial minibuffer contents.
17847 (dired-do-chmod): Signal an error on empty input.
17848 (dired-mark-read-string): Don't return default on empty input.
17849
17850 * files.el (file-modes-symbolic-to-number): Doc fix.
17851
17852 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * international/mule-cmds.el (ucs-completions): Remove.
17855 (read-char-by-name): Use complete-with-action instead; add metadata.
17856
17857 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17858
17859 * window.el (display-buffer--action-function-custom-type)
17860 (display-buffer--action-custom-type): New vars.
17861 (display-buffer-alist, display-buffer-default-action)
17862 (display-buffer-overriding-action): Add defcustom types.
17863
17864 * frame.el (delete-other-frames): Doc fix (Bug#276).
17865
17866 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17867
17868 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17869
17870 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17871
17872 Change modes that used same-window-* vars to use switch-to-buffer.
17873
17874 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17875 Use switch-to-buffer.
17876
17877 * cus-edit.el (customize-group, custom-buffer-create)
17878 (customize-browse, custom-buffer-create-other-window):
17879 Use switch-to-buffer or switch-to-buffer-other-window.
17880
17881 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17882 (Info-prev, Info-up, Info-speedbar-goto-node)
17883 (info-display-manual): Use switch-to-buffer.
17884 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17885
17886 * mail/sendmail.el (mail): Use switch-to-buffer.
17887 (mail-recover): Use switch-to-buffer-other-window.
17888
17889 * cmuscheme.el (run-scheme, switch-to-scheme):
17890 * ielm.el (ielm):
17891 * shell.el (shell):
17892 * net/rlogin.el (rlogin):
17893 * net/telnet.el (telnet, rsh):
17894 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17895
17896 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17897
17898 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17899
17900 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17901
17902 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17903 so don't mention it (bug#9301).
17904 (dired-sort-toggle-or-edit): Clarify string further.
17905
17906 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17907 match `x', `w32' and `ns', like the manual says (bug#9029).
17908
17909 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17910 (process-kill-buffer-query-function): Mention the buffer name in
17911 the query.
17912
17913 * image-mode.el (image-next-line): The line parameter is mandatory
17914 (bug#9258).
17915
17916 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17917 which can be useful (bug#9301).
17918
17919 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17920
17921 * subr.el (match-string): Mention that the current buffer should
17922 be the same as the search was done in (bug#9282).
17923
17924 * facemenu.el: Disable the remove-* commands if the mark isn't
17925 active (bug#9162).
17926
17927 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17928
17929 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17930 of display-buffer.
17931 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17932
17933 * replace.el (occur-mode-goto-occurrence)
17934 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17935 and display-buffer.
17936
17937 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17938 display-buffer.
17939
17940 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17941 special-display and same-window variables.
17942 (mail-other-window): Use switch-to-buffer-other-window.
17943 (mail-other-frame): USe switch-to-buffer-other-frame.
17944
17945 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17946 Use display-buffer-other-frame.
17947 (gdb-display-gdb-buffer): Use pop-to-buffer.
17948
17949 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17950
17951 * progmodes/python.el: Don't set same-window-buffer-names.
17952
17953 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17954
17955 * window.el (display-buffer-alist): Add *Python*.
17956
17957 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17958
17959 * window.el (display-buffer-alist): Add entry for buffers
17960 previously handled same-window-*.
17961 (display-buffer-alist, display-buffer-default-action)
17962 (display-buffer-overriding-action): Mark as risky.
17963 (display-buffer-alist): Document action function changes.
17964 (display-buffer--same-window-action)
17965 (display-buffer--other-frame-action): New variables.
17966 (switch-to-buffer, display-buffer-other-frame): Use them.
17967 (display-buffer): Rename reuse-frame entry to reusable-frames.
17968 (display-buffer-reuse-selected-window): Function deleted.
17969 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17970 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17971 (display-buffer-special): New function.
17972 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17973 display-buffer-reuse-or-pop-window. Split off special-display
17974 part into display-buffer-special.
17975 (display-buffer-use-some-window): Don't perform any special
17976 pop-up-frames handling.
17977 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17978 (display-buffer--maybe-same-window): Rename from
17979 display-buffer-maybe-same-window.
17980
17981 * info.el: Don't set same-window-regexps.
17982 (info-setup): New function.
17983 (info-other-window, info): Call it.
17984
17985 * cus-edit.el: Don't set same-window-regexps.
17986 (customize-group): New argument.
17987 (customize-group-other-window): Use it.
17988 (customize-face, customize-face-other-window): Likewise.
17989 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17990
17991 * net/rlogin.el:
17992 * net/telnet.el:
17993 * progmodes/gud.el: Don't set same-window-regexps.
17994
17995 * cmuscheme.el:
17996 * ielm.el:
17997 * shell.el:
17998 * mail/sendmail.el:
17999 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18000
18001 2011-09-10 Juri Linkov <juri@jurta.org>
18002
18003 * isearch.el (isearch-edit-string): Remove obsolete mention of
18004 `C-w' (`isearch-yank-word-or-char') from docstring.
18005 (isearch-query-replace): Fix typo in docstring (bug#9466).
18006
18007 2011-09-10 Juri Linkov <juri@jurta.org>
18008
18009 * paren.el (show-paren-function): Don't show escaped parens.
18010 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
18011
18012 2011-09-10 Eli Zaretskii <eliz@gnu.org>
18013
18014 * mail/sendmail.el (mml-to-mime, mml-attach-file)
18015 (mm-default-file-encoding): Remove autoload forms, they are
18016 replaced with autoload cookies in mml.el and mm-encode.el.
18017 (mail-add-attachment): New command.
18018 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18019 (mail-mode): Mention mail-insert-file and mail-add-attachment in
18020 the doc string.
18021 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18022
18023 2011-09-10 Reuben Thomas <rrt@sc3d.org>
18024
18025 * simple.el (count-words-region): Use buffer if there's no region
18026 (bug#9429).
18027
18028 2011-09-09 Juri Linkov <juri@jurta.org>
18029
18030 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18031 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18032 (wdired-isearch-filter-read-only): New function. (Bug#6362)
18033
18034 2011-09-09 Alan Mackenzie <acm@muc.de>
18035
18036 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18037 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
18038
18039 2011-09-09 Eli Zaretskii <eliz@gnu.org>
18040
18041 Fix for Savannah bug#9392.
18042 * simple.el (mail-encode-mml): New defvar.
18043
18044 * mail/rmail.el (mail-encode-mml): Add a defvar.
18045 (rmail-enable-mime-composing): Default to t.
18046 (rmail-forward): Use MIME method of forwarding only if both
18047 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18048 Set mail-encode-mml non-nil if the MIME method was used.
18049
18050 * mail/sendmail.el (mml-to-mime): Add autoload form.
18051 (mail-encode-mml): Add a defvar.
18052 (mail-mode): Make mail-encode-mml buffer-local and initialize it
18053 to nil.
18054 (mail-send): If mail-encode-mml is non-nil, run the outgoing
18055 message through mml-to-mime, and reset mail-encode-mml to nil.
18056
18057 2011-09-09 Glenn Morris <rgm@gnu.org>
18058
18059 * woman.el (woman-if-body): When processing an .el block,
18060 do not delete the next .el block as well. (Bug#9447)
18061 (woman-special-characters): Add oq, cq, and hy characters.
18062
18063 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18064
18065 * window.el (window-deletable-p): Make sure window is live before
18066 invoking window-prev-buffers.
18067
18068 2011-09-08 Leo Liu <sdl.web@gmail.com>
18069
18070 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
18071
18072 2011-09-08 Juri Linkov <juri@jurta.org>
18073
18074 * progmodes/compile.el (compilation-environment): Make it
18075 a defcustom (bug#8340).
18076
18077 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18078
18079 * window.el (frame-auto-delete): Rename to window-auto-delete.
18080 Make it control auto-deletion of windows and/or frames.
18081 (window-deletable-p): New argument FORCE. Rewrite conditions
18082 for deleting window/frame. (Bug#9419)
18083 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18084 Rewrite handling of case when window/frame can be deleted.
18085 (delete-windows-on): Call window-deletable-p with new FORCE
18086 argument t. (Bug#9456)
18087
18088 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
18089
18090 * help-mode.el (help-mode): Restore autoload.
18091
18092 2011-09-07 Juri Linkov <juri@jurta.org>
18093
18094 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18095 `compilation-environment'. Set buffer-local
18096 `compilation-environment' to `thisenv' later after (funcall mode).
18097 (Bug#8340)
18098
18099 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
18100 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18101 instead of replacing its value. (Bug#8340)
18102
18103 2011-09-07 Juri Linkov <juri@jurta.org>
18104
18105 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18106 based on text properties put by `grep-filter' instead of matching
18107 escape sequences.
18108 (grep-mode): Set buffer-local `compilation-error-screen-columns'
18109 to the value of `grep-error-screen-columns' (bug#9438).
18110
18111 2011-09-07 Juri Linkov <juri@jurta.org>
18112
18113 * simple.el (next-error-highlight, next-error-highlight-no-select):
18114 Doc fix (bug#9432).
18115
18116 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
18117
18118 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18119 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
18120
18121 2011-09-07 Leo Liu <sdl.web@gmail.com>
18122
18123 * net/rcirc.el (rcirc-mode): Conditionally initialize
18124 rcirc-input-ring.
18125
18126 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * emacs-lisp/find-func.el (find-function-C-source): Only set
18129 find-function-C-source-directory after checking that we found a source
18130 file there (bug#9440).
18131
18132 2011-09-06 Alan Mackenzie <acm@muc.de>
18133
18134 * isearch.el (isearch-other-meta-char): Wherever a key list is
18135 unread, "unread" the prefix arg, too. This fixes bug #8901.
18136
18137 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
18138
18139 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18140
18141 2011-09-05 Juri Linkov <juri@jurta.org>
18142
18143 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18144
18145 2011-09-05 Juri Linkov <juri@jurta.org>
18146
18147 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18148 keeping point where processing of grep matches begins, and
18149 continue to delete remaining escape sequences from the same point.
18150 (grep-filter): Make leading zero optional in "0?1;31m" because
18151 git-grep emits "\033[1;31m" escape sequences unlike expected
18152 "\033[01;31m" as GNU Grep does (bug#9408).
18153 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18154
18155 2011-09-05 Juri Linkov <juri@jurta.org>
18156
18157 * subr.el (y-or-n-p): Capitalize "yes".
18158
18159 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
18160
18161 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
18162 `tramp-cache-unload-hook' where appropriate.
18163 (tramp-methods): Rename `tramp-remote-sh' to
18164 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
18165 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18166
18167 * net/tramp-sh.el (top): Don't require 'shell.
18168 (tramp-methods): Add `tramp-remote-shell' and
18169 `tramp-remote-shell-args' entries.
18170 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18171 (tramp-sh-handle-shell-command): Remove.
18172 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18173 Use `tramp-remote-shell'.
18174
18175 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
18176
18177 * mail/sendmail.el (sendmail-query-once-function): Delete.
18178 (sendmail-query-once): Save directly to send-mail-function.
18179 Update message-send-mail-function too.
18180
18181 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18182
18183 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18184
18185 * progmodes/python.el (python-mode-map): Use correct function to
18186 start python interpreter from menu-bar (as reported by Geert
18187 Kloosterman).
18188 (inferior-python-mode-map): Fix typo.
18189 (python-shell-map): Remove.
18190
18191 2011-09-03 Deniz Dogan <deniz@dogan.se>
18192
18193 * net/rcirc.el (rcirc-print): Simplify code for
18194 rcirc-scroll-show-maximum-output. There is no need to walk
18195 through all windows to find the right one.
18196
18197 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18198
18199 * help.el (help-return-method): Doc fix.
18200
18201 2011-09-03 Martin Rudalics <rudalics@gmx.at>
18202
18203 * window.el (window-deletable-p): Don't return a non-nil value
18204 when there's a buffer that was shown in the window before.
18205 (Bug#9419)
18206 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18207 Set window's previous buffers to nil.
18208
18209 2011-09-03 Eli Zaretskii <eliz@gnu.org>
18210
18211 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18212 newline before and after the tag line, so it doesn't interfere
18213 with determining the paragraph direction of bidirectional text.
18214
18215 2011-09-03 Leo Liu <sdl.web@gmail.com>
18216
18217 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
18218
18219 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18220
18221 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18222 (pop-to-buffer): Change interactive spec. Pass second argument
18223 directly to display-buffer.
18224 (display-buffer): Fix interactive spec. Use functionp to
18225 distinguish between a function and a list of functions.
18226
18227 * abbrev.el (edit-abbrevs):
18228 * arc-mode.el (archive-extract):
18229 * autoinsert.el (auto-insert):
18230 * bookmark.el (bookmark-bmenu-list):
18231 * files.el (find-file):
18232 * view.el (view-buffer):
18233 * progmodes/compile.el (compilation-goto-locus):
18234 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18235
18236 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18237
18238 * window.el (display-buffer-alist): Doc fix.
18239 (display-buffer): Add docstring. Don't treat
18240 display-buffer-default specially.
18241 (display-buffer-reuse-selected-window)
18242 (display-buffer-same-window, display-buffer-maybe-same-window)
18243 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18244 (display-buffer-pop-up-window)
18245 (display-buffer-reuse-or-pop-window)
18246 (display-buffer-use-some-window): New functions.
18247 (display-buffer-default-action): Use them.
18248 (display-buffer-default): Delete.
18249 (pop-to-buffer-1): Fix choice of actions.
18250
18251 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * minibuffer.el (completion--insert-strings): Don't get confused by
18254 completion entries that end with an LF char.
18255
18256 2011-09-01 Eli Zaretskii <eliz@gnu.org>
18257
18258 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18259
18260 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
18261
18262 * window.el (display-buffer): Restore interactive spec.
18263 (display-buffer-same-window, display-buffer-other-window):
18264 New functions.
18265 (pop-to-buffer-1): New function. Use the above.
18266 (pop-to-buffer, pop-to-buffer-same-window): Use it.
18267 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18268
18269 * view.el (view-buffer-other-window, view-buffer-other-frame):
18270 Just use pop-to-buffer.
18271
18272 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18273
18274 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
18275
18276 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
18277
18278 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
18279
18280 2011-08-31 Richard Stallman <rms@gnu.org>
18281
18282 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18283 of the separation of rmail-view-buffer from rmail-buffer.
18284 If you say no to "replace original", the decrypt is in the
18285 view buffer. If you say yes, the decrypt goes into the
18286 rmail buffer also.
18287
18288 2011-08-31 Martin Rudalics <rudalics@gmx.at>
18289
18290 * window.el (display-buffer-window): Rewrite doc-string.
18291 (display-buffer-record-window): New function.
18292 (display-buffer-macro-specifiers)
18293 (display-buffer-even-window-sizes, display-buffer-set-height)
18294 (display-buffer-set-width, display-buffer-in-window)
18295 (display-buffer-reuse-window, display-buffer-split-specifiers)
18296 (display-buffer-side-specifiers, display-buffer-split-window-1)
18297 (display-buffer-split-window, display-buffer-split-atom-window)
18298 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18299 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18300 (display-buffer-other-window-means-other-frame)
18301 (display-buffer-normalize-special)
18302 (display-buffer-normalize-default)
18303 (display-buffer-normalize-argument)
18304 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18305 (display-buffer-normalize-specifiers, display-buffer-frame)
18306 (display-buffer-same-window, display-buffer-same-frame)
18307 (display-buffer-other-window)
18308 (display-buffer-same-frame-other-window)
18309 (display-buffer-other-frame, pop-to-buffer-same-window)
18310 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18311 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18312 (switch-to-buffer-same-frame)
18313 (switch-to-buffer-other-window-same-frame)
18314 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18315 (display-buffer-alist-set-1, display-buffer-alist-set-2)
18316 (display-buffer-alist-set): Remove.
18317 (display-buffer-function, special-display-buffer-names)
18318 (special-display-regexps, special-display-function):
18319 In doc-string refer to display-buffer-window and quit-restore
18320 parameter.
18321 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18322 (special-display-frame-alist, special-display-popup-frame)
18323 (same-window-buffer-names, same-window-regexps, same-window-p)
18324 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18325 (split-window-preferred-function, split-height-threshold)
18326 (split-width-threshold, window-splittable-p)
18327 (split-window-sensibly, window--try-to-split-window)
18328 (window--frame-usable-p, even-window-heights)
18329 (window--even-window-heights, window--display-buffer-1)
18330 (window--display-buffer-2, display-buffer-other-frame):
18331 Restore old Emacs 23 code, order and doc-strings where applicable.
18332 (display-buffer-default, display-buffer-assq-regexp): New functions.
18333 (display-buffer-alist): Rewrite doc-string.
18334 (display-buffer-default-action)
18335 (display-buffer-overriding-action): New variables.
18336 (display-buffer, switch-to-buffer): Rewrite.
18337 (pop-to-buffer): Restore Emacs 23 behavior but use
18338 window-normalize-buffer-to-display.
18339 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18340 Restore Emacs 23 behavior but use
18341 window-normalize-buffer-to-switch-to.
18342 (pop-to-buffer-same-window): Rewrite.
18343 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18344 Rewrite using Emacs 23 options.
18345
18346 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
18347
18348 * net/tramp.el (tramp-root-regexp): Remove.
18349 (tramp-completion-file-name-regexp-unified)
18350 (tramp-completion-file-name-regexp-separate)
18351 (tramp-completion-file-name-regexp-url): Don't use leading volume
18352 letter on w32 systems. (Bug#5303, Bug#9311)
18353 (tramp-drop-volume-letter): Simplify definition.
18354 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18355
18356 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18357
18358 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18359 (bug#9356).
18360
18361 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
18362
18363 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18364
18365 2011-08-29 Juri Linkov <juri@jurta.org>
18366
18367 * isearch.el (isearch-done): Don't display message "Mark saved"
18368 when arg `edit' is non-nil to prevent its flicker in the echo area.
18369
18370 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18371
18372 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18373 obsolete packages for deletion.
18374
18375 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
18376
18377 * help-mode.el (help-mode-map): Add special-mode-map to parent.
18378 (help-mode): Derive help-mode from special-mode. Don't invoke
18379 view-mode from help-mode.
18380 (help-xref-override-view-map): Remove.
18381 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18382 view-mode is not used anymore.
18383
18384 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18385
18386 * server.el (server-port): Doc fix.
18387
18388 * cus-theme.el (custom-theme-choose-mode): Inherit from
18389 special-mode (Bug#9124).
18390 (custom-theme-choose-mode-map): Add special-mode to parent.
18391
18392 2011-08-28 Alan Mackenzie <acm@muc.de>
18393
18394 * progmodes/cc-fonts.el
18395 (c-make-font-lock-BO-decl-search-function): New function.
18396 (c-basic-matchers-after - "Fontify the clauses after various
18397 keywords"): Extract the three keyword lists for the 3 erroneous
18398 constructs from the list of four, and use the new function above
18399 in place of an old one.
18400
18401 2011-08-28 Deniz Dogan <deniz@dogan.se>
18402
18403 * net/rcirc.el (rcirc-insert-prev-input)
18404 (rcirc-insert-next-input): Remove unused argument.
18405
18406 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18409
18410 2011-08-27 Alan Mackenzie <acm@muc.de>
18411
18412 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18413 handle function pointer parameters properly.
18414
18415 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18416
18417 * window.el (display-buffer-reuse-window): Fix case where
18418 selected window was reused with non-nil OTHER-WINDOW argument.
18419 (Bug#9381)
18420
18421 2011-08-27 Deniz Dogan <deniz@dogan.se>
18422
18423 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18424 oftc's NickServ messages.
18425
18426 2011-08-27 Glenn Morris <rgm@gnu.org>
18427
18428 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18429
18430 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18431
18432 * emacs-lisp/package.el (package-install): Call package-initialize
18433 if called interactively.
18434
18435 2011-08-26 Leo Liu <sdl.web@gmail.com>
18436
18437 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18438
18439 2011-08-25 Juri Linkov <juri@jurta.org>
18440
18441 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18442 `search-whitespace-regexp' (bug#9364).
18443
18444 2011-08-25 Juri Linkov <juri@jurta.org>
18445
18446 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18447 `regexp-search-ring' to their global values to protect from
18448 updating by `read-from-minibuffer' (bug#9185).
18449
18450 2011-08-25 Juri Linkov <juri@jurta.org>
18451
18452 * textmodes/ispell.el (ispell-command-loop): Add newline
18453 at the end of the "Use option `i'..." line.
18454
18455 2011-08-25 Juri Linkov <juri@jurta.org>
18456
18457 * battery.el (display-battery-mode): If `battery-status-function'
18458 or `battery-mode-line-format' is nil, display the message and set
18459 `display-battery-mode' to nil (bug#9363).
18460
18461 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18462
18463 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18464 bidi-string-mark-left-to-right; they are unnecessary now.
18465
18466 2011-08-25 Deniz Dogan <deniz@dogan.se>
18467
18468 * net/quickurl.el: Documentation typo fixes.
18469
18470 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18471
18472 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18473
18474 2011-08-25 Glenn Morris <rgm@gnu.org>
18475
18476 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18477
18478 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18479 (smtpmail-via-smtp): Handle nil response from smtp.
18480
18481 2011-08-24 Juri Linkov <juri@jurta.org>
18482
18483 * proced.el (proced-marked): Inherit from `error' instead of
18484 `font-lock-warning-face'.
18485
18486 * ibuffer.el (ibuffer-marked-face): Change default face from
18487 `font-lock-warning-face' to `warning'.
18488 (ibuffer-deletion-face): Change default face from
18489 `font-lock-type-face' to `error'.
18490
18491 * battery.el (battery-update): Use the face `error' instead of
18492 `font-lock-warning-face' (bug#6117).
18493
18494 2011-08-24 Juri Linkov <juri@jurta.org>
18495
18496 * faces.el (success): Change face color from "Green3" to
18497 "ForestGreen" on light background (bug#9353).
18498
18499 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18500
18501 * window.el (quit-window): Rename from quit-restore-window.
18502 Use same arglist as old quit-window.
18503 (frame-auto-delete): Doc fix.
18504
18505 * view.el (view-mode-exit): Use quit-window.
18506
18507 2011-08-24 Juri Linkov <juri@jurta.org>
18508
18509 * isearch.el (isearch-ring-adjust1): Start visiting previous
18510 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18511 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18512 for empty search string (when the last search string is reused
18513 automatically) to adjust the isearch ring to the last element and
18514 prepare the correct index for further M-p commands (bug#9185).
18515
18516 2011-08-24 Kenichi Handa <handa@m17n.org>
18517
18518 * international/ucs-normalize.el: If decomposition property of
18519 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18520 nil.
18521 (nfd, nfkd): Likewise.
18522
18523 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18524
18525 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18526 from process filters aren't reliably transmitted to the surrounding
18527 accept-process-output.
18528 (mpc-proc-check): New function.
18529 (mpc-proc-sync): Use it (bug#8293)
18530
18531 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18532
18533 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18534 Add compatibility functions (bug#9313).
18535
18536 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18537
18538 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18539
18540 * international/uni-bidi.el: Regenerate.
18541
18542 2011-08-23 Kenichi Handa <handa@m17n.org>
18543
18544 * international/charprop.el:
18545 * international/uni-bidi.el:
18546 * international/uni-category.el:
18547 * international/uni-combining.el:
18548 * international/uni-comment.el:
18549 * international/uni-decimal.el:
18550 * international/uni-decomposition.el:
18551 * international/uni-digit.el:
18552 * international/uni-lowercase.el:
18553 * international/uni-mirrored.el:
18554 * international/uni-name.el:
18555 * international/uni-numeric.el:
18556 * international/uni-old-name.el:
18557 * international/uni-titlecase.el:
18558 * international/uni-uppercase.el: Regenerate.
18559
18560 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18561
18562 * help.el (help-window-setup): Fix message displayed when other
18563 window is reused. (Bug#9341)
18564
18565 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18566
18567 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18568 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18569
18570 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18571 Mark obsolete.
18572 * shell.el (shell-parse-pcomplete-arguments): New function.
18573 (shell-completion-vars): Use it instead (bug#9160).
18574
18575 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18576
18577 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18578 strings and comments (bug#9333).
18579
18580 * emacs-lisp/debug.el (debug-arglist): New function.
18581 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18582 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18583
18584 2011-08-22 Juri Linkov <juri@jurta.org>
18585
18586 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18587 Revert regexp that highlights output switches to its old
18588 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18589
18590 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18591 to check for empty output (bug#9226).
18592
18593 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18594
18595 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18596 symbol-constituent as the default, as that stops font-lock from
18597 working properly (Bug#8843).
18598
18599 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18600
18601 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18602 `coding-system-for-*' around the process open call to avoid
18603 auth-source side effects.
18604 (smtpmail-try-auth-methods): Expand the secret password.
18605 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18606 probe hangs.
18607
18608 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18609
18610 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18611
18612 * emacs-lisp/find-func.el (find-function-noselect): New arg
18613 lisp-only.
18614
18615 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18616 signal an error for built-in functions (Bug#6664).
18617
18618 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18619
18620 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18621 (smtpmail-try-auth-methods): Use it.
18622
18623 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18624
18625 * font-lock.el (font-lock-fontify-region)
18626 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18627 (font-lock-default-unfontify-buffer)
18628 (font-lock-default-fontify-region)
18629 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18630
18631 * progmodes/compile.el (compilation-error-properties):
18632 Fix confusion between file struct and message struct (Bug#9319).
18633 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18634 `ant' regexp.
18635
18636 * net/browse-url.el (browse-url-firefox): Don't call
18637 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18638
18639 2011-08-20 Glenn Morris <rgm@gnu.org>
18640
18641 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18642
18643 * tutorial.el (tutorial--default-keys): Update some default bindings.
18644
18645 * files.el (hack-local-variables): Fully ignore case for "mode:".
18646
18647 2011-08-20 Alan Mackenzie <acm@muc.de>
18648
18649 Resolve invalid use of a regexp in regexp-opt.
18650
18651 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18652 detection for a java annotation.
18653
18654 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18655 detection for a java annotation.
18656
18657 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18658 handling for java.
18659 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18660
18661 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18662
18663 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18664 (Bug#9274).
18665
18666 2011-08-20 Alan Mackenzie <acm@muc.de>
18667
18668 Fontify CPP expressions correctly when starting in the middle of
18669 such a construct. Mainly for when jit-lock etc. starts a chunk
18670 here.
18671
18672 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18673 variable.
18674 (c-make-font-lock-search-form): New function, extracted from
18675 c-make-font-lock-search-function.
18676 (c-make-font-lock-search-function): Use the above function.
18677 (c-make-font-lock-context-search-function): New function.
18678 (c-cpp-matchers): Enhance the preprocessor expression case with
18679 the above function
18680 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18681 which takes an expression.
18682
18683 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18684
18685 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18686
18687 * window.el (display-buffer-reuse-window)
18688 (display-buffer-pop-up-window): Don't reuse or split a side
18689 window.
18690
18691 2011-08-19 Glenn Morris <rgm@gnu.org>
18692
18693 * files.el (hack-local-variables-prop-line, hack-local-variables):
18694 Downcase "Mode:". (Bug#9331)
18695
18696 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18697
18698 * international/characters.el: Add L and R categories.
18699
18700 * subr.el (bidi-string-mark-left-to-right): Rename from
18701 string-mark-left-to-right. Use category search.
18702
18703 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18704
18705 2011-08-18 Juri Linkov <juri@jurta.org>
18706
18707 * faces.el (error, warning, success): New faces with definitions
18708 copied from old default values of `font-lock-warning-face',
18709 `compilation-warning', `compilation-info' (bug#6117).
18710
18711 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18712
18713 * progmodes/compile.el (compilation-error): Inherit from `error'.
18714 (compilation-warning): Inherit from `warning'.
18715 (compilation-info): Inherit from `success'.
18716
18717 * dired.el (dired-marked): Inherit from `warning'.
18718 (dired-flagged): Inherit from `error'.
18719
18720 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18721
18722 * mail/smtpmail.el (auth-source): Require to avoid problems with
18723 binding variables (bug#9298). Also clean up some unused
18724 autoloads.
18725
18726 * net/network-stream.el (network-stream-open-starttls):
18727 Support using starttls.el without using gnutls-cli.
18728
18729 2011-08-17 Juri Linkov <juri@jurta.org>
18730
18731 * progmodes/grep.el (rgrep): Handle the case when
18732 `grep-find-command' is a cons cell (bug#9278).
18733
18734 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18735
18736 * window.el (display-buffer-pop-up-frame): Run frame creation
18737 function with BUFFER current (as special-display-popup-frame
18738 does). Reported by Drew Adams.
18739
18740 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18741
18742 * epa-mail.el: Simplify GnuPG group expansion using
18743 epg-expand-group.
18744 (epa-mail-group-alist, epa-mail-group-modtime)
18745 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18746 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18747 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18748 Remove.
18749
18750 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18751
18752 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18753
18754 2011-08-16 Alan Mackenzie <acm@muc.de>
18755
18756 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18757 Correct, to avoid the inside of macros.
18758
18759 2011-08-16 Richard Stallman <rms@gnu.org>
18760
18761 * epa-mail.el: Handle GnuPG group definitions.
18762 (epa-mail-group-alist, epa-mail-group-modtime)
18763 (epa-mail-gnupg-conf-file): New variables.
18764 (epa-mail-parse-groups, epa-mail-sync-groups)
18765 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18766 (epa-mail-expand-recipients): New functions.
18767 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18768
18769 * mail/rmail.el (rmail-epa-decrypt): New command.
18770
18771 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18772 Don't bind buffer-read-only, just inhibit-read-only.
18773 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18774 (epa-decrypt-armor-in-region): Make error message clearer.
18775
18776 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18779 and "a2b" to "ab" for `prefix'.
18780
18781 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18782
18783 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18784 filter groups.
18785 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18786 Fourquet (Bug#8804).
18787
18788 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18789
18790 * startup.el (argi): Declare as global variable (bug#9275).
18791
18792 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18793
18794 * subr.el (string-mark-left-to-right): Search the entire string
18795 for RTL script, not just the terminating character. Doc fix.
18796
18797 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18798
18799 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18800 New function.
18801 (js--regexp-literal, js-syntax-propertize-function): Remove.
18802 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18803 (js-mode-map): Don't rebind electric keys.
18804 (js-insert-and-indent): Remove.
18805 (js-mode): Setup electric-layout and electric-indent instead.
18806
18807 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18808
18809 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18810
18811 * epa.el (epa-progress-callback-function): Fix the logic of
18812 displaying progress.
18813 * epa-file.el (epa-file-insert-file-contents): Make progress
18814 display more user-friendly.
18815 (epa-file-write-region): Ditto.
18816
18817 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18818
18819 * subr.el (string-mark-left-to-right): New function.
18820
18821 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18822 Use string-mark-left-to-right.
18823 (list-buffers-noselect): Caller changed.
18824
18825 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18826 Use string-mark-left-to-right.
18827 (tabulated-list-print): Recenter after moving point.
18828
18829 2011-08-10 Juri Linkov <juri@jurta.org>
18830
18831 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18832 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18833 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18834
18835 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18836
18837 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18838 (Bug#7554).
18839
18840 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18841
18842 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18843 character. (Bug#6594)
18844
18845 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18846
18847 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18848 (image-dired--with-db-file): New macro.
18849 (image-dired-write-tags, image-dired-remove-tag)
18850 (image-dired-create-gallery-lists, image-dired-write-comments)
18851 (image-dired-get-comment, image-dired-mark-tagged-files)
18852 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18853 (image-dired-gallery-generate): Use insert-file-contents.
18854
18855 * time.el (display-time-world-list, display-time-world-display):
18856 * time-stamp.el (time-stamp-string):
18857 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18858 set-time-zone-rule (Bug#7337).
18859
18860 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18861
18862 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18863 (epg-error-to-string, epg-errors-to-string): New function.
18864 (epg-wait-for-completion): Reverse errors list.
18865 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18866 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18867 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18868 (epg-sign-keys, epg-generate-key-from-file)
18869 (epg-generate-key-from-string): Format errors by using
18870 epg-errors-to-string (bug#9255).
18871 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18872
18873 2011-08-07 Juri Linkov <juri@jurta.org>
18874
18875 * faces.el (list-faces-display): Remove extra angle bracket
18876 from `help-mode-map'.
18877
18878 * info.el (Info-history-toc-nodes): Doc fix.
18879
18880 * longlines.el (longlines-mode): Doc fix.
18881
18882 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18883
18884 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18885 of statements and in a few more cases (bug#9183).
18886
18887 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18888 New functions.
18889 (cl-transform-lambda): Use them (bug#9239).
18890
18891 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18892
18893 * window.el (display-buffer-same-window)
18894 (display-buffer-same-frame, display-buffer-other-window)
18895 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18896 (pop-to-buffer-other-window)
18897 (pop-to-buffer-same-frame-other-window)
18898 (pop-to-buffer-other-frame): Make them defuns.
18899 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18900
18901 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18902
18903 * subr.el (make-composed-keymap): Move from C. Change calling
18904 convention, and improve docstring to bring attention to a subtle point.
18905 * minibuffer.el (completing-read-default): Adjust accordingly.
18906
18907 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18908
18909 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18910 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18911
18912 * net/trampver.el: Update release number.
18913
18914 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18915
18916 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18917 "in" (bug#9190).
18918
18919 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18920
18921 * mail/sendmail.el (sendmail-query-once): Restore the current
18922 buffer after querying (bug#9074).
18923
18924 * dired.el (dired-flagged): Use different faces for marked and
18925 flagged files (bug#6117).
18926
18927 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18928 (bug#4433).
18929
18930 * ido.el (ido-mode): Switch off the message if called
18931 non-interactively.
18932
18933 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18934 before 587, since it appears that that's more likely to work for
18935 more people.
18936
18937 * cus-edit.el (custom-file): When running under emacs -q, always
18938 refuse to save the customizations, even if the .emacs file doesn't
18939 exist.
18940
18941 * info.el: Remove the `Info-beginning-of-buffer' function
18942 (bug#8325).
18943
18944 * net/network-stream.el (network-stream-open-starttls):
18945 Use `starttls-available-p' to see whether starttls.el can be used.
18946
18947 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18948
18949 * window.el (display-buffer-in-window): Don't set dedicated status
18950 of window here (Bug#9215).
18951 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18952 (display-buffer-pop-up-side-window)
18953 (display-buffer-in-side-window): Set dedicated status of window here.
18954
18955 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18956
18957 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18958 before binding generated-autoload-file.
18959
18960 2011-08-01 Deniz Dogan <deniz@dogan.se>
18961
18962 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18963
18964 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18965
18966 Sync with Tramp 2.2.2.
18967
18968 * net/trampver.el: Update release number.
18969
18970 2011-07-30 Juri Linkov <juri@jurta.org>
18971
18972 * dired-aux.el (dired-touch-initial): Remove function.
18973 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18974 current time, and `default' to the last modification time of the
18975 current marked file (bug#6887).
18976
18977 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18978
18979 * simple.el (goto-line): Use string-to-number to provide a
18980 numeric argument to read-number (bug#9163).
18981
18982 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18983
18984 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18985 connection process, it could be nil.
18986
18987 2011-07-27 Leo Liu <sdl.web@gmail.com>
18988
18989 Simplify url handling in rcirc-mode.
18990
18991 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18992 (rcirc-browse-url-at-mouse): Remove.
18993 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18994
18995 2011-07-26 Alan Mackenzie <acm@muc.de>
18996
18997 Fontify bitfield declarations properly.
18998
18999 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19000 (c-symbol-chars): Now exported as a lang variable.
19001 (c-not-primitive-type-keywords): New lang variable.
19002
19003 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19004 QT keyword "more" to prevent "more slots: ...." being spuriously
19005 parsed as a bitfield declaration.
19006
19007 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19008 Refactor and enhance to handle bitfield declarations.
19009 (c-punctuation-in): New function.
19010 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19011 declarations properly.
19012
19013 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
19014
19015 * calendar/icalendar.el (icalendar--all-events): Take care of
19016 multiple vcalendars in a single file.
19017 (icalendar--convert-float-to-ical): Checkdoc fixes.
19018
19019 2011-07-25 Deniz Dogan <deniz@dogan.se>
19020
19021 * image.el (insert-image): Clarifying docstring.
19022
19023 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
19024
19025 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19026 `tramp-send-command-and-check' if there is no error.
19027 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19028
19029 2011-07-22 Alan Mackenzie <acm@muc.de>
19030
19031 Prevent cc-langs.elc being loaded at run time.
19032
19033 * progmodes/cc-mode.el: Remove two autoload forms which loaded
19034 cc-langs.
19035
19036 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19037 "(require 'cc-langs)". Quote a form so it will evaluate at
19038 (cc-mode's) compilation time.
19039
19040 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
19041
19042 * net/tramp.el (tramp-file-name-handler): Avoid recursive
19043 loading. (Bug#9114)
19044
19045 2011-07-21 Martin Rudalics <rudalics@gmx.at>
19046
19047 * window.el (display-buffer-pop-up-window)
19048 (display-buffer-pop-up-side-window)
19049 (display-buffer-in-side-window): Call display-buffer-set-height
19050 and display-buffer-set-width after setting the new window's
19051 buffer so `fit-window-to-buffer' and friends work on the right buffer.
19052
19053 2011-07-20 Sam Steingold <sds@gnu.org>
19054
19055 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19056 (etags-tags-included-tables): Call `convert-standard-filename' on
19057 the file names contained in TAGS so that windows Emacs can handle
19058 TAGS files created by cygwin ctags.
19059
19060 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19061
19062 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19063 which apparently didn't work.
19064
19065 2011-07-19 Roland Winkler <winkler@gnu.org>
19066
19067 * proced.el (proced-send-signal): For *Marked Processes* buffer
19068 put point at beginning of buffer.
19069
19070 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
19071
19072 * proced.el (proced-format): Make header lines align with the text
19073 (bug#1779).
19074
19075 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19076
19077 * view.el (view-buffer): Allow running in `special' modes if we're
19078 visiting a file (bug#8615).
19079
19080 2011-07-19 Martin Rudalics <rudalics@gmx.at>
19081
19082 * window.el (display-buffer-alist-of-strings-p)
19083 (display-buffer-alist-set-1, display-buffer-alist-set-2):
19084 New functions.
19085 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19086 more accurately.
19087
19088 2011-07-18 Alan Mackenzie <acm@muc.de>
19089
19090 Fontify declarators properly when, e.g., a jit-lock chunk begins
19091 inside a declaration.
19092
19093 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19094
19095 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19096 New function.
19097 (c-complex-decl-matchers): Insert reference to
19098 c-font-lock-enclosing-decls.
19099
19100 * progmodes/cc-engine.el (c-backward-single-comment):
19101 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19102 to nil around calls to (forward-comment -1).
19103
19104 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19105
19106 * image.el (put-image): Doc typo fix.
19107
19108 * progmodes/etags.el (tags-search): Doc typo fix.
19109
19110 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19111 password if we get errors 550 to 554.
19112
19113 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19114
19115 * net/gnutls.el (gnutls-log-level): Remove.
19116
19117 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19118 indentation character (bug#6380).
19119
19120 * files.el (buffer-offer-save): Made permanently local (bug#6241).
19121
19122 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19123 to clarify what the problem is (bug#4291).
19124
19125 * simple.el (current-kill): Clarify what
19126 `interprogram-paste-function' does (bug#7500).
19127 (auto-fill-mode): Document `auto-fill-function' in relation to
19128 `auto-fill-mode' (bug#2470).
19129
19130 2011-07-16 Lawrence Mitchell <wence@gmx.li>
19131
19132 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19133 method if slot is read-only (bug#9035).
19134
19135 2011-07-16 Martin Rudalics <rudalics@gmx.at>
19136
19137 * frame.el (select-frame-set-input-focus): New argument NORECORD.
19138 * window.el (pop-to-buffer): Select window used even if it was
19139 selected before, see discussion of (Bug#8615), (Bug#6954).
19140 Pass argument NORECORD on to select-frame-set-input-focus.
19141
19142 2011-07-15 Glenn Morris <rgm@gnu.org>
19143
19144 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
19145 Respect help-form.
19146
19147 2011-07-09 Lawrence Mitchell <wence@gmx.li>
19148
19149 * net/gnutls.el (gnutls-min-prime-bits): New variable.
19150 (gnutls-negotiate): Use it.
19151
19152 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19153
19154 * net/gnutls.el (gnutls-negotiate):
19155 Upcase `gnutls-algorithm-priority'.
19156
19157 2011-07-15 Glenn Morris <rgm@gnu.org>
19158
19159 * jka-compr.el (jka-compr-verbose): Move from here...
19160 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
19161 Add missing :version tag.
19162 * info.el: No need to require jka-compr when compiling.
19163
19164 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19165
19166 * net/gnutls.el (gnutls-algorithm-priority): New variable.
19167 (gnutls-negotiate): Use it.
19168
19169 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19170
19171 * info.el (Info-beginning-of-buffer): New command.
19172 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19173 announcing `b' as the key (bug#8325).
19174 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19175
19176 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19177
19178 * international/mule-cmds.el
19179 (describe-specified-language-support): Make the error message
19180 clearer (bug#8905).
19181
19182 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19183
19184 * isearch.el (isearch-barrier): Add a doc string, since it's
19185 mentioned in a function doc string (bug#8678).
19186
19187 2011-07-15 Martin Rudalics <rudalics@gmx.at>
19188
19189 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19190 buffer argument (Bug#9083) and self-identifying label argument.
19191
19192 2011-07-15 Glenn Morris <rgm@gnu.org>
19193
19194 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
19195
19196 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19197
19198 * man.el (Man-fontify-manpage): Fix message when formatting the
19199 man page (bug#7929).
19200
19201 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19202
19203 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19204 argument LRM; if non-nil, append an invisible LRM character to the
19205 buffer name.
19206 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19207 last argument non-nil, when formatting buffer names.
19208 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19209 paragraph direction.
19210
19211 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19212
19213 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19214 the man page name (bug#7929).
19215
19216 * image.el (put-image): Mention the `put-image' overlay property
19217 (bug#7834).
19218
19219 * scroll-bar.el (set-scroll-bar-mode): Mention that
19220 `scroll-bar-mode' lists the values (bug#7772).
19221
19222 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19223 command (bug#7729).
19224
19225 * rect.el (apply-on-rectangle): Return the point after the last
19226 operation.
19227 (string-rectangle): Go to the point after the last operation
19228 (bug#7522).
19229
19230 * printing.el (pr-toggle-region): Clarify the documentation
19231 slightly (bug#7493).
19232
19233 * time.el (display-time-update):
19234 Allow `display-time-mail-function' to return nil (bug#7158).
19235 Fix suggested by Detlev Zundel.
19236
19237 * vc/diff.el (diff): Clarify the order the file names are read
19238 (bug#7111).
19239
19240 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19241 the doc string (bug#7015).
19242
19243 * font-lock.el (font-lock-maximum-decoration): Mention what
19244 numeric levels mean (bug#6935).
19245
19246 * startup.el (initial-buffer-choice): Don't mention the `none'
19247 selection, which is against policy.
19248
19249 2011-07-14 Martin Rudalics <rudalics@gmx.at>
19250
19251 * window.el (display-buffer-normalize-special):
19252 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19253
19254 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19255
19256 * subr.el (version<, version<=, version=): Mention "-CVS" and
19257 "-12345" alpha version numbers.
19258
19259 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19260
19261 * bindings.el: Add advertised binding for set-mark-command
19262 (Bug#5772).
19263
19264 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * bindings.el (mode-line-other-buffer):
19267 * bookmark.el (bookmark-bmenu-2-window):
19268 * bs.el (bs-cycle-next, bs-cycle-previous):
19269 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19270 switch-to-buffer.
19271
19272 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19273 Delete.
19274
19275 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
19276
19277 * follow.el (follow-debug-message, follow-redisplay):
19278 * jka-cmpr-hook.el (with-auto-compression-mode):
19279 Fix typos in docstrings.
19280
19281 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19282
19283 * subr.el (with-silent-modifications): Clarify somewhat what the
19284 macro inhibits (bug#6525).
19285
19286 * simple.el (eval-expression): Note what it does if called
19287 interactively (bug#6495).
19288
19289 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19290
19291 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19292 Use pop-to-buffer buffer-or-name if it is nil.
19293
19294 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19295 Remove switch-to-buffer.
19296
19297 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19298
19299 * files.el (make-directory): Clarify that an error will be raised
19300 if there's an error (bug#6397).
19301
19302 * startup.el (initial-buffer-choice): Add `none' as a choice
19303 (bug#6234).
19304
19305 * subr.el (add-hook): Clarify section about buffer-local hooks
19306 (bug#6218).
19307
19308 * dired.el (dired-flagged): Clarify doc string (bug#6117).
19309
19310 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19311
19312 * tabify.el (untabify): Preserve the current column so that point
19313 doesn't move (bug#6032).
19314
19315 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19316
19317 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19318 Rewrite to avoid awkward possessive "s" (bug#5986).
19319
19320 2011-07-13 Glenn Morris <rgm@gnu.org>
19321
19322 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
19323 (dired-insert-directory): Give a message the first time
19324 if ls is found not to support --dired.
19325
19326 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19327
19328 * simple.el (toggle-truncate-lines): Clarify what is toggled
19329 (bug#5580). Text by Drew Adams.
19330
19331 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19332
19333 * simple.el (blink-matching-open): Make the error message from the
19334 last change less verbose.
19335
19336 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19337
19338 * font-lock.el (font-lock-comment-face): Use the high contrast
19339 "yellow" color for font-lock-comment-face on low color terminals
19340 using a dark background color (bug#4221).
19341
19342 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19343
19344 * dired.el (dired-insert-set-properties): Make the doc string
19345 reflect what it does now (bug#5325).
19346
19347 * simple.el (blink-matching-open): Say that we were unable to find
19348 the match within the limit, if we're limited (bug#5122).
19349
19350 * international/mule-cmds.el (prefer-coding-system): Add an
19351 example (bug#4869).
19352
19353 * progmodes/etags.el (tags-search): Document `file-list-form'
19354 (bug#4731).
19355
19356 2011-07-13 Lawrence Mitchell <wence@gmx.li>
19357
19358 * net/browse-url.el (browse-url-default-browser)
19359 (browse-url-browser-function): Make the default browser choice a
19360 bit more logical (bug#4300). Also clean up the doc string.
19361
19362 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19363
19364 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19365 binary endings (bug#4440).
19366
19367 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19368
19369 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19370 which can be pretty annoying (bug#8971).
19371
19372 * jka-compr.el (jka-compr-verbose): New variable, and use
19373 throughout (bug#8971).
19374
19375 * info.el (Info-find-file): Fall back on the installation
19376 directory if we can't find the info node anywhere else.
19377
19378 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
19379
19380 * vc/vc.el (vc-revert-file):
19381 Don't set file time-stamp in the past. (Bug#5181)
19382
19383 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19384
19385 * files.el (after-find-file): Give a better error message when
19386 trying to find a symlink that points to a file that doesn't exist
19387 (bug#4398).
19388
19389 * progmodes/cc-vars.el: Remove (probably) misleading comment
19390 (bug#4396).
19391
19392 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19393
19394 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19395
19396 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19397
19398 * mouse-sel.el: Hack restoring functionality, while keeping
19399 compatibility with 2010-07-03 changes to mouse selection.
19400 (mouse-sel-primary-overlay): New var.
19401 (mouse-sel-selection-alist): Use it.
19402 (mouse-sel-mode): Doc fix; remove points that are default features
19403 of mouse.el.
19404
19405 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19406
19407 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19408 Fix previous fix (bug#2490).
19409
19410 2011-07-12 Roland Winkler <winkler@gnu.org>
19411
19412 * textmodes/bibtex.el (bibtex-initialize):
19413 Use pop-to-buffer-same-window.
19414 (bibtex-search-entries): Fix interactive call.
19415
19416 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19417
19418 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19419 Fontise bytecomp Error lines more correctly (bug#2490).
19420 Fix suggested by Johan Bockgård.
19421
19422 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19423
19424 * dired-x.el (dired-guess-default): Use `delete-dups'.
19425
19426 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19427
19428 * dired.el (dired-mark-prompt):
19429 * dired-aux.el (dired-read-shell-command): Doc fix.
19430
19431 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19432
19433 * mail/sendmail.el (sendmail-query-once):
19434 Use `customize-save-variable' unconditionally, now that it works under
19435 emacs -Q.
19436
19437 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19438
19439 * cus-edit.el (custom-file): Take an optional no-error variable.
19440 (customize-save-variable): Set the variable, and give a warning if
19441 running under "emacs -q".
19442
19443 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19444
19445 * loadhist.el (unload-feature-special-hooks):
19446 Add `auto-coding-functions', `fill-nobreak-predicate' and
19447 `find-directory-functions' (bug#5327).
19448
19449 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19450
19451 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19452
19453 * cus-edit.el (custom-guess-name-alist): -alist variables should
19454 use the `alist' type (bug#3120). Suggested by Drew Adams.
19455
19456 * printing.el: Add documentation to all the `pr-toggle-' commands.
19457
19458 2011-07-11 Leo Liu <sdl.web@gmail.com>
19459
19460 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19461 backends where it makes sense (bug#2623).
19462
19463 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19464
19465 * dired-x.el (dired-guess-default): Remove duplicate shell command
19466 entries (bug#2028).
19467 (dired-guess-default): Fix grammar in doc string (bug#2028).
19468 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19469
19470 * subr.el (remove-duplicates): New conveniency function.
19471
19472 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19473
19474 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19475 (bug#1526).
19476
19477 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19478
19479 * window.el (display-buffer-normalize-default): Don't invert
19480 meaning of even-window-heights. Reported by Eli Zaretskii
19481 <eliz@gnu.org>.
19482
19483 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19484
19485 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19486
19487 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19488
19489 * window.el (display-buffer): Fix arguments to
19490 display-buffer-reuse-window in last change.
19491
19492 * faces.el (link): Use a less saturated blue on light backgrounds.
19493
19494 * startup.el (fancy-startup-text, fancy-about-text)
19495 (fancy-startup-tail): Use font-lock faces, for background safety.
19496
19497 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19498
19499 * emulation/viper-cmd.el (viper-change-state-to-vi):
19500 Limit triggering of abbrev expansion (Bug#9038).
19501
19502 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19503
19504 * window.el (display-buffer-default-specifiers): Remove.
19505 (display-buffer-macro-specifiers): Remove default specifiers.
19506 (display-buffer-alist): Default to nil.
19507 (display-buffer-reuse-window): New optional argument other-window.
19508 (display-buffer-pop-up-window): Allow splitting internal
19509 windows. Check whether a live window was created.
19510 (display-buffer-other-window-means-other-frame)
19511 (display-buffer-normalize-arguments): Rename to
19512 display-buffer-normalize-argument and rewrite. Set the
19513 other-window specifier.
19514 (display-buffer-normalize-special): New function.
19515 (display-buffer-normalize-options): Rename to
19516 display-buffer-normalize-default and rewrite.
19517 (display-buffer-normalize-options-inhibit): Remove.
19518 (display-buffer-normalize-specifiers): Rewrite.
19519 (display-buffer): Process other-window specifier and call
19520 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19521 more faithfully.
19522 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19523 (display-buffer-alist-set): Don't handle 'unset default values.
19524 (display-buffer-in-window, display-buffer-alist-set):
19525 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19526 <tassilo@member.fsf.org>.
19527
19528 2011-07-09 Leo Liu <sdl.web@gmail.com>
19529
19530 * register.el (insert-register): Restore accidental change on
19531 2011-06-26. (Bug#9028)
19532
19533 2011-07-09 Glenn Morris <rgm@gnu.org>
19534
19535 * subr.el (remq): Handle the empty list. (Bug#9024)
19536
19537 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19538
19539 * mail/sendmail.el (send-mail-function): No longer delay custom
19540 initialization.
19541 * custom.el (custom-initialize-delay): Doc fix.
19542
19543 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19546
19547 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19548
19549 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19550 human-friendly prompt.
19551
19552 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19555 provided by a particular plugin.
19556
19557 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19558
19559 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19560 save customizations (with "emacs -Q"), just set the variable
19561 instead of erroring out.
19562
19563 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19564
19565 2011-07-08 Juri Linkov <juri@jurta.org>
19566
19567 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19568 (archive-zip-update-case): Use 7z if found by `executable-find'.
19569 The order of searching the available programs is the same as in
19570 `archive-zip-extract' (bug#8968).
19571
19572 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19573
19574 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19575 (menu-bar-options-menu): Tweak descriptions.
19576
19577 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19578
19579 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19580 menu items into verb phrases (bug#1421). Also refill to fit under
19581 80 columns.
19582
19583 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19584
19585 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19586 (Info-read-node-name): Doc fix (Bug#1084).
19587
19588 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19589 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19590 (end-of-sexp, beginning-of-sexp)
19591 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19592 (forward-symbol, forward-same-syntax, word-at-point)
19593 (sentence-at-point): Doc fix (Bug#1144).
19594
19595 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19596
19597 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19598 should cover it (bug#1281).
19599
19600 * cus-edit.el (custom-show): Mark as obsolete.
19601
19602 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19603 negotiation fails, then possibly try again with a non-encrypted
19604 connection (bug#9017).
19605
19606 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19607 be used.
19608
19609 2011-07-07 Richard Stallman <rms@gnu.org>
19610
19611 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19612 property, and handle its changed format.
19613 Look for the correct line number.
19614 Use file's line contents (but not past first =) to find
19615 correct line in message.
19616
19617 2011-07-07 Kenichi Handa <handa@m17n.org>
19618
19619 * international/characters.el (build-unicode-category-table):
19620 Delete it.
19621 (unicode-category-table): Set it by unicode-property-table-internal.
19622
19623 * international/mule-cmds.el (char-code-property-alist): Move to
19624 to src/chartab.c.
19625 (get-char-code-property): Call unicode-property-table-internal to
19626 load a file. Call get-unicode-property-internal where necessary.
19627 (put-char-code-property): Call unicode-property-table-internal to
19628 load a file. Call put-unicode-property-internal where necessary.
19629 put-unicode-property-internal where necessary.
19630 (char-code-property-description):
19631 Call unicode-property-table-internal to load a file.
19632
19633 * international/charprop.el:
19634 * international/uni-bidi.el:
19635 * international/uni-category.el:
19636 * international/uni-combining.el:
19637 * international/uni-comment.el:
19638 * international/uni-decimal.el:
19639 * international/uni-decomposition.el:
19640 * international/uni-digit.el:
19641 * international/uni-lowercase.el:
19642 * international/uni-mirrored.el:
19643 * international/uni-name.el:
19644 * international/uni-numeric.el:
19645 * international/uni-old-name.el:
19646 * international/uni-titlecase.el:
19647 * international/uni-uppercase.el: Regenerate.
19648
19649 * loadup.el: Load international/charprop.el before
19650 international/characters.
19651
19652 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19653
19654 * window.el (next-buffer, previous-buffer): Signal an error if
19655 called from a minibuffer window.
19656
19657 * bindings.el: Revert 2011-07-04 change.
19658
19659 2011-07-06 Richard Stallman <rms@gnu.org>
19660
19661 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19662 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19663 Treat markers like ints.
19664 (rmail-mime-entity): Doc fix.
19665
19666 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19667
19668 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19669 defcustom again for backwards compatibility.
19670
19671 * simple.el (shell-command-on-region): Fill.
19672
19673 * dired-aux.el (dired-kill-line): Add a doc string.
19674
19675 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19676 to "\\sw\\|\\s_" (bug#358).
19677
19678 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19679 (dired-unmark-backward): Ditto.
19680 (dired-flag-backup-files): Ditto.
19681
19682 * dired-x.el (dired-mark-sexp): Ditto.
19683
19684 2011-07-06 Richard Stallman <rms@gnu.org>
19685
19686 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19687 (rmail-mime-entity): New arg TRUNCATED.
19688 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19689 New functions.
19690 (rmail-mime-save): Warn if entity is truncated.
19691 (rmail-mime-toggle-hidden): Likewise, for showing.
19692 (rmail-mime-process-multipart): Record when an entity is truncated.
19693
19694 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19695 if ENTITY is a string.
19696
19697 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19698
19699 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19700 of faces when `M-C-x'-ing their definitions (bug#8378).
19701 Also clean up the code slightly.
19702
19703 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19704 because that makes the colors go away.
19705
19706 * mail/sendmail.el (send-mail-function): Change the default to
19707 `sendmail-query-once'.
19708 (sendmail-query-once): Add an autoload cookie.
19709
19710 * net/network-stream.el (network-stream-open-starttls): Try using
19711 a plain connection even if the server offered STARTTLS, and we
19712 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19713 capability. This should make smtpmail.el work in slightly more
19714 configurations.
19715
19716 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19717
19718 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19719 New defun.
19720 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19721
19722 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19723
19724 * progmodes/sql.el: Version 3.0
19725 (sql-product-alist): Add product :completion-object,
19726 :completion-column, and :statement attributes.
19727 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19728 (sql-mode-syntax-table): Mark all punctuation.
19729 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19730 ansi keywords.
19731 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19732 (sql-mode-oracle-font-lock-keywords): Improve.
19733 (sql-oracle-show-reserved-words): New function for development.
19734 (sql-product-font-lock): Simplify for source code buffers.
19735 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19736 New functions.
19737 (sql-highlight-product): Set product specific syntax table.
19738 (sql-mode-map): Add statement movement functions.
19739 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19740 New variable.
19741 (sql-statement-regexp, sql-beginning-of-statement)
19742 (sql-end-of-statement, sql-signum): New functions.
19743 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19744 (sql-show-sqli-buffer): Bug fix.
19745 (sql-interactive-mode): Store connection data as buffer local.
19746 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19747 with sql-interactive-mode.
19748 (sql-save-connection): Save buffer local settings.
19749 (sql-connection-menu-filter): Change menu entry name.
19750 (sql-product-interactive): Bug fix.
19751 (sql-preoutput-hold): New variable.
19752 (sql-interactive-remove-continuation-prompt): Bug fixes.
19753 (sql-debug-redirect): New variable.
19754 (sql-str-literal): New function.
19755 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19756 Redesign.
19757 (sql-oracle-save-settings, sql-oracle-restore-settings)
19758 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19759 (sql-completion-object, sql-completion-column)
19760 (sql-completion-sqlbuf): New variables.
19761 (sql-build-completions-1, sql-build-completions)
19762 (sql-try-completion): New functions.
19763 (sql-read-table-name): Use them.
19764 (sql-contains-names): New buffer local variable.
19765 (sql-list-all, sql-list-table): Use it.
19766 (sql-oracle-completion-types): New variable.
19767 (sql-oracle-completion-object, sql-sqlite-completion-object)
19768 (sql-postgres-completion-object): New functions.
19769
19770 2011-07-06 Glenn Morris <rgm@gnu.org>
19771
19772 * window.el (pop-to-buffer): Doc fix.
19773
19774 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19775
19776 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19777
19778 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19779
19780 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19781
19782 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19783
19784 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19785
19786 * button.el (button): Inherit from link face. Suggested by Dan
19787 Nicolaescu.
19788
19789 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 * progmodes/gdb-mi.el: Fit in 80 columns.
19792 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19793 switch-to-buffer.
19794
19795 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19796 if imenu is simply not configured (bug#8941).
19797
19798 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19799
19800 * allout.el (allout-post-undo-hook): New allout outline-change
19801 event hook to signal undo activity.
19802 (allout-post-command-business): Run allout-post-undo-hook if an
19803 undo just occurred.
19804 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19805 * allout-widgets.el (allout-widgets-after-undo-function):
19806 Ensure the integrity of the current item's decoration after it has been
19807 in the vicinity of an undo.
19808 (allout-widgets-mode): Include allout-widgets-after-undo-function
19809 on the new allout-post-undo-hook.
19810
19811 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19812
19813 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19814 Let define-derived-mode define it.
19815 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19816 cycles of abbrev-table inheritance (bug#8998).
19817
19818 2011-07-05 Roland Winkler <winkler@gnu.org>
19819
19820 * textmodes/bibtex.el: Add support for biblatex.
19821 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19822 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19823 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19824 (bibtex-entry-alist, bibtex-field-alist): New variables.
19825 (bibtex-entry-field-alist): Obsolete alias for
19826 bibtex-BibTeX-entry-alist.
19827 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19828 (bibtex-set-dialect): New command.
19829 (bibtex-entry-type, bibtex-entry-head)
19830 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19831 Bind via bibtex-set-dialect.
19832 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19833 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19834 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19835 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19836 Define via bibtex-set-dialect.
19837 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19838 Obey bibtex-no-opt-remove-re.
19839 (bibtex-vec-push, bibtex-vec-incr): New functions.
19840 (bibtex-format-entry, bibtex-field-list)
19841 (bibtex-print-help-message, bibtex-validate)
19842 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19843
19844 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19845
19846 * progmodes/compile.el (compilation-goto-locus):
19847 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19848 * bs.el (bs-cycle-next, bs-cycle-previous):
19849 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19850 * bindings.el (mode-line-other-buffer):
19851 * autoinsert.el (auto-insert):
19852 * arc-mode.el (archive-extract):
19853 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19854
19855 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19856
19857 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19858 Fix check of `emacs-lock-unlockable-modes'.
19859 Coerce true values of `emacs-lock--try-unlocking' to t.
19860
19861 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19862
19863 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19864 * emacs-lock.el: New file.
19865
19866 2011-07-05 Julien Danjou <julien@danjou.info>
19867
19868 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19869 than `boundp' to check if face is set.
19870
19871 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19872
19873 * register.el (registerv-make):
19874 * window.el (window-min-height): Fix typos in docstrings.
19875
19876 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19877
19878 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19879 Update doc string.
19880
19881 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19882
19883 * server.el (server-execute): Catch quit and call
19884 `server-return-error' to pass the error back to emacsclient and
19885 close the connection (bug#8942).
19886
19887 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19888
19889 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19890 insecure exception for current topic. Also note that auto-saves
19891 are handled differently.
19892
19893 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19894 State variables for tracking auto-save inhibition situation.
19895
19896 (allout-write-contents-hook-handler): Rename from
19897 'allout-write-file-hook-handler', and describe how it depends on
19898 write-contents-functions sensitivity to non-nil value to prevent
19899 file write.
19900
19901 (allout-auto-save-hook-handler): Remove. auto-save does not check
19902 this in individual buffers, only in the starting buffer, so this
19903 is not the right way for us to inhibit auto-save in a buffer
19904 according to its condition.
19905
19906 (allout-mode): Use new allout-write-contents-hook-handler, and
19907 only with write-contents-functions. Remove auto-save provisions -
19908 they're implemented elsewhere.
19909
19910 (allout-before-change-handler): If undo is in progress, note that
19911 for attention of allout-post-command-business.
19912
19913 (allout-post-command-business): If the command we're following was
19914 an undo, check for change in the status of encrypted items and
19915 adjust auto-save inhibitions accordingly.
19916
19917 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19918 according to whether there are or aren't any plain-text topics
19919 pending encryption.
19920
19921 (allout-inhibit-auto-save-info-for-decryption):
19922 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19923 if there are plain-text topics pending encryption.
19924
19925 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19926 buffer-saved-size and some allout state to not inhibit auto-saves
19927 if there are no longer any plain-text topics pending encryption.
19928
19929 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19930 No longer provide for exemption of the current topic.
19931
19932 2011-07-04 Juri Linkov <juri@jurta.org>
19933
19934 Add 7z operations to delete and save changed members (bug#8968).
19935 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19936 New defcustoms.
19937 (archive-7z-write-file-member): New function.
19938 (archive-7z-summarize): Fix the number of dashes in the
19939 listing output.
19940
19941 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19944 (bug#8958).
19945
19946 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19947
19948 * bindings.el: Ignore next-buffer and previous-buffer in
19949 minibuffer-local-map.
19950
19951 * font-lock.el (font-lock-builtin-face): Change light background
19952 color to dark slate blue (Bug#6693).
19953
19954 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19955
19956 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19957
19958 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19961 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19962 Add switch-to-buffer.
19963
19964 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19965
19966 * isearch.el (isearch-search-fun-function): Clarify further the
19967 meaning of the function returned.
19968
19969 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19970
19971 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19972
19973 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19974 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19975 Use it.
19976 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19977 `tramp-default-remote-path' does not exist.
19978 (tramp-send-command-and-read): New optional argument NOERROR.
19979 (tramp-open-connection-setup-interactive-shell)
19980 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19981 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19982 (tramp-process-sentinel): Flush also process' connection property.
19983 (tramp-sh-handle-start-file-process): Do not set process
19984 sentinel. It is done now ...
19985 (tramp-maybe-open-connection): ... here. (Bug#8929)
19986
19987 2011-07-04 MON KEY <monkey@sandpframing.com>
19988
19989 * play/animate.el (animate-string): Doc fixes and allow changing
19990 the buffer name (bug#5417).
19991
19992 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19993
19994 * play/animate.el (animation-buffer-name): Rename from *animate*.
19995
19996 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19997
19998 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19999 This is simpler and helps future-proof the code.
20000 (timer-until): Use time-subtract and float-time.
20001 (timer--time-less-p): Use time-less-p.
20002
20003 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20004
20005 * type-break.el (timep): Use the value of `float-time' to avoid a
20006 byte-compiler warning.
20007
20008 * server.el (server-eval-and-print): Return any result, even nil.
20009
20010 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
20011
20012 * type-break.el: Accept time formats that the builtins accept.
20013 (timep, type-break-time-difference): Accept any format that
20014 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20015 This is simpler and helps future-proof the code.
20016 (type-break-time-difference): Round rather than ignoring
20017 subseconds components.
20018
20019 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20020
20021 * info.el (Info-apropos-matches): Make non-interactive, since it
20022 doesn't seem to do anything useful as a command (bug#8829).
20023
20024 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
20025
20026 * frame.el (frame-background-mode, frame-set-background-mode):
20027 Move from faces.el.
20028 (frame-default-terminal-background): New function.
20029
20030 * custom.el (custom-push-theme): Don't record faces in `changed'
20031 theme; this doesn't work correctly for per-frame face settings.
20032 (disable-theme): Use face-set-after-frame-default to reset faces.
20033 (custom--frame-color-default): New function.
20034
20035 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20036
20037 * dired.el (dired-flagging-regexp): Remove unused variable
20038 (bug#8769).
20039
20040 2011-03-29 Kevin Ryde <user42@zip.com.au>
20041
20042 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20043 `perl-Test2' extend to match possible "fail #N" rep count
20044 (bug#8377).
20045
20046 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20047
20048 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20049 `smtpmail-via-smtp' now returns the error instead of nil.
20050
20051 * isearch.el (isearch-search-fun-function): Clarify the doc string
20052 (bug#8101).
20053
20054 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
20055
20056 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20057 unnecessary spaces (bug#8987).
20058
20059 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20060
20061 * net/network-stream.el (open-network-stream): Use the
20062 :end-of-capability command thoughout.
20063
20064 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20065
20066 * net/network-stream.el (open-network-stream): Add the
20067 :end-of-capability command parameter, used by pop3.el.
20068
20069 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20070
20071 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20072
20073 * fringe.el (fringe-query-style): Remove redundant text " (type ?
20074 for list)" (bug#6475).
20075
20076 * files.el (file-expand-wildcards): Ignore non-readable
20077 sub-directories while trying to find matches instead of signaling
20078 an error (bug#6297).
20079
20080 * man.el (Man-reference-regexp): Allow matching possible
20081 word-wrapped references (bug#6289).
20082
20083 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20084 for consistency with the other vc buffers (bug#6197).
20085 (vc-checkin): Ditto.
20086
20087 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20088
20089 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20090
20091 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20092
20093 * custom.el (defcustom): Clarify that :set is only used in the
20094 Customize user interface (bug#6089).
20095
20096 * progmodes/flymake.el (flymake-mode): If the buffer isn't
20097 associated with a file, refuse to run instead of erroring out
20098 (bug#6084).
20099
20100 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20101 the doc string, since it appears that using `fill-column' always
20102 controls the width (bug#7845).
20103
20104 * simple.el (shell-command-on-region): Say where the error output
20105 went if `shell-command-default-error-buffer' is set (bug#6857).
20106
20107 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
20108
20109 * allout.el (allout-yank-processing): Adjust cursor position for
20110 backwards-deleted space.
20111
20112 (allout-rebullet-heading): Register changes with
20113 allout-exposure-changed-hook, so the modified topic is properly
20114 decorated.
20115
20116 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20117
20118 * minibuffer.el (completion-in-region): Document PREDICATE
20119 (bug#7136).
20120
20121 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20122 of keyword/argument pairs (bug#6904).
20123
20124 * replace.el (multi-occur):
20125 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20126
20127 2011-07-02 Drew Adams <drew.adams@oracle.com>
20128
20129 * dired.el (dired-mark-if): Make the message about whether it's
20130 marking or unmarking clearer (bug#8523).
20131
20132 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20133
20134 * disp-table.el (display-table-print-array): New function.
20135 (describe-display-table): Use it to print the vectors more pretty
20136 (Bug#8859).
20137
20138 2011-07-02 Martin Rudalics <rudalics@gmx.at>
20139
20140 * window.el (window-state-get-1): Don't assign clone numbers.
20141 Add clone-of item to list of window parameters.
20142 (window-state-put-2): Don't process clone numbers.
20143 (display-buffer-alist): Fix doc-string.
20144
20145 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20146
20147 * subr.el (remq): Don't allocate if it's not needed.
20148 (keymap--menu-item-binding, keymap--menu-item-with-binding)
20149 (keymap--merge-bindings): New functions.
20150 (keymap-canonicalize): Use them to refine the canonicalization.
20151 * minibuffer.el (minibuffer-local-completion-map)
20152 (minibuffer-local-must-match-map): Move initialization from C.
20153 (minibuffer-local-filename-completion-map): Move initialization from C;
20154 don't inherit from anything here.
20155 (minibuffer-local-filename-must-match-map): Make obsolete.
20156 (completing-read-default): Use make-composed-keymap to combine
20157 minibuffer-local-filename-completion-map with either
20158 minibuffer-local-must-match-map or
20159 minibuffer-local-filename-completion-map.
20160
20161 2011-07-01 Glenn Morris <rgm@gnu.org>
20162
20163 * type-break.el (type-break-time-sum): Use dolist.
20164
20165 * textmodes/flyspell.el (flyspell-word-search-backward):
20166 Replace CL function.
20167
20168 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20169
20170 * mouse.el (mouse--strip-first-event): New function.
20171 (function-key-map): Use it to map fringe clicks to normal clicks
20172 by default.
20173
20174 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20175 (vc-bzr-revision-completion-table): Add support for annotate and date.
20176
20177 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20178 inherit from parent.
20179
20180 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20181
20182 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20183 (dired-show-file-type): Doc fixup (bug#8818).
20184
20185 * dired.el (dired-mode): Fix up the doc string as suggested by
20186 Drew Adams (bug#8817).
20187
20188 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20189 cookie, since the manual says that it should be possible to add
20190 this function to `find-file-hook' (bug#8709).
20191
20192 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20193
20194 * progmodes/cfengine.el: Moved all cfengine3.el functionality
20195 here. Noted Ted Zlatanov as the maintainer.
20196 (cfengine-common-settings, cfengine-common-syntax): New functions
20197 to set up common things between `cfengine-mode' and
20198 `cfengine3-mode'.
20199 (cfengine3-mode): New mode.
20200 (cfengine3-defuns cfengine3-defuns-regex
20201 (cfengine3-class-selector-regex cfengine3-category-regex)
20202 (cfengine3-vartypes cfengine3-font-lock-keywords)
20203 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20204 (cfengine3-indent-line): Add from cfengine3.el.
20205
20206 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
20207
20208 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20209
20210 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20211
20212 2011-07-01 Martin Rudalics <rudalics@gmx.at>
20213
20214 * window.el (same-window-buffer-names, same-window-regexps)
20215 (same-window-p, special-display-frame-alist)
20216 (special-display-popup-frame, special-display-function)
20217 (special-display-buffer-names, special-display-regexps)
20218 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20219 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20220 (split-window-preferred-function, split-height-threshold)
20221 (split-width-threshold, even-window-heights)
20222 (display-buffer-mark-dedicated, window-splittable-p)
20223 (split-window-sensibly, window-safely-shrinkable-p):
20224 Un-obsolete.
20225 (display-buffer): Don't spread args with function specifier
20226 because special-display-popup-frame won't like it.
20227
20228 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
20229
20230 Time-stamp simplifications and fixes.
20231 These improve accuracy slightly, and future-proof the code
20232 against some potential changes to current-time format.
20233
20234 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20235 by using time-since and float-time.
20236
20237 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20238 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
20239 + NNN microseconds".
20240
20241 * type-break.el (type-break-time-sum): Rewrite using time-add.
20242
20243 * play/hanoi.el (hanoi-current-time-float): Remove.
20244 All uses replaced by float-time.
20245
20246 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20247 This yields a more-accurate answer.
20248 (rng-time-to-float): Remove; no longer needed.
20249
20250 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20251
20252 * calendar/timeclock.el (timeclock-seconds-to-time):
20253 Defalias to seconds-to-time, since they're the same thing.
20254
20255 * emacs-lisp/elp.el (elp-elapsed-time):
20256 * emacs-lisp/benchmark.el (benchmark-elapse):
20257 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20258
20259 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20260
20261 * window.el (bury-buffer): Don't iconify the only frame.
20262 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20263 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
20264
20265 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
20266
20267 * eshell/em-smart.el (eshell-smart-display-navigate-list):
20268 Add mouse-yank-primary.
20269
20270 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20271
20272 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20273
20274 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * emacs-lisp/find-func.el (find-library--load-name): New fun.
20277 (find-library-name): Use it to find relative load names when provided
20278 absolute file name (bug#8803).
20279
20280 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20281
20282 * textmodes/flyspell.el (flyspell-word): Consider words that
20283 differ only in case as potential doublons (bug#5687).
20284
20285 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20286 Remove two rather uninteresting debugging-like messages to make
20287 debbugs.el more silent.
20288
20289 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20290 a password-like phrase.
20291
20292 2011-06-30 Masatake YAMATO <yamato@redhat.com>
20293
20294 * progmodes/cc-guess.el: New file.
20295
20296 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20297
20298 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20299 derived from `c-basic-common-init'.
20300
20301 * progmodes/cc-mode.el (top-level): Require cc-guess.
20302 (c-basic-common-init): Use `cc-choose-style-for-mode'.
20303
20304 2011-06-30 Lawrence Mitchell <wence@gmx.li>
20305
20306 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20307
20308 2011-06-30 Alan Mackenzie <acm@muc.de>
20309
20310 * progmodes/cc-engine.el (c-guess-continued-construct):
20311 Correct the handling of template-args-cont, particularly for when font
20312 lock is disabled. Name this case as "CASE G".
20313
20314 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
20315
20316 * allout.el (allout-yank-processing): Fix injection of extra space
20317 between bullet and non-whitespace character in first topic when
20318 pasting, ensuring that the actual spacing in the pasted topic
20319 following the bullet char is preserved. This extra space was
20320 causing pasted encrypted topics to get a decrypted status even
20321 when the content was actually still encrypted. Now the decryption
20322 status from before the paste is preserved.
20323
20324 (allout-flag-region): Set all allout overlays so they evaporate
20325 when reduced to zero length (evanescent), to prevent overlay
20326 leakage.
20327
20328 2011-06-30 Glenn Morris <rgm@gnu.org>
20329
20330 * w32-fns.el (w32-charset-info-alist): Declare.
20331
20332 * find-dired.el (find-grep-options): Simplify.
20333
20334 * term/ns-win.el (ns-set-resource): Declare.
20335
20336 * ses.el (row, col): Declare dynamic variables honestly.
20337
20338 * textmodes/reftex-parse.el (index-tags): Declare.
20339
20340 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
20341
20342 * cus-edit.el (customize-push-and-save): New function.
20343
20344 * files.el (hack-local-variables-confirm): Use it.
20345
20346 * custom.el (load-theme): New arg NO-CONFIRM.
20347 Use customize-push-and-save (Bug#8720).
20348 (custom-enabled-themes): Doc fix.
20349
20350 * cus-theme.el (customize-create-theme)
20351 (custom-theme-merge-theme): Callers to load-theme changed.
20352
20353 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20354
20355 * thingatpt.el (thing-at-point-short-url-regexp): Require that
20356 short URLs have at least one dot in them (bug #7614).
20357
20358 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20359 nil, because using a pty is apparently too slow (bug #895).
20360
20361 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20362
20363 * mail/sendmail.el (sendmail-query-once): New function.
20364 (sendmail-query-once-function): New variable.
20365
20366 2011-06-29 Glenn Morris <rgm@gnu.org>
20367
20368 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20369
20370 * ses.el (top-level): Require cl when compiling.
20371 (ses-set-localvars): Fix error statement.
20372 Call it at compile time to silence a storm of warnings.
20373
20374 2011-06-29 Martin Rudalics <rudalics@gmx.at>
20375
20376 * window.el (normalize-live-buffer): Rename to
20377 window-normalize-buffer.
20378 (normalize-live-frame): Rename to window-normalize-frame.
20379 (normalize-any-window): Rename to window-normalize-any-window.
20380 (normalize-live-window): Rename to window-normalize-live-window.
20381 (make-window-atom): Rename to window-make-atom.
20382 (window-resize-reset): Rename to window--resize-reset.
20383 (window-resize-reset-1): Rename to window--resize-reset-1.
20384 (resize-mini-window): Rename to window--resize-mini-window.
20385 (resize-subwindows-skip-p): Rename to
20386 window--resize-subwindows-skip-p.
20387 (resize-subwindows-normal): Rename to
20388 window--resize-subwindows-normal.
20389 (resize-subwindows): Rename to window--resize-subwindows.
20390 (resize-other-windows): Rename to window--resize-siblings.
20391 (resize-this-window): Rename to window--resize-this-window.
20392 (resize-root-window): Rename to window--resize-root-window.
20393 (resize-root-window-vertically): Rename to
20394 window--resize-root-window-vertically.
20395 (normalize-buffer-to-display): Rename to
20396 window-normalize-buffer-to-display.
20397 (normalize-buffer-to-switch-to): Rename to
20398 window-normalize-buffer-to-switch-to.
20399 Correspondingly update all callers of the functions listed
20400 above.
20401 (display-buffer-alist, display-buffer-normalize-arguments)
20402 (display-buffer-normalize-options, display-buffer)
20403 (display-buffer-alist-set): Use "function" instead of
20404 "fun-with-args".
20405
20406 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20407
20408 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20409 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20410 debbugs.gnu.org. Mention acknowledgment email.
20411
20412 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20413
20414 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20415 buffer multibyteness, since it shouldn't matter.
20416
20417 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20418
20419 * window.el (display-buffer-in-side-window): Handle dedicated
20420 windows as in display-buffer-reuse-window.
20421 (display-buffer-normalize-alist): Use value of override
20422 specifier.
20423 (display-buffer-normalize-specifiers): Use value of
20424 other-window-means-other-frame specifier.
20425 (display-buffer-alist): Rewrite some texts in widgets.
20426 (display-buffer): Spread arguments when calling function
20427 specified by fun-with-args.
20428
20429 2011-06-28 Deniz Dogan <deniz@dogan.se>
20430
20431 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20432 Unnest `let'.
20433
20434 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20435 selectors (Bug#5732).
20436 (css-proprietary-nmstart-re): Use `regexp-opt'.
20437
20438 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20439
20440 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20441 (eshell-ls-date-format): New defcustom.
20442 (eshell-ls-file): Use it.
20443
20444 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20445
20446 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20447
20448 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20449
20450 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20451 (ange-ftp-make-tmp-name): New arg.
20452 (ange-ftp-file-local-copy): Use it.
20453
20454 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20455
20456 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20457 no-conversion (Bug#8870).
20458
20459 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20460
20461 * window.el (window-right, window-left, window-child)
20462 (window-child-count, window-last-child)
20463 (window-iso-combination-p, walk-window-tree-1)
20464 (window-atom-check-1, window-tree-1, delete-window)
20465 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20466 new naming conventions - window-vchild, window-hchild,
20467 window-next and window-prev are now called window-top-child,
20468 window-left-child, window-next-sibling and window-prev-sibling
20469 respectively.
20470 (resize-window-reset): Rename to window-resize-reset.
20471 (resize-window-reset-1): Rename to window-resize-reset-1.
20472 (resize-window): Rename to window-resize.
20473 (window-min-height, window-min-width)
20474 (resize-mini-window, resize-this-window, resize-root-window)
20475 (resize-root-window-vertically, adjust-window-trailing-edge)
20476 (enlarge-window, shrink-window, maximize-window)
20477 (minimize-window, delete-window, quit-restore-window)
20478 (split-window, balance-windows, balance-windows-area-adjust)
20479 (balance-windows-area, window-state-put-2)
20480 (display-buffer-even-window-sizes, display-buffer-set-height)
20481 (display-buffer-set-width, set-window-text-height)
20482 (fit-window-to-buffer): Rename all "resize-window" prefixed
20483 calls to use the "window-resize" prefix convention.
20484 (display-buffer-alist): Fix symbol for label specifier.
20485 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20486 corresponding specifier.
20487 Reported by Juanma Barranquero <lekktu@gmail.com>.
20488
20489 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20490
20491 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20492 convention.
20493 (ses-call-printer): Does not pass an empty string to formatter when the
20494 cell is empty to keep from barking printer Calc math-format-value.
20495
20496 2011-06-27 Richard Stallman <rms@gnu.org>
20497
20498 * battery.el (battery-mode-line-limit): New variable.
20499 (battery-update): Handle it.
20500
20501 * mail/rmailmm.el (rmail-mime-process-multipart):
20502 Handle truncated messages.
20503
20504 2011-06-27 Glenn Morris <rgm@gnu.org>
20505
20506 * progmodes/flymake.el (flymake-err-line-patterns):
20507 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20508
20509 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20510
20511 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20512 (ses--clean-!, ses--clean-_): New functions.
20513 (ses-range): Add configurability of readout order, and conversion
20514 to Calc vector.
20515
20516 * ses.el (ses-repair-cell-reference-all): New function.
20517 (ses-cell-symbol): Set macro as safe, so that it can be used in
20518 formulas.
20519
20520 * ses.el: Update cycle detection algorithm.
20521 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20522 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20523 (ses-set-localvars): New function.
20524 (ses-make-cell): Add property-list as a cell element.
20525 (ses-cell-property-get-fun, ses-cell-property-get)
20526 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20527 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20528 New functions.
20529 (ses-cell-property-set, ses-cell-property-pop)
20530 (ses-cell-property-get-handle): New macro.
20531 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20532 New aliases, used for code readability.
20533 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20534 cycle detection.
20535 (ses-self-reference-early-detection): New defcustom.
20536 (ses-formula-references): Robustify against self-referring cells.
20537 (ses-mode): Use ses-set-localvars.
20538 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20539 before lauching the update processing.
20540 (ses-initialize-Dijkstra-attempt): New function.
20541 (ses-recalculate-cell): Update for cycle detection based on
20542 Dijkstra algorithm.
20543
20544 * ses.el: Fix commenting and indenting convention.
20545
20546 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20547
20548 * bs.el (bs-cycle-next): Complete last change.
20549
20550 2011-06-27 Drew Adams <drew.adams@oracle.com>
20551
20552 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20553
20554 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20555
20556 * net/network-stream.el (network-stream-open-starttls):
20557 Don't re-get capabilities unless we've reestablished connection.
20558 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20559
20560 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20561 to binary to possibly avoid line encoding issues on Windows (among
20562 other things).
20563
20564 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20565
20566 * net/network-stream.el (open-network-stream): Return an :error
20567 saying what the problem was, if possible.
20568
20569 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20570 server.
20571
20572 * net/network-stream.el (network-stream-open-starttls): If we
20573 wanted to use STARTTLS, and the server offered it, but we weren't
20574 able to because we had no STARTTLS support, then close the connection.
20575 (open-network-stream): Return an :error element, if present.
20576
20577 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20578
20579 * hl-line.el (hl-line-sticky-flag): Doc fix.
20580 (global-hl-line-sticky-flag): New option (Bug#8323).
20581 (global-hl-line-highlight): Obey it.
20582
20583 * vc/vc.el (vc-revert-show-diff): Default to t.
20584
20585 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20586
20587 * allout-widgets.el (allout-widgets-post-command-business):
20588 Stop decorating intermediate isearch matches. They're not being
20589 undecorated when an isearch is continued past, and isearch
20590 automatically collapses them. This leads to "widget leaks", where
20591 decorated items accumulate in collapsed areas. Lines with lots of
20592 hidden widgets can slow down cursor travel, substantially.
20593 Too much complicated machinery would be needed to ensure undecoration,
20594 so we're doing without this nicety.
20595
20596 (allout-widgets-tally-string): Don't try to do a hash-table-count
20597 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20598 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20599 *Messages* when allout-widgets-maintain-tally is t.
20600
20601 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20602
20603 * window.el (display-buffer-normalize-argument): Rename to
20604 display-buffer-normalize-arguments. Handle special meaning of
20605 LABEL argument. Respect special-display-function when popping up
20606 a new frame. Fix code searching for a window showing the buffer
20607 on another frame.
20608 (display-buffer-normalize-specifiers):
20609 Call display-buffer-normalize-arguments.
20610 (display-buffer-in-window): Don't undedicate the window if its
20611 buffer remains the same.
20612 Reported by Drew Adams <drew.adams@oracle.com>.
20613 (display-buffer-alist): Add choice for same-window macro
20614 specfier.
20615 (display-buffer): Mention special meaning of LABEL argument in
20616 doc-string. Fix quoting. Don't pop up a new frame even as
20617 fallback.
20618
20619 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20620
20621 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20622 avoid deleting the current window in some cases (bug#8911).
20623
20624 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20625
20626 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20627 (Bug#8934)
20628
20629 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20630
20631 * net/network-stream.el (network-stream-open-starttls):
20632 Use built-in TLS support if `gnutls-available-p' is true.
20633 (network-stream-open-tls): Ditto.
20634
20635 2011-06-26 Leo Liu <sdl.web@gmail.com>
20636
20637 * register.el (registerv): New struct.
20638 (registerv-make): New function.
20639 (jump-to-register, describe-register-1, insert-register):
20640 Support the jump-func, print-func and insert-func slot of a registerv
20641 struct. (Bug#8415)
20642
20643 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20644
20645 * vc/vc.el (vc-revert-show-diff): New defcustom.
20646 (vc-diff-internal): New arg specifying diff buffer.
20647 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20648 reuse an existing *vc-diff* buffer (Bug#8927).
20649
20650 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20651
20652 2011-06-26 Glenn Morris <rgm@gnu.org>
20653
20654 * progmodes/f90.el (f90-critical-indent): New option.
20655 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20656 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20657 (f90-mode): Doc fix.
20658 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20659 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20660 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20661 (f90-match-end): Handle block, critical.
20662
20663 2011-06-25 Glenn Morris <rgm@gnu.org>
20664
20665 * calendar/diary-lib.el (diary-included-files): Doc fix.
20666 (diary-include-files): New function, extracted from
20667 diary-include-other-diary-files and diary-mark-included-diary-files.
20668 (diary-include-other-diary-files, diary-mark-included-diary-files):
20669 Just call diary-include-files.
20670 (diary-mark-entries): Reset diary-included-files on first call.
20671
20672 * calendar/diary-lib.el (diary-mark-entries)
20673 (diary-mark-included-diary-files):
20674 Visit included diary-files in temp buffers.
20675
20676 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20677 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20678 (f90-start-block-re, f90-imenu-generic-expression)
20679 (f90-looking-at-program-block-start, f90-no-block-limit):
20680 Add support for submodules.
20681
20682 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20683 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20684
20685 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20686
20687 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20688 buffer-file-type before setting its value, to avoid disastrous
20689 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20690
20691 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20692
20693 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20694
20695 * ses.el (ses-unload-function):
20696 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20697
20698 * proced.el (proced-unload-function):
20699 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20700
20701 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20702
20703 * server.el (server-create-window-system-frame): Add parameters arg.
20704 (server-process-filter): Doc fix. Handle frame-parameters.
20705
20706 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20707
20708 Fix bug#8730, bug#8781.
20709
20710 * loadhist.el (unload--set-major-mode): New function.
20711 (unload-feature): Use it.
20712
20713 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20714 (python-unload-function): New function.
20715
20716 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20717
20718 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20719
20720 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20721
20722 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20723 the candidates list.
20724
20725 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20726
20727 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20728
20729 2011-06-23 Richard Stallman <rms@gnu.org>
20730
20731 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20732 (rmail-variables): Set next-error-move-function.
20733 (rmail-what-message): Take argument POS.
20734 (rmail-next-error-move): New function.
20735
20736 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20737
20738 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20739 messages for adjacent non-terminals.
20740
20741 2011-06-23 Richard Stallman <rms@gnu.org>
20742
20743 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20744 (rmail-show-message-1): Preserve buffer modified flag.
20745 (rmail-start-mail): Don't specify use of rmail-mail-return;
20746 that's done by mail-bury now.
20747 (rmail-mail-return): Handle arg NEWBUF.
20748
20749 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20750
20751 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20752 SIZE is a number.
20753
20754 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20755
20756 * window.el (get-lru-window, get-mru-window)
20757 (get-largest-window): Never return a minibuffer window.
20758 (display-buffer-pop-up-window): Fix a bug that could lead to
20759 reusing the minibuffer window.
20760 (display-buffer): Pass original specifier argument to
20761 display-buffer-function instead of the normalized one.
20762 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20763
20764 2011-06-22 Leo Liu <sdl.web@gmail.com>
20765
20766 * minibuffer.el (completing-read-function)
20767 (completing-read-default): Move from minibuf.c.
20768
20769 2011-06-22 Richard Stallman <rms@gnu.org>
20770
20771 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20772 to Rmail even if not started by a special Rmail command.
20773
20774 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20775 Copy the buffer currently showing just one message.
20776
20777 2011-06-22 Roland Winkler <winkler@gnu.org>
20778
20779 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20780 (bibtex-clean-entry): First delete the old key so that a
20781 customized algorithm for generating the new key does not get
20782 confused by the old key.
20783 (bibtex-url): Obey regexp of first step.
20784 (bibtex-search-entries): Do not use add-to-list with local
20785 list-var.
20786
20787 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20788
20789 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20790 stored a user name, then query for the password first, instead of
20791 waiting for SMTP to give an error message and the trying again.
20792
20793 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20794
20795 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20796 BUFFER in call-process.
20797
20798 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20799
20800 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20801 QUIT twice.
20802 (smtpmail-try-auth-methods): Require user name and password from
20803 auth-source.
20804
20805 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20806
20807 * window.el (display-buffer-default-specifiers)
20808 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20809 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20810 (split-window): Normalize SIDE argument (Bug#8916).
20811
20812 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20813 (special-display-frame-alist, special-display-popup-frame):
20814 Remove duplicate declarations. These are now in window.el.
20815
20816 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20817
20818 * mail/smtpmail.el (smtpmail-via-smtp):
20819 Set :use-starttls-if-possible so that we always use STARTTLS if the
20820 server supports it. SMTP servers that support STARTTLS commonly
20821 require it.
20822
20823 * net/network-stream.el (network-stream-open-starttls): Support
20824 upgrading to STARTTLS always, even if we don't have built-in support.
20825 (open-network-stream): Add the :always-query-capabilities keyword.
20826
20827 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20828 upgrades with `open-network-stream', and rely solely on
20829 auth-source for all credentials. Big changes throughout the file,
20830 but in particular:
20831 (smtpmail-auth-credentials): Remove.
20832 (smtpmail-starttls-credentials): Remove.
20833 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20834 MAIL FROM, too.
20835
20836 * net/network-stream.el (network-stream-open-starttls):
20837 Provide support for client certificates both for external and built-in
20838 STARTTLS.
20839 (auth-source): Require.
20840 (open-network-stream): Document the :client-certificate keyword.
20841 (network-stream-certificate): Change cert-cert to cert and
20842 cert-key to key.
20843
20844 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20845
20846 * net/tramp-cache.el (top): Don't load the persistency file when
20847 "emacs -Q" has been called.
20848
20849 2011-06-21 Tim Harper <timcharper@gmail.com>
20850
20851 * term/ns-win.el (ns-initialize-window-system):
20852 Set application-specific `ApplePressAndHoldEnabled' system
20853 resource to NO as it is not yet supported by the NS port.
20854
20855 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20856
20857 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20858 (list-dynamic-libraries): ...not here.
20859
20860 2011-06-21 Leo Liu <sdl.web@gmail.com>
20861
20862 * subr.el (sha1): Implement sha1 using secure-hash.
20863
20864 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20865
20866 * window.el (display-buffer-alist): In default value do not
20867 enforce searching a window on any but the selected frame.
20868 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20869 (display-buffer-select-window): Remove function.
20870 (display-buffer-in-window): When a window on another frame gets
20871 reused, do not select it any more but just raise its frame if
20872 necessary (Bug#8851) and (Bug#8856).
20873 (display-buffer-normalize-options): Handle pop-up-frames related
20874 options more faithfully.
20875 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20876 window if it is on another frame.
20877 (display-buffer-alist, display-buffer-default-specifiers):
20878 Don't make new frame unsplittable by default.
20879 (display-buffer-normalize-argument): Fix doc-string typo and use
20880 'same-frame-other-window instead of 'other-window when associating
20881 with display-buffer-macro-specifiers.
20882
20883 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20884
20885 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20886 New functions.
20887 (5x5-mode-map, 5x5-mode-menu): Bind them.
20888 (5x5-draw-grid): Tweak the solver's rendering.
20889
20890 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20893 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20894
20895 2011-06-21 Drew Adams <drew.adams@oracle.com>
20896
20897 * menu-bar.el: Use function variable instead of switch-to-buffer.
20898 (menu-bar-select-buffer-function): New variable.
20899 (menu-bar-update-buffers): Use it (bug#8876).
20900
20901 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20902
20903 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20904 variable's status.
20905
20906 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20907
20908 * x-dnd.el (x-dnd-version-from-flags)
20909 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20910 and long as number (Bug#8899).
20911 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20912
20913 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20914
20915 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20916 (completion-try-completion, completion-all-completions): Compute the
20917 metadata argument if it's missing; make it optional (bug#8795).
20918
20919 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20920 (widget-complete): Use new :completion-function property.
20921 (widget-completions-at-point): New function.
20922 (default): Use :completion-function instead of :complete.
20923 (widget-default-completions): Rename from widget-default-complete;
20924 Rewrite.
20925 (widget-string-complete, widget-file-complete, widget-color-complete):
20926 Remove functions.
20927 (file, symbol, function, variable, coding-system, color):
20928 * international/mule-cmds.el (default-input-method, charset)
20929 (language-info-custom-alist):
20930 * cus-edit.el (face): Use new property :completions.
20931
20932 * progmodes/pascal.el (pascal-completions-at-point): New function.
20933 (pascal-mode): Use it.
20934 (pascal-mode-map): Use completion-at-point.
20935 (pascal-toggle-completions): Make obsolete.
20936 (pascal-complete-word, pascal-show-completions):
20937 * progmodes/octave-mod.el (octave-complete-symbol):
20938 Redefine as obsolete alias.
20939 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20940 Signal absence of completion info for old Octave,
20941 (inferior-octave-complete): Redefine as obsolete alias.
20942 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20943 (meta-completions-at-point): Rename from meta-complete-symbol and
20944 adapt it for use on completion-at-point-functions.
20945 (meta-common-mode): Use it.
20946 (meta-looking-at-backward, meta-match-buffer): Remove.
20947 (meta-complete-symbol): Redefine as obsolete alias.
20948 (meta-common-mode-map): Use completion-at-point.
20949 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20950 (makefile-mode-map): Use completion-at-point.
20951 (makefile-completions-at-point): Rename from makefile-complete and
20952 adapt it for use on completion-at-point-functions.
20953 (makefile-mode): Use it.
20954 (makefile-complete): Redefine as obsolete alias.
20955
20956 2011-06-20 Deniz Dogan <deniz@dogan.se>
20957
20958 * net/rcirc.el: Delete trailing whitespaces once and for all.
20959
20960 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20961
20962 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20963
20964 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20965
20966 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20967
20968 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20969
20970 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20971
20972 * window.el (display-buffer-other-window-means-other-frame):
20973 Call display-buffer-normalize-alist.
20974 (display-buffer-normalize-specifiers-1): Rename to
20975 display-buffer-normalize-argument. New argument other-frame.
20976 Rewrite.
20977 (display-buffer-normalize-specifiers-2): Rename to
20978 display-buffer-normalize-options.
20979 (display-buffer-normalize-alist-1): New function.
20980 (display-buffer-normalize-specifiers-3): Rename to
20981 display-buffer-normalize-alist.
20982 Call display-buffer-normalize-alist-1.
20983 (display-buffer-normalize-options-inhibit): New variable.
20984 (display-buffer-normalize-specifiers): Rewrite calling
20985 display-buffer-normalize-alist,
20986 display-buffer-normalize-argument, and
20987 display-buffer-normalize-options. Don't call the latter if
20988 display-buffer-normalize-options-inhibit is non-nil.
20989 (frame-auto-delete): New option.
20990 (window-deletable-p): Use frame-auto-delete.
20991 (window-list-no-nils, window-state-ignored-parameters)
20992 (window-state-get-1, window-state-get, window-state-put-list)
20993 (window-state-put-1, window-state-put-2, window-state-put):
20994 New functions.
20995 (display-buffer-normalize-options): Move special-display-p group
20996 after pop-up-frame group (Bug#8851) and (Bug#8856).
20997
20998 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20999
21000 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21001 groups (Bug#8776).
21002 (rx-submatch-n): New function.
21003 (rx): Document it.
21004
21005 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21006 (Bug#8768).
21007
21008 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21009
21010 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21011
21012 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21013 anytime existing face settings are present (Bug#8889).
21014
21015 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21016 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21017 Remove unused argument.
21018
21019 2011-06-18 Martin Rudalics <rudalics@gmx.at>
21020
21021 * window.el (display-buffer-default-specifiers):
21022 Remove pop-up-frame. Add pop-up-window-min-height,
21023 pop-up-window-min-width, and another reuse-window specifier
21024 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
21025 (display-buffer-normalize-specifiers-2):
21026 Handle split-height-threshold and split-width-threshold also when
21027 pop-up-windows is unset. Add a reuse-window specifier for the
21028 case popping up a new window fails.
21029 (special-display-popup-frame): Remove double quoting.
21030 (display-buffer-normalize-specifiers-1): Fix thinko.
21031
21032 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21033
21034 * shell.el (shell-completion-vars): Set pcomplete-termination-string
21035 according to comint-completion-addsuffix.
21036
21037 * pcomplete.el: Convert to lexical binding and fix bug#8819.
21038 (pcomplete-suffix-list): Mark as obsolete.
21039 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21040 pcomplete-seen in the closure.
21041 (pcomplete-comint-setup): Setup completion-at-point as well.
21042 (pcomplete--entries): New function.
21043 (pcomplete--env-regexp): New var.
21044 (pcomplete-entries): Rewrite to work with partial-completion and
21045 without relying on pcomplete-suffix-list.
21046 (pcomplete-pare-list): Remove, unused.
21047
21048 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21049
21050 * window.el (display-buffer-alist): Set pop-up-window-min-height
21051 and pop-up-window-min-width in default value. Reported by
21052 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
21053 other-window-means-other-frame.
21054 (display-buffer-macro-specifiers): Comment out entry for
21055 other-window specifier.
21056 (display-buffer-other-window-means-other-frame): New function.
21057 (display-buffer-normalize-specifiers-1): New arguments
21058 buffer-name and label. Treat other-window case specially.
21059 (display-buffer-normalize-specifiers-2): Treat other-window case
21060 specially.
21061 (display-buffer-normalize-specifiers-3): New function.
21062 (display-buffer-normalize-specifiers):
21063 Call display-buffer-normalize-specifiers-3.
21064
21065 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21066
21067 * window.el (same-window-p): Fix two typos introduced when
21068 adding with-no-warnings.
21069 (display-buffer-normalize-specifiers-1): Don't check
21070 pop-up-frames for 'unset initialization.
21071 (display-buffer-normalize-specifiers-2): Major rewrite using
21072 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21073 (pop-up-frames, display-buffer-reuse-frames)
21074 (display-buffer-mark-dedicated): Don't initialize to 'unset.
21075 Suggested by David Engster <deng@randomsample.de>.
21076 (even-window-heights): Initialize to 'unset.
21077 (display-buffer-alist-set): Handle new 'unset initializations.
21078 (display-buffer-macro-specifiers): Don't pop up a new frame in the
21079 other window case.
21080
21081 2011-06-16 Martin Rudalics <rudalics@gmx.at>
21082
21083 * window.el (display-buffer-normalize-specifiers-1):
21084 Respect current value of pop-up-frames for most reasonable values of
21085 second argument of display-buffer (Bug#8865).
21086 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21087 (switch-to-buffer-other-window-same-frame)
21088 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
21089 Adams (Bug#8875).
21090 (display-buffer): Don't check noninteractive when calling
21091 display-buffer-pop-up-frame.
21092 (display-buffer-pop-up-frame): Never pop up a frame in
21093 noninteractive mode (Bug#8857).
21094 (enlarge-window, shrink-window): Don't report an error when the
21095 window can't be resized as requested (Bug#8862).
21096
21097 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21098
21099 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21100
21101 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21102
21103 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21104
21105 2011-06-15 Alan Mackenzie <acm@muc.de>
21106
21107 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21108 for declarators, disable knr checking to speed up for normal files.
21109 2: Refactor, replacing a sequence of nested if forms by a cond form.
21110
21111 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21112
21113 * net/network-stream.el (open-network-stream): Add the keyword
21114 :always-query-capabilities for the case where you want to force a
21115 `plain' network connection, but the protocol still requires the
21116 capabilitiy command (i.e., SMTP and EHLO).
21117
21118 * subr.el (process-live-p): Rename from `process-alive-p' for
21119 consistency with other `-live-p' functions.
21120
21121 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21122
21123 * window.el (same-window-buffer-names, same-window-regexps)
21124 (special-display-frame-alist, special-display-popup-frame)
21125 (special-display-function, special-display-buffer-names)
21126 (special-display-regexps, pop-up-frame-alist)
21127 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21128 (pop-up-windows, split-window-preferred-function)
21129 (split-height-threshold, split-width-threshold, even-window-heights)
21130 (display-buffer-mark-dedicated): Don't encourage the use of
21131 display-buffer-alist from Elisp code.
21132
21133 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
21134
21135 * progmodes/python.el (python-mode): Derive from prog-mode.
21136 * progmodes/ps-mode.el (ps-mode):
21137 * progmodes/mixal-mode.el (mixal-mode):
21138 * progmodes/cfengine.el (cfengine-mode):
21139 * progmodes/ld-script.el (ld-script-mode): Likewise.
21140
21141 2011-06-15 Martin Rudalics <rudalics@gmx.at>
21142
21143 * window.el (display-buffer-alist): Trim default value to avoid
21144 popping up a new frame (Bug#8857) or reusing an arbitrary window
21145 on another frame.
21146 (display-buffer): Do not fall back on popping up a new frame in
21147 batch mode (Bug#8857).
21148
21149 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
21150
21151 * cus-theme.el (describe-theme-1): Use custom-theme-p.
21152 (custom-theme-summary): New function.
21153 (customize-themes): Use it.
21154
21155 2011-06-13 Glenn Morris <rgm@gnu.org>
21156
21157 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21158
21159 2011-06-13 Martin Rudalics <rudalics@gmx.at>
21160
21161 * help.el (help-window): Remove variable.
21162 (help-window-point-marker, temp-buffer-max-height)
21163 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21164 (help-print-return-message): Don't set help-window.
21165 (resize-temp-buffer-window): Rewrite cod eand doc-string.
21166 (help-window-setup-finish): Remove.
21167 (help-window-display-message, help-window-setup)
21168 (with-help-window): Major rewrite based on new
21169 display-buffer-window variable.
21170
21171 * help-mode.el (help-mode-finish): Remove help-window related
21172 code.
21173
21174 * view.el (view-exits-all-viewing-windows): Remove reference to
21175 view-return-to-alist in doc-string.
21176 (view-return-to-alist): Make obsolete.
21177 (view-buffer): Call pop-to-buffer-same-window and remove
21178 undo-window code.
21179 (view-buffer-other-window): Call pop-to-buffer-other-window and
21180 simplify code. Ignore second argument.
21181 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21182 simplify code. Ignore second argument.
21183 (view-return-to-alist-update): Make obsolete.
21184 (view-mode-enter): Rename second argument to QUIT-RESTORE.
21185 Rewrite using quit-restore window parameters.
21186 (view-mode-exit): Rename second argument to EXIT-ONLY.
21187 Rewrite using quit-restore-window.
21188 (View-exit, View-exit-and-edit, View-leave, View-quit)
21189 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21190 appropriate arguments.
21191 (view-end-message): Use quit-restore window parameter.
21192
21193 * window.el (display-buffer-function): Rewrite doc-string.
21194 (display-buffer-window, display-buffer-alist): New variables.
21195 (display-buffer-split-specifiers)
21196 (display-buffer-side-specifiers)
21197 (display-buffer-macro-specifiers): New constants.
21198 (display-buffer-even-window-sizes, display-buffer-set-height)
21199 (display-buffer-set-width, display-buffer-select-window)
21200 (display-buffer-in-window, display-buffer-reuse-window)
21201 (display-buffer-split-window-1, display-buffer-split-window)
21202 (display-buffer-split-atom-window, display-buffer-pop-up-window)
21203 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21204 (display-buffer-in-side-window, normalize-buffer-to-display)
21205 (display-buffer-normalize-specifiers-1)
21206 (display-buffer-normalize-specifiers-2)
21207 (display-buffer-normalize-specifiers, display-buffer-frame):
21208 New functions.
21209 (display-buffer): Major rewrite.
21210 (display-buffer-other-window, display-buffer-other-frame)
21211 (pop-to-buffer, switch-to-buffer-other-window)
21212 (switch-to-buffer-other-frame): Rewrite.
21213 (display-buffer-same-window, display-buffer-same-frame)
21214 (display-buffer-same-frame-other-window)
21215 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21216 (pop-to-buffer-other-window)
21217 (pop-to-buffer-same-frame-other-window)
21218 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21219 (switch-to-buffer-other-window-same-frame): New functions.
21220 (same-window-p, special-display-p): Rewrite disabling warnings.
21221 Make obsolete.
21222 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21223 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21224 Make obsolete
21225 (same-window-buffer-names, same-window-regexps)
21226 (special-display-frame-alist, special-display-popup-frame)
21227 (special-display-function, special-display-buffer-names)
21228 (special-display-regexps, pop-up-frame-alist)
21229 (pop-up-frame-function, split-window-preferred-function)
21230 (split-height-threshold, split-width-threshold)
21231 (even-window-heights): Make obsolete.
21232
21233 2011-06-12 Glenn Morris <rgm@gnu.org>
21234
21235 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
21236 Misc simplifications.
21237
21238 2011-06-12 Martin Rudalics <rudalics@gmx.at>
21239
21240 * window.el (window-safely-shrinkable-p): Restore function which
21241 was inadvertently removed in change from 2011-06-11. Declare as
21242 obsolete.
21243
21244 * calendar/calendar.el (calendar-generate-window):
21245 Use window-iso-combined-p instead of combination of one-window-p and
21246 window-safely-shrinkable-p.
21247
21248 2011-06-12 Glenn Morris <rgm@gnu.org>
21249
21250 * progmodes/fortran.el (fortran-mode-syntax-table):
21251 * progmodes/f90.el (f90-mode-syntax-table):
21252 Set % to punctuation. (Bug#8820)
21253 (f90-find-tag-default): Remove, no longer needed.
21254
21255 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
21256
21257 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21258
21259 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
21260
21261 * image.el (image-animated-p): Return animation delay in seconds.
21262 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21263 (image-animate-timeout): Remove DELAY argument. Don't assume
21264 every subimage has the same delay; get it from image-animated-p.
21265 (image-animate): Caller changed.
21266
21267 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
21268
21269 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21270 to ignored backtrace functions.
21271
21272 2011-06-11 Glenn Morris <rgm@gnu.org>
21273
21274 * calendar/appt.el (appt-disp-window-function): Doc fix.
21275 (appt-check): Handle overlapping appointments. (Bug#8337)
21276
21277 2011-06-11 Martin Rudalics <rudalics@gmx.at>
21278
21279 * window.el (window-tree-1, window-tree): New functions, moving
21280 the latter to window.el.
21281 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21282 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21283 (bw-refresh-edges): Remove.
21284 (balance-windows-1, balance-windows-2): New functions.
21285 (balance-windows): Rewrite in terms of window tree functions,
21286 balance-windows-1 and balance-windows-2.
21287 (bw-adjust-window): Remove.
21288 (balance-windows-area-adjust): New function with functionality of
21289 bw-adjust-window but using resize-window.
21290 (set-window-text-height): Rewrite doc-string.
21291 Use normalize-live-window and resize-window.
21292 (enlarge-window-horizontally, shrink-window-horizontally):
21293 Rename argument to DELTA.
21294 (window-buffer-height): New function.
21295 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21296 Rewrite using new window resize routines.
21297 (kill-buffer-and-window, mouse-autoselect-window-select):
21298 Use ignore-errors instead of condition-case.
21299 (quit-window): Call delete-frame instead of delete-windows-on
21300 for the only buffer on frame.
21301
21302 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21303
21304 * loadup.el (top-level): Load window before files for the sake
21305 of replace-buffer-in-windows.
21306
21307 * files.el (read-buffer-to-switch)
21308 (switch-to-buffer-other-window)
21309 (switch-to-buffer-other-frame, display-buffer-other-frame):
21310 Move to window.el.
21311
21312 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21313 (previous-buffer): Move to window.el.
21314
21315 * bindings.el (unbury-buffer): Move to window.el.
21316
21317 * window.el (delete-other-windows-vertically): Move after
21318 definition of delete-other-windows.
21319 (other-window, delete-windows-on, replace-buffer-in-windows):
21320 Move here from window.c.
21321 (record-window-buffer, unrecord-window-buffer)
21322 (set-window-buffer-start-and-point, switch-to-prev-buffer)
21323 (switch-to-next-buffer): New functions.
21324 (get-next-valid-buffer, last-buffer, next-buffer): Move here
21325 from simple.el. Call switch-to-next-buffer.
21326 (previous-buffer): Move here from simple.el.
21327 Call switch-to-prev-buffer.
21328 (bury-buffer): Move here from buffer.c. Switch to previous
21329 buffer when window cannot be deleted.
21330 (unbury-buffer): Move here from bindings.el.
21331 (ctl-x-map): Move binding for other-window from window.c to
21332 here.
21333 (read-buffer-to-switch, switch-to-buffer-other-window)
21334 (switch-to-buffer-other-frame): Move here from files.el.
21335 (normalize-buffer-to-switch-to): New functions.
21336 (switch-to-buffer): Move here from buffer.c.
21337 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21338
21339 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21340
21341 * window.el (window-min-height, window-min-width): Move here
21342 from window.c. Add defcustoms and rewrite doc-strings.
21343 (resize-mini-window, resize-window): New functions.
21344 (adjust-window-trailing-edge, enlarge-window, shrink-window):
21345 Move here from window.c.
21346 (maximize-window, minimize-window): New functions.
21347 (delete-window, delete-other-windows, split-window): Move here
21348 from window.c.
21349 (window-split-min-size): New function.
21350 (split-window-keep-point): Mention split-window-above-each-other
21351 instead of split-window-vertically.
21352 (split-window-above-each-other, split-window-vertically):
21353 Rename split-window-vertically to split-window-above-each-other
21354 and provide defalias for old definition.
21355 (split-window-side-by-side, split-window-horizontally):
21356 Rename split-window-horizontally to split-window-side-by-side
21357 and provide defalias for the old definition.
21358 (ctl-x-map): Move bindings for delete-window,
21359 delete-other-windows and enlarge-window here from window.c.
21360 Replace bindings for split-window-vertically and
21361 split-window-horizontally by bindings for
21362 split-window-above-each-other and split-window-side-by-side.
21363
21364 * cus-start.el (all): Remove entries for window-min-height and
21365 window-min-width. Add entries for window-splits and
21366 window-nest.
21367
21368 2011-06-09 Glenn Morris <rgm@gnu.org>
21369
21370 * calendar/appt.el (appt-mode-line): New function.
21371 (appt-check, appt-disp-window): Use it.
21372
21373 * files.el (hack-one-local-variable-eval-safep):
21374 Allow minor-modes with explicit +/-1 arguments.
21375
21376 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
21377
21378 * term/xterm.el (xterm): Add defgroup.
21379 (xterm-extra-capabilities): Add defcustom to supply known xterm
21380 capabilities, skip querying them, or query them (default).
21381 (terminal-init-xterm): Use it.
21382 (terminal-init-xterm-modify-other-keys): New function to set up
21383 modifyOtherKeys support to simplify `terminal-init-xterm'.
21384
21385 2011-06-09 Martin Rudalics <rudalics@gmx.at>
21386
21387 * window.el (resize-window-reset, resize-window-reset-1)
21388 (resize-subwindows-skip-p, resize-subwindows-normal)
21389 (resize-subwindows, resize-other-windows, resize-this-window)
21390 (resize-root-window, resize-root-window-vertically)
21391 (window-deletable-p, window-or-subwindow-p)
21392 (frame-root-window-p): New functions.
21393
21394 2011-06-09 Glenn Morris <rgm@gnu.org>
21395
21396 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21397 (ange-ftp-get-files): Use it.
21398
21399 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21400
21401 * mail/sendmail.el (mail-recover-1, mail-recover):
21402 * files.el (recover-file, recover-session):
21403 Handle dired-listing-switches not being just a single short option.
21404
21405 2011-06-09 Glenn Morris <rgm@gnu.org>
21406
21407 * calendar/appt.el (appt-display-message, appt-disp-window):
21408 Handle lists of appointments.
21409
21410 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21411
21412 * window.el (one-window-p): Move down in code.
21413 Rewrite doc-string.
21414 (window-current-scroll-bars): Rewrite doc-string.
21415 Normalize live window argument.
21416 (walk-windows, get-window-with-predicate, count-windows):
21417 Rewrite doc-string. Use window-list-1.
21418 (window-in-direction-2, window-in-direction, get-mru-window):
21419 New functions.
21420
21421 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21422
21423 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21424 Doc fix (Bug#8713).
21425
21426 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21427
21428 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21429
21430 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21431
21432 * loadhist.el (unload-feature-special-hooks):
21433 Add `comint-output-filter-functions'.
21434
21435 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21436
21437 * calendar/appt.el (appt-check): Move some initializations into the let.
21438
21439 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21440
21441 * window.el (window-height): Defalias to window-total-height.
21442 (window-width): Defalias to window-body-width.
21443
21444 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21445
21446 * image-mode.el (image-toggle-animation): New command.
21447 (image-mode-map): Bind it to RET.
21448 (image-mode): Update message.
21449 (image-toggle-display-image): Avoid a spurious cache flush.
21450 (image-transform-rotation): Doc fix.
21451 (image-transform-properties): Return quickly in the normal case.
21452 (image-animate-loop): Rename from image-animate-max-time.
21453
21454 * image.el (image-animate-max-time): Move to image-mode.el.
21455 (create-animated-image): Remove unnecessary function.
21456 (image-animate): Rename from image-animate-start. New arg.
21457 (image-animate-stop): Remove; just use image-animate-timer.
21458 (image-animate-timer): Use car-safe.
21459 (image-animate-timeout): Rename argument.
21460
21461 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21462
21463 * window.el (get-lru-window, get-largest-window): Move here from
21464 window.c. Rename first argument to ALL-FRAMES.
21465 Rephrase doc-strings.
21466 (get-buffer-window-list): Rewrite using window-list-1.
21467 Rephrase doc-string.
21468 (window-safe-min-height, window-safe-min-width): New constants.
21469 (window-size-ignore, window-min-size, window-min-size-1)
21470 (window-sizable, window-sizable-p, window-size-fixed-1)
21471 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21472 (window-max-delta-1, window-max-delta, window-resizable)
21473 (window-resizable-p, window-total-height, window-total-width)
21474 (window-body-width): New functions.
21475 (window-full-height-p, window-full-width-p): Rewrite using
21476 window-total-size.
21477 (window-body-height): Rewrite using window-body-size.
21478
21479 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21480
21481 * window.el (window-right, window-left, window-child)
21482 (window-child-count, window-last-child, window-any-p)
21483 (normalize-live-buffer, normalize-live-frame)
21484 (normalize-any-window, normalize-live-window)
21485 (window-iso-combination-p, window-iso-combined-p)
21486 (window-iso-combinations)
21487 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21488 (windows-with-parameter, window-with-parameter)
21489 (window-atom-root, make-window-atom, window-atom-check-1)
21490 (window-atom-check, window-side-check, window-check):
21491 New functions.
21492 (ignore-window-parameters, window-sides, window-sides-vertical)
21493 (window-sides-slots): New variables.
21494 (window-size-fixed): Move down in code. Minor doc-string fix.
21495
21496 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21497
21498 * comint.el (comint-dynamic-complete-as-filename)
21499 (comint-dynamic-complete-filename): Correctly call
21500 completion-in-region.
21501
21502 2011-06-05 Deniz Dogan <deniz@dogan.se>
21503
21504 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21505 in last change.
21506
21507 2011-06-05 Deniz Dogan <deniz@dogan.se>
21508
21509 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21510 (rcirc): Use it to prompt for encryption.
21511
21512 2011-06-05 Roland Winkler <winkler@gnu.org>
21513
21514 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21515 (bibtex-search-entries): New command bound to C-c C-a.
21516 (bibtex-display-entries): New function.
21517
21518 2011-06-05 Roland Winkler <winkler@gnu.org>
21519
21520 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21521 (bibtex-insert-kill): After yanking insert newline if necessary.
21522 (bibtex-initialize): Call bibtex-string-files-init only once.
21523 (bibtex-mode): Do not call easy-menu-add.
21524 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21525 (bibtex-yank): Set arg properly if nil.
21526
21527 2011-06-05 Roland Winkler <winkler@gnu.org>
21528
21529 * textmodes/bibtex.el (bibtex-search-entry-globally):
21530 New variable.
21531 (bibtex-search-entry): Use it.
21532
21533 2011-06-05 Roland Winkler <winkler@gnu.org>
21534
21535 * textmodes/bibtex.el (bibtex-entry-format): New option
21536 sort-fields.
21537 (bibtex-format-entry, bibtex-reformat): Honor this option.
21538 (bibtex-parse-entry): Return fields in proper order.
21539
21540 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21541
21542 * doc-view.el (doc-view-remove-if): Move computation of result out
21543 of `dolist' to silence misleading lexical-binding warning.
21544
21545 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21546
21547 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21548 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21549
21550 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21551
21552 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21553 "SunOS 5.10".
21554
21555 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21556
21557 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21558 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21559 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21560 (tramp-parse-putty):
21561 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21562 (tramp-completion-function-alist-ssh)
21563 (tramp-completion-function-alist-telnet)
21564 (tramp-completion-function-alist-su)
21565 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21566 cookie.
21567
21568 * net/tramp-ftp.el:
21569 * net/tramp-sh.el:
21570 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21571 load "tramp.el" `tramp-set-completion-function'.
21572
21573 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * shell.el: Require and use pcomplete.
21576 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21577 (shell-completion-vars): Set pcomplete-default-completion-function.
21578
21579 2011-06-04 Deniz Dogan <deniz@dogan.se>
21580
21581 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21582 `memq' (Bug#8799).
21583
21584 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21585
21586 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21587
21588 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21589
21590 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21591 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21592 * vc/log-view.el (log-view-beginning-of-defun):
21593 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21594 (smerge-refine-forward, smerge-refine-chopup-region):
21595 Silence warning for unused `dotimes' counter variables.
21596
21597 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21598
21599 * net/tramp.el (tramp-with-progress-reporter): Rename from
21600 with-progress-reporter. Use `declare'.
21601 * net/tramp-smb.el:
21602 * net/tramp-sh.el:
21603 * net/tramp-gvfs.el: Update all uses.
21604
21605 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21606
21607 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21608 buffer isn't killed before making it current.
21609
21610 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21611
21612 Silence various byte-compiler warnings.
21613 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21614 `access-type' and new obsolescence format.
21615 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21616 new format.
21617 (byte-compile-check-variable): New `access-type' argument.
21618 Only warn if the access-type is obsolete.
21619 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21620 (byte-compile-variable-set): Adjust callers.
21621 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21622 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21623 setting it as obsolete.
21624 * simple.el (minibuffer-completing-symbol):
21625 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21626 access as obsolete.
21627 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21628 obsolete yet.
21629 * international/quail.el (quail-mouse-choose-completion): Remove unused
21630 code referring to obsolete var.
21631 (quail-choose-completion-string): Remove.
21632 * server.el (server-clients-with, server-kill-buffer-query-function)
21633 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21634 * proced.el (proced-send-signal):
21635 * emacs-lisp/lisp.el (lisp-complete-symbol):
21636 Replace completion-annotate-function with completion-extra-properties.
21637
21638 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21639
21640 * simple.el (goto-line): Use read-number.
21641 (overriding-map-is-bound): Remove.
21642 (saved-overriding-map): Change default.
21643 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21644 Take the map as argument.
21645 (universal-argument, negative-argument, digit-argument): Use it.
21646 (restore-overriding-map): Adjust.
21647 (do-auto-fill): Use fill-forward-paragraph.
21648 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21649
21650 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21651 (minibuffer-inactive-mode): New major mode.
21652 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21653 the *Messages* buffer" hack.
21654 (mouse-popup-menubar): Don't burp if the event is a normal key.
21655
21656 Miscellaneous tweaks.
21657 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21658 lexical scoping as in subr.el's dolist and dotimes.
21659 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21660 Silence compiler warning.
21661 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21662 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21663 * international/ccl.el (ccl-compile): Trivial simplification.
21664 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21665 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21666 `printflag' argument.
21667 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21668 Purecopy the whole obsolescence data.
21669
21670 2011-06-01 Leo Liu <sdl.web@gmail.com>
21671
21672 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21673 improve doc-string as suggested by Marco Pessotto
21674 <melmothx@gmail.com>.
21675 (rcirc-print): Fix last change.
21676
21677 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * minibuffer.el (complete-with-action): Return nil for the metadata and
21680 boundaries of non-functional tables.
21681 (completion-table-dynamic): Return nil for the metadata.
21682 (completion-table-with-terminator): Add default case, using
21683 complete-with-action.
21684 (completion--metadata): New function.
21685 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21686 to try and avoid pathological performance problems.
21687 (completion--embedded-envvar-table): Return `category' metadata.
21688
21689 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21690
21691 * subr.el (process-alive-p): New tiny convenience function.
21692
21693 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21694
21695 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21696 content but also its previous major mode.
21697
21698 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21699
21700 * emacs-lisp/debug.el (debug): Restore the previous content of the
21701 *Backtrace* buffer when we exit with C-M-c.
21702
21703 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21704
21705 * minibuffer.el: Add metadata method to completion tables.
21706 (completion-category-overrides): New defcustom.
21707 (completion-metadata, completion--field-metadata)
21708 (completion-metadata-get, completion--styles)
21709 (completion--cycle-threshold): New functions.
21710 (completion-try-completion, completion-all-completions):
21711 Add `metadata' argument to choose completion-styles.
21712 (completion--do-completion): Use metadata to choose cycling.
21713 (completion-all-sorted-completions): Use metadata for sorting.
21714 Remove :completion-cycle-penalty which is not needed any more.
21715 (completion--try-word-completion): Add `metadata' argument.
21716 (minibuffer-completion-help): Check metadata for annotation function
21717 and sorting.
21718 (completion-file-name-table): Return `category' metadata.
21719 (minibuffer-completing-file-name): Make obsolete.
21720 * simple.el (minibuffer-completing-symbol): Make obsolete.
21721 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21722 completion-try-completion.
21723
21724 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21725
21726 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21727
21728 2011-05-30 Leo Liu <sdl.web@gmail.com>
21729
21730 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21731 (rcirc-print): Decode all incoming messages (bug#8744).
21732 (rcirc-decode-coding-system): Allow value nil for automatic coding
21733 system detection.
21734
21735 2011-06-01 Glenn Morris <rgm@gnu.org>
21736
21737 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21738
21739 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21740
21741 * image.el (image-animate-max-time): Allow nil and t values.
21742 Default to nil.
21743 (create-animated-image): Doc fix.
21744 (image-animate-start): Remove second arg; just use
21745 image-animate-max-time.
21746 (image-animate-timeout): Doc fix. Args changed.
21747
21748 * image-mode.el (image-toggle-display-image): Ensure that the
21749 image spec passed to the animate timer is the same object as in
21750 the buffer's display property (Bug#6981).
21751 (image-transform-properties): Doc fix.
21752
21753 * image.el (image-animate-max-time): Default to nil.
21754
21755 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21756
21757 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21758 entire buffer list (Bug#8184).
21759
21760 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21761
21762 * image.el (imagemagick-types-inhibit)
21763 (imagemagick-register-types): Doc fix.
21764
21765 2011-05-29 Deniz Dogan <deniz@dogan.se>
21766
21767 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21768 default.
21769
21770 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21771
21772 * select.el: Don't perform clipboard-manager saving in hooks;
21773 leave the hooks empty.
21774
21775 2011-05-28 Leo Liu <sdl.web@gmail.com>
21776
21777 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21778 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21779 (occur-edit-mode): New major mode (Bug#8463).
21780 (occur-after-change-function): New function.
21781 (occur-engine): Give Occur tags a read-only property.
21782
21783 2011-05-28 Kevin Ryde <user42@zip.com.au>
21784
21785 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21786
21787 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21788
21789 * bindings.el (help-echo): Make the initial non-indicator dash
21790 empty on graphical terminals (Bug#7295).
21791
21792 * files.el (auto-mode-alist): Move config rule after the
21793 in-stripping one (Bug#8547).
21794
21795 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21796
21797 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21798 setting (Bug#8740).
21799
21800 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21801
21802 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21803 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21804 (Bug#8539).
21805
21806 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21807
21808 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21809
21810 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21811
21812 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21813 (hs-hide-block-at-point, hs-find-block-beginning)
21814 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21815 (Bug#8279).
21816
21817 2011-05-28 Glenn Morris <rgm@gnu.org>
21818
21819 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21820
21821 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21822
21823 * help-fns.el (describe-function-1): If the function is a derived
21824 major mode, print the parent mode.
21825
21826 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21827 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21828
21829 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21830
21831 * minibuffer.el (completion--capf-wrapper): Check applicability before
21832 returning non-nil for non-exclusive completion data.
21833 * progmodes/etags.el (tags-completion-at-point-function):
21834 * info-look.el (info-lookup-completions-at-point): Mark as
21835 non-exclusive.
21836 (info-complete): Adjust accordingly.
21837
21838 * info-look.el: Convert to lexical-binding and completion-at-point.
21839 (info-lookup-completions-at-point): New function.
21840 (info-complete): Use it and completion-in-region.
21841
21842 2011-05-28 Drew Adams <drew.adams@oracle.com>
21843
21844 * isearch.el: Let M-e start with point at the first mismatched char.
21845 (isearch-fail-pos): New function.
21846 (isearch-edit-string): Use it.
21847
21848 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21849
21850 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21851
21852 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21853
21854 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21855 traversal functions for avl-trees.
21856 (avl-tree--stack): New struct.
21857 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21858 (avl-tree-enter): Add optional `updatefun' arg.
21859 (avl-tree--do-enter): Add optional `updatefun' arg.
21860 Change return value.
21861 (avl-tree-delete): Add optional `test' and `nilflag' args.
21862 (avl-tree--do-delete): Add `test' and `nilflag' args.
21863 Change return value.
21864 (avl-tree-member): Add optional `nilflag'
21865 (avl-tree-member-p): New function.
21866 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21867 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21868 (avl-tree-stack-empty-p): New functions.
21869
21870 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21871 avl-tree--del-balance1 and make it work both ways.
21872 (avl-tree--del-balance2): Remove.
21873 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21874 make it work both ways.
21875 (avl-tree--enter-balance2): Remove.
21876 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21877 New macros.
21878 (avl-tree--mapc, avl-tree-map): Add direction argument.
21879
21880 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21881
21882 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21883
21884 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21885
21886 * select.el: Support clipboard managers with built-in function
21887 x-clipboard-manager-save, via delete-frame-functions and
21888 kill-emacs-hook.
21889 (xselect-convert-to-targets): Add MULTIPLE target to list.
21890 (xselect-convert-to-save-targets): New function.
21891
21892 2011-05-27 Kenichi Handa <handa@m17n.org>
21893
21894 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21895 let-binding rfc2047-encode-encoded-words to nil.
21896
21897 2011-05-27 Glenn Morris <rgm@gnu.org>
21898
21899 * mail/emacsbug.el: Don't require url-util.
21900
21901 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21902
21903 * files.el (set-auto-mode):
21904 Also respect mode: entries at the end of the file. (Bug#8586)
21905
21906 2011-05-26 Glenn Morris <rgm@gnu.org>
21907
21908 * files.el (hack-local-variables-prop-line, hack-local-variables):
21909 Downcase mode names, as seems to be traditional.
21910 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21911
21912 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21913 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21914
21915 2011-05-25 Julien Danjou <julien@danjou.info>
21916
21917 * textmodes/rst.el (rst-define-level-faces): Do not define face
21918 symbol if it is already defined.
21919
21920 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21921
21922 * play/5x5.el (5x5-new-game, 5x5-randomize):
21923 Reset 5x5-solver-output to nil when a new grid is cast.
21924 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21925 these debugging traces, as defmacro breaks the compiled code.
21926
21927 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21928
21929 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21930
21931 2011-05-24 Leo Liu <sdl.web@gmail.com>
21932
21933 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21934 (vc-bzr-sha1): Adapt.
21935
21936 * sha1.el: Remove. Function `sha1' is now builtin.
21937
21938 * bindings.el: Provide sha1 feature.
21939
21940 2011-05-24 Kenichi Handa <handa@m17n.org>
21941
21942 * mail/sendmail.el: Require `rfc2047'.
21943 (mail-insert-from-field): Do not perform RFC2047 encoding.
21944 (mail-encode-header): New function.
21945 (sendmail-send-it): Set buffer-file-coding-system of the work
21946 buffer to the return value of select-message-coding-system.
21947 Call mail-encode-header.
21948
21949 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21950
21951 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21952
21953 * mail/supercite.el (sc-default-cite-frame):
21954 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21955
21956 2011-05-24 Glenn Morris <rgm@gnu.org>
21957
21958 * progmodes/python.el (brm-menu): Declare.
21959
21960 * emulation/viper.el (viper-set-hooks): Declare.
21961
21962 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21963 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21964 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21965 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21966 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21967 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21968
21969 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21970
21971 Add an :exit-function for completion-at-point.
21972
21973 * minibuffer.el (completion--done): New fun.
21974 (completion--do-completion): Use it. New arg `expect-exact'.
21975 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21976 since completion--do-completion does it for us now.
21977 (minibuffer-force-complete): Use completion--done and
21978 completion--replace. Handle sole-completion case with more care.
21979 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21980 (completion-extra-properties): New var.
21981 (completion-annotate-function): Make obsolete.
21982 (minibuffer-completion-help): Adjust accordingly.
21983 Use completion-list-insert-choice-function.
21984 (completion-at-point, completion-help-at-point):
21985 Bind completion-extra-properties.
21986 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21987 * simple.el (completion-list-insert-choice-function): New var.
21988 (completion-setup-function): Preserve it.
21989 (choose-completion): Pay attention to it, shuffle the code a bit.
21990 (choose-completion-string): New arg `insert-function'.
21991
21992 * textmodes/bibtex.el: Convert to lexical binding.
21993 (bibtex-mode-map): Use completion-at-point.
21994 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21995 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21996 (bibtex-complete): Define as obsolete alias.
21997 (bibtex-complete-internal): Remove.
21998 (bibtex-format-entry): Remove unused sub-group in regexp.
21999 * shell.el (shell--command-completion-data)
22000 (shell-environment-variable-completion):
22001 * pcomplete.el (pcomplete-completions-at-point):
22002 * comint.el (comint--complete-file-name-data): Use :exit-function
22003 instead of completion-table-with-terminator so it also works for
22004 choose-completion.
22005
22006 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22007
22008 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22009
22010 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22011 (bug#8710).
22012
22013 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22014
22015 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
22016
22017 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22018 customization variable and implement: If non-nil, auto-fill will
22019 be inhibited while on topic's header line.
22020
22021 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
22022
22023 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22024 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
22025 always have a solution in grid size = 5 cases.
22026 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22027 (5x5-solver-output, 5x5-log-buffer): New vars.
22028 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22029 Make these variables buffer local to achieve 5x5 multi-session-ness.
22030 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22031 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22032 (5x5-solve-suggest): New funs.
22033 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22034 randomize a grid so that we ensure that there is always a solution.
22035 (5x5-make-random-grid): Allow other movement than flipping.
22036
22037 2011-05-23 Kevin Ryde <user42@zip.com.au>
22038
22039 * emacs-lisp/advice.el (ad-read-advised-function):
22040 Use `function-called-at-point' as the default, if it has
22041 advice and passes PREDICATE.
22042
22043 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22044
22045 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22046 byte-compile-lambda if it's actually a lambda.
22047
22048 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22049 Fix function quoting. Use backquote better.
22050
22051 2011-05-22 Yuanle Song <sylecn@gmail.com>
22052
22053 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22054 matching (Bug#8516).
22055
22056 2011-05-22 Jari Aalto <jari.aalto@cante.net>
22057
22058 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22059 different face (Bug#8178).
22060
22061 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
22062
22063 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22064 defface (Bug#8144).
22065
22066 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22067
22068 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22069 funcall as well (bug#8712). Warn when performing those conversions.
22070 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22071
22072 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22073
22074 2011-05-22 Glenn Morris <rgm@gnu.org>
22075
22076 * files.el (hack-local-variables-prop-line): Small simplifications.
22077 (hack-local-variables, hack-local-variables-prop-line):
22078 If MODE-ONLY, return the mode, rather than just `t'.
22079
22080 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
22081
22082 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22083
22084 2011-05-21 Glenn Morris <rgm@gnu.org>
22085
22086 * files.el (hack-local-variables-prop-line, hack-local-variables):
22087 If only interested in the mode, don't bother doing the other stuff.
22088
22089 * image-mode.el (image-after-revert-hook):
22090 Redraw all frames on which the image is visible. (Bug#8567)
22091
22092 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
22093
22094 * wid-edit.el (widget-checklist-match-inline):
22095 Fix 2011-04-19 change. (Bug#8649)
22096
22097 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22100 Also allow singlespace after single-letter capitals followed by a dot.
22101
22102 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22103 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22104
22105 2011-05-20 Nix <nix@esperi.org.uk>
22106
22107 * files.el (basic-save-buffer-2):
22108 Fix handling of break-hardlink-on-save with non-existent files.
22109
22110 2011-05-19 Deniz Dogan <deniz@dogan.se>
22111
22112 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22113 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22114
22115 2011-05-19 Glenn Morris <rgm@gnu.org>
22116
22117 * progmodes/f90.el (f90-type-def-re):
22118 Handle "type, bind(c)". (Bug#8691)
22119
22120 * emacs-lisp/autoload.el (batch-update-autoloads):
22121 Set autoload-excludes by parsing loadup.el rather than Makefiles.
22122
22123 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
22124
22125 * net/tramp.el (tramp-process-actions): Set "first-password-request"
22126 property for the correct connection in case of multihops.
22127
22128 2011-05-18 Glenn Morris <rgm@gnu.org>
22129
22130 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22131 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22132
22133 Rationalize calendar handling of day and month abbrev-arrays.
22134 * calendar/calendar.el (calendar-customized-p): New function.
22135 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22136 (calendar-day-name-array, calendar-month-name-array): Doc fix.
22137 Add :set function.
22138 (calendar-abbrev-length, calendar-day-abbrev-array)
22139 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22140 (calendar-day-abbrev-array, calendar-month-abbrev-array):
22141 Elements may no longer be nil.
22142 (calendar-day-name, calendar-month-name):
22143 Update for changed nature of abbrev arrays.
22144 * calendar/diary-lib.el (diary-name-pattern):
22145 Update for changed nature of abbrev arrays.
22146 (diary-mark-entries-1): Update calendar-make-alist calls.
22147 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22148 * calendar/cal-html.el (cal-html-day-abbrev-array):
22149 Simply inherit from calendar-day-abbrev-array.
22150
22151 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22152
22153 * progmodes/grep.el (grep-mode): Disable default
22154 compilation-directory-matcher setting (bug#8684).
22155
22156 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
22157
22158 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22159 instead of "head" and "tail". There were problems with SunOS 5.9,
22160 and it performs better.
22161
22162 2011-05-17 Glenn Morris <rgm@gnu.org>
22163
22164 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22165
22166 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22167 Replace obsolete function.
22168
22169 * shell.el (pcomplete-parse-arguments-function): Declare.
22170
22171 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22172 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22173 (appt-check): Doc fixes.
22174 (appt-disp-window-function, appt-delete-window-function):
22175 Remove needless special case in custom :type.
22176 (appt-display-count): Default to 0, not nil.
22177 (appt-check): Reset appt-display-count to 0, not nil.
22178
22179 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
22180
22181 * progmodes/python.el (python-font-lock-keywords):
22182 Add the Python 3.X keyword "nonlocal" (bug#8639).
22183
22184 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22187
22188 2011-05-16 Kevin Ryde <user42@zip.com.au>
22189
22190 * info-look.el (makefile-automake-mode): New setups, looking in
22191 automake manual, then makefile-mode.
22192 (makefile-mode): Remove automake manual, have it just in
22193 makefile-automake-mode since there's various things different or
22194 not relevant to plain make.
22195 (makefile-mode): Remove "other-modes" non-existent automake-mode,
22196 believe a hypothetical automake-mode would go to makefile-mode,
22197 not the other way around.
22198
22199 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
22200
22201 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22202 hunk-end tags (Bug#8672).
22203
22204 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22205 vc-annotate-show-diff-revision-at-line (Bug#8671).
22206
22207 2011-05-14 Glenn Morris <rgm@gnu.org>
22208
22209 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22210 in the middle of an existing one with multiple authors. (Bug#8645)
22211 (change-log-font-lock-keywords): Also handle multiple author lines
22212 with leading tabs. (Bug#8644)
22213
22214 * calendar/appt.el (appt-check): Rename some local variables.
22215 Some simplification/reordering.
22216
22217 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22218 (feedmail-sendmail-f-doesnt-sell-me-out)
22219 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22220 (feedmail-debug-sit-for, feedmail-queue-express-hook)
22221 (feedmail-queue-runner-message-sender): Set :version.
22222 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22223 (bbdb-dwim-net-address, vm-mail): Declare.
22224 (feedmail-binmail-gnulinuxish-template):
22225 Rename from feedmail-binmail-linuxish-template.
22226 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22227 Use insert-buffer-substring.
22228
22229 2011-05-14 Bill Carpenter <bill@carpenter.org>
22230
22231 * mail/feedmail.el (feedmail-patch-level): Increase.
22232 (feedmail-debug): New custom group.
22233 (feedmail-confirm-outgoing-timeout)
22234 (feedmail-sendmail-f-doesnt-sell-me-out)
22235 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22236 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22237 (feedmail-sender-line, feedmail-from-line)
22238 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22239 (feedmail-spray-this-address)
22240 (feedmail-spray-address-fiddle-plex-list)
22241 (feedmail-queue-use-send-time-for-date)
22242 (feedmail-queue-use-send-time-for-message-id)
22243 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22244 (feedmail-buffer-eating-function):
22245 Doc fixes.
22246 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22247 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22248 (feedmail-message-action-scroll-down): New functions.
22249 (feedmail-queue-directory, feedmail-queue-draft-directory):
22250 Use expand-file-name.
22251 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22252 Remove C-v help entry.
22253 (feedmail-queue-buffer-file-name): New variable.
22254 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22255 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22256 (feedmail-message-action-send-strong, feedmail-message-action-edit)
22257 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22258 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22259 (feedmail-message-action-toggle-spray)
22260 (feedmail-run-the-queue-no-prompts)
22261 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22262 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22263 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22264 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22265 (feedmail-envelope-deducer, feedmail-fiddle-from)
22266 (feedmail-fiddle-sender, feedmail-default-date-generator)
22267 (feedmail-fiddle-date, feedmail-fiddle-message-id)
22268 (feedmail-fiddle-spray-address)
22269 (feedmail-fiddle-list-of-spray-fiddle-plexes)
22270 (feedmail-fiddle-list-of-fiddle-plexes)
22271 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22272 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22273 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22274 Change default. Doc fix.
22275 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22276 (feedmail-binmail-linuxish-template): New constant.
22277 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
22278 Respect feedmail-sendmail-f-doesnt-sell-me-out.
22279 (feedmail-send-it): Add debug call.
22280 Use feedmail-queue-buffer-file-name, and
22281 feedmail-send-it-immediately-wrapper.
22282 (feedmail-message-action-send): Add debug call.
22283 Use feedmail-send-it-immediately-wrapper.
22284 (feedmail-queue-express-to-queue): Add debug call.
22285 Run feedmail-queue-express-hook.
22286 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
22287 (feedmail-message-action-help-blat):
22288 Rename from feedmail-queue-send-edit-prompt-help-first.
22289 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
22290 Check line-endings. Handle errors better.
22291 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22292 Doc fix. Add debug call.
22293 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
22294 Use feedmail-queue-send-edit-prompt-inner.
22295 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22296 (feedmail-queue-send-edit-prompt-inner): New function, extracted
22297 from feedmail-queue-send-edit-prompt.
22298 (feedmail-queue-send-edit-prompt-help)
22299 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22300 (feedmail-tidy-up-slug): Add debug call.
22301 Respect feedmail-queue-slug-suspect-regexp.
22302 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22303 (feedmail-dump-message-to-queue): Add debug call.
22304 Expand queue-directory.
22305 (feedmail-dump-message-to-queue): Change message slightly.
22306 Use feedmail-say-chatter.
22307 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
22308 (feedmail-send-it-immediately-wrapper): New function.
22309 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
22310 Insert empty string rather than newline. Handle full-frame case.
22311 Use catch/throw. Use feedmail-say-chatter.
22312 (feedmail-fiddle-from): Try mail-host-address.
22313 (feedmail-default-message-id-generator): Doc fix.
22314 Bind system-time-locale. Handle missing end.
22315 (feedmail-fiddle-x-mailer): Add debug call.
22316 Handle feedmail-x-mailer-line being nil.
22317 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22318 Add debug call. Use buffer-substring-no-properties.
22319 (feedmail-say-debug, feedmail-say-chatter): New functions.
22320 (feedmail-find-eoh): Give an explicit error.
22321
22322 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
22323
22324 * net/newst-treeview.el (newsticker-treeview-face): Change default
22325 family from helvetica to sans.
22326 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22327 etc/images/newsticker.
22328
22329 * net/newst-reader.el (newsticker-feed-face): Change default
22330 family from helvetica to sans.
22331
22332 * net/newst-plainview.el (newsticker-new-item-face)
22333 (newsticker-old-item-face, newsticker-immortal-item-face)
22334 (newsticker-obsolete-item-face, newsticker-date-face)
22335 (newsticker-statistics-face): Change default family from
22336 helvetica to sans.
22337 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22338 etc/images/newsticker.
22339
22340 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22341 (newsticker--process-auto-mark-filter-match): Tell user about
22342 auto-marking.
22343
22344 2011-05-13 Didier Verna <didier@xemacs.org>
22345
22346 Common Lisp indentation improvements on defmethod and lambda-lists.
22347 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22348 TODO entries.
22349 (lisp-lambda-list-keyword-parameter-indentation)
22350 (lisp-lambda-list-keyword-parameter-alignment)
22351 (lisp-lambda-list-keyword-alignment): New customizable user options.
22352 (lisp-indent-defun-method): Improve docstring.
22353 (extended-loop-p): Fix comment.
22354 (lisp-indent-lambda-list-keywords-regexp): New variable.
22355 (lisp-indent-lambda-list): New function.
22356 (lisp-indent-259): Use it.
22357 (lisp-indent-defmethod): Support for more than one
22358 method qualifier and properly indent methods lambda-lists.
22359 (defgeneric): Provide a missing common-lisp-indent-function property.
22360
22361 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
22362
22363 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22364 bounds for the empty string (bug#8667).
22365
22366 2011-05-13 Glenn Morris <rgm@gnu.org>
22367
22368 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22369
22370 * mail/sendmail.el (sendmail-program): Try executable-find first.
22371 (sendmail-send-it): `sendmail-program' cannot be unbound.
22372
22373 * calendar/appt.el (appt-make-list): Simplify.
22374 (appt-time-msg-list): Doc fix.
22375 (appt-check): Change mode-line message at the time of the appointment.
22376
22377 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
22378
22379 * progmodes/ld-script.el (ld-script-keywords)
22380 (ld-script-builtins): Update keywords list.
22381
22382 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22383
22384 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22385
22386 * shell.el (shell-completion-vars): New function.
22387 (shell-mode):
22388 * simple.el (read-shell-command): Use it.
22389 (blink-matching-open): No need for " [...]" in minibuffer-message.
22390
22391 2011-05-12 Glenn Morris <rgm@gnu.org>
22392
22393 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22394 (appt-check): Simplify.
22395
22396 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22397
22398 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22399 literal "/dev/null".
22400
22401 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22402
22403 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22404 Fix typo.
22405
22406 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22407
22408 * progmodes/which-func.el (which-function):
22409 Use add-log-current-defun instead of add-log-current-defun-function,
22410 which might not be defined (Bug#8260).
22411
22412 2011-05-12 Glenn Morris <rgm@gnu.org>
22413
22414 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22415 Let byte-compile-initial-macro-environment always take precedence.
22416
22417 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22418
22419 * net/rcirc.el: Add support for SSL/TLS connections.
22420 (rcirc-server-alist): New field `encryption'.
22421 (rcirc): Check `encryption' settings.
22422 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22423 Merge make-local-variable into `set'.
22424 (rcirc--connection-open-p): New function.
22425 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22426 the process is not a network process (e.g. running gnutls-cli).
22427 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22428 Make rcirc-(en|de)code-coding-system local here.
22429 (rcirc-mode): Merge make-local-variable into `set'.
22430 (rcirc-parent-buffer): Make permanent buffer-local.
22431 (rcirc-multiline-minor-mode): Don't do it here.
22432 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22433 there's no server buffer.
22434
22435 2011-05-11 Glenn Morris <rgm@gnu.org>
22436
22437 * newcomment.el (comment-kill): Prefix "unused" local.
22438
22439 * term/w32console.el (get-screen-color): Declare.
22440
22441 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22442 Handle symbol elements of byte-compile-initial-macro-environment.
22443
22444 2011-05-10 Leo Liu <sdl.web@gmail.com>
22445
22446 * bookmark.el (bookmark-bmenu-mode-map):
22447 Bind bookmark-bmenu-search to `/'.
22448
22449 * mail/footnote.el: Convert to utf-8 encoding.
22450 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22451 (Footnote-unicode): New function.
22452 (footnote-style-alist): Add unicode style to the list.
22453 (footnote-style): Doc fix.
22454
22455 2011-05-10 Jim Meyering <meyering@redhat.com>
22456
22457 Fix doubled-word typos.
22458 * international/quail.el (quail-insert-kbd-layout): and and -> and
22459 * kermit.el: and and -> and
22460 * net/ldap.el (ldap-search-internal): to to -> to
22461 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22462 * progmodes/js.el (js-mode): and and -> and
22463 * textmodes/artist.el (artist-move-to-xy): at at -> at
22464 (artist-draw-region-trim-line-endings): if if -> if
22465 And Safetyc -> Safety.
22466 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22467
22468 2011-05-10 Glenn Morris <rgm@gnu.org>
22469 Stefan Monnier <monnier@iro.umontreal.ca>
22470
22471 * files.el (hack-one-local-variable-eval-safep):
22472 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22473
22474 2011-05-10 Glenn Morris <rgm@gnu.org>
22475
22476 * calendar/diary-lib.el (diary-list-entries-hook)
22477 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22478 (diary-nongregorian-marking-hook, diary-list-entries)
22479 (diary-include-other-diary-files, diary-mark-entries)
22480 (diary-mark-included-diary-files): Doc fixes.
22481
22482 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22483
22484 * misc.el: Require tabulated-list.el during compilation.
22485
22486 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22487
22488 * progmodes/compile.el (compilation-start):
22489 Run compilation-filter-hook for the async case too.
22490 (compilation-filter-hook): Doc fix.
22491
22492 2011-05-09 Deniz Dogan <deniz@dogan.se>
22493
22494 * wdired.el: Remove outdated installation comment. Fix usage
22495 comment.
22496
22497 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22498
22499 * misc.el: Implement new command `list-dynamic-libraries'.
22500 (list-dynamic-libraries--loaded-only-p): New variable.
22501 (list-dynamic-libraries--refresh): New function.
22502 (list-dynamic-libraries): New command.
22503
22504 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22505
22506 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22507 Fix the ant regexp to handle end-line and end-column info from jikes.
22508 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22509 higher priority to avoid clobbering by gnu.
22510
22511 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22512
22513 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22514 if the face has existing theme settings (Bug#8454).
22515
22516 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22517
22518 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22519 Only match variables declared via `my' or `our' (Bug#8261).
22520
22521 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22522 special file names `.' and `..' (Bug#8259).
22523
22524 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22525
22526 * progmodes/grep.el (grep-mode-font-lock-keywords):
22527 Remove buffer-changing entries.
22528 (grep-filter): New function.
22529 (grep-mode): Add it to compilation-filter-hook.
22530
22531 * progmodes/compile.el (compilation-filter-hook)
22532 (compilation-filter-start): New defvars.
22533 (compilation-filter): Call compilation-filter-hook prior to
22534 updating the process mark.
22535
22536 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22537
22538 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22539
22540 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22541
22542 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22543 mailclient-send-it even if window-system is nil. (Bug#8595)
22544
22545 * term/w32console.el (terminal-init-w32console):
22546 Call get-screen-color and use its output to set the frame
22547 background-mode. (Bug#8597)
22548
22549 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22550
22551 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22552 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22553 New functions.
22554 (defgeneric, eieio--defmethod): Use them.
22555 (eieio-defgeneric): Remove.
22556 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22557
22558 2011-05-07 Glenn Morris <rgm@gnu.org>
22559
22560 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22561 Use let rather than let*.
22562 (timeclock-find-discrep): Remove unused local.
22563
22564 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22565
22566 * calendar/appt.el (appt-time-msg-list): Doc fix.
22567
22568 2011-05-06 Noah Friedman <friedman@splode.com>
22569
22570 * apropos.el (apropos-print-doc): Only use
22571 emacs-lisp-docstring-fill-column when it is bound to an integer,
22572 per that variable's documentation.
22573
22574 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22577 and warnings are not silently discarded (e.g. use -d instead of -P).
22578
22579 2011-05-06 Glenn Morris <rgm@gnu.org>
22580
22581 * calendar/appt.el (appt-message-warning-time): Doc fix.
22582 (appt-warning-time-regexp): New option.
22583 (appt-make-list): Respect appt-message-warning-time.
22584
22585 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22586 New options.
22587 (diary-add-to-list): Strip comments from the displayed string.
22588 (diary-mode): Set comment-start and comment-end.
22589
22590 * vc/diff-mode.el (smerge-refine-subst): Declare.
22591 (diff-refine-hunk): Don't require smerge-mode when compiling.
22592
22593 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22594
22595 * simple.el (list-processes): Return nil as the docstring says.
22596
22597 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22598
22599 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22600 to "".
22601 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22602 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22603 determining of binary transfer. (Bug#7383)
22604
22605 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22606
22607 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22608 Fix port computation bug. (Bug#8618)
22609
22610 2011-05-05 Glenn Morris <rgm@gnu.org>
22611
22612 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22613
22614 * simple.el (shell-dynamic-complete-functions)
22615 (comint-dynamic-complete-functions): Declare.
22616
22617 * net/network-stream.el (gnutls-negotiate):
22618 * simple.el (tabulated-list-print): Fix declarations.
22619
22620 * progmodes/gud.el (syntax-symbol, syntax-point):
22621 Remove unnecessary and incorrect declarations.
22622
22623 * emacs-lisp/check-declare.el (check-declare-scan):
22624 Handle byte-compile-initial-macro-environment in bytecomp.el.
22625
22626 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22627
22628 Fix earlier half-done eieio-defmethod change (bug#8338).
22629 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22630 Streamline and change calling convention.
22631 (defmethod): Adjust accordingly and simplify.
22632 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22633 new eieio--defmethod.
22634 (slot-boundp): Minor CSE simplification.
22635
22636 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22637
22638 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22639 (glasses-make-readable): Use glasses-separate-capital-groups.
22640
22641 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22642
22643 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22644 (warning-series): Doc fix.
22645 (display-warning): Don't try to create the buffer if we just found it.
22646
22647 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22648
22649 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22650 (autoload-find-generated-file): New function.
22651 (generate-file-autoloads): Bind generated-autoload-file to
22652 buffer-file-name.
22653 (update-file-autoloads, update-directory-autoloads):
22654 Use autoload-find-generated-file. If called interactively, prompt for
22655 output file (Bug#7989).
22656 (batch-update-autoloads): Doc fix.
22657
22658 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22659
22660 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22661
22662 2011-05-04 Glenn Morris <rgm@gnu.org>
22663
22664 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22665 function, so it follows changes in calendar-date-style.
22666 (diary-fancy-date-matcher): New function.
22667 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22668 (diary-fancy-font-lock-fontify-region-function):
22669 Use diary-fancy-date-pattern as a function.
22670
22671 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22672 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22673
22674 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22675
22676 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22677 instead of positional arguments. Allow :keylist and :crlfiles
22678 arguments.
22679 (open-gnutls-stream): Call it.
22680
22681 * net/network-stream.el (network-stream-open-starttls): Adjust to
22682 call `gnutls-negotiate' with :process and :hostname arguments.
22683
22684 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22685
22686 * minibuffer.el (completion--message): New function.
22687 (completion--do-completion, minibuffer-complete)
22688 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22689 (completion--do-completion): Don't ignore completion-auto-help when in
22690 icomplete-mode.
22691
22692 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22693 internal encoding (e.g. tibetan zero is not whitespace).
22694 (global-whitespace-mode): Prefer save-current-buffer.
22695 (whitespace-trailing-regexp): Remove useless save-match-data.
22696 (whitespace-empty-at-bob-regexp): Minor simplification.
22697
22698 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22699
22700 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22701
22702 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22703
22704 * textmodes/ispell.el (ispell-add-per-file-word-list):
22705 Use `concat' to create string for insertion.
22706
22707 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22708
22709 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22710 Avoid open-line which runs post-self-insert-hook.
22711 (bibtex-fill-entry): Remove unused `end' var.
22712
22713 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22714
22715 * textmodes/ispell.el (ispell-add-per-file-word-list):
22716 Protect against `nil' value of `comment-start' (Bug#8579).
22717
22718 2011-05-03 Leo Liu <sdl.web@gmail.com>
22719
22720 * isearch.el (isearch-yank-pop): New command.
22721 (isearch-mode-map): Bind it to `M-y'.
22722 (isearch-forward): Mention it.
22723
22724 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22725
22726 * simple.el (minibuffer-complete-shell-command): Remove.
22727 (minibuffer-local-shell-command-map): Use completion-at-point.
22728 (read-shell-command): Setup completion vars here instead.
22729 (read-expression-map): Bind TAB to symbol completion.
22730
22731 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22732 error directly rather via storing it into `results'.
22733
22734 2011-05-02 Leo Liu <sdl.web@gmail.com>
22735
22736 * vc/diff.el: Fix description.
22737
22738 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22739
22740 * server.el (server-eval-at): New function.
22741
22742 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22743
22744 * net/network-stream.el (open-network-stream): Take a :nowait
22745 parameter and pass it on to `make-network-process'.
22746 (network-stream-open-plain): Ditto.
22747
22748 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22749
22750 * faces.el (face-spec-set-match-display): Don't match toolkit
22751 options on terminal frames.
22752
22753 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22754
22755 * progmodes/pascal.el: Use lexical binding.
22756 (pascal-mode-map): Remove author preferences.
22757
22758 * pcomplete.el (pcomplete-std-complete): Don't abuse
22759 completion-at-point.
22760
22761 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22762
22763 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22764 removing code that has been dead since 1991 or so.
22765
22766 * startup.el (command-line): When warning about "_emacs", use a
22767 delayed warning to allow the user to filter it out.
22768
22769 2011-04-28 Deniz Dogan <deniz@dogan.se>
22770
22771 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22772 user has not joined.
22773
22774 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22775
22776 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22777 aren't any completions at point.
22778
22779 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22780
22781 * subr.el (display-delayed-warnings): New function.
22782 (delayed-warnings-hook): New variable.
22783
22784 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22785
22786 * minibuffer.el (completion-at-point, completion-help-at-point):
22787 Don't presume that a given completion-at-point-function will always
22788 use the same calling convention.
22789
22790 * pcomplete.el (pcomplete-completions-at-point):
22791 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22792 pcomplete-seen is non-nil.
22793 (pcomplete-comint-setup): Also recognize the new comint/shell
22794 completion functions.
22795 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22796 pcomplete-seen is non-nil.
22797
22798 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22799
22800 * calendar/icalendar.el (diary-lib): Add require statement.
22801 (icalendar--create-uid): Read out a uid from a text-property on
22802 the first character in the entry. This allows for code to add its
22803 own uid to the entry.
22804 (icalendar--convert-float-to-ical): Add export of
22805 `diary-float'-entries save for those with the optional DAY
22806 argument.
22807
22808 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22809
22810 * subr.el (shell-quote-argument): Use alternate escaping strategy
22811 when we spot a variable reference in a string.
22812
22813 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22814
22815 * cus-start.el (all): Define customization for debug-on-event.
22816
22817 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22818
22819 * subr.el (shell-quote-argument): Escape correctly under Windows.
22820
22821 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22822
22823 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22824
22825 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22826
22827 * net/tramp.el (tramp-process-actions): Add POS argument.
22828 Delete region between POS and (pos).
22829
22830 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22831 Use `nil' position in `tramp-process-actions' call.
22832 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22833
22834 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22835 position in `tramp-process-actions' call.
22836
22837 * net/trampver.el: Update release number.
22838
22839 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22840
22841 * custom.el (defcustom): Obey lexical-binding.
22842
22843 Fix octave-inf completion problems reported by Alexander Klimov.
22844 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22845 Inherit from octave-mode-syntax-table.
22846 (inferior-octave-mode): Set info-lookup-mode.
22847 (inferior-octave-completion-at-point): New function.
22848 (inferior-octave-complete): Use it and completion-in-region.
22849 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22850 comint-filename-completion.
22851 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22852 symbol elements which shouldn't be word elements.
22853 (octave-font-lock-keywords, octave-beginning-of-defun)
22854 (octave-function-header-regexp): Adjust regexps accordingly.
22855 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22856
22857 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22858
22859 * net/gnutls.el (gnutls-errorp): Declare before first use.
22860
22861 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22862
22863 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22864 verify-error, and verify-hostname-error parameters. Check whether
22865 default trustfile exists before going to use it. Add missing
22866 argument to gnutls-message-maybe call. Return value.
22867 Reported by Claudio Bley <claudio.bley@gmail.com>.
22868 (open-gnutls-stream): Add usage example.
22869
22870 * net/network-stream.el (network-stream-open-starttls): Give host
22871 parameter to `gnutls-negotiate'.
22872 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22873 * subr.el (shell-quote-argument): Escape correctly under Windows.
22874
22875 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22876
22877 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22878 Use correct match group (bug#8438).
22879
22880 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22881
22882 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22883 (package-menu--generate): New arg specifying packages to show.
22884 (package-menu-refresh, package-menu-execute, list-packages):
22885 Callers changed.
22886 (package-show-package-list): New function, replacing deleted
22887 package--list-packages (renamed because it is non-internal).
22888
22889 * finder.el (finder-list-matches): Use package-show-package-list
22890 instead of deleted package--list-packages.
22891
22892 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22893 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22894 (vc-annotate-mode-map): Bind it to RET.
22895
22896 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22897
22898 * progmodes/etags.el (next-file): Don't use set-buffer to change
22899 buffers (Bug#8478).
22900
22901 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22902
22903 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22904
22905 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22906 (apropos-accumulator): Doc fix.
22907 (apropos-function, apropos-macro, apropos-command)
22908 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22909 (apropos-plist): Add face property.
22910 (apropos-symbols-internal): Fix indentation.
22911 (apropos-print): Simplify help, and recognize apropos-multi-type.
22912 (apropos-print-doc): Use button-type-get to extract the button's
22913 face property. Fill docstring (Bug#8352).
22914
22915 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22916
22917 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22918
22919 * play/mpuz.el (mpuz-silent): Doc fix.
22920 (mpuz-mode-map): Use mapc.
22921 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22922 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22923 Fix typos in docstrings.
22924
22925 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22926 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22927
22928 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22929
22930 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22931
22932 * minibuffer.el (completion--do-completion): Avoid the "Next char
22933 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22934
22935 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22936 mouse-2 into unread-command-events, it is interpreted correctly.
22937
22938 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22939 (image-toggle-display): Doc fix.
22940
22941 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22942
22943 * textmodes/page.el (what-page): Use line-number-at-pos to
22944 calculate line number (Bug#6825).
22945
22946 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22947
22948 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22949 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22950 Pass argument NO-DEFAULT to `find-tag-interactive'.
22951
22952 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22953
22954 Lexical-binding cleanup.
22955
22956 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22957 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22958 * progmodes/ada-prj.el (ada-prj-initialize-values)
22959 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22960 (ada-prj-show-value):
22961 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22962 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22963 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22964 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22965 * progmodes/bug-reference.el (bug-reference-push-button):
22966 * progmodes/fortran.el (fortran-line-length):
22967 * progmodes/glasses.el (glasses-change):
22968 * progmodes/octave-mod.el (octave-fill-paragraph):
22969 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22970 (python-pdbtrack-grub-for-buffer, python-sentinel):
22971 * progmodes/sql.el (sql-save-connection):
22972 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22973 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22974 Mark unused parameters.
22975
22976 * progmodes/compile.el (compilation--flush-directory-cache)
22977 (compilation--flush-parse, compile-internal): Mark unused parameters.
22978 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22979 (compilation-next-error-function): Remove unused variable `timestamp'.
22980
22981 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22982 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22983
22984 * progmodes/dcl-mode.el (dcl-end-of-command):
22985 Remove unused variable `start'.
22986 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22987 (dcl-option-value-basic, dcl-option-value-offset)
22988 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22989 Mark unused parameters.
22990 (dcl-save-local-variable): Remove unused variable `val'.
22991 (mode): Declare.
22992
22993 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22994 Mark unused parameters.
22995 (delphi-ignore-changes): Move before first use.
22996 (delphi-charset-token-at): Remove unused variable `start'.
22997 (delphi-else-start): Remove unused variable `if-count'.
22998 (delphi-comment-block-start, delphi-comment-block-end):
22999 Remove unused variable `kind'.
23000 (delphi-indent-line): Remove unused variable `new-point'.
23001
23002 * progmodes/ebrowse.el (ebrowse-files-list)
23003 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23004 Mark unused parameters. Don't quote `lambda'.
23005 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23006 Don't quote `lambda'.
23007 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23008 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23009 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23010 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23011 Use `ignore-errors'.
23012 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23013 (ebrowse-view/find-file-and-search-pattern)
23014 (ebrowse-view/find-member-declaration/definition):
23015 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23016 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23017 Rename parameter PREFIX-ARG to PREFIX.
23018 (ebrowse-tags-read-name): Remove unused variables `start' and
23019 `member-info'.
23020 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23021 to `tags-file'.
23022
23023 * progmodes/etags.el (local-find-tag-hook): Declare.
23024 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23025 Mark unused parameters.
23026
23027 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23028 (executable-interpret): Mark unused parameter.
23029
23030 * progmodes/flymake.el (flymake-process-sentinel)
23031 (flymake-after-change-function)
23032 (flymake-create-temp-with-folder-structure)
23033 (flymake-get-include-dirs-dot): Mark unused parameters.
23034 (flymake-safe-delete-directory): Remove unused variable `err'.
23035
23036 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23037 (speedbar-timer-fn, speedbar-line-text)
23038 (speedbar-change-expand-button-char, speedbar-delete-subblock)
23039 (speedbar-center-buffer-smartly): Declare functions.
23040 (gdb-find-watch-expression): Remove unused variable `array'.
23041 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23042 (gdb-starting): Mark unused parameters.
23043 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23044 (gdb-table-string): Remove unused variable `res'.
23045 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23046 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23047 (gdb-display-buffer): Remove unused variable `cur-size'.
23048
23049 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23050 allow lexical-binding compilation.
23051 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23052 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23053 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23054 Mark unused parameters.
23055 (gud-gdb-marker-filter): Remove unused variable `match'.
23056 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23057 lambda expressions and funcall them, instead of using `fset'.
23058
23059 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23060 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23061
23062 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23063 variable `header-beg'; use `let'.
23064
23065 * progmodes/icon.el (indent-icon-exp): Remove unused variables
23066 `restart', `last-sexp' and `at-do'.
23067
23068 * progmodes/js.el (js--debug): Mark unused parameter.
23069 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23070 (js--splice-into-items): Remove unused variable `item'.
23071 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23072
23073 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23074 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23075 (makefile-complete): Remove unused variable `try'.
23076 (makefile-fill-paragraph, makefile-match-function-end):
23077 Mark unused parameters.
23078
23079 * progmodes/octave-inf.el (inferior-octave-complete):
23080 Remove unused variable `proc'.
23081 (inferior-octave-output-digest): Mark unused parameter.
23082
23083 * progmodes/perl-mode.el (perl-calculate-indent):
23084 Remove unused variable `err'.
23085
23086 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23087 (prolog-indent-line): Mark unused parameters.
23088 (prolog-indent-line): Remove unused variable `beg'.
23089
23090 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23091 (reporter-dont-compact-list): Declare.
23092
23093 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23094 Remove unused variable `char'.
23095 (sh-debug): Mark unused parameter.
23096 (sh-get-indent-info): Remove unused variable `start'.
23097 (sh-calculate-indent): Remove unused variable `var'.
23098
23099 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23100 (simula-electric-keyword): Remove unused variable `null'.
23101 (simula-search-backward, simula-search-forward): Remove unused
23102 variables `begin' and `end'.
23103
23104 * progmodes/vera-mode.el (vera-guess-basic-syntax):
23105 Remove unused variable `pos'.
23106 (vera-electric-tab, vera-comment-uncomment-region):
23107 Mark unused parameters.
23108 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23109
23110 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
23111
23112 * emacs-lisp/package.el (package--builtins, package-alist)
23113 (package-load-descriptor, package-built-in-p, package-activate)
23114 (define-package, package-installed-p)
23115 (package-compute-transaction, package-buffer-info)
23116 (package--push): Doc fix. Distinguish more clearly between
23117 version strings and version lists.
23118
23119 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
23120
23121 Lexical-binding cleanup.
23122
23123 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23124 (5x5-make-mutate-best):
23125 * play/fortune.el (fortune-in-buffer):
23126 * play/gomoku.el (gomoku-init-display):
23127 * play/solitaire.el (solitaire, solitaire-do-check):
23128 * play/tetris.el (tetris-default-update-speed-function):
23129 Mark unused parameters.
23130
23131 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23132 (bubbles--shift): Remove unused variable `char-org'.
23133 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
23134 (bubbles--show-images): Remove unused variable `char'.
23135
23136 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23137 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23138 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23139 (decipher-analyze-buffer): Use ?\s.
23140 (decipher-make-checkpoint): Remove unused variable `mapping'.
23141
23142 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23143
23144 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23145 Remove unused variable `result'; use `let'.
23146
23147 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23148 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23149 (gametree-children-shown-p, gametree-compute-reduced-score):
23150 Use `ignore-errors'.
23151
23152 * play/handwrite.el (ps-lpr-switches): Declare.
23153 (handwrite): Remove unused variables `pmin' and `lastp'.
23154
23155 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23156
23157 * play/landmark.el (landmark-init-display)
23158 (landmark-update-naught-weights): Mark unused parameters.
23159 (landmark-y): Remove unused variable `noise'. Simplify.
23160 (landmark-human-plays): Remove unused variable `score'.
23161
23162 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23163 (mpuz-try-proposal): Remove unused variable `game'.
23164
23165 * play/zone.el (life-patterns): Declare.
23166
23167 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
23168
23169 * vc/vc.el (ediff-vc-internal): Declare function.
23170
23171 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23172
23173 * shell.el: Use lexical-binding and std completion UI.
23174 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23175 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23176 comint-preoutput-filter-functions rather than on
23177 comint-output-filter-functions.
23178 (shell-command-completion, shell--command-completion-data)
23179 (shell-filename-completion, shell-environment-variable-completion)
23180 (shell-c-a-p-replace-by-expanded-directory): New functions.
23181 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23182 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23183 (shell-dynamic-complete-environment-variable): Use them.
23184 (shell-dynamic-complete-as-environment-variable)
23185 (shell-dynamic-complete-as-command): Remove.
23186 (shell-match-partial-variable): Match past point.
23187 * comint.el: Clean up use of completion-at-point-functions.
23188 (comint-completion-at-point): New function.
23189 (comint-mode): Use it completion-at-point-functions.
23190 (comint-dynamic-complete): Make it obsolete.
23191 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23192 (comint-c-a-p-replace-by-expanded-history): New function.
23193 (comint-dynamic-complete-functions)
23194 (comint-replace-by-expanded-history): Use it.
23195 * minibuffer.el (completion-table-with-terminator): Allow dynamic
23196 termination strings. Try harder to avoid second try-completion.
23197 (completion-in-region-mode-map): Disable bindings that don't work yet.
23198
23199 * comint.el: Use lexical-binding. Require CL.
23200 (comint-dynamic-complete-functions): Use comint-filename-completion.
23201 (comint-completion-addsuffix): Tweak custom type.
23202 (comint-filename-completion, comint--common-suffix)
23203 (comint--common-quoted-suffix, comint--table-subvert)
23204 (comint--complete-file-name-data): New functions.
23205 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23206 (comint-dynamic-list-filename-completions): Use them.
23207 (comint-dynamic-simple-complete): Make obsolete.
23208
23209 * minibuffer.el (completion-in-region-mode):
23210 Keep completion-in-region-mode--predicate global.
23211 (completion-in-region--postch):
23212 Assume completion-in-region-mode--predicate is not null.
23213
23214 * progmodes/flymake.el (flymake-start-syntax-check-process):
23215 Obey `dir'. Simplify.
23216
23217 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23218 we're in VC after all.
23219
23220 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
23221
23222 * vc/vc.el (vc-diff-build-argument-list-internal)
23223 (vc-version-ediff, vc-ediff): New commands.
23224 (vc-version-diff): Use vc-diff-build-argument-list-internal.
23225
23226 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23227
23228 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23229 add sanity check.
23230
23231 * obsolete/erc-hecomplete.el: Make obsolete.
23232 * obsolete/: Standardize obsolescence info in the header.
23233
23234 2011-04-20 Glenn Morris <rgm@gnu.org>
23235
23236 * calendar/solar.el (solar-horizontal-coordinates):
23237 Use the longitude argument rather than `calendar-longitude'.
23238 (solar-date-next-longitude): Remove unused locals.
23239
23240 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23241
23242 * whitespace.el: New version 13.2.1.
23243
23244 2011-04-20 felix <EmacsWiki> (tiny change)
23245
23246 * whitespace.el (global-whitespace-mode): Keep highlight when
23247 switching between major modes on a file.
23248
23249 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23250
23251 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23252 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23253 multi-line comments as well.
23254
23255 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
23256
23257 Lexical-binding cleanup.
23258
23259 * arc-mode.el (archive-mode-revert):
23260 * cmuscheme.el (scheme-interactively-start-process):
23261 * custom.el (custom-initialize-delay):
23262 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23263 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23264 * emacs-lock.el (emacs-lock-clear-sentinel):
23265 * ezimage.el (defezimage):
23266 * follow.el (follow-avoid-tail-recenter):
23267 * fringe.el (set-fringe-mode-1):
23268 * generic-x.el (bat-generic-mode-compile):
23269 * help-mode.el (help-info-variable, help-do-xref)
23270 (help-mode-revert-buffer):
23271 * help.el (view-emacs-todo):
23272 * iswitchb.el (iswitchb-completion-help):
23273 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23274 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23275 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23276 * locate.el (locate-update):
23277 * longlines.el (longlines-encode-region)
23278 (longlines-after-change-function):
23279 * outline.el (outline-isearch-open-invisible):
23280 * ps-def.el (declare-function, charset-dimension, char-width)
23281 (encode-char):
23282 * ps-mule.el (ps-mule-plot-string):
23283 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23284 (recentf-edit-list-select, recentf-edit-list-validate)
23285 (recentf-open-files-action):
23286 * rect.el (delete-whitespace-rectangle-line)
23287 (rectangle-number-line-callback):
23288 * register.el (window-configuration-to-register)
23289 (frame-configuration-to-register):
23290 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23291 * select.el (xselect-convert-to-string, xselect-convert-to-length)
23292 (xselect-convert-to-targets, xselect-convert-to-delete)
23293 (xselect-convert-to-filename, xselect-convert-to-charpos)
23294 (xselect-convert-to-lineno, xselect-convert-to-colno)
23295 (xselect-convert-to-os, xselect-convert-to-host)
23296 (xselect-convert-to-user, xselect-convert-to-class)
23297 (xselect-convert-to-name, xselect-convert-to-integer)
23298 (xselect-convert-to-atom, xselect-convert-to-identity):
23299 * subr.el (declare, ignore, process-kill-without-query)
23300 (text-clone-maintain):
23301 * terminal.el (te-get-char, te-tic-sentinel):
23302 * tool-bar.el (tool-bar-make-keymap):
23303 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23304 * type-break.el (type-break-mode, type-break-noninteractive-query):
23305 * view.el (View-back-to-mark):
23306 * wid-browse.el (widget-browse-action, widget-browse-widget)
23307 (widget-browse-widgets, widget-browse-sexp):
23308 * widget.el (define-widget-keywords):
23309 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23310 Mark unused parameters.
23311
23312 * align.el (align-adjust-col-for-rule): Mark unused parameter.
23313 (align-areas): Remove unused variable `look'.
23314 (align-region): Remove unused variables `real-end' and `pos-list'.
23315
23316 * apropos.el (apropos-score-doc): Remove unused variable `i'.
23317
23318 * bindings.el (mode-line-modified, mode-line-remote):
23319 Mark unused parameters.
23320 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23321
23322 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23323 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23324
23325 * comint.el (comint-history-isearch-pop-state)
23326 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23327 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23328 (comint-substitute-in-file-name): Doc fix.
23329
23330 * completion.el (cmpl-statistics-block): Mark unused parameter.
23331 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23332 (save-completions-to-file, load-completions-from-file):
23333 Remove unused local variable `e'.
23334
23335 * composite.el (compose-chars): Remove unused variable `len'.
23336 (lgstring-insert-glyph): Remove unused variable `g'.
23337 (compose-glyph-string): Remove unused variables `ascent',
23338 `descent', `lbearing' and `rbearing'.
23339 (compose-glyph-string-relative): Remove unused variables
23340 `lbearing', `rbearing' and `wadjust'.
23341 (compose-gstring-for-graphic): Remove unused variables `header',
23342 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
23343 (compose-gstring-for-terminal): Remove unused variables `header'
23344 and `nchars'. Use `let', not `let*'.
23345
23346 * cus-edit.el (Custom-set, Custom-save, custom-reset)
23347 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23348 (Custom-buffer-done, custom-buffer-create-internal)
23349 (custom-browse-visibility-action, custom-browse-group-tag-action)
23350 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23351 (widget-magic-mouse-down-action, custom-toggle-parent)
23352 (custom-add-parent-links, custom-toggle-hide-variable)
23353 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23354 (custom-toggle-hide-face, face, hook, custom-group-link-action)
23355 (custom-face-menu-create, custom-variable-menu-create, get)
23356 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23357 (custom-reset-standard-save-and-update): Remove unused variable `value'.
23358 (customize-apropos): Remove unused variable `tests'.
23359 (custom-group-value-create): Remove unused variable `hidden-p'.
23360 (sort-fold-case): Declare.
23361
23362 * cus-theme.el (custom-reset-standard-faces-list)
23363 (custom-reset-standard-variables-list): Declare.
23364 (customize-create-theme, custom-theme-revert, custom-theme-write)
23365 (custom-theme-choose-mode, customize-themes, custom-theme-save):
23366 Mark unused parameters.
23367
23368 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23369
23370 * delim-col.el (delimit-columns-max): Move defvar before first use.
23371
23372 * descr-text.el (describe-char-categories): Don't quote `lambda'.
23373 (describe-char): Don't quote `lambda'. Mark unused parameter.
23374
23375 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23376 (auto-insert): Declare.
23377 (desktop-restore-file-buffer): Rename desktop-* parameters;
23378 mark unused ones.
23379 (desktop-create-buffer): Rename desktop-* parameters and bind them.
23380 (desktop-buffer): Rename desktop-* parameters.
23381
23382 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23383 (dframe-reposition-frame-xemacs, dframe-help-echo)
23384 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23385 Mark unused parameters.
23386
23387 * dired-aux.el (backup-extract-version-start, overwrite-query)
23388 (overwrite-backup-query, rename-regexp-query)
23389 (rename-non-directory-query): Declare.
23390 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23391 (dired-add-entry): Remove unused variable `orig-file-name'.
23392 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23393 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23394 `dired-copy-preserve-time' directly.
23395 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23396 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23397
23398 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23399 (dired-virtual-revert, dired-make-relative-symlink):
23400 Mark unused parameters.
23401 (manual-program): Declare.
23402 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23403 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23404 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23405
23406 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23407
23408 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23409
23410 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23411 Declare.
23412
23413 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23414
23415 * electric.el (Electric-command-loop): Rename parameter
23416 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23417
23418 * expand.el (expand-in-literal): Remove unused variable `here'.
23419
23420 * facemenu.el (facemenu-add-new-color):
23421 Remove unused variable `docstring'.
23422
23423 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23424 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23425 (face-attr-construct): Mark unused parameter. Doc fix.
23426 (read-color): Remove unused variable `hex-string'.
23427
23428 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23429 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23430 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23431 (display-buffer-other-frame): Remove unused variable `old-window'.
23432 (kill-buffer-hook): Declare.
23433 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23434 Mark unused parameters.
23435 (after-find-file): Pass 1 to `auto-save-mode', not t.
23436
23437 * files-x.el (auto-insert): Declare.
23438 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23439
23440 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23441 variable `buf'. Mark unused parameter.
23442 (find-lisp-insert-directory): Mark unused parameter.
23443
23444 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23445 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23446 (format-common-tail): Remove, unused.
23447 (format-deannotate-region): Remove unused variable `loc'.
23448 (format-annotate-region): Remove unused variable `p'.
23449 (format-annotate-single-property-change): Remove unused variables
23450 `default' and `tail'.
23451
23452 * forms.el (read-file-filter): Declare.
23453 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23454
23455 * frame.el (frame-creation-function-alist): Mark unused parameter.
23456 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23457
23458 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23459 Remove unused parameters.
23460 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23461 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23462
23463 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23464 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23465 (hfy-prepare-tag-map): Mark unused parameters.
23466 (htmlfontify-buffer): Use `called-interactively-p'.
23467
23468 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23469 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23470 (ibuffer-do-occur): Mark unused parameters.
23471 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23472 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23473
23474 * ibuffer.el: Don't quote `lambda'.
23475 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23476 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23477 Mark unused parameters.
23478
23479 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23480 (ido-completing-read): Mark unused parameters.
23481 (ido-copy-current-word): Mark unused parameters;
23482 remove unused variable `name'.
23483 (ido-sort-merged-list): Remove unused parameter `dirs'.
23484
23485 * ielm.el (ielm-input-sender): Mark unused parameter.
23486 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23487 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23488 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23489 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23490 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23491
23492 * image-dired.el (image-dired-display-thumbs): Remove unused
23493 variables `curr-file' and `count'.
23494 (image-dired-remove-tag): Remove unused variable `start'.
23495 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23496 variable `curr-file'
23497 (image-dired-rotate-original): Remove unused variable `temp-file'.
23498 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23499 Remove unused variable `file'.
23500 (image-dired-gallery-generate): Remove unused variable `curr'.
23501 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23502
23503 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23504
23505 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23506
23507 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23508
23509 * isearch.el (minibuffer-history-symbol): Declare.
23510 (isearch-edit-string): Remove unused variable `err'.
23511 (isearch-message-prefix, isearch-message-suffix):
23512 Mark unused parameters.
23513
23514 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23515
23516 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23517
23518 * makesum.el (double-column): Remove unused variable `cnt'.
23519
23520 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23521 (ido-ignore-item-temp-list): Declare.
23522
23523 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23524 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23525 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23526 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23527 `mouse-col-delta'.
23528
23529 * mouse-sel.el (mouse-extend-internal):
23530 Remove unused variable `orig-window-frame'.
23531
23532 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23533 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23534 Move declarations before first use.
23535 (pcomplete-opt): Mark unused parameters; doc fix.
23536
23537 * proced.el (proced-revert): Mark unused parameter.
23538 (proced-send-signal): Remove unused variable `err'.
23539
23540 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23541 Rename parameter PREFIX-ARG to ARG.
23542 (ps-basic-plot-string, ps-basic-plot-whitespace):
23543 Mark unused parameters.
23544
23545 * replace.el (replace-count): Define.
23546 (occur-revert-function): Mark unused parameters.
23547 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23548 (isearch-case-fold-search, isearch-string): Declare.
23549 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23550 bind `case-fold-search'. Remove unused variables `beg' and `end',
23551 and simplify.
23552 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23553 COUNT and bind `replace-count'.
23554 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23555 to COUNT.
23556
23557 * savehist.el (print-readably, print-string-length): Declare.
23558
23559 * shadowfile.el (shadow-expand-cluster-in-file-name):
23560 Remove unused variable `cluster'.
23561 (shadow-copy-file): Remove unused variable `i'.
23562 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23563 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23564 (shadow-define-literal-group, shadow-define-regexp-group)
23565 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23566
23567 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23568 (shell): Use `called-interactively-p'.
23569 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23570
23571 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23572 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23573 (delete-backward-char): Remove unused variable `ocol'.
23574 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23575 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23576 (event-apply-hyper-modifier, event-apply-shift-modifier)
23577 (event-apply-control-modifier, event-apply-meta-modifier):
23578 Mark unused parameters.
23579 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23580 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23581
23582 * speedbar.el (speedbar-ignored-directory-expressions)
23583 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23584 (speedbar-find-file, speedbar-dir-follow)
23585 (speedbar-directory-buttons-follow, speedbar-tag-find)
23586 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23587 (speedbar-buffers-line-directory, speedbar-buffer-click):
23588 Mark unused parameters.
23589 (speedbar-tag-file): Remove unused variable `mode'.
23590 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23591
23592 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23593
23594 * talk.el (talk): Remove unused variable `display'.
23595
23596 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23597 (tar-write-region-annotate): Mark unused parameter.
23598
23599 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23600 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23601 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23602 warning by another.
23603
23604 * time-stamp.el (time-stamp-string-preprocess):
23605 Remove unused variable `require-padding'.
23606
23607 * tree-widget.el (widget-glyph-enable): Declare.
23608 (tree-widget-action): Mark unused parameter.
23609
23610 * w32-fns.el (x-get-selection): Mark unused parameter.
23611 (autoload-make-program, generated-autoload-file): Declare.
23612
23613 * wdired.el (wdired-revert): Mark unused parameters.
23614 (wdired-xcase-word): Remove unused variable `err'.
23615
23616 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23617 (whitespace-help-scroll): Remove unused variable `data-help'.
23618
23619 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23620 (widget-image-insert, widget-after-change, default)
23621 (widget-default-format-handler, widget-default-notify)
23622 (widget-default-prompt-value, widget-info-link-action)
23623 (widget-url-link-action, widget-function-link-action)
23624 (widget-variable-link-action, widget-file-link-action)
23625 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23626 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23627 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23628 (widget-insert-button-action, widget-delete-button-action, visibility)
23629 (widget-documentation-link-action, widget-documentation-string-action)
23630 (widget-const-prompt-value, widget-regexp-match, symbol)
23631 (widget-coding-system-prompt-value)
23632 (widget-key-sequence-value-to-external, sexp)
23633 (widget-sexp-value-to-internal, character, vector, cons)
23634 (widget-choice-prompt-value, widget-boolean-prompt-value)
23635 (widget-color--choose-action): Mark unused parameters.
23636 (widget-item-match-inline, widget-choice-match-inline)
23637 (widget-checklist-match, widget-checklist-match-inline)
23638 (widget-group-match): Rename parameter VALUES to VALS.
23639 (widget-field-value-set): Remove unused variable `size'.
23640 (widget-color-action): Remove unused variables `value' and `start'.
23641
23642 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23643 variable `dir'. Doc fix.
23644 (windmove-find-other-window): Don't pass it.
23645
23646 * window.el (count-windows): Mark unused parameter.
23647 (bw-adjust-window): Remove unused variable `err'.
23648
23649 * woman.el (woman-file-name): Remove unused variable `default'.
23650 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23651 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23652 (global-font-lock-mode): Declare.
23653 (woman-decode-region): Mark unused parameter.
23654 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23655
23656 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23657 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23658 (x-dnd-handle-moz-url): Remove unused variable `title'.
23659 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23660
23661 * xml.el (xml-parse-tag, xml-parse-attlist):
23662 Remove unused variable `pos'.
23663
23664 2011-04-19 Glenn Morris <rgm@gnu.org>
23665
23666 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23667 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23668 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23669 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23670 * calendar/cal-html.el (cal-html-insert-minical):
23671 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23672 (calendar-mark-date-pattern):
23673 Prefix "unused" locals.
23674
23675 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23676 optional argument `style'.
23677
23678 * calendar/appt.el (appt-make-list):
23679 * calendar/cal-china.el (calendar-chinese-date-string):
23680 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23681 (diary-hebrew-yahrzeit):
23682 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23683 * calendar/calendar.el (calendar-generate-window):
23684 * calendar/time-date.el (time-to-days):
23685 Remove unused local variables.
23686
23687 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23688
23689 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23690 glyphless-char-display table.
23691 (tabulated-list-glyphless-char-display): New var.
23692
23693 2011-04-18 Sam Steingold <sds@gnu.org>
23694
23695 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23696 to acknowledgments.
23697
23698 2011-04-17 Glenn Morris <rgm@gnu.org>
23699
23700 * calendar/diary-lib.el (diary-sexp-entry):
23701 * calendar/holidays.el (holiday-sexp):
23702 Set debug-on-error rather than the removed stack-trace-on-error.
23703
23704 2011-04-16 Glenn Morris <rgm@gnu.org>
23705
23706 * progmodes/f90.el: Use lexical-binding.
23707 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23708
23709 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23710
23711 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23712 (mail-mode): Setup mailalias completion here instead.
23713 * mail/mailalias.el: Use lexical-binding.
23714 (pattern, mailalias-done): Declare dynamic.
23715 (mail-completion-at-point-function): New function, from mail-complete.
23716 (mail-complete): Use it.
23717 (mail-completion-expand): New function.
23718 (mail-get-names): Use it.
23719 (mail-directory, mail-directory-process, mail-directory-stream):
23720 Don't use `pattern' for lexically bound arg.
23721
23722 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23723
23724 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23725 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23726 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23727
23728 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23729 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23730 (byte-interactive-p): Define them again, for use when inlining
23731 old code.
23732
23733 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23734
23735 * loadup.el: Use `string-to-number', not `string-to-int'.
23736
23737 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23738
23739 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23740 gud-gdb-complete-command.
23741 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23742 (gud-gdb-completion-at-point): New function.
23743 (gud-gdb-completions): Remove.
23744
23745 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23746
23747 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23748 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23749 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23750 whether `executable-find' is bound.
23751
23752 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23753
23754 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23755
23756 * minibuffer.el (completion-in-region-mode-predicate)
23757 (completion-in-region-mode--predicate): New vars.
23758 (completion-in-region, completion-in-region--postch)
23759 (completion-in-region-mode): Use them.
23760 (completion--capf-wrapper): Also return the hook function.
23761 (completion-at-point, completion-help-at-point):
23762 Adjust and provide a predicate.
23763
23764 Preserve arg names for advice of subr and lexical functions (bug#8457).
23765 * help-fns.el (help-function-arglist): Consolidate the subr and
23766 new-byte-code cases. Add argument `preserve-names' to extract names
23767 from the docstring when needed.
23768 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23769 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23770 (ad-arglist): Use help-function-arglist's new arg.
23771 (ad-definition-type): Use cond.
23772
23773 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23774
23775 * autorevert.el (auto-revert-handler):
23776 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23777 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23778 Don't quote lambda.
23779
23780 * image-mode.el (image-transform-set-scale):
23781 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23782
23783 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23784
23785 * net/network-stream.el (network-stream-open-starttls): Only do
23786 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23787 Upgrades via gnutls-cli are too slow to be done opportunistically.
23788
23789 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23790
23791 * dframe.el (dframe-current-frame): Remove spurious quote.
23792
23793 2011-04-12 Glenn Morris <rgm@gnu.org>
23794
23795 * calendar/cal-tex.el (cal-tex-end-document):
23796 Try to automatically use latin1 input if needed.
23797
23798 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23799 Don't try to cons a mark onto an empty element.
23800
23801 2011-04-11 Leo Liu <sdl.web@gmail.com>
23802
23803 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23804 buffers.
23805 (ido-kill-buffer-at-head): Support killing virtual buffers.
23806
23807 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23808
23809 * minibuffer.el (completion-show-inline-help): New var.
23810 (completion--do-completion, minibuffer-complete)
23811 (minibuffer-force-complete, minibuffer-complete-word):
23812 Inhibit minibuffer messages if completion-show-inline-help is nil.
23813
23814 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23815 to avoid interference from inline help (Bug#5849).
23816
23817 2011-04-10 Leo Liu <sdl.web@gmail.com>
23818
23819 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23820 Fix typo.
23821
23822 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23823
23824 * image-mode.el (image-toggle-display-image): Signal an error if
23825 not in Image mode.
23826 (image-transform-mode, image-transform-resize)
23827 (image-transform-set-rotation): Doc fix.
23828 (image-transform-set-resize): Delete.
23829 (image-transform-set-scale, image-transform-fit-to-height)
23830 (image-transform-fit-to-width): Handle image-toggle-display-image
23831 and image-transform-resize directly.
23832
23833 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23834
23835 * doc-view.el (doc-view-fit-width-to-window)
23836 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23837 New functions for fitting the shown image to the Emacs window size.
23838 (doc-view-mode-map): Add bindings for the new functions.
23839
23840 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23841
23842 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23843 Fix typo in docstring.
23844
23845 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23846
23847 * files.el (file-size-human-readable): Produce one digit after
23848 decimal, like "ls -lh" does.
23849
23850 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23851 the file size representation.
23852
23853 * simple.el (list-processes): If async subprocesses are not
23854 available, error out with a clear error message.
23855
23856 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23857
23858 * help.el (help-form-show): New function, to be called from C.
23859 Put help-form output in a buffer named differently than *Help*.
23860
23861 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23862
23863 * files.el (file-size-human-readable): New function.
23864
23865 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23866 computing the representation inline. Don't require `cl'.
23867
23868 2011-04-08 Glenn Morris <rgm@gnu.org>
23869
23870 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23871
23872 * net/browse-url.el (browse-url-firefox):
23873 Test system-type, not system-configuration.
23874
23875 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23876 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23877 Use log-edit-empty-buffer-p. (Bug#7598)
23878
23879 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23880 (rlogin-mode-map): Initialize in the defvar.
23881 (rlogin): Use ignore-errors.
23882
23883 * replace.el (occur-mode-map): Some fixes for menu items.
23884
23885 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23886
23887 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23888
23889 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23890
23891 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23892 issuing unused warnings.
23893
23894 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23895 macro directly.
23896
23897 * simple.el: Lisp reimplement of list-processes. Based on an
23898 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23899 (process-menu-mode): New major mode.
23900 (list-processes--refresh, list-processes):
23901 (process-menu-visit-buffer): New functions.
23902
23903 * files.el (save-buffers-kill-emacs): Don't assume any return
23904 value of list-processes, which is undocumented anyway.
23905
23906 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23907
23908 * emacs-lisp/tabulated-list.el: New file.
23909
23910 * emacs-lisp/package.el: Use Tabulated List mode.
23911 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23912 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23913 table format using Tabulated List mode variables.
23914 (package--push): New macro, replacing package-list-maybe-add.
23915 (package-menu--generate): Use package--push. Renamed from
23916 package--generate-package-list.
23917 (package-menu-refresh, list-packages): Use it.
23918 (package-menu--print-info): Rename from package-print-package.
23919 Return insertion data instead of inserting it directly.
23920 (package-menu-describe-package, package-menu-execute):
23921 Use tabulated-list-get-id.
23922 (package-menu-mark-delete, package-menu-mark-install)
23923 (package-menu-mark-unmark, package-menu-backup-unmark)
23924 (package-menu-mark-obsolete-for-deletion):
23925 Use tabulated-list-put-tag.
23926 (package--list-packages, package-menu-revert)
23927 (package-menu-get-package, package-menu-get-version)
23928 (package-menu-sort-by-column): Functions deleted.
23929 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23930 (package-menu--status-predicate, package-menu--version-predicate)
23931 (package-menu--name-predicate)
23932 (package-menu--description-predicate): Handle arguments in the
23933 Tabulated List format.
23934 (package-list-packages-no-fetch): Call list-packages.
23935
23936 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23937
23938 * files.el (after-find-file-from-revert-buffer): Remove variable.
23939 (after-find-file): Don't bind it.
23940 (revert-buffer-in-progress-p): New variable.
23941 (revert-buffer): Bind it.
23942 Pass nil for `after-find-file-from-revert-buffer'.
23943
23944 * saveplace.el (save-place-find-file-hook): Use new variable
23945 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23946
23947 2011-04-06 Glenn Morris <rgm@gnu.org>
23948
23949 * Makefile.in (AUTOGEN_VCS): New variable.
23950 (autoloads): Use $AUTOGEN_VCS.
23951
23952 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23953 * calendar/calendar.el (calendar-mode-map):
23954 Check for toolkit scroll bars. (Bug#8305)
23955
23956 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23957
23958 * minibuffer.el (completion-in-region--postch)
23959 (completion-in-region-mode): Remove unnecessary messages.
23960
23961 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23962
23963 * font-lock.el (font-lock-refresh-defaults):
23964 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23965 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23966
23967 * info.el (Info-directory-list, Info-read-node-name-2)
23968 (Info-split-parameter-string): Doc fixes.
23969 (Info-virtual-nodes): Reflow docstring.
23970 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23971 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23972 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23973 Fix typos in docstrings.
23974 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23975 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23976 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23977 (Info-restore-desktop-buffer): Mark unused parameters.
23978 (Info-directory-find-file, Info-directory-find-node)
23979 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23980 (Info-virtual-index-find-node, Info-apropos-find-file)
23981 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23982 Mark unused parameters; fix typos in docstrings.
23983 (Info-virtual-index): Remove unused local variable `nodename'.
23984
23985 2011-04-05 Deniz Dogan <deniz@dogan.se>
23986
23987 * net/rcirc.el: Update my e-mail address.
23988 (rcirc-mode-map): Remove M-o binding.
23989
23990 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23991
23992 * startup.el (command-line): Save the cursor's theme-face
23993 directly, instead of using face-override-spec.
23994
23995 * custom.el (load-theme): Minor optimization in assigning faces.
23996
23997 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23998
23999 * help-fns.el (describe-variable): Complete all variables having
24000 documentation, including keywords.
24001 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24002
24003 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24004
24005 Convert to lexical-binding.
24006
24007 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24008 (bs--get-marked-string, bs--get-modified-string)
24009 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24010 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24011 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24012
24013 * ehelp.el (electric-help-execute-extended)
24014 (electric-help-ctrl-x-prefix):
24015 * hexl.el (hexl-revert-buffer-function):
24016 * linum.el (linum-after-change, linum-after-scroll):
24017 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24018
24019 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24020
24021 2011-04-04 Daiki Ueno <ueno@unixuser.org>
24022
24023 * epa-dired.el:
24024 * epa-mail.el:
24025 * epa-hook.el:
24026 * epa-file.el:
24027 * epa.el:
24028 * epg.el: Use lexical binding.
24029
24030 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
24031
24032 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24033
24034 * textmodes/flyspell.el (flyspell-word): Recognize default
24035 dictionary case for flyspell-mark-duplications-exceptions.
24036 Use regexp matching for languages.
24037 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24038 default dictionary (Bug#7926).
24039
24040 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
24041
24042 * emacs-lisp/package.el (package--with-work-buffer):
24043 Recognize https URLs.
24044
24045 * net/network-stream.el: Move from gnus/proto-stream.el.
24046 Change prefix to network-stream throughout.
24047 (open-protocol-stream): Merge into open-network-stream, leaving
24048 open-protocol-stream as an alias. Handle nil BUFFER args.
24049
24050 * subr.el (open-network-stream): Move to net/network-stream.el.
24051
24052 2011-04-02 Glenn Morris <rgm@gnu.org>
24053
24054 * find-dired.el (find-exec-terminator): New option.
24055 (find-ls-option): Test for -ls support.
24056 (find-ls-subdir-switches): Test for -b in find-ls-option.
24057 (find-dired, find-grep-dired): Doc fixes.
24058 (find-dired): Use find-exec-terminator.
24059
24060 * find-dired.el (find-ls-option, find-ls-subdir-switches)
24061 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24062 (find-name-arg): Remove purecopy.
24063
24064 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24065 (grep-compute-defaults): Check for `-exec COMMAND +' support.
24066 Set grep-find-use-xargs, grep-find-command, and grep-find-template
24067 accordingly. Don't add the null-device if not needed.
24068
24069 * files.el (save-some-buffers): Doc fix.
24070
24071 2011-04-02 Eli Zaretskii <eliz@gnu.org>
24072
24073 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24074
24075 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
24076
24077 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24078 Use `dolist' rather than `mapcar'.
24079
24080 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24081
24082 Add lexical binding.
24083
24084 * subr.el (apply-partially): Use new closures rather than CL.
24085 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24086 (dolist, dotimes): Use slightly different expansion for lexical code.
24087 (functionp): Move to C.
24088 (letrec): New macro.
24089 (with-wrapper-hook): Use it and apply-partially instead of CL.
24090 (eval-after-load): Preserve lexical-binding.
24091 (save-window-excursion, with-output-to-temp-buffer): Turn them
24092 into macros.
24093
24094 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24095
24096 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24097 than the arglist.
24098 (help-add-fundoc-usage): Don't add `Not documented'.
24099 (help-function-arglist): Handle closures, subroutines, and new
24100 byte-code-functions.
24101 (help-make-usage): Remove leading underscores.
24102 (describe-function-1): Handle closures.
24103 (describe-variable): Use special-variable-p for completion.
24104
24105 * files.el (lexical-binding): Declare safe.
24106
24107 * emacs-lisp/pcase.el: Don't use destructuring-bind.
24108 (pcase--memoize): Rename from pcase-memoize. Change weakness.
24109 (pcase): Add `let' pattern.
24110 Change memoization so it actually works.
24111 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24112 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24113 <let>: New case.
24114
24115 * emacs-lisp/macroexp.el: Use lexical binding.
24116 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
24117 Don't convert ' to #' without checking that it's indeed quoting
24118 a lambda.
24119
24120 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24121 Use eval-sexp-add-defvars.
24122 (eval-sexp-add-defvars): New fun.
24123
24124 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24125
24126 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24127 Don't autoload.
24128 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24129 than the internal `byte-compile-lambda'.
24130 (defmethod): Don't hide code under quotes.
24131 (eieio-defmethod): New `code' argument.
24132
24133 * emacs-lisp/eieio-comp.el: Remove.
24134
24135 * emacs-lisp/edebug.el (edebug-eval-defun)
24136 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24137 (edebug-toggle): Avoid `eval'.
24138
24139 * emacs-lisp/disass.el (disassemble-internal): Handle new
24140 `closure' objects.
24141 (disassemble-1): Handle new byte codes.
24142
24143 * emacs-lisp/cl.el (pushnew): Silence warning.
24144
24145 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24146 (cl-byte-compile-throw): Remove.
24147 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24148
24149 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24150 closures.
24151
24152 * emacs-lisp/cconv.el: New file.
24153
24154 * emacs-lisp/bytecomp.el: Use lexical binding instead of
24155 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
24156 (byte-compile-initial-macro-environment):
24157 Handle declare-function here.
24158 (byte-compile--lexical-environment): New var.
24159 (byte-stack-ref, byte-stack-set, byte-discardN)
24160 (byte-discardN-preserve-tos): New lap codes.
24161 (byte-interactive-p): Don't use any more.
24162 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24163 New macros.
24164 (byte-compile-lapcode): Use them and handle new lap codes.
24165 (byte-compile-obsolete): Remove.
24166 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24167 (byte-compile-arglist-warn): Check late def of inlinable funs.
24168 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24169 since they should have been expanded by now.
24170 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24171 (byte-compile-from-buffer): Remove unused second arg.
24172 (byte-compile-preprocess): New function.
24173 (byte-compile-toplevel-file-form): New function to distinguish
24174 file-form calls from outside from file-form calls from hunk-handlers.
24175 (byte-compile-file-form): Simplify.
24176 (byte-compile-file-form-defsubst): Remove.
24177 (byte-compile-file-form-defmumble): Simplify now that
24178 byte-compile-lambda always returns a byte-code-function.
24179 (byte-compile): Preprocess.
24180 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24181 Remove, not used any more.
24182 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24183 (byte-compile-make-args-desc): New funs.
24184 (byte-compile-lambda): Handle lexical functions. Always return
24185 a byte-code-function.
24186 (byte-compile-reserved-constants): New var, to make up room for
24187 closed-over variables.
24188 (byte-compile-constants-vector): Obey it.
24189 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24190 (byte-compile-macroexpand-declare-function): New function.
24191 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24192 byte-code-functions.
24193 (byte-compile-form): Check obsolescence here.
24194 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24195 (byte-compile-variable-ref): Remove.
24196 (byte-compile-dynamic-variable-op): New fun.
24197 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24198 (byte-compile-variable-set): New funs.
24199 (byte-compile-discard): Add 2 args.
24200 (byte-compile-stack-ref, byte-compile-stack-set)
24201 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24202 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24203 macroexpand-all instead.
24204 (byte-compile-quote-form): Remove.
24205 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24206 (byte-compile-bind, byte-compile-unbind): New funs.
24207 (byte-compile-let): Handle let* and lexical binding.
24208 (byte-compile-let*): Remove.
24209 (byte-compile-catch, byte-compile-unwind-protect)
24210 (byte-compile-track-mouse, byte-compile-condition-case):
24211 Handle a new :fun-body form, used for lexical scoping.
24212 (byte-compile-save-window-excursion)
24213 (byte-compile-with-output-to-temp-buffer): Remove.
24214 (byte-compile-defun): Simplify.
24215 (byte-compile-stack-adjustment): New fun.
24216 (byte-compile-out): Use it.
24217 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24218
24219 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24220 handler any more.
24221
24222 * emacs-lisp/byte-opt.el: Use lexical binding.
24223 (byte-inline-lapcode): Remove (to bytecomp).
24224 (byte-compile-inline-expand): Pay attention to inlining to/from
24225 lexically bound code.
24226 (byte-compile-unfold-lambda): Don't handle byte-code-functions
24227 any more.
24228 (byte-optimize-form-code-walker): Don't handle save-window-excursion
24229 any more and don't call compiler-macros.
24230 (byte-compile-splice-in-already-compiled-code): Remove.
24231 (byte-code): Don't inline any more.
24232 (disassemble-offset): Receive `bytes' as argument rather than via
24233 dynamic scoping.
24234 (byte-compile-tag-number): Declare before first use.
24235 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24236 `return' even if make-spliceable.
24237 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24238 obsolete interactive-p.
24239 (byte-optimize-lapcode): Optimize new lap-codes.
24240 Don't trip up on new form of `byte-constant' lap code.
24241
24242 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24243
24244 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24245
24246 * custom.el (custom-initialize-default, custom-declare-variable):
24247 Use `defvar'.
24248
24249 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24250 New variables.
24251 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24252 (COMPILE_FIRST): Add macroexp and cconv.
24253 * makefile.w32-in: Mirror changes in Makefile.in.
24254
24255 * vc/cvs-status.el:
24256 * vc/diff-mode.el:
24257 * vc/log-edit.el:
24258 * vc/log-view.el:
24259 * vc/smerge-mode.el:
24260 * textmodes/bibtex-style.el:
24261 * textmodes/css-mode.el:
24262 * startup.el:
24263 * uniquify.el:
24264 * minibuffer.el:
24265 * newcomment.el:
24266 * reveal.el:
24267 * server.el:
24268 * mpc.el:
24269 * emacs-lisp/smie.el:
24270 * doc-view.el:
24271 * dired.el:
24272 * abbrev.el: Use lexical binding.
24273
24274 2011-04-01 Eli Zaretskii <eliz@gnu.org>
24275
24276 * info.el (info-display-manual): New function.
24277
24278 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24279
24280 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24281
24282 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
24283
24284 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24285 an entry for that server in rcirc-authinfo. (Bug#8385)
24286
24287 2011-03-31 Glenn Morris <rgm@gnu.org>
24288
24289 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24290
24291 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24292
24293 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
24294
24295 * progmodes/python.el (python-default-interpreter)
24296 (python-python-command-args, python-jython-command-args)
24297 (python-which-shell, python-which-args, python-which-bufname)
24298 (python-file-queue, python-comint-output-filter-function)
24299 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24300 variables and functions.
24301
24302 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
24303
24304 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24305 (completion-in-region-mode): New minor mode.
24306 (completion-in-region): Use it.
24307 (completion-in-region--data, completion-in-region-mode-map): New vars.
24308 (completion-in-region--postch): New function.
24309 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24310 New vars.
24311 (completion--capf-wrapper): New function.
24312 (completion-at-point): Use it to track well-behavedness of
24313 hook functions.
24314 (completion-help-at-point): New command.
24315
24316 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
24317
24318 * vc/add-log.el (add-change-log-entry): Don't use whitespace
24319 syntax class to search for whitespace on a single line
24320 (Message-ID: <4D938140.4030905@redhat.com>).
24321
24322 2011-03-30 Leo Liu <sdl.web@gmail.com>
24323
24324 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24325 New commands.
24326 (edit-abbrevs-map): Bind them here.
24327 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
24328
24329 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24330
24331 * allout.el (allout-hide-by-annotation, allout-flag-region):
24332 Reduce possibility of overlay leakage by making them volatile.
24333
24334 * allout-widgets.el (allout-widgets-tally): Define as nil so the
24335 hash is not shared between buffers. Mode initialization is
24336 responsible for giving it a useful starting value.
24337 (allout-item-span): Reduce possibility of overlay leakage by
24338 making them volatile.
24339 (allout-widgets-count-buttons-in-region): Add diagnostic function
24340 for tracking down button overlay leaks.
24341
24342 2011-03-29 Leo Liu <sdl.web@gmail.com>
24343
24344 * ido.el (ido-read-internal): Use the default history var
24345 minibuffer-history if no HISTORY is specified.
24346
24347 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
24348
24349 * net/imap.el (imap-shell-open, imap-process-connection-type):
24350 Use imap-process-connection-type for 'shell' streams as well as
24351 Kerberos, SSL, other subprocesses.
24352
24353 2011-03-28 Leo Liu <sdl.web@gmail.com>
24354
24355 * abbrev.el (abbrev-table-empty-p): New function.
24356 (prepare-abbrev-list-buffer): Place empty abbrev tables after
24357 nonempty ones. (Bug#5937)
24358
24359 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
24360
24361 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24362
24363 2011-03-27 Leo Liu <sdl.web@gmail.com>
24364
24365 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24366 for foreground and background colors.
24367 (ansi-color-make-color-map): Adapt.
24368
24369 2011-03-25 Leo Liu <sdl.web@gmail.com>
24370
24371 * midnight.el (midnight-time-float): Remove. Note it calculates
24372 the microsecond component incorrectly and seconds-to-time does the
24373 same job.
24374 Remove redundant (require 'timer).
24375
24376 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24377 (ido-completions): Remove unused arguments. (Bug#8329)
24378
24379 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * minibuffer.el (completion--flush-all-sorted-completions):
24382 Remove itself from hook.
24383 (completion-at-point): Let the functions perform the completion
24384 immediately and return nil or t.
24385 * comint.el (comint-dynamic-complete-functions): Now identical to
24386 completion-at-point-functions.
24387 (comint-dynamic-list-input-ring): Remove unused var `index'.
24388 (comint--match-partial-filename, comint--unquote&expand-filename):
24389 New funs, split from comint-match-partial-filename.
24390 (comint-dynamic-complete): Use completion-at-point.
24391 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24392
24393 2011-03-24 Drew Adams <drew.adams@oracle.com>
24394
24395 * thingatpt.el: Support `defun'.
24396
24397 2011-03-23 Leo Liu <sdl.web@gmail.com>
24398
24399 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24400
24401 * help-mode.el (help-mode-finish): Tweak regexp.
24402
24403 2011-03-23 Glenn Morris <rgm@gnu.org>
24404
24405 * eshell/esh-opt.el (eshell-eval-using-options):
24406 Do not bind unused local variable `eshell-option-stub'.
24407
24408 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24409
24410 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24411
24412 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24413 keymap variable in `with-no-warnings' to avoid a warning when the
24414 keymap has been already `defconst'ed.
24415
24416 2011-03-22 Leo Liu <sdl.web@gmail.com>
24417
24418 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24419 encode all chars in abbrevs; otherwise use emacs-mule or
24420 utf-8-emacs. (Bug#8308)
24421
24422 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24423
24424 * simple.el (backward-delete-char-untabify):
24425 Avoid warning about using `delete-backward-char'.
24426
24427 * image.el (image-type-file-name-regexps): Make it variable.
24428 `imagemagick-register-types' modifies it, and the user may want
24429 to add new extensions for known image types.
24430 (imagemagick-register-types): Throw error if not using ImageMagick.
24431
24432 2011-03-22 Leo Liu <sdl.web@gmail.com>
24433
24434 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24435 located before rcirc-prompt-end-marker.
24436 (rcirc-complete): Error if point is not after rcirc prompt.
24437 Handle the case when table is nil.
24438 (rcirc-user-authenticated): Define to fix compiler warning.
24439
24440 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24441
24442 * custom.el (custom--inhibit-theme-enable): Make it affect only
24443 custom-theme-set-variables and custom-theme-set-faces.
24444 (provide-theme): Ignore custom--inhibit-theme-enable.
24445 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24446 (custom-enabling-themes): Delete variable.
24447 (enable-theme): Accept only loaded themes as arguments.
24448 Ignore the special custom-enabled-themes variable.
24449 (custom-enabled-themes): Forbid themes from setting this.
24450 Eliminate use of custom-enabling-themes.
24451 (custom-push-theme): Quote "changed" custom var entry.
24452
24453 2011-03-21 Leo Liu <sdl.web@gmail.com>
24454
24455 * ido.el (ido-read-internal): Add ido-selected to history instead
24456 of user input.
24457
24458 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24459
24460 * subr.el (deferred-action-list, deferred-action-function):
24461 Mark obsolete.
24462
24463 2011-03-21 Leo Liu <sdl.web@gmail.com>
24464
24465 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24466 change on 2011-02-13 (bug#8309).
24467
24468 * minibuffer.el (read-file-name-function): Change default value.
24469 (read-file-name--defaults): Rename from read-file-name-defaults.
24470 (read-file-name-default): Rename from read-file-name.
24471 (read-file-name): Call read-file-name-function.
24472
24473 2011-03-21 Glenn Morris <rgm@gnu.org>
24474
24475 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24476 Doc fixes.
24477
24478 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24479
24480 * cus-theme.el: Add missing provide statement.
24481 (customize-create-theme): Extract theme value correctly.
24482 (custom-theme-visit-theme): Autoload.
24483 (customize-create-theme): Prompt before inserting default faces.
24484
24485 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24486
24487 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24488 units and musical notes.
24489
24490 2011-03-20 Leo Liu <sdl.web@gmail.com>
24491
24492 * ido.el (ido-read-internal): Use completing-read-default.
24493 (ido-completing-read): Fix compatibility with completing-read.
24494
24495 2011-03-20 Christian Ohler <ohler@gnu.org>
24496
24497 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24498 (ert-delete-all-tests): Use `called-interactively-p' rather than
24499 `interactive-p'.
24500 (ert--make-xrefs-region): Respect END.
24501
24502 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24503
24504 * dired-aux.el (dired-create-directory): Signal an error if the
24505 directory already exists (Bug#8246).
24506
24507 * facemenu.el (list-colors-display): Call list-faces-display
24508 inside with-help-window.
24509 (list-colors-print): Use display property to align the final
24510 column, instead of checking window-width.
24511
24512 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24513
24514 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24515 windows-nt systems.
24516 (emerge-protect-metachars): Quote correctly for ms-dos and
24517 windows-nt systems.
24518
24519 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24520
24521 * info.el (info-initialize): Replace all uses of `:' with
24522 path-separator for compatibility with non-Unix systems.
24523 Cache quoting of path-separator. (Bug#8258)
24524
24525 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24526
24527 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24528 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24529 (mouse-avoidance-mode): Fix typos in docstrings.
24530
24531 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24532
24533 * startup.el (package-subdirectory-regexp): Move from package.el.
24534 Omit \\` and \\', and let callers add them.
24535
24536 * emacs-lisp/package.el (package-strip-version)
24537 (package-load-all-descriptors): Add \\` and \\' to
24538 package-subdirectory-regexp before using it.
24539 (package-untar-buffer): New arg DIR; ensure that file untars only
24540 into this expected directory. Remove superfluous delete-region.
24541 (package-unpack): Caller changed.
24542 (package-tar-file-info): Use package-subdirectory-regexp.
24543
24544 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24545
24546 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24547 diff-mode-shared-map (bug#8284).
24548 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24549
24550 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24551
24552 * calendar/time-date.el (format-seconds): Use assoc instead of
24553 assoc-string, since assoc-string doesn't exist in XEmacs.
24554
24555 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24556
24557 * custom.el (custom-known-themes): Reflow docstring.
24558 (custom-theme-load-path): Fix typo in docstring.
24559 (load-theme): Fix typo in error message.
24560 (custom-available-themes, custom-variable-theme-value):
24561 Use `let', not `let*'.
24562
24563 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24564
24565 * calc/README: Mention inclusion of musical notes.
24566
24567 * calc/calc-units.el (calc-lu-quant): Rename from
24568 `calc-logunits-quantity'.
24569 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24570 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24571 (calc-db): Rename from `calc-dblevel'.
24572 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24573 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24574 (calc-np): Rename from `calc-nplevel'.
24575 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24576 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24577 (calc-lu-plus): Rename from `calc-logunits-add'.
24578 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24579 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24580 (calc-lu-minus): Rename from `calc-logunits-sub'.
24581 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24582 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24583 (calc-lu-times): Rename from `calc-logunits-mul'.
24584 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24585 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24586 (calc-lu-divide): Rename from `calc-logunits-div'.
24587 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24588 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24589
24590 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24591 functions being autoloaded.
24592
24593 * calc/calc.el (calc-lu-power-reference): Rename from
24594 `calc-logunits-power-reference'.
24595 (calc-lu-field-reference): Rename from
24596 `calc-logunits-field-reference'.
24597
24598 * calc/calc-help.el (calc-l-prefix-help):
24599 Mention musical note functions.
24600
24601 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24602
24603 * minibuffer.el (completion-all-sorted-completions):
24604 Use :completion-cycle-penalty text property if present.
24605
24606 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24607
24608 * allout.el (allout-yank-processing): Adjust for new rebulleting
24609 regime so bullet being yanked is used without prompting the user
24610 for a choice.
24611
24612 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24613
24614 * startup.el (command-line): Warn the user that _emacs is deprecated.
24615
24616 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24617
24618 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24619 (delphi-verbose, delphi-comment-face, delphi-string-face)
24620 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24621 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24622 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24623 (delphi-new-comment-line, delphi-font-lock-defaults)
24624 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24625 Fix typos in docstrings.
24626
24627 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24628
24629 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24630 Invert the roles of character and string values for INSTEAD, so a
24631 string is used for the more common case of a defaulting prompt.
24632
24633 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24634
24635 * progmodes/ruby-mode.el (ruby-backward-sexp):
24636 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24637 * play/gamegrid.el (gamegrid-make-face):
24638 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24639 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24640 * notifications.el (notifications-notify):
24641 * net/xesam.el (xesam-search-engines):
24642 * net/quickurl.el (quickurl-list-insert):
24643 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24644
24645 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24646
24647 * startup.el (command-line): Update package subdirectory regexp.
24648
24649 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24650
24651 * allout.el (allout-abbreviate-flattened-numbering)
24652 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24653
24654 * subr.el (read-char-choice): Only show the cursor after the prompt,
24655 not after the answer.
24656
24657 2011-03-15 Kevin Ryde <user42@zip.com.au>
24658
24659 * help-fns.el (variable-at-point): Skip leading quotes, if any
24660 (bug#8253).
24661
24662 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24665 warning message.
24666
24667 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24668
24669 * shell.el (shell): When called interactively, offer to change the
24670 shell file name on remote hosts.
24671
24672 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24673
24674 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24675 integration for LDAP parameters. The host, base, user or binddn,
24676 and secret tokens can be specified in a netrc file, for instance.
24677 This is optional because an `auth-source' parameter must be
24678 specified in the search attributes.
24679
24680 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24681
24682 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24683
24684 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24685
24686 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24687 into declaration. Remove redundant and harmful binding.
24688
24689 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24690
24691 * files.el (file-ownership-preserved-p): Pass `integer' as an
24692 explicit 2nd argument to `file-attributes'. If the file's owner
24693 is the Administrators group on Windows, and the current user is
24694 Administrator, consider that a match.
24695
24696 * server.el (server-ensure-safe-dir): Consider server directory
24697 safe on MS-Windows if its owner is the Administrators group while
24698 the current Emacs user is Administrator. Use `=' to compare
24699 numerical UIDs, since they could be integers or floats.
24700
24701 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24702
24703 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24704
24705 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24706
24707 Sync with Tramp 2.2.1.
24708
24709 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24710
24711 * net/trampver.el: Update release number.
24712
24713 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24714
24715 * progmodes/compile.el (compilation--previous-directory): Fix up
24716 various nil/dead-marker mismatches (bug#8014).
24717 (compilation-directory-properties, compilation-error-properties):
24718 Don't call it at a position past the one we're about to change.
24719
24720 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24721 Disable obsolescence warnings in the file that declares it.
24722
24723 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24724
24725 * allout-widgets.el (allout-widgets-tally):
24726 Initialize allout-widgets-tally as a hash table rather than nil to
24727 prevent mode-line redisplay warnings. Also, clarify the module
24728 description and fix a comment typo.
24729
24730 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24731
24732 * help-fns.el (describe-variable): Don't complete keywords.
24733 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24734
24735 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24736
24737 * emacs-lisp/package.el (package-version-join): Impose a standard
24738 string representation for pre/alpha/beta version lists.
24739 (package-unpack-single): Standardize the directory name by passing
24740 it through package-version-join.
24741 (package-strip-rcs-id): Accept any version string that does not
24742 signal an error in version-to-list.
24743
24744 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24745
24746 * simple.el (delete-trailing-whitespace): Return nil for the
24747 benefit of `write-file-functions'.
24748
24749 2011-03-10 Glenn Morris <rgm@gnu.org>
24750
24751 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24752
24753 * vc/vc-git.el (vc-git-program): New option.
24754 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24755 (vc-git--call): Use it.
24756
24757 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24758
24759 * cus-edit.el (Custom-newline): If no button at point, look
24760 for a subgroup button at start-of-line. (Bug#2298)
24761
24762 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24763
24764 2011-03-10 Julien Danjou <julien@danjou.info>
24765
24766 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24767 `cursor-type' is nil.
24768
24769 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24770
24771 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24772
24773 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24774
24775 * allout.el: Change so yank of distinctive-bullet items
24776 preserves the existing header prefix, rebulleting it if necessary,
24777 rather than replacing it. This is necessary for proper operation
24778 of cooperative addons like allout-widgets.
24779 (allout-make-topic-prefix, allout-rebullet-heading):
24780 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24781 value as alternate bullet to be used, instead of prompting the user
24782 for a bullet character.
24783
24784 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24785
24786 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24787 Do not use `tramp-file-name-port', because this returns also
24788 `tramp-default-port'.
24789
24790 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24791
24792 * net/rcirc.el (rcirc-handler-001): Remove useless
24793 with-rcirc-process-buffer.
24794 (rcirc-check-auth-status): Swap arguments to string-match.
24795
24796 2011-03-09 Glenn Morris <rgm@gnu.org>
24797
24798 * shell.el (shell-mode):
24799 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24800
24801 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24802 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24803
24804 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24805
24806 * emacs-lisp/package.el (package-refresh-contents)
24807 (package-menu-execute): Use condition-case-no-debug.
24808
24809 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24810
24811 * simple.el (shell-command-to-string): Use `process-file'.
24812
24813 * emacs-lisp/package.el (package-tar-file-info): Handle also
24814 remote files.
24815
24816 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24817 Use `equal' for upload base check.
24818
24819 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24820
24821 * textmodes/texinfo.el (texinfo-environments):
24822 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24823
24824 2011-03-08 Glenn Morris <rgm@gnu.org>
24825
24826 * cus-start.el (cursor-in-non-selected-windows):
24827 Fix :set quoting oddness. (Bug#8192)
24828
24829 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24830 in some setf expressions. (Bug#2159)
24831
24832 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24833
24834 * custom.el (custom-available-themes): Return themes in
24835 alphabetical order.
24836
24837 See ChangeLog.15 for earlier changes.
24838
24839 ;; Local Variables:
24840 ;; coding: utf-8
24841 ;; End:
24842
24843 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24844
24845 This file is part of GNU Emacs.
24846
24847 GNU Emacs is free software: you can redistribute it and/or modify
24848 it under the terms of the GNU General Public License as published by
24849 the Free Software Foundation, either version 3 of the License, or
24850 (at your option) any later version.
24851
24852 GNU Emacs is distributed in the hope that it will be useful,
24853 but WITHOUT ANY WARRANTY; without even the implied warranty of
24854 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24855 GNU General Public License for more details.
24856
24857 You should have received a copy of the GNU General Public License
24858 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.