Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.org
[bpt/emacs.git] / lisp / ChangeLog
1 2013-02-28 Glenn Morris <rgm@gnu.org>
2
3 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
4
5 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
8 (doc-view-fallback-mode): Remove overlays here.
9 (doc-view-toggle-display): Instead of here. Don't throw away
10 image-mode-winprops-alist.
11 (doc-view-goto-page): Don't mess with hscroll.
12
13 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14
15 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
16 &optional (bug#13819).
17
18 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
19
20 * net/tramp-adb.el (tramp-adb-parse-device-names)
21 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
22
23 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
24
25 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
26 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
27 defined. POSIX environments fall back to the "C" locale then and
28 emit a warning, which shall be suppressed.
29
30 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
33 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
34
35 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
38
39 2013-02-25 Juri Linkov <juri@jurta.org>
40
41 * replace.el (read-regexp): Let-bind `default' to the first
42 element of `defaults' if it's a list, otherwise it should be
43 a string or nil. Let-bind `suggestions' to `defaults' if it's
44 a list, otherwise make a list with the string value. Doc fix.
45 (Bug#13805)
46
47 2013-02-25 Eli Zaretskii <eliz@gnu.org>
48
49 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
50 that match "\`\.#", to avoid compiling lock files, even if they
51 are readable (as they are on MS-Windows).
52
53 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * files.el (basic-save-buffer): Remove redundant directory-creation.
56
57 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
58
59 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
60 Add option to force `pi' to remain symbolic.
61 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
62 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
63 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
64 derivatives, when necessary.
65
66 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
67
68 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
69 (ps-mode-octal-region): Use string-make-unibyte.
70
71 2013-02-23 Glenn Morris <rgm@gnu.org>
72
73 * emulation/viper-cmd.el (viper-submit-report):
74 * progmodes/ps-mode.el (ps-mode-maintainer-address):
75 * progmodes/vera-mode.el (vera-mode-help-address):
76 * textmodes/artist.el (artist-maintainer-address):
77 * textmodes/reftex.el (reftex-report-bug):
78 * vc/ediff-util.el (ediff-submit-report):
79 Add bug-gnu-emacs to bug report address.
80
81 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
82 Remove bug report entries.
83 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
84
85 * emacs-lisp/bytecomp.el (byte-compile-level): New.
86 (byte-compile-file, byte-compile-from-buffer):
87 Use separate input/output buffers for each level of recursive
88 byte-compile-file calls. (Bug#13787)
89
90 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
91
92 * net/tramp.el (tramp-methods): Fix docstring.
93 (tramp-ssh-controlmaster-options): Rename it from
94 `tramp-ssh-controlmaster-template'. Return a string.
95 (tramp-default-method): Adapt check for
96 `tramp-ssh-controlmaster-options'.
97
98 * net/tramp-sh.el (tramp-methods):
99 Replace `tramp-ssh-controlmaster-template' by "%c".
100 (tramp-do-copy-or-rename-file-out-of-band)
101 (tramp-maybe-open-connection): Use it in format spec. Ensure,
102 that it is applied for the first hop only.
103
104 2013-02-22 Juri Linkov <juri@jurta.org>
105
106 * isearch.el (isearch-lazy-highlight-new-loop):
107 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
108 to `isearch-other-end' if it is not nil. (Bug#13402)
109
110 * replace.el (replace-highlight): Let-bind `isearch-other-end'
111 to `match-beg'.
112
113 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
114 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
115 and `isearch-error' to nil.
116
117 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
118
119 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
120
121 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
122 Handle multibyte file names.
123
124 2013-02-22 Glenn Morris <rgm@gnu.org>
125
126 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
127 (sgml-transformation-function): Give it a :set function.
128 (sgml-tag): Doc fix.
129
130 * cmuscheme.el (scheme-buffer):
131 * progmodes/inf-lisp.el (inferior-lisp-buffer):
132 * progmodes/tcl.el (inferior-tcl-buffer):
133 * textmodes/tex-mode.el (tex-command): Doc fixes.
134
135 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
136
137 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
138
139 2013-02-21 Bastien Guerry <bzg@gnu.org>
140
141 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
142
143 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
144
145 * progmodes/python.el (python-info-current-defun):
146 Enhance match-data cluttering prevention.
147
148 2013-02-21 Glenn Morris <rgm@gnu.org>
149
150 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
151 loaded while outline-regexp is let bound. (Bug#9584)
152
153 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
154
155 * progmodes/python.el (python-info-current-defun): Fix failed
156 defun name retrieval because of unwanted match-data cluttering.
157
158 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
159
160 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
161 defconst. Apply independent check for ControlPersist.
162
163 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
164 temporarily, via "env".
165
166 2013-02-21 Glenn Morris <rgm@gnu.org>
167
168 * info.el (Info-enable-edit): Remove.
169 (Info-edit): Disable it rather than using Info-enable.
170 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
171 (Info-cease-edit): Make editing of Info files obsolete.
172
173 * informat.el (Info-tagify):
174 Handle buffers not visiting files. (Bug#13763)
175
176 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
177
178 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
179
180 2013-02-21 Glenn Morris <rgm@gnu.org>
181
182 * files.el (basic-save-buffer): Move check for existing parent
183 directory after hooks. (Bug#13773)
184
185 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * simple.el (command-execute): Move from C. Add obsolete check.
188 (extended-command-history): Move from C.
189
190 2013-02-20 Ulrich Müller <ulm@gentoo.org>
191
192 * jka-cmpr-hook.el (jka-compr-compression-info-list)
193 (jka-compr-mode-alist-additions): Handle .txz suffix for
194 XZ-compressed tar archives (bug#13770).
195
196 2013-02-20 Bastien Guerry <bzg@gnu.org>
197
198 * outline.el (outline-regexp, outline-heading-end-regexp):
199 Make variables, not options (bug#13731).
200
201 2013-02-20 Glenn Morris <rgm@gnu.org>
202
203 * image.el (image-current-frame): Change from variable to function.
204 (image-show-frame): Rename from image-nth-frame. Update callers.
205 * image-mode.el (image-multi-frame): New variable.
206 (image-mode-map, image-mode, image-goto-frame):
207 Use image-multi-frame rather than image-current-frame.
208 (image-mode, image-goto-frame): Use image-current-frame as
209 function rather than as variable.
210
211 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
212 * emacs-lisp/cl-macs.el (cl--make-type-test)
213 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
214
215 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
216
217 * net/tramp-cache.el (tramp-get-hash-table): New defun.
218 (tramp-get-file-property, tramp-set-file-property)
219 (tramp-get-connection-property, tramp-set-connection-property): Use it.
220 (tramp-flush-file-property, tramp-flush-directory-property):
221 Rename argument to KEY.
222 (tramp-flush-connection-property): Simplify a little bit.
223 (tramp-connection-property-p): New defun.
224 (top): Reapply saved values only if there isn't a corresponding
225 entry in `tramp-connection-properties'.
226
227 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
228
229 * progmodes/python.el (python-indent-context):
230 Fix python-info-line-ends-backslash-p call.
231 (python-info-line-ends-backslash-p)
232 (python-info-beginning-of-backslash): Respect line-number argument.
233 (python-info-current-line-comment-p):
234 Fix behavior when not at beginning-of-line.
235 (python-util-position): Remove function.
236 (python-util-goto-line): New function.
237
238 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
239
240 * eshell/em-unix.el (eshell/su): Require tramp.
241 (eshell/sudo): Require tramp. Remove now unnecessary check.
242
243 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
244 `tramp-current-connection' in order to avoid an error when several
245 commands are invoked in a short time in eshell and friends.
246
247 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 Cleanup some of EIEIO's namespace.
250 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
251 Use it to define all the class-* and object-* field accessors (renamed
252 to eieio--class-* and eieio--object-*). Update all uses.
253 (eieio--class-num-slots, eieio--object-num-slots): Rename from
254 class-num-slots and object-num-slots.
255 (eieio--check-type): New macro.
256 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
257 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
258 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
259 (object-assoc-list-safe): Use it.
260 (eieio-defclass): Tighten regexp.
261 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
262 Remove unreachable code.
263 (object-class-fast): Declare obsolete.
264 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
265 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
266 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
267 Rename from class-name, object-name, object-set-name-string,
268 object-class, object-class-name, class-parents, class-children,
269 class-precedence-list, class-parent; with obsolete alias.
270 (class-of, class-direct-superclasses, class-direct-subclasses):
271 Declare obsolete.
272 (eieio-defmethod): Use `memq'; remove unreachable code.
273 * emacs-lisp/eieio-base.el (eieio-persistent-read):
274 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
275 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
276
277
278 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
279
280 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
281 Use font-lock-keyword-face for macros and special forms (bug#8345).
282
283 2013-02-17 Didier Verna <didier@didierverna.net>
284
285 * net/network-stream.el (network-stream-open-starttls):
286 Check that response to the starttls-command is non-nil. (Bug#13706)
287
288 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
291 Don't assume all identifier chars have syntax word.
292 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
293 Remove bar-not-symbol. Adjust callers.
294 (lisp-mode-variables): Don't set a font-lock-syntax-table.
295
296 2013-02-17 Leo Liu <sdl.web@gmail.com>
297
298 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
299
300 2013-02-17 Glenn Morris <rgm@gnu.org>
301
302 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
303
304 * image-mode.el (image-mode-map): Add image-dired menu entry.
305
306 * image-dired.el (tumme): Make this alias obsolete.
307
308 2013-02-16 Glenn Morris <rgm@gnu.org>
309
310 * image.el (image-animated-types): Remove.
311 (image-multi-frame-p): Rename from image-animated-p, and generalize.
312 (image-animated-p): Make obsolete alias.
313 (image-animate, image-nth-frame, image-animate-timeout):
314 Use image-multi-frame-p.
315 (image-animate-timeout): If no delay, use image-default-frame-delay.
316 * image-mode.el (image-mode, image-toggle-animation):
317 Use image-multi-frame-p. (Bug#763, bug#10739)
318 (image-mode): Adjust startup message for a multi-frame image.
319
320 * image-mode.el (image-mode-map): Give it a menu.
321
322 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
323
324 * net/tramp-cache.el (tramp-connection-properties): New customer
325 option.
326 (tramp-get-connection-property): Use it.
327
328 * net/tramp-compat.el (top): Require 'trampver.
329
330 * net/tramp-sh.el (tramp-remote-process-environment):
331 Set tramp-autoload cookie.
332
333 2013-02-16 Kevin Ryde <user42@zip.com.au>
334
335 * info-look.el (info-lookup-select-mode): If major-mode has no
336 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
337
338 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
339
340 * replace.el (read-regexp): Tighten the regexp that matches tag.
341 When tag is retrieved with `find-tag-default', use regexp that
342 matches tag at point. Also update docstring (Bug#13687).
343
344 2013-02-16 Eli Zaretskii <eliz@gnu.org>
345
346 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
347 add watch for the file, not its parent directory, since w32notify
348 sets up the watch for the directory internally. (Bug#13725)
349
350 2013-02-16 Glenn Morris <rgm@gnu.org>
351
352 * image.el (image-default-frame-delay): New variable.
353 (image-animated-p): Use image-default-frame-delay.
354 (image-minimum-frame-delay): New constant.
355 (image-animate-timeout): Use image-minimum-frame-delay.
356
357 * image.el (image-nth-frame): New, split from image-animate-timeout.
358 (image-animate-timeout): Use image-nth-frame.
359 * image-mode.el (image-goto-frame, image-next-frame)
360 (image-previous-frame): New commands.
361 (image-mode-map): Add new frame commands.
362
363 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
364
365 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
366 If col-desc already has help-echo, use it. (Bug#13563)
367
368 2013-02-16 Glenn Morris <rgm@gnu.org>
369
370 * image.el (image-current-frame): New variable.
371 (image-animate-timeout): Set image-current-frame.
372 * image-mode.el (image-mode): For animated images,
373 display a frame counter via mode-line-process.
374
375 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
376
377 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
380
381 2013-02-15 Alan Mackenzie <acm@muc.de>
382
383 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
384 global minor mode has been enabled, call the minor mode function
385 for a new buffer once only, after the major mode hook, whilst
386 allowing that hook explicitly to disable the minor mode.
387 (MODE-disable-in-buffer): New (generated) function.
388 (disable-MODE): New (generated) buffer local variable.
389
390 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
391
392 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
393 `iswitchb-next-match' and `iswitchb-prev-match' resply.
394 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
395 `ido-next-match' and `ido-prev-match' resply.
396 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
397 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
398 `icomplete-backward-completions' (Bug#13708).
399
400 2013-02-15 Glenn Morris <rgm@gnu.org>
401
402 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
403
404 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * net/goto-addr.el (goto-address-fontify): Add start and end args.
407 (goto-address-fontify-region): Use them instead of narrowing, so
408 syntax-ppss has access to the whole buffer.
409
410 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
411
412 * progmodes/python.el: Explain how to restore "cc-mode"-like
413 forward-sexp movement in header documentation (Bug#13642).
414 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
415 comments and strings (GH bug 114).
416
417 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
418
419 * progmodes/python.el (python-info-current-defun): Fix current
420 defun detection (Bug#13618).
421
422 2013-02-15 Chong Yidong <cyd@gnu.org>
423
424 * xml.el (xml-parse-string): Fix typo in handling of bad character
425 references.
426
427 2013-02-15 Glenn Morris <rgm@gnu.org>
428
429 * play/fortune.el (fortune-compile): Simplify and fix previous change.
430
431 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
432
433 * net/tramp.el (tramp-debug-message):
434 Add `tramp-condition-case-unless-debug'.
435 (tramp-debug-on-error): New defvar.
436 (tramp-condition-case-unless-debug): New defun.
437 (tramp-file-name-handler): Use it.
438
439 2013-02-14 Juri Linkov <juri@jurta.org>
440
441 * info.el (Info-isearch-filter): Treat non-nil values of
442 `search-invisible' including its default value `open'
443 like the value `t' to match hidden text. (Bug#13402)
444
445 2013-02-14 Glenn Morris <rgm@gnu.org>
446
447 * help-fns.el (find-lisp-object-file-name): Give special treatment
448 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
449
450 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
451
452 * net/quickurl.el (quickurl-save-urls):
453 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
454
455 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
456
457 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
458 depth for unfinished percent literal. Not using it in the caller.
459 (ruby-move-to-block): Jump over multiline literals of all types,
460 ignoring code-looking contents inside them.
461 (ruby-add-log-current-method): Improve performance at the expense
462 of accuracy. `ruby-block-contains-point' is relatively slow, so
463 only use it for method and singleton class blocks.
464
465 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
466
467 Use ControlMaster where applicable. (Bug#13677)
468
469 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
470 replacing `tramp-detect-ssh-controlmaster'.
471 (tramp-default-method): Use it.
472
473 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
474 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
475 arguments.
476 [scpc, rsyncc]: Remove methods.
477 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
478 and "ssh2_old".
479 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
480 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
481
482 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * emacs-lisp/package.el (package--initialized): Move before first use.
485
486 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
487
488 * icomplete.el (icomplete-hide-common-prefix): New user option.
489 (icomplete-first-match): New face.
490 (icomplete-completions): Correct handling of "complete but not
491 unique" (Bug#12638).
492
493 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
494
495 * descr-text.el (describe-char): Display the script (bug#13698).
496
497 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * tmm.el: Use lexical-binding and current-active-maps.
500 (tmm-menubar): Use map-keymap and pcase.
501 (tmm--completion-table): New function.
502 (tmm-prompt): Use it to fix the menu order.
503 (tmm-get-keybind): Use current-active-maps.
504
505 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
506
507 Add dired-hide-details-mode. (Bug#6799)
508
509 * locate.el (locate-mode): Set parent mode property to dired-mode.
510
511 * find-dired.el (find-dired): Call dired-insert-set-properties on
512 initial information line. Set process mark on end of buffer.
513 (find-dired-sentinel):
514 Call dired-insert-set-properties on summary.
515
516 * dired.el (dired-hide-details-hide-symlink-targets)
517 (dired-hide-details-hide-information-lines): New options.
518 (dired-insert-directory):
519 Set properties after final treatment of output.
520 (dired-insert-set-properties):
521 Set dired-hide-details-* properties.
522 (dired-mode-map): Bind dired-hide-details-mode.
523 (dired-mode): Set buffer-invisibility-spec to a list.
524 (dired-next-line): Skip hidden lines.
525 (dired-previous-line): Use dired-next-line.
526 (dired-hide-details-mode): New minor mode.
527 (dired-hide-details-update-invisibility-spec): New function.
528
529 2013-02-13 Glenn Morris <rgm@gnu.org>
530
531 * play/yow.el: Move to obsolete/. (Bug#9384)
532
533 2013-02-13 Juri Linkov <juri@jurta.org>
534
535 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
536 to select `ediff-control-frame' and set input focus correctly on Xfce.
537 (Bug#12218)
538
539 2013-02-13 Juri Linkov <juri@jurta.org>
540
541 * image-mode.el (image-mode-map):
542 * doc-view.el (doc-view-mode-map):
543 * vc/ediff-util.el (ediff-setup-keymap):
544 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
545
546 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
547
548 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
549 performance. Instead of recalculating indentation fully for each
550 line, sum up indentation depth based only on visited lines.
551 (ruby-parse-partial): Increase the depth after "do" even when END
552 is right after it.
553 (ruby-parse-partial): When END is in the middle of a percent
554 literal, increase the depth if the delimiter chars belong to the
555 paren syntax class.
556
557 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
558
559 * play/fortune.el (fortune-compile): Also make the compiled file
560 if it does not exist at all, not just if it is old. (Bug#5338)
561
562 2013-02-13 Glenn Morris <rgm@gnu.org>
563
564 * emacs-lisp/package.el (package-menu-execute): Doc fix.
565
566 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
567
568 * lisp/emacs-lisp/package.el (package-menu-execute):
569 Add optional noquery argument. (Bug#13625)
570
571 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
574 if DIR exists and PARENTS is non-nil.
575
576 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
577
578 * progmodes/js.el (js--multi-line-declaration-indentation):
579 Silence byte-compiler warning.
580
581 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
582
583 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
584
585 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
586 only if it doesn't exist.
587
588 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
589 Set process marker.
590
591 2013-02-12 Tassilo Horn <tsdh@gnu.org>
592
593 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
594 UserInstallation when calling soffice to work around LibreOffice
595 bug 37531.
596
597 2013-02-12 Glenn Morris <rgm@gnu.org>
598
599 * files.el (basic-save-buffer):
600 Offer to create a non-existing directory. (Bug#3016)
601
602 * calc/calc-graph.el (calc-graph-show-dumb):
603 * calendar/calendar.el (calendar-mode-map):
604 * cus-edit.el (custom-mode-map):
605 * ehelp.el (electric-help-map):
606 * emulation/vip.el (vip-mode-map):
607 * epa.el (epa-key-list-mode-map):
608 * info.el (Info-mode-map):
609 * mail/rmail.el (rmail-mode-map):
610 * mail/rmailsum.el (rmail-summary-mode-map):
611 * man.el (Man-mode-map):
612 * net/newst-plainview.el (newsticker-mode-map):
613 * progmodes/cpp.el (cpp-edit-mode-map):
614 * progmodes/grep.el (grep-mode-map):
615 * progmodes/idlw-help.el (idlwave-help-mode-map):
616 * simple.el (special-mode-map):
617 * startup.el (splash-screen-keymap):
618 * view.el (view-mode-map):
619 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
620
621 2013-02-11 Elias Pipping <pipping@lavabit.com>
622
623 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
624 (bug#13679).
625
626 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
629
630 2013-02-11 Glenn Morris <rgm@gnu.org>
631
632 * vc/diff.el (diff-use-labels): New variable.
633 (diff-no-select): Use --label rather than -L, and first
634 check that it is supported. (Bug#11067)
635
636 * files.el (enable-dir-local-variables): New variable.
637 (hack-dir-local-variables): Respect enable-dir-local-variables.
638 * tutorial.el (help-with-tutorial):
639 Ignore directory-local variables. (Bug#11127)
640
641 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
642 (vc-svn-global-switches): ... to here. (Bug#13513)
643
644 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
645
646 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
647 Handle "foo (bar, default: xxx): " prompts.
648
649 2013-02-10 Chong Yidong <cyd@gnu.org>
650
651 * files.el (basic-save-buffer-1): Do not set
652 buffer-file-coding-system-explicit (Bug#4533).
653
654 * mail/emacsbug.el (report-emacs-bug): Change binding of
655 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
656
657 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
658
659 * calc/calc.el (calc-allow-units-as-numbers): New variable.
660 * calc/calc-units.el (calc-convert-units): Use new variable.
661
662 2013-02-09 Eli Zaretskii <eliz@gnu.org>
663
664 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
665
666 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
667 buffer-file-type.
668
669 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
670 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
671 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
672 coding-system-for-write instead.
673
674 * jka-compr.el (jka-compr-write-region): Don't bind
675 buffer-file-type.
676
677 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
678 buffer-file-type.
679
680 * files.el (file-name-buffer-file-type-alist): Remove defvar.
681 (insert-file-contents-literally): Remove reference to
682 file-name-buffer-file-type-alist.
683
684 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
685 make-obsolete.
686 (find-buffer-file-type-match, find-buffer-file-type): Remove.
687 (find-buffer-file-type-coding-system): Remove references to
688 find-buffer-file-type-match, find-buffer-file-type, and
689 buffer-file-type.
690 Don't put find-buffer-file-type-coding-system into
691 file-coding-system-alist.
692 (find-file-binary, find-file-text): Bind coding-system-for-read
693 instead of file-name-buffer-file-type-alist.
694
695 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
696
697 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
698 converter (Bug#13622).
699 (doc-view-unoconv-program): Make obsolete alias.
700 (doc-view-odf->pdf-converter-program): New variable.
701 (doc-view-odf->pdf-converter-function): New variable.
702 (doc-view-mode-p): Use it.
703 (doc-view-odf->pdf-converter-unoconv):
704 Rename from `doc-view-odf->pdf-converter-unoconv'.
705 (doc-view-odf->pdf-converter-soffice): New function.
706 (doc-view-convert-current-doc):
707 Use `doc-view-odf->pdf-converter-function'.
708
709 2013-02-09 Chong Yidong <cyd@gnu.org>
710
711 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
712 view-echo-area-messages (Bug#13340).
713
714 * help.el (view-echo-area-messages): Use display-buffer.
715
716 * dired-x.el (dired-do-run-mail): Prompt for confirmation
717 (Bug#13561).
718
719 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
722 Eval body right away, now that we do eager macroexpansion (bug#13605).
723
724 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
725 (fundamental-mode): Use run-mode-hooks.
726
727 * eshell/esh-proc.el (eshell/kill): Fix last change.
728 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
729
730 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
731
732 * eshell/esh-proc.el (eshell/kill): Rewrite.
733
734 * eshell/em-ls.el (show-almost-all): Declare.
735 (eshell-do-ls): Add support for -A argument.
736
737 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
738
739 * icomplete.el (icomplete-forward-completions)
740 (icomplete-backward-completions): Handle corner case (bug#13602).
741
742 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
743
744 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
745 be nil. Handle this. (Bug#13636)
746
747 2013-02-07 Richard Stallman <rms@gnu.org>
748
749 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
750 `save-buffer-coding-system'.
751
752 2013-02-07 Alan Mackenzie <acm@muc.de>
753
754 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
755 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
756 (c-parse-state-get-strategy): Don't return 'BOD any more.
757 (c-append-lower-brace-pair-to-state-cache):
758 Extra parameter HERE instead of narrowing.
759 Widen to top of buffer before searching backwards for a brace pair.
760 (c-state-push-any-brace-pair): Add HERE parameter to function call.
761 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
762 Narrow to parameter HERE, in place of being called narrowed.
763 (c-remove-stale-state-cache): Extra parameter HERE in place of
764 narrowing. Check there's an open brace in the cache before
765 searching for its match.
766 (c-invalidate-state-cache-1): Add HERE parameter to function call.
767 (c-parse-state-1): Don't narrow here for 'forward strategy,
768 instead passing extra parameter HERE to several functions.
769 Remove 'BOD strategy.
770
771 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
772
773 * emacs-lisp/package.el (describe-package-1): Tell what archive is
774 used to install the package.
775
776 2013-02-06 Glenn Morris <rgm@gnu.org>
777
778 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
779 if we can't get user input. (Bug#6567)
780
781 * startup.el (command-line): If simple.el is missing,
782 test and warn about for some possible causes.
783
784 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
785
786 * cus-start.el (all): Add ns-use-native-fullscreen.
787
788 2013-02-05 Glenn Morris <rgm@gnu.org>
789
790 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
791
792 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
793 Fix directory creation in fallback case.
794
795 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
796
797 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
798 (vc-update-change-log): Use dolist.
799
800 2013-02-04 Chong Yidong <cyd@gnu.org>
801
802 * thingatpt.el: Rewrite the URL detection routines, absorbing some
803 code from ffap.el.
804 (thing-at-point-beginning-of-url-regexp): New var.
805 (thing-at-point-uri-schemes): Update list of URI schemes.
806 (thing-at-point-url-regexp): Variable deleted.
807 (thing-at-point-markedup-url-regexp): Disallow newlines.
808 (thing-at-point-newsgroup-regexp)
809 (thing-at-point-newsgroup-heads)
810 (thing-at-point-default-mail-uri-scheme): New variables.
811 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
812 method to find the possible bounds of the URI at point.
813 New optional argument to find ill-formed URIs.
814 (thing-at-point-url-at-point): Rewrite. New arguments for finding
815 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
816 the scheme-adding heuristics from ffap-url-at-point.
817 (thing-at-point--bounds-of-well-formed-url): New function.
818 Do parens matching to decide whether to include parens in the URI
819 (Bug#9153).
820
821 * ffap.el: Require thingatpt.
822 (ffap-url-at-point): Delegate URI detection to thing-at-point.
823 All URI-valid characters are now recognized (Bug#5673).
824 (ffap-string-at-point): Use use-region-p.
825 (ffap-url-regexp): Extra character is handled by thing-at-point.
826 (ffap-string-at-point-mode-alist): Allow parentheses.
827 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
828 Convert to aliases; code moved to thingatpt.el.
829 (ffap-gnus-hook): Use setq-local.
830
831 2013-02-04 Glenn Morris <rgm@gnu.org>
832
833 * emacs-lisp/ert.el (ert--explain-format-atom):
834 Don't try to print non-characters as characters. (Bug#13543)
835
836 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
837
838 * net/tramp.el (tramp-debug-message): Extend function exclude list.
839 (tramp-backtrace): New defun.
840 (tramp-handle-insert-file-contents): Use `visit' when inserting
841 the local copy.
842
843 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
844 Use `remote-file-name-inhibit-cache'.
845
846 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
849 (bug#13614).
850
851 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
852 current-load-list (bug#13366).
853
854 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
855
856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
857 Identify g++ template instantiation trace. (Bug#12287)
858 (compilation-mode-hook, compilation-start-hook)
859 (compilation-window-height): Simplify docstrings. (Bug#13379)
860
861 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * mouse.el (mouse-drag-track): Always deactivate the mark before
864 running the final event's command since that command is in charge of
865 activating the mark if needed (bug#13523).
866
867 2013-02-02 Juri Linkov <juri@jurta.org>
868
869 * replace.el (perform-replace): Move let-bindings of isearch-*
870 variables deeper to the loop that searches for the next match.
871 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
872 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
873 (Bug#13579)
874
875 * isearch.el (isearch-search-fun-default): Check for null
876 first element of isearch-cmds as a precaution when it's used
877 with inactive isearch.
878
879 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
880
881 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
882 error when buffer in question is narrowed so position 1 is out of
883 visible part.
884
885 2013-02-02 Glenn Morris <rgm@gnu.org>
886
887 * textmodes/remember.el (remember-clipboard): Doc fix.
888
889 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
892 properties (bug#13179).
893
894 2013-02-02 Juri Linkov <juri@jurta.org>
895
896 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
897 instead of hard-coded default face `match'. (Bug#9438)
898
899 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
900
901 * vc/vc-arch.el (vc-arch-registered):
902 * vc/vc-bzr.el (vc-bzr-registered):
903 * vc/vc-cvs.el (vc-cvs-registered):
904 * vc/vc-git.el (vc-git-registered):
905 * vc/vc-hg.el (vc-hg-registered):
906 * vc/vc-mtn.el (vc-mtn-registered):
907 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
908 (Bug#13139)
909
910 * info.el (Info-next-reference, Info-prev-reference): Add numeric
911 prefix argument. (Bug#11656)
912
913 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
916
917 2013-02-01 Glenn Morris <rgm@gnu.org>
918
919 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
920 if the backend is known not to support it.
921
922 * imenu.el (imenu-default-create-index-function):
923 Tweak infinite loop test to check for forward motion as well as none.
924
925 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
926
927 * net/soap-client.el (soap-invoke): Encode the string for
928 `url-request-data' as UTF-8.
929 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
930
931 2013-02-01 Glenn Morris <rgm@gnu.org>
932
933 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
934
935 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
936
937 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/tramp.el (tramp-tramp-file-p): Comment check for
940 `string-as-unibyte'. The function does not exist on XEmacs, and
941 likely we need another approach.
942
943 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
944 `tramp-gw-*' variables are bound.
945
946 2013-01-31 Glenn Morris <rgm@gnu.org>
947
948 * files.el (basic-save-buffer-2): Choose coding system for
949 writing the file before backing it up, to reduce delay between
950 backing up and writing the new version. (Bug#13522)
951
952 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
953
954 * simple.el (cycle-spacing): New command.
955 (just-one-space): Use it.
956
957 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
960 (opascal-newline-always-indents): Remove custom.
961 (opascal-tab, opascal-newline): Remove commands.
962 (opascal-new-comment-line): Insert "\n" instead of calling newline.
963 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
964 (opascal-save-match-data): Remove, use save-match-data instead.
965 (opascal-save-state): Use with-silent-modifications.
966
967 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
968 (bug#13585).
969
970 2013-01-30 Juri Linkov <juri@jurta.org>
971
972 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
973 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
974 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
975
976 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
979 column if we're just deleting the backslashes.
980 (makefile-fill-paragraph): Use eolp.
981
982 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
983
984 * autorevert.el (auto-revert-use-notify): Fix docstring.
985
986 2013-01-30 Leo Liu <sdl.web@gmail.com>
987
988 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
989
990 2013-01-30 Glenn Morris <rgm@gnu.org>
991
992 * mouse.el (mouse-drag-line): Avoid pushing same event onto
993 unread-command-events twice in some cases. This tries to implement
994 the 2012-07-26 changes in a different way. (Bug#13560)
995
996 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
997
998 * progmodes/python.el
999 (python-pdbtrack-comint-output-filter-function): Enhancements on
1000 stacktrace detection. (thanks @gnovak)
1001
1002 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1005 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1006 Use defvar-local.
1007 (jit-lock-register): Use setq-local.
1008
1009 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
1010
1011 * calc-units.el (math-default-units-table): Remove initial value.
1012 (calc-convert-units): Treat expressions where all the units cancel as
1013 if they didn't have units.
1014
1015 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1016
1017 * net/tramp.el (tramp-process-connection-type): Fix docstring.
1018 (tramp-completion-reread-directory-timeout): Fix type.
1019 (tramp-connection-min-time-diff): New defcustom.
1020
1021 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1022
1023 2013-01-30 Glenn Morris <rgm@gnu.org>
1024
1025 * imenu.el (imenu-default-create-index-function):
1026 Put back a version of the infinite loop test removed 2013-01-23.
1027
1028 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1029
1030 * progmodes/python.el (python-shell-parse-command):
1031 Find python-shell-interpreter with modified environment.
1032
1033 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1036
1037 2013-01-29 Alan Mackenzie <acm@muc.de>
1038
1039 Amend to fontify /regexp/s in actions correctly.
1040 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1041 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1042 are no longer included.
1043 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1044 What used to be these variables without "-line" in the name.
1045 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
1046 (c-awk-non-arith-op-bra-re): Now also matches {.
1047 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1048 "return", and "case".
1049 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1050 by /.
1051 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1052 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1053
1054 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * autorevert.el (auto-revert-use-notify):
1057 Use `custom-initialize-default' for initialization. (Bug#13583)
1058
1059 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1060
1061 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1062 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1063 in `tramp-file-name-handler'.
1064 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1065 compatibility.
1066 (tramp-compute-multi-hops): Check, whether
1067 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1068
1069 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1072 (bug#13297).
1073
1074 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1075
1076 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1077 checks made superfluous by the \_< operator.
1078 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1079 temporarily) broken indentation.
1080 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1081 Highlight nested constants, too. \_< broke that.
1082
1083 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
1084
1085 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1086 instead of "\\b".
1087
1088 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
1089
1090 * autorevert.el (auto-revert-handler): Notifications which result
1091 from a saved file shall not be taken into account. (Bug#13557)
1092
1093 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
1094
1095 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1096 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1097 (lisp-mode): Pass t for it. (Bug#13556)
1098
1099 2013-01-25 Alan Mackenzie <acm@muc.de>
1100
1101 AWK Mode: Fix indentation bug at top level. Bug #12274.
1102
1103 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1104 just before CASE 5D.
1105
1106 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
1107
1108 * net/socks.el (socks-nslookup-host): Use string-to-number.
1109
1110 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * autorevert.el (auto-revert-remote-files)
1113 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1114 (auto-revert-notify-enabled, auto-revert-use-notify)
1115 (auto-revert-notify-watch-descriptor-hash-list)
1116 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1117 (auto-revert-notify-event-descriptor)
1118 (auto-revert-notify-event-action)
1119 (auto-revert-notify-event-file-name): Doc fix.
1120 (global-auto-revert-mode): Reorder checks.
1121 (auto-revert-notify-rm-watch): Respect changed values of
1122 `auto-revert-notify-watch-descriptor-hash-list'.
1123 (auto-revert-notify-add-watch): Check for
1124 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
1125 `inotify-add-watch'. Watch `default-directory' instead of
1126 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
1127 has a changed meaning now. (Bug#13540)
1128 (auto-revert-notify-handler): Change implementation wrt events
1129 returning from a directory.
1130 (auto-revert-handler): Reorder implementation for checks of remote
1131 files.
1132 (auto-revert-buffers): Fix parentheses error.
1133
1134 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
1135
1136 * progmodes/python.el: Enhancements to header documentation about
1137 skeletons. (Bug#5716)
1138
1139 * imenu.el (imenu-default-create-index-function): Remove useless
1140 infinite loop check. (Bug#13438)
1141
1142 2013-01-25 Alan Mackenzie <acm@muc.de>
1143
1144 Fix a bug in the state cache mechanism. Refactor this a bit.
1145
1146 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1147 `cache-pos' element from the return value.
1148 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1149 buffer to enable proper searching from beyond HERE. Amend the
1150 test for detecting the sought brace pair. Amend the value written
1151 to the "brace desert cache" when the brace isn't found.
1152 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1153 and several other variables analogously.
1154 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1155 parameter to a locally calculated variable.
1156 (c-parse-state-1): Change the calling conventions to the two
1157 defuns involving `cache-pos'.
1158
1159 2013-01-25 Chong Yidong <cyd@gnu.org>
1160
1161 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1162
1163 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
1164
1165 * paren.el (show-paren-function): Make sure to set 'priority and
1166 'face only if the overlay does exist.
1167
1168 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1169
1170 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1171
1172 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1173 basic attributes.
1174 (tramp-sh-handle-set-file-acl): Improve error checking.
1175
1176 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1177
1178 * doc-view.el (doc-view-display): Force mode line update until all
1179 document is converted. Suggested by Stefan Monnier (Bug#13164).
1180
1181 2013-01-23 Bastien Guerry <bzg@gnu.org>
1182
1183 * paren.el (show-paren-function): Make sure an overlay exists
1184 before trying to delete it. Also use `pos' as a position only
1185 when it is an integer.
1186
1187 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
1188
1189 * play/gametree.el (gametree-break-line-here): Use point-marker.
1190
1191 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1194 Mark descriptive parts with `display' property.
1195
1196 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1197
1198 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1199 New variable to map standard dict names to hunspell ones.
1200 (ispell-set-spellchecker-params): Make sure specific dict names
1201 are used for standard dicts with hunspell.
1202
1203 2013-01-21 Tassilo Horn <tsdh@gnu.org>
1204
1205 * textmodes/reftex-cite.el (reftex-format-citation): Add format
1206 chars for note (%N) and url (%U).
1207 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1208
1209 2013-01-21 Juri Linkov <juri@jurta.org>
1210
1211 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1212 in addition to existing separate binding `meta f10' in `global-map'.
1213 (Bug#13484)
1214
1215 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
1216
1217 Improve XEmacs compatibility.
1218
1219 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1220
1221 * net/tramp-adb.el (top): Require `time-date'.
1222 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1223 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1224 Use `tramp-file-name-handler'.
1225 (tramp-adb-maybe-open-connection):
1226 Use `tramp-compat-set-process-query-on-exit-flag'.
1227
1228 * net/tramp-sh.el (tramp-sh-handle-file-acl):
1229 Use `tramp-compat-funcall'.
1230
1231 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1232 `tramp-compat-funcall'.
1233
1234 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
1235
1236 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1237 reimplementation using "adb shell command ..." instead of running
1238 remote shell interactively.
1239
1240 2013-01-20 Glenn Morris <rgm@gnu.org>
1241
1242 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1243 Add native profiler menu entries.
1244
1245 * profiler.el (profiler-running-p): New function.
1246 (profiler-cpu-profile): Use profiler-running-p.
1247 (profiler-report-mode-map): Add some more menu entries.
1248
1249 2013-01-19 Glenn Morris <rgm@gnu.org>
1250
1251 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1252 fixes 2012-12-07 change. (Bug#13499)
1253
1254 2013-01-19 Leo Liu <sdl.web@gmail.com>
1255
1256 * dired.el (dired-get-marked-files): Prune erroneous values due to
1257 last change. (Bug#13152)
1258
1259 2013-01-19 Glenn Morris <rgm@gnu.org>
1260
1261 * progmodes/etags.el (tags-table-check-computed-list):
1262 Preserve point in tags buffer. (Bug#13412)
1263
1264 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1265
1266 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
1267 Chong Yidong <cyd@gnu.org>
1268
1269 * image-mode.el (image-next-file, image-previous-file):
1270 New commands (Bug#8453).
1271 (image-mode-map): Bind them to n and p.
1272 (image-mode--images-in-directory): New helper function.
1273
1274 2013-01-19 Chong Yidong <cyd@gnu.org>
1275
1276 * image-mode.el (image-mode-fit-frame): Add a frame argument.
1277 Suggested by Drew Adams (Bug#7730). Handle window decorations;
1278 save and restore the old window configuration.
1279
1280 2013-01-18 Leo Liu <sdl.web@gmail.com>
1281
1282 * progmodes/js.el: Tweak autoload cookie for alias.
1283
1284 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1287 buffer local, again. This was lost with the fix on 2013-01-12.
1288
1289 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
1290
1291 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1292 order to support several eshell buffers in parallel.
1293
1294 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * autorevert.el (auto-revert-use-notify): In the :set function, do
1297 not modify `kill-buffer-hook'.
1298 (auto-revert-notify-rm-watch):
1299 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1300 (auto-revert-notify-add-watch): Do not call
1301 `auto-revert-notify-rm-watch', but add it to a buffer local
1302 `kill-buffer-hook'.
1303
1304 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1307 call to `eval' rather than a backquoted lambda.
1308
1309 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1312 to return an explicit nil.
1313 (advice--remove-function): Change accordingly.
1314
1315 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1316 the use of nadvice.el.
1317
1318 * progmodes/which-func.el (which-function): Silence imenu errors
1319 (bug#13433).
1320
1321 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1322
1323 * progmodes/sql.el: (sql-imenu-generic-expression):
1324 (sql-mode-font-lock-object-name): Match schema qualified names.
1325 (sql-connect): Use string keys.
1326 (sql-product-interactive): Wait for interpreter prompt.
1327 (sql-comint-oracle): Set process coding based on NLS_LANG.
1328
1329 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1330
1331 * progmodes/sql.el (sql-output-to-send): Remove, unused.
1332 (sql-interactive-remove-continuation-prompt):
1333 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1334
1335 2013-01-14 Leo Liu <sdl.web@gmail.com>
1336
1337 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1338 (Bug#13420)
1339
1340 2013-01-14 Glenn Morris <rgm@gnu.org>
1341
1342 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1343 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1344
1345 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
1346
1347 * progmodes/python.el (python-nav-end-of-statement):
1348 Fix cornercase when handling multiline strings.
1349
1350 2013-01-13 Richard Stallman <rms@gnu.org>
1351
1352 * mail/sendmail.el (mail-position-on-field): Add doc string.
1353
1354 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1355 Get current message boundaries and pass them to
1356 message-forward-make-body-mime. Minor style changes.
1357
1358 2013-01-13 Eli Zaretskii <eliz@gnu.org>
1359
1360 * cus-start.el (all): Avoid warnings about
1361 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1362
1363 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1364
1365 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1366
1367 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * jit-lock.el (jit-lock-debug-mode): New minor mode.
1370 (jit-lock--debug-fontifying): New var.
1371 (jit-lock--debug-fontify): New function.
1372 * subr.el (condition-case-unless-debug): Don't prevent catching the
1373 error, just let the debbugger run.
1374 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1375 timer code and don't drop errors silently.
1376
1377 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1380 `permanent-local' property.
1381 (auto-revert-notify-handler): Use `file-equal-p'.
1382
1383 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1384
1385 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1386 file notification by ACTION. For filtering by file name, compare
1387 only the non-directory part of the file name.
1388
1389 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * autorevert.el: Use cl-lib instead of cl.
1392
1393 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1394 (vc-bzr-checkin): Use it.
1395 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1396 will preserve match-data.
1397
1398 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1399
1400 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1401 (js--declaration-keyword-re): New var.
1402 (js--multi-line-declaration-indentation): New function.
1403 (js--proper-indentation): Use it.
1404
1405 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1406
1407 * calc/calc.el (calc-highlight-selections-with-faces)
1408 (calc-dispatch):
1409 * comint.el (comint-history-isearch-message):
1410 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1411 * ffap.el (ffap-string-at-point-region, ffap-next)
1412 (ffap-string-at-point, ffap-string-around)
1413 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1414 (ffap-literally):
1415 * font-lock.el (font-lock-keywords-alist)
1416 (font-lock-removed-keywords-alist):
1417 * help-mode.el (help-xref-symbol-regexp):
1418 * info.el (Info-find-emacs-command-nodes):
1419 * international/mule.el (add-to-coding-system-list):
1420 * isearch.el (isearch-message-function, isearch-fail-pos):
1421 * misearch.el (multi-isearch-next-buffer-function):
1422 * newcomment.el (comment-box):
1423 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1424 (pr-setting-database):
1425 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1426 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1427 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1428 (pike-font-lock-keywords-3):
1429 * progmodes/compile.el (compile):
1430 * progmodes/etags.el (tags-table-files)
1431 (tags-table-files-function, tags-included-tables-function):
1432 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1433 (gdb-restore-windows):
1434 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1435 (ps-n-up-filling-database):
1436 * server.el (server-buffer, server-log):
1437 * simple.el (newline, delete-backward-char, delete-forward-char)
1438 (minibuffer-history-isearch-message, kill-line, track-eol)
1439 (temporary-goal-column):
1440 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1441 (flyspell-default-deplacement-commands):
1442 * textmodes/ispell.el (ispell-accept-output):
1443 * textmodes/sgml-mode.el (html-tag-help):
1444 * vc/compare-w.el (compare-ignore-whitespace)
1445 (compare-ignore-case, compare-windows-dehighlight):
1446 * vc/diff.el (diff):
1447 * whitespace.el (whitespace-point)
1448 (whitespace-font-lock-refontify, whitespace-bob-marker)
1449 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1450
1451 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1454 (auto-revert-notify-rm-watch): Ignore errors.
1455 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1456 inotify, and '(size last-write-time) for w32notify.
1457 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1458 watch fails - this is a fallback to the file modification check.
1459 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1460 (auto-revert-notify-event-action)
1461 (auto-revert-notify-event-file-name): New defuns.
1462 (auto-revert-notify-handler): Use them. Implement first
1463 plausibility checks.
1464 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1465
1466 2013-01-11 Julien Danjou <julien@danjou.info>
1467
1468 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1469 max are almost equal. Also return the correct value for V which is
1470 already between 0 and 1.
1471
1472 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1473
1474 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1475
1476 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1477
1478 * autorevert.el (auto-revert-notify-rm-watch)
1479 (auto-revert-notify-add-watch): Fix typos in w32notify function
1480 names.
1481
1482 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * autorevert.el (auto-revert-notify-enabled): Move up.
1485 (auto-revert-use-notify): New defcustom.
1486 (auto-revert-mode, global-auto-revert-mode)
1487 (auto-revert-notify-add-watch, auto-revert-handler)
1488 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1489 `auto-revert-notify-enabled'.
1490
1491 2013-01-10 Elias Pipping <pipping@exherbo.org>
1492
1493 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1494 * doc-view.el (doc-view-document->bitmap):
1495 Use doc-view-single-page-converter-function instead of
1496 single-page-converter arg; adjust callers.
1497
1498 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1499
1500 * progmodes/which-func.el (which-function): Understand Semantic's use
1501 of overlays in imenu--index-alist.
1502
1503 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1504
1505 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1506 (Man-man-k-use-anchor): New var.
1507 (Man-parse-man-k): New function.
1508 (Man-completion-table): Use it.
1509 (man): Flush the completion cache between uses.
1510
1511 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * autorevert.el: Add file watch support.
1514 (auto-revert-notify-enabled): New defconst.
1515 (auto-revert-notify-watch-descriptor-hash-list)
1516 (auto-revert-notify-watch-descriptor)
1517 (auto-revert-notify-modified-p): New defvars.
1518 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1519 (auto-revert-notify-handler): New defuns.
1520 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1521 when mode is disabled.
1522 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1523 (auto-revert-buffers): Add file watches for active buffers.
1524
1525 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1526
1527 * cus-start.el (toplevel): Only allow float values for
1528 scroll-up-aggressively and scroll-down-aggressively.
1529 Allow any number for line-spacing.
1530
1531 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1534 (doc-view-pdf->png-converter-function): Use mupdf if available.
1535 (doc-view-djvu->png-converter-function)
1536 (doc-view-ps->png-converter-function): Remove.
1537 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1538 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1539 (doc-view-already-converted-p): Adjust accordingly.
1540 (doc-view-mode-p): Simplify.
1541 (doc-view-enlarge): Use setq-local.
1542 (doc-view-pdf->png-converter-ghostscript)
1543 (doc-view-djvu->png-converter-ddjvu)
1544 (doc-view-pdf->png-converter-mupdf): Rework to call
1545 doc-view-start-process directly.
1546 (doc-view-pdf/ps->png): Simplify accordingly.
1547 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1548 (doc-view-document->bitmap): Rename from doc-view-document->png.
1549 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1550 (doc-view-set-slice-from-bounding-box): Fix completion table.
1551 (doc-view-mode): Use add-hook for after-revert-hook.
1552
1553 2013-01-10 Glenn Morris <rgm@gnu.org>
1554
1555 * emacs-lisp/authors.el (authors-ignored-files)
1556 (authors-valid-file-names, authors-renamed-files-alist):
1557 Add some more entries.
1558
1559 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1562 `t' pseudo-window entry.
1563
1564 2013-01-10 Alan Mackenzie <acm@muc.de>
1565
1566 Fix bugs in the c-parse-state mechanism. Reuse some markers
1567 instead of continually generating new ones.
1568
1569 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1570 (c-state-old-cpp-end-marker): New variables.
1571 (c-append-lower-brace-pair-to-state-cache): Start a backward
1572 search for "}" definitively outside CPP constructs.
1573 (c-remove-stale-state-cache): Inform the caller of a need to
1574 search back for a brace pair in certain circumstances.
1575 (c-state-maybe-marker): New macro.
1576 (c-parse-state): Reuse markers when appropriate.
1577
1578 2013-01-10 Glenn Morris <rgm@gnu.org>
1579
1580 * simple.el (execute-extended-command): Doc fix.
1581 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1582
1583 2013-01-10 Chong Yidong <cyd@gnu.org>
1584
1585 * faces.el (read-face-name): Doc fix.
1586
1587 2013-01-10 Roland Winkler <winkler@gnu.org>
1588
1589 * emacs-lisp/crm.el: Allow any regexp for separators.
1590 (crm-default-separator): All spaces around the default comma separator.
1591 (crm--completion-command): New macro.
1592 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1593 (crm-complete-and-exit): Handle non-single-char separators.
1594
1595 2013-01-09 Elias Pipping <pipping@lavabit.com>
1596
1597 * doc-view.el: Add support for DjVu (bug#13164).
1598 (doc-view-djvu->png-converter-function): New config var.
1599 (doc-view-single-page-converter-function, doc-view--image-type)
1600 (doc-view--image-file-extension): New vars.
1601 (doc-view-mode): Initialize them.
1602 (doc-view-goto-page): Use them.
1603 (doc-view-mode-p): Add support for ddjvu.
1604 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1605 (doc-view-set-up-single-converter): New funs.
1606 (doc-view-pdf/ps->png): Extend for djvu.
1607 (doc-view-document->png): Rename from doc-view-pdf->png.
1608 (doc-view-convert-current-doc): Handle djvu.
1609 (doc-view-insert-image, doc-view-display)
1610 (doc-view-already-converted-p): Don't hardcode png.
1611 (doc-view-set-doc-type): Recognize djvu docs.
1612
1613 2013-01-09 Elias Pipping <pipping@lavabit.com>
1614
1615 * doc-view.el: Add support for mupdf converter (bug#13164).
1616 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1617 (doc-view-ps->png-converter-function): New config vars.
1618 (doc-view-pdf->png-converter-ghostscript)
1619 (doc-view-ps->png-converter-ghostscript)
1620 (doc-view-pdf->png-converter-mupdf): New functions.
1621 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1622
1623 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1624
1625 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1626 first in session cache: When `tramp-own-remote-path' is in
1627 `tramp-remote-path', the remote path is only set in the session
1628 cache.
1629
1630 2013-01-09 Glenn Morris <rgm@gnu.org>
1631
1632 * emacs-lisp/trace.el (trace-function-foreground)
1633 (trace-function-background): Doc fix.
1634
1635 2013-01-09 Juri Linkov <juri@jurta.org>
1636
1637 * international/mule-cmds.el (read-char-by-name): Move let-binding
1638 of completion-ignore-case around completing-read to fix regression
1639 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1640 `string-match-p' using the nil value of `case-fold-search' and
1641 `completion-ignore-case' in `completion-pcm--all-completions'.
1642 (Bug#12615).
1643
1644 2013-01-09 Glenn Morris <rgm@gnu.org>
1645
1646 * progmodes/compile.el (compilation-parse-errors):
1647 Fix typo. (Bug#13369)
1648
1649 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1650
1651 * comint.el (comint-send-input): Check size of buffer before
1652 waiting for process output, in case already accepted. (Bug#13290)
1653
1654 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1655
1656 Spelling fixes.
1657 * net/tramp-adb.el (tramp-adb-get-toolbox):
1658 Fix misspelling of 'unknown'.
1659
1660 2013-01-08 Juri Linkov <juri@jurta.org>
1661
1662 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1663 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1664 Use underline style wave on terminals that support it. (Bug#13000)
1665
1666 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1669 the predicate returns nil.
1670
1671 * simple.el: Use lexical-binding.
1672 (primitive-undo): Use pcase.
1673 (minibuffer-history-isearch-push-state): Use a closure.
1674
1675 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1676
1677 * simple.el (primitive-undo): Move from undo.c.
1678
1679 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1682 (cvs-mode-remove-handled): Use it (bug#13380).
1683
1684 * emacs-lisp/nadvice.el (advice--tweak): New function.
1685 (advice--remove-function, advice--subst-main): Use it.
1686
1687 * emacs-lisp/advice.el: Update commentary.
1688
1689 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1692 Remove spurious entry.
1693
1694 2013-01-08 Glenn Morris <rgm@gnu.org>
1695
1696 * net/tramp.el (tramp-default-host-alist): Add :version.
1697
1698 2013-01-08 Juri Linkov <juri@jurta.org>
1699
1700 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1701 single completion. (Bug#12456)
1702 (info--manual-names): Expand node completions into an explicit list
1703 before appending it to another list. Filter out internal buffers
1704 with the leading space in the buffer name. (Bug#10771)
1705
1706 2013-01-08 Juri Linkov <juri@jurta.org>
1707
1708 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1709 that defaults to the Top node.
1710 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1711 the short format (FILENAME) goes to the Top node.
1712 (Info-build-node-completions): Rename arg `file' to `filename'.
1713 (Bug#13365)
1714
1715 2013-01-07 Bastien Guerry <bzg@gnu.org>
1716
1717 * menu-bar.el (menu-bar-search-documentation-menu):
1718 Use `apropos-user-option' and fix the help message.
1719
1720 2013-01-07 Bastien Guerry <bzg@gnu.org>
1721
1722 * apropos.el (apropos-do-all): Update docstring.
1723 (apropos-user-option-button): New face.
1724 (apropos-user-option): Rename from `apropos-variable' and update
1725 docstring.
1726 (apropos-variable): Rewrite, now show all variables by default.
1727 (apropos-print): Mention "User option" instead of "Variable" when
1728 printing doc for user options. (Bug#13276)
1729
1730 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1731
1732 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1733 Handle filename correctly, when parsing "source -> target" symlink
1734 output.
1735 (tramp-adb-handle-set-file-times): New defun.
1736
1737 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1740 advice list when the interactive-spec of ad-Advice-* changes.
1741
1742 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1743
1744 * wid-edit.el (widget-default-get): Work for inlined elements.
1745 (Bug#12670)
1746
1747 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-default-host-alist): New defcustom.
1750 (tramp-find-host): Use it.
1751 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1752 `eshell-directory-change-hook'.
1753
1754 * net/tramp-adb.el (top): Add adb specific entry in
1755 `tramp-default-host-alist'.
1756 (tramp-adb-file-name-host): Remove function.
1757 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1758 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1759
1760 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1761
1762 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1763
1764 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1765
1766 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1767
1768 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1769 consist of more than one digit.
1770 (tramp-adb-file-name-handler-alist):
1771 Use `tramp-handle-file-exists-p' consistently.
1772 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1773 (tramp-adb-handle-file-exists-p): Remove function.
1774 (tramp-adb-file-name-host): New defun.
1775 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1776 Use it.
1777 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1778
1779 2013-01-06 Chong Yidong <cyd@gnu.org>
1780
1781 * vc/vc.el (vc-next-action): Detect buffer modifications
1782 conflicting with locking VCS operation (Bug#11490).
1783
1784 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1785
1786 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1789 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1790
1791 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1792
1793 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1794 parsing of ls output using regular expression (handle filenames
1795 with spaces). Use virtual device number.
1796 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1797 cleanup).
1798
1799 2013-01-04 Daiki Ueno <ueno@gnu.org>
1800
1801 * epg.el: Silence byte-compiler warnings.
1802 (epg--start): Use delete-char instead of delete-backward-char.
1803 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1804
1805 2013-01-04 Daiki Ueno <ueno@gnu.org>
1806
1807 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1808 Suggested by Eli Zaretskii <eliz@gnu.org>.
1809
1810 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1813 non-negative integers. Otherwise, the default values are used.
1814 (tramp-convert-file-attributes): Convert uid and gid to integers.
1815
1816 2013-01-04 Glenn Morris <rgm@gnu.org>
1817
1818 * term.el (term-handle-colors-array): Ensure face attributes
1819 are fully specified, not nil. (Bug#13337)
1820
1821 * term.el (term-default-fg-color, term-default-bg-color):
1822 Fix custom type.
1823
1824 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1825 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1826 rather than 'jka-compr being loaded. (Bug#13338)
1827
1828 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1829
1830 * icomplete.el (icomplete-completions):
1831 Honor icomplete-prospects-height once more following
1832 2012-11-29 changes. (Bug#13224)
1833
1834 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1837 of called-interactively-p as well (bug#13237).
1838
1839 * view.el (view--enable, view--disable): Rename from view-mode-enable
1840 and view-mode-disable and assume it's called from view-mode.
1841 (view-mode-enable, view-mode-disable): Redefine as obsolete
1842 compatibility layer above view-mode.
1843 (view-mode-enter): Call `view-mode'.
1844
1845 * files.el (after-find-file): Call `view-mode'.
1846
1847 * doc-view.el (doc-view-scale-internally): New var.
1848 (doc-view-enlarge, doc-view-insert-image): Obey it.
1849
1850 2013-01-03 Daiki Ueno <ueno@gnu.org>
1851
1852 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1853 exist. (Bug#13344)
1854
1855 2013-01-03 Glenn Morris <rgm@gnu.org>
1856
1857 * mail/rmail.el (rmail-set-header-1): Ignore case.
1858 Handle multi-line headers. (Bug#13330)
1859
1860 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1861 Handle paragraph starting at beginning of buffer.
1862
1863 * subr.el (eval-after-load): Don't purecopy the form, so that it
1864 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1865
1866 * emacs-lisp/byte-run.el (defun): Place cl declarations
1867 after any interactive spec. (Bug#13265)
1868
1869 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1870
1871 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1872 defun. Don't check for DECL if DOCSTRING isn't a string.
1873 (defun): Likewise.
1874
1875 2013-01-02 Glenn Morris <rgm@gnu.org>
1876
1877 * eshell/em-cmpl.el (eshell-pcomplete):
1878 More thoroughly imitate pcomplete. (Bug#13293)
1879
1880 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1881 Return nil for empty path elements. (Bug#13296)
1882
1883 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1884
1885 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1886 order to improve efficiency (Based on Daniel Colascione's
1887 <dancol@dancol.org> patch). (Bug#13182)
1888
1889 2013-01-02 Glenn Morris <rgm@gnu.org>
1890
1891 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1892
1893 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1894
1895 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1896 neither DOCSTRING nor DECL was given. (Bug#13316)
1897
1898 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1901 `error' call.
1902 (tramp-do-copy-or-rename-file): Ignore errors when calling
1903 `set-file-extended-attributes'.
1904
1905 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1906 Add handler for `file-acl'.
1907 (tramp-smb-handle-file-acl): New defun.
1908
1909 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1910
1911 * calc/README: Mention ISO 8601 week-numbering dates.
1912
1913 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1914
1915 * view.el (view-mode-enable): New argument run-view-mode-hook.
1916 Run view-mode-hook only when it's non-nil (Bug#13315).
1917 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1918 argument t.
1919
1920 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1921
1922 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1923 (No device connected, invalid device name). (Bug #13299)
1924
1925 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1926
1927 * window.el (window-resizable--p): Rename to window-resizable-p.
1928 (window-resize-no-error): New function.
1929
1930 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1931 broken in fix from 2012-12-28.
1932
1933 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * subr.el (special-form-p): Don't signal errors on undef aliases.
1936
1937 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1938
1939 * calc/calc-forms.el (math-parse-date): Try using
1940 `math-parse-iso-date' when it looks like it might be needed.
1941 Allow times of 24:00.
1942 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1943 of 24:00.
1944
1945 2012-12-30 Glenn Morris <rgm@gnu.org>
1946
1947 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1948 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1949 (rmail-summary-displayed, rmail-summary): Declare.
1950 (mairix-rmail-display): Just require rmail.
1951
1952 2012-12-30 Chong Yidong <cyd@gnu.org>
1953
1954 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1955 check for the tarball contents.
1956
1957 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1958
1959 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1960 tarfile content listings (Bug#13136).
1961
1962 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1963
1964 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1965 Insert the undecoded text of the message being forwarded. (Bug#9521)
1966
1967 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1970 integers, if they are real numbers. (Bug#13282)
1971
1972 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1973 Return `t' on success.
1974
1975 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1976 Add handler for `set-file-selinux-context'.
1977
1978 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1979
1980 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1981 (tramp-sh-handle-set-file-acl): Return `t' on success.
1982
1983 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1984
1985 * files.el (backup-buffer-copy, basic-save-buffer-2):
1986 If set-file-extended-attributes fails, fall back on set-file-modes
1987 instead of signaling an error. (Bug#13298)
1988 (basic-save-buffer): Likewise.
1989
1990 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1991
1992 * progmodes/python.el: Support other commands triggering
1993 python-indent-line so indentation cycling continues to work.
1994 (python-indent-trigger-commands): New defcustom.
1995 (python-indent-line): Use it.
1996
1997 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1998
1999 * progmodes/python.el (python-shell-send-region): Add blank lines
2000 for non sent code so backtraces remain correct.
2001
2002 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2003
2004 * progmodes/python.el: Remove cl dependency.
2005 (python-syntax-count-quotes): Replace incf call.
2006 (python-fill-string): Replace setf call.
2007
2008 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
2009
2010 * info.el (info-other-window): New arg, for consistency with info.
2011
2012 2012-12-28 Martin Rudalics <rudalics@gmx.at>
2013
2014 * mail/rmail.el (rmail-maybe-display-summary):
2015 Rewrite (Bug#13066).
2016
2017 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
2018
2019 * epg.el (epg--start): Modify process-environment locally.
2020
2021 2012-12-28 Daiki Ueno <ueno@gnu.org>
2022
2023 * epg.el: Support pinentry-curses.
2024 Suggested by Werner Koch in
2025 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2026 (epg-agent-file, epg-agent-mtime): New variable.
2027 (epg--start): Record the modified time of gpg-agent socket file,
2028 to restore Emacs frame after pinentry-curses termination.
2029 (epg-wait-for-completion): Restore Emacs frame here.
2030
2031 2012-12-27 Juri Linkov <juri@jurta.org>
2032
2033 * info.el (Info-file-completions): New variable.
2034 (Info-read-node-name-1): Complete node names in the Info file
2035 when a file name is given. Call `Info-build-node-completions'
2036 with a file name.
2037 (Info-build-node-completions): Add new arg `file'. When it is
2038 non-nil, visit it in a temporary buffer and cache its completions in
2039 `Info-current-file-completions'. Move most of the function body to
2040 `Info-build-node-completions-1'.
2041 (Info-build-node-completions-1): New function with the body from
2042 `Info-build-node-completions'. (Bug#12456)
2043
2044 2012-12-27 Juri Linkov <juri@jurta.org>
2045
2046 * frame.el (frame-maximization-style): Remove user option.
2047 (cycle-frame-maximized): Remove function.
2048 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2049 (toggle-frame-fullscreen): New command bound to <f11> instead of
2050 `toggle-frame-maximized'.
2051 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2052
2053 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2056
2057 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2058 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2059 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2060 for `file-accessible-directory-p'. (Bug#13275)
2061
2062 2012-12-27 Sam Steingold <sds@gnu.org>
2063
2064 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2065 continuations, see <http://stackoverflow.com/questions/3582436>.
2066
2067 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2068
2069 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2070 "module" and "def" to have indentation before them.
2071 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2072
2073 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2074
2075 2012-12-27 Alan Mackenzie <acm@muc.de>
2076
2077 Speed up fontification where there's large brace blocks.
2078 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2079 to a call of c-beginning-of-decl-1.
2080
2081 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2082
2083 * comint.el (comint-adjust-window-point): New function.
2084 (comint-postoutput-scroll-to-bottom):
2085 Call comint-adjust-window-point (Bug#13248).
2086
2087 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2088
2089 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2090 Rakefile regexp.
2091 (auto-mode-alist): Associate .gemspec files with ruby-mode
2092 (https://bugs.ruby-lang.org/issues/5453).
2093
2094 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
2095
2096 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2097 Suppress coloring, if possible (required for BusyBox based systems like
2098 CyanogenMod).
2099 (tramp-adb-handle-file-attributes)
2100 (tramp-adb-handle-insert-directory)
2101 (tramp-adb-handle-file-name-all-completions): Use it.
2102 (tramp-adb-get-toolbox): New defun. Check for remote shell
2103 implementation (BusyBox or Toolbox).
2104
2105 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
2106
2107 * startup.el (initial-buffer-choice): Allow function as value
2108 (Bug#13251).
2109 (command-line-1): Handle case where initial-buffer-choice
2110 specifies a function.
2111 * server.el (server-execute): Handle case where
2112 initial-buffer-choice specifies a function.
2113
2114 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2115
2116 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2117 its own function.
2118 (smtpmail-try-auth-methods): Forget the user name/password if the
2119 login is unsuccessful (bug#12424).
2120
2121 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * notifications.el (notifications-notify): Protect body with
2124 `with-demoted-errors'.
2125
2126 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2127 Check properties of remote device. Restart connection, if there is a
2128 change.
2129
2130 2012-12-21 Chong Yidong <cyd@gnu.org>
2131
2132 * sort.el (sort-subr): Doc fix (Bug#13056).
2133
2134 2012-12-21 Bastien Guerry <bzg@gnu.org>
2135
2136 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
2137
2138 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * simple.el (process-file): Overwrite stderr file, if exists.
2141
2142 2012-12-21 Daiki Ueno <ueno@gnu.org>
2143
2144 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2145 (epg-error): Set `error-message' property.
2146
2147 2012-12-21 Chong Yidong <cyd@gnu.org>
2148
2149 * international/mule-cmds.el (read-char-by-name): Signal an error
2150 if the user does not supply a valid character (Bug#13177).
2151
2152 * simple.el (transpose-subr-1): Preserve marker positions by
2153 changing the insertion sequence (Bug#13122).
2154
2155 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2156
2157 * simple.el (kill-region): Deactivate mark even for empty regions
2158 (Bug#13169).
2159
2160 2012-12-21 Chong Yidong <cyd@gnu.org>
2161
2162 * help-fns.el (describe-variable): Make sure we get the right
2163 buffer name (Bug#13105). Suggested by Kelly Dean.
2164
2165 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
2166
2167 * comint.el (comint-redirect-previous-input-string): New variable.
2168 (comint-redirect-setup, comint-redirect-cleanup)
2169 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
2170 (comint-redirect-preoutput-filter): Fix verbose message.
2171
2172 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
2173
2174 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
2175 is too long for Tramp. See discussion in
2176 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2177
2178 * progmodes/compile.el (compilation-start): Remove line escape
2179 template.
2180
2181 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2182
2183 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2184 Adjust comment.
2185
2186 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2187
2188 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2189 following non-comment text (bug#13207).
2190 (lm-header-multiline): Continuation lines need to be indented more than
2191 the first line.
2192 (lm-homepage): New function.
2193 (lm-with-file): Don't be confused if narrowing is in effect.
2194
2195 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2198 very beginning of a hunk (e.g. killing the first line).
2199
2200 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2201
2202 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2203 and text properties from returned ACL string.
2204 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2205 for "setfacl" command.
2206
2207 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
2208
2209 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2210 `tramp-cleanup-this-connection', when the process has died.
2211 (Bug#13151)
2212
2213 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2216
2217 2012-12-17 Kevin Ryde <user42@zip.com.au>
2218
2219 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2220
2221 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
2222
2223 Add support for preserving ACL entries of files.
2224
2225 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2226 `set-file-acl' handlers.
2227
2228 * net/tramp-adb.el (tramp-adb-handle-copy-file):
2229 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2230
2231 * net/tramp-compat.el (tramp-compat-copy-file):
2232 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2233
2234 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2235 Add `file-acl' and `set-file-acl' handlers.
2236 (tramp-gvfs-handle-copy-file):
2237 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2238 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2239 New defuns.
2240
2241 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2242 Add `file-acl' and `set-file-acl' handlers.
2243 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2244 (tramp-sh-handle-set-file-acl): New defuns.
2245 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2246 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2247
2248 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2249 Add `file-acl' and `set-file-acl' handlers.
2250 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2251
2252 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2253
2254 * help-macro.el (make-help-screen): Instead of switch-to-buffer
2255 use pop-to-buffer with NORECORD argument t. As buffer name, use
2256 *Metahelp* with a leading space (Bug#13190).
2257
2258 2012-12-16 Romain Francoise <romain@orebokech.com>
2259
2260 * files.el (file-extended-attributes)
2261 (set-file-extended-attributes): New functions.
2262 (backup-buffer): Use them to handle both SELinux context and ACL
2263 entries.
2264 (backup-buffer-copy): Work with an alist of extended attributes,
2265 rather than an SELinux context.
2266 (basic-save-buffer-2): Ditto.
2267
2268 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
2269
2270 * battery.el (battery-bsd-apm): New function.
2271
2272 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2273
2274 * calc/calc.el (calc-standard-date-formats): Adjust one of the
2275 standard date formats.
2276
2277 2012-12-15 Juri Linkov <juri@jurta.org>
2278
2279 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2280 `isearch-insert-char-by-name'.
2281 (with-isearch-suspended): New defmacro with body mostly from
2282 `isearch-edit-string' except the part that sets
2283 `isearch-new-string' and `isearch-new-message'.
2284 (isearch-edit-string): Use new macro `with-isearch-suspended' with
2285 body that sets `isearch-new-string' and `isearch-new-message'.
2286 (isearch-insert-char-by-name): New command.
2287 * international/mule-cmds.el (read-char-by-name): Let-bind
2288 `enable-recursive-minibuffers' to t.
2289 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2290
2291 2012-12-15 Juri Linkov <juri@jurta.org>
2292
2293 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2294 (Bug#13175)
2295
2296 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
2297
2298 * dired-x.el (dired-guess-shell-command): Put colon at the end of
2299 the prompt. (Bug#13045)
2300
2301 2012-12-14 Glenn Morris <rgm@gnu.org>
2302
2303 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2304 Try to include filename in non-bytecomp warning. (Bug#13132)
2305
2306 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2307
2308 Fix permissions bugs with setgid directories etc. (Bug#13125)
2309 * files.el (backup-buffer): Don't rely on 9th output of
2310 file-attributes, as it's now a placeholder. Instead, use the new
2311 optional arg of file-ownership-preserved-p.
2312 (file-ownership-preserved-p): New optional arg GROUP.
2313 Fix mishandling of setuid directories that would cause this
2314 function to return t when it should have returned nil.
2315 Document what happens if the file does not exist, and when
2316 it's not known whether the ownership will be preserved.
2317 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2318 Likewise.
2319 (tramp-get-local-gid): Use group-gid for integer, as that's
2320 faster and more reliable.
2321
2322 2012-12-14 Julien Danjou <julien@danjou.info>
2323
2324 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2325 Update keywords list, data type and PL/pgSQL.
2326
2327 2012-12-14 Dave Abrahams <dave@boostpro.com>
2328
2329 * vc/ediff-util.el (ediff-buffer-type): New function.
2330 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2331 rather than taking it as as argument.
2332 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2333
2334 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
2335
2336 * json.el: Add pretty-print option (bug#12634).
2337 (json-encoding-separator, json-encoding-default-indentation)
2338 (json--encoding-current-indentation, json-encoding-pretty-print)
2339 (json-encoding-lisp-style-closings): New vars.
2340 (json--with-indentation): New macro.
2341 (json-encode-hash-table, json-encode-alist, json-encode-plist)
2342 (json-encode-array): Use it to obey json-encoding-pretty-print.
2343 (json-pretty-print-buffer, json-pretty-print): New commands.
2344
2345 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2346
2347 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2348 Extract `ruby-syntax-propertize-expansions'.
2349 (ruby-syntax-propertize-expansions): Only change syntax on
2350 certain string delimiters, to punctuation. This way the common
2351 functions like forward-word and thing-at-point still work.
2352 (ruby-match-expression-expansion): Improve readability.
2353 (ruby-block-contains-point): New function.
2354 (ruby-add-log-current-method): Handle several edge cases.
2355
2356 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2359 unload-feature finishes even when aborting an ongoing edebug session.
2360 Also, do not worry about edebug-mode, unload-feature takes care of it.
2361
2362 2012-12-13 Andreas Schwab <schwab@suse.de>
2363
2364 * net/tls.el (tls-program): Update customize type.
2365
2366 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2369 (edebug-setup-hook, cl-read-load-hooks): Use it.
2370 (edebug-unload-function): New function. (Bug#13163)
2371
2372 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2375 Otherwise, there could be errors in autoloading. (Bug#13151)
2376
2377 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2378
2379 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2380 sequences.
2381
2382 2012-12-13 Alan Mackenzie <acm@muc.de>
2383
2384 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2385 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2386 around `forward-comment' not recognizing ^M as whitespace.
2387
2388 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2389
2390 * progmodes/python.el (python-skeleton-class)
2391 (python-skeleton-def): Do not add space after defun name.
2392
2393 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2396 (cl--symbol-function): Remove (now that funbound is like nil).
2397
2398 2012-12-12 Glenn Morris <rgm@gnu.org>
2399
2400 * button.el (button--area-button-p): Fix typo.
2401
2402 2012-12-12 Sam Steingold <sds@gnu.org>
2403
2404 * frame.el (frame-maximization-style): New user option.
2405 (toggle-frame-maximized): Toggle frame maximization according to
2406 `frame-maximization-style', bound to <f11>.
2407 (cycle-frame-maximized): Cycle between all maximization styles and
2408 non-maximized frame, bound to shift-<f11>.
2409
2410 2012-12-12 David Cadé <codename68@gmail.com>
2411
2412 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2413
2414 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2415
2416 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2417 (eieio-override-prin1): Don't quote kewords and booleans.
2418 (object-write) <eieio-default-superclass>: Don't put closing parens
2419 on new line, avoid needless empty lines, align values that are objects
2420 with the slot keyword (instead of beginning on the same line).
2421 (eieio-list-prin1): Align value with slot keyword; increase
2422 eieio-print-depth before printing members of the list.
2423
2424 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2427 a display text-property.
2428 (report-emacs-bug-hook): Don't bother deleting it any more.
2429
2430 * hilit-chg.el (highlight-save-buffer-state): Delete.
2431 Use with-silent-modifications instead.
2432 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2433
2434 * button.el: Handle buttons in display text-properties.
2435 (button--area-button-p, button--area-button-string):
2436 Use (STRING . STRING-POS) representation instead of just STRING.
2437
2438 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2439
2440 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2441 subdirectory be skipped.
2442
2443 2012-12-11 Glenn Morris <rgm@gnu.org>
2444
2445 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2446
2447 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2448 Treat preprocessor lines embedded in continuations like comments.
2449 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2450
2451 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2452
2453 * calc/calc.el (calc-standard-date-formats): Add more date
2454 formats.
2455 * calc/calc-forms.el (math-parse-iso-date): New function.
2456 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2457 (math-parse-iso-date-validate): Add extra error checking.
2458 (calc-date-notation): Add ability to access new date formats.
2459
2460 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2463 font-lock as well as when there's no text-property.
2464
2465 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2466
2467 * hi-lock.el: Refine the choice of default face.
2468 (hi-lock-keyword->face): New function. Use it wherever we used
2469 cadadadr instead.
2470 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2471 (hi-lock--last-face): Remove var.
2472 (hi-lock--unused-faces): New var to replace it.
2473 (hi-lock-read-face-name): Use/maintain it.
2474 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2475 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2476 if it has another face.
2477
2478 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2479
2480 * subr.el (w32notify-handle-event): New function.
2481 (inotify-handle-event): Doc fix.
2482
2483 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2484
2485 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2486
2487 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2488
2489 * simple.el (just-one-space): Doc fix.
2490
2491 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2492
2493 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2494
2495 2012-12-10 Le Wang <l26wang@gmail.com>
2496
2497 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2498 narrowed buffer (bug#12361).
2499
2500 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * vc/vc-hooks.el (vc-state): Doc fix.
2503
2504 2012-12-10 Glenn Morris <rgm@gnu.org>
2505
2506 * mail/rmail.el (rmail-maybe-display-summary):
2507 Preserve buffer, in case select-window changes it. (Bug#13066)
2508
2509 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2512 cl-load-hook where they belong.
2513
2514 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2517
2518 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2519
2520 Parallelize byte compilation on MS-Windows.
2521 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2522 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2523 (WINS_BASIC): Define as concatenation of the above.
2524 (compile): Subdivide into 4 separate and independent jobs that can
2525 be run in parallel.
2526 (compile0-CMD, compile0-SH): New targets for compiling
2527 COMPILE_FIRST files, which are prerequisites for the rest of the
2528 byte-compilation.
2529 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2530 New targets for parallel compilation with cmd.exe.
2531 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2532 compiling under a Unixy shell.
2533
2534 2012-12-09 Chong Yidong <cyd@gnu.org>
2535
2536 * simple.el (set-mark-default-inactive): Delete this
2537 accidentally-introduced option.
2538 (set-mark-command, exchange-point-and-mark): Remove calls.
2539
2540 2012-12-09 Glenn Morris <rgm@gnu.org>
2541
2542 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2543 Respect a defcustom's :set function, if appropriate. (Bug#109)
2544 (eval-defun): Doc fix.
2545
2546 2012-12-08 Juri Linkov <juri@jurta.org>
2547
2548 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2549 (Info-fontify-node, Info-bookmark-make-record): Remove the
2550 file extension from Info-current-file (Bug#13016).
2551
2552 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2555 point, still provide some default.
2556 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2557 names, since we don't use it right now. Actually return the list.
2558 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2559
2560 2012-12-07 Chong Yidong <cyd@gnu.org>
2561
2562 * novice.el (disabled-command-function): Remove a spurious help
2563 xref (Bug#13043). Suggested by Kelly Dean.
2564
2565 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2566 syntax is specified (Bug#13025).
2567
2568 * info.el (Info-set-mode-line): Remove the file extension from
2569 Info-current-file if there is one (Bug#13016).
2570
2571 2012-12-07 Glenn Morris <rgm@gnu.org>
2572
2573 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2574 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2575 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2576 and rmail-mime-decoded. (Bug#9841)
2577
2578 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2579 (batch-unrmail, unrmail): Doc fixes.
2580 (unrmail): Respect unrmail-mbox-format.
2581 * mail/rmail.el (rmail-mbox-format): New option.
2582 (rmail-show-message-1): Respect rmail-mbox-format.
2583
2584 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2587
2588 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2591 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2592 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2593 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2594 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2595 (cl-progv): Don't rely on dynamic scoping to find the body.
2596 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2597 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2598 (cl-declaim): Use backquotes.
2599 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2600 Use "cl--" prefix for the object's tag.
2601
2602 * ses.el: Use advice-add/remove.
2603 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2604 (copy-region-as-kill, yank): Use advice-add.
2605 (ses-unload-function): Use advice-remove.
2606
2607 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2608
2609 * button.el: Make them work in header-lines (bug#12817).
2610 (button-map): Add bindings for header-line and mode-line use.
2611 (button-get, button-put, button-label): `button' may now be a string.
2612 (button-activate): Don't make it a defsubst.
2613 (button--area-button-p, button--area-button-string): New functions.
2614 (make-text-button): Fix the return value when `beg' was a string.
2615 (push-button): Handle the mode-line case.
2616
2617 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2620 (sql-signum): Remove. Use `cl-signum' instead.
2621 (sql-read-passwd): Remove; use read-passwd instread.
2622 (sql-get-login-ext): Use read-string.
2623 (sql-get-login): Use dolist and pcase.
2624 (sql--completion-table): Rename from sql-try-completion.
2625 Use complete-with-action.
2626 (sql-mode): Don't change abbrev-all-caps globally.
2627 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2628 (sql-postgres-completion-object): Initialize vars in their `let'.
2629 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2630 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2631 (sql-comint-interbase): Use a single append, without setq.
2632 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2633
2634 * hi-lock.el: Rework the default face and the serialize regexp code.
2635 (hi-lock--auto-select-face-defaults): Remove.
2636 (hi-lock-string-serialize-serial): Remove.
2637 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2638 make weak.
2639 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2640 equal string.
2641 (hi-lock-set-pattern): Adjust accordingly.
2642 (hi-lock--regexps-at-point): Simplify accordingly.
2643 (hi-lock--auto-select-face-defaults): Remove.
2644 (hi-lock--last-face): New var to replace it.
2645 (hi-lock-read-face-name): Rewrite (bug#11095).
2646 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2647
2648 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * net/tramp.el (tramp-replace-environment-variables):
2651 Hide compiler warning.
2652 (tramp-file-name-for-operation): Remove `executable-find',
2653 `start-process', `call-process' and `call-process-region'.
2654
2655 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2656
2657 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2658 compatibility.
2659
2660 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2661
2662 2012-12-06 Chong Yidong <cyd@gnu.org>
2663
2664 * ffap.el (ffap-replace-file-component): Fix typo.
2665
2666 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2669 fix open-paren-like token test (bug#12785).
2670
2671 2012-12-06 Glenn Morris <rgm@gnu.org>
2672
2673 * mail/rmailsum.el (rmail-new-summary): Tweak for
2674 rmail-maybe-display-summary changing buffer. (Bug#13066)
2675
2676 2012-12-06 Juri Linkov <juri@jurta.org>
2677
2678 * info.el (Info-fontify-node): Don't hide the last newline.
2679 (Bug#12272)
2680
2681 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2682
2683 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2684 so as to enable message-read-from-minibuffer to expand mail aliases.
2685
2686 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2689 the `intangible' property.
2690 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2691
2692 2012-12-05 Deniz Dogan <deniz@dogan.se>
2693
2694 * net/rcirc.el (rcirc-urls): Update documentation.
2695 (rcirc-condition-filter): New function.
2696 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2697 and exclude consecutive duplicate URLs (Bug#6082).
2698
2699 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2702 Check return code of copy command.
2703
2704 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2705 Use group `tramp'. Add version.
2706
2707 2012-12-05 Chong Yidong <cyd@gnu.org>
2708
2709 * ffap.el (ffap-url-regexp): Don't require matching at front of
2710 string (Bug#4952).
2711 (ffap-url-p): If only a substring matches, return that.
2712 (ffap-url-at-point): Use the return value of ffap-url-p.
2713 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2714 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2715 (ffap-guess-file-name-at-point): Likewise.
2716 (ffap-replace-file-component): Fix typo.
2717
2718 * info.el (info-display-manual): Add existing Info buffers, whose
2719 files may not be in Info-directory-list, to the completion.
2720 (info--manual-names): New helper function.
2721
2722 2012-12-05 Glenn Morris <rgm@gnu.org>
2723
2724 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2725 New functions, for detecting and resolving conflicts. (Bug#10709)
2726
2727 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2728
2729 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2730 (hi-lock-auto-select-face-defaults): New buffer local variable.
2731 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2732 (hi-lock-unface-buffer): Prompt user with useful defaults.
2733 With prefix arg, unhighlight all hi-lock patterns in buffer.
2734
2735 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2738
2739 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2740
2741 * Makefile.in (TRAMP_SRC):
2742 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2743
2744 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2745
2746 * net/tramp-adb.el: New package.
2747
2748 2012-12-04 Chong Yidong <cyd@gnu.org>
2749
2750 * terminal.el: Move to obsolete/.
2751
2752 * longlines.el: Move to obsolete/.
2753
2754 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2755 Remove code referring to longlines mode.
2756
2757 2012-12-03 Juri Linkov <juri@jurta.org>
2758
2759 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2760
2761 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2762
2763 * textmodes/ispell.el (ispell-init-process)
2764 (ispell-start-process, ispell-internal-change-dictionary):
2765 Make sure personal dictionary name is expanded after initial
2766 `default-directory' value. Use expanded strings for
2767 keep/restart checks and for value (Bug#13019).
2768
2769 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2770
2771 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2772
2773 2012-12-03 Leo Liu <sdl.web@gmail.com>
2774
2775 * files.el (dir-locals-read-from-file): Check file non-empty
2776 before reading. (Bug#13038)
2777
2778 2012-12-03 Glenn Morris <rgm@gnu.org>
2779
2780 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2781 Remove any version extension before checking filename. (Bug#13006)
2782 (jka-compr-compression-info-list): Belated :version bump.
2783
2784 2012-12-03 Chong Yidong <cyd@gnu.org>
2785
2786 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2787
2788 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2789 (buffer-menu): Doc fix (Bug#12294).
2790
2791 2012-12-03 Roland Winkler <winkler@gnu.org>
2792
2793 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2794 of diary-show-all-entries in the diary buffer (Bug#12994).
2795
2796 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2799 "<STDIN>". This is binary safe.
2800
2801 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2802
2803 * calc/calc-forms.el (math-absolute-from-iso-dt)
2804 (math-date-to-iso-dt, math-parse-iso-date-validate)
2805 (math-iso-dt-to-date): New functions.
2806 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2807 (math-fd-isoweekday): New variables.
2808 (calc-date-notation, math-parse-standard-date, math-format-date)
2809 (math-format-date-part): Add support for more formatting codes.
2810
2811 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2812
2813 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2814 current buffer's file name when called interactively (Bug#12488).
2815
2816 2012-12-02 Juri Linkov <juri@jurta.org>
2817
2818 * info.el (info-display-manual): Don't clobber an existing Info
2819 buffer (Bug#10770). Add completion (Bug#10771).
2820
2821 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2822
2823 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2824 before using it for comparison (Bug#5297).
2825
2826 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2827
2828 * textmodes/css-mode.el (css-current-defun-name): New function.
2829 (css-mode): Use it.
2830
2831 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2832 (html-mode): Use it.
2833
2834 2012-12-01 Chong Yidong <cyd@gnu.org>
2835
2836 Modularize add-log-current-defun (Bug#2224).
2837 Suggested by Jari Aalto.
2838
2839 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2840 (add-log-current-defun): Move mode-specific code to other files.
2841 (add-log-lisp-like-modes, add-log-c-like-modes)
2842 (add-log-tex-like-modes): Variables deleted.
2843
2844 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2845 (lisp-mode-variables): Use it.
2846
2847 * progmodes/cc-mode.el (c-common-init):
2848 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2849 add-log-current-defun-function.
2850
2851 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2852 (m4-mode): Use it.
2853
2854 * progmodes/perl-mode.el (perl-current-defun-name): New.
2855 (perl-mode): Use it.
2856
2857 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2858 Use lisp-current-defun-name.
2859
2860 * textmodes/tex-mode.el (tex-current-defun-name): New.
2861 (tex-common-initialization): Use it.
2862
2863 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2864 (texinfo-mode): Use it.
2865
2866 2012-12-01 Chong Yidong <cyd@gnu.org>
2867
2868 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2869 * progmodes/autoconf.el (autoconf-mode):
2870 * progmodes/js.el (js-mode):
2871 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2872 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2873 * progmodes/perl-mode.el (perl-mode):
2874 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2875 * textmodes/css-mode.el (css-mode):
2876 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2877 (sgml-tags-invisible, sgml-guess-indent):
2878 * textmodes/tex-mode.el (tex-common-initialization)
2879 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2880 (doctex-mode, plain-tex-mode, latex-mode):
2881 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2882
2883 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2884
2885 * vc/vc-hg.el (vc-hg-next-revision):
2886 Ensure use of default "tip" output format. (Bug#6968)
2887
2888 2012-12-01 Kim F. Storm <storm@cua.dk>
2889
2890 * startup.el (fancy-startup-tail): Add a clickable link
2891 (Bug#2176).
2892
2893 2012-12-01 Chong Yidong <cyd@gnu.org>
2894
2895 * startup.el (fancy-startup-tail): Improve the message about
2896 auto-save files (Bug#2176).
2897
2898 * files.el (recover-session): Improve the descriptive message, and
2899 use substitute-command-keys.
2900
2901 2012-12-01 Glenn Morris <rgm@gnu.org>
2902
2903 * ido.el (ido-file-internal):
2904 Handle other-window, other-frame for dired. (Bug#13036)
2905
2906 2012-11-30 Glenn Morris <rgm@gnu.org>
2907
2908 * icomplete.el (icomplete-separator): Fix :version.
2909
2910 2012-11-30 Chong Yidong <cyd@gnu.org>
2911
2912 * shell.el (shell): For C-u M-x shell, use an inactive shell
2913 buffer as the default (Bug#1975).
2914 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2915 (shell-mode): Use them to reapply ansi colorization if Shell mode
2916 is re-enabled.
2917
2918 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2919
2920 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2921
2922 2012-11-30 Samuel Bronson <naesten@gmail.com>
2923
2924 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2925 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2926
2927 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2928
2929 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2930 by move-to-column (Bug#3234).
2931
2932 2012-11-30 Chong Yidong <cyd@gnu.org>
2933
2934 * longlines.el (longlines-wrap-line, longlines-encode-region):
2935 Preserve text properties (Bug#1425).
2936
2937 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2938
2939 * vc/vc.el (vc-register): Allow registering a file which is
2940 already registered with a different backend (Bug#10589).
2941
2942 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2943 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * icomplete.el: Change separator; add ido-style commands.
2946 (icomplete-show-key-bindings): Remove custom var.
2947 (icomplete-get-keys): Remove function.
2948 (icomplete-forward-completions, icomplete-backward-completions):
2949 New commands.
2950 (icomplete-minibuffer-map): New var.
2951 (icomplete-minibuffer-setup): Use it.
2952 (icomplete-exhibit): Don't delay if the list of completions is known.
2953 (icomplete-separator): New custom.
2954 (icomplete-completions): Use it.
2955 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2956 (minibuffer-force-complete-and-exit): New command.
2957 (minibuffer--complete-and-exit): New function extracted from
2958 minibuffer-complete-and-exit.
2959 (minibuffer-complete-and-exit): Use it.
2960
2961 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2962 error message when the file doesn't exist (bug#12974).
2963
2964 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2965
2966 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2967
2968 2012-11-29 Glenn Morris <rgm@gnu.org>
2969
2970 * files.el (hack-dir-local-variables): Warn if try to set
2971 coding via dir-locals, since it doesn't work. (Bug#7169)
2972
2973 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2974 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2975 Set buffer-local value of desktop-save-buffer.
2976 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2977 New functions.
2978 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2979 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2980
2981 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2982 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2983 Doc fix.
2984 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2985 Doc fixes.
2986
2987 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2988
2989 * calc/calc-forms.el (calc-date-notation): Fix regexp
2990 used to find time codes. Fix symbol for seconds.
2991
2992 2012-11-27 Glenn Morris <rgm@gnu.org>
2993
2994 * emacs-lisp/derived.el (derived-mode-make-docstring):
2995 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2996
2997 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * textmodes/table.el (table-insert): Don't use `symbol-name' on
3000 lexically scoped variables (bug#13005).
3001
3002 2012-11-27 Glenn Morris <rgm@gnu.org>
3003
3004 * vc/vc-hooks.el (vc-mistrust-permissions):
3005 Default to t, to avoid data-loss. (Bug#11490)
3006
3007 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
3008
3009 * progmodes/python.el (python-indent-guess-indent-offset):
3010 If indentation is guessed make python-indent-offset buffer-local.
3011
3012 Fix Imenu regression.
3013 * progmodes/python.el (python-nav-beginning-of-defun):
3014 Fix forward movement when statement(s) separates point from defun.
3015 (python-imenu-prev-index-position): New function.
3016
3017 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3018
3019 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
3020
3021 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3022 Don't set buffer-file-type. Return nil. (Bug#12989)
3023
3024 2012-11-27 Glenn Morris <rgm@gnu.org>
3025
3026 * hippie-exp.el (hippie-expand-try-functions-list):
3027 Re-autoload it. (Bug#12982)
3028
3029 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3030
3031 * descr-text.el (describe-char-padded-string):
3032 Call internal-char-font only on GUI frames. (Bug#11964)
3033
3034 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
3035
3036 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3037 and obsoletion message.
3038
3039 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3042 the constructs to keep outside of the `cl-block' (bug#12977).
3043
3044 2012-11-27 Chong Yidong <cyd@gnu.org>
3045
3046 * mouse.el (mouse-drag-line): Even if the line is not draggable,
3047 keep reading until we get the up-event anyway, in order to process
3048 the up-event for mouse-1-click-follows-link (Bug#12971).
3049
3050 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3053 base function is not yet defined (bug#12965).
3054 (ad-activate-advised-definition): Use ad-compile-function.
3055 (ad-activate): Use cond.
3056
3057 2012-11-25 Leo Liu <sdl.web@gmail.com>
3058
3059 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3060 (Bug#12979)
3061
3062 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3063
3064 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3065 reftex-section-info-function in order to be compatible with
3066 Texinfo integration.
3067
3068 * textmodes/reftex.el (reftex-section-pre-regexp)
3069 (reftex-section-post-regexp, reftex-section-info-function):
3070 New variable.
3071 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3072 reftex-section-post-regexp, and reftex-section-info-function in order
3073 to be compatible with Texinfo integration.
3074
3075 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3076 use reftex-section-pre-regexp variable in order to be compatible with
3077 Texinfo integration.
3078
3079 2012-11-25 Chong Yidong <cyd@gnu.org>
3080
3081 * faces.el: Make face-spec-set more analogous to setq.
3082 (face-spec-set): Change the third arg to specify whether this
3083 function is being called via defface, customize, or a third party.
3084 Set the appropriate symbol properties. Clear the override spec if
3085 setting via Custom. Initialize face if necessary. (Bug#4988)
3086 (face-spec-recalc): Allow theme faces to completely replace the
3087 defface spec, in the same way as custom faces (Bug#8454).
3088
3089 * cus-face.el (custom-declare-face): Move face initialization to
3090 face-spec-set.
3091 (custom-theme-set-faces): Don't initialize the face name here, as
3092 that is now done in face-spec-set.
3093
3094 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3095 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3096 Simplify by using the new arg to face-spec-set.
3097
3098 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3099 reset face-override-spec too, and use custom-declare-face.
3100
3101 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
3102
3103 * term/ns-win.el (ns-initialize-window-system): Move creation of
3104 fontsets here (Bug#11964).
3105
3106 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3107
3108 * ses.el (ses-rename-cell): Correct bug on mode-line update after
3109 cell renaming.
3110
3111 2012-11-24 Chong Yidong <cyd@gnu.org>
3112
3113 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3114 obsolete.
3115
3116 * custom.el (custom-theme-set-variables): Use a topological sort
3117 for ordering by custom dependencies (Bug#12952).
3118 (custom--sort-vars, custom--sort-vars-1): New functions.
3119
3120 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3123 lexical-binding (bug#12938).
3124
3125 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
3126
3127 * image-mode.el (image-transform-check-size): Use assertions only
3128 for images of type imagemagick.
3129
3130 Otherwise no error, image-transform-fit-to-{width,height} is
3131 silently ignored, as before. Doc fix.
3132
3133 2012-11-24 Chong Yidong <cyd@gnu.org>
3134
3135 * faces.el (color-defined-p): Doc fix (Bug#12853).
3136
3137 2012-11-24 Juri Linkov <juri@jurta.org>
3138
3139 * dired.el (dired-mark): Add optional arg `interactive'.
3140 Check for `use-region-p' if `interactive' is non-nil.
3141 (dired-unmark, dired-flag-file-deletion): Add optional arg
3142 `interactive'. Call `dired-mark' with the arg `interactive'.
3143 (Bug#10624)
3144
3145 * wdired.el: Revert 2012-10-17 change partly and replace it with
3146 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3147 (wdired-finish-edit): Add marks for new file names to
3148 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
3149 after `revert-buffer'.
3150 (wdired-do-renames): Remove calls to `dired-remove-file',
3151 `dired-add-file', `dired-add-entry'. (Bug#11795)
3152
3153 2012-11-24 Alan Mackenzie <acm@muc.de>
3154
3155 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3156
3157 Fix bugs in the state cache. Enhance a debugging mechanism.
3158 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3159 "brace at column zero" strategy for C++.
3160 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3161 (c-parse-state-point): New variable.
3162 (c-record-parse-state-state): Record old parse state with
3163 `copy-tree'. Record previous value of point.
3164 (c-debug-parse-state-double-cons): New debugging function.
3165 (c-debug-parse-state): Call the above new function.
3166 (c-toggle-parse-state-debug): Output a confirmatory message.
3167
3168 * progmodes/cc-mode.el (c-before-change, c-after-change):
3169 Call c-invalidate-state-cache from `c-before-change' instead of
3170 `c-after-change'.
3171
3172 2012-11-23 Chong Yidong <cyd@gnu.org>
3173
3174 * find-cmd.el (find-constituents): Add executable, ipath,
3175 readable, samefile, writable, daystart, regextype (Bug#12856).
3176
3177 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3180
3181 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
3182
3183 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3184 definition. This fixes a bootstrap failure.
3185 (calc-gregorian-switch): In menu, put dates before regions.
3186 This is easier to follow, lines up better in the menu, and lets us
3187 coalesce regions that switch at the same time. Give country
3188 names, not "Vatican", as that's better for non-expert users.
3189 Use names that are stable between the date of switch and now, e.g.,
3190 Bohemia and Moravia (which existed then and now) and not
3191 Czechoslovakia (which didn't exist then and doesn't exist now).
3192 What is now the U.S. mostly did not switch at the same time as
3193 Britain, so omit the U.S. Correct spelling of "Britain".
3194 Catholic Switzerland was too much of a mess, so omit it.
3195
3196 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3197
3198 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3199 after the variable is changed.
3200
3201 2012-11-21 Daniel Colascione <dancol@dancol.org>
3202
3203 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3204 in SQL declarations for font-lock.
3205 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3206
3207 2012-11-21 Glenn Morris <rgm@gnu.org>
3208
3209 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3210 (face-italic-p): Add optional argument "inherit".
3211
3212 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3213 Remove -p suffix from names, for consistency with other set-face-*.
3214 (set-face-inverse-video): Fix interactive spec.
3215 * play/gamegrid.el (gamegrid-make-mono-tty-face):
3216 * textmodes/table.el (table--update-cell-face):
3217 Use set-face-inverse-video rather than now obsolete alias.
3218
3219 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3220
3221 * simple.el (line-move): Don't call line-move-partial if
3222 scroll-conservatively is in effect. (Bug#12927)
3223
3224 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3227 Fallback on completion-at-point rather than
3228 pcomplete-expand-and-complete, and only if pcomplete actually failed.
3229 (eshell-cmpl-initialize): Setup completion-at-point.
3230
3231 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3232
3233 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3234
3235 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
3236
3237 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3238 are remote, check out-of-band property for both.
3239
3240 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * window.el (switch-to-buffer): Re-add the warning that was lost in the
3243 code rewrite.
3244
3245 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3246
3247 More minor time fixes.
3248 * calendar/time-date.el: Commentary fix.
3249 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3250 too much other code depends on (0 0) time stamps.
3251 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3252 Add a couple of FIXME comments.
3253
3254 Minor cleanup for times as lists of four integers.
3255 * files.el (dir-locals-directory-cache):
3256 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3257 Doc fixes.
3258 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3259 * ps-bdf.el (bdf-file-newer-than-time):
3260 Process four-integers time stamps, not two. Doc fixes.
3261
3262 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * uniquify.el (uniquify-managed): Use defvar-local.
3265 (rename-buffer, create-file-buffer): Advise with advice-add.
3266 (uniquify-unload-function): Unadvise accordingly.
3267
3268 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3269 (trace-buffer): Don't purecopy.
3270 (trace-entry-message, trace-exit-message): Add `context' arg.
3271 (trace--timer): New var.
3272 (trace-make-advice): Adjust for use in nadvice.
3273 Add `context' argument. Delay `display-buffer' via a timer.
3274 (trace-function-internal): Use advice-add.
3275 (trace--read-args): New function.
3276 (trace-function-foreground, trace-function-background): Use it.
3277 (trace-function): Rename to trace-function-foreground and redefine as
3278 an alias to that new name.
3279 (untrace-function, untrace-all): Adjust to the use of nadvice.
3280
3281 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3282
3283 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3284
3285 * subr.el (called-interactively-p-functions): New var.
3286 (internal--called-interactively-p--get-frame): New macro.
3287 (called-interactively-p, interactive-p): Rewrite in Lisp.
3288 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3289 (called-interactively-p-functions): Use it.
3290 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3291 (called-interactively-p-functions): Use it.
3292 * allout.el (allout-called-interactively-p): Don't assume
3293 called-interactively-p is a subr.
3294
3295 2012-11-20 Glenn Morris <rgm@gnu.org>
3296
3297 * profiler.el (profiler-report-mode-map): Add a menu.
3298 No need to bind `q' because we derive from special-mode.
3299 (profiler-report-find-entry): Handle calls from the menu-bar.
3300
3301 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * emacs-lisp/byte-run.el (defun-declarations-alist):
3304 Allow a compiler-macro to be a lambda expression.
3305
3306 * progmodes/python.el: Use cl-lib. Move var declarations outside of
3307 eval-when-compile.
3308 (python-syntax-context): Add compiler-macro.
3309 (python-font-lock-keywords): Simplify with De Morgan.
3310
3311 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3312
3313 * files.el (load-file): Require match in minibuffer selection, as was
3314 the case in Emacs-20 before we changed the spec to allow .elc files
3315 (bug#12935).
3316
3317 * json.el: Don't require cl since we don't use it.
3318 * color.el: Don't require cl.
3319 (color-complement): `caddr' -> `nth 2'.
3320
3321 * calendar/time-date.el (time-to-seconds): De-obsolete.
3322
3323 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3324
3325 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
3326 year numbers.
3327 (math-date-to-julian-dt): Adjust the initial approximation for the
3328 year to deal with the new definition of the DATE.
3329
3330 2012-11-19 Daniel Colascione <dancol@dancol.org>
3331
3332 * term/w32-win.el (cygwin-convert-path-from-windows):
3333 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3334
3335 2012-11-18 Chong Yidong <cyd@gnu.org>
3336
3337 * filecache.el (file-cache--read-list): New function.
3338 (file-cache-add-directory-list, file-cache-add-file-list)
3339 (file-cache-delete-file-list, file-cache-delete-directory-list):
3340 Use it to read a list of files or directories (Bug#12846).
3341 (file-cache-add-file, file-cache-add-directory)
3342 (file-cache-delete-file-list, file-cache-delete-file-regexp)
3343 (file-cache-delete-directory): Print an message.
3344
3345 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
3346
3347 * calc/calc-forms.el (math-date-to-dt): Use integer date when
3348 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3349
3350 2012-11-18 Glenn Morris <rgm@gnu.org>
3351
3352 * image.el (insert-image, insert-sliced-image): Doc fix.
3353
3354 2012-11-18 Chong Yidong <cyd@gnu.org>
3355
3356 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3357 (Bug#12810).
3358
3359 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3360
3361 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3362 response when the target file is in a subdirectory (Bug#12757).
3363
3364 2012-11-18 Chong Yidong <cyd@gnu.org>
3365
3366 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3367
3368 2012-11-18 Glenn Morris <rgm@gnu.org>
3369
3370 * emacs-lisp/cl-lib.el (face-underline-p):
3371 Use set-face-underline rather than the alias set-face-underline-p.
3372
3373 * window.el (with-temp-buffer-window): Doc fix.
3374 * subr.el (with-output-to-temp-buffer):
3375 Add doc xref to with-temp-buffer-window.
3376
3377 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3380 * calc/calc.el (math-format-date-cache): Declare.
3381
3382 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3383
3384 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3385 It also uses January 1, 1 AD as its day number 1.
3386 * calc/calc-forms.el (math-julian-date-beginning)
3387 (math-julian-date-beginning-int): Implement this.
3388
3389 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * descr-text.el (quail-find-key):
3392 * dired.el (desktop-file-name):
3393 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3394 * generic-x.el (comint-mode, comint-exec):
3395 * image-dired.el (widget-forward):
3396 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3397 (speedbar-change-expand-button-char)
3398 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3399 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3400 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3401 (widget-field-action, widget-value-set):
3402 * speedbar.el (imenu--make-index-alist):
3403 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3404 (ring-length, ring-insert):
3405 * vcursor.el (compare-windows-skip-whitespace):
3406 * woman.el (dired-get-filename):
3407 Declare functions.
3408
3409 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3410
3411 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3412
3413 * calc/calc.el (calc-gregorian-switch): New variable.
3414
3415 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3416 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3417 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3418 (math-leap-year-p): Add option to distinguish between Julian
3419 and Gregorian calendars.
3420 (math-day-number): Use `math-day-in-year' to do the computations.
3421 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3422 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3423 to do the computations.
3424 (math-date-to-dt): Use `math-date-to-julian-dt' and
3425 `math-date-to-gregorian-dt' to do the computations.
3426 (calcFunc-weekday, math-format-date-part): Use the new version of
3427 the DATE to determine the weekday.
3428 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3429 when necessary.
3430
3431 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3432
3433 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3434 Cygwin; otherwise use 'file:'. (Bug#12914)
3435 (cygwin-convert-path-from-windows): Declare, to avoid
3436 byte-compiler warnings.
3437
3438 2012-11-17 Andreas Politz <politza@fh-trier.de>
3439
3440 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3441 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3442 prefix and negative numeric prefix args (Bug#12795).
3443
3444 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3445
3446 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3447 Don't signal an error with a score that is too low to add to the
3448 list of top scores. (Bug#12779)
3449
3450 2012-11-17 Chong Yidong <cyd@gnu.org>
3451
3452 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3453
3454 * filecache.el (file-cache-add-file): Handle relative file name in
3455 the argument (Bug#12694).
3456
3457 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3458
3459 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3460
3461 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3464
3465 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3466
3467 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3468
3469 * window.el (enlarge-window, shrink-window): Don't mention return
3470 value in doc-string (Bug#12896).
3471 (window--display-buffer): Don't resize frames - it won't work
3472 with all window managers and defeat pop-up-frame-alist.
3473 (display-buffer-alist): In doc-string explain that CONDITION can
3474 be a function and which arguments are passed to it (Bug#12854).
3475 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3476 expressions (Bug#12854).
3477 (display-buffer): Pass ACTION argument to
3478 display-buffer-assq-regexp.
3479
3480 2012-11-16 Glenn Morris <rgm@gnu.org>
3481
3482 * window.el (fit-frame-to-buffer-bottom-margin)
3483 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3484
3485 * faces.el (face-underline-p): Use face-attribute-specified-or.
3486
3487 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3490
3491 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3494
3495 2012-11-16 Glenn Morris <rgm@gnu.org>
3496
3497 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3498 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3499
3500 * faces.el (face-underline-p): Doc fix. Handle :underline being
3501 things other than `t' (a string, a list).
3502 (face-inverse-video-p): Doc fix.
3503 (set-face-underline): Rename it back from set-face-underline-p.
3504 Doc fix. Allow interactive input of values other than t.
3505 (read-face-attribute): Apply formatting to :underline,
3506 since like :box and :stipple it can take list values.
3507
3508 * term.el (ansi-term): Don't let C-x escape-char binding
3509 clobber the more standard C-c binding. (Bug#12842)
3510
3511 * subr.el (set-temporary-overlay-map): Doc fix.
3512
3513 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3514
3515 * window.el (record-window-buffer)
3516 (display-buffer-record-window): When copying the markers to
3517 window-point preserve window-point-insertion-type. (Bug#12588)
3518
3519 2012-11-16 Glenn Morris <rgm@gnu.org>
3520
3521 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3522 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3523 Use new names for hooks rather than obsolete aliases.
3524
3525 2012-11-15 Daniel Colascione <dancol@dancol.org>
3526
3527 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3528 prefix instead of "file:" so that when FILE-NAME begins with "//",
3529 as it does when the target file is on a network share, url-handler
3530 isn't confused.
3531
3532 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3535 a preactivated advice from an old advice.el; they're not compatible!
3536
3537 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3538
3539 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3540 Fix string-spec case.
3541
3542 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3543
3544 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3547 (advice--buffer-local-function-sample): New var.
3548 (advice--set-buffer-local, advice--buffer-local): New functions.
3549 (add-function, remove-function): Use them.
3550
3551 2012-11-15 Drew Adams <drew.adams@oracle.com>
3552
3553 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3554
3555 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3558 potential binding of print-gensym to t, and prettify (back)quotes in
3559 case they appear in args's default values (bug#12884).
3560
3561 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3564 (advice-eval-interactive-spec): New function.
3565 (advice--make-interactive-form): Support around advice (bug#12844).
3566
3567 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3568
3569 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3570 more strict. Add docstring.
3571 (ruby-expression-expansion-re): Extract from
3572 `ruby-match-expression-expansion'.
3573 (ruby-syntax-propertize-function): After everything else, search
3574 for expansions in string literals, mark their insides as
3575 whitespace syntax and save match data for font-lock.
3576 (ruby-font-lock-keywords): Use the 2nd group from expression
3577 expansion matches.
3578 (ruby-match-expression-expansion): Use the match data saved to the
3579 text property in ruby-syntax-propertize-function.
3580
3581 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3584 (bug#12879).
3585
3586 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3587
3588 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3589 start/end keyword a bit harder. Works with different values of N.
3590 Add more comments.
3591 (ruby-end-of-block): Update accordingly.
3592
3593 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * woman.el (woman-file-name): Don't mess with unread-command-events
3596 (bug#12861).
3597
3598 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3599 Remove out of date self-require hack.
3600 (ad-do-advised-functions): Use simple `dolist'.
3601 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3602 (ad-advice-definition): Redefine as functions.
3603 (ad-advice-classes): Move before first use.
3604 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3605 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3606 (ad--defalias-fset): Remove functions.
3607 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3608 (ad-get-orig-definition): Rewrite.
3609 (ad-make-advised-definition-docstring): Change base docstring.
3610 (ad-real-orig-definition): Rewrite.
3611 (ad-map-arglists): Change name of called function.
3612 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3613 (ad-make-advised-definition): Simplify.
3614 (ad-assemble-advised-definition): Tweak for new calling context.
3615 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3616 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3617 function and call ad-activate if needed.
3618 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3619 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3620 (ad-compile-function): Compile ad-Advice-*.
3621 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3622 (ad-start-advice, ad-stop-advice): Remove.
3623
3624 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3625
3626 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3627 period before class method names, not after. Remove handling of
3628 one impossible case. Add comments.
3629
3630 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * emacs-lisp/advice.el: Remove support for freezing.
3633 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3634 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3635 Remove support for `freeze'.
3636
3637 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3638 override the default.
3639 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3640 cl--dotimes/dolist.
3641 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3642 `cl' is loaded.
3643
3644 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3645 from add-advice.
3646 (advice--strip-macro): New function.
3647 (advice--defalias-fset): Use them to handle macros.
3648 (advice-add): Use them.
3649 (advice-member-p): Correctly handle macros.
3650
3651 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3652
3653 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3654 Never font-lock the beginning of singleton class as heredoc.
3655
3656 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3659
3660 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3661
3662 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3663 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3664 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3665
3666 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3667
3668 Fix end-of-defun misbehavior.
3669 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3670 python-beginning-of-defun-function. Handle nested defuns
3671 correctly.
3672 (python-nav-end-of-defun): Rename from
3673 python-end-of-defun-function. Ensure forward movement.
3674 (python-info-current-defun): Reimplement to work as intended
3675 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3676 parent defuns as soon as possible.
3677
3678 2012-11-13 Glenn Morris <rgm@gnu.org>
3679
3680 * progmodes/flymake.el (flymake-error-bitmap)
3681 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3682 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3683
3684 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3685
3686 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3687 backward, always stop at indentation. Reverts the change from
3688 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3689
3690 2012-11-13 Glenn Morris <rgm@gnu.org>
3691
3692 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3693 Add ibuffer-filter-by-derived-mode.
3694
3695 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3696 the same name shadowing each other.
3697
3698 * window.el (with-temp-buffer-window): Doc tweak.
3699
3700 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3701
3702 * help.el (temp-buffer-max-height):
3703 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3704 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3705
3706 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * emacs-lisp/nadvice.el: New package.
3709 * subr.el (special-form-p): New function.
3710 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3711 (elp-all-instrumented-list): Remove var.
3712 (elp-not-profilable): Remove elp-wrapper.
3713 (elp-profilable-p): Use autoloadp and special-form-p.
3714 (elp--advice-name): New const.
3715 (elp-instrument-function): Use advice-add.
3716 (elp--instrumented-p): New predicate.
3717 (elp-restore-function): Use advice-remove.
3718 (elp-restore-all, elp-reset-all): Use mapatoms.
3719 (elp-set-master): Use elp--instrumented-p.
3720 (elp--make-wrapper): Rename from elp-wrapper, return a function
3721 suitable for advice-add. Use cl-inf.
3722 (elp-results): Use mapatoms+elp--instrumented-p.
3723 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3724 (debug-function-list): Remove var.
3725 (debug): Rename arg, and then let-bind it explicitly inside.
3726 (debugger-setup-buffer): Rename arg.
3727 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3728 (debugger-frame-number): Adjust to new debug-on-entry setup.
3729 (debug--implement-debug-on-entry): Rename from
3730 implement-debug-on-entry, add argument.
3731 (debugger-special-form-p): Remove, use special-form-p instead.
3732 (debug-on-entry): Use advice-add.
3733 (debug--function-list): New function.
3734 (cancel-debug-on-entry): Use it, along with advice-remove.
3735 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3736 (debugger-list-functions): Use debug--function-list instead of
3737 debug-function-list.
3738 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3739 (ad-special-form-p): Remove, use special-form-p instead.
3740 (ad-set-advice-info): Use add-function and remove-function.
3741 (ad--defalias-fset): Adjust accordingly.
3742
3743 2012-11-10 Glenn Morris <rgm@gnu.org>
3744
3745 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3746 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3747 (report-emacs-bug-create-existing-bugs-buffer)
3748 (report-emacs-bug-parse-query-results)
3749 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3750
3751 * term.el (term-default-fg-color, term-default-bg-color):
3752 Make obsolete, rather than just saying "deprecated" in the doc.
3753
3754 * term.el (term): Rename from `term-face'.
3755 (term-current-face, ansi-term-color-vector)
3756 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3757 Update all users.
3758
3759 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3760
3761 * server.el (server-create-window-system-frame): Handle Nextstep
3762 specially (Bug#12780).
3763
3764 2012-11-10 Glenn Morris <rgm@gnu.org>
3765
3766 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3767 Unautoload, and make obsolete. (Bug#7449)
3768
3769 2012-11-10 Chong Yidong <cyd@gnu.org>
3770
3771 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3772 rename from diff-remove-trailing-whitespace (Bug#12831).
3773
3774 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3777 miscompilation of trace.el.
3778
3779 2012-11-10 Glenn Morris <rgm@gnu.org>
3780
3781 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3782
3783 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3786 (bug#12812).
3787
3788 2012-11-10 Chong Yidong <cyd@gnu.org>
3789
3790 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3791 a defcustom with an appropriate :set function.
3792 (minibuffer-default--in-prompt-regexps): New function.
3793
3794 2012-11-10 Glenn Morris <rgm@gnu.org>
3795
3796 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3797 (define-modify-macro): Doc fixes.
3798
3799 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3800 (gv-define-simple-setter): Update doc of `fix-return'.
3801
3802 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3805 twice when `fix-return' is set (bug#12813).
3806
3807 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3808 gv-define-simple-setter (bug#12812).
3809
3810 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3811 (bug#12756).
3812
3813 2012-11-10 Glenn Morris <rgm@gnu.org>
3814
3815 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3816
3817 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3818 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3819 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3820 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3821
3822 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3823
3824 2012-11-10 Leo Liu <sdl.web@gmail.com>
3825
3826 * ido.el (ido-set-matches-1): Improve flex matching performance by
3827 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3828
3829 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3832 (ad--defalias-fset): New function.
3833 (ad-safe-fset): Remove.
3834 (ad-make-freeze-definition): Use cl-letf*.
3835
3836 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * subr.el (dolist): Don't bind VAR in RESULT.
3839
3840 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3841 (fset, documentation): Don't save real def since we don't advise.
3842 (ad-do-advised-functions): Remove problematic `result-form'.
3843 (ad-safe-fset): `ad-real-fset' => `fset'.
3844 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3845 uses CL's dolist internally.
3846 (ad-arglist): Remove unused arg `name'.
3847 (ad-docstring, ad-make-advised-docstring):
3848 `ad-real-documentation' => `documentation'.
3849 (warning-suppress-types): Declare.
3850 (ad-set-arguments): Simple CSE.
3851 (ad-recover-normality): Sanity check.
3852
3853 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3854 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3855
3856 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3857
3858 * ses.el: symbol to coordinate mapping is made by symbol property
3859 `ses-cell'. This means that the same mapping is done for all SES
3860 sheets. That is good enough for cells with standard A1 names, but
3861 not for named cell. So a hash map is added for the latter.
3862 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3863 (ses-sym-rowcol): Use hashmap for named cell.
3864 (ses-is-cell-sym-p): New defun.
3865 (ses-decode-cell-symbol): New defun.
3866 (ses-create-cell-variable): Add cell to hashmap when name is not
3867 A1-like.
3868 (ses-rename-cell): Check that cell new name is not already in
3869 spreadsheet with the use of ses-is-cell-sym-p
3870 (ses-rename-cell): Use hash map for named cells, but accept also
3871 renaming back to A1-like.
3872
3873 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * emacs-lisp/advice.el: Use new dynamic docstrings.
3876 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3877 Use dynamic-docstring-function instead of ad-advice-info.
3878 (ad--make-advised-docstring): New function extracted from
3879 ad-make-advised-docstring.
3880 (ad-make-advised-docstring): Use it.
3881 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3882 from sql-help.
3883 (sql-help): Use it with dynamic-docstring-function.
3884
3885 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3886
3887 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * files.el (hack-one-local-variable--obsolete): New function.
3890 (hack-one-local-variable): Use it for obsolete settings.
3891
3892 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3893 the new name.
3894
3895 * progmodes/js.el (js--filling-paragraph): New var.
3896 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3897 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3898 less sneaky.
3899
3900 2012-11-08 Julien Danjou <julien@danjou.info>
3901
3902 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3903 `auto-mode-alist' (Bug#12835).
3904
3905 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3908 (perl--prettify-symbols-alist): New const.
3909 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3910 New functions.
3911 (perl-font-lock-keywords-2): Use them.
3912 (perl-electric-noindent-p): New function.
3913 (perl-mode): Use it to set up electric-indent-mode.
3914 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3915 (perl-mode-map): Remove bindings for them.
3916 (perl-imenu-generic-expression, perl-outline-level):
3917 Match functions&packages in column>0.
3918
3919 * env.el (env--substitute-vars-regexp): New const.
3920 (substitute-env-vars): Use it. Add `only-defined' arg.
3921 * net/tramp.el (tramp-replace-environment-variables): Use it.
3922
3923 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3924 Byte-compile *before* eval in eval-and-compile.
3925 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3926 (byte-compile-file-form-autoload): Don't hide actual definition.
3927 (byte-compile-maybe-guarded): Accept `functionp' as well.
3928
3929 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3930
3931 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3932
3933 * notifications.el (notifications-get-server-information-method):
3934 New defconst.
3935 (notifications-get-capabilities): Fix docstring.
3936 (notifications-get-server-information): New defun.
3937
3938 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3939
3940 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3941 readability.
3942
3943 * textmodes/ispell.el: Experimental support for support debugging.
3944 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3945 buffer for ispell.
3946 (ispell-print-if-debug): New function to print stuff to
3947 `ispell-debug-buffer' if debugging is enabled.
3948 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3949 show some debugging info.
3950 (ispell-buffer-with-debug): New function that creates a debugging
3951 buffer and calls `ispell-buffer' with debugging enabled.
3952
3953 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3954 comment in autoconf mode. (Bug#12768)
3955
3956 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3957
3958 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3959 frame-first-window, frame-root-window, frame-selected-window,
3960 minibuffer-selected-window, minibuffer-window,
3961 window-absolute-pixel-edges, window-at, window-body-height,
3962 window-body-width, window-display-table, window-combination-limit,
3963 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3964 window-inside-edges, window-inside-pixel-edges, window-left-child,
3965 window-left-column, window-margins, window-next-buffers,
3966 window-next-sibling, window-new-normal, window-new-total,
3967 window-normal-size, window-parameter, window-parameters, window-parent,
3968 window-pixel-edges, window-point, window-prev-buffers,
3969 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3970 window-start, window-text-height, window-top-child, window-top-line,
3971 window-total-height, window-total-width and window-use-time to the list
3972 of functions without side-effects.
3973 (toplevel): Add window-valid-p to the list of error-free functions
3974 without side-effects.
3975
3976 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3977
3978 * textmodes/ispell.el (ispell-program-name):
3979 Update spellchecker parameters when customized.
3980
3981 2012-11-04 Glenn Morris <rgm@gnu.org>
3982
3983 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3984
3985 2012-11-04 Chong Yidong <cyd@gnu.org>
3986
3987 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3988 same-window-* variables.
3989
3990 2012-11-04 Juri Linkov <juri@jurta.org>
3991
3992 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3993 (isearch-describe-key, isearch-describe-mode): Use a display
3994 action instead of binding same-window-* variables (Bug#10040).
3995
3996 2012-11-03 Glenn Morris <rgm@gnu.org>
3997
3998 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3999 Rename handler properties back from cl-- to cl-. (Bug#12788)
4000
4001 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4002
4003 2012-11-03 Eli Zaretskii <eliz@gnu.org>
4004
4005 * term/pc-win.el: Don't load term/internal from here.
4006
4007 * loadup.el: Load term/internal from here.
4008
4009 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
4010
4011 * progmodes/python.el (inferior-python-mode): Fix hang in
4012 jit-lock (Bug#12645).
4013
4014 2012-11-03 Martin Rudalics <rudalics@gmx.at>
4015
4016 * window.el (switch-to-visible-buffer)
4017 (switch-to-buffer-preserve-window-point): Fix doc-strings.
4018
4019 2012-11-03 Glenn Morris <rgm@gnu.org>
4020
4021 * emacs-lisp/cl-lib.el (cl--random-time):
4022 Rename from cl-random-time. (Bug#12773)
4023 (cl--gensym-counter, cl--random-state): Update callers.
4024 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4025
4026 2012-11-03 Chong Yidong <cyd@gnu.org>
4027
4028 * cus-start.el: Make cursor-type customizable (Bug#11633).
4029
4030 2012-11-02 Glenn Morris <rgm@gnu.org>
4031
4032 * filecache.el: No need to load find-lisp when compiling.
4033 (find-lisp-find-files): Autoload it.
4034 (file-cache-add-directory-recursively): Don't require find-lisp.
4035
4036 * image.el (image-type-from-file-name): Trivial simplification.
4037
4038 * emacs-lisp/bytecomp.el (byte-compile-eval):
4039 Decouple "noruntime" and "cl-functions" warnings.
4040
4041 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
4042
4043 * play/gomoku.el (gomoku-display-statistics): Update mode line
4044 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4045
4046 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4047
4048 * window.el (quit-restore-window): If the window has been
4049 created on an existing frame and ended up as the sole window on
4050 that frame, do not delete it (Bug#12764).
4051
4052 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4055 Rename from sh--inside-arithmetic-expression, handle more cases
4056 (bug#11263).
4057
4058 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4059 (sh-font-lock-open-heredoc): Use it (bug#12770).
4060
4061 2012-10-30 Glenn Morris <rgm@gnu.org>
4062
4063 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
4064
4065 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
4066
4067 2012-10-29 Chong Yidong <cyd@gnu.org>
4068
4069 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4070 function key is stored in a keyboard macro (Bug#4894).
4071
4072 * thingatpt.el (number-at-point): Apply a thing-at-point property.
4073
4074 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4077 header comments".
4078 (diff-unified->context, diff-context->unified)
4079 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4080
4081 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4082
4083 * files.el (find-alternate-file): Only ask one question (bug#12487).
4084
4085 2012-10-29 Chong Yidong <cyd@gnu.org>
4086
4087 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4088 Suggested by Dan Nicolaescu (Bug#6326).
4089
4090 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4091
4092 * startup.el (fancy-about-screen): Don't message (Bug#12680).
4093
4094 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4095
4096 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4097
4098 * face-remap.el (face-remap-add-relative): Handle the case where a
4099 face-remapping-alist entry is a cons cell (Bug#12762).
4100
4101 2012-10-29 Kevin Ryde <user42@zip.com.au>
4102
4103 * woman.el (woman-parse-numeric-value): Handle picas correctly
4104 (Bug#12639).
4105
4106 2012-10-29 Glenn Morris <rgm@gnu.org>
4107
4108 * emacs-lisp/cl.el (defsetf): Doc fix.
4109
4110 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4113 syntax to the matching opener, if any (bug#12547).
4114 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4115 matching open as a "case-(".
4116 (sh-smie-rc-grammar): Add a corresponding rule for it.
4117
4118 2012-10-28 Daniel Hackney <dan@haxney.org>
4119
4120 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4121 "PKGNAME-autoloads.el" in case we created it.
4122
4123 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4126 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4127 (completion--twq-all): Disable too-strict assertions.
4128
4129 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4130
4131 2012-10-27 Eli Zaretskii <eliz@gnu.org>
4132
4133 * profiler.el (profiler-report-make-entry-part): Fix help-echo
4134 text to match the real keybindings.
4135
4136 2012-10-27 Juri Linkov <juri@jurta.org>
4137
4138 * wdired.el (wdired-keep-marker-rename): New defcustom.
4139 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4140 (Bug#11795)
4141
4142 * dired.el (dired-keep-marker-rename): Add reference to
4143 `wdired-keep-marker-rename' in the docstring.
4144 Add default character value ?R to display initially in
4145 Customization UI instead of ?@.
4146
4147 2012-10-27 Martin Rudalics <rudalics@gmx.at>
4148
4149 * window.el (display-buffer): In doc-string describe
4150 window-height and window-width alist entries.
4151
4152 * time.el (display-time-world): Restore fit-window-to-buffer
4153 behavior.
4154
4155 2012-10-27 Chong Yidong <cyd@gnu.org>
4156
4157 * subr.el (insert-buffer-substring-as-yank): Doc fix.
4158
4159 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
4160
4161 * minibuffer.el (completion-category-overrides): New completion
4162 category `bookmark' (bug#11131).
4163
4164 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * emacs-lisp/advice.el (ad-assemble-advised-definition):
4167 Silence bogus compiler warnings for ad-do-it.
4168
4169 * bookmark.el (bookmark-completing-read): Set the completion category
4170 to `bookmark' (bug#11131).
4171
4172 2012-10-26 Bastien <bzg@altern.org>
4173 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * face-remap.el: Use lexical-binding.
4176 (text-scale-adjust): Improve docstring. Use itself for the temporary
4177 overlay-map bindings, so as to repeat the "Use..." message each time.
4178
4179 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * emacs-lisp/macroexp.el (macroexp--expand-all):
4182 Obey byte-compile-warning-enabled-p (bug#12486).
4183
4184 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4185 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4186
4187 2012-10-26 Martin Rudalics <rudalics@gmx.at>
4188
4189 * mouse.el (mouse-drag-line): Move last form into preceding when
4190 clause (Bug#12731).
4191
4192 * help.el (resize-temp-buffer-window): Fix doc-string.
4193
4194 2012-10-25 David Engster <deng@randomsample.de>
4195
4196 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4197 Remove. This feature is already integrated in imenu.
4198
4199 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4200 always loaded. Require `speedbar' unconditionally.
4201
4202 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4205
4206 * minibuffer.el (minibuffer-force-complete): Fix thinko.
4207
4208 * net/ldap.el (ldap-search-internal): The official ldif format starts
4209 with a "version: 1" header (bug#12724).
4210
4211 * emacs-lisp/package.el (package-installed-p): Warn if not ready
4212 (bug#12721).
4213
4214 2012-10-25 Glenn Morris <rgm@gnu.org>
4215
4216 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4217
4218 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * minibuffer.el (minibuffer-force-complete): Use one more marker
4221 for the temporary-overlay-map command (bug#12619).
4222
4223 2012-10-24 Chong Yidong <cyd@gnu.org>
4224
4225 * time.el (display-time-world-mode): Derive from special-mode.
4226 (display-time-world): Use display-buffer (Bug#12708).
4227 (display-time-world-mode-map): Variable deleted.
4228 (display-time-world-display): Wrap the final delete-char inside
4229 inhibit-read-only.
4230
4231 2012-10-24 Chong Yidong <cyd@gnu.org>
4232
4233 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4234 Doc fix.
4235
4236 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4237
4238 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * minibuffer.el (completion--all-sorted-completions-location): New var.
4241 (completion--cache-all-sorted-completions)
4242 (completion--flush-all-sorted-completions): Use it.
4243 (completion-in-region, completion-in-region--postch)
4244 (completion-at-point, completion-help-at-point): Use markers in
4245 completion-in-region--data (bug#12619).
4246
4247 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * progmodes/compile.el (compilation-start): Try to handle common
4250 quoting of `cd' argument (bug#12640).
4251
4252 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4253 (bug#12671).
4254
4255 2012-10-23 Glenn Morris <rgm@gnu.org>
4256
4257 * progmodes/gud.el (gud-menu-map):
4258 Check gdb-active-process is bound. (Bug#12358)
4259
4260 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * repeat.el (repeat): Set real-this-command (bug#12232).
4263
4264 * htmlfontify.el (hfy-post-html-hook):
4265 * filesets.el (filesets-cache-fill-content-hook):
4266 * arc-mode.el (archive-extract-hook):
4267 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4268 * net/rcirc.el (rcirc-sentinel-functions)
4269 (rcirc-receive-message-functions, rcirc-activity-functions)
4270 (rcirc-print-functions):
4271 * net/dbus.el (dbus-event-error-functions):
4272 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4273 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4274 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4275 * term/sun.el (sun-raw-prefix-hooks):
4276 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4277
4278 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
4279
4280 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4281 Set `tramp-chunksize' to 1. This improves the performance.
4282 (tramp-smb-wait-for-output): Add timeout to
4283 `tramp-accept-process-output' calls.
4284
4285 2012-10-23 Chong Yidong <cyd@gnu.org>
4286
4287 * faces.el (font-list-limit): Define as an obsolete variable.
4288
4289 * startup.el (command-line):
4290 * cus-start.el: Don't refer to font-list-limit.
4291
4292 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4293
4294 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * subr.el (internal-temp-output-buffer-show): Rename from
4297 temp-output-buffer-show, since previously compiled files expect this name.
4298
4299 2012-10-23 Glenn Morris <rgm@gnu.org>
4300
4301 * image.el (image-type-from-file-name): If multiple types match,
4302 return the first one that is supported. (Bug#9045)
4303
4304 2012-10-22 Glenn Morris <rgm@gnu.org>
4305
4306 * image.el (imagemagick-enabled-types): Doc fix.
4307
4308 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
4309
4310 * progmodes/which-func.el (which-func-current): The hash-table may have
4311 an explicit nil (bug#12338).
4312
4313 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * electric.el (electric-pair-delete-selection-self-insert-function):
4316 Rename to electric-pair-will-use-region, return a boolean.
4317 (electric-pair-mode): Adjust accordingly. Don't require delsel.
4318
4319 * delsel.el (delete-selection-helper): Use a function instead of a hook.
4320 (delete-selection-pre-hook): Use use-region-p.
4321 (delete-selection-self-insert-function): Remove.
4322 (self-insert-command): Obey self-insert-uses-region-functions.
4323 (self-insert-iso): Revert to previous setting, since we don't actually
4324 know what that command does.
4325 (delete-selection-self-insert-hooks): Remove.
4326
4327 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
4328
4329 * delsel.el (delete-selection-helper): New function, extracted from
4330 delete-selection-pre-hook.
4331 (delete-selection-pre-hook): Use it.
4332 (delete-selection-self-insert-function): New function.
4333 (delete-selection-self-insert-hooks): New hook.
4334 (self-insert-command, self-insert-iso): Use it.
4335 * electric.el (electric-pair-syntax): New function, extracted from
4336 electric-pair-post-self-insert-function.
4337 (electric-pair-post-self-insert-function): Use it.
4338 (electric-pair-delete-selection-self-insert-function): New function.
4339 (electric-pair-mode): Require delsel and setup
4340 delete-selection-self-insert-hooks (bug#11520).
4341
4342 2012-10-20 Chong Yidong <cyd@gnu.org>
4343
4344 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4345 no changes to show (Bug#12586).
4346
4347 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4348 list explicitly (Bug#12571).
4349
4350 2012-10-20 Arne Jørgensen <arne@arnested.dk>
4351
4352 * progmodes/flymake.el (flymake-create-temp-inplace):
4353 Use file-truename.
4354
4355 2012-10-20 Eli Zaretskii <eliz@gnu.org>
4356
4357 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
4358
4359 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4360
4361 * calc/calc-units.el (math-extract-units): Properly extract powers
4362 of units.
4363
4364 2012-10-20 Daniel Colascione <dancol@dancol.org>
4365
4366 * frame.el (make-frame): Set x-display-name as we used to in order
4367 to unbreak creating an X11 frame from an Emacs daemon started
4368 without a display.
4369
4370 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4373 the same completion-field (bug#12221).
4374
4375 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4376
4377 * emacs-lisp/debug.el (debug): Record height of debugger window
4378 also when debugger will be back (Bug#8789).
4379
4380 2012-10-18 Chong Yidong <cyd@gnu.org>
4381
4382 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4383 Convert to defcustom.
4384 (gdb-get-source-file): Don't bind pop-up-windows.
4385
4386 * progmodes/gud.el (gud-display-line): Don't specially re-use
4387 other frames for the gdb-mi case (Bug#12648).
4388
4389 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * emacs-lisp/advice.el: Clean up commentary a bit.
4392 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4393 (byte-code-function-p): Never redefine.
4394
4395 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4396
4397 2012-10-18 Glenn Morris <rgm@gnu.org>
4398
4399 * dired.el (dired-sort-toggle): Some ls implementations only allow
4400 a single option string. (Bug#12666)
4401
4402 * minibuffer.el (completion-cycle-threshold): Doc fix.
4403
4404 2012-10-17 Kenichi Handa <handa@gnu.org>
4405
4406 * international/mule.el (set-keyboard-coding-system):
4407 Recover input meta mode when the new coding system doesn not use 8-bit.
4408 Supply TERMINAL arg to set-input-meta-mode.
4409
4410 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4411
4412 * wdired.el (wdired-old-marks): New variable.
4413 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4414 (wdired-do-renames): Move point with renamed file and don't lose
4415 mark status (Bug#11795).
4416
4417 2012-10-16 Juri Linkov <juri@jurta.org>
4418
4419 * replace.el (query-replace-help): Mention multi-buffer replacement
4420 keys in the Help message. (Bug#12655)
4421
4422 2012-10-15 Chong Yidong <cyd@gnu.org>
4423
4424 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4425
4426 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4427
4428 * window.el (display-buffer): Doc fix.
4429
4430 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4431 Adjust the msft regexp to the output of Studio 2010, and move msft
4432 before edg-1. See the discussion on emacs-devel,
4433 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4434 for the details.
4435
4436 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4439 (oset): Move uses of object-class-fast macro after its definition.
4440
4441 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4442
4443 2012-10-13 Chong Yidong <cyd@gnu.org>
4444
4445 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4446 enabled, re-enable it (Bug#11963).
4447
4448 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4449
4450 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4451 non-nil, restore window configuration (Bug#12623).
4452
4453 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * help-fns.el (describe-variable, describe-function-1):
4456 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4457
4458 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4459
4460 2012-10-12 Glenn Morris <rgm@gnu.org>
4461
4462 * mail/rmailsum.el (rmail-header-summary):
4463 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4464
4465 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4466
4467 * progmodes/python.el (python-mode-map):
4468 Replace subtitute-key-definition with proper command remapping.
4469 (python-nav--up-list): Fix behavior for blocks on the same level.
4470
4471 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4474
4475 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4476 changes to the format of load-history.
4477
4478 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4479 completion-ignore-case in case that var is buffer-local (bug#12615).
4480
4481 2012-10-11 Kenichi Handa <handa@gnu.org>
4482
4483 * international/eucjp-ms.el: Re-generated.
4484
4485 2012-10-10 Kenichi Handa <handa@gnu.org>
4486
4487 * select.el (xselect--encode-string): If a coding is specified for
4488 selection, and that is compatible with COMPOUND_TEXT, use it.
4489
4490 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4491
4492 * window.el (switch-to-buffer-preserve-window-point): New option.
4493 (switch-to-buffer):
4494 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4495
4496 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4499 Don't document nil as a useful value (bug#12583).
4500
4501 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4502
4503 * net/tramp.el (tramp-debug-message):
4504 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4505 (with-tramp-progress-reporter): Rename from
4506 `tramp-with-progress-reporter'.
4507 (with-tramp-file-property, with-tramp-connection-property):
4508 Move from tramp-cache.el, rename from `with-file-property' and
4509 `with-connection-property', respectively.
4510
4511 * net/tramp-cache.el: Remove `with-file-property' and
4512 `with-connection-property'.
4513
4514 * net/tramp.el:
4515 * net/tramp-gvfs.el:
4516 * net/tramp-sh.el:
4517 * net/tramp-smb.el: Adapt callees.
4518
4519 * net/trampver.el: Update release number.
4520
4521 2012-10-09 Glenn Morris <rgm@gnu.org>
4522
4523 * w32-fns.el (set-message-beep):
4524 * term/w32-win.el (set-message-beep): Update declarations.
4525
4526 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4529 (mode-line-widen, mode-line-input-method-map)
4530 (mode-line-coding-system-map, mode-line-remote)
4531 (mode-line-unbury-buffer, mode-line-bury-buffer)
4532 (mode-line-next-buffer, mode-line-previous-buffer):
4533 Replace save-selected-window+select-window => with-selected-window.
4534
4535 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4536 * progmodes/cc-vars.el (bq-process): Remove, unused.
4537
4538 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4539
4540 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4541
4542 Implemented `backward-up-list'-like navigation.
4543 * progmodes/python.el (python-nav-up-list)
4544 (python-nav-backward-up-list): New functions.
4545 (python-mode-map): Define substitute key for backward-up-list to
4546 python-nav-backward-up-list.
4547
4548 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4549
4550 * progmodes/python.el (python-fill-paragraph): Rename from
4551 python-fill-paragraph-function. Fixed fill-paragraph for
4552 decorators (Bug#12605).
4553
4554 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4555
4556 * progmodes/python.el (python-shell-output-filter): Handle extra
4557 carriage return in OSX (Bug#12409).
4558
4559 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4560
4561 Fix shell handling of unbalanced quotes and parens in output.
4562 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4563 (python-syntax-propertize-function): Use it.
4564 (python-shell-output-syntax-table): New var.
4565 (inferior-python-mode): Prevent unbalanced parens/quotes from
4566 previous output mess with current input context.
4567
4568 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4569
4570 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4571 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4572
4573 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4574
4575 * ffap.el (ffap-replace-file-component): Support Tramp file name
4576 syntax, not only ange-ftp's one.
4577
4578 2012-10-08 Glenn Morris <rgm@gnu.org>
4579
4580 * cus-start.el (message-log-max): Set :version.
4581
4582 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4583
4584 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4585
4586 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4587 the minibuffer window (Bug#10851).
4588
4589 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4590
4591 Enhancements on forward-sexp movement.
4592 * progmodes/python.el (python-nav-beginning-of-statement)
4593 (python-nav-end-of-statement): Return point-marker.
4594 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4595 (python-info-current-symbol)
4596 (python-info-statement-starts-block-p): Rename from
4597 python-info-beginning-of-block-p.
4598 (python-info-statement-ends-block-p): Rename from
4599 python-info-end-of-block-p.
4600 (python-info-beginning-of-statement-p)
4601 (python-info-end-of-statement-p)
4602 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4603 New functions.
4604
4605 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4608 frame-selected-windows.
4609
4610 2012-10-08 Daniel Colascione <dancol@dancol.org>
4611
4612 * battery.el (battery-status-function): Check for
4613 w32-battery-status itself, not system-time windows-nt.
4614
4615 * frame.el: Require cl-lib.
4616 (display-format-alist): New variable mapping frame types to
4617 functions that initialize them.
4618 (window-system-for-display): New function: interprets
4619 display-format-alist.
4620 (make-frame-on-display): Remove existing display-selection logic
4621 and just forward to make-frame, which will now DTRT.
4622 (make-frame): Restructure to use window-system-for-display to
4623 figure out how to create a frame on a given display.
4624 (display-mouse-p): Look for frame-type w32, not a particular
4625 system-type.
4626
4627 * loadup.el: Load w32 lisp code when we have the w32 feature.
4628
4629 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4630 system-type windows-nt.
4631
4632 * server.el (server-create-window-system-frame): Look for window
4633 type.
4634 (server-proces-filter): Only force a window system when windows-nt
4635 _and_ w32. Explain why.
4636
4637 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4638 of window systems we configure for the mode.
4639
4640 * startup.el (command-line): Mark window system is initialized
4641 after we've done it.
4642
4643 * common-win.el (x-select-text): Look for w32, not windows-nt.
4644
4645 * ns-win.el: Require cl-lib. Add ourselves to
4646 display-format-alist.
4647 (ns-initialize-window-system): Assert we're not initialized twice.
4648
4649 * w32-win.el: Enable lexical binding; require cl-lib; add
4650 ourselves to display-format-alist.
4651 (w32-handle-dropped-file): Convert incoming dropped files from
4652 Windows paths to Cygwin ones before passing them on to the rest of
4653 Emacs.
4654 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4655 (w32-initialize-window-system): Assert we're not initialized twice.
4656
4657 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4658 (x-initialize-window-system): Assert we're not initialized twice.
4659
4660 * w32-common-fns.el: New File.
4661 (w32-version, w32-using-nt, w32-get-clipboard-data)
4662 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4663 (w32-charset-info-alist, x-last-selected, text)
4664 (x-get-selection-value, x-selection-value): Move here.
4665
4666 * w32-fns.el: Require w32-common-fns.
4667 (w32-version, w32-using-nt, w32-get-clipboard-data)
4668 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4669 (w32-charset-info-alist, x-last-selected, text)
4670 (x-get-selection-value, x-selection-value): Move to
4671 w32-common-fns.
4672
4673 * w32-vars.el:
4674 (w32-allow-system-shell, w32-system-shells): Define only in
4675 non-cygwin case.
4676
4677 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4680 (read-passwd): Remove a few more potential sources of leaks.
4681
4682 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4683
4684 * progmodes/python.el (inferior-python-mode)
4685 (python-shell-make-comint): Fix initialization of local
4686 variables copied from parent buffer.
4687
4688 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4689
4690 * term/ns-win.el (ns-read-file-name): Update declaration to match
4691 nsfns.m.
4692 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4693 it is set when font is acted upon.
4694
4695 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4696
4697 Enhancements to indentation.
4698 * progmodes/python.el (python-indent-context): Give priority to
4699 inside-string context. Make comments indentation markers.
4700 (python-indent-region): Do not mess with strings, unless it's the
4701 enclosing set of quotes.
4702
4703 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * window.el (internal--before-save-selected-window)
4706 (internal--after-save-selected-window): New functions extracted from
4707 save-selected-window. Make sure we return the `alist' we construct.
4708 (save-selected-window): Use them.
4709
4710 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4711 Use with-selected-window.
4712
4713 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4714 forms that define macros (bug#12593).
4715
4716 2012-10-07 Kenichi Handa <handa@gnu.org>
4717
4718 * international/mule-conf.el (compound-text-with-extensions):
4719 Add :mime-charset property as x-ctext.
4720
4721 2012-10-07 Stefan Merten <smerten@oekonux.de>
4722
4723 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4724 (rst-indent-literal-normal, rst-indent-literal-minimized)
4725 (rst-indent-comment): Correct :version tag.
4726 (rst-official-cvs-rev): Correct version string.
4727
4728 2012-10-07 Glenn Morris <rgm@gnu.org>
4729
4730 * mail/rmailmm.el (rmail-mime-process-multipart):
4731 Do not confuse a multipart message with an epilogue
4732 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4733
4734 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4735
4736 Fix shell output retrieval and comint-prompt-regexp init.
4737 * progmodes/python.el (inferior-python-mode):
4738 (python-shell-make-comint): Fix initialization of
4739 comint-prompt-regexp from copied file local variables.
4740 (python-shell-fetched-lines): Remove var.
4741 (python-shell-output-filter-in-progress): Rename from
4742 python-shell-fetch-lines-in-progress.
4743 (python-shell-output-filter-buffer): Rename from
4744 python-shell-fetch-lines-string.
4745 (python-shell-fetch-lines-filter): Delete function.
4746 (python-shell-output-filter): New function.
4747 (python-shell-send-string-no-output): Use them.
4748
4749 2012-10-07 Glenn Morris <rgm@gnu.org>
4750
4751 * hi-lock.el (hi-lock-process-phrase):
4752 Try to make it less fragile. (Bug#7161)
4753
4754 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4755
4756 2012-10-06 Glenn Morris <rgm@gnu.org>
4757
4758 * ehelp.el (electric-help-mode): Use help-mode rather than
4759 non-existent mode `help'.
4760 (electric-help-map): Use button-buffer-map. (Bug#10917)
4761
4762 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4763 (reftex-create-bibtex-footer): Fix custom types.
4764
4765 * progmodes/sh-script.el (sh-indent-after-continuation):
4766 Add explicit :group.
4767
4768 * textmodes/rst.el (rst-preferred-decorations)
4769 (rst-shift-basic-offset): Clarify obsolescence versions.
4770
4771 * profiler.el (profiler): Add missing group :version tag.
4772 * avoid.el (mouse-avoidance-banish-position):
4773 * proced.el (proced-renice-command):
4774 * calc/calc.el (calc-ensure-consistent-units):
4775 * calendar/icalendar.el (icalendar-import-format-uid):
4776 * net/tramp.el (tramp-save-ad-hoc-proxies):
4777 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4778 * progmodes/flymake.el (flymake-error-bitmap)
4779 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4780 * progmodes/sh-script.el (sh-indent-after-continuation):
4781 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4782 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4783 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4784 (vhdl-array-index-record-field-in-sensitivity-list)
4785 (vhdl-indent-comment-like-next-code-line):
4786 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4787 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4788 (reftex-cite-key-separator, reftex-create-bibtex-header)
4789 (reftex-create-bibtex-footer):
4790 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4791 (rst-indent-literal-normal, rst-indent-literal-minimized)
4792 (rst-indent-comment): Add missing custom :version tags.
4793
4794 * calendar/timeclock.el (timeclock-modeline-display):
4795 Add missing obsolete alias for renamed user option.
4796
4797 * strokes.el (strokes-modeline-string):
4798 * emulation/crisp.el (crisp-mode-modeline-string):
4799 * eshell/esh-mode.el (eshell-status-in-modeline):
4800 Aliases to defcustoms must come before the defcustom.
4801
4802 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4803 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4804 (cal-tex-cursor-week-monday): Doc fixes.
4805 (cal-tex-cursor-week2-summary): Doc fix.
4806 Rename from cal-tex-cursor-week-at-a-glance.
4807
4808 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4809 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4810
4811 * calendar/calendar.el (calendar-mode-map):
4812 Add cal-tex-cursor-week2-summary.
4813
4814 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4817
4818 * subr.el (read-passwd-map): New var.
4819 (read-passwd): Use `read-string' again.
4820 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4821
4822 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4823
4824 * register.el (append-to-register, prepend-to-register):
4825 Deactivate mark, as does `copy-to-register' (bug#12389).
4826
4827 2012-10-06 Chong Yidong <cyd@gnu.org>
4828
4829 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4830
4831 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4832
4833 * international/characters.el: Fix simple mistake ((car chars) ->
4834 elt), delete duplicated code.
4835
4836 2012-10-06 Glenn Morris <rgm@gnu.org>
4837
4838 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4839
4840 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4841
4842 * color.el (color-hsl-to-rgb): Fix incorrect results for
4843 small and large hue values. (Bug#12559)
4844
4845 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4846
4847 Enhancements to docstring formatting when filling paragraphs.
4848 * progmodes/python.el (python-fill-docstring-style): Rename from
4849 python-fill-string-style. Added new style.
4850 (python-fill-string): Use new style. Better checks for
4851 docstrings.
4852
4853 2012-10-05 Glenn Morris <rgm@gnu.org>
4854
4855 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4856
4857 * color.el (color-name-to-rgb, color-rgb-to-hex)
4858 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4859 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4860 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4861 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4862
4863 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4864
4865 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4866
4867 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4868 to get the correct size across symlinks.
4869
4870 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4871
4872 2012-10-04 Juri Linkov <juri@jurta.org>
4873
4874 * replace.el (query-replace-interactive): Declare obsolete.
4875 (query-replace-read-from): Add the last incremental search string
4876 to the list of default values accessible via M-n.
4877 (map-query-replace-regexp): Use `read-regexp'.
4878 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4879 (map-query-replace-regexp, replace-string, replace-regexp):
4880 Fix docstrings to replace mentions of `query-replace-interactive'
4881 with alternatives. (Bug#12526)
4882
4883 2012-10-04 Juri Linkov <juri@jurta.org>
4884
4885 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4886 (dired-pop-to-buffer): Declare obsolete.
4887 (dired-mark-pop-up): Doc fix.
4888
4889 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4890
4891 Allow user to set docstring style for fill-paragraph.
4892 * progmodes/python.el
4893 (python-fill-comment-function, python-fill-string-function)
4894 (python-fill-decorator-function, python-fill-paren-function):
4895 Remove :safe for defcustoms.
4896 (python-fill-string-style): New defcustom
4897 (python-fill-paragraph-function): Enhance context detection.
4898 (python-fill-string): Honor python-fill-string-style settings.
4899
4900 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4901
4902 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4903 after setting its buffer (Bug#10805).
4904
4905 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4906
4907 Fix cornercase for string syntax.
4908 * progmodes/python.el (python-syntax-propertize-function):
4909 Simplify and enhance the regexp for unescaped quotes. Now it also
4910 matches quotes in weird situations like the single quote in
4911 "something\"'".
4912 (python-syntax-stringify): Simplify num-quotes detecting code.
4913
4914 2012-10-03 Glenn Morris <rgm@gnu.org>
4915
4916 * help-macro.el (three-step-help):
4917 Revert 2012-09-29 change. (Bug#12567)
4918
4919 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4920
4921 * menu-bar.el (kill-this-buffer): Don't do anything when
4922 `menu-frame' is not alive or visible (Bug#8184).
4923
4924 * emacs-lisp/debug.el (debug): When quitting the debugger window
4925 restore current buffer (Bug#12502).
4926
4927 2012-10-02 Chong Yidong <cyd@gnu.org>
4928
4929 * progmodes/hideif.el (hif-lookup, hif-defined):
4930 Handle semantic-c-takeover-hideif.
4931
4932 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4933
4934 Change sampling interval units from ms to ns.
4935 * profiler.el (profiler-sampling-interval): Change units
4936 from ms to ns, multiplying the default by 1000000 so that
4937 it remains 1 ms.
4938 (profiler-report-cpu-line-format): Give enough room for
4939 the maximum counters on 64-bit hosts.
4940 (profiler-report-render-calltree-1): Call them "CPU samples",
4941 not "Time (ms)", since they are not milliseconds now (and
4942 never really were).
4943
4944 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4945
4946 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4947 Fix querying BBDB for entries without a last name (Bug#11580).
4948
4949 2012-10-02 Chong Yidong <cyd@gnu.org>
4950
4951 * emacs-lisp/eieio.el: Restore Version header.
4952
4953 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * vc/diff-mode.el (diff--auto-refine-data): New var.
4956 (diff-hunk): Use it to delay refinement.
4957 (diff-mode): Remove overlays when we turn off font-lock.
4958
4959 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4960 (table-initialize-table-fixed-width-mode)
4961 (table-set-table-fixed-width-mode): Remove functions.
4962 (table-command-list): Move initialization into declaration.
4963 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4964 (table-with-cache-buffer): Use `declare'.
4965 (table-span-cell): Simplify via CSE.
4966 (table-fixed-width-mode): Use define-minor-mode.
4967 (table-call-interactively, table-funcall, table-apply): Remove.
4968 (table-function): New function, to replace them.
4969
4970 * bookmark.el (bookmark-search-pattern): Remove var.
4971 (bookmark-read-search-input): Remove function.
4972 (bookmark-bmenu-search): Reimplement using a minibuffer.
4973
4974 * faces.el (modeline): Remove obsolete face name.
4975
4976 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4977 and give a non-nil default value.
4978 (add-change-log-entry): Simplify accordingly.
4979
4980 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4981
4982 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4983 (vc-git-log-edit-toggle-amend): New function.
4984 (vc-git-log-edit-toggle-signoff): New function.
4985 (vc-git-log-edit-mode): New major mode.
4986 (vc-git-log-edit-mode-map): Keymap for it.
4987 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4988
4989 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4990 header names.
4991 (log-edit-toggle-header): New function.
4992 (log-edit-extract-headers): Accept function values in HEADERS alist.
4993
4994 2012-10-01 David Engster <deng@randomsample.de>
4995
4996 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4997 from symbol property and change message to be more consistent with
4998 Emacs proper.
4999 (eieio-describe-generic): Add filename for each implementation.
5000 Fix indices for generic and normal methods.
5001 (eieio-method-def, eieio-class-def): New buttons.
5002 (eieio-help-find-method-definition)
5003 (eieio-help-find-class-definition): New functions.
5004 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5005 class, constructor and method definitions.
5006
5007 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5008 information in symbol property.
5009 (scoped-class): Remove.
5010 (eieio-slot-name-index, call-next-method): Check if it is bound.
5011
5012 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
5013
5014 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5015 (eieio-custom-mode): New major mode.
5016 (eieio-customize-object): Use it.
5017
5018 2012-10-01 Eric Ludlam <zappo@gnu.org>
5019
5020 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5021 specifying the expected class, and whether subclassing is allowed.
5022 (eieio-persistent-convert-list-to-object):
5023 (eieio-persistent-validate/fix-slot-value)
5024 (eieio-persistent-slot-type-is-class-p): New functions.
5025 (eieio-named::slot-missing): Doc fix.
5026
5027 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5028 Stop using unused publd variable.
5029
5030 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5031 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5032 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5033 (eieio-speedbar-handle-click): Do not specify a class for the
5034 method. Fixes method invocation order problems with EDE.
5035
5036 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5039 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5040
5041 2012-10-01 Karl Fogel <kfogel@red-bean.com>
5042
5043 * bookmark.el (bookmark-version-control): Give tags in the
5044 :type choices (Bug#12309), and improve doc string.
5045 (bookmark-write-file): Bind `print-circle' to `t' to allow
5046 circular custom bookmark types. (Bug#12503)
5047
5048 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5049
5050 Revert the FOLLOW-SYMLINKS change for file-attributes.
5051 * files.el (remote-file-name-inhibit-cache, after-find-file):
5052 * time.el (display-time-file-nonempty-p): Undo last change.
5053
5054 * profiler.el (profiler-sampling-interval): Change default back to 1.
5055 See Stefan Monnier in
5056 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5057
5058 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
5059
5060 Shell output catching a la gud-gdb.
5061 * progmodes/python.el (python-shell-fetch-lines-in-progress)
5062 (python-shell-fetch-lines-string, python-shell-fetched-lines):
5063 New Vars.
5064 (python-shell-fetch-lines-filter): New function.
5065 (python-shell-send-string-no-output): Use them.
5066
5067 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
5068
5069 * profiler.el (profiler-sampling-interval): Rename from
5070 profiler-sample-interval.
5071 (profiler-sampling-interval): Default to 10.
5072 (profiler-find-profile): New command (was profiler-find-log).
5073 (profiler-find-profile-other-window): New command.
5074 (profiler-find-profile-other-frame): New command.
5075 (profiler-profile): Introduce API-level data structure.
5076
5077 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5078
5079 file-attributes has a new optional arg FOLLOW-SYMLINKS.
5080 * files.el (remote-file-name-inhibit-cache):
5081 * time.el (display-time-file-nonempty-p): Use it.
5082 * files.el (after-find-file): Don't chase links before calling
5083 file-exists-p, as file-exists-p already does the right thing.
5084
5085 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
5086
5087 Merge from standalone RefTeX repository.
5088
5089 The following ChangeLog entries are shortened versions of the
5090 original ones with file paths adapted. A not so strongly edited
5091 version of the original ChangeLog can be found in the commit log.
5092
5093 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5094 (reftex-arg-cite): Use `reftex-cite-key-separator'.
5095 Correctly handle new value type returned by `reftex-citation'.
5096
5097 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5098 that entries with whitespace at various places are found.
5099 Doc fix. Include entries that are cross-referenced from cited entries.
5100 Include @String definitions in the resulting bib file. Add header
5101 and footer defined in `reftex-create-bibtex-header' and
5102 `reftex-create-bibtex-footer'.
5103 (reftex-do-citation): Make it possible again to insert
5104 non-existent entries. Save match data when asking for optional
5105 arguments. Return all keys, not just the first one.
5106 (reftex-all-used-citation-keys): Fix regexp to correctly extract
5107 all citations in the same line.
5108 (reftex-parse-bibtex-entry): Accept additional optional argument
5109 `raw' and keep quotes or braces if it is non-nil. Match fields
5110 containing hyphens besides word constituents.
5111 (reftex-get-string-refs): New function.
5112 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5113 and ask if it should be reread in case it did.
5114 (reftex-pop-to-bibtex-entry)
5115 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5116 entries with spaces or tabs in front of arguments.
5117 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5118 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5119 Match entries containing numbers and symbol constituents.
5120 (reftex-do-citation, reftex-figure-out-cite-format):
5121 Use `reftex-cite-key-separator'.
5122
5123 * textmodes/reftex-dcr.el: Move provide statement to end of file.
5124 (reftex-mouse-view-crossref): Explain why point is set.
5125
5126 * textmodes/reftex-global.el: Whitespace changes.
5127
5128 * textmodes/reftex-index.el: Move provide statement to end of
5129 file.
5130 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5131 (reftex-index-visit-phrases-buffer): Set marker when visiting
5132 buffer. This allows for returning from the phrases file to the
5133 file one was just editing instead of the file where the last
5134 phrases was added from.
5135 (reftex-index-phrases-syntax-table): New variable. Give ?\"
5136 punctuation syntax as it usually is not used as string quote in
5137 TeX-related modes and may occur unmatched. The change also
5138 prevents fontification of quoted content.
5139 (reftex-index-phrases-mode): Use it.
5140
5141 * textmodes/reftex-parse.el (reftex-parse-from-file):
5142 Move backward one char if a `\' was matched after a section macro.
5143 (reftex-parse-from-file): Use beginning of match instead of end as
5144 bound.
5145
5146 * textmodes/reftex-ref.el: Adapt creation of
5147 `reftex-<package>-<macro>' functions to new structure of
5148 `reftex-ref-style-alist'.
5149 (reftex-reference): Use `reftex-ref-style-list' function.
5150 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
5151 reference macro if `reftex-ref-macro-prompt' is non-nil.
5152 (reftex-reference): Pass refstyle to `reftex-format-special'.
5153 Determine reference macro by looking at
5154 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5155 Use only one special format function.
5156 (reftex-varioref-vref, reftex-fancyref-fref)
5157 (reftex-fancyref-Fref): Remove definitions. The functions are now
5158 generated from `reftex-ref-style-alist'.
5159 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5160 Remove.
5161 (reftex-format-special): New function.
5162
5163 * textmodes/reftex-sel.el
5164 (reftex-select-cycle-ref-style-internal): Adapt to new structure
5165 of `reftex-ref-style-alist'. Remove code for testing macro type.
5166 (reftex-select-toggle-varioref)
5167 (reftex-select-toggle-fancyref): Remove.
5168 (reftex-select-cycle-ref-style-internal)
5169 (reftex-select-cycle-ref-style-forward)
5170 (reftex-select-cycle-ref-style-backward): New functions.
5171 (reftex-select-label-map): Use `v' and `V' for general cycling
5172 through reference styles. Add `p' for switching between number
5173 and page reference types.
5174
5175 * textmodes/reftex-toc.el (reftex-re-enlarge):
5176 Call `enlarge-window' only if there is something to do because in Emacs
5177 the horizontal version throws an error even if the parameter is 0.
5178
5179 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5180 (reftex-plug-into-AUCTeX): Doc fix.
5181 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5182 string. Adapt to new name.
5183 (reftex-ref-style-alist): Change structure so that it is not
5184 possible to use multiple different package names within a style.
5185 Remove the symbols for symbols for macro type distinction.
5186 Add characters for macro selection.
5187 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5188 (reftex-create-bibtex-footer): New variables.
5189 (reftex-format-ref-function): Mention third argument of special
5190 format function.
5191 (reftex-ref-style-alist, reftex-ref-style-default-list):
5192 New variables.
5193 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5194 to new implementation. Mark as obsolete. Add compatibility code
5195 for honoring the variable values in case they are set.
5196 (reftex-cite-format-builtin, reftex-bibliography-commands):
5197 Add support for ConTeXt.
5198 (reftex-format-ref-function, reftex-format-cite-function):
5199 Fix custom type.
5200 (reftex-cite-key-separator): New variable.
5201
5202 * textmodes/reftex.el (reftex-syntax-table-for-bib)
5203 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5204 `reftex-syntax-table' because parens have to retain their paren
5205 syntax in order for parsing of BibTeX entries like @book(...) to
5206 work.
5207 (reftex-in-comment): Do not error out if `comment-start-skip' is
5208 not set. Deal correctly with escaped comment characters.
5209 (reftex-tie-multifile-symbols): Add doc string.
5210 Initialize `reftex-ref-style-list'.
5211 (reftex-untie-multifile-symbols): Add doc string.
5212 (reftex-add-index-macros): Doc fix.
5213 (reftex-ref-style-activate, reftex-ref-style-toggle)
5214 (reftex-ref-style-list): New functions.
5215 (reftex-mode-menu): Use them. Adapt to new structure of
5216 `reftex-ref-style-alist'.
5217 (reftex-select-with-char): Kill the RefTeX Select buffer when
5218 done.
5219 (reftex-remove-if): New function.
5220 (reftex-erase-all-selection-and-index-buffers)
5221 (reftex-mode-menu): Reference styles are now computed from
5222 `reftex-ref-style-alist'. Fix typo.
5223 (reftex-report-bug): New function.
5224 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5225 algorithms with O(n log n). Introduce optional argument SORT (not
5226 yet used).
5227
5228 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
5229
5230 Enhancements for triple-quote string syntax.
5231 * progmodes/python.el (python-syntax-propertize-function):
5232 Match both quote cases in one regexp.
5233 (python-syntax-stringify): Handle matches properly.
5234
5235 2012-09-30 Juri Linkov <juri@jurta.org>
5236
5237 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5238 to nil around the call to `insert' to prevent
5239 directory time modification by lock_file. (Bug#2295)
5240 * tar-mode.el (tar-summarize-buffer): Idem.
5241
5242 2012-09-30 Juri Linkov <juri@jurta.org>
5243
5244 * facemenu.el (list-colors-sort): Add option "Luminance".
5245 (list-colors-sort-key): Implement it.
5246
5247 * vc/diff-mode.el (diff-refine-removed):
5248 * vc/ediff-init.el (ediff-fine-diff-A):
5249 * vc/smerge-mode.el (smerge-refined-removed):
5250 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
5251
5252 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5253
5254 * term/ns-win.el (x-file-dialog): New function.
5255
5256 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * ido.el (ido-max-directory-size): Default to nil; the current
5259 default is small for POSIX systems, and impractical on Windows 7
5260 now that lstat returns directory sizes for NTFS.
5261
5262 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5263
5264 In buffer display functions handle window-height/window-width
5265 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
5266 * window.el (window--display-buffer): New argument ALIST.
5267 Obey window-height and window-width alist entries.
5268 (window--try-to-split-window): New argument ALIST.
5269 Bind window-combination-limit to t when the window's size shall be
5270 changed and window-combination-limit equals `window-size'.
5271 (display-buffer-in-atom-window)
5272 (display-buffer-in-major-side-window)
5273 (display-buffer-in-side-window, display-buffer-same-window)
5274 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5275 (display-buffer-pop-up-window, display-buffer-below-selected)
5276 (display-buffer-at-bottom, display-buffer-in-previous-window)
5277 (display-buffer-use-some-window): Adjust all callers of
5278 window--display-buffer and window--try-to-split-window.
5279 (fit-frame-to-buffer): New option.
5280 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5281 is non-nil.
5282 (display-buffer-in-major-side-window): Evaluate window-height /
5283 window-width alist entries.
5284
5285 * help.el (temp-buffer-resize-frames)
5286 (temp-buffer-resize-regexps): Remove options.
5287 (temp-buffer-resize-mode): Adjust doc-string.
5288 (resize-temp-buffer-window): Don't consult
5289 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
5290 temp-buffer-resize-frames.
5291
5292 * dired.el (dired-mark-pop-up):
5293 Call display-buffer-below-selected with a fit-window-to-buffer alist
5294 entry.
5295
5296 2012-09-30 Chong Yidong <cyd@gnu.org>
5297
5298 * server.el (server-host): Document the security implications.
5299 (server-auth-key): Doc fix.
5300
5301 * startup.el (initial-buffer-choice): Doc fix.
5302
5303 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5304
5305 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5306 restriction change.
5307
5308 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5309
5310 * help-fns.el (help-fns--obsolete): Fix last change.
5311
5312 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5315 (minor-mode-map-alist): Remove redundant code.
5316
5317 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5318 visited in a buffer.
5319 (cvs-insert-visited-file): New function.
5320 (find-file-hook): Use it.
5321
5322 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5323
5324 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5325 chose face.
5326 (log-edit-empty-buffer-p): Don't require a space after a header.
5327
5328 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5329
5330 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5331
5332 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5333 a proper minor-mode.
5334
5335 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5336
5337 2012-09-29 Glenn Morris <rgm@gnu.org>
5338
5339 * winner.el (winner-mode): Remove variable (let define-minor-mode
5340 handle it).
5341 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5342 Doc fixes.
5343 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5344 (winner-mode): Use define-minor-mode.
5345
5346 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5347 the full definition in loaddefs, rather than duplicating it.
5348
5349 * help-macro.el (three-step-help): No need to autoload defcustom.
5350
5351 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5352 (inferior-lisp-program, inferior-lisp-load-command)
5353 (inferior-lisp-prompt, inferior-lisp-mode-hook):
5354 No need to autoload defcustoms.
5355
5356 * hippie-exp.el (hippie-expand-try-functions-list)
5357 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5358 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5359 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5360 (hippie-expand-only-buffers): No need to autoload defcustoms.
5361 * progmodes/vhdl-mode.el (vhdl-line-expand):
5362 Explicitly load hippie-exp, so it does not get autoloaded
5363 while hippie-expand-try-functions-list is let-bound.
5364
5365 2012-09-28 Glenn Morris <rgm@gnu.org>
5366
5367 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5368
5369 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5370 Only "cl.el" counts as cl these days.
5371
5372 2012-09-28 Juri Linkov <juri@jurta.org>
5373
5374 Display archive errors in the echo area instead of inserting
5375 to the file buffer.
5376
5377 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5378 to STDERR-TEST that can be a regexp matching a successful output.
5379 Create a temporary file and redirect stderr to it. Search for
5380 STDERR-TEST in the stderr output and display it in the echo area
5381 if no match is found.
5382 (archive-extract-by-file): New function like
5383 `archive-extract-by-stdout' but extracting archives to files
5384 and looking for successful matches in stdout. Function body is
5385 mostly copied from `archive-rar-extract'.
5386 (archive-rar-extract): Use `archive-extract-by-file'.
5387 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5388
5389 2012-09-28 Leo Liu <sdl.web@gmail.com>
5390
5391 * pcomplete.el (pcomplete-show-completions):
5392 Use minibuffer-message to make pcomplete usable in minibuffer.
5393
5394 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5395
5396 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * type-break.el: Use lexical-binding.
5399 (type-break-mode): Use define-minor-mode.
5400
5401 * emacs-lisp/pcase.el (pcase--mark-used): New.
5402 (pcase--u1): Use it (bug#12512).
5403
5404 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5405 in load-history with the right file name.
5406
5407 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5408
5409 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5410 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5411 (doc-view-get-bounding-box): Make bounding box slicing work for
5412 ODF and DVI documents.
5413
5414 2012-09-28 Glenn Morris <rgm@gnu.org>
5415
5416 * type-break.el (type-break-mode, type-break-interval)
5417 (type-break-good-rest-interval, type-break-keystroke-threshold):
5418 No need to autoload.
5419 (type-break-good-rest-interval, type-break-keystroke-threshold):
5420 Add :set-after.
5421
5422 2012-09-28 Chong Yidong <cyd@gnu.org>
5423
5424 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5425 Add :version tag.
5426
5427 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5430
5431 2012-09-27 Glenn Morris <rgm@gnu.org>
5432
5433 * faces.el (x-display-name): Declare (for without-x builds).
5434
5435 * linum.el (linum-format): Don't autoload it. Improve :type.
5436
5437 * progmodes/tcl.el: Don't require outline when compiling.
5438 (outline-regexp, outline-level): Declare.
5439 * textmodes/sgml-mode.el: Don't require outline when compiling.
5440 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5441
5442 * term.el (term-ansi-reset):
5443 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5444
5445 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5446 files for RCS and SCCS. (Bug#9781)
5447
5448 2012-09-27 Chong Yidong <cyd@gnu.org>
5449
5450 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5451 change; value should be t.
5452
5453 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * image-mode.el: Use lexical-binding.
5456 (image-mode-winprops): Use t to stand for the window of
5457 a buffer that's not displayed.
5458 * doc-view.el (doc-view-new-window-function): Handle the new
5459 t in winprops.
5460 (doc-view-enlarge): Make it a real nop if the size is not changed.
5461 (doc-view-display): Handle the case where the buffer is not (yet?)
5462 displayed in any window.
5463 (doc-view-saved-settings): New var.
5464 (doc-view-mode): Use it.
5465 (doc-view-fallback-mode): Set it.
5466
5467 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5468 Set lexical-binding.
5469 (minibuffer-eldef-shorten-default): New var.
5470 (minibuffer-default-in-prompt-regexps): Use it for new default.
5471 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5472
5473 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5474
5475 * international/uni-bidi.el:
5476 * international/uni-category.el:
5477 * international/uni-name.el:
5478 * international/uni-numeric.el: Regenerate.
5479
5480 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5481 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * profiler.el: New file.
5484
5485 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5488 (testcover-reinstrument): Simplify with CSE.
5489
5490 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5491
5492 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5493
5494 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5495
5496 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5497 (verilog-auto-input, verilog-auto-insert-lisp)
5498 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5499 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5500 (verilog-auto-unused, verilog-auto-wire)
5501 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5502 newline. Reported by Andrew Jones.
5503 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5504 Reported by Brad Dobbie.
5505 (verilog-batch-delete-trailing-whitespace):
5506 Create verilog-batch-delete-trailing-whitespace.
5507 Reported by Brad Dobbie.
5508 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5509 parameters from another module. Reported by Dan Katz.
5510 (verilog-auto, verilog-auto-assign-modport)
5511 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5512 AUTOINOUTMODPORT for UVM interface module shell generation.
5513 Reported by Brad Dobbie.
5514 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5515 standard behavior.
5516 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5517 Reported by Matt Martin.
5518
5519 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5520
5521 * window.el (window--resize-child-windows): When resizing child
5522 windows proportionally, process them in reverse order to
5523 preserve the "when splitting a window the new one gets the odd
5524 line" behavior.
5525 (window--resize-root-window-vertically): When resizing the
5526 minibuffer window try to affect only windows at the bottom of the
5527 frame. (Bug#12419)
5528
5529 2012-09-25 Chong Yidong <cyd@gnu.org>
5530
5531 * subr.el (declare): Doc fix.
5532
5533 * help-fns.el (help-fns--obsolete): Handle macros properly.
5534
5535 2012-09-25 Chong Yidong <cyd@gnu.org>
5536
5537 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5538 this function obsolete.
5539
5540 * calendar/cal-x.el (calendar-two-frame-setup)
5541 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5542 * calendar/calendar.el (american-calendar, european-calendar)
5543 (calendar-for-loop):
5544 * comint.el (comint-dynamic-simple-complete)
5545 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5546 * desktop.el (desktop-load-default):
5547 * dired-x.el (dired-omit-here-always)
5548 (dired-hack-local-variables, dired-default-directory):
5549 * emacs-lisp/derived.el (derived-mode-class):
5550 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5551 * emacs-lock.el (toggle-emacs-lock):
5552 * epa.el (epa-display-verify-result):
5553 * epg.el (epg-sign-keys, epg-start-sign-keys)
5554 (epg-passphrase-callback-function):
5555 * eshell/esh-util.el (eshell-for):
5556 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5557 (eshell-add-to-window-buffer-names):
5558 * files.el (locate-file-completion):
5559 * imenu.el (imenu-example--create-c-index)
5560 (imenu-example--create-lisp-index)
5561 (imenu-example--lisp-extract-index-name)
5562 (imenu-example--name-and-position):
5563 * international/mule-cmds.el (princ-list):
5564 * international/mule-diag.el (decode-codepage-char):
5565 * international/mule-util.el (detect-coding-with-priority):
5566 * iswitchb.el (iswitchb-read-buffer):
5567 * mail/mailalias.el (mail-complete):
5568 * mail/sendmail.el (mail-sent-via):
5569 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5570 (mouse-major-mode-menu):
5571 * password-cache.el (password-read-and-add):
5572 * pcomplete.el (pcomplete-parse-comint-arguments):
5573 * progmodes/sh-script.el (sh-maybe-here-document):
5574 * replace.el (query-replace-regexp-eval):
5575 * savehist.el (savehist-load):
5576 * simple.el (choose-completion-delete-max-match):
5577 * term.el (term-dynamic-simple-complete):
5578 * vc/ediff-init.el (ediff-check-version):
5579 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5580 * vc/vc.el (vc-diff-switches-list):
5581 * view.el (view-return-to-alist-update): Likewise.
5582
5583 * subr.el (eval-next-after-load, makehash, insert-string)
5584 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5585 mark obsolete.
5586 (mode-line-inverse-video): Variable deleted.
5587
5588 * international/mule-util.el (string-to-sequence): Remove.
5589
5590 * calendar/calendar.el (calendar-version):
5591 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5592 (icalendar-convert-diary-to-ical):
5593 * cus-edit.el (custom-mode):
5594 * ansi-color.el (ansi-color-unfontify-region):
5595 * international/latin1-disp.el (latin1-char-displayable-p):
5596 * progmodes/cwarn.el (turn-on-cwarn-mode):
5597 * progmodes/which-func.el (which-func-update-1):
5598 Use define-obsolete-function-alias.
5599
5600 * net/newst-backend.el (newsticker-cache-filename):
5601 * net/newst-treeview.el (newsticker-groups-filename):
5602 Fix incorrect obsolescence declaration.
5603
5604 * allout.el (allout-passphrase-hint-string): Likewise.
5605 (allout-init): Use a declare form to mark obsolete.
5606
5607 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5608 this applies to functions.
5609
5610 * iswitchb.el (iswitchb-read-buffer): Move code of
5611 iswitchb-define-mode-map here, and delete that obsolete function.
5612
5613 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5614 font-lock-reference-face.
5615
5616 2012-09-25 Glenn Morris <rgm@gnu.org>
5617
5618 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5619 Doc fixes.
5620
5621 * eshell/em-term.el (eshell-term-name):
5622 Default to term-term-name. (Bug#12485)
5623
5624 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5625
5626 * progmodes/python.el (python-shell-send-buffer): Better handling
5627 of "if __name__ == '__main__':" conditionals when sending the buffer.
5628
5629 2012-09-24 Glenn Morris <rgm@gnu.org>
5630
5631 * eshell/esh-cmd.el (eshell-find-alias-function):
5632 Tighten up file-name regexp. (Bug#12499)
5633
5634 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5635
5636 Enhancements for triple-quote string syntax.
5637 * progmodes/python.el (python-quote-syntax): Remove.
5638 (python-syntax-propertize-function): New value.
5639 (python-syntax-count-quotes, python-syntax-stringify):
5640 New functions.
5641
5642 2012-09-24 Chong Yidong <cyd@gnu.org>
5643
5644 * mail/supercite.el (sc-version): Remove obsolete function.
5645 (sc-describe): Don't mark as obsolete, since it is bound.
5646 (sc-submit-bug-report): Remove.
5647
5648 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5649 (cvs-commit-buffer-require-final-newline): Remove.
5650 (log-edit-require-final-newline)
5651 (log-edit-changelog-full-paragraphs): Default to t.
5652
5653 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5654 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5655 * vc/vc.el (vc-checkout-carefully): Likewise.
5656
5657 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5658 (emerge-version): Remove.
5659
5660 * progmodes/compile.el (compile-internal): Remove.
5661 (compilation-parse-errors-function): Fix typo.
5662
5663 * international/mule.el (set-char-table-default): Remove.
5664 (set-coding-priority, make-coding-system, generic-char-p)
5665 (charset-list, charset-bytes, charset-id): Use declare to mark
5666 functions as obsolete.
5667
5668 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5669 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5670 * vc/vc-hooks.el (vc-default-registered): Don't use
5671 vc-master-templates.
5672
5673 * font-lock.el (font-lock-reference-face):
5674 Use define-obsolete-variable-alias.
5675
5676 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5677 * calendar/calendar.el (calendar-font-lock-keywords):
5678 * calendar/diary-lib.el (diary-font-lock-keywords)
5679 (diary-fancy-font-lock-keywords):
5680 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5681 * textmodes/reftex-index.el (reftex-insert-index):
5682 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5683 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5684 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5685 * progmodes/prolog.el (prolog-font-lock-keywords):
5686 * progmodes/idlwave.el (idlwave-idl-keywords):
5687 * progmodes/ada-mode.el (ada-font-lock-keywords):
5688 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5689
5690 2012-09-24 Glenn Morris <rgm@gnu.org>
5691
5692 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5693
5694 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5695
5696 * progmodes/python.el (python-indent-line): More consistent cursor
5697 movement behavior.
5698
5699 2012-09-23 Stefan Merten <smerten@oekonux.de>
5700
5701 * textmodes/rst.el: Fix compiler warning.
5702
5703 2012-09-23 Roland Winkler <winkler@gnu.org>
5704
5705 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5706 Transcribe also LaTeX hyphenation.
5707 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5708 bibtex-reformat-previous-options.
5709
5710 2012-09-23 Roland Winkler <winkler@gnu.org>
5711
5712 * proced.el (proced-renice-command): New variable.
5713 (proced-marked-processes): New function.
5714 (proced-with-processes-buffer): New macro.
5715 (proced-send-signal): Use them.
5716 (proced-renice): New command bound to r.
5717
5718 2012-09-23 Roland Winkler <winkler@gnu.org>
5719
5720 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5721 ibuffer-saved-filter-groups has one element, shortcut the call of
5722 completing-read. (Bug#12331)
5723
5724 2012-09-23 Chong Yidong <cyd@gnu.org>
5725
5726 * bindings.el (mode-line-toggle-read-only):
5727 * bs.el (bs-toggle-readonly):
5728 * buff-menu.el (Buffer-menu-toggle-read-only):
5729 * dired.el (dired-toggle-read-only):
5730 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5731
5732 2012-09-23 Chong Yidong <cyd@gnu.org>
5733
5734 * image.el (image-type-available-p): Adapt to init-image-library
5735 argument changes.
5736
5737 2012-09-22 Juri Linkov <juri@jurta.org>
5738
5739 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5740 `dired-toggle-read-only'. (Bug#12462)
5741
5742 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5743
5744 * subr.el (temp-output-buffer-show): New function.
5745 (with-output-to-temp-buffer): Call temp-output-buffer-show
5746 instead of internal-temp-output-buffer-show.
5747
5748 2012-09-22 Chong Yidong <cyd@gnu.org>
5749
5750 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5751 (Bug#12462).
5752
5753 * repeat.el (repeat): Doc fix (Bug#12348).
5754
5755 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5756 (Bug#10909).
5757
5758 * simple.el (shell-command-on-region): Doc fix.
5759 (read-only-mode): Doc fix.
5760
5761 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5762
5763 * emacs-lisp/timer.el (run-with-idle-timer)
5764 (timer-activate-when-idle): Warn against reinvoking an idle timer
5765 from within its own timer action. (Bug#12447)
5766
5767 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5768
5769 * cus-start.el (window-combination-limit): Add new optional
5770 values.
5771 * window.el (temp-buffer-window-show)
5772 (window--try-to-split-window): Handle new values of
5773 window-combination-limit (Bug#1806).
5774 (split-window): Test window-combination-limit for t instead of
5775 non-nil.
5776 (display-buffer-at-bottom): New buffer display action function.
5777 * help.el (temp-buffer-resize-regexps): New option.
5778 (temp-buffer-resize-mode): Rewrite doc-string.
5779 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5780 Don't resize reused window. Suggested by Glenn Morris.
5781
5782 2012-09-22 Stefan Merten <smerten@oekonux.de>
5783
5784 * textmodes/rst.el: Revamp section title faces.
5785 (rst-official-version)
5786 (rst-package-emacs-version-alist): Sync with official version
5787 V1.4.0.
5788 (rst-faces-defaults, rst-set-level-default)
5789 (rst-level-face-max, rst-level-face-base-color)
5790 (rst-level-face-base-light, rst-level-face-format-light)
5791 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5792 (rst-adornment-faces-alist): Match new setup.
5793 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5794 (rst-level-5, rst-level-6): New faces.
5795
5796 2012-09-22 Chong Yidong <cyd@gnu.org>
5797
5798 * simple.el (undo): Handle indirect buffers (Bug#8207).
5799
5800 2012-09-21 Leo Liu <sdl.web@gmail.com>
5801
5802 IDO: Disable match re-ordering for buffer switching.
5803 * ido.el (ido-buffer-disable-smart-matches): New variable.
5804 (ido-set-matches-1): Use it. (Bug#2042)
5805
5806 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5807
5808 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5809 Fix 2011-05-17 change. (Bug#12418)
5810
5811 2012-09-21 Leo Liu <sdl.web@gmail.com>
5812
5813 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5814
5815 2012-09-21 Glenn Morris <rgm@gnu.org>
5816
5817 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5818 Be more robust about locating simple.el.
5819
5820 2012-09-21 Glenn Morris <rgm@gnu.org>
5821
5822 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5823
5824 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5825
5826 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5827
5828 2012-09-20 Juri Linkov <juri@jurta.org>
5829
5830 * replace.el (query-replace-read-from): Use `read-regexp' instead
5831 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5832 (occur-read-primary-args): Use `read-regexp' instead of
5833 `read-string'.
5834 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5835 `read-from-minibuffer'.
5836 * isearch.el (isearch-occur): Use `read-regexp' instead of
5837 `read-string'.
5838 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5839 `read-from-minibuffer'.
5840 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5841 of `read-string'. (Bug#7567)
5842
5843 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5844 and allow accepting a list of strings prepended to a list of
5845 standard default values. Doc fix. (Bug#12321)
5846
5847 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5848
5849 * replace.el (read-regexp): Don't add ": " when PROMPT already
5850 ends with a colon and space. (Bug#12321)
5851
5852 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5853
5854 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5855 error.
5856
5857 2012-09-20 Stefan Merten <smerten@oekonux.de>
5858
5859 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5860 Fixes feature request bug#11711.
5861 (rst-mode): Create `imenu-create-index-function'.
5862 (rst-get-stripped-line): Delete after refactoring.
5863 (rst-section-tree, rst-section-tree-rec)
5864 (rst-section-tree-point): Refactor and document properly.
5865 (rst-imenu-find-adornments-for-position)
5866 (rst-imenu-convert-cell, rst-imenu-create-index):
5867 New function.
5868
5869 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5872 (macroexp--expand-all): Use it.
5873 (macroexp--funcall-and-return): Remove by folding it into its sole
5874 caller (macroexp--warn-and-return).
5875 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5876 Use macroexp--obsolete-warning.
5877
5878 * calc/calc.el: Fix last change by removing the whole chunk, since it
5879 was only needed back when Calc was not bundled.
5880
5881 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5882
5883 * emacs-lisp/debug.el (debug): Restore assignment to
5884 debugger-old-buffer removed on 2012-09-08.
5885
5886 2012-09-20 Juri Linkov <juri@jurta.org>
5887
5888 * dired-aux.el (dired-diff): Remove (require 'diff) since
5889 `diff-latest-backup-file' is now autoloaded.
5890
5891 2012-09-20 Chong Yidong <cyd@gnu.org>
5892
5893 * vc/diff.el (diff-latest-backup-file): Autoload.
5894
5895 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * calc/calc.el: Remove redundant autoload shape check.
5898 (sel-mode): Don't defvar.
5899 (calc-get-stack-element): Add `sel-mode' arg instead.
5900 (calc-top, calc-top-list): Pass it this additional argument.
5901 * calc/calc-store.el (calc-store-map):
5902 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5903 (calc-map-equation, calc-outer-product, calc-inner-product):
5904 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5905
5906 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5907
5908 2012-09-19 Juri Linkov <juri@jurta.org>
5909
5910 * dired-aux.el (dired-diff): Add (require 'diff) because
5911 `diff-latest-backup-file' is not autoloaded.
5912 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5913 of `dired-get-filename' to t to not report error when there is
5914 no default file on the current line.
5915
5916 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5919 macroexp--eval-if-compile.
5920 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5921 (macroexp--expand-all): Use them (bug#12371).
5922
5923 * doc-view.el (doc-view-guess-paper-size)
5924 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5925
5926 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5927
5928 New feature: set optimal slice from BoundingBox information.
5929 * doc-view.el (doc-view-mode-map): Add keybinding.
5930 (doc-view-menu): Add menu entry.
5931 (doc-view-set-slice): Adapt docstring.
5932 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5933 (doc-view-scale-bounding-box)
5934 (doc-view-set-slice-from-bounding-box): New functions.
5935 (doc-view-paper-sizes): New defvar.
5936
5937 2012-09-19 Glenn Morris <rgm@gnu.org>
5938
5939 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5940 (byte-compile-log-warning): Autoload. (Bug#12371)
5941
5942 * calendar/calendar.el (calendar-american-month-header)
5943 (calendar-european-month-header, calendar-iso-month-header)
5944 (calendar-month-header): New options.
5945 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5946 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5947
5948 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5949
5950 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5951
5952 2012-09-18 Juri Linkov <juri@jurta.org>
5953
5954 * dired-aux.el (dired-diff): Restore original functionality of
5955 getting the default value, but keep new feature of using the
5956 latest existing backup file (`diff-latest-backup-file').
5957
5958 2012-09-18 Juri Linkov <juri@jurta.org>
5959
5960 * dired.el (dired-mark): If the region is active in Transient Mark
5961 mode, mark all files in the active region. Doc fix.
5962 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5963 Doc fix. (Bug#10624)
5964
5965 2012-09-18 Juri Linkov <juri@jurta.org>
5966
5967 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5968 attributes for M-n are pulled from the file at point.
5969 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5970 Suggested by Drew Adams. (Bug#10624)
5971
5972 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5973
5974 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5975 whitespace after "end".
5976 (ruby-do-end-to-brace): Collapse block to one line if it fits
5977 within fill-column.
5978
5979 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5980
5981 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5982 value.
5983 (debug): Don't remove debugger window when debugger is expected
5984 to be back.
5985
5986 2012-09-18 Chong Yidong <cyd@gnu.org>
5987
5988 * custom.el (defface): Doc fix.
5989
5990 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5991
5992 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5993
5994 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5995 to initialize query-on-exit; then test that instead (bug#12288).
5996
5997 2012-09-17 Stefan Merten <smerten@oekonux.de>
5998
5999 * textmodes/rst.el: Add support for `testcover'.
6000 (rst-defcustom-testcover, rst-testcover-add-compose)
6001 (rst-testcover-add-1value): New functions.
6002 (rst-portable-mark-active-p): Replace by `use-region-p'.
6003 (rst-update-section, rst-classify-adornment)
6004 (rst-find-title-line): Mark `1value' forms.
6005 (rst-classify-adornment): Remove superfluous form.
6006 (rst-update-section, rst-get-adornments-around)
6007 (rst-adornment-complete-p, rst-get-next-adornment)
6008 (rst-adjust, rst-promote-region)
6009 (rst-display-adornments-hierarchy, rst-straighten-adornments)
6010 (rst-find-pfx-in-region, rst-section-tree-rec)
6011 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6012 (rst-toc-node, rst-toc, rst-forward-section)
6013 (rst-iterate-leftmost-paragraphs)
6014 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6015 (rst-bullet-list-region)
6016 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6017 (rst-compile-find-conf, rst-compile)
6018 (rst-repeat-last-character): Fix style.
6019
6020 2012-09-17 Chong Yidong <cyd@gnu.org>
6021
6022 * comint.el (comint--complete-file-name-data): Don't add a space
6023 if the status is `sole'; that adds a gratuitous space in the
6024 completion-cycling case (Bug#12092).
6025
6026 * pcomplete.el (pcomplete-completions-at-point): Likewise.
6027
6028 2012-09-17 Richard Stallman <rms@gnu.org>
6029
6030 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6031 only in the mime-shown mode, not in raw mode.
6032 (rmail-mime): Toggle off mime by displaying the message without
6033 mime processing. (Bug#12305)
6034
6035 * mail/rmail.el (rmail-retry-failure):
6036 Turn off mime processing first. (Bug#12037)
6037
6038 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6039
6040 2012-09-17 Chong Yidong <cyd@gnu.org>
6041
6042 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6043 (shell-dynamic-complete-functions): Convert to defcustom.
6044 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6045
6046 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6047 * comint.el (comint-prompt-read-only):
6048 * custom.el (defcustom):
6049 * hi-lock.el (hi-lock-mode):
6050 * ibuffer.el (ibuffer-formats):
6051 * ielm.el (ielm-prompt-read-only):
6052 * novice.el (disable-command):
6053 * saveplace.el (toggle-save-place):
6054 * speedbar.el (speedbar-supported-extension-expressions):
6055 * startup.el (auto-save-list-file-prefix, init-file-user)
6056 (after-init-hook, inhibit-startup-echo-area-message):
6057 * strokes.el (strokes-help):
6058 * time-stamp.el (time-stamp):
6059 * calendar/calendar.el (calendar, diary-file):
6060 * calendar/diary-lib.el (diary-mail-entries, diary)
6061 (diary-list-entries-hook):
6062 * calendar/holidays.el (holidays, calendar-holidays):
6063 * calendar/lunar.el (lunar-phases):
6064 * calendar/solar.el (sunrise-sunset):
6065 * emulation/edt.el (edt-load-keys):
6066 * emulation/viper.el (viper-mode):
6067 * eshell/em-alias.el (eshell-command-aliases-list):
6068 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6069 * international/ogonek.el (ogonek-information):
6070 * net/tramp-cmds.el (tramp-bug):
6071 * net/quickurl.el (quickurl-reread-hook-postfix):
6072 * play/decipher.el (decipher-font-lock-keywords):
6073 * progmodes/cc-styles.el (c-set-style):
6074 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6075 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6076 * progmodes/octave-mod.el (octave-mode):
6077 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6078 * progmodes/verilog-mode.el (verilog-read-defines):
6079 * textmodes/two-column.el (2C-mode): Likewise.
6080
6081 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6084 that holds many addresses.
6085
6086 2012-09-16 Chong Yidong <cyd@gnu.org>
6087
6088 * align.el (align-areas): Call the indication function with
6089 positions instead of markers for arguments (Bug#12343).
6090
6091 * files.el (parse-colon-path): Use split-string (Bug#12351).
6092
6093 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6094 (display-buffer-function): Mark as obsolete.
6095
6096 * progmodes/compile.el (compilation-parse-errors): Accept list
6097 values similar to font-lock-keywords (Bug#12136).
6098 Suggested by Oleksandr Manzyuk.
6099 (compilation-error-regexp-alist): Doc fix.
6100
6101 2012-09-15 Glenn Morris <rgm@gnu.org>
6102
6103 * version.el (emacs-bzr-version-bzr): New function.
6104 (emacs-bzr-get-version): Add optional EXTERNAL argument.
6105
6106 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6107 checkouts, check the parent dirstate matches the branch.
6108 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
6109 empty string.
6110
6111 * version.el (emacs-bzr-version): Doc fix.
6112 (emacs-bzr-version-dirstate): New function.
6113 (emacs-bzr-get-version): For lightweight checkouts, if the parent
6114 is local try and check that it matches the branch. If not, just
6115 use dirstate information. (Bug#12441)
6116
6117 2012-09-14 Juri Linkov <juri@jurta.org>
6118
6119 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6120 (Bug#12399)
6121
6122 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6125
6126 * emacs-lisp/edebug.el: Miscellaneous cleanup.
6127 Remove obsolete byte-compiler hack that tried to silence some warnings.
6128 (edebug-submit-bug-report): Remove.
6129 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6130 Remove aliases, use the un-prefixed name instead.
6131 (edebug-pop-to-buffer): Consider other frames.
6132 (edebug-original-read):: Make it more obvious that it's always defined.
6133 (edebug--make-form-data-entry, edebug--form-data-name)
6134 (edebug--form-data-begin, edebug--form-data-end): Rename from the
6135 single-dashed name, and implement with cl-defstruct.
6136 (edebug-set-form-data-entry): Use the standard accessors.
6137 (edebug-make-top-form-data-entry): Use push.
6138 (edebug-no-match): Drop useless `funcall'.
6139 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6140 to functions.
6141 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6142 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6143 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6144 (easy-menu-define, with-custom-print): Remove redundant specs.
6145 (edebug-outside-overriding-local-map)
6146 (edebug-outside-overriding-terminal-local-map): Remove, unused.
6147 (edebug--display): Bind unread-command-events directly to nil rather
6148 than binding it to unread-command-events and later setting it to nil.
6149 (edebug--display): Kill edebug-eval-buffer here...
6150 (edebug--recursive-edit): ...rather than here.
6151 Bind standard-output and standard-input.
6152 (edebug-eval): Check cl-macroexpand-all is fboundp.
6153 (edebug-temp-display-freq-count): Fix last change.
6154
6155 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6156 * subr.el (noreturn, 1value): Add `debug' spec.
6157 * emacs-lisp/advice.el: Require cl-lib.
6158 (ad-copy-tree): Remove, use copy-tree instead.
6159 (ad-dolist): Remove use dolist or cl-dolist instead.
6160 (ad-do-return): Remove, use cl-return instead.
6161 (defadvice): Add `debug' spec.
6162
6163 2012-09-13 Juri Linkov <juri@jurta.org>
6164
6165 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6166 (Bug#12399)
6167
6168 2012-09-13 Glenn Morris <rgm@gnu.org>
6169
6170 * calc/calc.el (math-compose-expr):
6171 * calc/calc-ext.el (math-compose-expr):
6172 * progmodes/cc-defs.el (cl-macroexpand-all):
6173 * progmodes/cc-langs.el (delete-duplicates, mapcan)
6174 (cl-macroexpand-all): Update declarations.
6175
6176 * vc/vc.el: No need to require ediff.
6177 (ediff-load-version-control): Declare.
6178 (ediff-vc-internal): Fix declaration.
6179 (vc-version-ediff): Require ediff.
6180
6181 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6182
6183 Use a more backwards-compatible timer format (Bug#12430).
6184 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6185 being right after USECS, as that better supports old code that
6186 inadvisedly looked directly at the timer vector.
6187
6188 2012-09-13 Kenichi Handa <handa@gnu.org>
6189
6190 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6191 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6192 `coding-priority' property of these language environment.
6193
6194 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6195
6196 Fix glitches caused by addition of psec to timers (Bug#12430).
6197 * image.el (image-animate-timer):
6198 * time.el (display-time-world-timer):
6199 Use timer--function and timer--args rather than raw access to
6200 timer vector.
6201
6202 2012-09-13 Glenn Morris <rgm@gnu.org>
6203
6204 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6205 If not compiling a file, try using load-file-name.
6206
6207 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6210 Fix last change.
6211 (edebug-update-eval-list): Use `push'.
6212
6213 * emacs-lisp/edebug.el: Use lexical-binding.
6214 Remove the "edebug-" prefix from non-dynamically-scoped variables.
6215 Mark unused args with underscore.
6216 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6217 (edebug-form-data): Use defvar-local.
6218 (edebug-make-before-and-after-form, edebug-make-after-form):
6219 Use backquote.
6220 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6221 Not dynamically scoped any more.
6222 (edebug--enter-trace): Add arguments `function' and `args'.
6223 Rename from edebug-enter-trace.
6224 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
6225 (edebug--update-coverage): Add `after-index' and `value' args.
6226 Rename from edebug-update-coverage.
6227 (edebug-slow-after): Call it accordingly.
6228 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
6229 edebug-recursive-edit.
6230 (edebug--display): Call it accordingly. Add args `value',
6231 `offset-index', and `arg-mode'. Rename from edebug-display.
6232 (edebug-debugger, edebug): Call it accordingly.
6233 (edebug-eval-display-list): Use dolist.
6234
6235 2012-09-12 Juri Linkov <juri@jurta.org>
6236
6237 * info.el (Info-search): Don't check for isearch-mode and
6238 isearch-regexp before let-binding search-spaces-regexp to
6239 Info-search-whitespace-regexp.
6240 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6241 search-whitespace-regexp if isearch-lax-whitespace or
6242 isearch-regexp-lax-whitespace is non-nil.
6243 (Info-mode): Don't set local variable search-whitespace-regexp.
6244 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6245
6246 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6249 (debugger-env-macro): Remove support for unread-command-char.
6250
6251 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6252 the temporary map re-appearing on emulation-mode-map-alists.
6253
6254 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6255 since 22.1.
6256
6257 * ehelp.el (with-electric-help): Accept functions in
6258 electric-help-form-to-execute.
6259 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6260 And replace unread-command-char -> unread-command-events.
6261
6262 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
6263
6264 Sync with Tramp 2.2.6.
6265
6266 * net/tramp.el (tramp-accept-process-output): Don't use
6267 JUST-THIS-ONE in the XEmacs case.
6268
6269 * net/trampver.el: Update release number.
6270
6271 2012-09-12 Martin Rudalics <rudalics@gmx.at>
6272
6273 * emacs-lisp/debug.el (debugger-previous-window-height):
6274 New variable.
6275 (debug): When debugger-jumping-flag is non-nil try to restore
6276 height of debugger window. (Bug#8789)
6277
6278 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6281 overriding-local-map and pre/post-command-hook here.
6282 (edebug-recursive-edit): Do it here instead (bug#12345).
6283 (edebug-outside-unread-command-char): Remove all uses of
6284 unread-command-char.
6285
6286 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6287 inhibit-debugger is bound instead.
6288
6289 2012-09-11 Bastien Guerry <bzg@gnu.org>
6290
6291 * subr.el (set-temporary-overlay-map): Add a docstring.
6292 (Bug#12346)
6293
6294 2012-09-11 Bastien Guerry <bzg@gnu.org>
6295
6296 * minibuffer.el (completion-table-subvert): Fix docstring.
6297 (Bug#12347)
6298
6299 2012-09-11 Bastien Guerry <bzg@gnu.org>
6300
6301 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
6302
6303 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
6304
6305 * progmodes/sql.el: Version 3.1
6306 (sql-db2-escape-newlines): New variable.
6307 (sql-escape-newlines-filter): Use it.
6308
6309 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
6310
6311 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6312
6313 2012-09-10 Dan Nicolaescu <dann@gnu.org>
6314
6315 * vc/diff-mode.el (diff-mode-menu):
6316 Bind diff-remove-trailing-whitespace.
6317
6318 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6321 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6322 (emacs-lisp-byte-code-mode): New functions.
6323 (eval-sexp-add-defvars): Don't skip defvars in column >0.
6324 (eval-defun-2): Remove bogus interactive spec.
6325 (lisp-indent-line): Remove redundant whole-exp code, now done in
6326 indent-according-to-mode.
6327 (save-match-data): Remove redundant indent data.
6328
6329 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6330 Use `declare'.
6331
6332 2012-09-09 Juri Linkov <juri@jurta.org>
6333
6334 * replace.el (replace-regexp-lax-whitespace): New defcustom.
6335 (replace-lax-whitespace, query-replace-regexp)
6336 (query-replace-regexp-eval, replace-regexp): Doc fix.
6337 (perform-replace, replace-highlight): Let-bind
6338 isearch-lax-whitespace to replace-lax-whitespace and
6339 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6340
6341 * isearch.el (isearch-query-replace): Let-bind
6342 replace-lax-whitespace to isearch-lax-whitespace and
6343 replace-regexp-lax-whitespace to
6344 isearch-regexp-lax-whitespace. (Bug#10885)
6345
6346 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6349
6350 2012-09-09 Alan Mackenzie <acm@muc.de>
6351
6352 * progmodes/cc-engine.el (c-state-cache-init):
6353 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6354 (c-record-parse-state-state):
6355 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6356
6357 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
6358
6359 * register.el (register-separator): Rename from
6360 separator-register. All uses changed. Doc fix.
6361 (register): Fix version.
6362
6363 2012-09-09 Chong Yidong <cyd@gnu.org>
6364
6365 * replace.el (query-replace-map): Bind four new symbols for
6366 requesting window scrolling.
6367
6368 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6369 query-replace-map (Bug#8948).
6370
6371 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6372
6373 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6374 since they are now in query-replace-map.
6375
6376 * window.el (scroll-other-window-down): Make the arg optional.
6377
6378 2012-09-09 Chong Yidong <cyd@gnu.org>
6379
6380 * files.el (hack-local-variables-confirm): Use quit-window to kill
6381 the *Local Variables* buffer.
6382
6383 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6384
6385 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6386 not just expect to be at its beginning. Adjust callees.
6387 Succeed when do-end block has no space before the pipe character.
6388 (ruby-brace-to-do-end): When the original block is one-liner,
6389 convert to multiline. Reindent the result.
6390
6391 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6392
6393 * register.el (register): New group.
6394 (separator-register): New user option.
6395 (increment-register): Route it to `append-to-register', if
6396 register contains text. Implication is that `C-x r +' can now be
6397 used for appending to a text register (bug#12217).
6398 (append-to-register, prepend-to-register): Add separator based on
6399 `separator-register'.
6400
6401 2012-09-08 Alan Mackenzie <acm@muc.de>
6402
6403 AWK Mode: make auto-newline work when there's "==" in the pattern.
6404 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6405 correctly.
6406 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6407 Test more rigorously for "=" token.
6408
6409 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6410
6411 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6412 Only fail when reached LIMIT.
6413
6414 2012-09-08 Chong Yidong <cyd@gnu.org>
6415
6416 * dired.el (dired-mode-map): Don't bind M-=.
6417
6418 * dired-aux.el (dired-diff): Use backup file as default.
6419
6420 2012-09-08 Drew Adams <drew.adams@oracle.com>
6421
6422 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6423
6424 2012-09-08 Chong Yidong <cyd@gnu.org>
6425
6426 * subr.el (syntax-after, syntax-class): Doc fix.
6427
6428 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6429
6430 * window.el (display-buffer-in-previous-window): New buffer
6431 display action function.
6432
6433 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6434 (debugger-previous-window): New variable.
6435 (debug): Rewrite using display-buffer-in-previous-window,
6436 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6437
6438 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6441
6442 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6443
6444 * progmodes/python.el (python-shell-send-string):
6445 When default-directory is remote, create temp file on remote
6446 filesystem.
6447 (python-shell-send-file): When file is remote, pass local view of
6448 file paths to remote Python interpreter. (Bug#12340)
6449
6450 2012-09-07 Chong Yidong <cyd@gnu.org>
6451
6452 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6453
6454 * files.el (after-find-file): Don't fail on a read-only buffer if
6455 require-final-newline is `visit' or `visit-save' (Bug#11156).
6456
6457 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6458
6459 * userlock.el (ask-user-about-supersession-threat):
6460 Use read-char-choice (Bug#12093).
6461
6462 2012-09-07 Chong Yidong <cyd@gnu.org>
6463
6464 * subr.el (buffer-narrowed-p): New function.
6465
6466 * ses.el (ses-widen):
6467 * simple.el (count-words--buffer-message):
6468 * net/browse-url.el (browse-url-of-buffer): Use it.
6469
6470 * simple.el (count-words-region): Don't signal an error if there
6471 is a non-nil prefix arg and the mark is not set.
6472
6473 * help.el (describe-key-briefly): Allow the message to be seen
6474 when invoked from the minibuffer (Bug#7014).
6475
6476 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6477
6478 * progmodes/ruby-mode.el (ruby-end-of-defun)
6479 (ruby-beginning-of-defun): Simplify, allow indentation before
6480 block beginning and end keywords.
6481 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6482 (ruby-end-of-defun): Expect that the point is at the beginning of
6483 the defun.
6484
6485 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6488 (bug#12367).
6489 (cl--make-usage-args): Strip _ from argument names.
6490
6491 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6492
6493 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6494 obsolete alias speedbar-key-map.
6495 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6496 (vhdl-index-menu-init): Don't use obsolete variable
6497 font-lock-maximum-size.
6498
6499 2012-09-06 Chong Yidong <cyd@gnu.org>
6500
6501 * frame.el (window-system-version): Mark as obsolete.
6502
6503 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6504 of obsolete variable speedbar-key-map.
6505
6506 2012-09-06 Juri Linkov <juri@jurta.org>
6507
6508 * replace.el (replace-lax-whitespace): New defcustom.
6509 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6510 (replace-string, replace-regexp): Mention it in docstrings.
6511 (perform-replace, replace-highlight): Let-bind
6512 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6513 to the values of replace-lax-whitespace and regexp-flag.
6514 Don't let-bind search-whitespace-regexp. (Bug#10885)
6515
6516 * isearch.el (isearch-query-replace): Let-bind
6517 replace-lax-whitespace instead of let-binding
6518 replace-search-function and replace-re-search-function.
6519 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6520 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6521 (isearch-toggle-symbol): Set isearch-regexp to nil
6522 in isearch-word mode (like in isearch-toggle-word).
6523
6524 2012-09-06 Juri Linkov <juri@jurta.org>
6525
6526 * replace.el (replace-search-function)
6527 (replace-re-search-function): Set default values to nil.
6528 (perform-replace): Let-bind isearch-related variables based on
6529 replace-related values, call `isearch-search-fun' and let-bind
6530 the result to `search-function'. Remove code that sets
6531 `search-function' and `search-string' separately for
6532 `delimited-flag'.
6533 (replace-highlight): Add new argument `delimited-flag' and
6534 rename other arguments to the names used in `perform-replace'.
6535 Let-bind `isearch-word' to the argument `delimited-flag'.
6536 (Bug#10885, bug#10887)
6537
6538 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6539
6540 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6541 ruby-beginning-of-indent, simplify, allow all keywords to have
6542 indentation before them.
6543 (ruby-beginning-of-indent): Adjust for above. Search until the
6544 found point is not inside a string or comment.
6545 (ruby-font-lock-keywords): Allow symbols to start with "@"
6546 character, give them higher priority than variables.
6547 (ruby-syntax-propertize-function)
6548 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6549 matchers. Expression expansions are not comments when inside a
6550 string, and there comment syntax status is irrelevant.
6551 (ruby-match-expression-expansion): New function. Check that
6552 expression expansion is inside a string, and it's not escaped.
6553 (ruby-font-lock-keywords): Use it.
6554
6555 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6556
6557 * help.el (temp-buffer-max-height): New default value.
6558 (temp-buffer-resize-frames): New option.
6559 (resize-temp-buffer-window): Optionally resize frame.
6560
6561 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6562 (fit-frame-to-buffer): New function.
6563
6564 2012-09-05 Glenn Morris <rgm@gnu.org>
6565
6566 * emulation/cua-rect.el (cua--init-rectangles):
6567 * textmodes/picture.el (picture-mode-map):
6568 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6569 like forward-char and backward-char. (Bug#12317)
6570
6571 2012-09-05 Leo Liu <sdl.web@gmail.com>
6572
6573 * progmodes/flymake.el (flymake-warning-re): New variable.
6574 (flymake-parse-line): Use it.
6575
6576 2012-09-05 Glenn Morris <rgm@gnu.org>
6577
6578 * calendar/holidays.el (holiday-christian-holidays):
6579 Rename an entry. (Bug#12289)
6580
6581 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6584 (bug#12222).
6585
6586 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * loadup.el: Load macroexp. Remove hack.
6589 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6590 (macroexp--expand-all): Use it to get better warnings.
6591 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6592 (internal-macroexpand-for-load): New functions.
6593 (macroexp--pending-eager-loads): New var.
6594 (emacs-startup-hook): New hack to replace one in loadup.el.
6595 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6596 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6597 (cl-psetf): Simplify.
6598 (cl-defstruct): Add indent rule.
6599
6600 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6601
6602 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6603 over `user-mail-address' for the SMTP MAIL FROM envelope.
6604 (smtpmail-via-smtp): Ditto.
6605
6606 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6607
6608 * progmodes/ruby-mode.el: Clean up keybindings.
6609 (ruby-mode-map): Don't bind ruby-electric-brace,
6610 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6611 backward-kill-word, reindent-then-newline-and-indent.
6612 (ruby-mark-defun): Remove.
6613 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6614 (ruby-mode): Set local beginning-of-defun-function and
6615 end-of-defun-function values.
6616
6617 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6618
6619 * window.el (temp-buffer-window-setup-hook)
6620 (temp-buffer-window-show-hook): New hooks.
6621 (temp-buffer-window-setup, temp-buffer-window-show)
6622 (with-temp-buffer-window): New functions.
6623 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6624 (special-display-popup-frame): Make sure the window used shows BUFFER.
6625
6626 * help.el (temp-buffer-resize-mode): Fix doc-string.
6627 (resize-temp-buffer-window): New optional argument WINDOW.
6628
6629 * files.el (recover-file, save-buffers-kill-emacs):
6630 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6631
6632 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6633
6634 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6635 remote definition of `default-directory', ensure we can connect.
6636
6637 2012-09-02 Juri Linkov <juri@jurta.org>
6638
6639 Toggle whitespace matching mode with M-s SPC.
6640 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6641
6642 * isearch.el (search-whitespace-regexp): Doc fix.
6643 Remove cons cell customization.
6644 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6645 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6646 New variables.
6647 (isearch-forward, isearch-forward-regexp): Doc fix.
6648 (isearch-toggle-lax-whitespace): New command.
6649 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6650 (re-search-forward-lax-whitespace)
6651 (re-search-backward-lax-whitespace): New functions.
6652 (isearch-whitespace-regexp): Remove function.
6653 (isearch-query-replace): Let-bind replace-search-function and
6654 replace-re-search-function.
6655 (isearch-occur): Let-bind search-spaces-regexp according to the
6656 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6657 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6658 condition for C-q SPC.
6659 (isearch-search-fun-default): Use new functions mentioned above.
6660 (isearch-search-forward, isearch-search-backward): Remove functions.
6661 (isearch-search): Don't let-bind search-spaces-regexp.
6662 (isearch-lazy-highlight-space-regexp): Remove variable.
6663 (isearch-lazy-highlight-lax-whitespace)
6664 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6665 (isearch-lazy-highlight-new-loop): Use them.
6666 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6667
6668 2012-09-02 Chong Yidong <cyd@gnu.org>
6669
6670 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6671
6672 2012-09-02 Glenn Morris <rgm@gnu.org>
6673
6674 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6675
6676 2012-09-01 Glenn Morris <rgm@gnu.org>
6677
6678 * term.el: Tidy up menu definitions.
6679 (term-mode-map): Use easymenu for In/Out, Complete menus.
6680 (term-pager-break-map): Initialize in the defvar.
6681 (term-terminal-menu, term-signals-menu): Define with easymenu.
6682 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6683 (term-pager-menu): New, extracted from term-process-pager.
6684 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6685 (term-update-mode-line): Propertize line/char and page items.
6686 (term-process-pager): Move keymap initialization elsewhere.
6687
6688 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6689
6690 * window.el (switch-to-prev-buffer): Handle additional values of
6691 BURY-OR-KILL argument. Don't switch in minibuffer window.
6692 (switch-to-next-buffer): Don't switch in minibuffer window.
6693 (quit-restore-window): New function based on quit-window.
6694 Handle additional values of former KILL argument.
6695 (quit-window): Call quit-restore-window with appropriate
6696 interpretation of KILL argument.
6697 (display-buffer-below-selected): New buffer display action
6698 function.
6699
6700 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * minibuffer.el (completion-at-point-functions): Complete docstring
6703 (bug#12254).
6704
6705 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6706
6707 Better seed support for (random).
6708 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6709 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6710 * play/mpuz.el, play/tetris.el, play/zone.el:
6711 * calc/calc-comb.el (math-init-random-base):
6712 * play/blackbox.el (bb-init-board):
6713 * play/life.el (life):
6714 * server.el (server-use-tcp):
6715 * type-break.el (type-break):
6716 Remove unnecessary call to (random t).
6717 * net/sasl.el (sasl-unique-id-function):
6718 Change (random t) to (random), now that the latter is more random.
6719 * play/life.el (life-initialized): Remove no-longer-needed var.
6720
6721 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6722
6723 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6724 Consider frame's buffer predicate when choosing the buffer.
6725 (Bug#12081)
6726
6727 2012-08-30 Richard Stallman <rms@gnu.org>
6728
6729 * simple.el (special-mode-map): Delete binding for `z'.
6730
6731 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6732
6733 * progmodes/compile.el (compilation-always-kill): Doc fix.
6734
6735 2012-08-30 Chong Yidong <cyd@gnu.org>
6736
6737 * window.el (display-buffer-reuse-frames): Make the obsolescence
6738 message more informative.
6739
6740 2012-08-30 Glenn Morris <rgm@gnu.org>
6741
6742 * paren.el (show-paren-delay):
6743 Add a :set function. Doc fix. (Bug#12297)
6744
6745 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6746
6747 * progmodes/compile.el (compilation-always-kill): New var.
6748 (compilation-start): Use it.
6749
6750 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6753 * files.el (read-only-mode): Move to simple.el.
6754
6755 * files.el (read-only-mode): New minor mode.
6756 (toggle-read-only): Use it and mark obsolete.
6757 (find-file--read-only):
6758 * vc/vc.el (vc-next-action, vc-checkout):
6759 * vc/vc-cvs.el (vc-cvs-checkout):
6760 * obsolete/vc-mcvs.el (vc-mcvs-update):
6761 * ffap.el (ffap--toggle-read-only): Update callers.
6762
6763 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6764
6765 * eshell/esh-ext.el (eshell-external-command): Do not examine
6766 remote shell scripts.
6767 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6768
6769 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6770 "/usr/local/sbin".
6771
6772 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6775
6776 2012-08-28 Leo Liu <sdl.web@gmail.com>
6777
6778 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6779 completion-at-point. (Bug#12220)
6780
6781 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6782
6783 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6784
6785 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6788 be buffer-local; add delete-trailing-whitespace (bug#12259).
6789
6790 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6791
6792 * progmodes/hideif.el (hif-compress-define-list):
6793 Fix typo. (Bug#11951)
6794
6795 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6796
6797 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6798 buffer local setting.
6799
6800 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6801 rcirc-encode-coding-system.
6802
6803 2012-08-28 Leo Liu <sdl.web@gmail.com>
6804
6805 * net/rcirc.el (rcirc-split-message): New function.
6806 (rcirc-send-message): Use it. (Bug#12051)
6807
6808 2012-08-28 Juri Linkov <juri@jurta.org>
6809
6810 * info.el (Info-fontify-node): Hide empty lines at the end of
6811 the node. (Bug#12272)
6812
6813 2012-08-27 Drew Adams <drew.adams@oracle.com>
6814
6815 * dired.el (dired-pop-to-buffer): Make window start at beginning
6816 of buffer (Bug#12281).
6817
6818 2012-08-26 Chong Yidong <cyd@gnu.org>
6819
6820 * window.el (special-display-regexps, special-display-frame-alist)
6821 (special-display-buffer-names, special-display-function)
6822 (display-buffer-reuse-frames): Mark as obsolete.
6823
6824 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6825
6826 * help.el (help-print-return-message): Don't treat
6827 display-buffer-reuse-frames specially.
6828
6829 2012-08-26 Chong Yidong <cyd@gnu.org>
6830
6831 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6832 New variable, replacing gdb-frame-parameters.
6833 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6834 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6835 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6836 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6837 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6838 the functions directly with gdb-display-buffer-other-frame-action.
6839 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6840 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6841 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6842 (gdb-display-registers-buffer): Define directly.
6843 (def-gdb-display-buffer): Macro deleted.
6844 (gdb-display-buffer): Remove second and third args, callers don't
6845 use them. Defer to the default display-buffer behavior, apart
6846 from making windows dedicated.
6847 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6848
6849 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6850
6851 * window.el (display-buffer-pop-up-frame): Handle a
6852 pop-up-frame-parameters alist entry.
6853 (display-buffer): Document it.
6854
6855 2012-08-26 Chong Yidong <cyd@gnu.org>
6856
6857 * isearch.el (search-whitespace-regexp): Make string and nil
6858 values apply to both ordinary and regexp search. Allow a cons
6859 cell value to distinguish between the two.
6860 (isearch-whitespace-regexp, isearch-search-forward)
6861 (isearch-search-backward): New functions.
6862 (isearch-occur, isearch-search-fun-default, isearch-search)
6863 (isearch-lazy-highlight-new-loop): Use them.
6864 (isearch-forward, isearch-forward-regexp): Doc fix.
6865
6866 2012-08-26 Chong Yidong <cyd@gnu.org>
6867
6868 * faces.el (help-argument-name): Always inherit from italic
6869 (Bug#12213).
6870
6871 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6872
6873 * window.el (window--even-window-heights): Even heights when
6874 WINDOW and the selected window form a vertical combination.
6875 (display-buffer-use-some-window): Provide that window used gets
6876 sized back by quit-window. (Bug#11880) and (Bug#12091)
6877
6878 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6879
6880 Fix file time stamp problem with bzr and CVS (Bug#12001).
6881 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6882 in the file's time stamp, since the version control system loses
6883 that information.
6884
6885 2012-08-22 Juri Linkov <juri@jurta.org>
6886
6887 * info.el (Info-fontify-node): Hide the suffix of the
6888 Info file name in the header line. (Bug#12187)
6889
6890 2012-08-22 Glenn Morris <rgm@gnu.org>
6891
6892 * calendar/cal-tex.el (cal-tex-weekly-common):
6893 Restore leading blank page.
6894
6895 2012-08-22 Le Wang <l26wang@gmail.com>
6896
6897 * misc.el (forward-to-word, backward-to-word): Activate or extend
6898 the region under `shift-select-mode'. (Bug#12231)
6899
6900 2012-08-22 Bastien Guerry <bzg@gnu.org>
6901
6902 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6903 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6904 gives details on why the space is never needed.
6905
6906 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6907
6908 * window.el (walk-window-tree, window-with-parameter):
6909 New optional argument MINIBUF to control whether these functions
6910 should run on the minibuffer window.
6911 (window-at-side-list): Don't operate on minibuffer window.
6912 (window-in-direction): Simplify and rewrite doc-string.
6913 (window--size-ignore): Rename to window--size-ignore-p.
6914 Update callers.
6915 (display-buffer-in-atom-window, window--major-non-side-window)
6916 (window--major-side-window, display-buffer-in-major-side-window)
6917 (delete-side-window, display-buffer-in-side-window):
6918 New functions.
6919 (window--side-check, window-deletable-p, delete-window)
6920 (delete-other-windows, split-window): Handle side windows and
6921 atomic windows appropriately.
6922 (window--display-buffer): Call display-buffer-record-window also
6923 when the window buffer did not change.
6924
6925 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6926
6927 * help-fns.el (help-fns--key-bindings):
6928 Abbreviate non-symbol remap targets. (Bug#12174)
6929
6930 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6931
6932 * dired.el (dired-mark-remembered): Don't clobber point.
6933 (Bug#11795)
6934
6935 2012-08-22 Glenn Morris <rgm@gnu.org>
6936
6937 * progmodes/bug-reference.el (bug-reference): New custom group.
6938 (bug-reference-bug-regexp): Make it a defcustom.
6939
6940 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6941
6942 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6943 (js-paren-indent-offset, js-square-indent-offset)
6944 (js-curly-indent-offset): Add :safe (Bug#12257).
6945
6946 2012-08-22 Edward O'Connor <hober0@gmail.com>
6947
6948 * json.el (json-key-format): Add error properties.
6949 (json-encode-key): New function.
6950 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6951 Use json-encode-key.
6952
6953 2012-08-22 Glenn Morris <rgm@gnu.org>
6954
6955 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6956 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6957 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6958 Update for above change.
6959
6960 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6961
6962 * cus-face.el (custom-face-attributes): Fix customize type for the
6963 :underline attribute. (Bug#11805)
6964
6965 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6966
6967 * window.el (window-point-1, set-window-point-1): Remove.
6968 (window-in-direction, record-window-buffer)
6969 (set-window-buffer-start-and-point, split-window-below)
6970 (window--state-get-1, display-buffer-record-window):
6971 Replace calls to window-point-1 and set-window-point-1 by calls to
6972 window-point and set-window-point respectively.
6973
6974 2012-08-21 Glenn Morris <rgm@gnu.org>
6975
6976 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6977 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6978 Use it.
6979
6980 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6981 (cal-tex-shortday): New function.
6982 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6983 (cal-tex-cursor-filofax-daily): Use the above.
6984
6985 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6986 New functions.
6987 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6988 (cal-tex-cursor-filofax-week): Use them.
6989
6990 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6991 New constants.
6992 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6993 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6994
6995 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6996 (cal-tex-end-document): Don't rely on buffer name.
6997
6998 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6999 Use cal-tex-vspace.
7000 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7001 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7002 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7003 Use cal-tex-arg.
7004
7005 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7006 (cal-tex-cursor-week, cal-tex-cursor-week2)
7007 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7008 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7009 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7010 (cal-tex-insert-preamble, cal-tex-b-document)
7011 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7012 Improve cal-tex-cmd usage.
7013
7014 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7015 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7016 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7017 (cal-tex-weekly-paper): New function.
7018 (cal-tex-cursor-week, cal-tex-cursor-week2)
7019 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7020 (cal-tex-cursor-day): Use it.
7021
7022 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7023 (cal-tex-cursor-filofax-week): Remove leading blank page.
7024
7025 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7026 Add autoload cookie. For now at least, don't use color, since
7027 no other cal-tex function does.
7028
7029 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7030 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7031 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7032
7033 2012-08-21 Juri Linkov <juri@jurta.org>
7034
7035 * info.el (Info-file-attributes): New variable.
7036 (info-insert-file-contents): Add file attributes to
7037 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
7038 `Info-toc-nodes' when previous modtime of the Info file is less
7039 than new modtime.
7040 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7041 of info.el. (Bug#12230)
7042
7043 2012-08-20 Glenn Morris <rgm@gnu.org>
7044
7045 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7046 * calendar/holidays.el (calendar-holiday-list):
7047 Report errors with display-warning rather than beep'n'sleep.
7048
7049 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * net/tramp.el (tramp-accept-process-output): Accept only output
7052 from PROC. Otherwise, process filters and sentinels might be
7053 confused. (Bug#12145)
7054
7055 2012-08-20 Chong Yidong <cyd@gnu.org>
7056
7057 * descr-text.el (describe-text-properties-1): Use overlays-in to
7058 report on empty overlays (Bug#3322).
7059
7060 2012-08-20 Glenn Morris <rgm@gnu.org>
7061
7062 * mail/rmailout.el (rmail-output-read-file-name):
7063 Trap and report errors in rmail-output-file-alist elements.
7064
7065 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7066 since most non-font-lock faces are not also variables).
7067
7068 2012-08-20 Edward Reingold <reingold@iit.edu>
7069
7070 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7071 New function. (Bug12160)
7072
7073 2012-08-19 Glenn Morris <rgm@gnu.org>
7074
7075 * mail/rmailout.el (rmail-output-read-file-name):
7076 Fix previous change (when the alist is nil or does not match).
7077
7078 2012-08-19 Chong Yidong <cyd@gnu.org>
7079
7080 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7081 (Bug#12228).
7082
7083 2012-08-18 Chong Yidong <cyd@gnu.org>
7084
7085 * simple.el (yank-handled-properties): New defcustom.
7086 (yank-excluded-properties): Add font-lock-face and category.
7087 (yank): Doc fix.
7088
7089 * subr.el (remove-yank-excluded-properties):
7090 Obey yank-handled-properties. The special handling of font-lock-face
7091 and category is now done this way, instead of being hard-coded.
7092 (insert-for-yank-1): Remove font-lock-face handling.
7093 (yank-handle-font-lock-face-property)
7094 (yank-handle-category-property): New function.
7095
7096 2012-08-17 Glenn Morris <rgm@gnu.org>
7097
7098 * mail/rmailout.el (rmail-output-read-file-name):
7099 Check rmail-output-file-alist against the full message body
7100 in the correct rmail buffer. (Bug#12214)
7101
7102 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
7103
7104 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7105 Eliminate superfluous prompt. (Bug#12203)
7106
7107 2012-08-17 Chong Yidong <cyd@gnu.org>
7108
7109 * mouse.el (mouse-appearance-menu): If x-select-font returns a
7110 font spec, set the font directly (Bug#3228).
7111
7112 2012-08-17 Martin Rudalics <rudalics@gmx.at>
7113
7114 * window.el (delete-window): Fix last fix.
7115
7116 2012-08-16 Martin Rudalics <rudalics@gmx.at>
7117
7118 * window.el (window-valid-p): Move to window.c.
7119 (window-child, window-child-count, window-last-child)
7120 (window-normalize-window, window-combined-p)
7121 (window-combinations, window-atom-root, window-min-size)
7122 (window-sizable, window-sizable-p, window-size-fixed-p)
7123 (window-min-delta, window-max-delta, window--resizable)
7124 (window--resizable-p, window-resizable, window-total-size)
7125 (window-full-height-p, window-full-width-p, window-body-size)
7126 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7127 (minimize-window, window-deletable-p, delete-window)
7128 (delete-other-windows, set-window-buffer-start-and-point)
7129 (next-buffer, previous-buffer, split-window, balance-windows-2)
7130 (set-window-text-height, window-buffer-height)
7131 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7132 (truncated-partial-width-window-p): Minor code adjustments.
7133 In doc-strings state whether the argument window has to denote a
7134 live, valid or any window.
7135
7136 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
7137
7138 * progmodes/subword.el (subword-forward-function)
7139 (subword-backward-function, subword-forward-regexp)
7140 (subword-backward-regexp): New variables.
7141 (subword-forward, subword-forward-internal, subword-backward-internal):
7142 Use new variables, eg so that different "word" definitions
7143 can be easily used. (Bug#11411)
7144
7145 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7148 for composite selectors.
7149 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7150 operation just because we can't find a previous revision.
7151
7152 2012-08-15 Chong Yidong <cyd@gnu.org>
7153
7154 * frame.el (set-frame-font): Accept font objects.
7155
7156 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7159
7160 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
7161
7162 * man.el (Man-overstrike-face, Man-underline-face)
7163 (Man-reverse-face): Remove variables.
7164 (Man-overstrike, Man-underline, Man-reverse): New faces.
7165 (Man-fontify-manpage): Use them instead of the variables.
7166 (Man-cleanup-manpage): Comment change.
7167 (Man-ansi-color-map): New variable.
7168 (Man-fontify-manpage): Use it.
7169 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7170
7171 Implement ANSI SGR parameters 22-27 (bug#12146).
7172 * ansi-color.el (ansi-colors): Doc fix.
7173 (ansi-color-context, ansi-color-context-region): Doc fix.
7174 (ansi-color--find-face): New function.
7175 (ansi-color-apply, ansi-color-apply-on-region): Use it.
7176 Rename the local variable `face' to `codes' since it is now a list of
7177 ansi codes. Doc fix.
7178 (ansi-color-get-face): Remove.
7179 (ansi-color-parse-sequence): New function, derived from
7180 ansi-color-get-face.
7181 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
7182 codes 22-27.
7183
7184 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * subr.el (read-passwd): Allow use from a minibuffer.
7187
7188 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7189
7190 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7191 inside comments and strings as identifiers.
7192
7193 * progmodes/gud.el (gud-tooltip-print-command): Quote the
7194 expression to evaluate. This allows to evaluate expressions with
7195 embedded whitespace.
7196 (gud-tooltip-tips): Add a blank before the newline in the
7197 message-box text, for the benefit of message-box emulation on
7198 MS-Windows.
7199
7200 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7201 messages from GDB, pop them up in a tooltip to give feedback to
7202 user.
7203 (gdb-tooltip-print-1): Quote the expression to evaluate.
7204 This allows to evaluate expressions with embedded whitespace.
7205 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7206 if the TTY name is nil or empty (which happens when communicating
7207 with the inferior via pipes, e.g. on MS-Windows).
7208 (gdb-internals): If GDB sends a "&\n" empty debugging message,
7209 don't send that to the GUD buffer.
7210
7211 2012-08-14 Glenn Morris <rgm@gnu.org>
7212
7213 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7214 Optimize away setq-default with no args, as for setq. (Bug#12195)
7215
7216 2012-08-14 Chong Yidong <cyd@gnu.org>
7217
7218 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7219
7220 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7221 (Bug#12085).
7222
7223 2012-08-14 Glenn Morris <rgm@gnu.org>
7224
7225 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7226
7227 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
7228
7229 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7230 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7231 Use cached shell name.
7232
7233 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7234
7235 * progmodes/python.el (python-shell-send-string):
7236 (python-shell-send-setup-code): Do not use `format' with `message'.
7237
7238 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
7239
7240 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7241 (ruby-percent-literal-beg-re): New constant.
7242 (ruby-syntax-general-delimiters-goto-beg): Rename to
7243 `ruby-syntax-enclosing-percent-literal', improve literal type check.
7244 (ruby-syntax-propertize-general-delimiters): Rename to
7245 `ruby-syntax-propertize-percent-literal', it's a shorter and more
7246 popular term. Adjust comments everywhere.
7247 (ruby-syntax-propertize-percent-literal): Only propertize when not
7248 inside a simple string or comment. When the literal is unclosed,
7249 leave the text after it unpropertized.
7250 (ruby-syntax-methods-before-regexp): New constant.
7251 (ruby-syntax-propertize-function): Use it to recognize regexps.
7252 Don't look at the text after regexp, just use the whitelist.
7253
7254 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7255
7256 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7257 non-nil always load the compiled file if it exists. (Bug#12197)
7258
7259 2012-08-14 Chong Yidong <cyd@gnu.org>
7260
7261 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7262 (hi-lock-set-pattern): When deciding whether to use font lock or
7263 overlays, look at font-lock-mode instead of font-lock-fontified
7264 (Bug#12168).
7265 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7266 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7267
7268 2012-08-14 Daiki Ueno <ueno@unixuser.org>
7269
7270 * subr.el (internal--after-with-selected-window): Fix typo
7271 (Bug#12193).
7272
7273 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7274
7275 Use `completion-table-dynamic' for completion functions.
7276 * progmodes/python.el
7277 (python-shell-completion--do-completion-at-point)
7278 (python-shell-completion--get-completions):
7279 Remove functions.
7280 (python-shell-completion-complete-at-point): New function.
7281 (python-completion-complete-at-point): Use it.
7282
7283 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
7284
7285 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7286 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7287
7288 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * subr.el (function-get): Refine `autoload' arg so it can also
7291 autoload functions for gv.el (bug#12191).
7292 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7293 autoloads macros.
7294
7295 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7296 Prefer pcase-let over destructuring-bind.
7297 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7298 Also, remove whitespace as we go, rather than after accumulating the
7299 various places.
7300
7301 * subr.el (internal--before-with-selected-window)
7302 (internal--after-with-selected-window): Fix typo seleted->selected.
7303 (with-selected-window): Adjust callers.
7304 Reported by Dmitry Gutov <dgutov@yandex.ru>.
7305
7306 2012-08-13 Bastien Guerry <bzg@gnu.org>
7307
7308 * window.el (special-display-popup-frame): Minor docstring
7309 enhancement. (Bug#12172)
7310
7311 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
7312
7313 * tar-mode.el (tar-header-data-end): Only ignore size for files of
7314 type 1-6.
7315 (tar-header-block-summarize, tar-get-descriptor): Handle pax
7316 extended headers.
7317
7318 * files.el (hack-local-variables-filter): Remove useless eval.
7319
7320 2012-08-13 Martin Rudalics <rudalics@gmx.at>
7321
7322 * subr.el (with-selected-window): Fix last change.
7323
7324 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * subr.el (internal--before-with-seleted-window)
7327 (internal--after-with-seleted-window): New functions.
7328 (with-selected-window): Use them, to replace dependency on
7329 tty-top-frame.
7330
7331 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
7332
7333 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7334 binding for `newline'.
7335 (ruby-move-to-block): When moving backward, stop at block opening,
7336 not indentation.
7337 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7338 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7339 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7340 `ruby-toggle-block'.
7341
7342 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * ibuffer.el (ibuffer-do-toggle-read-only):
7345 * dired.el (dired-toggle-read-only):
7346 * buff-menu.el (Buffer-menu-toggle-read-only):
7347 * bindings.el (mode-line-toggle-read-only):
7348 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7349
7350 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
7351
7352 * descr-text.el (describe-char): Put the overlays over the
7353 "displayed as" character.
7354
7355 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
7356
7357 * calc/calc-units.el (math-default-units-table): Give an
7358 initial value.
7359 (math-put-default-units): Add options to put composite units and
7360 unit systems in the default units table.
7361 (calc-convert-units): Send composite units to
7362 `math-put-default-units' when appropriate.
7363
7364 2012-08-11 Glenn Morris <rgm@gnu.org>
7365
7366 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7367
7368 * tutorial.el (help-with-tutorial):
7369 * emacs-lisp/copyright.el (copyright-update-directory):
7370 * emacs-lisp/autoload.el (autoload-find-generated-file)
7371 (autoload-find-file): Disable local eval: (for insurance).
7372
7373 * files.el (hack-local-variables-filter): If an eval: form is not
7374 known to be safe, and enable-local-variables is :safe, then ignore
7375 the form totally, as is done for non-eval forms. (Bug#12155)
7376 This is CVE-2012-3479.
7377
7378 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7381 (rx-form): Simplify.
7382
7383 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7384
7385 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7386 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7387 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7388 (ruby-syntax-propertize-function): Adjust for changes in
7389 `ruby-syntax-propertize-heredoc'.
7390
7391 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7392
7393 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7394 binding (use `M-;' instead).
7395 (ruby-singleton-class-p): New function.
7396 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7397
7398 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7401
7402 2012-08-10 Chong Yidong <cyd@gnu.org>
7403
7404 * progmodes/python.el (python-shell-get-process-name): Don't mess
7405 with same-window-buffer-names.
7406
7407 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7408 (eshell-remove-from-window-buffer-names): Make obsolete.
7409 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7410 (eshell): Just use pop-to-buffer-same-window instead.
7411
7412 2012-08-10 Chong Yidong <cyd@gnu.org>
7413
7414 * bindings.el: Bind M-= back to count-words-region.
7415
7416 * simple.el (count-words-region): Accept a prefix arg for acting
7417 on the entire buffer.
7418 (count-words--buffer-message): New helper function.
7419
7420 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7423 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7424 (event-start, event-end): Use posn-at-point to return a more
7425 informative posn.
7426 (posnp): New function.
7427 * mouse.el (popup-menu-normalize-position): Use it.
7428
7429 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7430
7431 * mouse.el (popup-menu-normalize-position): New function.
7432 (popup-menu): Use `popup-menu-normalize-position' to normalize
7433 the form for POSITION argument.
7434
7435 * term/x-win.el (x-menu-bar-open):
7436 Use the value returend from (posn-at-point) as position
7437 passed to `popup-menu'.
7438
7439 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7440
7441 * calc/calccomp.el (math-compose-expr): Add extra argument
7442 indicating that parentheses should be put around products in
7443 denominators. Give multiplication precedence over division during
7444 composition.
7445
7446 2012-08-09 Chong Yidong <cyd@gnu.org>
7447
7448 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7449 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7450 (Man-untabify-command, manual-program): Convert to defcustom
7451 (Bug#10429).
7452
7453 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7454
7455 * descr-text.el (describe-char): Don't insert extra newlines
7456 (Bug#10127).
7457
7458 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7459 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7460
7461 * align.el (align-region): Delete temporary markers (Bug#10047).
7462 Plus some code cleanups.
7463
7464 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7465
7466 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7467 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7468 (python-shell-internal-last-output): Use make-local-variable
7469 instead of make-variable-buffer-local.
7470
7471 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7472
7473 * progmodes/python.el: Enhancements to forward-sexp.
7474 (python-nav-forward-sexp): Rename from
7475 python-nav-forward-sexp-function.
7476 (python-nav--forward-sexp, python-nav--backward-sexp):
7477 New functions.
7478
7479 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7480
7481 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7482 modes and simplification modes.
7483
7484 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * delsel.el (delete-selection-pre-hook): Don't propagate the
7487 file-supersession signals (bug#12161).
7488
7489 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7492 (cl-map-extents): Add compatibility aliases (bug#12135).
7493
7494 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7495
7496 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7497 tests by `ignore-error'.
7498 (tramp-find-shell): Open also a new shell, when cache is already
7499 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7500
7501 2012-08-08 Juri Linkov <juri@jurta.org>
7502
7503 * bookmark.el: Add `defaults' property to the bookmark record.
7504 (bookmark-current-buffer): Doc fix.
7505 (bookmark-make-record): Add `defaults' property with default values
7506 to the bookmark record.
7507 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7508 with `bookmark-insert-current-bookmark'.
7509 (bookmark-set): Get `defaults' property from the bookmark record
7510 and use it in `read-from-minibuffer'.
7511 (bookmark-insert-current-bookmark): Remove function.
7512
7513 * info.el (Info-bookmark-make-record): Add `defaults' property
7514 with values of canonical Info node name, the current Info file
7515 name and the current Info node name. (Bug#12107)
7516
7517 2012-08-08 Juri Linkov <juri@jurta.org>
7518
7519 * files.el (basic-save-buffer): Use `buffer-name' as the default
7520 of `read-file-name' when buffer is not visiting a file (bug#12128).
7521
7522 2012-08-08 Juri Linkov <juri@jurta.org>
7523
7524 * info.el (Info-isearch-search): Doc fix.
7525 (Info-search): Change search-failed message from "initial node" to
7526 "end of node" (bug#12078).
7527 (Info-isearch-search): Change `isearch-string-state' to
7528 `isearch--state-string'.
7529
7530 2012-08-08 Glenn Morris <rgm@gnu.org>
7531
7532 * language/persian.el: Remove file.
7533 * language/misc-lang.el: Move unique part of persian.el here.
7534 * loadup.el: Remove language/persian.
7535
7536 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7537
7538 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7539
7540 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7541
7542 * progmodes/python.el: Fix defsubst warning.
7543 (python-syntax-context) Rename from python-info-ppss-context.
7544 (python-syntax-context-type): Rename from
7545 python-info-ppss-context-type.
7546 (python-syntax-comment-or-string-p): Rename from
7547 python-info-ppss-comment-or-string-p.
7548
7549 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7550
7551 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7552
7553 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7554
7555 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7556 a defcustom that is quoted with backquote.
7557
7558 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7559 Fix handling of interactive spec when the body uses return.
7560 (math-do-arg-check, math-define-function-body): Use backquote forms.
7561 * calc/calc-ext.el (math-defcache): Likewise.
7562 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7563 * allout.el (allout-new-exposure): Likewise.
7564 * calc/calcalg2.el (math-tracing-integral): Likewise.
7565 * info.el (Info-last-menu-item): Likewise.
7566 * emulation/vip.el (vip-loop): Likewise.
7567 * textmodes/artist.el (artist-funcall): Likewise.
7568 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7569 Construct menu-item directly.
7570
7571 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7572 Don't declare.
7573
7574 2012-08-07 Chong Yidong <cyd@gnu.org>
7575
7576 * simple.el (deactivate-mark): Preserve text properties when
7577 saving the primary selection (Bug#8384).
7578
7579 2012-08-07 Kevin Ryde <user42@zip.com.au>
7580
7581 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7582 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7583 and continue processing (Bug#12110).
7584
7585 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7588 syntax-propertize-function (bug#10095).
7589
7590 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7593 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7594 describe-function-1.
7595 (describe-function-1): Use them. Move compiler macro after sig.
7596 (help-fns--compiler-macro): Use function-get. Assume we're already in
7597 standard-output. Adjust layout to new call order.
7598
7599 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7600 re-binding a symbol that has a symbol-macro (bug#12119).
7601
7602 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7603
7604 * language/persian.el: New file. (Bug#11812)
7605 * loadup.el: Add language/persian.el.
7606
7607 2012-08-06 Chong Yidong <cyd@gnu.org>
7608
7609 * window.el (window--maybe-raise-frame): New function.
7610 (window--display-buffer): Split off from here.
7611 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7612 (display-buffer-pop-up-window, display-buffer-use-some-window):
7613 Obey an inhibit-switch-frame action alist entry.
7614 (display-buffer): Update doc.
7615
7616 * replace.el (occur-after-change-function): Avoid losing focus by
7617 using the inhibit-switch-frame display parameter (Bug#12139).
7618
7619 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7620
7621 Make internal shell process buffer names start with space.
7622 * progmodes/python.el (python-shell-make-comint): Add optional
7623 argument INTERNAL.
7624 (run-python-internal): Use it.
7625 (python-shell-internal-get-or-create-process): Check for new
7626 internal buffer names.
7627
7628 2012-08-06 Glenn Morris <rgm@gnu.org>
7629
7630 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7631 Do less getting and setting of environment variables.
7632
7633 2012-08-05 Chong Yidong <cyd@gnu.org>
7634
7635 * proced.el (proced): Add substitution string to docstring to
7636 trigger autoloading of the proced library on C-h f (Bug#1768).
7637
7638 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7639 Don't show defvars which have no second argument (Bug#8638).
7640
7641 * imenu.el (imenu-generic-expression): Move documentation here
7642 from imenu--generic-function.
7643 (imenu--generic-function): Refer to imenu-generic-expression.
7644
7645 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7646
7647 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7648 indentation declaration.
7649 (viper-loop): Add indentation declaration (Bug#7025).
7650
7651 2012-08-05 Chong Yidong <cyd@gnu.org>
7652
7653 * help-fns.el (describe-variable): Add hyperlink for
7654 directory-local variables files. Improve buffer-local and
7655 permanent-local reporting; suggested by MON KEY (Bug#6644).
7656
7657 * help-mode.el (help-dir-local-var-def): New button type.
7658
7659 * files.el (kill-buffer-hook): Provide a defvar.
7660
7661 2012-08-05 Glenn Morris <rgm@gnu.org>
7662
7663 * eshell/esh-ext.el (eshell/addpath):
7664 Also update eshell-path-env. (Bug#12013)
7665
7666 2012-08-05 Chong Yidong <cyd@gnu.org>
7667
7668 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7669
7670 * fringe.el (fringe-styles): Add docstring.
7671 (fringe--check-mode): New function.
7672 (set-fringe-mode, set-fringe-style): Use it.
7673 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7674
7675 * files.el (set-auto-mode): Fix invalid setq call.
7676
7677 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * isearch.el: Misc simplification; use defstruct.
7680 (isearch-mode-map): Dense maps now work like sparse ones.
7681 (isearch--state): New defstruct.
7682 (isearch-string-state, isearch-message-state, isearch-point-state)
7683 (isearch-success-state, isearch-forward-state)
7684 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7685 (isearch-wrapped-state, isearch-barrier-state)
7686 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7687 replaced by defstruct's accessors.
7688 (isearch--set-state): Rename from isearch-top-state and change
7689 calling convention.
7690 (isearch-push-state): Use new isearch--get-state.
7691 (isearch-toggle-word): Disable regexp when enabling word.
7692 (isearch-message-prefix): Remove unused arg _c-q-hack.
7693 (isearch-message-suffix): Remove unused arg _ellipsis.
7694
7695 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7696
7697 * simple.el (list-processes--refresh): For a server use :host or
7698 :local as the address.
7699 (list-processes): Doc fix.
7700
7701 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7702
7703 * lisp/mpc.el: Support password in host argument.
7704 (mpc--proc-connect): Parse and use new password element.
7705 Set mpc-proc variable instead of returning process.
7706 (mpc-proc): Adjust accordingly.
7707
7708 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7709
7710 * whitespace.el (whitespace-display-mappings): Use Unicode
7711 codepoints, instead of emacs-mule codepoints. See
7712 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7713 for the details.
7714
7715 * files.el (file-truename): Don't skip symlink-chasing part on
7716 windows-nt. Incorporate the resolution of 8+3 short aliases on
7717 Windows into the loop that recursively chases symlinks.
7718 Compare directory and its parent case-insensitively on MS-Windows and
7719 MS-DOS.
7720
7721 2012-08-03 Chong Yidong <cyd@gnu.org>
7722
7723 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7724
7725 * sort.el (sort-regexp-fields): Doc fix.
7726
7727 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7728
7729 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7730 labels regex position point at the expected place.
7731
7732 2012-08-03 MON KEY <monkey@sandpframing.com>
7733
7734 * net/imap.el (imap-interactive-login, imap-authenticate)
7735 (imap-mailbox-lsub, imap-mailbox-list)
7736 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7737 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7738 (imap-parse-response): Doc fix.
7739
7740 2012-08-03 João Távora <joaotavora@gmail.com>
7741
7742 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7743 if sexp scanning does not move point (Bug#5734).
7744
7745 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7746
7747 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7748 Add listings, minted, and ctable packages.
7749 (reftex-label-alist-builtin): Move listings, minted, and ctable
7750 entries before LaTeX.
7751 (reftex-label-alist): Docfix.
7752
7753 2012-08-02 Bastien Guerry <bzg@gnu.org>
7754
7755 * replace.el (occur): Fix docstring (bug#12122).
7756
7757 2012-08-02 Glenn Morris <rgm@gnu.org>
7758
7759 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7760
7761 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7762
7763 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7764 * international/mule-cmds.el: Create
7765 inactivate-current-input-method-function as an obsolete alias for
7766 deactivate-current-input-method-function. See Katsumi Yamaoka in
7767 <http://bugs.gnu.org/10150#46>.
7768
7769 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7770
7771 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7772 of nested `if's.
7773
7774 2012-08-01 Glenn Morris <rgm@gnu.org>
7775
7776 * progmodes/autoconf.el (autoconf-definition-regexp):
7777 Add AH_TEMPLATE, adjust submatch numbering.
7778 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7779 (autoconf-current-defun-function): Update for above change.
7780 (autoconf-current-defun-function): First skip to end of current word.
7781
7782 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7783
7784 * calendar/cal-html.el (cal-html-insert-agenda-days):
7785 Fix typo. (Bug#12018)
7786
7787 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7788
7789 Shell processes: enhancements to startup and CEDET compatibility.
7790 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7791 (python-shell-make-comint): accept-process-output at startup.
7792 (run-python-internal): Set inferior-python-mode-hook to nil.
7793 (python-shell-internal-get-or-create-process): call sit-for.
7794 (python-preoutput-result): Add obsolete alias.
7795 (python-shell-internal-send-string): Use it.
7796 (python-shell-send-setup-code): Remove call to
7797 accept-process-output.
7798
7799 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7800
7801 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7802 (Bug#12108)
7803
7804 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7805
7806 * calc-mode.el (calc-basic-simplification-mode): Rename from
7807 `calc-limited-simplification-mode'.
7808 (calc-alg-simplification-mode): New function.
7809 (calc-set-simplify-mode): Adjust message.
7810
7811 * calc.el (calc-set-mode-line): Adjust mode line display for
7812 basic simplification mode.
7813
7814 * calc-help.el (calc-m-prefix-help): Update help message.
7815
7816 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7817 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7818
7819 2012-07-31 Bastien Guerry <bzg@gnu.org>
7820
7821 * man.el (man): Fix comment. (bug#12101)
7822
7823 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7824
7825 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7826 Don't return a non-nil value when no suitable buffer was found.
7827
7828 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7829
7830 * progmodes/python.el (run-python-internal): Disable font lock for
7831 internal shells.
7832
7833 2012-07-30 Stefan Merten <smerten@oekonux.de>
7834
7835 * textmodes/rst.el: Silence `checkdoc-ispell'.
7836 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7837 (rst-official-version, rst-official-cvs-rev)
7838 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7839 (rst-mode-map): New key binding.
7840
7841 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7842
7843 Update .PHONY listings in makefiles.
7844 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7845 autoloads, update-subdirs, updates, bzr-update, update-authors,
7846 compile-onefile, compile-calc, backup-compiled-files,
7847 compile-after-backup, compile-one-process, mh-autoloads,
7848 bootstrap-clean, distclean, maintainer-clean.
7849
7850 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7851
7852 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7853 (calc-set-mode-line): Don't display "AlgSimp ".
7854
7855 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7856 (calc-lim-simplify-mode): New function.
7857 (calc-set-simplify-mode): Default to 'alg.
7858 (calc-default-simplify-mode): Make algebraic simplifications
7859 the default.
7860
7861 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7862 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7863
7864 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7865 indicate new simplification modes.
7866
7867 * calc/README: Mention new default simplification mode.
7868
7869 * calc/calc.el (math-normalize-error): New variable.
7870 (math-normalize): Set `math-normalize-error' to t
7871 when there's an error.
7872
7873 * calc/calc-alg.el (math-simplify): Don't simplify when
7874 `math-normalize' returns an error.
7875
7876 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7877
7878 * international/mule-cmds.el (set-locale-environment): Revert last
7879 change, since display-graphic-p returns nil when this function is
7880 called during startup. Instead...
7881
7882 * term/w32console.el (terminal-init-w32console): ...setup the
7883 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7884
7885 2012-07-29 Juri Linkov <juri@jurta.org>
7886
7887 * simple.el (goto-line): Don't display default line number in the
7888 prompt because it should be displayed by `read-number' (bug#9952).
7889 Add the current line number to the defaults of `goto-line' to
7890 allow its easier modification by users with `M-n' (bug#9201).
7891
7892 * subr.el (read-number): Support multiple default values like in
7893 other minibuffer reading functions. Replace `read' with
7894 `string-to-number' for consistency with `number-to-string'.
7895
7896 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7897
7898 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7899 * emulation/viper-init.el (viper-deactivate-input-method-action):
7900 Rename from viper-inactivate-input-method-action.
7901 (viper-deactivate-input-method):
7902 Rename from viper-inactivate-input-method.
7903 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7904 * international/mule-cmds.el (deactivate-input-method):
7905 Rename from inactivate-input-method.
7906 Also run input-method-deactivate-hook.
7907 (deactivate-current-input-method-function):
7908 Rename from inactivate-current-input-method-function.
7909 (input-method-deactivate-hook): New hook.
7910 (input-method-inactivate-hook): Mark obsolete.
7911 (inactivate-input-method): Mark obsolete.
7912
7913 * international/quail.el (quail-activate):
7914 Also run quail-deactivate-hook.
7915 (quail-deactivate): Rename from quail-inactivate.
7916 * international/robin.el (robin-activate):
7917 Also run robin-deactivate-hook.
7918 (robin-deactivate): Rename from robin-inactivate.
7919
7920 2012-07-29 Chong Yidong <cyd@gnu.org>
7921
7922 * simple.el (indicate-copied-region): New function.
7923 (kill-ring-save): Split off from here.
7924
7925 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7926 (kill-rectangle): Set deactivate-mark to t on read-only error.
7927
7928 * register.el (copy-to-register, copy-rectangle-to-register):
7929 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7930 (append-to-register, prepend-to-register): Call indicate-copied-region.
7931
7932 2012-07-29 Juri Linkov <juri@jurta.org>
7933
7934 * simple.el (async-shell-command-buffer): New defcustom.
7935 (shell-command): Use it. (Bug#4719)
7936
7937 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7938
7939 * international/mule-cmds.el (set-locale-environment): In a
7940 console session on MS-Windows, set up keyboard and terminal
7941 encoding from the OEM codepage, not the ANSI codepage.
7942 (Bug#12055)
7943
7944 2012-07-28 Chong Yidong <cyd@gnu.org>
7945
7946 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7947 gdb-get-location.
7948
7949 2012-07-28 Leo Liu <sdl.web@gmail.com>
7950
7951 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7952 the alist (bug#12029).
7953
7954 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7955
7956 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7957 (compile-always, compile-first)
7958 ($(lisp)/calendar/cal-loaddefs.el)
7959 ($(lisp)/calendar/diary-loaddefs.el)
7960 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7961 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7962 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7963 instead of on update-subdirs.
7964 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7965
7966 2012-07-28 Chong Yidong <cyd@gnu.org>
7967
7968 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7969 directory if vc-deduce-backend returns nil (Bug#7350).
7970
7971 * simple.el (delete-trailing-lines): New option.
7972 (delete-trailing-whitespace): Obey it (Bug#11879).
7973
7974 2012-07-28 David Engster <deng@randomsample.de>
7975
7976 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7977 Explanation of new 'symbol-qnames feature in doc-strings.
7978 (xml-maybe-do-ns): Return expanded names as plain symbols if
7979 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7980 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7981
7982 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7983
7984 Consistent completion in inferior python with emacs -nw.
7985 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7986 binding in inferior-python-mode-map with "\t".
7987 (python-shell-completion-complete-at-point)
7988 (python-completion-complete-at-point): Remove interactive spec.
7989
7990 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7991
7992 * calc/calccomp.el (math-compose-expr): Undo previous change.
7993
7994 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7995
7996 * progmodes/python.el (python-mode-map): Add keybinding for
7997 run-python.
7998 (python-shell-make-comint): Fix pop-to-buffer call.
7999 (run-python): Autoload. New arg SHOW.
8000 (python-shell-get-or-create-process): Do not pop python process
8001 buffer.
8002
8003 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8004
8005 * notifications.el (notifications-on-action-signal)
8006 (notifications-on-closed-signal): Use also the bus address for the map.
8007 (notifications-notify, notifications-close-notification)
8008 (notifications-get-capabilities): Add optional argument BUS.
8009
8010 2012-07-27 Tassilo Horn <tsdh@gnu.org>
8011
8012 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8013 Add support for the lstlisting and minted environments, and for the
8014 ctable macro.
8015 * textmodes/reftex.el (reftex-compile-variables): Also recognize
8016 labels written in keyvals syntax.
8017
8018 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8019
8020 * calc/calccomp.el (math-compose-expr): Use parentheses when
8021 there is a product in the denominator of a fraction.
8022
8023 2012-07-26 Eli Zaretskii <eliz@gnu.org>
8024
8025 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8026 ($(lisp)/calendar/diary-loaddefs.el)
8027 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8028 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8029 Fixes failures in parallel bootstrap because subdirs.el is being
8030 rewritten while the autoload files are built at the same time,
8031 which needs to load subdirs.el.
8032
8033 2012-07-26 Martin Rudalics <rudalics@gmx.at>
8034
8035 * mouse.el (popup-menu): Fix doc-string and re-indent code.
8036 (mouse-drag-line): Don't exit tracking when a switch-frame or
8037 switch-window event occurs (Bug#12006).
8038
8039 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8040
8041 * mouse.el (popup-menu): Fix last change.
8042
8043 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 Autoload from Lisp with more care. Follow aliases when looking for
8046 function properties.
8047 * subr.el (autoloadp): New function.
8048 (symbol-file): Use it.
8049 (function-get): New function.
8050 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8051 autoload-do-load.
8052 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8053 (lisp-indent-function):
8054 * emacs-lisp/gv.el (gv-get):
8055 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8056 * emacs-lisp/byte-opt.el (byte-optimize-form):
8057 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8058 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8059 Use function-get.
8060 * emacs-lisp/cl.el: Don't propagate function properties any more.
8061
8062 * speedbar.el (speedbar-add-localized-speedbar-support):
8063 * emacs-lisp/disass.el (disassemble-internal):
8064 * desktop.el (desktop-load-file):
8065 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8066 (describe-function-1):
8067 * emacs-lisp/find-func.el (find-function-noselect):
8068 * emacs-lisp/elp.el (elp-instrument-function):
8069 * emacs-lisp/advice.el (ad-has-proper-definition):
8070 * apropos.el (apropos-safe-documentation, apropos-macrop):
8071 * emacs-lisp/debug.el (debug-on-entry):
8072 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8073 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8074 * calc/calc.el (name): Use autoloadp & autoload-do-load.
8075
8076 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
8077
8078 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8079 function, not an obsolete variable (Bug#12046).
8080
8081 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
8082
8083 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
8084
8085 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
8086
8087 * emacs-lisp/pp.el (pp-display-expression): Select old selected
8088 window only if it is still live (Bug#12034).
8089
8090 2012-07-25 Martin Rudalics <rudalics@gmx.at>
8091
8092 * subr.el (redirect-frame-focus): Add advertised calling
8093 convention (Bug#12030).
8094
8095 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
8096
8097 Prefer typical American spelling for "acknowledgment".
8098 * vc/add-log.el (change-log-acknowledgment): Rename from
8099 change-log-acknowledgement, with an alias for the old name.
8100
8101 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
8102
8103 * calc-alg.el (math-simplify-divide): Don't cross multiply
8104 in an equation when the lhs is a variable.
8105
8106 2012-07-24 Julien Danjou <julien@danjou.info>
8107
8108 * net/netrc.el (netrc-find-service-number, netrc-store-data):
8109 Remove, unused.
8110
8111 2012-07-23 Eli Zaretskii <eliz@gnu.org>
8112
8113 * startup.el (command-line): Don't display an empty user name in
8114 the error message about non-existent home directory, when
8115 init-file-user was set to an empty string. See
8116 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8117 for the details and context.
8118
8119 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
8120
8121 * ses.el (ses-cell-formula-aset): New macro.
8122 (ses-cell-references-aset): New macro.
8123 (ses-cell-p): New function.
8124 (ses-rename-cell): Do no longer rely on complex operations like
8125 ses-cell-set-formula or ses-set-cell to change the cell and handle
8126 the undo at the same time, but rather use lower level new macros
8127 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8128 the undo directly. Refresh the mode line.
8129
8130 2012-07-21 Leo Liu <sdl.web@gmail.com>
8131
8132 * progmodes/cc-cmds.el (c-defun-name):
8133 Use match-string-no-properties instead for consistency.
8134
8135 2012-07-20 Leo Liu <sdl.web@gmail.com>
8136
8137 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8138 (Bug#7879)
8139
8140 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8141
8142 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8145 * progmodes/bug-reference.el, misearch.el: Provide themselves
8146 (bug#11915).
8147
8148 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8149 of narrowed buffer (bug#11966).
8150
8151 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
8152
8153 * ses.el (ses-rename-cell): Set new name also in reference list of
8154 cells of which the renamed cell depends.
8155
8156 2012-07-20 Masatake YAMATO <yamato@redhat.com>
8157
8158 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8159 to check whether menu-bar is shown or not. If not shown,
8160 show the menu-bar as a popup menu instead of using tmm.
8161 * mouse.el (popup-menu): Accept `point' as `position' argument.
8162
8163 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
8164
8165 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8166 up inside string symbol literal (bug#11923).
8167
8168 2012-07-20 Eli Zaretskii <eliz@gnu.org>
8169
8170 * startup.el (fancy-startup-text): Read the whole tutorial, not
8171 just its first 256 bytes. Prevents gibberish in display of the
8172 tutorial title.
8173
8174 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8175
8176 Drop idle buffer compaction due to an absence of the
8177 proved efficiency.
8178 * compact.el: Remove.
8179
8180 2012-07-19 Sam Steingold <sds@gnu.org>
8181
8182 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8183 vc-bzr-pull & vc-bzr-merge-branch.
8184 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8185 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8186 for consistency with compilation-error-regexp-alist.
8187 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8188 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8189 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8190 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8191
8192 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8193
8194 * emacs-lisp/chart.el: Use lexical-binding.
8195 (chart-emacs-storage): Don't hardcode the list of entries.
8196
8197 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8198
8199 Next round of tweaks caused by Fgarbage_collect changes.
8200 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8201
8202 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8203
8204 Compact buffers when idle.
8205 * compact.el: New file.
8206
8207 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * subr.el (eventp): Presume that if it looks vaguely like an event,
8210 it's an event (bug#10190).
8211
8212 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
8213
8214 Enhancements to ppss related code (thanks Stefan).
8215 * progmodes/python.el (python-indent-context)
8216 (python-indent-calculate-indentation, python-indent-dedent-line)
8217 (python-indent-electric-colon, python-nav-forward-block)
8218 (python-mode-abbrev-table)
8219 (python-info-assignment-continuation-line-p): Simplify checks
8220 for ppss context.
8221 (python-info-continuation-line-p): Cleanup.
8222 (python-info-ppss-context): Do not catch 'quote.
8223 (python-info-ppss-context-type)
8224 (python-info-ppss-comment-or-string-p): Simplify.
8225
8226 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
8227
8228 * progmodes/python.el: Enhancements to eldoc support.
8229 (python-info-current-symbol): New function.
8230 (python-eldoc-at-point): Use python-info-current-symbol.
8231 (python-info-current-defun): Fix cornercase on first defun scan.
8232 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8233 and signal error when no inferior python process is available.
8234
8235 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
8236
8237 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8238 assume it's always t.
8239 (vc-git-registered): Remove caching, the function is only called
8240 once.
8241 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8242
8243 2012-07-18 Chong Yidong <cyd@gnu.org>
8244
8245 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8246
8247 * simple.el (count-words): Report on narrowing (Bug#9959).
8248
8249 * bindings.el: Bind M-= to count-words.
8250
8251 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8252
8253 2012-07-18 Masatake YAMATO <yamato@redhat.com>
8254
8255 * progmodes/sh-script.el (sh-imenu-generic-expression):
8256 Capture a function with `function' keyword and without parentheses
8257 like "function FOO" (bug#11856).
8258
8259 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
8260
8261 * window.el (split-window-sensibly): Make WINDOW argument
8262 optional.
8263
8264 2012-07-18 Chong Yidong <cyd@gnu.org>
8265
8266 * subr.el (keyboard-translate): Doc fix (Bug#7261).
8267
8268 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8269 and make C-x 8 RET exit isearch (Bug#11439).
8270
8271 * international/iso-transl.el: Move isearch-mode-map key
8272 definitions to isearch.el.
8273
8274 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8277 (eieio-defclass): Use gv-define-setter when possible.
8278
8279 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8280
8281 Reflect recent changes in Fgarbage_collect.
8282 * emacs-lisp/chart.el (chart-emacs-storage): Change to
8283 reflect new format of data returned by Fgarbage_collect.
8284
8285 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8286
8287 New utility functions + python-info-ppss-context fix (Bug#11910).
8288 * progmodes/python.el (python-info-beginning-of-block-statement-p)
8289 (python-info-ppss-comment-or-string-p): New functions.
8290 (python-info-ppss-context): Small fix for string check.
8291
8292 2012-07-17 Juri Linkov <juri@jurta.org>
8293
8294 * dired-aux.el (dired-do-async-shell-command): Doc fix.
8295 (dired-do-async-shell-command): Don't add `*' at the end of the
8296 command (Bug#11815).
8297 (dired-do-shell-command): Doc fix.
8298 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8299 Join the individual commands using either "&" or ";" as the
8300 separator depending on the values of these trailing characters.
8301 At the end re-add the trailing "&". (Bug#10598)
8302
8303 * simple.el (async-shell-command): Sync the interactive spec with
8304 `shell-command'. Doc fix.
8305 (shell-command): Doc fix.
8306
8307 2012-07-17 Juri Linkov <juri@jurta.org>
8308
8309 * descr-text.el (describe-char): Fix format args. (Bug#10129)
8310
8311 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8312
8313 Final renames and doc fixes for movement commands (bug#11899).
8314 * progmodes/python.el (python-nav-beginning-of-statement):
8315 Rename from python-nav-statement-start.
8316 (python-nav-end-of-statement): Rename from
8317 python-nav-statement-end.
8318 (python-nav-beginning-of-block): Rename from
8319 python-nav-block-start.
8320 (python-nav-end-of-block): Rename from python-nav-block-end.
8321
8322 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8323
8324 * progmodes/python.el (python-shell-send-string-no-output):
8325 Allow accept-process-output to quit, keeping shell process ready for
8326 future interactions (Bug#11868).
8327
8328 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8331
8332 * emacs-lisp/elint.el (elint-find-args-in-code):
8333 Use help-function-arglist, so as to handle lexical byte-code.
8334
8335 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8336 change (bug#11826).
8337
8338 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8341 Avoid spuriously marking the buffer as modified because of c-is-sws.
8342
8343 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8344 as not-a-comment (bug#11946).
8345
8346 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8347 for uninterned vars.
8348
8349 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8350 Use read-event since we don't really want to read chars but bytes.
8351
8352 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8353 $$..$$ but also $..$ using regexps (bug#11953).
8354 Use tex-verbatim for \url and \path.
8355 (tex-font-lock-keywords): Define as defconst like the others.
8356 (tex-common-initialization): Don't use font-lock-syntax-table any more.
8357
8358 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8359
8360 * international/mule-cmds.el (ucs-insert): Make it an obsolete
8361 alias for insert-char.
8362
8363 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8364
8365 * progmodes/python.el: Simplified imenu implementation.
8366 (python-nav-jump-to-defun): Remove command.
8367 (python-mode-map): Use `imenu' instead.
8368 (python-nav-list-defun-positions-cache)
8369 (python-imenu-include-defun-type, python-imenu-make-tree)
8370 (python-imenu-subtree-root-label, python-imenu-index-alist):
8371 Remove vars.
8372 (python-nav-list-defun-positions, python-nav-read-defun)
8373 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8374 (python-imenu-make-tree, python-imenu-create-index):
8375 Remove functions.
8376 (python-mode): Update to interact with imenu by setting
8377 `imenu-extract-index-name-function' only.
8378
8379 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8380
8381 * progmodes/python.el: Enhancements to navigation commands.
8382 (python-nav-backward-sentence)
8383 (python-nav-forward-sentence): Remove.
8384 (python-nav-backward-statement, python-nav-forward-statement)
8385 (python-nav-statement-start, python-nav-statement-end)
8386 (python-nav-backward-block, python-nav-forward-block)
8387 (python-nav-block-start, python-nav-block-end)
8388 (python-nav-forward-sexp-function)
8389 (python-info-current-line-comment-p)
8390 (python-info-current-line-empty-p): New functions.
8391 (python-indent-context): Use `python-nav-statement-start'.
8392
8393 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8394
8395 * eshell/em-ls.el (eshell/ls): Use `apply'.
8396
8397 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8398 multi-hops, instead of Tramp internals.
8399
8400 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8401
8402 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8403 when F1 and F2 are located on different hosts.
8404
8405 2012-07-14 Chong Yidong <cyd@gnu.org>
8406
8407 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8408 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8409 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8410 (xterm-mouse--read-event-sequence-1000)
8411 (xterm-mouse--read-event-sequence-1006): New functions. For old
8412 mouse protocol, handle M-mouse-X events correctly.
8413 (xterm-mouse-event): New arg specifying mouse protocol.
8414 (turn-on-xterm-mouse-tracking-on-terminal)
8415 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8416 sequence to toggle extended coordinates on newer XTerms.
8417 This appears to be harmless on terminals which do not support this.
8418
8419 2012-07-14 Leo Liu <sdl.web@gmail.com>
8420
8421 Add fringe bitmap indicators for flymake. (Bug#11253)
8422 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8423 (flymake-make-overlay): New arg BITMAP.
8424 (flymake-error-bitmap, flymake-warning-bitmap)
8425 (flymake-fringe-indicator-position): New user variables.
8426
8427 * fringe.el: New bitmap exclamation-mark.
8428
8429 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8430
8431 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8432 also (Bug#7879).
8433
8434 2012-07-14 Chong Yidong <cyd@gnu.org>
8435
8436 * electric.el (electric-pair-post-self-insert-function): Fix pair
8437 insertion in empty-region case (Bug#11520).
8438
8439 2012-07-14 Chong Yidong <cyd@gnu.org>
8440
8441 * bindings.el: Consolidate ctl-x-r-map bindings.
8442 Bind copy-rectangle-as-kill to C-x r w.
8443
8444 * rect.el, register.el: Move bindings to bindings.el.
8445
8446 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8447
8448 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8449
8450 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8451
8452 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8453
8454 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * bindings.el (top): Use `mapc' instead of `mapcar'.
8457
8458 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8459
8460 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8461
8462 * progmodes/sql.el (sql-comint): Suppress the check for program on
8463 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8464 (Bug#11908)
8465
8466 2012-07-13 Chong Yidong <cyd@gnu.org>
8467
8468 * bindings.el: Assign a non-nil permanent-local property to
8469 per-buffer variables which lack a default value (Bug#11930).
8470
8471 * help-fns.el (describe-variable): In the "automatically becomes
8472 local" notice, take note of permanent-local variables.
8473
8474 2012-07-13 Chong Yidong <cyd@gnu.org>
8475
8476 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8477 to allow printing the message when called from Lisp.
8478
8479 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8480 Remove toggle-read-only.
8481
8482 * bs.el (bs-toggle-readonly):
8483 * buff-menu.el (Buffer-menu-toggle-read-only):
8484 Remove with-no-warnings around toggle-read-only.
8485
8486 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8487 Remove with-no-warnings around toggle-read-only.
8488 (ffap-read-only, ffap-read-only-other-window)
8489 (ffap-read-only-other-frame): Callers changed.
8490
8491 * help-mode.el: Don't require view package.
8492 (help-mode-finish): Set buffer-read-only instead of calling
8493 toggle-read-only.
8494
8495 * bindings.el (mode-line-toggle-read-only):
8496 * dired.el (dired-toggle-read-only):
8497 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8498 with non-nil second arg.
8499
8500 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8501 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8502 directly.
8503
8504 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8505
8506 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8507 not incf.
8508
8509 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 More CL cleanups and reduction of use of cl.el.
8512 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8513 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8514 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8515 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8516 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8517 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8518 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8519 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8520 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8521 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8522 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8523 * eshell/em-cmpl.el, eshell/em-banner.el:
8524 * calendar/parse-time.el: Use cl-lib.
8525 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8526 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8527 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8528 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8529 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8530 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8531 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8532 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8533 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8534 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8535 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8536 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8537 `lambda' rather than with `quote'.
8538 (eshell-do-opt): Adjust accordingly.
8539 (eshell-process-option): Simplify.
8540 * eshell/esh-var.el:
8541 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8542 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8543 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8544 to `pcase--dontcare'.
8545 * emacs-lisp/cl.el (labels): Mark obsolete.
8546 (cl--letf, letf): Move to cl-lib.
8547 (cl--letf*, letf*): Remove.
8548 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8549 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8550 (cl-progv): Rewrite.
8551 (cl--letf, cl-letf): Move from cl.el.
8552 (cl-letf*): New macro.
8553 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8554
8555 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8556
8557 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8558
8559 2012-07-11 Chong Yidong <cyd@gnu.org>
8560
8561 * vc/log-edit.el (log-edit-vc-backend): New variable.
8562 (log-edit): Doc fix.
8563
8564 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8565 argument of log-edit to set up all local variables.
8566 (vc-start-logentry): New optional arg specifying VC backend.
8567
8568 * vc/vc.el (vc-checkin): Use it.
8569 (vc-deduce-fileset): Handle Log Edit buffers.
8570 (vc-diff): Make first argument optional too.
8571
8572 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8573
8574 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8575
8576 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8577 command, just in case. The function is not needed anymore.
8578 (eshell-external-command): Do not call `eshell-remote-command'.
8579
8580 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 Reduce use of (require 'cl).
8583 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8584 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8585 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8586 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8587 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8588 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8589 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8590 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8591 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8592 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8593 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8594 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8595 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8596 (byte-compile-unfold-bcf, byte-compile-check-variable):
8597 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8598 (byte-compile-nilconstp):
8599 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8600 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8601
8602 * emacs-lisp/gv.el (cond): Make it a valid place.
8603 (if): Simplify slightly.
8604
8605 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8606 (pcase--self-quoting-p): New function.
8607 (pcase--u1): Use it.
8608
8609 2012-07-10 Glenn Morris <rgm@gnu.org>
8610
8611 * emacs-lisp/authors.el (authors-fixed-entries):
8612 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8613
8614 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8615
8616 Rename configure.in to configure.ac (Bug#11603).
8617 * emacs-lisp/authors.el (authors-canonical-file-name):
8618 * progmodes/autoconf.el (autoconf-mode):
8619 Prefer configure.ac to configure.in.
8620
8621 2012-07-08 Chong Yidong <cyd@gnu.org>
8622
8623 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8624 Implement the mouse-1-click-follows-link handling properly.
8625
8626 * info.el (Info-link-keymap): Use follow-link mechanism for
8627 header-line links (Bug#374).
8628
8629 * simple.el (deactivate-mark): Do not set the primary selection
8630 if another program has acquired it (Bug#11772).
8631
8632 2012-07-07 Kevin Ryde <user42@zip.com.au>
8633
8634 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8635 (woman-decode-region): Replace escaped-escapes without destroying
8636 bold or underline (Bug#11552).
8637 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8638
8639 2012-07-07 Chong Yidong <cyd@gnu.org>
8640
8641 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8642 (interprogram-cut-function, interprogram-paste-function):
8643 Mention that we typically mean the clipboard.
8644
8645 2012-07-06 Glenn Morris <rgm@gnu.org>
8646
8647 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8648
8649 * files.el (toggle-read-only): Restrict message to interactive use.
8650
8651 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8652
8653 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8654
8655 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8656
8657 2012-07-06 Glenn Morris <rgm@gnu.org>
8658
8659 * Makefile.in (compile-one-process): Rename from "recompile".
8660
8661 * Makefile.in (bzr-update): "compile" is the same as "recompile
8662 autoloads", but parallelizable, so use that instead.
8663
8664 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8665
8666 * window.el (quit-window): Always restore window height when
8667 it's saved in quit-restore parameter (Bug#11810).
8668
8669 2012-07-06 Glenn Morris <rgm@gnu.org>
8670
8671 * simple.el (kill-whole-line): Doc tweak.
8672
8673 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8674
8675 * files.el (file-relative-name): Compare file names
8676 case-insensitively if on MS-Windows or MS-DOS, or if
8677 read-file-name-completion-ignore-case is non-nil. Don't use
8678 case-fold-search for this purpose. (Bug#11827)
8679
8680 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8681
8682 * calendar/cal-dst.el (calendar-current-time-zone):
8683 Return calendar-current-time-zone-cache if non-nil.
8684
8685 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8686 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8687
8688 * calendar/cal-dst.el (calendar-current-time-zone):
8689 Return calendar-current-time-zone-cache if non-nil.
8690
8691 2012-07-06 Glenn Morris <rgm@gnu.org>
8692
8693 * Makefile.in (cvs-update): Remove old alias.
8694
8695 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8696
8697 Sync with Tramp 2.2.6-pre.
8698
8699 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8700 compatible declaration.
8701
8702 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8703 Protect `list-load-path-shadows' call.
8704
8705 * net/tramp-compat.el (top): Require packages, which aren't
8706 autoloaded anymore for XEmacs. Protect call of
8707 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8708 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8709 it hurts at least for SXEmacs.
8710 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8711 standard-value for `temporary-file-directory'.
8712
8713 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8714 Redirect stderr to /dev/null.
8715 (tramp-sh-handle-write-region): uid and gid can be floats.
8716 Reported by Russell Sim <russell.sim@gmail.com>.
8717 (tramp-sh-handle-vc-registered): Hide errors.
8718 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8719 and `start-file-process'.
8720 (tramp-maybe-open-connection): Check also whether `non-essential'
8721 is bound.
8722
8723 2012-07-04 Chong Yidong <cyd@gnu.org>
8724
8725 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8726 (xml-parse-tag): Likewise, and avoid changing entity tables.
8727 (xml-syntax-table): Define from scratch, making sure not to give
8728 x2000 and other Unicode spaces whitespace syntax, since those are
8729 not spaces in XML.
8730 (xml-parse-fragment): Delete unused function.
8731 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8732 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8733 (xml-entity-ref, xml-pe-reference-re)
8734 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8735 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8736 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8737 (xml-entity-value-re): Use syntax references in regexps where
8738 possible; no need to define inside a let-binding.
8739 (xml-parse-dtd): Use xml-pe-reference-re.
8740 (xml-entity-or-char-ref-re): New defconst.
8741 (xml-parse-string, xml-substitute-special): Use it.
8742
8743 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8746 (find-file--read-only): New function.
8747 (find-file-read-only, find-file-read-only-other-window)
8748 (find-file-read-only-other-frame): Use it.
8749 (insert-file-contents-literally): Don't `fset'.
8750 (get-free-disk-space): Use locate-dominating-file.
8751
8752 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8753 function is already compiled.
8754
8755 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8756
8757 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8758
8759 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8760 files on the same host.
8761
8762 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8763
8764 * help-fns.el (describe-function-1): Only call
8765 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8766
8767 2012-07-03 Chong Yidong <cyd@gnu.org>
8768
8769 * xml.el: Protect parser against XML bombs.
8770 (xml-entity-expansion-limit): New variable.
8771 (xml-parse-string, xml-substitute-special): Use it.
8772 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8773
8774 2012-07-03 Glenn Morris <rgm@gnu.org>
8775
8776 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8777 Allow linking to specific messages in debbugs reports (eg 123#5).
8778
8779 2012-07-02 Chong Yidong <cyd@gnu.org>
8780
8781 * xml.el: Fix entity and character reference expansion, allowing
8782 them to expand into markup as per XML spec.
8783 (xml-default-ns): New variable.
8784 (xml-entity-alist): Use XML spec definitions for lt and amp.
8785 (xml-parse-region): Make first two arguments optional.
8786 Discard text properties.
8787 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8788 All callers changed.
8789 (xml-parse-tag): Call xml-parse-tag-1. For backward
8790 compatibility, this function should not modify buffer contents.
8791 (xml-parse-tag-1): Fix opening-tag regexp.
8792 (xml-parse-string): Rewrite, handling entity and character
8793 references properly.
8794 (xml--entity-replacement-text): Signal an error if a parameter
8795 entity is undefined.
8796
8797 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * comint.el (comint-output-filter): Filter out repeated prompts.
8800
8801 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8802 and file-name-absolute-p.
8803 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8804 internal calls.
8805
8806 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8807
8808 Spelling fixes.
8809 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8810 Rename from byte-compile--refiy-function. All uses changed.
8811
8812 2012-07-01 Chong Yidong <cyd@gnu.org>
8813
8814 * xml.el (xml--parse-buffer): New function. Move most of
8815 xml-parse-region here.
8816 (xml-parse-region): Copy region into a temporary buffer, since
8817 parameter entity substitution requires changing buffer contents.
8818 Use xml--parse-buffer.
8819 (xml-parse-file): Use xml--parse-buffer.
8820 (xml-parse-dtd): Make parameter entity substitution work right.
8821 Use proper regexps for ELEMENT declarations (Bug#7172).
8822
8823 2012-06-30 Glenn Morris <rgm@gnu.org>
8824
8825 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8826
8827 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8828 Remove outdated and unnecessary dbus declarations.
8829
8830 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8831
8832 * emacs-lisp/timer.el (timer-until): Subtract results of
8833 float-time, instead of taking float-time of the result of
8834 time-subtract, since float-time signals an error for negative time
8835 arguments.
8836
8837 2012-06-30 Chong Yidong <cyd@gnu.org>
8838
8839 * xml.el (xml-*-re): Convert defvars into defconsts, and
8840 eval-and-compile them so eval-and-compile works on derivatives.
8841 (xml--entity-replacement-text): Use eval-and-comple.
8842
8843 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8844
8845 * vc/vc-git.el (vc-git-registered): Use cache property
8846 `git-registered'.
8847 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8848 `vc-git-working-revision' in order to benefit from the cache.
8849 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8850
8851 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8852
8853 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8854 removed (likely outside Emacs). (Bug#11757)
8855
8856 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * emacs-lisp/cl-lib.el: Require macroexp.
8859
8860 2012-06-30 Chong Yidong <cyd@gnu.org>
8861
8862 * xml.el: Implement XML parameter entities.
8863 (xml-parameter-entity-alist): New variable.
8864 (xml-parse-region, xml-parse-fragment): Preserve previous values
8865 of xml-entity-alist and xml-parameter-entity-alist, so that
8866 repeated calls on different documents do not change them.
8867 (xml-parse-tag): Fix doctype regexp.
8868 (xml--entity-replacement-text): New function.
8869 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8870 properly requires url retrieval which is unimplemented.
8871 (xml-escape-string): Doc fix.
8872
8873 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8876
8877 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8878
8879 * fringe.el (fringe-mode): Doc fix.
8880
8881 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8882
8883 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8884 is non-nil.
8885 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8886 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8887
8888 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8889
8890 * calendar/cal-dst.el (calendar-current-time-zone):
8891 Return calendar-current-time-zone-cache if non-nil.
8892
8893 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8894
8895 * progmodes/which-func.el (which-func-format):
8896 Add mouse-face. (Bug#11698)
8897
8898 2012-06-29 Leo Liu <sdl.web@gmail.com>
8899
8900 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8901
8902 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * minibuffer.el (minibuffer-confirm-exit-commands):
8905 Add completion-at-point (bug#11725).
8906
8907 2012-06-29 Glenn Morris <rgm@gnu.org>
8908
8909 * progmodes/f90.el (f90-font-lock-keywords-2):
8910 Add some preprocessor elements. (Bug#10499)
8911
8912 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8915 Use syntax-propertize (bug#11739).
8916
8917 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8918
8919 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8920
8921 2012-06-28 Julien Danjou <julien@danjou.info>
8922
8923 * term.el (term-handle-colors-array): Use a set of new faces to
8924 color the terminal. Also uses :inverse-video property.
8925 (term-default-fg-color): Set to nil by default, deprecate in favor
8926 of `term-face'.
8927 (term-default-bg-color): Set to nil by default, deprecate in favor
8928 of `term-face'.
8929 (term-current-face): Use `term-face' by default.
8930 (term-bold-attribute): Variable deleted.
8931
8932 2012-06-28 Glenn Morris <rgm@gnu.org>
8933
8934 * simple.el (completion-list-mode-finish):
8935 Don't use toggle-read-only. (Since completion-list-mode has
8936 a special mode-class, it wasn't doing anything extra anyway.)
8937
8938 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 Make inlining of other-mode interpreted functions work (bug#11799).
8941 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8942 (byte-compile): Use it to fix compilation of lexical-binding closures.
8943 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8944 function, if needed.
8945
8946 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * help-mode.el (help-make-xrefs): Don't just withstand
8949 cyclic-variable-indirection but any error in documentation-property.
8950
8951 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8952 memory use.
8953 * bindings.el (bindings--define-key): New function.
8954 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8955 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8956 * bindings.el: Use it to purecopy define-key bindings.
8957
8958 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8959
8960 * emacs-lisp/cl.el (flet): Mark obsolete.
8961 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8962 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8963 * progmodes/js.el (js-c-fill-paragraph):
8964 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8965 (ebrowse-switch-member-buffer-to-derived-class):
8966 * play/5x5.el (5x5-solver): Use cl-flet.
8967
8968 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8969 (cl--symbol-function): New macro.
8970 (cl--letf, cl--letf*): Use it.
8971
8972 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8973 Strip "toggle-" if any.
8974
8975 2012-06-27 Glenn Morris <rgm@gnu.org>
8976
8977 * info.el (Info-default-directory-list): Move here from paths.el.
8978 * paths.el: Remove file, which is now empty.
8979 * loadup.el: No longer load "paths".
8980
8981 * custom.el (custom-initialize-delay): Doc fix.
8982
8983 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8984 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8985 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8986 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8987 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8988 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8989 * eshell/eshell.el (eshell-defgroup): Remove alias.
8990
8991 2012-06-27 Chong Yidong <cyd@gnu.org>
8992
8993 * help.el (help-enable-auto-load): New variable.
8994
8995 * help-fns.el (help-fns--autoloaded-p): New function.
8996 (describe-function-1): Refer to a function as "autoloaded" if it
8997 was autoloaded at any time in the past. Perform autoloading if
8998 help-enable-auto-load is non-nil.
8999
9000 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9001
9002 * makefile.w32-in (compile, compile-always): Depend on
9003 update-subdirs, not on subdirs.el. Otherwise, several different
9004 sub-targets of 'bootstrap' running in parallel could
9005 simultaneously write to subdirs.el, producing a garbled file.
9006
9007 2012-06-26 Sam Steingold <sds@gnu.org>
9008
9009 * files.el (file-name-base): New convenience function.
9010 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9011 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9012 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9013 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9014 * textmodes/ispell.el, textmodes/reftex-ref.el:
9015 * textmodes/tex-mode.el: Use it.
9016 Did not touch cedet and org because they are maintained elsewhere.
9017
9018 2012-06-26 Martin Rudalics <rudalics@gmx.at>
9019
9020 * calendar/calendar.el (calendar-exit): Don't try to delete or
9021 iconify last frame. See:
9022 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9023
9024 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
9025
9026 * server.el (server-process-filter): Remember dir in the
9027 process's `server-client-directory' properties.
9028
9029 2012-06-24 Chong Yidong <cyd@gnu.org>
9030
9031 * xml.el (xml-parse-tag): Correctly handle comment embedded in
9032 non-tag text.
9033
9034 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9037
9038 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * help-fns.el (describe-variable): Don't croak when doc is not found.
9041 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9042 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9043 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9044 * emacs-lisp/smie.el (smie-next-sexp): CSE.
9045 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9046 ((lambda ..) ..).
9047 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9048
9049 2012-06-23 Chong Yidong <cyd@gnu.org>
9050
9051 * info.el (Info-mouse-follow-link): Accept symbol values of
9052 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
9053 (Info-fontify-node): Use Info-link-keymap for all navigation
9054 buttons, with link-args property to perform the desired action.
9055 (Info-link-keymap): Doc fix.
9056 (Info-next-link-keymap, Info-prev-link-keymap)
9057 (Info-up-link-keymap): Delete now-unused keymaps.
9058
9059 2012-06-23 Chong Yidong <cyd@gnu.org>
9060
9061 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9062
9063 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9064 system abbrevs.
9065
9066 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9067
9068 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9071 (bug#11719).
9072
9073 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9074 the requote function doesn't work properly (bug#11714).
9075
9076 2012-06-23 Glenn Morris <rgm@gnu.org>
9077
9078 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9079
9080 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 Further GV/CL cleanups.
9083 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9084 gv-expander.
9085 (gv--defun-declaration): New function.
9086 (defun-declarations-alist): Use it.
9087 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9088 (gv-place): Autoload.
9089 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9090 original definition of dotimes and dolist.
9091 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9092 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9093 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9094 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9095 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9096 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9097 to the function's definition.
9098 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9099 * window.el:
9100 * files.el:
9101 * faces.el:
9102 * env.el: Don't use CL.
9103
9104 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9105
9106 Support higher-resolution time stamps (Bug#9000).
9107
9108 * calendar/time-date.el (with-decoded-time-value): New arg
9109 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
9110 (encode-time-value): New optional arg PICO. New type 3.
9111 (time-to-seconds) [!float-time]: Support the new picoseconds
9112 component if it's used.
9113 (seconds-to-time, time-subtract, time-add):
9114 Support ps-resolution time stamps as well.
9115
9116 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
9117 (timerp): Timer vectors now have length 9, not 8.
9118 (timer--time): Support new-style (4-part) time stamps.
9119 (timer-next-integral-multiple-of-time): Time stamps now have
9120 picosecond resolution, so take a bit more care about rounding.
9121 (timer-relative-time, timer-inc-time): New optional arg psecs.
9122 (timer-set-time-with-usecs): Set psecs to 0.
9123 (timer--activate): Check psecs component, too.
9124
9125 * proced.el (proced-time-lessp): Support ps-resolution stamps.
9126
9127 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9130 Move the non-essential binding to the post/pre-command-hook where it is
9131 more obviously correct.
9132
9133 * subr.el (read-passwd): Don't use a history at all.
9134 * savehist.el (savehist-save): Remove password saved accidentally
9135 because of the above bug.
9136
9137 2012-06-22 Bastien Guerry <bzg@gnu.org>
9138
9139 * files.el (toggle-read-only): Display a message telling whether
9140 the buffer is read-only or not (bug#11726).
9141
9142 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9143
9144 * emacs-lisp/gv.el: New file.
9145 * subr.el (push, pop): Extend to generalized variables.
9146 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9147 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9148 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
9149 gv-define-simple-setter, and gv-define-expander.
9150 Remove setf-methods defined in gv. Rename cl-setf -> setf.
9151 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9152 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9153 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9154 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9155 gv-letplace.
9156 (cl-defstruct): Don't define setf-method any more.
9157 * emacs-lisp/cl.el (flet): Don't autoload.
9158 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9159 (define-setf-expander, defsetf, define-modify-macro)
9160 (cl-struct-setf-expander): Move from cl-lib.el.
9161 * emacs-lisp/syntax.el:
9162 * emacs-lisp/ewoc.el:
9163 * emacs-lisp/smie.el:
9164 * emacs-lisp/cconv.el:
9165 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9166 (timer--time): Use gv-define-simple-setter.
9167 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9168 to avoid coding-system problems in subr.el. Adjust all users.
9169 (macroexp--maxsize, macroexp-small-p): New functions.
9170 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9171 * scroll-bar.el (scroll-bar-mode):
9172 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9173 (normal-erase-is-backspace-mode): Don't use the `eq' place.
9174 * winner.el (winner-configuration, winner-make-point-alist)
9175 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9176 * files.el (locate-file-completion-table): Avoid list*.
9177
9178 2012-06-22 Chong Yidong <cyd@gnu.org>
9179
9180 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9181 (dired-create-files): Doc fix (Bug#11329).
9182 (dired-do-copy): Doc fix (Bug#11334).
9183 (dired-mark-read-string): Doc fix (Bug#11553).
9184
9185 * dired.el (dired-recursive-copies, dired-recursive-deletes):
9186 Doc fix (Bug#11326).
9187 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
9188 (dired-dwim-target): Doc fix.
9189
9190 * wdired.el (wdired-mode): Doc fix.
9191
9192 2012-06-22 Glenn Morris <rgm@gnu.org>
9193
9194 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9195 (pcmpl-rpm-cache-stamp-file): New constant.
9196 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9197 (pcmpl-rpm-packages): Optionally cache list of packages.
9198
9199 * pcmpl-rpm.el (pcmpl-rpm): New group.
9200 (pcmpl-rpm-query-options): New option.
9201 (pcmpl-rpm-packages): No need to inline it.
9202 Use pcmpl-rpm-query-options.
9203
9204 * calendar/calendar.el (calendar-in-read-only-buffer):
9205 Avoid some needless mode changes.
9206
9207 2012-06-21 Chong Yidong <cyd@gnu.org>
9208
9209 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9210 (desktop-path): Remove . from the default value (Bug#10977).
9211 (desktop-read): Use user-emacs-directory if desktop-path is nil.
9212
9213 2012-06-20 Chong Yidong <cyd@gnu.org>
9214
9215 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9216
9217 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
9218
9219 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9220 (bug#11201).
9221
9222 2012-06-20 Chong Yidong <cyd@gnu.org>
9223
9224 * term.el (term-window-width): Handle the case of a missing right
9225 fringe (Bug#8837).
9226 (term-check-size): Use window-text-height (Bug#5445).
9227 (term-mode): Use define-derived-mode. Minor cleanups.
9228 Set font-lock-defaults (Bug#7692).
9229 (term-move-columns, term-insert-char, term-emulate-terminal)
9230 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9231
9232 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
9233
9234 * net/ange-ftp.el (ange-ftp-get-passwd):
9235 Bind `enable-recursive-minibuffers'.
9236 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9237
9238 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
9239
9240 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9241
9242 2012-06-19 Glenn Morris <rgm@gnu.org>
9243
9244 * progmodes/python.el (python-mode): Derive from prog-mode.
9245
9246 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
9247
9248 * emulation/edt.el (edt-default-menu-bar-update-buffers)
9249 (edt-user-menu-bar-update-buffers): New functions.
9250 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9251
9252 2012-06-19 Chong Yidong <cyd@gnu.org>
9253
9254 * subr.el (with-selected-window): Preserve the selected window's
9255 terminal's top-frame (Bug#4702).
9256
9257 * window.el (save-selected-window): Likewise.
9258
9259 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * progmodes/python.el (python-rx-constituents): Move backquote.
9262 (python-skeleton-define, python-define-auxiliary-skeleton):
9263 Use `declare'.
9264
9265 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
9266
9267 * minibuffer.el (read-file-name-default): Revert the patch from
9268 2012-06-17.
9269
9270 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9273 (pcase--u1, pcase--q1): Don't use apply-partially.
9274
9275 2012-06-18 Glenn Morris <rgm@gnu.org>
9276
9277 * progmodes/python.el (python-proc, python-buffer)
9278 (python-send-receive, python-send-string): Fix obsolete versions.
9279
9280 2012-06-18 Martin Rudalics <rudalics@gmx.at>
9281
9282 * window.el (special-display-p): Completely remove stringp
9283 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9284
9285 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
9286
9287 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9288
9289 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9290
9291 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9292 * net/tramp-sh.el (tramp-maybe-open-connection):
9293 Throw if `non-essential' is non-nil.
9294
9295 2012-06-17 Martin Rudalics <rudalics@gmx.at>
9296
9297 * window.el (special-display-p): Signal an error if BUFFER-NAME
9298 is not a string (Bug#11713).
9299
9300 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
9301
9302 * progmodes/python.el (python-info-beginning-of-backslash):
9303 Rename from python-info-beginning-of-backlash, as a spelling fix.
9304
9305 2012-06-17 Chong Yidong <cyd@gnu.org>
9306
9307 * term.el (term-emulate-terminal): If term-check-size is called,
9308 move point to the process mark without resetting point (Bug#4635).
9309
9310 2012-06-17 Glenn Morris <rgm@gnu.org>
9311
9312 * international/mule-cmds.el (mule-menu-keymap)
9313 (set-language-environment, set-locale-environment): Doc tweaks.
9314
9315 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
9316
9317 * cus-face.el (custom-face-attributes): Add wave-style underline
9318 attribute.
9319 * faces.el (set-face-attribute): Update docstring to describe
9320 wave-style underline attribute.
9321
9322 2012-06-16 Chong Yidong <cyd@gnu.org>
9323
9324 * term/xterm.el (terminal-init-xterm): Discard input before
9325 querying background mode (Bug#10959).
9326
9327 2012-06-16 Stefan Merten <smerten@oekonux.de>
9328
9329 * textmodes/rst.el: Added and corrected some comments.
9330 (rst-re-alist-def): Improve symbol syntax.
9331 (rst-mode-syntax-table): Correct syntax entries.
9332 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9333 (rst-official-version, rst-official-cvs-rev): Update version
9334 information.
9335
9336 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
9337
9338 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9339 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9340
9341 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
9342
9343 * progmodes/python.el: New python.el merge.
9344 (python-guess-indent): Obsolete var.
9345 (python-indent-guess-indent-offset): New defcustom.
9346 (python-indent): Obsolete var.
9347 (python-indent-offset): New defcustom.
9348 (python-python-command, python-jython-command): Delete var.
9349 (python-shell-interpreter): New defcustom.
9350 (python-pdbtrack-do-tracking-p): Delete var.
9351 (python-pdbtrack-activate): New defcustom.
9352 (python-use-skeletons): Obsolete var.
9353 (python-skeleton-autoinsert): New defcustom.
9354 (inferior-python-filter-regexp, python-continuation-offset)
9355 (python-honour-comment-indentation, python-indent-string-contents)
9356 (python-jython-packages, python-mode-hook)
9357 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9358 (python-shell-prompt-alist)
9359 (python-source-modes): Delete defcustoms.
9360 (python-check-buffer-name, python-eldoc-setup-code)
9361 (python-eldoc-string-code, python-ffap-setup-code)
9362 (python-ffap-string-code, python-fill-comment-function)
9363 (python-fill-decorator-function, python-fill-paren-function)
9364 (python-fill-string-function, python-imenu-include-defun-type)
9365 (python-imenu-make-tree, python-imenu-subtree-root-label)
9366 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9367 (python-shell-compilation-regexp-alist)
9368 (python-shell-completion-module-string-code)
9369 (python-shell-completion-pdb-string-code)
9370 (python-shell-completion-setup-code)
9371 (python-shell-completion-string-code)
9372 (python-shell-enable-font-lock, python-shell-exec-path)
9373 (python-shell-extra-pythonpaths)
9374 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9375 (python-shell-process-environment)
9376 (python-shell-prompt-block-regexp)
9377 (python-shell-prompt-output-regexp)
9378 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9379 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9380 (python-shell-virtualenv-path): New defcustoms.
9381 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9382 (inferior-python-mode-syntax-table, python--prompt-regexp)
9383 (python-buffer, python-command python-python-command)
9384 (python-default-template, python-imports, python-indent-index)
9385 (python-indent-list, python-indent-list-length)
9386 (python-mode-running, python-pdbtrack-is-tracking-p)
9387 (python-preoutput-continuation, python-preoutput-leftover)
9388 (python-preoutput-result, python-preoutput-skip-next-prompt)
9389 (python-prev-dir/file, python-recursing)
9390 (python-saved-check-command, python-version-checked)
9391 (python-which-func-length-limit)
9392 (view-return-to-alist): Delete vars.
9393 (python-check-custom-command, python-dotty-syntax-table)
9394 (python-imenu-index-alist, python-indent-current-level)
9395 (python-indent-dedenters, python-indent-levels)
9396 (python-nav-beginning-of-defun-regexp)
9397 (python-nav-list-defun-positions-cache)
9398 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9399 (python-shell-internal-buffer)
9400 (python-skeleton-available): New vars.
9401 (def-python-skeleton): Delete macro.
9402 (python-skeleton-define): New macro.
9403 (python-define-auxiliary-skeleton, python-rx): New macros.
9404 (python-insert-class): Delete command.
9405 (python-skeleton-class): New command.
9406 (python-insert-def): Delete command.
9407 (python-skeleton-def): New command.
9408 (python-insert-for): Delete command.
9409 (python-skeleton-for): New command.
9410 (python-insert-if): Delete command.
9411 (python-skeleton-if): New command.
9412 (python-insert-try/except, python-insert-try/finally): Delete commands.
9413 (python-skeleton-try): New command.
9414 (python-insert-while): Delete command.
9415 (python-skeleton-while): New command.
9416 (python-backspace): Delete command.
9417 (python-indent-dedent-line-backspace): New command.
9418 (python-electric-colon): Delete command.
9419 (python-indent-electric-colon): New command.
9420 (python-guess-indent): Delete command.
9421 (python-indent-guess-indent-offset): New command.
9422 (python-shift-left): Delete command.
9423 (python-indent-shift-left): New command.
9424 (python-shift-right): Delete command.
9425 (python-indent-shift-right): New command.
9426 (python-find-function): Delete command.
9427 (python-nav-jump-to-defun): New command.
9428 (python-next-statement): Delete command.
9429 (python-nav-forward-sentence): New command.
9430 (python-previous-statement): Delete command.
9431 (python-nav-backward-sentence): New command.
9432 (python-fill-paragraph): Delete command.
9433 (python-fill-paragraph-function): New command.
9434 (python-send-buffer): Delete command.
9435 (python-shell-send-buffer): New command.
9436 (python-send-defun): Delete command.
9437 (python-shell-send-defun): New command.
9438 (python-send-region, python-send-region-and-go): Delete commands.
9439 (python-shell-send-region)
9440 (python-shell-switch-to-shell): New commands.
9441 (python-send-string): Delete command.
9442 (python-shell-send-string): New command.
9443 (python-switch-to-python): Delete command.
9444 (python-shell-switch-to-shell): New command.
9445 (python-describe-symbol): Delete command.
9446 (python-eldoc-at-point): New command.
9447 (python--set-prompt-regexp, python-args-to-list)
9448 (python-after-info-look, python-check-version)
9449 (python-check-comint-prompt, python-find-imports)
9450 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9451 (python-unload-function, python-expand-template)
9452 (python-maybe-jython, python-preoutput-filter)
9453 (python-pdbtrack-get-source-buffer)
9454 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9455 (python-pdbtrack-toggle-stack-tracking)
9456 (python-pdbtrack-track-stack-file, python-initial-text)
9457 (python-first-word, python-comment-line-p, python-send-command)
9458 (python-setup-brm, python-sentinel, python-set-proc)
9459 (python-skip-out, python-input-filter, python-outdent-p)
9460 (python-outline-level, python-backslash-continuation-line-p)
9461 (python-end-of-block, python-end-of-statement, python-mark-block)
9462 (python-beginning-of-block, python-beginning-of-statement)
9463 (python-blank-line-p, python-beginning-of-string)
9464 (python-open-block-statement-p): Delete functions.
9465 (python-indent-line, python-indent-line-1): Delete functions.
9466 (python-indent-line): New function.
9467 (python-indentation-levels): Delete function.
9468 (python-indent-calculate-levels): New function.
9469 (python-proc): Delete function.
9470 (python-shell-get-process): New function.
9471 (python-send-receive): Delete function.
9472 (python-shell-send-string-no-output): New function.
9473 (python-module-path): Delete function.
9474 (python-ffap-module-path): New function.
9475 (python-completion-at-point)
9476 (python-symbol-completions): Delete functions.
9477 (python-completion-complete-at-point): New function.
9478 (python-load-file): Delete function.
9479 (python-shell-send-file): New function.
9480 (python-calculate-indentation): Delete function.
9481 (python-indent-calculate-indentation): New function.
9482 (python-skip-comments/blanks): Delete function.
9483 (python-util-forward-comment): New function.
9484 (python-continuation-line-p): Delete function.
9485 (python-info-continuation-line-p): New function.
9486 (python-which-func, python-current-defun): Delete function.
9487 (python-info-current-defun): New function.
9488 (python-beginning-of-defun): Delete function.
9489 (python-nav-beginning-of-defun): New function.
9490 (python-close-block-statement-p)
9491 (python-block-end-p): Delete function.
9492 (python-info-closing-block): New function.
9493 (python-comint-output-filter-function)
9494 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9495 (python-fill-comment, python-fill-decorator, python-fill-paren)
9496 (python-fill-string, python-imenu-make-element-tree)
9497 (python-imenu-make-tree, python-imenu-tree-assoc)
9498 (python-indent-context, python-indent-dedent-line)
9499 (python-indent-line-function)
9500 (python-indent-post-self-insert-function)
9501 (python-indent-toggle-levels)
9502 (python-info-assignment-continuation-line-p)
9503 (python-info-beginning-of-backlash)
9504 (python-info-block-continuation-line-p)
9505 (python-info-closing-block-message)
9506 (python-info-line-ends-backslash-p)
9507 (python-info-looking-at-beginning-of-defun)
9508 (python-info-ppss-context, python-info-ppss-context-type)
9509 (python-nav-list-defun-positions, python-nav-read-defun)
9510 (python-nav-sentence-end, python-nav-sentence-start)
9511 (python-pdbtrack-comint-output-filter-function)
9512 (python-pdbtrack-set-tracked-buffer)
9513 (python-shell-calculate-exec-path)
9514 (python-shell-calculate-process-environment)
9515 (python-shell-completion--do-completion-at-point)
9516 (python-shell-completion--get-completions)
9517 (python-shell-completion-complete-at-point)
9518 (python-shell-completion-complete-or-indent)
9519 (python-shell-get-or-create-process)
9520 (python-shell-get-process-name)
9521 (python-shell-internal-get-or-create-process)
9522 (python-shell-internal-get-process-name)
9523 (python-shell-internal-send-string, python-shell-make-comint)
9524 (python-shell-parse-command, python-shell-send-setup-code)
9525 (python-skeleton-add-menu-items)
9526 (python-util-clone-local-variables, python-util-position)
9527 (run-python-internal, python-indentation-levels)
9528 (python-nav-beginning-of-defun)
9529 (python-completion-complete-at-point): New functions.
9530 (run-python): Change arguments. New API requirements.
9531
9532 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9535 (bug#11649).
9536
9537 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9538 (macroexp--expand-all): Use it.
9539
9540 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9541 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9542 Use `cl-function' instead.
9543
9544 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9545
9546 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9547 Suggested by Stefan Monnier while discussing bug#11657.
9548
9549 2012-06-14 Sam Steingold <sds@gnu.org>
9550
9551 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9552
9553 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9554
9555 * play/doctor.el (doctor-doc): Remove parameter and use
9556 doctor-sent instead of sent.
9557 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9558
9559 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * files.el: Require cl-lib.
9562 (file-name-non-special): Replace case -> cl-case.
9563
9564 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9565
9566 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9567 mapping from #' to function*.
9568
9569 2012-06-13 Chong Yidong <cyd@gnu.org>
9570
9571 * mouse.el (mouse-drag-track): Do not set the mark if the user
9572 releases the mouse without selecting anything (Bug#11588).
9573
9574 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9577 as well (bug#11646).
9578
9579 * loadup.el: Count byte-code functions as well.
9580
9581 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9582 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9583
9584 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9585 (bug#11649). Add cl-defun and cl-defmacro.
9586
9587 2012-06-13 Drew Adams <drew.adams@oracle.com>
9588
9589 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9590 Fix last change.
9591
9592 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9593
9594 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9595 Otherwise, it blocks in batch mode.
9596
9597 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9598
9599 * help-mode.el (bookmark-make-record-default): Declare.
9600
9601 2012-06-13 Chong Yidong <cyd@gnu.org>
9602
9603 * emacs-lisp/package.el (list-packages): Compute a list of
9604 packages that are newly-available since the last list-packages
9605 invocation.
9606 (package-menu--new-package-list): New var.
9607 (package-menu--generate, package-menu--print-info)
9608 (package-menu--status-predicate, package-menu-mark-install):
9609 Handle new status label "new".
9610
9611 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9614 conversion to backquotes.
9615
9616 2012-06-12 Chong Yidong <cyd@gnu.org>
9617
9618 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9619 Rename from gud-inhibit-global-bindings.
9620
9621 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9622
9623 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9624 hook from nxml-glyph-set-hook.
9625
9626 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9627 declaration.
9628
9629 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9630
9631 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9632 Convert to defcustom.
9633
9634 2012-06-12 Drew Adams <drew.adams@oracle.com>
9635
9636 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9637 New functions.
9638 (help-mode): Use them.
9639
9640 2012-06-11 Glenn Morris <rgm@gnu.org>
9641
9642 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9643 Use preprocessor face for directives.
9644 (fortran-directive-re): Doc fix.
9645
9646 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9649 conversion to backquotes (bug#11652).
9650
9651 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9652 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9653 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9654 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9655 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9656 (cl-ninth, cl-tenth): Mark them as inlinable.
9657 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9658 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9659 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9660 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9661 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9662 (cl-list*, cl-adjoin): Don't put an autoload manually.
9663 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9664 (cl--compiler-macro-list*): Add autoload cookie.
9665 (cl--compiler-macro-cXXr): New function.
9666
9667 * help-fns.el (help-fns--compiler-macro): New function extracted from
9668 describe-function-1; follow aliases and use `compiler-macro' property.
9669 (describe-function-1): Use it.
9670
9671 2012-06-11 Chong Yidong <cyd@gnu.org>
9672
9673 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9674 is uninstalled, if imagemagick is installed.
9675
9676 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * emacs-lisp/cl-lib.el: Use lexical-binding.
9679 (cl-map-extents, cl-maclisp-member): Remove.
9680 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9681 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9682 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9683 * emacs-lisp/cl-extra.el: Use lexical-binding.
9684 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9685 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9686 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9687 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9688 * emacs-lisp/cl-seq.el: Use lexical-binding.
9689 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9690 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9691 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9692 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9693 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9694 CL's internals.
9695
9696 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9697
9698 Sync with Tramp 2.2.6-pre.
9699
9700 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9701 `print-length' and `print-level' to nil, in order to avoid
9702 truncation. Reported by Christopher Schmidt
9703 <christopher@ristopher.com>.
9704
9705 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9706
9707 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9708 New defmacro.
9709 (tramp-compat-copy-directory): Add optional argument
9710 COPY-CONTENTS. It is not handled yet.
9711
9712 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9713 (tramp-ftp-file-name-p): Simplify.
9714
9715 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9716 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9717 connection vector.
9718
9719 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9720 (tramp-methods): Do not use `tramp-password-end-of-line'.
9721 (tramp-completion-function-alist-putty): Handle UNIX case.
9722 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9723 (tramp-do-file-attributes-with-stat)
9724 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9725 gid as real numbers. They could run out of integer range on cygwin.
9726 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9727 (tramp-sh-handle-expand-file-name): Handle hops.
9728 (tramp-open-connection-setup-interactive-shell):
9729 Use `tramp-cleanup'. Move check for busyboxes ...
9730 (tramp-find-shell): ... here. Simplify implementation.
9731 Set "remote-shell" property also for alternative shells.
9732 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9733 If failing, a regular file would be written otherwise.
9734 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9735 (tramp-find-inline-encoding): Cache the coding commands in the
9736 process cache. Apply test command on the remote side, if defined.
9737 (tramp-find-inline-compress): Cache the compress commands in the
9738 process cache.
9739 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9740 when requested. Handle hops.
9741 (tramp-current-connection): New defvar.
9742 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9743 Throw `suppress', if there was a failed connection shortly before.
9744 Handle user interrupt. (Bug#10187)
9745 (tramp-get-inline-compress, tramp-get-inline-coding):
9746 Read connection properties from the process cache.
9747
9748 * net/tramp-smb.el (tramp-smb-server-version)
9749 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9750 New defconsts.
9751 (tramp-smb-prompt): Extend for powershell prompt.
9752 (tramp-smb-file-name-handler-alist): Add handlers for
9753 `process-file', `shell-command' and `start-file-process'.
9754 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9755 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9756 (tramp-smb-file-name-p): Simplify.
9757 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9758 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9759 (tramp-smb-shell-quote-argument): New defuns.
9760 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9761 Implement using "tar". By this, time-stamps are preserved.
9762 (tramp-smb-handle-copy-file): Handle also the case of directories.
9763 (tramp-smb-do-file-attributes-with-stat)
9764 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9765 Use `tramp-get-connection-buffer').
9766 (tramp-smb-handle-rename-file): Use "rename", when source and
9767 target are on the same share.
9768 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9769 Use `tramp-smb-server-version'.
9770 (tramp-smb-wait-for-output): Remove prompt.
9771
9772 * net/tramp.el (top): Require 'cl.
9773 (tramp-methods, tramp-rsh-end-of-line):
9774 Remove `tramp-password-end-of-line' from docstring.
9775 (tramp-save-ad-hoc-proxies): New defcustom.
9776 (tramp-completion-function-alist): Adapt docstring.
9777 (tramp-default-password-end-of-line): Remove defcustom.
9778 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9779 (tramp-user-regexp, tramp-file-name-regexp-unified)
9780 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9781 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9782 (tramp-remote-file-name-spec-regexp): New defconst.
9783 (tramp-file-name-structure): Extend structure for hops.
9784 (tramp-get-method-parameter): Move up.
9785 (tramp-file-name-p, tramp-dissect-file-name)
9786 (with-parsed-tramp-file-name): Handle hops.
9787 (tramp-file-name-hop): New defun.
9788 (tramp-make-tramp-file-name): New optional arg HOP.
9789 (tramp-message-show-progress-reporter-message): New defvar.
9790 (tramp-with-progress-reporter): Use it. We cannot use
9791 `tramp-message-show-message' here, because this suppresses also
9792 error buffers.
9793 (tramp-error-with-buffer): Suppress buffer view, if
9794 `tramp-message-show-message' is nil.
9795 Use `tramp-get-connection-buffer'.
9796 (tramp-cleanup): New defun.
9797 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9798 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9799 an error unchanged.
9800 (tramp-completion-handle-file-name-all-completions): Handle hops.
9801 Fix an error when called from ido.
9802 (tramp-completion-dissect-file-name): Use better local variable
9803 name. Add hop to the vector.
9804 (tramp-handle-insert-file-contents): Use progress-reporter for the
9805 whole scenario.
9806 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9807 to `t'.
9808 (tramp-check-for-regexp): Simplify search.
9809 (tramp-enter-password): Remove it. Move implementation ...
9810 (tramp-action-password): ... here.
9811 (tramp-mode-string-to-int, tramp-local-host-p)
9812 (tramp-make-tramp-temp-file, tramp-read-passwd)
9813 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9814 Set tramp-autoload cookie.
9815
9816 * net/trampver.el: Update release number.
9817
9818 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9819 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9822 (tramp-parse-group, tramp-parse-file)
9823 (tramp-parse-shostkeys-sknownhosts): New defuns.
9824 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9825 (tramp-parse-shosts-group, tramp-parse-sconfig)
9826 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9827 (tramp-parse-sknownhosts, tramp-parse-hosts)
9828 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9829 Use them.
9830 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9831 (tramp-parse-putty-group): Don't narrow.
9832 (tramp-parse-putty): Make a loop.
9833 (tramp-file-name-handler): Catch the `suppress' signal.
9834
9835 2012-06-11 Chong Yidong <cyd@gnu.org>
9836
9837 * image.el (imagemagick-register-types): Put the ImageMagick entry
9838 at the end of image-type-file-name-regexps.
9839
9840 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9841
9842 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9843 (pcase, pcase-let*, pcase-dolist): Use them.
9844
9845 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * emacs-lisp/pcase.el (pcase--let*): New function.
9848 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9849 (pcase--expand): Use macroexp-let².
9850
9851 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9854 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9855 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9856 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9857 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9858 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9859
9860 2012-06-10 Glenn Morris <rgm@gnu.org>
9861
9862 * mail/rmail.el (rmail-yank-current-message): Leave point at
9863 correct position. (Bug#11660)
9864
9865 2012-06-10 Chong Yidong <cyd@gnu.org>
9866
9867 * allout-widgets.el: Fix code header.
9868
9869 2012-06-10 Chong Yidong <cyd@gnu.org>
9870
9871 * cus-edit.el (customize-changed-options-previous-release):
9872 Bump to 24.1.
9873
9874 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9875
9876 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9877
9878 2012-06-09 Chong Yidong <cyd@gnu.org>
9879
9880 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9881
9882 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9883
9884 * window.el (special-display-popup-frame): Don't use
9885 window--display-buffer (Bug#11651).
9886
9887 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9888
9889 Fix parallel builds: make sure loaddefs.el is not being written
9890 while Lisp files are compiled.
9891 (compile): Don't depend on 'mh-autoloads'.
9892 (compile-CMD, compile-SH): Depend on 'autoloads'.
9893 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9894
9895 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9896
9897 2012-06-09 Chong Yidong <cyd@gnu.org>
9898
9899 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9900 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9901 Doc fixes (Bug#11225).
9902
9903 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9906 a function if there's a clear indication that it has a compiler-macro.
9907 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9908 (macro-declarations-alist): Add arglist to declaration functions.
9909 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9910 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9911 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9912 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9913 Also add autoload to find the compiler macro.
9914 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9915 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9916 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9917 (cl--compiler-macro-get): New functions, replacing calls to
9918 cl-define-compiler-macro.
9919 (cl-typep) [compiler-macro]: Use macroexp-let².
9920
9921 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9922
9923 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9924 string properly, fixes Bug#11473.
9925
9926 2012-06-08 Chong Yidong <cyd@gnu.org>
9927
9928 * faces.el (set-face-attribute): Doc fix.
9929 (modify-face): Don't use :bold and :italic.
9930 (error, warning, success): Tweak definitions.
9931
9932 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9933 (custom-modified, custom-set, custom-changed, custom-themed)
9934 (custom-saved, custom-button, custom-button-mouse)
9935 (custom-button-pressed, custom-state, custom-comment-tag)
9936 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9937 (custom-group-subtitle): Use new-style face specs.
9938 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9939 (custom-set-face, custom-changed-face, custom-saved-face)
9940 (custom-button-face, custom-button-pressed-face)
9941 (custom-documentation-face, custom-state-face)
9942 (custom-comment-face, custom-comment-tag-face)
9943 (custom-variable-tag-face, custom-variable-button-face)
9944 (custom-face-tag-face, custom-group-tag-face-1)
9945 (custom-group-tag-face): Remove obsolete face alias.
9946
9947 * epa.el (epa-validity-high, epa-validity-medium)
9948 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9949 (epa-field-name, epa-field-body):
9950 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9951 (font-lock-keyword-face, font-lock-builtin-face)
9952 (font-lock-function-name-face, font-lock-variable-name-face)
9953 (font-lock-type-face, font-lock-constant-face):
9954 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9955 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9956 * speedbar.el (speedbar-button-face, speedbar-file-face)
9957 (speedbar-directory-face, speedbar-tag-face)
9958 (speedbar-selected-face, speedbar-highlight-face)
9959 (speedbar-separator-face):
9960 * whitespace.el (whitespace-newline, whitespace-space)
9961 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9962 (whitespace-line, whitespace-space-before-tab)
9963 (whitespace-space-after-tab, whitespace-indentation)
9964 (whitespace-empty):
9965 * emulation/cua-base.el (cua-global-mark):
9966 * eshell/em-prompt.el (eshell-prompt):
9967 * net/newst-plainview.el (newsticker-new-item-face)
9968 (newsticker-old-item-face, newsticker-immortal-item-face)
9969 (newsticker-obsolete-item-face, newsticker-date-face)
9970 (newsticker-statistics-face, newsticker-default-face):
9971 * net/newst-reader.el (newsticker-feed-face)
9972 (newsticker-extra-face, newsticker-enclosure-face):
9973 * net/newst-treeview.el (newsticker-treeview-face)
9974 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9975 (newsticker-treeview-immortal-face)
9976 (newsticker-treeview-obsolete-face)
9977 (newsticker-treeview-selection-face):
9978 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9979 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9980 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9981 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9982 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9983 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9984 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9985 (mpuz-text):
9986 * progmodes/vera-mode.el (vera-font-lock-number)
9987 (vera-font-lock-function, vera-font-lock-interface):
9988 * textmodes/table.el (table-cell): Use new-style face specs, and
9989 don't use the old :bold and :italic attributes.
9990
9991 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9992 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9993 (ebrowse-member-class, ebrowse-progress): Likewise.
9994 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9995 (ebrowse-file-name-face, ebrowse-default-face)
9996 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9997 (ebrowse-progress-face): Remove obsolete faces.
9998
9999 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10000 Inherit from error and warning faces respectively.
10001
10002 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10003 Likewise.
10004 (flyspell-incorrect-face, flyspell-duplicate-face):
10005 Remove obsolete aliases.
10006
10007 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
10008
10009 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10010 Avoid infloop.
10011
10012 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * startup.el (argv, argi): Make lexically scoped.
10015 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10016 * emacs-lisp/cl-macs.el: Use lexical-binding.
10017 Rename cl-bind-* to cl--bind-*.
10018 * files.el: Don't require `cl' since it doesn't use it.
10019 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10020
10021 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10024 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10025 instead of calling external sort utility.
10026 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10027
10028 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10029
10030 * descr-text.el (describe-char): Mention how to insert the
10031 character, if the current input method doesn't support it.
10032 See the discussion in this thread for the details:
10033 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10034
10035 2012-06-08 Sam Steingold <sds@gnu.org>
10036
10037 * bindings.el (global-map): Bind XF86Forward to next-buffer and
10038 XF86Back to previous-buffer.
10039 (minibuffer-local-map): Bind them to next-history-element and
10040 previous-history-element respectively.
10041 * help-mode.el (help-mode-map): Bind them to help-go-forward and
10042 help-go-back respectively.
10043 * info.el (Info-mode-map): Bind them to Info-history-forward and
10044 Info-history-back respectively.
10045 These are the keys next to Up on the ThinkPad keyboard.
10046
10047 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10050 * emacs-lisp/cl-macs.el: Provide itself.
10051 (cl--labels-convert-cache): New var.
10052 (cl--labels-convert): New function.
10053 (cl-flet, cl-labels): New implementation with new semantics, relying on
10054 lexical-binding.
10055 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10056 (cl-closure-vars, cl--function-convert-cache)
10057 (cl--function-convert): Move from cl-macs.el.
10058 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10059 rename by removing the "cl-" prefix.
10060 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10061
10062 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10065 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10066 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10067 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10068 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10069 (cl-hash-table-count): Add old compatibility aliases.
10070
10071 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10072 Use macroexpand-all-environment instead.
10073 (cl--old-macroexpand): New var.
10074 (cl--sm-macroexpand): New function.
10075 (cl-symbol-macrolet): Use it during macro expansion.
10076 (cl--function-convert-cache): New var.
10077 (cl--function-convert): New function, extracted from
10078 cl-macroexpand-all.
10079 (cl-lexical-let): Use it.
10080
10081 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10082 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10083 (cl-member): Remove old alias.
10084
10085 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10086 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10087 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10088 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10089 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10090 (cl-macroexpand-cmacs): Remove var.
10091 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10092 Use macroexpand-all instead.
10093
10094 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10097 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10098 (macroexp-copyable-p): New functions and macros.
10099 * emacs-lisp/edebug.el (edebug-unwrap):
10100 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10101 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10102 (pcase--let*): Remove.
10103 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10104 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
10105 macroexp-const-p instead.
10106 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10107
10108 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10109 instead of "cl-" for internal definitions. Use macroexp-const-p.
10110 (cl-old-bc-file-form): Remove var.
10111 (cl-const-exprs-p): Remove fun.
10112 (cl-labels, cl-macrolet): Use backquote.
10113 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
10114 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10115 (cl-define-setf-expander): Rename from cl-define-setf-method.
10116 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10117
10118 * international/mule-cmds.el: Don't require CL.
10119 (view-hello-file): Don't use `letf'.
10120
10121 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * tmm.el (tmm-prompt): Use string-prefix-p.
10124 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10125 (tmm-add-prompt): Use minibuffer-completion-help.
10126 (tmm-delete-map): Remove.
10127
10128 * subr.el (kbd): Make it its own function.
10129
10130 2012-06-07 Stefan Merten <smerten@oekonux.de>
10131
10132 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10133 Silence compiler warnings. Fix versions.
10134 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10135 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10136 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10137 (rst-package-emacs-version-alist): Correct Emacs version to
10138 represent major merge with upstream.
10139 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10140
10141 2012-06-06 Glenn Morris <rgm@gnu.org>
10142
10143 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10144 Only print environment variables if set.
10145
10146 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10149 (macroexp--cons): Rename from maybe-cons.
10150 (macroexp--accumulate): Rename from macroexp-accumulate.
10151 (macroexp--all-forms): Rename from macroexpand-all-forms.
10152 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10153 (macroexp--expand-all): Rename from macroexpand-all-1.
10154
10155 2012-06-06 Sam Steingold <sds@gnu.org>
10156
10157 * calendar/calendar.el (calendar-in-read-only-buffer):
10158 Call `special-mode' to enable the standard read-only keybindings.
10159
10160 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10163 with "loading" messages (bug#11635).
10164
10165 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
10166
10167 * files.el (enable-remote-dir-locals): New option.
10168 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
10169
10170 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10171 Ensure, that the temp directory is local.
10172
10173 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10174 `temporary-file-directory'.
10175
10176 * progmodes/python.el (python-send-region): Ensure, that the
10177 temporary file is created also in the remote case.
10178
10179 2012-06-06 Glenn Morris <rgm@gnu.org>
10180
10181 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10182 (vc-rcs-update-changelog): Use it.
10183
10184 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10185
10186 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10187 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10188 (vc-sccs-diff): Replace use of the external vcdiff script.
10189
10190 2012-06-05 Glenn Morris <rgm@gnu.org>
10191
10192 * ledit.el: Move to obsolete/.
10193
10194 2012-06-05 Sam Steingold <sds@gnu.org>
10195
10196 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10197 patch (Bug#11140).
10198
10199 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * emacs-lisp/cust-print.el: Move to obsolete.
10202
10203 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10204 compiler-macro expansion.
10205
10206 Add native compiler-macro support.
10207 * emacs-lisp/macroexp.el (macroexpand-all-1):
10208 Support compiler-macros directly. Properly follow aliases and apply
10209 the compiler macros more thoroughly.
10210 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10211 macroexpand now properly follows aliases.
10212 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10213 (cl-compiler-macroexpand): Use new prop.
10214 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10215
10216 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10217
10218 2012-06-05 Martin Rudalics <rudalics@gmx.at>
10219
10220 * window.el (get-lru-window, get-mru-window, get-largest-window):
10221 New argument NOT-SELECTED to avoid picking the selected window.
10222 (window--display-buffer-1, window--display-buffer-2): Replace by
10223 new function window--display-buffer
10224 (display-buffer-same-window, display-buffer-reuse-window)
10225 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10226 Use window--display-buffer.
10227 (display-buffer-use-some-window): Remove temporary dedication
10228 hack by calling get-lru-window and get-largest-window with
10229 NOT-SELECTED argument non-nil. Call window--display-buffer.
10230
10231 2012-06-05 Glenn Morris <rgm@gnu.org>
10232
10233 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10234 Replace external vcdiff script.
10235
10236 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10239
10240 2012-06-04 Chong Yidong <cyd@gnu.org>
10241
10242 * image.el (imagemagick-types-inhibit): Revert last change.
10243 Add INFO and M.
10244 (imagemagick-enabled-types): Remove CIN and EPS*.
10245
10246 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * emacs-lisp/cl-lib.el: Rename from cl.el.
10249 * emacs-lisp/cl.el: New compatibility file.
10250 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10251 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10252 to obey the "cl-" prefix.
10253 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10254
10255 2012-06-03 Glenn Morris <rgm@gnu.org>
10256
10257 * emacs-lisp/authors.el (authors-aliases): Addition.
10258
10259 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10260 Fix :version.
10261
10262 2012-06-03 Stefan Merten <smerten@oekonux.de>
10263
10264 * textmodes/rst.el: Add comments.
10265 (rst-transition, rst-adornment): New faces.
10266 (rst-adornment-faces-alist): Make default safe to reevaluate.
10267 Fixes
10268 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10269 Improve customization tags.
10270 (rst-define-level-faces): Clarify meaning.
10271
10272 2012-06-03 Chong Yidong <cyd@gnu.org>
10273
10274 * progmodes/compile.el (compilation-mode-line-fail)
10275 (compilation-mode-line-run, compilation-mode-line-exit):
10276 New faces.
10277 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10278
10279 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
10280
10281 * progmodes/which-func.el (which-func-update-ediff-windows):
10282 New function. Use it in ediff-select-hook (Bug#11478).
10283
10284 2012-06-03 Chong Yidong <cyd@gnu.org>
10285
10286 * bindings.el: Remove explicit help text from format-mode-line.
10287 It is now supplied by mode-line-default-help-echo.
10288 (mode-line-front-space, mode-line-end-spaces)
10289 (mode-line-misc-info): New variables.
10290 (mode-line-modes, mode-line-position): Move the default value to
10291 the variable definition.
10292 (mode-line-default-help-echo): New defcustom.
10293 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10294 (mode-line-modified-help-echo): New functions.
10295 (mode-line-mule-info, mode-line-modified): Use them.
10296 (mode-line-eol-desc, propertized-buffer-identification):
10297 Consistency fixes for help text.
10298 (mode-line-coding-system-map): Allow using mouse-3 to invoke
10299 set-buffer-file-coding-system (Bug#289).
10300 (mode-line-mule-info-help-echo): Update help text.
10301
10302 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * simple.el (execute-extended-command): Set real-this-command
10305 (bug#11506).
10306
10307 2012-06-02 Chong Yidong <cyd@gnu.org>
10308
10309 Remove incorrect uses of "modeline" in comments, docstrings, and
10310 function/variable names (Bug#10329).
10311
10312 * cus-edit.el (mode-line):
10313 * dframe.el (dframe-mouse-hscroll):
10314 * emacs-lisp/re-builder.el:
10315 * emacs-lisp/easy-mmode.el (define-minor-mode):
10316 * frame.el (set-frame-name):
10317 * help.el (lookup-minor-mode-from-indicator):
10318 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10319 * progmodes/cc-cmds.el (c-toggle-auto-newline)
10320 (c-toggle-hungry-state):
10321 * progmodes/antlr-mode.el (antlr-language-alist):
10322 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10323 * progmodes/vhdl-mode.el (vhdl-mode):
10324 * progmodes/which-func.el (which-func, which-func-cleanup-function):
10325 * term/ns-win.el (ns-face-at-pos):
10326 * term/sup-mouse.el (sup-mouse-report):
10327 * textmodes/flyspell.el (flyspell-mode-line-string):
10328 * textmodes/ispell.el (ispell-highlight-face):
10329 * textmodes/reftex-global.el:
10330 * vc/vc-arch.el (vc-arch-mode-line-string):
10331 * vc/vc-cvs.el (vc-cvs-mode-line-string):
10332 * vc/vc-git.el (vc-git-mode-line-string):
10333 * vc/vc-hooks.el (vc-display-status)
10334 (vc-default-mode-line-string):
10335 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10336
10337 * ansi-color.el (ansi-color-faces-vector): Change default faces.
10338
10339 * dired.el (dired-sort-set-mode-line): Rename from
10340 dired-sort-set-modeline. All callers changed.
10341
10342 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10343 eshell-status-in-modeline.
10344
10345 * foldout.el (foldout-mode-line-string): Rename from
10346 foldout-modeline-string. All callers changed.
10347 (foldout-update-mode-line): Rename from foldout-update-modeline.
10348
10349 * subr.el (redraw-modeline): Make into obsolete alias.
10350
10351 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10352 timeclock-modeline-display. Make old name an alias.
10353 (timeclock-update-mode-line): Likewise. All callers changed.
10354 (timeclock-mode-line-display): No need to check before using
10355 add-hook.
10356 (timeclock-relative, timeclock-day-over-hook)
10357 (timeclock-use-elapsed, timeclock-mode-string)
10358 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10359
10360 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10361 crisp-mode-modeline-string.
10362
10363 * play/solitaire.el (solitaire-build-mode-line): Rename from
10364 solitaire-build-modeline. All callers changed.
10365
10366 * play/zone.el (zone-hiding-mode-line): Rename from
10367 zone-hiding-modeline. All callers changed.
10368 (zone): Remove unusued `modeline-hidden-level' property.
10369
10370 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10371 xscheme-modeline-initialize. All callers changed.
10372
10373 * strokes.el (strokes-lighter): Rename from
10374 strokes-modeline-string.
10375
10376 * textmodes/sgml-mode.el (html-face-tag-alist)
10377 (html-tag-face-alist): Use mode-line face instead of obsolete
10378 alias modeline.
10379
10380 2012-06-02 Stefan Merten <smerten@oekonux.de>
10381
10382 * textmodes/rst.el: Always require `cl'.
10383 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10384
10385 2012-06-02 Chong Yidong <cyd@gnu.org>
10386
10387 * image.el (imagemagick-enabled-types): Rename from
10388 imagemagick-types-enable. Add many more types.
10389 (imagemagick-types-inhibit): Change default to nil.
10390 (imagemagick-filter-types): Caller changed.
10391
10392 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * emacs-lisp/cl-macs.el: Use backquotes.
10395 (cl-transform-function-property): Use eval-and-compile rather than
10396 abusing `require'.
10397 (defstruct): Use declare-function instead of with-no-warnings.
10398
10399 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10400 (byte-compile-output-docform): Re-add the print-circle bindings.
10401 (byte-compile-fix-header): Use #$ just because it's shorter.
10402 (byte-compile-output-file-form): Remove defun/defmacro.
10403
10404 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10405
10406 * simple.el (choose-completion): Remove now obsolete binding for
10407 owindow.
10408
10409 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10410
10411 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10412 in order to avoid "Stack overflow in regexp matcher".
10413
10414 2012-05-31 Glenn Morris <rgm@gnu.org>
10415
10416 * image.el: For clarity, call imagemagick-register-types at
10417 top-level, rather than relying on a custom :initialize.
10418 (imagemagick-types-enable): New option. (Bug#11557)
10419 (imagemagick-filter-types): New function. (Bug#7406)
10420 (imagemagick-register-types): Use imagemagick-filter-types.
10421 If disabling support, remove elements altogether rather
10422 than using an impossible regexp.
10423 (imagemagick-types-inhibit): Give it the default init function.
10424
10425 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10428 Handle arbitrary file name lengths (Bug#11585).
10429
10430 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10431
10432 * desktop.el (desktop-read): Clear previous and next buffers for
10433 all windows and bury *Messages* buffer (bug#11556).
10434
10435 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 Add `declare' for `defun'. Align `defmacro's with it.
10438 * emacs-lisp/easy-mmode.el (define-minor-mode)
10439 (define-globalized-minor-mode): Don't autoload the var definitions.
10440 * emacs-lisp/byte-run.el: Use lexical-binding.
10441 (defun-declarations-alist, macro-declarations-alist): New vars.
10442 (defmacro, defun): Use them.
10443 (make-obsolete, define-obsolete-function-alias)
10444 (make-obsolete-variable, define-obsolete-variable-alias):
10445 Use `declare'.
10446 (macro-declaration-function): Mark obsolete.
10447 * emacs-lisp/autoload.el: Use lexical-binding.
10448 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10449
10450 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10451
10452 * textmodes/ispell.el (ispell-with-no-warnings):
10453 Define as a macro.
10454 (ispell-kill-ispell, ispell-change-dictionary):
10455 Use `called-interactively-p' for Emacs instead of obsolete
10456 `interactive-p'.
10457
10458 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10461 (macro-declaration-function): Move var from C code.
10462 (macro-declaration-function): Define function with defalias.
10463 * emacs-lisp/macroexp.el (macroexpand-all-1):
10464 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10465 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10466 defun/defmacro any more.
10467 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10468 Provide fallback for unknown arglist.
10469 (byte-compile-arglist-warn): Change calling convention.
10470 (byte-compile-output-file-form): Move print-vars binding.
10471 (byte-compile-output-docform): Simplify accordingly.
10472 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10473 (byte-compile-defmacro-declaration): Remove.
10474 (byte-compile-file-form-defmumble): Generalize to defalias.
10475 (byte-compile-output-as-comment): Return byte-positions.
10476 Simplify callers accordingly.
10477 (byte-compile-lambda): Use `assert'.
10478 (byte-compile-defun, byte-compile-defmacro): Remove.
10479 (byte-compile-file-form-defalias):
10480 Use byte-compile-file-form-defmumble.
10481 (byte-compile-defalias-warn): Remove.
10482
10483 2012-05-29 Stefan Merten <smerten@oekonux.de>
10484
10485 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10486 possible. Fix authors. Improve comments. Improve loading of `cl'.
10487
10488 (rst-mode-abbrev-table): Merge definition.
10489 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10490 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10491
10492 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10493
10494 * calendar/icalendar.el
10495 (icalendar-export-region): Export UID properly.
10496
10497 2012-05-29 Leo Liu <sdl.web@gmail.com>
10498 * calendar/icalendar.el (icalendar-import-format):
10499 Add `icalendar-import-format-uid' (Bug#11525).
10500 (icalendar-import-format-uid): New.
10501 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10502 Export UID.
10503
10504 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10507 different alternative patterns.
10508 (pcase-codegen): Be more careful to preserve identity.
10509 (pcase--u1): Don't forget to mark vars as used.
10510
10511 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10512 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10513 (byte-compile-from-buffer): ...rather than here.
10514
10515 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10516 functions from byte-compile-function-environment.
10517
10518 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10519
10520 * window.el (window-deletable-p): Avoid deleting the root window
10521 of a frame with an active minibuffer.
10522
10523 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10524
10525 * simple.el (choose-completion): Use quit-window (Bug#11567).
10526
10527 2012-05-29 Chong Yidong <cyd@gnu.org>
10528
10529 * whitespace.el (whitespace-cleanup): Fix usage of
10530 whitespace-empty-at-bob-regexp (Bug#11492).
10531
10532 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10533
10534 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10535 revert (Bug#11488).
10536
10537 2012-05-29 Juri Linkov <juri@jurta.org>
10538
10539 * isearch.el (isearch-mode-map): Bind `M-s _' to
10540 `isearch-toggle-symbol'. Bind `M-s c' to
10541 `isearch-toggle-case-fold'.
10542 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10543 (isearch-forward): Add `M-s _' to the docstring.
10544 (isearch-forward-symbol, isearch-toggle-case-fold)
10545 (isearch-symbol-regexp): New functions. (Bug#11381)
10546
10547 2012-05-29 Juri Linkov <juri@jurta.org>
10548
10549 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10550 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10551 a function, call it to get the regexp.
10552 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10553 property `isearch-message-prefix' instead of the string "word ".
10554 (isearch-search-fun-default): For the case of `isearch-word',
10555 return a lambda that calls re-search-forward/re-search-backward
10556 with a regexp returned by `word-search-regexp' or by the function
10557 in `isearch-word'.
10558
10559 2012-05-29 Juri Linkov <juri@jurta.org>
10560
10561 * isearch.el (isearch-search-fun-default): New function.
10562 (isearch-search-fun): Move default part to the new function
10563 `isearch-search-fun-default'.
10564 (isearch-search-fun-function): Set the default value to
10565 `isearch-search-fun-default'. (Bug#11381)
10566
10567 * comint.el (comint-history-isearch-end):
10568 Use `isearch-search-fun-default'.
10569 (comint-history-isearch-search): Use `isearch-search-fun-default'
10570 and remove spacial case for `isearch-word'.
10571 (comint-history-isearch-wrap): Remove spacial case for
10572 `isearch-word'.
10573
10574 * hexl.el (hexl-isearch-search-function):
10575 Use `isearch-search-fun-default'.
10576
10577 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10578 Use `word-search-regexp' for `isearch-word'.
10579
10580 * misearch.el (multi-isearch-search-fun):
10581 Use `isearch-search-fun-default'.
10582
10583 * simple.el (minibuffer-history-isearch-search):
10584 Use `isearch-search-fun-default' and remove spacial case for
10585 `isearch-word'.
10586 (minibuffer-history-isearch-wrap): Remove spacial case for
10587 `isearch-word'.
10588
10589 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10590 Remove spacial case for `isearch-word'.
10591 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10592
10593 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10594
10595 Decrease XEmacs incompatibilities.
10596 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10597 Use `string-match'.
10598 (flyspell-delete-region-overlays): Use alternative definition for
10599 XEmacs.
10600 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10601 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10602 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10603 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10604 `define-obsolete-face-alias' under XEmacs, but old method.
10605
10606 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10607 `with-no-warnings' definition or Emacs alias.
10608 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10609 (ispell-word): Do not use `region-p' if XEmacs.
10610
10611 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10612
10613 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10614 Check for `ispell-dictionary-base-alist' instead of full
10615 `ispell-dictionary-alist'.
10616 (ispell-init-process): Show spellchecker when starting new Ispell
10617 process.
10618
10619 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10622 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10623
10624 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10625
10626 * version.el (motif-version-string, gtk-version-string)
10627 (ns-version-string): Declare.
10628
10629 2012-05-27 Juri Linkov <juri@jurta.org>
10630
10631 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10632 after the `eval-defun-1' specialcaseing
10633 like in `edebug-eval-defun' (bug#10181).
10634
10635 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10636 like in `eval-defun-1'.
10637
10638 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10639
10640 * mail/sendmail.el (mail-yank-region):
10641 Recognize rmail-yank-current-message in addition to insert-buffer.
10642 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10643 a *mail* buffer created through rmail-start-mail with sendmail as
10644 mail-user-agent.
10645
10646 2012-05-27 Chong Yidong <cyd@gnu.org>
10647
10648 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10649 Default to 256 (Bug#11267).
10650
10651 * help.el (describe-mode): Doc fix.
10652
10653 2012-05-26 Glenn Morris <rgm@gnu.org>
10654
10655 * w32-fns.el (w32-init-info): Remove.
10656 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10657
10658 * info.el (info-initialize): For self-contained NS builds, put the
10659 included info/ directory at the front. (Bug#2791)
10660
10661 * paths.el (Info-default-directory-list): Make it a defcustom,
10662 mainly so that we can use custom-initialize-delay.
10663
10664 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * subr.el (buffer-has-markers-at): Mark obsolete.
10667
10668 * subr.el (lambda): Use declare.
10669
10670 * emacs-lisp/lisp-mode.el (lambda):
10671 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10672
10673 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10674
10675 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10676
10677 2012-05-26 Glenn Morris <rgm@gnu.org>
10678
10679 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10680
10681 2012-05-25 Glenn Morris <rgm@gnu.org>
10682
10683 * paths.el: Remove no-byte-compile.
10684 * loadup.el: No need to load paths.el uncompiled.
10685
10686 * image.el (imagemagick-types-inhibit): Doc fix.
10687
10688 * version.el: Remove no-byte-compile and associated formatting.
10689 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10690 is ancient code from when there was an "inc-vers.el".
10691
10692 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * progmodes/gdb-mi.el: Minor style changes.
10695 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10696 Turn into minor modes.
10697 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10698 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10699 (gdb-shell): Remove unneeded let-binding.
10700 (gdb-get-many-fields): Eliminate O(n²) behavior.
10701
10702 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10703
10704 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10705 platforms that don't link in fontset.c.
10706
10707 2012-05-25 Juri Linkov <juri@jurta.org>
10708
10709 Use the same diff color scheme as in modern VCSes (bug#10181).
10710
10711 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10712 to avoid confusion with `diff-added' that now uses green colors.
10713 (diff-removed): Use shades of red.
10714 (diff-added): Use shades of green.
10715 (diff-changed): Leave just the yellow color.
10716 (diff-use-changed-face): New variable.
10717 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10718 how to highlight context diff changes.
10719 (diff-refine-change): Use shades of yellow.
10720 (diff-refine-removed): New face that uses shades of red.
10721 (diff-refine-added): New face that uses shades of green.
10722 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10723 `diff-refine-removed' in the call to `smerge-refine-subst'
10724 depending on the value of `diff-use-changed-face'.
10725
10726 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10727 (smerge-other): Use shades of green.
10728 (smerge-base): Use shades of yellow.
10729 (smerge-refined-change): Empty face.
10730 (smerge-refined-removed): New face that uses shades of red.
10731 (smerge-refined-added): New face that uses shades of green.
10732 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10733 args `props-r' and `props-a', and use them. Doc fix.
10734 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10735 on its value use different faces `smerge-refined-change',
10736 `smerge-refined-removed', `smerge-refined-added' in the call to
10737 `smerge-refine-subst'.
10738
10739 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10740 Add face condition `min-colors 88' with shades of red.
10741 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10742 `min-colors 88' with shades of green.
10743 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10744 `min-colors 88' with shades of yellow.
10745
10746 2012-05-24 Glenn Morris <rgm@gnu.org>
10747
10748 * paths.el (prune-directory-list, remote-shell-program): Move to...
10749 * files.el (prune-directory-list, remote-shell-program): ...here.
10750 For the latter, delay initialization, prefer ssh, just search PATH.
10751
10752 * paths.el (term-file-prefix): Move to faces.el (the only user).
10753 * faces.el (term-file-prefix): Move here, make it a defcustom.
10754
10755 * paths.el (news-directory, news-path, news-inews-program):
10756 Move to gnus/nnspool.el.
10757
10758 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10759
10760 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10761 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10762 Make the latter a defcustom, with a delayed initialization.
10763
10764 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10765 These were deleted from Gnus itself late 2010.
10766
10767 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10768
10769 * progmodes/which-func.el (which-func-ff-hook):
10770 Check against user-error, not error.
10771
10772 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10773 cl-specs.el, which no longer exists.
10774
10775 2012-05-22 Glenn Morris <rgm@gnu.org>
10776
10777 * info.el (info-emacs-bug): New command.
10778 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10779 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10780
10781 2012-05-21 Glenn Morris <rgm@gnu.org>
10782
10783 * makefile.w32-in (update-subdirs-SH):
10784 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10785
10786 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10789
10790 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10791 Simplify Maven regexp, and make sure the file can't start with a space
10792 (bug#11517).
10793
10794 2012-05-21 Glenn Morris <rgm@gnu.org>
10795
10796 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10797 Scrap superfluous subshells.
10798
10799 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10802 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10803
10804 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10805
10806 * calc/calc.el (calc-ensure-consistent-units): New variable.
10807
10808 * calc/calc-units.el (math-consistent-units-p)
10809 (math-check-unit-consistency): New functions.
10810 (calc-quick-units, calc-convert-units):
10811 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10812 is non-nil.
10813 (calc-extract-units): Fix typo.
10814
10815 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10818
10819 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10820 (flyspell-default-deplacement-commands): Don't spell check after
10821 repeated window/frame switches (e.g. triggered by mouse-movement).
10822 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10823 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10824 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10825 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10826 Remove unused vars.
10827 (flyspell-get-casechars, flyspell-get-not-casechars):
10828 Simplify; Don't bother removing a ] just to add it back.
10829 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10830
10831 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10832
10833 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10834 New functions.
10835 (math-function-table): Add support for more C functions.
10836
10837 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10838
10839 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10840 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10841 Protect delay handling for otherchars against empty otherchars.
10842
10843 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10846 their respective macro declarations.
10847 * skeleton.el (define-skeleton):
10848 * progmodes/compile.el (define-compilation-mode):
10849 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10850 (define-ibuffer-filter):
10851 * emacs-lisp/generic.el (define-generic-mode):
10852 * emacs-lisp/easy-mmode.el (define-minor-mode)
10853 (define-globalized-minor-mode):
10854 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10855 * emacs-lisp/byte-run.el (defsubst):
10856 * custom.el (deftheme): Add doc-string metadata.
10857
10858 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10861
10862 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10865
10866 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10867 * emacs-lisp/cl-macs.el: Idem.
10868 * emacs-lisp/cl-specs.el: Remove.
10869
10870 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 Minor renaming of internal CL functions and variables.
10873 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10874 (cl--position): Rename from cl-position.
10875 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10876 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10877 (cl--random-state): Rename from *random-state*.
10878
10879 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10882 parens around the arg list (bug#11499).
10883
10884 2012-05-17 Juri Linkov <juri@jurta.org>
10885
10886 * isearch.el (word-search-regexp, word-search-backward)
10887 (word-search-forward, word-search-backward-lax)
10888 (word-search-forward-lax): Move functions from search.c
10889 (bug#10145, bug#11381).
10890
10891 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10892
10893 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10894 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10895 Delay for otherchars as for normal word components.
10896
10897 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * minibuffer.el (completion--sifn-requote): Fix last change.
10900 (minibuffer-local-must-match-filename-map):
10901 Move define-obsolete-variable-alias before its var.
10902
10903 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10906
10907 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10908 behavior.
10909 (completion--string-equal-p): New function.
10910 (completion--twq-all): Use it to get better assertion failure data.
10911
10912 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10913 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10914 (shell--requote-argument): New functions.
10915 (shell-completion-vars): Use them.
10916 (shell--parse-pcomplete-arguments): Rename from
10917 shell-parse-pcomplete-arguments.
10918 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10919 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10920 Obey comint-file-name-quote-list.
10921
10922 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10923 (smie-indent-keyword): Use it.
10924
10925 2012-05-14 Stefan Merten <smerten@oekonux.de>
10926
10927 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10928
10929 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10930
10931 * net/rlogin.el (rlogin-mode-map): Fix last change.
10932
10933 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10934
10935 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10936 the following \r\n using a single `process-send-string', since the
10937 Lotus SMTP server refuses to accept any commands if they are sent
10938 with two `process-send-string's (Bug#11444).
10939
10940 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10941
10942 * shell.el (shell-parse-pcomplete-arguments):
10943 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10944
10945 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10946
10947 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10948 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10949 (image-transform-width, image-transform-fit-width): New functions.
10950 (image-transform-properties): Use them.
10951 (image-transform-check-size): New function.
10952 (image-toggle-display-image): Use it (for testing).
10953 (image-transform-set-rotation): Reduce angle mod 360.
10954 Delete obsolete comment.
10955
10956 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10957
10958 * image-mode.el: Fix scaling (bug#11399).
10959 (image-transform-resize): Doc fix.
10960 (image-transform-properties): Default scale is 1 and height should
10961 be an integer.
10962
10963 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10964
10965 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10966 than hard-coding `car', to fix misbehavior when moving forward.
10967
10968 2012-05-13 Chong Yidong <cyd@gnu.org>
10969
10970 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10971 (tabulated-list-entries, tabulated-list-padding)
10972 (tabulated-list-sort-key): Make permanent-local.
10973
10974 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10975 (electric-buffer-list): Put electric buffer menu
10976 command descriptions in this docstring, instead of the docstring
10977 of electric-buffer-menu-mode. Code cleanups.
10978 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10979 Electric-buffer-menu-mode.
10980 (electric-buffer-update-highlight): Minor code cleanup.
10981
10982 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10983
10984 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10985 (Bug#11447)
10986
10987 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10988
10989 Move define-obsolete-variable-alias before the var's definition.
10990 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10991 * tooltip.el (tooltip-hook):
10992 * textmodes/reftex-toc.el (reftex-toc-map):
10993 * textmodes/reftex-sel.el (reftex-select-label-map)
10994 (reftex-select-bib-map):
10995 * textmodes/reftex-index.el (reftex-index-map)
10996 (reftex-index-phrases-map):
10997 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10998 * progmodes/meta-mode.el (meta-mode-map):
10999 * novice.el (disabled-command-hook):
11000 * loadhist.el (unload-hook-features-list):
11001 * frame.el (blink-cursor):
11002 * files.el (find-file-not-found-hooks, write-file-hooks)
11003 (write-contents-hooks):
11004 * emulation/tpu-edt.el (GOLD-map):
11005 * emacs-lock.el (emacs-lock-from-exiting):
11006 * emacs-lisp/generic.el (generic-font-lock-defaults):
11007 * emacs-lisp/chart.el (chart-map):
11008 * dos-fns.el (register-name-alist):
11009 * dired-x.el (dired-omit-files-p):
11010 * desktop.el (desktop-enable):
11011 * cus-edit.el (custom-mode-hook):
11012 * buff-menu.el (buffer-menu-mode-hook):
11013 * bookmark.el (bookmark-read-annotation-text-func)
11014 (bookmark-exit-hooks):
11015 * allout.el (allout-mode-deactivate-hook)
11016 (allout-exposure-change-hook, allout-structure-added-hook)
11017 (allout-structure-deleted-hook, allout-structure-shifted-hook):
11018 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11019 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11020 comes before the corresponding variable's definition.
11021
11022 2012-05-12 Chong Yidong <cyd@gnu.org>
11023
11024 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11025 (Buffer-menu-mouse-select): Restore function (Bug#11459).
11026 (Buffer-menu-mode-map): Bind it.
11027 (Buffer-menu--pretty-name): Add a mouse-face property.
11028
11029 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11030
11031 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
11032 (prolog-upper-case-string, prolog-lower-case-string)
11033 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11034 (prolog-use-smie, prolog-smie-grammar): New vars.
11035 (prolog-smie-forward-token, prolog-smie-backward-token)
11036 (prolog-smie-rules): New funs.
11037 (prolog-comment-indent): Remove.
11038 (prolog-mode-variables): Use default comment indentation instead.
11039 Setup SMIE.
11040 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11041 (prolog-mode): Don't call them any more.
11042 (prolog-electric-colon, prolog-electric-dash)
11043 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11044
11045 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11046
11047 * minibuffer.el (completion--twq-all): Again, allow case differences.
11048
11049 * term.el: Move keymap initialization code to be more idiomatic.
11050 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11051 (term-terminal-menu): Move initialization into declaration.
11052 (term-escape-char): Let the user set it in her .emacs.
11053
11054 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11055 Provide SMIE-based indentation (not enabled by default yet).
11056 (sh-mode-map): Don't bind electric keys.
11057 Use electric-pair-mode instead of skeleton-pair.
11058 (sh-assignment-regexp): Fit within 80 columns.
11059 (sh-indent-supported): Specify actual shell name instead of boolean.
11060 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11061 (sh-maybe-here-document): Use it. Make obsolete.
11062 (sh-electric-here-document-mode) New minor mode.
11063 (sh-mode): Use it. Don't set sh-indent-supported-here here.
11064 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11065 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11066 (sh-smie-rc-grammar, sh-use-smie): New vars.
11067 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11068 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11069 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11070 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11071 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11072 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11073 (sh-set-shell): Use smie-setup if requested.
11074
11075 * term.el (term-set-escape-char): Properly set term-escape-char.
11076 See http://stackoverflow.com/questions/10524656.
11077
11078 2012-05-10 Chong Yidong <cyd@gnu.org>
11079
11080 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11081 Use url-generic-parse-url, and handle host names and Windows
11082 filenames properly.
11083 (ffap-url-unwrap-remote): Use url-generic-parse-url.
11084 (ffap-url-unwrap-remote): Accept list values, specifying a list of
11085 URL schemes to work on.
11086 (ffap--toggle-read-only): New function.
11087 (ffap-read-only, ffap-read-only-other-window)
11088 (ffap-read-only-other-frame): Use it.
11089 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11090 necessary for ffap-url-unwrap-remote.
11091
11092 2012-05-10 Dave Abrahams <dave@boostpro.com>
11093
11094 * cus-start.el (create-lockfiles): Add it.
11095
11096 2012-05-09 Chong Yidong <cyd@gnu.org>
11097
11098 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11099 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11100
11101 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * shell.el (shell-completion-vars): Fix last change (bug#11348).
11104
11105 2012-05-09 Chong Yidong <cyd@gnu.org>
11106
11107 * ansi-color.el (ansi-color-process-output): Check for validity of
11108 comint-last-output-start before using it. This avoids a bad
11109 interaction with gdb-mi's input/output buffer.
11110
11111 2012-05-09 Glenn Morris <rgm@gnu.org>
11112
11113 * files.el (dir-locals-read-from-file):
11114 Mention dir-locals in any error message.
11115
11116 2012-05-09 Chong Yidong <cyd@gnu.org>
11117
11118 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11119 package (Bug#11410).
11120
11121 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11122 variables into description.
11123
11124 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11127 shell-delimiter-argument-list (bug#11348).
11128 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11129
11130 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
11131
11132 * textmodes/rst.el: Silence byte-compiler warnings.
11133 (rst-re-alist, rst-reset-section-caches): Move around.
11134 (rst-re): Use `characterp', not `char-valid-p'.
11135 (font-lock-beg, font-lock-end): Declare.
11136
11137 * progmodes/idlw-shell.el (specs): Remove reference to deleted
11138 variable `idlwave-shell-activate-alt-keybindings' and simplify.
11139
11140 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11141
11142 2012-05-08 Glenn Morris <rgm@gnu.org>
11143
11144 * files.el (auto-mode-alist): Treat ".make" like ".mk".
11145
11146 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * vc/log-edit.el: Add GNU coding standards highlighting.
11149 (log-edit-font-lock-gnu-style)
11150 (log-edit-font-lock-gnu-keywords): New vars.
11151 (log-edit-font-lock-keywords): New fun.
11152 (log-edit-mode): Don't fold case in font-lock.
11153 (log-edit-font-lock-keywords): Do not assume case-folding.
11154
11155 * imenu.el: Misc cleanup. Make docstrings out of comments.
11156 Use lexical-binding.
11157 (imenu--index-alist, imenu--last-menubar-index-alist)
11158 (imenu-menubar-modified-tick): Use defvar-local.
11159 (imenu--split-menu): Remove unused var.
11160 (imenu--cleanup-seen): Declare as global.
11161 (imenu--cleanup): Use dolist.
11162
11163 * subr.el (defvar-local): Add debug spec and doc-string position.
11164
11165 2012-05-08 Glenn Morris <rgm@gnu.org>
11166
11167 * language/burmese.el, language/cham.el, language/czech.el:
11168 * language/english.el, language/georgian.el, language/greek.el:
11169 * language/japanese.el, language/khmer.el, language/korean.el:
11170 * language/lao.el, language/misc-lang.el, language/romanian.el:
11171 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11172 * language/thai.el, language/utf-8-lang.el:
11173 Remove no-byte-compile setting.
11174
11175 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
11176
11177 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11178
11179 * progmodes/make-mode.el (makefile-browse):
11180 Remove unnecessary interactive. (Bug#11324)
11181
11182 2012-05-07 Glenn Morris <rgm@gnu.org>
11183
11184 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11185
11186 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11187
11188 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * loadup.el: Preload newcomment.el.
11191 * newcomment.el: Move autoload-only code to toplevel.
11192
11193 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11194 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11195 Handle new :right-align column property.
11196 (tabulated-list-print-col): Idem, plus use `display' text-property to
11197 try and preserve alignment for variable pitch fonts.
11198
11199 2012-05-07 Chong Yidong <cyd@gnu.org>
11200
11201 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11202 (tabulated-list-use-header-line): New var.
11203 (tabulated-list-init-header): Use it.
11204 (tabulated-list-print-fake-header): New function.
11205 (tabulated-list-print): Use it.
11206 (tabulated-list-sort-button-map): Add non-header-line commands.
11207 (tabulated-list-init-header): Add column name property to basic
11208 labels as well.
11209 (tabulated-list-col-sort): Handle non-header-line button case.
11210 (tabulated-list--sort-by-column-name): Fix a corner case.
11211
11212 * buff-menu.el (list-buffers--refresh):
11213 Handle Buffer-menu-use-header-line.
11214
11215 2012-05-06 Chong Yidong <cyd@gnu.org>
11216
11217 * buff-menu.el: Convert to Tabulated List mode.
11218 (Buffer-menu-buffer+size-width): Make obsolete.
11219 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11220 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11221 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
11222 documentation into docstring of buffer-menu.
11223 (Buffer-menu-toggle-files-only): Add an informative message.
11224 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11225 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11226 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11227 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11228 (Buffer-menu-execute, Buffer-menu-select)
11229 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11230 (Buffer-menu-bury): Use Tabulated List machinery.
11231 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11232 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11233 Delete.
11234 (list-buffers--refresh): New function.
11235 (list-buffers-noselect): Use it.
11236 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11237 (Buffer-menu--pretty-file-name): New helper functions.
11238
11239 * loadup.el: Preload tabulated-list.
11240
11241 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11242 tabulated-list-sort-column.
11243 (tabulated-list-init-header): Add the initial aligning space even
11244 if tabulated-list-padding is zero.
11245
11246 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
11247
11248 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11249 whose cdr is not a cons cell correctly (bug#11038).
11250
11251 2012-05-06 Chong Yidong <cyd@gnu.org>
11252
11253 * emacs-lisp/tabulated-list.el (tabulated-list-format):
11254 Accept additional plist in column descriptors.
11255 (tabulated-list-init-header): Obey it.
11256 (tabulated-list-get-entry): New function.
11257 (tabulated-list-put-tag): Use it. Use string-width instead of
11258 length.
11259 (tabulated-list--column-number): New function.
11260 (tabulated-list-print): Use it.
11261 (tabulated-list-print-col): New function.
11262 Set `tabulated-list-column-name' property on each column's text.
11263 (tabulated-list-print-entry): Use it.
11264 (tabulated-list-delete-entry, tabulated-list-set-col):
11265 New functions.
11266 (tabulated-list-sort-column): New command (Bug#11337).
11267
11268 * buff-menu.el (list-buffers): Move C-x C-b binding from
11269 buff-menu.el to bindings.el.
11270
11271 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11272 :advertised-binding feature.
11273
11274 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
11275
11276 * progmodes/compile.el (compilation-internal-error-properties):
11277 Calculate start position correctly when end-col is set but
11278 end-line is not (Bug#11382).
11279
11280 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
11281
11282 * man.el (Man-unindent): Use text-property-default-nonsticky to
11283 prevent untabify from inheriting face properties (Bug#11408).
11284
11285 2012-05-05 Stefan Merten <smerten@oekonux.de>
11286
11287 * textmodes/rst.el: Major merge with upstream development up to
11288 Docutils SVN r7399 / rst.el V1.2.1.
11289
11290 Clarify maintainership and authors.
11291
11292 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11293 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11294 (rst-official-version, rst-official-cvs-rev, rst-version)
11295 (rst-package-emacs-version-alist): New functions and variables
11296 for version information.
11297
11298 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11299 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11300 (rst-mode-syntax-table, rst-mode): New and corrected functions
11301 and variables representing reStructuredText features.
11302
11303 (rst-re): New function for reStructuredText regexes. Use in
11304 many places.
11305
11306 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11307 (rst-mode-map): Rebind keys.
11308
11309 (rst-mode-lazy, rst-font-lock-keywords)
11310 (rst-font-lock-extend-region)
11311 (rst-font-lock-extend-region-internal)
11312 (rst-font-lock-extend-region-extend)
11313 (rst-font-lock-find-unindented-line-limit)
11314 (rst-font-lock-find-unindented-line-match)
11315 (rst-adornment-level, rst-font-lock-adornment-level)
11316 (rst-font-lock-adornment-match)
11317 (rst-font-lock-handle-adornment-pre-match-form)
11318 (rst-font-lock-handle-adornment-matcher): Major revision of
11319 font-locking. Integrate with other code. Use `jit-lock-mode'.
11320
11321 (rst-preferred-adornments, rst-adjust-hook)
11322 (rst-new-adornment-down, rst-preferred-bullets)
11323 (rst-preferred-bullets, rst-indent, rst-indent-width)
11324 (rst-indent-field, rst-indent-literal-normal)
11325 (rst-indent-literal-minimized, rst-indent-comment): Change,
11326 extend and improve customization.
11327
11328 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11329 (rst-normalize-cursor-position, rst-get-decoration)
11330 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11331 (rst-rstrip, rst-toc-insert-find-delete-contents)
11332 (rst-shift-fill-region, rst-compute-bullet-tabs)
11333 (rst-debug-print-tabs, rst-debug-mark-found)
11334 (rst-shift-region-guts, rst-shift-region-right)
11335 (rst-shift-region-left, rst-use-char-classes)
11336 (rst-font-lock-keywords-function)
11337 (rst-font-lock-indentation-point)
11338 (rst-font-lock-find-unindented-line-begin)
11339 (rst-font-lock-find-unindented-line-end)
11340 (rst-font-lock-find-unindented-line)
11341 (rst-font-lock-adornment-point, rst-font-lock-level)
11342 (rst-adornment-level-alist): Remove functions and variables.
11343
11344 (rst-compare-adornments, rst-get-adornment-match)
11345 (rst-suggest-new-adornment, rst-get-adornments-around)
11346 (rst-adornment-complete-p, rst-get-next-adornment)
11347 (rst-adjust-adornment, rst-display-adornments-hierarchy)
11348 (rst-straighten-adornments): Standardize function names to
11349 use "adornment" instead of "decoration". Correct callers.
11350 Similar standardizing in many places.
11351
11352 (rst-update-section, rst-adjust, rst-promote-region)
11353 (rst-enumerate-region, rst-bullet-list-region)
11354 (rst-repeat-last-character): Correct use of `interactive'.
11355
11356 (rst-classify-adornment, rst-find-all-adornments)
11357 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11358 (rst-find-leftmost-column, rst-repeat-last-character):
11359 Refactor functions.
11360
11361 (rst-find-title-line, rst-reset-section-caches)
11362 (rst-get-adornments-around, rst-adjust-adornment-work)
11363 (rst-arabic-to-roman, rst-roman-to-arabic)
11364 (rst-insert-list-pos, rst-insert-list-new-item)
11365 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11366 New functions.
11367
11368 (rst-all-sections, rst-section-hierarchy)
11369 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11370 New variables.
11371
11372 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11373 configuration instead of only buffer. Change where necessary.
11374
11375 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11376 (rst-shift-region, rst-adaptive-fill): New functions for
11377 indentation and filling.
11378
11379 (rst-comment-line-break, rst-comment-indent)
11380 (rst-comment-insert-comment, rst-comment-region)
11381 (rst-uncomment-region): New functions for handling comments.
11382
11383 (rst-compile): Quote shell arguments.
11384
11385 (rst-compile-pdf-preview, rst-compile-slides-preview):
11386 Delete temporary files after use.
11387
11388 2012-05-05 Glenn Morris <rgm@gnu.org>
11389
11390 * calendar/cal-html.el: Optionally include holidays in the output.
11391 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11392 (cal-html-holidays): New option.
11393 (cal-html-css-default): Add holiday entry.
11394 (holiday-in-range): Autoload it.
11395 (cal-html-htmlify-entry): Add optional class argument.
11396 (cal-html-htmlify-list): Add optional holidays argument.
11397 (cal-html-insert-agenda-days): Include holidays in the output.
11398 (cal-html-one-month): Maybe include holidays.
11399
11400 * calendar/holidays.el (holiday-in-range):
11401 Move here from cal-tex-list-holidays.
11402 * calendar/cal-tex.el (cal-tex-list-holidays):
11403 Make it an obsolete alias for holiday-in-range. Update all callers.
11404
11405 2012-05-05 Chong Yidong <cyd@gnu.org>
11406
11407 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11408 Nextstep.
11409
11410 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11411
11412 * files.el (file-auto-mode-skip): New var.
11413 (set-auto-mode-1): Use it.
11414
11415 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * repeat.el: Use lexical-binding.
11418 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11419 (repeat-undo-count): Remove.
11420 (repeat):
11421 * progmodes/octave-mod.el (octave-abbrev-start):
11422 * progmodes/f90.el (f90-abbrev-start):
11423 * face-remap.el (text-scale-adjust):
11424 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11425
11426 * emacs-lisp/pcase.el (pcase--let*): New function.
11427 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11428 a bit more.
11429 (pcase--split-pred): Be more clever about ruling out overlap between
11430 a predicate and some constant pattern.
11431 (pcase--q1): Use `null' instead of (eq foo nil).
11432
11433 * subr.el (setq-local, defvar-local): New macros.
11434 (kbd): Redefine as an alias.
11435 (with-selected-window): Leave unrelated frames alone.
11436 (set-temporary-overlay-map): New function.
11437
11438 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11439
11440 * subr.el (user-error): New function.
11441 * window.el (switch-to-buffer):
11442 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11443 (smerge-match-conflict):
11444 * simple.el (previous-matching-history-element)
11445 (next-matching-history-element, goto-history-element, undo-more)
11446 (undo-start):
11447 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11448 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11449 (next-file, tags-loop-scan, list-tags, complete-tag):
11450 * progmodes/compile.el (compilation-loop):
11451 * mouse.el (mouse-minibuffer-check):
11452 * man.el (Man-bgproc-sentinel, Man-goto-page):
11453 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11454 (Info-history-forward, Info-follow-reference, Info-menu)
11455 (Info-extract-menu-item, Info-extract-menu-counting)
11456 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11457 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11458 (Info-next-reference, Info-prev-reference, Info-index)
11459 (Info-index-next, Info-follow-nearest-node)
11460 (Info-copy-current-node-name):
11461 * imenu.el (imenu--make-index-alist)
11462 (imenu-default-create-index-function, imenu-add-to-menubar):
11463 * files.el (basic-save-buffer, recover-file):
11464 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11465 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11466 (checkdoc-message-text, checkdoc-defun):
11467 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11468 * cus-edit.el (customize-changed-options, customize-rogue)
11469 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11470 (custom-variable-mark-to-reset-standard)
11471 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11472 (custom-file):
11473 * completion.el (check-completion-length):
11474 * comint.el (comint-search-arg)
11475 (comint-previous-matching-input-string-position)
11476 (comint-previous-matching-input)
11477 (comint-replace-by-expanded-history-before-point, comint-send-input)
11478 (comint-copy-old-input, comint-backward-matching-input)
11479 (comint-goto-process-mark, comint-set-process-mark):
11480 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11481 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11482
11483 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * dabbrev.el (dabbrev--ignore-case-p): New function.
11486 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11487 Use it.
11488
11489 * files.el (automount-dir-prefix): Mark as obsolete.
11490
11491 2012-05-04 Glenn Morris <rgm@gnu.org>
11492
11493 * patcomp.el, play/bruce.el: Move to obsolete/.
11494
11495 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11496
11497 Fix minor Y10k bugs.
11498 * arc-mode.el (archive-unixdate):
11499 * autoinsert.el (auto-insert-alist):
11500 * calc/calc-forms.el (math-this-year):
11501 * emacs-lisp/copyright.el (copyright-current-year)
11502 (copyright-update-year, copyright):
11503 * tar-mode.el (tar-clip-time-string):
11504 * time.el (display-time-update):
11505 Don't assume years have 4 digits.
11506
11507 2012-05-04 Chong Yidong <cyd@gnu.org>
11508
11509 * dos-w32.el (file-name-buffer-file-type-alist)
11510 (direct-print-region-use-command-dot-com):
11511 * ffap.el (ffap-menu-regexp):
11512 * find-file.el (ff-special-constructs):
11513 * follow.el (follow-debug):
11514 * forms.el (forms--debug):
11515 * iswitchb.el (iswitchb-all-frames):
11516 * ido.el (ido-all-frames):
11517 * emacs-lisp/timer.el (timer-max-repeats):
11518 * mail/feedmail.el (feedmail-mail-send-hook)
11519 (feedmail-mail-send-hook-queued):
11520 * mail/footnote.el (footnote-signature-separator):
11521 * mail/mailabbrev.el (mail-alias-separator-string)
11522 (mail-abbrev-mode-regexp):
11523 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11524 * progmodes/idlwave.el (idlwave-libinfo-file)
11525 (idlwave-default-completion-case-is-down)
11526 (idlwave-library-routines): Convert defvars to defcustoms.
11527
11528 * mail/rmail.el (rmail-decode-mime-charset):
11529 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11530 (idlwave-shell-fix-inserted-breaks)
11531 (idlwave-shell-activate-alt-keybindings)
11532 (idlwave-shell-use-breakpoint-glyph):
11533 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11534
11535 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11538
11539 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11540
11541 * progmodes/verilog-mode.el (font-lock-keywords):
11542 Fix mis-highligting auto. Reported by Craig Barner.
11543 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11544 defines from global name space. Reported by Dan Dever.
11545 (verilog-auto-reset, verilog-auto-reset-widths)
11546 (verilog-auto-tieoff): Support using unbased numbers for
11547 AUTORESET and AUTOTIEOFF.
11548 (verilog-submit-bug-report): Update variable list.
11549 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11550 parenthesis from not matching. Reported by Michael Rytting.
11551 (verilog-auto-template-lint): Fix hash error when linting modules
11552 with no used templates.
11553 (verilog-warn, verilog-warn-error)
11554 (verilog-warn-fatal): When non-interactive report multiple
11555 warnings before exiting. Suggested by Brad Dobbie.
11556 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11557 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11558 to report unused template errors. Reported by Brad Dobbie.
11559 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11560 nets, bug438. Reported by Vns Blore.
11561 (verilog-auto-inout-module, verilog-auto-reg)
11562 (verilog-read-decls, verilog-read-sub-decls-sig)
11563 (verilog-signals-edit-wire-reg, verilog-signals-with):
11564 Fix passing of Verilog data types in ANSI input/output ports
11565 such as "output logic" into the AUTOs. Special case "wire" and
11566 "reg" for backwards compatibility presuming Verilog 2001.
11567 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11568 (verilog-preprocess): Fix replication of preprocess output.
11569 Reported by Brad Dobbie.
11570 (verilog-auto-inst-interfaced-ports):
11571 Create verilog-auto-inst-interfaced-ports, bug429.
11572 Reported by Julian Gorfajn.
11573 (verilog-after-save-font-hook)
11574 (verilog-before-save-font-hook): New variable.
11575 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11576 (verilog-save-font-mods): Wrap disabling fontification, reported
11577 by David Rogoff.
11578 (verilog-do-indent, verilog-pretty-declarations-auto)
11579 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11580 Reported by Pierre-David Pfister.
11581 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11582 of class declarations, bug292. Reported by Kevin Heilman.
11583 (verilog-read-decls): Fix 'parameter type' not appearing in
11584 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11585 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11586 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11587 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11588 Reported by David Kravitz.
11589
11590 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11591
11592 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11593 assignment with tests in ifs and for loops.
11594 (verilog-extended-complete-re, verilog-complete-reg): Change so
11595 that DPI inport functions don't look like fuction declarations.
11596 (verilog-pretty-expr): Don't line up assignment
11597 operations to the test and increment in if and for loops
11598 (verilog-extended-complete-re, verilog-complete-reg): Change so
11599 that DPI inport functions don't look like fuction declarations.
11600
11601 2012-05-03 Kenichi Handa <handa@m17n.org>
11602
11603 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11604 decoding, and show a warning message without signaling an error
11605 (Bug#11282).
11606
11607 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * emacs-lisp/bytecomp.el
11610 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11611 since cconv.el might have introduced :fun-body, internal-make-closure,
11612 and friends for bytecomp to handle (bug#11391).
11613 * custom.el (defcustom): Avoid ((λ ..) ..).
11614
11615 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11618
11619 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11620
11621 * notifications.el (dbus-debug):
11622 * term/linux.el (gpm-mouse-enable):
11623 * term/screen.el (xterm-register-default-colors): Declare.
11624
11625 2012-05-02 Chong Yidong <cyd@gnu.org>
11626
11627 * cus-start.el (gc-cons-percentage, exec-suffixes)
11628 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11629 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11630 (make-cursor-line-fully-visible, void-text-area-pointer)
11631 (font-list-limit): Add customization data.
11632
11633 * allout.el (allout-exposure-change-functions)
11634 (allout-structure-added-functions)
11635 (allout-structure-deleted-functions)
11636 (allout-structure-shifted-functions): Rename abnormal hooks from
11637 *-hook, and convert to defcustoms.
11638 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11639 Convert to defcustoms.
11640 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11641
11642 * allout-widgets.el: Hook callers changed.
11643
11644 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11645
11646 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11647 the yanked message in preference to the default value of
11648 buffer-file-coding-system.
11649
11650 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11651
11652 * window.el (display-buffer--action-function-custom-type):
11653 Fix entry.
11654
11655 2012-05-02 Alan Mackenzie <acm@muc.de>
11656
11657 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11658
11659 2012-05-01 Glenn Morris <rgm@gnu.org>
11660
11661 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11662
11663 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11664
11665 * cus-edit.el (custom-variable-documentation): Simplify with format.
11666
11667 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11668 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * simple.el (suggest-key-bindings, execute-extended-command):
11671 Move from keyboard.c.
11672
11673 2012-05-01 Chong Yidong <cyd@gnu.org>
11674
11675 * follow.el: Eliminate advice.
11676 (set-process-filter, process-filter, sit-for): Advice deleted.
11677 (follow-mode-off-hook): Obsolete hook removed.
11678 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11679 Vars deleted.
11680 (follow-auto): Use a :set function.
11681 (follow-mode): Rewritten. Don't advise process filters.
11682 (follow-switch-to-current-buffer-all, follow-scroll-up)
11683 (follow-scroll-down): Assume follow-mode is bound.
11684 (follow-comint-scroll-to-bottom)
11685 (follow-align-compilation-windows): New functions.
11686 (follow--window-sorter): New function.
11687 (follow-all-followers): Use it to explicitly sort windows by their
11688 positions; don't make assumptions about next-window order.
11689 (follow-windows-start-end, follow-delete-other-windows-and-split)
11690 (follow-calc-win-start): Doc fix.
11691 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11692 vertical-motion unnecessarily.
11693 (follow-adjust-window): New function.
11694 (follow-post-command-hook): Use it.
11695 (follow-call-set-process-filter, follow-call-process-filter)
11696 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11697 (follow-stop-intercept-process-output, follow-generic-filter):
11698 Functions deleted.
11699 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11700 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11701 New functions, replacing advice on scroll-bar-* commands.
11702 (follow-mwheel-scroll): New function (Bug#4112).
11703
11704 * comint.el (comint-adjust-point): New function.
11705 (comint-postoutput-scroll-to-bottom): Use it.
11706 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11707
11708 2012-05-01 Glenn Morris <rgm@gnu.org>
11709
11710 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11711 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11712 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11713 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11714 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11715 Remove no-byte-compile setting.
11716
11717 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11720 all-completions code to not return a number in the last cdr.
11721
11722 2012-04-30 Leo Liu <sdl.web@gmail.com>
11723
11724 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11725 read-only error.
11726
11727 2012-04-29 Chong Yidong <cyd@gnu.org>
11728
11729 * follow.el (follow-calc-win-end): Rewrite to handle partial
11730 screen lines correctly (Bug#8390).
11731 (follow-avoid-tail-recenter): Minor cleanup.
11732
11733 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 Avoid the obsolete `assoc' package.
11736 * speedbar.el (speedbar-refresh): Avoid adelete.
11737 (speedbar-file-lists): Simplify and avoid aput.
11738 * man.el (Man--sections, Man--refpages): New vars, replacing
11739 Man-sections-alist and Man-refpages-alist.
11740 (Man-build-section-alist, Man-build-references-alist):
11741 Use them; avoid aput.
11742 (Man--last-section, Man--last-refpage): New vars.
11743 (Man-follow-manual-reference): Use them.
11744 Use the `default' arg of completing-read.
11745 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11746
11747 2012-04-27 Chong Yidong <cyd@gnu.org>
11748
11749 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11750
11751 * startup.el (x-apply-session-resources): New function.
11752
11753 * term/ns-win.el (ns-initialize-window-system):
11754 * term/w32-win.el (w32-initialize-window-system):
11755 * term/x-win.el (x-initialize-window-system): Use it to properly
11756 set menu-bar-mode and other vars from X resources, even if the
11757 initial frame is not a window-system frame (Bug#2299).
11758
11759 * subr.el (read-key): Avoid running filter function when setting
11760 up temporary tool bar entries (Bug#9922).
11761
11762 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11763
11764 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11765 (Bug#11344)
11766
11767 2012-04-27 Chong Yidong <cyd@gnu.org>
11768
11769 * select.el (xselect--encode-string): New function, split from
11770 xselect-convert-to-string.
11771 (xselect-convert-to-string): Use it.
11772 (xselect-convert-to-filename, xselect-convert-to-os)
11773 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11774 returned strings are properly encoded (Bug#11315).
11775
11776 2012-04-27 Chong Yidong <cyd@gnu.org>
11777
11778 * simple.el (delete-active-region): Move to killing custom group.
11779
11780 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11781
11782 * progmodes/which-func.el (which-func-current): Quote %
11783 characters for mode-line processing.
11784
11785 2012-04-27 Chong Yidong <cyd@gnu.org>
11786
11787 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11788 reaching eob (Bug#11286).
11789
11790 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11791
11792 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11793 (gdb): Make it buffer-local and init to zero.
11794 (gdb-control-commands-regexp): New variable.
11795 (gdb-send): Don't wrap in "-interpreter-exec console" if
11796 gdb-control-level is positive. Increment gdb-control-level
11797 whenever the command matches gdb-control-commands-regexp, and
11798 decrement it each time the command is "end". (Bug#11279)
11799
11800 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11801
11802 * window.el (adjust-window-trailing-edge, enlarge-window)
11803 (shrink-window, window-resize):
11804 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11805 windows (Bug#11276).
11806
11807 2012-04-27 Chong Yidong <cyd@gnu.org>
11808
11809 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11810 fix "missing prefix" warning. All callers changed.
11811
11812 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * emacs-lisp/assoc.el: Move to obsolete/.
11815
11816 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11817
11818 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11819
11820 * term/ns-win.el (ns-define-service):
11821 * progmodes/pascal.el (pascal-goto-defun):
11822 * progmodes/js.el (js--read-tab):
11823 * progmodes/etags.el (tags-lazy-completion-table):
11824 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11825 * emacs-lisp/ewoc.el (ewoc--wrap):
11826 * emacs-lisp/assoc.el (aput, adelete, amake):
11827 * doc-view.el (doc-view-convert-current-doc):
11828 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11829
11830 2012-04-26 Chong Yidong <cyd@gnu.org>
11831
11832 * image.el (image-type-from-buffer): Only return supported image
11833 type (Bug#9045).
11834
11835 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11836 value, for symmetry with diff-end-of-hunk.
11837 (diff-split-hunk, diff-find-source-location)
11838 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11839 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11840 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11841 compute the relevant hunk or file properly (Bug#6005).
11842 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11843
11844 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * vc/vc-mtn.el:
11847 * vc/vc-hg.el:
11848 * vc/vc-git.el:
11849 * vc/vc-dir.el:
11850 * vc/vc-cvs.el:
11851 * vc/vc-bzr.el:
11852 * vc/vc-arch.el:
11853 * vc/vc.el: Replace lexical-let by lexical-binding.
11854 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11855 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11856 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11857
11858 2012-04-26 Chong Yidong <cyd@gnu.org>
11859
11860 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11861 (diff-mode-shared-map): Bind it to / and [remap undo].
11862
11863 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11864 (ediff-window-setup-function): Use it as the default, to set up
11865 windows based on whether the current frame is graphical (Bug#2138).
11866 (ediff-choose-window-setup-function-automatically): Make obsolete.
11867
11868 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11869
11870 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * ffap.el: Remove old code for obsolete package.
11873 (ffap-complete-as-file-p): Remove.
11874
11875 Use completion-table-with-quoting for comint and pcomplete.
11876 * comint.el (comint--unquote&requote-argument)
11877 (comint--unquote-argument, comint--requote-argument): New functions.
11878 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11879 (comint-quote-filename): Use regexp-opt-charset.
11880 (comint--common-suffix, comint--common-quoted-suffix)
11881 (comint--table-subvert): Remove.
11882 (comint-unquote-function, comint-requote-function): New vars.
11883 (comint--complete-file-name-data): Use them with
11884 completion-table-with-quoting.
11885 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11886 * pcomplete.el (pcomplete-arg-quote-list)
11887 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11888 (pcomplete-unquote-argument-function): Default to non-nil.
11889 (pcomplete-unquote-argument): Simplify.
11890 (pcomplete--common-quoted-suffix): Remove.
11891 (pcomplete-requote-argument-function): New var.
11892 (pcomplete--common-suffix): New function.
11893 (pcomplete-completions-at-point): Use completion-table-with-quoting
11894 and completion-table-subvert.
11895
11896 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11897 (minibuffer--double-dollars): Preserve properties.
11898 (completion--sifn-requote): New function.
11899 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11900
11901 * minibuffer.el: Add support for completion of quoted/escaped data.
11902 (completion-table-with-quoting, completion-table-subvert): New funs.
11903 (completion--twq-try, completion--twq-all): New functions.
11904 (completion--nth-completion): New function.
11905 (completion-try-completion, completion-all-completions): Use it.
11906
11907 2012-04-25 Leo Liu <sdl.web@gmail.com>
11908
11909 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11910 Use compilation-message if available to find real filename.
11911
11912 2012-04-25 Chong Yidong <cyd@gnu.org>
11913
11914 * vc/diff-mode.el (diff-setup-whitespace): New function.
11915 (diff-mode): Use it.
11916
11917 * vc/diff.el (diff-sentinel):
11918 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11919 Whitespace mode variables based on diff style (Bug#8612).
11920
11921 2012-04-25 Leo Liu <sdl.web@gmail.com>
11922
11923 * progmodes/python.el (python-send-region): Add suffix .py to the
11924 temp file.
11925
11926 * files.el (auto-mode-alist): Use javascript-mode instead.
11927
11928 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11929
11930 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11931
11932 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11933 (soap-resolve-references-for-array-type): Hack to prevent self
11934 references, see Bug#9.
11935 (soap-parse-envelope): Report the contents of the 'detail' node
11936 when receiving a fault reply.
11937 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11938
11939 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11940 (soap-inspect-simple-type): New function.
11941
11942 * net/soap-client.el (soap-simple-type): New struct.
11943 (soap-default-xsd-types, soap-default-soapenc-types)
11944 (soap-decode-basic-type, soap-encode-basic-type):
11945 support unsignedInt and double basic types.
11946 (soap-resolve-references-for-simple-type)
11947 (soap-parse-simple-type, soap-encode-simple-type): New function.
11948 (soap-parse-schema): Parse xsd:simpleType declarations.
11949
11950 * net/soap-client.el (soap-default-xsd-types)
11951 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11952 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11953 the local name of "soapenc:Array".
11954 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11955 decoding integer, byte and anyURI xsd types.
11956
11957 2012-04-25 Chong Yidong <cyd@gnu.org>
11958
11959 * cus-edit.el (custom-buffer-create-internal): Update header text.
11960
11961 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11962
11963 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11964 settings on 'system-type', not on 'window-system'. On MS-Windows,
11965 set interactive-mode on in GDB.
11966
11967 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11970 (ruby-syntax-propertize-regexp): Remove.
11971 (ruby-syntax-propertize-function): Split regexp into chunks.
11972 Match following code directly.
11973
11974 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11975
11976 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11977 (ruby-syntax-propertize-regexp): New function.
11978 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11979 by a special keyword.
11980
11981 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11982 (ruby-syntax-general-delimiters-goto-beg)
11983 (ruby-syntax-propertize-general-delimiters): New functions.
11984 (ruby-syntax-propertize-function): Use them to handle GDL.
11985 (ruby-font-lock-keywords): Move old handling of GDL...
11986 (ruby-font-lock-syntactic-keywords): .. to here.
11987 (ruby-calculate-indent): Adjust indentation for GDL.
11988
11989 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11990
11991 * notifications.el (top): Remove unneeded declarations.
11992 (notifications-specification-version): Change to "1.2".
11993 (notifications-interface, notifications-notify-method)
11994 (notifications-close-notification-method): Fix docstring.
11995 (notifications-get-capabilities-method): New defconst.
11996 (notifications-notify): Add :action-items, :resident and
11997 :transient hints. Change "image_data" to "image-data" and
11998 "image_path" to "image-path".
11999 (notifications-get-capabilities): New defun.
12000
12001 2012-04-24 Leo Liu <sdl.web@gmail.com>
12002
12003 * progmodes/python.el: Move hideshow setup to the end.
12004
12005 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12006
12007 * window.el (handle-select-window): Clear echo area since this is
12008 no more done by read_char (Bug#11304).
12009
12010 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12011
12012 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12013 and `/ M' to filter-derived-mode.
12014 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12015 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12016 (ibuffer-mark-by-mode): Use default rather than initial-input.
12017 (ibuffer-filter-by-derived-mode): Autoload and require-match.
12018
12019 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
12020
12021 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12022 (ibuffer-filter-by-derived-mode): New filter.
12023 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12024
12025 2012-04-23 Andreas Politz <politza@fh-trier.de>
12026
12027 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12028
12029 2012-04-23 Chong Yidong <cyd@gnu.org>
12030
12031 * cus-edit.el (customize-apropos, customize-apropos-options):
12032 Disable matching of non-option variables (Bug#11176).
12033 (customize-option, customize-option-other-window)
12034 (customize-changed-options): Doc fix.
12035 (customize-apropos-options, customize-apropos-faces)
12036 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12037
12038 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12039 Fix word list splitting (Bug#11132).
12040 (apropos-symbol, apropos-keybinding, apropos-label)
12041 (apropos-property, apropos-function-button)
12042 (apropos-variable-button, apropos-misc-button): New faces.
12043 (apropos-symbol-face, apropos-keybinding-face)
12044 (apropos-label-face, apropos-property-face, apropos-match-face):
12045 Variables removed (Bug#8396).
12046 (apropos-library-button, apropos-format-plist, apropos-print)
12047 (apropos-print-doc, apropos-describe-plist): Callers changed.
12048
12049 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
12050
12051 * net/xesam.el (xesam-mode-map): Use let-bound map in
12052 initialization. (Bug#11292)
12053
12054 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12055
12056 Preserve ispell session localwords when switching back to
12057 original buffer.
12058
12059 * textmodes/ispell.el (ispell-buffer-session-localwords):
12060 New buffer-local variable to hold buffer session localwords.
12061 (ispell-kill-ispell): Add option 'clear to delete session
12062 localwords.
12063 (ispell-command-loop, ispell-change-dictionary)
12064 (ispell-buffer-local-words): Preserve session localwords when
12065 needed.
12066
12067 * textmodes/flyspell.el (flyspell-process-localwords)
12068 (flyspell-do-correct): Preserve session localwords when needed.
12069
12070 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12071
12072 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12073 using obsolete `translation-table-for-input'.
12074 (ispell-word, ispell-process-line, ispell-complete-word):
12075 Use plain `insert' instead of removed `ispell-insert-word'.
12076
12077 2012-04-22 Chong Yidong <cyd@gnu.org>
12078
12079 * cus-edit.el (custom-variable-menu)
12080 (custom-variable-reset-saved, custom-face-menu)
12081 (custom-face-reset-saved): If there is no saved value, make the
12082 "reset-saved" operation bring back the default (Bug#9509).
12083 (custom-face-state): Properly detect themed faces.
12084
12085 * faces.el (face-spec-set): Stop supporting deprecated form of
12086 third arg.
12087
12088 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12089
12090 Move functions from C to Lisp. Make non-blocking method calls
12091 the default. Implement further D-Bus standard interfaces.
12092
12093 * net/dbus.el (dbus-message-internal): Declare function.
12094 Remove unneeded function declarations.
12095 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12096 (dbus-message-type-method-return, dbus-message-type-error)
12097 (dbus-message-type-signal): Declare variables. Remove local
12098 definitions.
12099 (dbus-interface-dbus, dbus-interface-peer)
12100 (dbus-interface-introspectable, dbus-interface-properties)
12101 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12102 Adapt docstring.
12103 (dbus-interface-objectmanager): New defconst.
12104 (dbus-call-method, dbus-call-method-asynchronously)
12105 (dbus-send-signal, dbus-method-return-internal)
12106 (dbus-method-error-internal, dbus-register-service)
12107 (dbus-register-signal, dbus-register-method): New defuns, moved
12108 from dbusbind.c
12109 (dbus-call-method-handler, dbus-setenv)
12110 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12111 New defuns.
12112 (dbus-call-method-non-blocking): Make it an obsolete function.
12113 (dbus-unregister-object, dbus-unregister-service)
12114 (dbus-handle-event, dbus-register-property)
12115 (dbus-property-handler): Obey the new structure of
12116 `bus-registered-objects'.
12117 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
12118 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12119 Use `dbus-call-method'.
12120
12121 2012-04-22 Chong Yidong <cyd@gnu.org>
12122
12123 * cus-edit.el (custom-commands, custom-reset-menu)
12124 (Custom-reset-standard): Tweak labels.
12125 (custom-reset-button-menu): Change default to t.
12126 (custom-buffer-create-internal): For the custom-reset-button-menu
12127 case, put the revert button first.
12128 (custom-group-subtitle): New face.
12129 (custom-group-value-create): Align docstring to a specific column.
12130
12131 * wid-edit.el (widget-documentation-link-add): Don't handle
12132 indentation in this function.
12133 (widget-documentation-string-indent-to): New function.
12134 (widget-documentation-string-value-create): Use it.
12135
12136 * autorevert.el (auto-revert):
12137 * epg-config.el (epg):
12138 * ibuffer.el (ibuffer):
12139 * mpc.el (mpc):
12140 * ses.el (ses):
12141 * eshell/eshell.el (eshell):
12142 * net/ange-ftp.el (ange-ftp):
12143 * progmodes/ebnf2ps.el (postscript):
12144 * progmodes/flymake.el (flymake):
12145 * progmodes/prolog.el (prolog):
12146 * progmodes/verilog-mode.el (verilog-mode):
12147 * progmodes/which-func.el (which-func):
12148 * term/xterm.el (xterm):
12149 * textmodes/picture.el (picture):
12150 * textmodes/tildify.el (tildify):
12151 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12152 customization buffers.
12153
12154 2012-04-22 Alan Mackenzie <acm@muc.de>
12155
12156 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12157 Adding a ) can hide the resulting (..) from searches. Fix it.
12158 Bound the backward search to the position of the existing (.
12159
12160 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
12161
12162 * progmodes/verilog-mode.el (verilog-mode): Check whether
12163 which-func-modes is t before adding verilog-mode.
12164 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12165
12166 2012-04-21 Leo Liu <sdl.web@gmail.com>
12167
12168 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12169
12170 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
12171
12172 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12173 filling of the last column of a table (Bug#5635).
12174 (woman-find-next-control-line): New arg, specifying an additional
12175 regexp component for the control line.
12176 (woman2-roff-buffer): Use it.
12177 (woman-break-table): New function.
12178 (woman2-TS): Use it.
12179
12180 2012-04-21 Chong Yidong <cyd@gnu.org>
12181
12182 * woman.el (woman-set-buffer-display-table, woman-decode-region)
12183 (woman-horizontal-escapes, woman-negative-vertical-space)
12184 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12185 (WoMan-warn-ignored): Use ?\s instead of ?\ .
12186
12187 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * minibuffer.el (completion-file-name-table): Complete user names.
12190
12191 2012-04-20 Leo Liu <sdl.web@gmail.com>
12192
12193 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12194 and pcase-let*.
12195
12196 2012-04-20 Chong Yidong <cyd@gnu.org>
12197
12198 * server.el (server-execute): Respect initial-buffer-choice if it
12199 is a string and there are no files to open (Bug#2825).
12200 (server-create-window-system-frame, server-create-tty-frame):
12201 Don't switch buffers here.
12202 (server-process-filter): Only try to open a window system frame if
12203 compiled with graphical support (Bug#8314).
12204
12205 2012-04-20 Dan Nicolaescu <dann@gnu.org>
12206
12207 * battery.el (battery-echo-area-format): Display remaining time
12208 for sysfs backend too (Bug#11269).
12209 (battery-linux-sysfs): Fix conditional for the charge.
12210
12211 2012-04-20 Chong Yidong <cyd@gnu.org>
12212
12213 * progmodes/gdb-mi.el (gdb): Revert previous change.
12214 (gdb-inferior-io--init-proc): New function.
12215 (gdb-init-1): Use it.
12216 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12217 responsible for allocating a new pty and hooking it to gdb when
12218 the old pty gets an EIO due to process exit.
12219 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
12220 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12221 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12222
12223 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12224
12225 * window.el (window-min-size, window-sizable, window-min-delta)
12226 (window-max-delta, window--resizable, window-resizable)
12227 (window-total-size, window-full-height-p, window-full-width-p)
12228 (window-in-direction, window--resize-mini-window, window-resize)
12229 (window--resize-child-windows-normal)
12230 (window--resize-child-windows, window--resize-siblings)
12231 (window--resize-this-window, adjust-window-trailing-edge)
12232 (enlarge-window, shrink-window): Doc fixes.
12233
12234 2012-04-20 Chong Yidong <cyd@gnu.org>
12235
12236 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12237 New function to call delete-process on the gdb-inferior buffer's pty.
12238 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12239 pty process (Bug#11273).
12240 (gdb-update): New arg to suppress talking to the gdb process.
12241 (gdb-done-or-error): Use it.
12242 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12243 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12244 sentinel not being called.
12245
12246 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12247
12248 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12249
12250 2012-04-20 Glenn Morris <rgm@gnu.org>
12251
12252 * net/network-stream.el (open-network-stream): Doc fix.
12253
12254 2012-04-20 Chong Yidong <cyd@gnu.org>
12255
12256 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12257
12258 2012-04-20 Alan Mackenzie <acm@muc.de>
12259
12260 Ensure searching for keywords is case sensitive.
12261
12262 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12263 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12264 (c-defun-name, c-mark-function, c-cpp-define-name)
12265 (c-comment-indent, c-scan-conditionals, c-indent-defun)
12266 (c-context-line-break): Bind case-fold-search to nil.
12267
12268 * progmodes/cc-mode.el (c-font-lock-fontify-region):
12269 Bind case-fold-search to nil.
12270
12271 2012-04-20 Chong Yidong <cyd@gnu.org>
12272
12273 * mail/sendmail.el (mail-bury): Call return action with the right
12274 Rmail buffer (Bug#11242).
12275
12276 * server.el (server-process-filter): Handle corner case where both
12277 tty and nowait options are present (Bug#11102).
12278
12279 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12280
12281 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12282 (top level): Put into the executable the ident-style '$Id:' tag on
12283 windows-nt as well.
12284
12285 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * electric.el (electric-indent-post-self-insert-function): Check that
12288 electric-indent-mode is enabled in current buffer.
12289
12290 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12291
12292 * imenu.el (imenu-progress-message): Restore; it is "used" in
12293 erc/erc-imenu.el and net/snmp-mode.el.
12294
12295 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12296
12297 * avoid.el (mouse-avoidance-mode): Mark unused arg.
12298 (mouse-avoidance-nudge-mouse): Remove unused binding.
12299
12300 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12301
12302 * descr-text.el (describe-char):
12303 * progmodes/python.el (python-describe-symbol):
12304 Don't call `toggle-read-only', set `buffer-read-only'.
12305
12306 * imenu.el (imenu-default-goto-function): Mark unused args.
12307 (imenu-progress-message): Remove obsolete macro; all callers changed.
12308
12309 * subr.el (keymap-canonicalize): Remove unused binding.
12310 (read-passwd): Mark unused arg.
12311
12312 * tutorial.el (tutorial--display-changes): Remove unused binding.
12313 (tutorial--save-tutorial-to): Remove unused variable.
12314
12315 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12316 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12317 (package-generate-autoloads, package-menu--generate)
12318 (package-menu--find-upgrades): Remove unused bindings.
12319
12320 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12321 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
12322 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12323 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12324 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12325 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12326 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12327 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12328 (cua-delete-char-rectangle): Mark unused args.
12329 (cua-align-rectangle): Remove unused binding.
12330
12331 * mail/rmail.el (compilation--message->loc)
12332 (epa--find-coding-system-for-mime-charset): Declare.
12333
12334 * net/dbus.el (dbus-register-service): Declare.
12335 (dbus-name-owner-changed-handler): Remove unused binding.
12336
12337 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12338 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12339 (nxml-scan-backward-within): Mark unused arg.
12340 (nxml-dynamic-markup-word): Remove unused binding.
12341
12342 * mouse.el (mouse-menu-major-mode-map):
12343 * emacs-lisp/authors.el (authors-scan-change-log)
12344 (authors-add-to-author-list):
12345 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12346 * emacs-lisp/smie.el (smie-auto-fill):
12347 * mail/sendmail.el (mail-bury):
12348 * mail/unrmail.el (unrmail):
12349 * net/tls.el (open-tls-stream):
12350 * textmodes/picture.el (picture-mouse-set-point):
12351 Remove unused bindings.
12352
12353 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
12354
12355 * net/tramp.el (tramp-action-password): Let-bind
12356 `enable-recursive-minibuffers' to t.
12357
12358 2012-04-18 Sam Steingold <sds@gnu.org>
12359
12360 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12361 instead of 'string to accommodate values like [f11].
12362 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12363 * progmodes/gdb-mi.el: Likewise.
12364
12365 2012-04-18 Leo Liu <sdl.web@gmail.com>
12366
12367 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12368 current buffer.
12369 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12370 LOCAL is nil.
12371
12372 2012-04-18 Chong Yidong <cyd@gnu.org>
12373
12374 * simple.el (line-move): Use forward-line if in batch mode
12375 (Bug#11053).
12376
12377 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12378
12379 * files.el (after-find-file): Do not try to add a final newline if
12380 the buffer is read-only (Bug#11156).
12381
12382 2012-04-17 Richard Stallman <rms@gnu.org>
12383
12384 * mail/rmail.el (rmail-start-mail):
12385 Pass (rmail-mail-return...) for the return-action.
12386 Pass (rmail-yank-current-message...) for the yank-action.
12387 (rmail-yank-current-message): New function.
12388 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12389 (rmail-reply): Likewise.
12390 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12391
12392 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12393 buffer, not the last. Reject temp buffers. Use the rmail-mode
12394 buffer, not newbuf.
12395
12396 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12397
12398 * server.el (server-ensure-safe-dir): Simplify.
12399
12400 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * emacs-lisp/smie.el: Provide smarter auto-filling.
12403 (smie-auto-fill): New function.
12404 (smie-setup): Use it.
12405
12406 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12407
12408 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12409
12410 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12411 (comment-indent): Use it.
12412
12413 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12414
12415 * ses.el: The overall change is to add cell renaming, that is
12416 setting fancy names for cell symbols other than name matching
12417 "\\`[A-Z]+[0-9]+\\'" regexp .
12418 (ses-localvars): Add ses--renamed-cell-symb-list.
12419 (ses-create-cell-variable): New defun.
12420 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12421 (ses-relocate-formula): Relocate formulas only for cells the
12422 symbols of which are not renamed, i.e. symbols whose names do not
12423 match regexp "\\`[A-Z]+[0-9]+\\'".
12424 (ses-relocate-all): Relocate values only for cells the symbols of
12425 which are not renamed.
12426 (ses-load): Create cells variables as the (ses-cell ...) are read,
12427 in order to check row col consistency with cell symbol name only
12428 for cells that are not renamed.
12429 (ses-replace-name-in-formula): New defun.
12430 (ses-rename-cell): New defun.
12431
12432 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12433
12434 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12435 New option (bug#11118).
12436 (perl-calculate-indent): Respect it.
12437
12438 2012-04-17 Glenn Morris <rgm@gnu.org>
12439
12440 * dired-aux.el (dired-mark-read-string): Doc fix.
12441
12442 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12443
12444 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12445 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12446
12447 2012-04-17 Glenn Morris <rgm@gnu.org>
12448
12449 * mouse.el (mouse-drag-track):
12450 * speedbar.el (speedbar-frame-mode):
12451 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12452
12453 2012-04-16 Leo Liu <sdl.web@gmail.com>
12454
12455 * progmodes/python.el: Trivial cleanup.
12456
12457 2012-04-16 Glenn Morris <rgm@gnu.org>
12458
12459 * vc/vc.el (vc-string-prefix-p):
12460 * vc/pcvs-util.el (cvs-string-prefix-p):
12461 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12462 * mpc.el (mpc-string-prefix-p):
12463 Make all of these into obsolete aliases for string-prefix-p.
12464 Update callers.
12465 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12466
12467 * textmodes/two-column.el: Move custom options to the start.
12468 (frame-width): Remove compat definition.
12469 (2C-associate-buffer, 2C-dissociate):
12470 Use with-current-buffer rather than save-excursion.
12471 (2C-dissociate): Force a mode-line update.
12472 (2C-autoscroll): Use ignore-errors.
12473
12474 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12475 Autoload trivia.
12476
12477 * emacs-lisp/cl-extra.el (*random-state*):
12478 Remove unnecessary declaration.
12479
12480 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12481
12482 * play/cookie1.el (cookie-snarf):
12483 Give an explicit error if input file cannot be read.
12484
12485 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12486
12487 * progmodes/perl-mode.el (c-macro-expand):
12488 Remove unnecessary autoload (it is in loaddefs.el).
12489
12490 * textmodes/picture.el (picture-desired-column)
12491 (picture-update-desired-column): Convert comments to doc-strings.
12492 (picture-substitute): Remove function.
12493 (picture-mode-map): Initialize in the defvar.
12494
12495 * woman.el: Remove eval-after-load for tar-mode.
12496 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12497 (woman-tar-extract-file): Autoload it.
12498
12499 * frame.el (automatic-hscrolling): Make this alias obsolete.
12500
12501 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12502
12503 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12504 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12505 (ispell-dictionary-base-alist): Revert to original XEmacs
12506 friendly version for default. [:alpha:] will be added in
12507 `ispell-set-spellchecker-params' if needed.
12508
12509 2012-04-16 Chong Yidong <cyd@gnu.org>
12510
12511 * image.el (imagemagick--file-regexp): New variable.
12512 (imagemagick-register-types): Use it.
12513 (imagemagick-types-inhibit): Add :set function. Allow new value
12514 of t to inhibit all types.
12515
12516 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12517 so we can preload it.
12518
12519 * loadup.el (fboundp): Preload regexp-opt, needed by
12520 imagemagick-register-types.
12521
12522 2012-04-15 Chong Yidong <cyd@gnu.org>
12523
12524 * frame.el (scrolling): Remove nearly unused customization group.
12525
12526 * scroll-all.el (scroll-all-mode): Move to windows group.
12527
12528 2012-04-15 Chong Yidong <cyd@gnu.org>
12529
12530 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12531
12532 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12535 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12536
12537 2012-04-15 Glenn Morris <rgm@gnu.org>
12538
12539 * simple.el (process-file-side-effects): Doc fix.
12540
12541 2012-04-15 Glenn Morris <rgm@gnu.org>
12542
12543 * international/mule-cmds.el (set-language-environment): Doc fix.
12544
12545 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12546
12547 * server.el (server-auth-key, server-generate-key): Doc fixes.
12548 (server-get-auth-key): Doc fix. Use `string-match-p'.
12549 (server-start): Reflow docstring.
12550
12551 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12552
12553 * server.el (server-generate-key): `called-interactively-p'
12554 requires a parameter.
12555
12556 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12557
12558 * server.el (server-auth-key): New variable.
12559 (server-generate-key, server-get-auth-key): New function.
12560 (server-start): Use the new variable and functions to allow
12561 setting a permanent server key (bug#9423).
12562
12563 2012-04-14 Leo Liu <sdl.web@gmail.com>
12564
12565 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12566
12567 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12568
12569 Spelling fixes.
12570 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12571 Emacs uses American spelling.
12572
12573 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12574
12575 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12576 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12577 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12578 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12579
12580 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * progmodes/which-func.el (which-func-modes): Change default.
12583
12584 2012-04-14 Kim F. Storm <storm@cua.dk>
12585
12586 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12587 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12588
12589 2012-04-14 Chong Yidong <cyd@gnu.org>
12590
12591 * custom.el (custom-theme-set-variables): Doc fix.
12592
12593 2012-04-14 Glenn Morris <rgm@gnu.org>
12594
12595 * international/mule.el (set-auto-coding-for-load): Doc fix.
12596
12597 2012-04-14 Alan Mackenzie <acm@muc.de>
12598
12599 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12600 imenu work again for Objective C Mode. Correct the *-index values,
12601 these having been disturbed by a previous change in 2011-08.
12602
12603 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12604 Correct two search limits.
12605
12606 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12609
12610 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12611
12612 * international/characters.el: Fix sorting.
12613
12614 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12615
12616 * international/characters.el: Add more missing Latin case pairs.
12617
12618 2012-04-14 Glenn Morris <rgm@gnu.org>
12619
12620 * files.el (dir-locals-set-class-variables): Doc fix.
12621
12622 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12623
12624 * international/characters.el: Add set-case-syntax-pair call for
12625 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12626 counterpart. (Bug#11209)
12627
12628 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12629
12630 2012-04-14 Glenn Morris <rgm@gnu.org>
12631
12632 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12633
12634 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12635
12636 * textmodes/ispell.el (ispell-dictionary-base-alist):
12637 Add data for Hebrew.
12638
12639 2012-04-14 Chong Yidong <cyd@gnu.org>
12640
12641 * net/rcirc.el (rcirc-cmd-quit):
12642 Revert 2012-03-18 change (Bug#11192).
12643
12644 2012-04-14 Glenn Morris <rgm@gnu.org>
12645
12646 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12647
12648 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12649
12650 * minibuffer.el (completion-in-region-mode-map):
12651 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12652
12653 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12654
12655 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12656
12657 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12658
12659 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12660 to allow `C-M-f' and `C-M-b' to move to the nearest path
12661 separator (bug#9511).
12662
12663 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12664
12665 * avoid.el: Require cl when compiling. And also move the
12666 `provide' to the end.
12667
12668 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12669
12670 * avoid.el (mouse-avoidance-banish-position): New variable.
12671 (mouse-avoidance-banish-destination): Use it (bug#10165).
12672
12673 2012-04-13 Leo Liu <sdl.web@gmail.com>
12674
12675 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12676
12677 2012-04-13 Ken Brown <kbrown@cornell.edu>
12678
12679 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12680 this is no longer needed now that cygstart understands file:// URLs.
12681 (browse-url-filename-alist): For the same reason, don't modify
12682 file:// URLs on Cygwin.
12683
12684 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12685
12686 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12687 the region on shift if the binding is already shifted (bug#11221).
12688
12689 2012-04-12 Glenn Morris <rgm@gnu.org>
12690
12691 * mail/mailpost.el: Move to obsolete/.
12692
12693 2012-04-12 Drew Adams <drew.adams@oracle.com>
12694
12695 * imenu.el (imenu--generic-function): Ignore invisible definitions
12696 (bug#10123).
12697
12698 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12699
12700 * hexl.el (hexl-bits): New variable.
12701 (hexl-options): Mention the variable in the doc string.
12702 (hexl-rulerise, hexl-line-displen): New functions.
12703 (hexl-mode): Mention the new variable.
12704 (hexl-mode, hexl-current-address, hexl-current-address):
12705 Use the displen.
12706 (hexl-ascii-start-column): New function.
12707 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12708 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12709
12710 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12711
12712 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12713 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12714 the encoding, as expected by hunspell.
12715
12716 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12717
12718 * battery.el (battery--linux-sysfs-regexp): New const.
12719 (battery-status-function): Use it. Remove yeeloong special case.
12720 (battery-yeeloong-sysfs): Remove.
12721 (battery-echo-area-format): Remove yeeloong special case.
12722
12723 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12726 Reported by Noah Friedman.
12727
12728 * subr.el (read-passwd): Use read-string.
12729
12730 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12731
12732 * vcursor.el (vcursor-move): Increase the priority of the overlay
12733 (bug#9663).
12734
12735 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12736
12737 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12738 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12739
12740 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12741
12742 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12743 define-minor-mode (bug#10760).
12744
12745 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12746
12747 * progmodes/grep.el (rgrep): Tweak the find command line so
12748 that directories matching `grep-find-ignored-files' won't be
12749 pruned (bug#10351).
12750
12751 2012-04-11 Chong Yidong <cyd@gnu.org>
12752
12753 * startup.el (command-line): Remove support for long-obsolete
12754 variable font-lock-face-attributes.
12755
12756 2012-04-11 Glenn Morris <rgm@gnu.org>
12757
12758 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12759
12760 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * window.el (window--state-get-1): Obey window-point-insertion-type.
12763
12764 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12765
12766 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12767 to previous function when point is on the first character of a
12768 function. Take care of that in `narrow-to-defun' (bug#6157).
12769
12770 2012-04-11 Glenn Morris <rgm@gnu.org>
12771
12772 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12773 not just file-errors.
12774
12775 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12776 (vc-bzr-sha1): Use internal sha1.
12777
12778 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12781
12782 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12783
12784 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12785 that start in the middle of the line (bug#10496).
12786
12787 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12788
12789 * battery.el (battery-linux-proc-acpi): Only one battery is
12790 discharged at a time, but that seems to confuse battery.el when
12791 computing `rate-type' for the battery not being discharged
12792 (bug#10332).
12793
12794 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12797
12798 * international/quail.el: Use dolist and simplify.
12799 (quail-define-package, quail-update-keyboard-layout)
12800 (quail-define-rules): Use dolist.
12801 (quail-insert-kbd-layout, quail-get-translation): CSE.
12802
12803 * tmm.el: Use dolist, remove left over hook.
12804 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12805 Use dolist.
12806 (calendar-load-hook): Don't mess with it.
12807
12808 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12809 Use derived-mode-p. Run the diff asynchronously.
12810
12811 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12812
12813 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12814
12815 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12816
12817 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12818 (list-dynamic-libraries--loaded): New function.
12819 (list-dynamic-libraries--refresh): Use it.
12820
12821 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12822
12823 * progmodes/python.el (python-fill-paragraph):
12824 Make python-fill-region in a multiline string work when font-lock is
12825 disabled (bug#7018).
12826
12827 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12828
12829 * language/european.el (cp775): Add oem/legacy (en)coding on
12830 DOS/MS Windows for the Baltic languages. There are still plenty
12831 of texts written in this encoding/codepage (bug#6519).
12832
12833 2012-04-10 Glenn Morris <rgm@gnu.org>
12834
12835 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12836 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12837
12838 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12839
12840 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12841 next-line "n" and previous-line "p" in order to make recentf more
12842 consistent with ibuffer, dired or org-mode (bug#9387).
12843
12844 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12845
12846 * image.el (put-image): Return the overlay created instead of the
12847 optional input string (bug#7834). Note that this may break code
12848 that is (for some reason or other) depending on `put-image'
12849 returning the string.
12850
12851 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12852
12853 * simple.el (zap-to-char): Allow zapping using input methods
12854 (bug#1580).
12855
12856 * textmodes/fill.el (fill-region): Leave point and mark where they
12857 were before filling (bug#5399).
12858
12859 2012-04-09 Glenn Morris <rgm@gnu.org>
12860
12861 * version.el (emacs-bzr-get-version):
12862 Handle lightweight checkouts of local branches.
12863
12864 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12865
12866 * international/characters.el: Recover lost case pairs. (Bug#11209)
12867
12868 2012-04-09 Chong Yidong <cyd@gnu.org>
12869
12870 * custom.el (custom-variable-p): Return nil for non-symbol
12871 arguments instead of signaling an error.
12872 (user-variable-p): Obsolete alias for custom-variable-p.
12873
12874 * apropos.el (apropos-variable):
12875 * files-x.el (read-file-local-variable):
12876 * simple.el (set-variable):
12877 * woman.el (woman-mini-help):
12878 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12879
12880 2012-04-09 Glenn Morris <rgm@gnu.org>
12881
12882 * startup.el (normal-top-level): Don't look for leim-list.el
12883 in places where it will not be found. (Bug#910)
12884
12885 * international/mule-cmds.el (set-default-coding-systems):
12886 * files.el (normal-mode):
12887 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12888 This function was removed with ucs-tables.el in 2008.
12889
12890 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12891
12892 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12893 ispell-encoding8-command to "-i", without a trailing space.
12894 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12895 separate command-line arguments, to specify the encoding, since
12896 that's how hunspell expects it.
12897
12898 2012-04-08 Glenn Morris <rgm@gnu.org>
12899
12900 * loadup.el: Load bindings before cus-start.
12901 This reduces somewhat the number of "rogue" settings in emacs -Q.
12902
12903 2012-04-07 Glenn Morris <rgm@gnu.org>
12904
12905 * version.el (emacs-bzr-get-version): New function.
12906 (emacs-bzr-version): New variable.
12907 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12908 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12909
12910 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12911
12912 * international/uni-bidi.el, international/uni-category.el:
12913 * international/uni-combining.el, international/uni-decimal.el:
12914 * international/uni-decomposition.el, international/uni-digit.el:
12915 * international/uni-lowercase.el, international/uni-mirrored.el:
12916 * international/uni-name.el, international/uni-numeric.el:
12917 * international/uni-titlecase.el, international/uni-uppercase.el:
12918 Update for Unicode 6.1.
12919
12920 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12921
12922 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12923
12924 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12925
12926 * window.el (shrink-window): Mention the `window-min-height'
12927 variable in the doc string.
12928
12929 2012-04-05 Bastien Guerry <bzg@altern.org>
12930
12931 * color.el (color-lighten-name): Fix typo.
12932
12933 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * server.el (server--on-display-p): New function.
12936 (server--on-display-p): Use it.
12937
12938 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12939
12940 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12941 (bug#11145).
12942
12943 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * comint.el (comint--common-quoted-suffix): Check string boundary
12946 before comparing (bug#11158).
12947 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12948
12949 2012-04-04 Chong Yidong <cyd@gnu.org>
12950
12951 * minibuffer.el (completion-extra-properties): Doc fix.
12952
12953 * subr.el (delayed-warnings-hook): Doc fix.
12954
12955 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12956
12957 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12958 selection (Bug#11159).
12959 (epa-insert-keys): Inform that the default public key will be
12960 exported if no key is selected.
12961
12962 2012-04-04 Richard Stallman <rms@gnu.org>
12963
12964 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12965
12966 2012-04-03 Chong Yidong <cyd@gnu.org>
12967
12968 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12969 mail-insert-file, not its obsolete alias mail-attach-file.
12970
12971 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12972
12973 * notifications.el (notifications-notify): Fix docstring.
12974
12975 2012-04-02 Glenn Morris <rgm@gnu.org>
12976
12977 * emacs-lisp/authors.el (authors-aliases): Another addition.
12978
12979 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12980
12981 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12982 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12983 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12984
12985 2012-04-01 Chong Yidong <cyd@gnu.org>
12986
12987 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12988 Handle root directory properly.
12989 (copy-directory): Caller changed.
12990
12991 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12992 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12993
12994 2012-03-31 Glenn Morris <rgm@gnu.org>
12995
12996 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12997
12998 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12999
13000 * calendar/calendar.el (calendar-window-list)
13001 (calendar-hide-window): Restore. (Bug#11140)
13002 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13003
13004 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13005
13006 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13007
13008 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13009 Check if file is a symlink (Bug#10489).
13010
13011 * files.el (copy-directory): Likewise.
13012
13013 2012-03-30 Chong Yidong <cyd@gnu.org>
13014
13015 * image.el (imagemagick-types-inhibit)
13016 (imagemagick-register-types): Doc fix.
13017
13018 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13019
13020 * textmodes/ispell.el (ispell-get-extended-character-mode):
13021 Disable extended-char-mode for hunspell. hunspell does not support it
13022 and treats ~word as ordinary words in pipe mode.
13023
13024 2012-03-30 Glenn Morris <rgm@gnu.org>
13025
13026 * tutorial.el (help-with-tutorial): Ensure local variables don't
13027 happen to make the buffer read-only. (Bug#11127)
13028
13029 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13032 (perl-calculate-indent): Return `noindent' in strings.
13033
13034 2012-03-28 Sam Steingold <sds@gnu.org>
13035
13036 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13037 instead of the broken adhockery which does not prevent calendar
13038 buffers from being displayed at random after exit.
13039 (calendar-window-list, calendar-hide-window): Remove the broken
13040 adhockery.
13041
13042 2012-03-28 Glenn Morris <rgm@gnu.org>
13043
13044 * replace.el (query-replace-map): Doc fix.
13045
13046 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
13047
13048 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13049 contents. (Bug#11109)
13050
13051 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13054 (bug#11077).
13055 (avl-tree--check, avl-tree--check-node): New funs.
13056
13057 2012-03-27 Martin Rudalics <rudalics@gmx.at>
13058
13059 * window.el (switch-to-visible-buffer): New option.
13060 (switch-to-prev-buffer, switch-to-next-buffer):
13061 Observe switch-to-visible-buffer. Make sure that checking for a window
13062 showing a buffer already is done on the same frame.
13063
13064 2012-03-27 Glenn Morris <rgm@gnu.org>
13065
13066 * startup.el (mail-host-address): Doc fix.
13067
13068 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13071 than 197 variables.
13072
13073 2012-03-26 Ami Fischman <ami@fischman.org>
13074
13075 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13076
13077 2012-03-26 Glenn Morris <rgm@gnu.org>
13078
13079 * files.el (save-buffers-kill-emacs): Doc fix.
13080
13081 * startup.el (normal-top-level, command-line, command-line-1):
13082 Give them doc strings.
13083
13084 2012-03-25 Eli Zaretskii <eliz@gnu.org>
13085
13086 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13087 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13088
13089 2012-03-25 Chong Yidong <cyd@gnu.org>
13090
13091 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13092 theme if it was previously enabled before (Bug#11031).
13093
13094 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13095 spec with custom-face-get-current-spec if its :shown-value is not
13096 determined yet (Bug#9337).
13097 (customize-create-theme, custom-theme-revert): Doc fixes.
13098
13099 * button.el (button-at): Minor addition to docstring.
13100
13101 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
13102
13103 * vc/vc.el (vc-merge): Fix a prompt.
13104
13105 2012-03-24 Chong Yidong <cyd@gnu.org>
13106
13107 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13108 point (Bug#9623).
13109
13110 * button.el (button-at): Minor addition to docstring.
13111
13112 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * newcomment.el (comment-choose-indent): No space after BOL.
13115
13116 2012-03-22 Sam Steingold <sds@gnu.org>
13117
13118 * window.el (switch-to-prev-buffer): Revert last patch because the
13119 bug turned out to be an advertised feature (Elisp manual 28.14).
13120
13121 2012-03-22 Glenn Morris <rgm@gnu.org>
13122
13123 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
13124 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13125
13126 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13127
13128 * net/network-stream.el (network-stream-open-starttls): Make error
13129 message under Windows be less misleading.
13130
13131 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
13132
13133 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13134 understands (bug#9942).
13135
13136 2012-03-22 Chong Yidong <cyd@gnu.org>
13137
13138 * simple.el (end-of-visible-line): Handle return value of
13139 next-single-property-change properly (Bug#9371).
13140
13141 2012-03-22 Kenichi Handa <handa@m17n.org>
13142
13143 * international/quail.el (quail-insert-kbd-layout): Fix previous
13144 change. To avoid unwanted bidi reordering, use
13145 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13146
13147 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
13148
13149 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13150 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13151 (ruby-beginning-of-indent): Be more careful with the difference
13152 between word-boundary and symbol boundary.
13153 (ruby-mode-syntax-table): Make : a symbol constituent.
13154
13155 2012-03-21 Andreas Politz <politza@fh-trier.de>
13156
13157 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13158
13159 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * progmodes/etags.el (tags-completion-at-point-function):
13162 Improve last fix.
13163
13164 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13165
13166 2012-03-21 Sam Steingold <sds@gnu.org>
13167
13168 * progmodes/etags.el (tags-completion-at-point-function):
13169 Avoid the error when point is inside the pattern.
13170
13171 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
13172
13173 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13174 line (Bug#10855).
13175
13176 2012-03-21 Drew Adams <drew.adams@oracle.com>
13177
13178 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13179
13180 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
13181
13182 * ido.el (ido-set-current-directory, ido-read-internal)
13183 (ido-choose-completion-string, ido-completion-help): Handle nil
13184 value of ido-completion-buffer (Bug#11008).
13185
13186 2012-03-21 Sam Steingold <sds@gnu.org>
13187
13188 * window.el (switch-to-prev-buffer): Do not switch to a visible
13189 window previous buffer, just like with the frame previous buffers.
13190
13191 2012-03-21 Chong Yidong <cyd@gnu.org>
13192
13193 * faces.el (make-face, make-empty-face, copy-face):
13194 * face-remap.el (face-remap-add-relative, face-remap-set-base):
13195 Doc fixes.
13196
13197 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * wid-edit.el (widget-complete-field): Remove (bug#11051).
13200 (widget-complete): Remove broken use of it.
13201
13202 2012-03-20 Chong Yidong <cyd@gnu.org>
13203
13204 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13205 Use string-width and truncate-string-width to handle arbitrary
13206 characters.
13207
13208 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
13209
13210 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13211 to draw rectangles, not squares. (Regression introduced by revno
13212 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13213
13214 2012-03-18 Chong Yidong <cyd@gnu.org>
13215
13216 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13217 it is not yet defined (for temacs).
13218
13219 2012-03-18 Leo Liu <sdl.web@gmail.com>
13220
13221 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13222 prefix.
13223
13224 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13225
13226 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13227 (ispell-choices-win-default-height, ispell-silently-savep)
13228 (ispell-dictionary-alist, ispell-encoding8-command)
13229 (ispell-check-version, ispell-aspell-find-dictionary)
13230 (ispell-valid-dictionary-list, ispell-words-keyword)
13231 (ispell-get-word, ispell-internal-change-dictionary)
13232 (ispell-region, ispell-skip-region-list)
13233 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13234 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13235 (ispell-message-text-end, ispell-message)
13236 (ispell-buffer-local-parsing): Doc fix.
13237
13238 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
13239
13240 * htmlfontify.el: Add support for code block fontification for ODT
13241 export (Bug #9914).
13242 (hfy-optimisations): Define new option
13243 `body-text-only'
13244 (hfy-fontify-buffer): Honor above setting.
13245 (hfy-begin-span, hfy-end-span): New routines factored out form
13246 `hfy-fontify-buffer'.
13247 (hfy-begin-span-handler, hfy-end-span-handler): New variables
13248 that permit insertion of custom tags.
13249 (hfy-fontify-buffer): Use above handlers.
13250 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13251 (hfy-face-to-css): Re-defined to be a variable.
13252 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
13253 over multiple runs. This is made possible by having the caller let
13254 bind a special variable `hfy-user-sheet-assoc'.
13255 (htmlfontify-string): New defun.
13256 (hfy-compile-face-map): Make sure that the last char in the
13257 buffer is correctly fontified.
13258 (hfy-face-resolve-face): Whitespace only change.
13259
13260 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13261
13262 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13263 message more clear.
13264
13265 2012-03-16 Leo Liu <sdl.web@gmail.com>
13266
13267 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13268
13269 2012-03-16 Alan Mackenzie <acm@muc.de>
13270
13271 Further optimize the handling of large macros.
13272
13273 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13274 limit to a call of `c-literal-limits'.
13275 (c-determine-+ve-limit): New function.
13276 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13277 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13278 In CASE 5B, restrict a search limit to 500.
13279 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13280
13281 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13282 Restrict macro bounds to +-500 from after-change's BEG END.
13283
13284 2012-03-16 Leo Liu <sdl.web@gmail.com>
13285
13286 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13287
13288 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
13289
13290 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13291 `special-mode' setting of `buffer-read-only'. (Bug#11010)
13292
13293 2012-03-16 Glenn Morris <rgm@gnu.org>
13294
13295 * view.el (view-buffer, view-buffer-other-window)
13296 (view-buffer-other-frame): Doc fixes re special mode-class.
13297
13298 * subr.el (eval-after-load): If named feature is provided not from
13299 a file, run after-load forms. (Bug#10946)
13300
13301 * calendar/calendar.el (calendar-insert-at-column):
13302 Handle non-unit-width characters a bit better. (Bug#10978)
13303
13304 2012-03-15 Chong Yidong <cyd@gnu.org>
13305
13306 * emacs-lisp/ring.el (ring-extend): New function.
13307 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13308
13309 * comint.el (comint-read-input-ring)
13310 (comint-add-to-input-history): Grow comint-input-ring lazily.
13311
13312 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13315 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13316
13317 * imenu.el: Fix multiple inheritance breakage (bug#9199).
13318 (imenu-add-to-menubar): Don't add a redundant index.
13319 (imenu-update-menubar): Handle a dynamically composed keymap.
13320
13321 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13322
13323 * mail/sendmail.el (mail-encode-header):
13324 Bind rfc2047-encode-encoded-words to nil.
13325
13326 2012-03-13 Glenn Morris <rgm@gnu.org>
13327
13328 * calendar/calendar.el (calendar-string-spread):
13329 Handle non-unit-width characters a bit better. (Bug#10978)
13330
13331 2012-03-13 Leo Liu <sdl.web@gmail.com>
13332
13333 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13334 directory and file as argument (Bug#10822).
13335
13336 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13337
13338 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13339 For dynamically generated code, follow $PC.
13340 (gdb-disassembly-handler-custom): Handle no function name case.
13341
13342 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
13343
13344 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13345 * emulation/ws-mode.el (ws-query-replace):
13346 * sort.el (sort-regexp-fields):
13347 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13348
13349 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * dabbrev.el: Fix cycle completion order (bug#10963).
13352 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13353 (dabbrev-completion): Don't use an obarray; provide
13354 a cycle-sort-function.
13355
13356 2012-03-12 Leo Liu <sdl.web@gmail.com>
13357
13358 * simple.el (kill-new): Use equal-including-properties for comparison.
13359 (kill-do-not-save-duplicates): Doc fix.
13360
13361 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * dabbrev.el: Fix cycle completion (bug#10963).
13364 Use lexical binding and wrap to 80 columns.
13365 (dabbrev-completion): Delay computing the list of completions.
13366
13367 2012-03-12 Kenichi Handa <handa@m17n.org>
13368
13369 * international/quail.el (quail-insert-kbd-layout): Surround each
13370 row by LRO and PDF instead of inserting many LRMs. Pad the left
13371 and right of each non-spacing marks. Insert invisible space
13372 between lower and upper characters to prevent composition.
13373
13374 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * minibuffer.el (minibuffer-complete): Don't get confused when the
13377 function is run twice via different commands (bug#10958).
13378 (complete-with-action): Fix docstring.
13379
13380 2012-03-12 Chong Yidong <cyd@gnu.org>
13381
13382 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13383 (nxml-completion-at-point-function): New function.
13384 (nxml-mode): Use it.
13385 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13386
13387 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13388 Load generated autoloads file before byte compiling (Bug#10970).
13389 (package--make-autoloads-and-compile): New helper fun.
13390
13391 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13392
13393 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13394
13395 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13396
13397 * autorevert.el (auto-revert-handler): Ensure, that
13398 file-readable-p is applied only for local files or in
13399 auto-revert-tail-mode.
13400
13401 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13402
13403 * server.el (server-eval-at): Handle non-tcp connections.
13404 Decode result string.
13405
13406 * server.el (server-msg-size): New constant.
13407 (server-reply-print): New function.
13408 (server-eval-and-print): Use it.
13409 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13410 Handle -print-nonl.
13411
13412 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13413
13414 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13415 (Bug#10987).
13416
13417 2012-03-11 Chong Yidong <cyd@gnu.org>
13418
13419 * simple.el (goto-line): Doc fix (Bug#9938).
13420
13421 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13422
13423 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13424 when finished (Bug#10963).
13425
13426 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13427
13428 * window.el (split-window-below): Fix bug in case where
13429 split-window-keep-point is nil (Bug#10971).
13430
13431 2012-03-11 Juri Linkov <juri@jurta.org>
13432
13433 * replace.el (replace-highlight): Set isearch-word to nil
13434 unconditionally. (Bug#10887)
13435
13436 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13437
13438 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13439 mairix-replace-illegal-chars; all callers changed. Don't remove
13440 ^, ~, and = characters: they are meaningful in mairix search specs.
13441 (mairix-widget-create-query): Add usage information about mairix
13442 search forms: negating words, searching for substrings, etc.
13443
13444 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13445
13446 * international/fontset.el (font-encoding-alist): Add an entry for
13447 ksx1001 (Bug#5667).
13448
13449 2012-03-10 Richard Stallman <rms@gnu.org>
13450
13451 * mail/sendmail.el (mail-encode-header):
13452 Set rfc2047-encode-encoded-words.
13453
13454 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13455
13456 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13457 view buffer means not swapped.
13458 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13459 (rmail-write-region-annotate): Error if real text has disappeared.
13460
13461 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13462
13463 2012-03-10 Chong Yidong <cyd@gnu.org>
13464
13465 * emulation/cua-rect.el (cua--init-rectangles):
13466 * emulation/cua-base.el (cua--init-keymaps):
13467 Add delete-forward-char to remappings (Bug#9666).
13468
13469 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13470
13471 * speedbar.el (speedbar-unhighlight-one-tag-line):
13472 Avoid unhighlighting due to frame switching (Bug#10275).
13473
13474 2012-03-10 Chong Yidong <cyd@gnu.org>
13475
13476 * minibuffer.el (completion-in-region, completion-help-at-point):
13477 Give the completion field overlay a high priority (Bug#6830).
13478
13479 * dired.el (dired-goto-file): Recognize absolute file name
13480 listings (Bug#7126).
13481 (dired-goto-file-1): New helper function.
13482 (dired-toggle-read-only): Inhibit warnings.
13483
13484 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13485
13486 * net/dbus.el (dbus-property-handler): Return empty array if
13487 there are no properties.
13488
13489 2012-03-09 Leo Liu <sdl.web@gmail.com>
13490
13491 * savehist.el (savehist-printable): Stricter check for string
13492 value (Bug#10937).
13493
13494 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13495
13496 * mail/smtpmail.el (smtpmail-send-it):
13497 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13498 valid mbox format.
13499
13500 2012-03-09 Glenn Morris <rgm@gnu.org>
13501
13502 * files.el (dir-locals-find-file):
13503 Don't check result is regular, readable.
13504 (dir-locals-read-from-file): Demote errors.
13505
13506 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13507
13508 * international/quail.el (quail-insert-kbd-layout):
13509 Insert invisible LRM characters before each character in a keyboard
13510 layout cell, to prevent their reordering by bidi display engine.
13511 For details, see the discussion in
13512 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13513
13514 2012-03-08 Alan Mackenzie <acm@muc.de>
13515
13516 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13517 the starting position; make it extend the marked region when
13518 invoked repeatedly - all under appropriate circumstances.
13519 Fixes bugs #5525, #10906.
13520
13521 2012-03-08 Glenn Morris <rgm@gnu.org>
13522
13523 * files.el (locate-dominating-file, dir-locals-find-file):
13524 Undo 2012-03-06 change.
13525
13526 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13527
13528 * international/quail.el (quail-help):
13529 Force bidi-paragraph-direction be left-to-right. See discussion in
13530 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13531 for the reason.
13532
13533 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13534
13535 Avoid superfluous registering of signals. (Bug#10807)
13536
13537 * notifications.el (notifications-on-action-object)
13538 (notifications-on-close-object): New defvars.
13539 (notifications-on-action-signal, notifications-on-closed-signal):
13540 Unregister the signal if not needed any longer.
13541 (notifications-notify): Register `notifications-action-signal' or
13542 `notifications-closed-signal', if :on-action or :on-close has been
13543 passed as argument.
13544
13545 2012-03-07 Chong Yidong <cyd@gnu.org>
13546
13547 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13548 non-X platforms.
13549
13550 2012-03-06 Glenn Morris <rgm@gnu.org>
13551
13552 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13553 (x-disown-selection-internal, x-get-selection-internal):
13554 Doc fix (add arglist signatures). (Bug#10783)
13555
13556 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13557
13558 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13559 Handle breakpoints with no "type".
13560
13561 2012-03-06 Glenn Morris <rgm@gnu.org>
13562
13563 * files.el (locate-dominating-file): Add optional predicate argument.
13564 (dir-locals-find-file): Make use of above change.
13565
13566 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13567
13568 * info.el (Info-insert-dir): Also try "dir.gz".
13569
13570 2012-03-06 Glenn Morris <rgm@gnu.org>
13571
13572 * files.el (dir-locals-find-file):
13573 Ignore non-readable or non-regular files. (Bug#10928)
13574
13575 * files.el (locate-dominating-file): Doc fix.
13576
13577 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13578
13579 * calendar/calendar.el (calendar-set-mode-line):
13580 `getenv' returns a string. (Bug#10951)
13581
13582 2012-03-05 Leo Liu <sdl.web@gmail.com>
13583
13584 * simple.el (backward-delete-char-untabify): Constrain point to
13585 field (Bug#10939).
13586
13587 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13588
13589 2012-03-05 Chong Yidong <cyd@gnu.org>
13590
13591 * simple.el (count-words): If called from Lisp, return the word
13592 count, for symmetry with `count-lines'. Arglist changed.
13593 (count-words--message): Args changed. Consolidate counting code
13594 from count-words and count-words-region.
13595 (count-words-region): Caller changed.
13596 (count-lines-region): Make it an obsolete alias.
13597
13598 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13599
13600 * saveplace.el (save-place-to-alist)
13601 (save-place-ignore-files-regexp): Allow value nil to disable this
13602 feature.
13603
13604 2012-03-04 Chong Yidong <cyd@gnu.org>
13605
13606 * faces.el (face-spec-reset-face): For the default face, reset the
13607 attributes to default values (Bug#10748).
13608
13609 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13610
13611 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13612 previous patch: Check `message-send-mail-function', and not the
13613 default function (bug#10897).
13614
13615 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13616
13617 * notifications.el (notifications-on-action-signal)
13618 (notifications-on-closed-signal): Check for unique service name of
13619 incoming event. Fix error in removing entry.
13620 (top): Register for signals with wildcard service name.
13621 (notifications-notify): Use daemon unique service name for map entries.
13622
13623 2012-03-04 Chong Yidong <cyd@gnu.org>
13624
13625 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13626
13627 2012-03-04 Glenn Morris <rgm@gnu.org>
13628
13629 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13630 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13631 (expand-abbrev, define-abbrev-table): Doc fixes.
13632
13633 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13634
13635 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13636 `message-default-send-mail-function' and not `send-mail-function'
13637 when doing the prompting for `sendmail-query-once' before sending
13638 in Message buffers (bug#10897).
13639
13640 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13641 This is inconsistent with all the other stream functions, which leave
13642 the setting up to the higher levels (if so wanted) (bug#10931).
13643
13644 2012-03-02 Alan Mackenzie <acm@muc.de>
13645
13646 Depessimize the handling of very large macros.
13647
13648 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13649 (c-macro-cache-syntactic): New variables to implement a one
13650 element macro cache.
13651 (c-invalidate-macro-cache): New function.
13652 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13653 Adapt to use the new cache.
13654 (c-state-safe-place): Use better the cache of safe positions.
13655 (c-state-semi-nonlit-pos-cache)
13656 (c-state-semi-nonlit-pos-cache-limit):
13657 New variables for...
13658 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13659 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13660 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13661 Use c-state-semi-safe-place.
13662
13663 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13664 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13665
13666 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13667
13668 * jka-compr.el (jka-compr-call-process):
13669 Apply `file-accessible-directory-p' only when the default directory is
13670 not remote.
13671
13672 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13673
13674 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13675 access of FILE2, if FILE1 does not exist.
13676
13677 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13678 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13679
13680 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13681 Add "PAGER=" to `process-environment'.
13682
13683 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13684
13685 * progmodes/sql.el: Bug fix
13686 (sql-get-login-ext): Save login values in globals.
13687 (sql-get-login): Use new version of `sql-get-login-ext'.
13688 (sql-interactive-mode): Set global `sql-connection' to nil.
13689 (sql-connect): Set global values for connection.
13690 (sql-product-interactive): Save global values as buffer local.
13691
13692 2012-02-29 Leo Liu <sdl.web@gmail.com>
13693
13694 * abbrev.el (define-abbrevs): Reset sys to nil.
13695
13696 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13697
13698 * files.el (file-equal-p): Rename from `files-equal-p'.
13699 Return nil when one or both files don't exist.
13700 (file-subdir-of-p): Now only top directory must exists,
13701 return nil if it doesn't.
13702 (copy-directory): No need to test with `file-subdir-of-p' after
13703 creating dir.
13704 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13705 to `file-equal-p'.
13706
13707 2012-02-28 Glenn Morris <rgm@gnu.org>
13708
13709 * shell.el (shell-mode):
13710 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13711 * play/landmark.el (landmark-font-lock-face-O):
13712 * play/handwrite.el (handwrite):
13713 * play/gomoku.el (gomoku-O):
13714 * net/browse-url.el (browse-url-browser-display):
13715 * international/mule.el (define-charset):
13716 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13717 * filesets.el (filesets-find-file-delay):
13718 * eshell/em-xtra.el (eshell-xtra):
13719 * eshell/em-unix.el (eshell-grep):
13720 * emulation/viper.el (viper-mode):
13721 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13722 * emacs-lisp/easymenu.el (easy-menu-define):
13723 * calendar/timeclock.el (timeclock-use-display-time):
13724 * bs.el (bs-mode):
13725 * bookmark.el (bookmark-save-flag):
13726 Doc fix (standardize possessive apostrophe usage).
13727
13728 2012-02-27 Chong Yidong <cyd@gnu.org>
13729
13730 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13731 Fix key-binding lookup for ESC key (Bug#9146).
13732
13733 * font-lock.el (font-lock-specified-p): Rename from
13734 font-lock-spec-present. Callers changed.
13735
13736 2012-02-27 Daniel Hackney <dan@haxney.org>
13737
13738 * emacs-lisp/package.el (package-compute-transaction):
13739 Handle holding a package version to t in package-load-list.
13740
13741 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13742
13743 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13744 (tramp-get-inode, tramp-get-device): Use cached values.
13745
13746 2012-02-26 Alan Mackenzie <acm@muc.de>
13747
13748 Check there is a font-lock specification before doing initial
13749 fontification.
13750
13751 * font-core.el (font-lock-mode): Move the conditional from
13752 :after-hook to font-lock-initial-fontify.
13753 (font-lock-default-function): Move the check for a specification
13754 to font-lock-spec-present.
13755
13756 * font-lock.el (font-lock-initial-fontify): Call ...
13757 (font-lock-spec-present): New function.
13758
13759 2012-02-26 Jim Blandy <jimb@red-bean.com>
13760
13761 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13762 (gdb-send): Apply it to the operand of the '-interpreter-exec
13763 console' command, so that we can pass arguments with (say) quotes
13764 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13765
13766 2012-02-26 Chong Yidong <cyd@gnu.org>
13767
13768 * help-fns.el (describe-function-1): Clarify description of
13769 remapping (Bug#10844).
13770
13771 * files.el (files-equal-p): Doc fix.
13772 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13773 and quit the loop once a mismatch is found.
13774
13775 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13776
13777 * bs.el (bs--show-with-configuration): Don't throw an error
13778 if the window cannot be split; otherwise, subsequent calls to
13779 bs-show fail, restoring a stale window config. (Bug#10882)
13780
13781 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13782
13783 * term/ns-win.el (global-map): Bind ns-drag-file to
13784 ns-find-file (Bug#5855, Bug#10050).
13785
13786 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13787
13788 * calendar/parse-time.el (parse-time-string): Allow extractor to
13789 return nil.
13790
13791 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13792
13793 * net/tramp.el (tramp-file-name-for-operation):
13794 Add `files-equal-p' and `file-subdir-of-p'.
13795
13796 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13797 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13798 Add COPY-CONTENTS argument.
13799
13800 2012-02-25 Chong Yidong <cyd@gnu.org>
13801
13802 Add custom groups for VC backends, for consistency with vc-bzr.
13803
13804 * vc/vc-arch.el (vc-arch):
13805 * vc/vc-cvs.el (vc-cvs):
13806 * vc/vc-git.el (vc-git):
13807 * vc/vc-hg.el (vc-hg):
13808 * vc/vc-mtn.el (vc-mtn):
13809 * vc/vc-rcs.el (vc-rcs):
13810 * vc/vc-sccs.el (vc-sccs):
13811 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13812 All relevant defcustoms reassigned.
13813
13814 2012-02-25 Chong Yidong <cyd@gnu.org>
13815
13816 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13817
13818 * term/x-win.el (x-initialize-window-system): Reduce default for
13819 x-selection-timeout to 5 seconds (Bug#8869).
13820
13821 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13822
13823 * files.el (files-equal-p, file-subdir-of-p): New functions.
13824 (copy-directory): Error when trying to copy a directory on itself.
13825 Add missing copy-contents arg to tramp handler.
13826 * dired-aux.el (dired-copy-file-recursive): Same.
13827 (dired-create-files): Modify destination when source is equal to
13828 dest when copying files.
13829 Return also when dest is a subdir of source. (Bug#10489)
13830
13831 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13832
13833 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13834 (Bug#10874)
13835
13836 2012-02-23 Alan Mackenzie <acm@muc.de>
13837
13838 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13839 parameter "after-hook:" to allow the expansion to run code after
13840 the execution of the mode hooks.
13841
13842 * font-lock.el (font-lock-initial-fontify): New function extracted
13843 from font-lock-mode-internal.
13844
13845 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13846 :after-hook.
13847
13848 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13851 (completion--cache-all-sorted-completions): New function.
13852 (completion-all-sorted-completions): Use it.
13853 (completion--do-completion, minibuffer-force-complete):
13854 Use it to re-instate the flush hook.
13855
13856 * icomplete.el (icomplete-completions): Replace last fix with a better
13857 one (bug#10850).
13858
13859 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13860
13861 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13862 when it might call us back infinitely (bug#10797).
13863
13864 2012-02-23 Glenn Morris <rgm@gnu.org>
13865
13866 * minibuffer.el (completion-category-overrides): Doc fix.
13867
13868 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13871 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13872
13873 2012-02-23 Glenn Morris <rgm@gnu.org>
13874
13875 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13876 (authors-obsolete-files-regexps, authors-ignored-files)
13877 (authors-ambiguous-files, authors-renamed-files-alist):
13878 Add more entries.
13879
13880 2012-02-23 Juri Linkov <juri@jurta.org>
13881
13882 * isearch.el (isearch-occur): Sync interactive spec with occur's
13883 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13884
13885 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13886
13887 2012-02-22 Juri Linkov <juri@jurta.org>
13888
13889 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13890 (ucs-insert): Doc fix. Check for hex digits in the string.
13891 Don't display `nil' in the error message. (Bug#10857)
13892
13893 2012-02-22 Alan Mackenzie <acm@muc.de>
13894
13895 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13896
13897 2012-02-22 Glenn Morris <rgm@gnu.org>
13898
13899 * ffap.el (ffap-c-path):
13900 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13901
13902 2012-02-22 Chong Yidong <cyd@gnu.org>
13903
13904 * custom.el (load-theme): Doc fix.
13905
13906 2012-02-22 Glenn Morris <rgm@gnu.org>
13907
13908 * dired-x.el (dired-guess-shell-alist-default):
13909 Remove escape sequences from nroff output. (Bug#172)
13910
13911 2012-02-21 Glenn Morris <rgm@gnu.org>
13912
13913 * vc/emerge.el (emerge-defvar-local):
13914 Set `permanent-local' property rather than unused `preserved'.
13915
13916 * textmodes/picture.el (picture-delete-char): New alias.
13917 (picture-mode-map): Use it. (Bug#10860)
13918 (picture-mode): Doc fix.
13919
13920 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13921
13922 * newcomment.el (uncomment-region-default): Remove unused binding.
13923
13924 2012-02-21 Glenn Morris <rgm@gnu.org>
13925
13926 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13927 (picture-self-insert, picture-tab-chars): Doc fix.
13928 (picture-mode-map): Fix C-a, C-e.
13929
13930 2012-02-20 Glenn Morris <rgm@gnu.org>
13931
13932 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13933
13934 2012-02-20 Leo Liu <sdl.web@gmail.com>
13935
13936 * icomplete.el (icomplete-completions): Check FROM arg before
13937 passing to substring (Bug#10850).
13938
13939 2012-02-19 Chong Yidong <cyd@gnu.org>
13940
13941 * comint.el: Require ansi-color.
13942 (comint-output-filter-functions): Add ansi-color-process-output.
13943
13944 * ansi-color.el: Don't set comint-output-filter-functions; it is
13945 now in the initial value defined in comint.el.
13946 (ansi-color-apply-face-function): New variable.
13947 (ansi-color-apply-on-region): Use it.
13948 (ansi-color-apply-overlay-face): New function.
13949
13950 * shell.el (shell): No need to require ansi-color.
13951 (shell-mode): Use ansi-color-apply-face-function to highlight
13952 color escapes using font-lock-face property (Bug#10835).
13953
13954 2012-02-19 Chong Yidong <cyd@gnu.org>
13955
13956 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13957 mode-line formats (Bug#10839).
13958
13959 2012-02-18 Glenn Morris <rgm@gnu.org>
13960
13961 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13962
13963 * mail/undigest.el (unforward-rmail-message): Doc fix.
13964
13965 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13966
13967 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13968
13969 * international/characters.el (script-list): Sync with the latest
13970 Unicode Character Database.
13971
13972 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13973
13974 * international/titdic-cnv.el: Remove duplicate coding tag.
13975 * language/cham.el: Likewise.
13976 * language/tai-viet.el: Likewise.
13977
13978 2012-02-18 Glenn Morris <rgm@gnu.org>
13979
13980 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13981 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13982 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13983 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13984 * calendar/holidays.el (holiday-bahai-holidays)
13985 (calendar-holidays, list-holidays):
13986 Use utf-8 Bahá'í in doc-strings, menus, etc.
13987
13988 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13989
13990 * saveplace.el (save-place-ignore-files-regexp): New variable
13991 allowing for excluding files from saving their location of point.
13992 The default value matches the temporary commit message editing
13993 files from Git, SVN, Bazaar, and Mercurial.
13994 (save-place-to-alist): Use it.
13995
13996 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13997 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * newcomment.el (uncomment-region-default): Don't leave extra space
14000 when an arg is provided (bug#8150).
14001
14002 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
14003
14004 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14005
14006 2012-02-17 Glenn Morris <rgm@gnu.org>
14007
14008 * net/socks.el: Require network-stream. (Bug#10599)
14009
14010 2012-02-17 Kenichi Handa <handa@m17n.org>
14011
14012 * international/charprop.el:
14013 * international/uni-name.el:
14014 * international/uni-old-name.el:
14015 * international/uni-comment.el: Regenerate.
14016
14017 2012-02-16 Glenn Morris <rgm@gnu.org>
14018
14019 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14020 Interactively in calendar buffer, give an error if not on a date.
14021
14022 2012-02-15 Glenn Morris <rgm@gnu.org>
14023
14024 * shell.el (shell-delimiter-argument-list):
14025 Revert 2011-02-17 change. (Bug#8027)
14026
14027 2012-02-15 Chong Yidong <cyd@gnu.org>
14028
14029 * minibuffer.el (completion-at-point-functions): Doc fix.
14030
14031 * custom.el (defcustom): Doc fix; note use of defvar.
14032
14033 2012-02-15 Glenn Morris <rgm@gnu.org>
14034
14035 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14036 Doc fixes.
14037
14038 2012-02-14 Glenn Morris <rgm@gnu.org>
14039
14040 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14041
14042 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
14043
14044 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14045 way the ports list is computed.
14046 (smtpmail-query-smtp-server): Prompt the user for a port number if
14047 we can't connect to any of the standard ports (bug#10810).
14048
14049 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14050
14051 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14052
14053 2012-02-13 Glenn Morris <rgm@gnu.org>
14054
14055 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
14056
14057 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
14058
14059 * net/gnutls.el (gnutls-trustfiles): New variable.
14060 (gnutls-negotiate): Use it.
14061
14062 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
14063
14064 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14065 does its stuff if Gnus is running.
14066
14067 2012-02-13 Alan Mackenzie <acm@muc.de>
14068
14069 Fix a loop in c-set-fl-decl-start.
14070
14071 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14072 c-backward-syntactic-ws actually moves backwards.
14073
14074 2012-02-13 Leo Liu <sdl.web@gmail.com>
14075
14076 * net/rcirc.el (rcirc-markup-attributes): Move point to the
14077 beginning so that all \C-o chars are removed.
14078
14079 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
14080
14081 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14082
14083 2012-02-12 Alan Mackenzie <acm@muc.de>
14084
14085 Fix infinite loop with long macros.
14086 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14087
14088 2012-02-12 Chong Yidong <cyd@gnu.org>
14089
14090 * window.el (display-buffer): Doc fix (Bug#10785).
14091
14092 2012-02-12 Glenn Morris <rgm@gnu.org>
14093
14094 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14095 (x-disown-selection-internal, x-get-selection-internal):
14096 Sync docs with the xselect.c versions.
14097
14098 * allout-widgets.el: Add missing license notice.
14099
14100 2012-02-11 Glenn Morris <rgm@gnu.org>
14101
14102 * select.el (x-get-selection-internal, x-own-selection-internal)
14103 (x-disown-selection-internal):
14104 * x-dnd.el (x-get-selection-internal): Update declarations.
14105
14106 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14107
14108 * window.el (window-sides-slots):
14109 * tool-bar.el (tool-bar-position):
14110 * term/xterm.el (xterm-extra-capabilities):
14111 * ses.el (ses-self-reference-early-detection):
14112 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14113 (verilog-auto-wire-type)
14114 (verilog-auto-delete-trailing-whitespace)
14115 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14116 (verilog-auto-tieoff-declaration):
14117 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14118 (sql-oracle-statement-starters, sql-oracle-scan-on):
14119 * progmodes/prolog.el (prolog-align-comments-flag)
14120 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14121 (prolog-left-indent-regexp, prolog-paren-indent-p)
14122 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14123 (prolog-types, prolog-mode-specificators)
14124 (prolog-determinism-specificators, prolog-directives)
14125 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14126 (prolog-electric-dot-flag)
14127 (prolog-electric-dot-full-predicate-template)
14128 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14129 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14130 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14131 (prolog-program-switches, prolog-prompt-regexp)
14132 (prolog-debug-on-string, prolog-debug-off-string)
14133 (prolog-trace-on-string, prolog-trace-off-string)
14134 (prolog-zip-on-string, prolog-zip-off-string)
14135 (prolog-use-standard-consult-compile-method-flag)
14136 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14137 (prolog-imenu-max-lines, prolog-info-predicate-index)
14138 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14139 (prolog-char-quote-workaround):
14140 * progmodes/cc-vars.el (c-defun-tactic):
14141 * net/tramp.el (tramp-encoding-command-interactive)
14142 (tramp-local-end-of-line):
14143 * net/soap-client.el (soap-client):
14144 * net/netrc.el (netrc-file):
14145 * net/gnutls.el (gnutls):
14146 * minibuffer.el (completion-category-overrides)
14147 (completion-cycle-threshold)
14148 (completion-pcm-complete-word-inserts-delimiters):
14149 * man.el (Man-name-local-regexp):
14150 * mail/feedmail.el (feedmail-display-full-frame):
14151 * international/characters.el (glyphless-char-display-control):
14152 * eshell/em-ls.el (eshell-ls-date-format):
14153 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14154 (lisp-lambda-list-keyword-parameter-indentation)
14155 (lisp-lambda-list-keyword-parameter-alignment):
14156 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14157 * dired-x.el (dired-omit-verbose):
14158 * cus-theme.el (custom-theme-allow-multiple-selections):
14159 * calc/calc.el (calc-highlight-selections-with-faces)
14160 (calc-lu-field-reference, calc-lu-power-reference)
14161 (calc-note-threshold):
14162 * battery.el (battery-mode-line-limit):
14163 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14164 (archive-7z-update):
14165 * allout.el (allout-prefixed-keybindings)
14166 (allout-unprefixed-keybindings)
14167 (allout-inhibit-auto-fill-on-headline)
14168 (allout-flattened-numbering-abbreviation):
14169 * allout-widgets.el (allout-widgets-auto-activation)
14170 (allout-widgets-icons-dark-subdir)
14171 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14172 (allout-widgets-theme-dark-background)
14173 (allout-widgets-theme-light-background)
14174 (allout-widgets-item-image-properties-emacs)
14175 (allout-widgets-item-image-properties-xemacs)
14176 (allout-widgets-run-unit-tests-on-load)
14177 (allout-widgets-time-decoration-activity)
14178 (allout-widgets-hook-error-post-time)
14179 (allout-widgets-track-decoration):
14180 Add missing :version tags to new defcustoms and defgroups.
14181
14182 * progmodes/sql.el (sql-ansi-statement-starters)
14183 (sql-oracle-statement-starters): Add custom type.
14184
14185 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14186 (prolog-system-version): Give it a type.
14187
14188 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14189
14190 * term/pc-win.el (x-select-text, x-selection-owner-p)
14191 (x-own-selection-internal, x-disown-selection-internal)
14192 (x-get-selection-internal): Sync doc strings and argument lists
14193 with xselect.c, common-win.el and x-win.el. (Bug#10783)
14194
14195 2012-02-11 Leo Liu <sdl.web@gmail.com>
14196
14197 * progmodes/python.el (python-end-of-statement): Fix infinite
14198 loop. (Bug#10788)
14199
14200 2012-02-10 Glenn Morris <rgm@gnu.org>
14201
14202 * international/mule-cmds.el (unify-8859-on-encoding-mode)
14203 (unify-8859-on-decoding-mode): Properly mark as obsolete.
14204
14205 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
14206
14207 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14208 about SMTP before checking the From header.
14209
14210 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14211 into own function for reuse by emacsbug.el.
14212
14213 2012-02-10 Leo Liu <sdl.web@gmail.com>
14214
14215 * subr.el (condition-case-unless-debug): Rename from
14216 condition-case-no-debug. All callers changed.
14217 (with-demoted-errors): Fix caller.
14218
14219 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14220 * nxml/rng-valid.el (rng-do-some-validation):
14221 * emacs-lisp/package.el (package-refresh-contents)
14222 (package-menu-execute):
14223 * desktop.el (desktop-create-buffer):
14224 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14225
14226 2012-02-10 Glenn Morris <rgm@gnu.org>
14227
14228 * textmodes/bibtex.el:
14229 Add missing :version tags for new/changed defcustoms.
14230
14231 * files.el (remote-file-name-inhibit-cache): Doc fixes.
14232
14233 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
14234
14235 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14236 (smtpmail-via-smtp): Use it, or fall back on the From address.
14237 (smtpmail-send-it): Ditto.
14238
14239 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14242 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
14243 (byte-compile-tmp-var): New const.
14244 (byte-compile-defvar): Use it to minimize .elc size.
14245 Just use `defvar' rather than simulate it (bug#10761).
14246
14247 2012-02-09 Glenn Morris <rgm@gnu.org>
14248
14249 * files.el (rename-uniquely): Doc fix. (Bug#3806)
14250
14251 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14252 Add :version tags.
14253
14254 * progmodes/compile.el (compilation-error-screen-columns)
14255 (compilation-first-column, compilation-filter-start): Doc fixes.
14256
14257 * vc/log-view.el (log-view-toggle-entry-display):
14258 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14259
14260 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14261 (report-emacs-bug-can-use-xdg-email):
14262 (report-emacs-bug-insert-to-mailer): Doc fixes.
14263 (report-emacs-bug): Message fix.
14264
14265 * net/browse-url.el (browse-url-can-use-xdg-open)
14266 (browse-url-xdg-open): Doc fixes.
14267
14268 * electric.el (electric-indent-mode, electric-pair-mode)
14269 (electric-layout-rules, electric-layout-mode): Doc fixes.
14270 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14271
14272 2012-02-08 Martin Rudalics <rudalics@gmx.at>
14273
14274 * server.el (server-unselect-display): Don't inadvertently kill
14275 the current buffer. (Bug#10729)
14276
14277 2012-02-08 Glenn Morris <rgm@gnu.org>
14278
14279 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14280 (sql-list-table): Doc fixes.
14281
14282 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14283 Comment out (does nothing).
14284
14285 * completion.el (dynamic-completion-mode):
14286 * dirtrack.el (dirtrack-debug-mode):
14287 * electric.el (electric-layout-mode):
14288 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14289 * face-remap.el (text-scale-mode, buffer-face-mode):
14290 * iimage.el (iimage-mode):
14291 * image-mode.el (image-transform-mode):
14292 * minibuffer.el (completion-in-region-mode):
14293 * scroll-lock.el (scroll-lock-mode):
14294 * simple.el (next-error-follow-minor-mode):
14295 * tar-mode.el (tar-subfile-mode):
14296 * tooltip.el (tooltip-mode):
14297 * vcursor.el (vcursor-use-vcursor-map):
14298 * wid-browse.el (widget-minor-mode):
14299 * emulation/tpu-edt.el (tpu-edt-mode):
14300 * emulation/tpu-extras.el (tpu-cursor-free-mode):
14301 * international/iso-ascii.el (iso-ascii-mode):
14302 * language/thai-util.el (thai-word-mode):
14303 * mail/supercite.el (sc-minor-mode):
14304 * net/goto-addr.el (goto-address-mode):
14305 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14306 * progmodes/cwarn.el (cwarn-mode):
14307 * progmodes/flymake.el (flymake-mode):
14308 * progmodes/glasses.el (glasses-mode):
14309 * progmodes/hideshow.el (hs-minor-mode):
14310 * progmodes/pascal.el (pascal-outline-mode):
14311 * textmodes/enriched.el (enriched-mode):
14312 * vc/smerge-mode.el (smerge-mode):
14313 Doc fixes (minor mode argument).
14314
14315 2012-02-07 Eli Zaretskii <eliz@gnu.org>
14316
14317 * ls-lisp.el (ls-lisp-sanitize): New function.
14318 (ls-lisp-insert-directory): Use it to fix or remove any elements
14319 in file-alist with missing attributes. (Bug#4673)
14320
14321 2012-02-07 Alan Mackenzie <acm@muc.de>
14322
14323 Fix spurious recognition of c-in-knr-argdecl.
14324
14325 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14326 putative K&R region.
14327
14328 2012-02-07 Alan Mackenzie <acm@muc.de>
14329
14330 * progmodes/cc-engine.el (c-forward-objc-directive):
14331 Prevent looping in "#pragma mark @implementation".
14332
14333 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
14334
14335 * notifications.el (notifications-on-closed-signal): Make `reason'
14336 optional. (Bug#10744)
14337
14338 2012-02-07 Glenn Morris <rgm@gnu.org>
14339
14340 * emacs-lisp/easy-mmode.el (define-minor-mode):
14341 Doc fixes for the macro and the mode it defines.
14342
14343 * image.el (imagemagick-types-inhibit): Doc fix.
14344
14345 * cus-start.el (imagemagick-render-type): Add it.
14346
14347 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
14348
14349 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14350 Set the default at load time, too, so that `font-lock-fontify-buffer'
14351 can be called without setting up the entire mode first. This fixes
14352 a bug in `mm-inline-text' with C MIME parts.
14353
14354 2012-02-06 Chong Yidong <cyd@gnu.org>
14355
14356 * simple.el (list-processes--refresh): Delete exited processes
14357 (Bug#8094).
14358
14359 * comint.el (comint-next-prompt): next-single-char-property-change
14360 and prev-single-char-property-change never return nil (Bug#8657).
14361
14362 * custom.el (defcustom): Doc fix (Bug#9711).
14363
14364 2012-02-05 Chong Yidong <cyd@gnu.org>
14365
14366 * cus-edit.el (custom-variable-reset-backup): Quote the value
14367 before storing it in the customized-value property (Bug#6712).
14368 (custom-display): Add a customization type tag.
14369 (custom-buffer-create-internal): Improve tooltip message.
14370
14371 * wid-edit.el (widget-field-value-get): New optional arg to
14372 suppress trailing whitespace truncation.
14373 (character): Use it (Bug#2689).
14374
14375 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14376
14377 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14378 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14379
14380 2012-02-05 Chong Yidong <cyd@gnu.org>
14381
14382 * cus-edit.el (custom-variable-value-create): For mismatched
14383 types, show the current value (Bug#7600).
14384
14385 * custom.el (defcustom): Doc fix.
14386
14387 2012-02-05 Glenn Morris <rgm@gnu.org>
14388
14389 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14390
14391 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14392
14393 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14394 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14395 (pp-last-sexp): Use `looking-at-p'.
14396
14397 2012-02-04 Glenn Morris <rgm@gnu.org>
14398
14399 * files.el (revert-buffer):
14400 Doc fix (mention revert-buffer-in-progress-p).
14401
14402 * emacs-lisp/ert-x.el (ert-simulate-command):
14403 Check deferred-action-list (which is obsolete) is bound.
14404
14405 * subr.el (with-wrapper-hook): Doc fixes.
14406
14407 * simple.el (filter-buffer-substring-functions)
14408 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14409
14410 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14411
14412 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14413 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14414
14415 2012-02-04 Leo Liu <sdl.web@gmail.com>
14416
14417 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14418
14419 2012-02-04 Glenn Morris <rgm@gnu.org>
14420
14421 * image.el (image-extension-data): Add obsolete alias.
14422
14423 * isearch.el (isearch-update): Doc fix.
14424
14425 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14426
14427 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14428
14429 2012-02-03 Glenn Morris <rgm@gnu.org>
14430
14431 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14432 (image-animate-timeout): Doc fix.
14433
14434 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14435
14436 2012-02-02 Glenn Morris <rgm@gnu.org>
14437
14438 * server.el (server-auth-dir): Doc fix.
14439 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14440
14441 * subr.el (run-mode-hooks): Doc fix.
14442
14443 2012-02-02 Juri Linkov <juri@jurta.org>
14444
14445 * image-mode.el (image-toggle-display-image): Remove tautological
14446 `major-mode' from the `derived-mode-p' test.
14447
14448 2012-02-02 Kenichi Handa <handa@m17n.org>
14449
14450 * composite.el (compose-region): Cancel previous change.
14451
14452 2012-02-02 Kenichi Handa <handa@m17n.org>
14453
14454 * composite.el (compose-region, compose-string): Signal error for
14455 a null string component (Bug#6988).
14456
14457 2012-02-01 Chong Yidong <cyd@gnu.org>
14458
14459 * view.el (view-buffer-other-window, view-buffer-other-frame):
14460 Handle special modes like view-buffer (Bug#10650).
14461 (view-buffer): Simplify.
14462
14463 * frame.el (set-frame-font): Tweak meaning of third argument.
14464
14465 * dynamic-setting.el (font-setting-change-default-font):
14466 Use set-frame-font (Bug#9982).
14467
14468 2012-02-01 Glenn Morris <rgm@gnu.org>
14469
14470 * progmodes/compile.el (compilation-internal-error-properties):
14471 Respect compilation-first-column in the "*compilation*" buffer.
14472
14473 * emacs-lisp/easy-mmode.el (define-minor-mode):
14474 Relax :variable's test for a named function.
14475
14476 2012-01-31 Alan Mackenzie <acm@muc.de>
14477
14478 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14479 off by one error.
14480
14481 2012-01-31 Chong Yidong <cyd@gnu.org>
14482
14483 * frame.el (set-frame-font): New arg ALL-FRAMES.
14484
14485 * menu-bar.el (menu-set-font): Use set-frame-font.
14486
14487 * faces.el (face-spec-reset-face): Don't apply unspecified
14488 attribute values to the default face.
14489
14490 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14491
14492 * progmodes/cwarn.el (cwarn): Remove dead link.
14493 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14494 Remove * from defcustom docstrings.
14495 (turn-on-cwarn-mode): Make obsolete.
14496 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14497 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14498
14499 2012-01-31 Glenn Morris <rgm@gnu.org>
14500
14501 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14502 Fix :variable handling of mode a symbol not equal to modefun.
14503 Allow named functions to be used as the cdr of :variable.
14504
14505 2012-01-30 Glenn Morris <rgm@gnu.org>
14506
14507 * emacs-lisp/authors.el (authors-fixed-entries):
14508 Remove reference to deleted file rnewspost.el.
14509
14510 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14511
14512 * window.el (window-with-parameter): Remove unused variable `windows'.
14513 (window--side-check): Remove unused variable `code'.
14514 (window--resize-siblings): Remove unused variable `first'.
14515 (adjust-window-trailing-edge): Remove unused variable `failed'.
14516 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14517 Use `let', not `let*'.
14518 (balance-windows-2): Remove unused variable `found'.
14519 (window--state-put-2): Remove unused variable `splits'.
14520 (window-state-put): Remove unused variable `selected'.
14521 (same-window-p): Use `string-match-p'.
14522 (display-buffer-assq-regexp): Remove unused variable `value'.
14523 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14524 Mark argument ALIST as ignored.
14525 (pop-to-buffer): Remove unused variable `old-window'.
14526
14527 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14528
14529 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14530 and .lzma compressed files.
14531
14532 2012-01-29 Chong Yidong <cyd@gnu.org>
14533
14534 * frame.el (window-system-default-frame-alist): Doc fix.
14535
14536 * dynamic-setting.el (font-setting-change-default-font): Don't
14537 change the default face if SET-FONT argument is non-nil (Bug#9982).
14538
14539 2012-01-29 Samuel Bronson <naesten@gmail.com>
14540
14541 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14542
14543 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14544
14545 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14546 breakpoints in files outside current directory (Bug#6098).
14547
14548 2012-01-29 Chong Yidong <cyd@gnu.org>
14549
14550 * progmodes/python.el: Require ansi-color at top-level.
14551
14552 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14553 Define and use in Emacs Lisp mode (Bug#9360).
14554 (lisp-mode-abbrev-table): Add doc.
14555 (lisp-mode-variables): Don't set local-abbrev-table.
14556 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14557
14558 2012-01-28 Roland Winkler <winkler@gnu.org>
14559
14560 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14561
14562 2012-01-28 Roland Winkler <winkler@gnu.org>
14563
14564 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14565 (bibtex-set-dialect): Use it. Either set global values of
14566 dialect-dependent variables or bind these variables buffer-locally
14567 (Bug#10254).
14568 (bibtex-mode): Call bibtex-set-dialect via
14569 hack-local-variables-hook.
14570 (bibtex-dialect): Update docstring.
14571 Add safe-local-variable predicate.
14572 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14573 bibtex-set-dialect.
14574 (bibtex-mode-map): Define menu for each dialect.
14575 (bibtex-entry): Fix docstring.
14576
14577 2012-01-28 Chong Yidong <cyd@gnu.org>
14578
14579 * eshell/esh-arg.el (eshell-quote-argument): New function.
14580
14581 * eshell/esh-ext.el (eshell-invoke-batch-file):
14582 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14583 first arg to eshell-parse-command (Bug#10523).
14584
14585 2012-01-28 Drew Adams <drew.adams@oracle.com>
14586
14587 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14588 `default-directory' is non-nil.
14589
14590 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14591
14592 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14593 line that displays system-configuration-options. (Bug#9924)
14594
14595 2012-01-28 Drew Adams <drew.adams@oracle.com>
14596
14597 * descr-text.el (describe-char): Show information about POS, in
14598 addition to information about the character at POS. Improve and
14599 update the doc string. Change "code point" to "code point in
14600 charset", to avoid confusion with the character's Unicode code
14601 point shown above that. (Bug#10129)
14602
14603 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14604
14605 * descr-text.el (describe-char): Show the raw character, not only
14606 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14607 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14608 for the reasons.
14609
14610 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14611
14612 * emacs-lisp/package.el (package-install):
14613 Run package-refresh-contents if there is no archive yet (Bug#9798).
14614
14615 2012-01-28 Chong Yidong <cyd@gnu.org>
14616
14617 * emacs-lisp/package.el (package-maybe-load-descriptor):
14618 New function, split from package-maybe-load-descriptor.
14619 (package-maybe-load-descriptor): Use it.
14620 (package-download-transaction): Fully load required packages
14621 inside the loop, so that `require' calls work (Bug#10593).
14622 (package-install): No need to call package-initialize now.
14623
14624 2012-01-28 Chong Yidong <cyd@gnu.org>
14625
14626 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14627
14628 * tooltip.el (tooltip-mode): Doc fix.
14629 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14630
14631 * frame.el (set-cursor-color): Doc fix (Bug#352).
14632
14633 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14634 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14635
14636 * cus-edit.el (custom-buffer-create-internal): Fix search button
14637 action (Bug#10542).
14638 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14639
14640 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14641
14642 * dired.el (dired-mark-files-regexp):
14643 Include any subdirectory components. (Bug#10445)
14644
14645 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14646
14647 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14648 Handle [host]:port syntax. (Bug#10533)
14649
14650 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14651
14652 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14653
14654 2012-01-26 Glenn Morris <rgm@gnu.org>
14655
14656 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14657 * term.el (term-raw-escape-map): Use Control-X-prefix.
14658 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14659
14660 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14661
14662 * window.el (window-state-get, window--state-get-1): Don't deal
14663 with fixed-sizeness of windows. Simplify code.
14664
14665 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14666
14667 * window.el (window--state-get-1, window--state-put-2):
14668 Don't save and restore the mark.
14669
14670 2012-01-25 Chong Yidong <cyd@gnu.org>
14671
14672 * custom.el (custom-variable-p): Doc fix.
14673
14674 2012-01-25 Glenn Morris <rgm@gnu.org>
14675
14676 * dired.el (dired-goto-file): Handle some of the more common
14677 characters that `ls -b' escapes. (Bug#10596)
14678
14679 * progmodes/compile.el (compilation-next-error-function):
14680 Respect compilation-first-column in the "*compilation*" buffer.
14681 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14682
14683 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14684
14685 2012-01-24 Glenn Morris <rgm@gnu.org>
14686
14687 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14688
14689 2012-01-24 Julien Danjou <julien@danjou.info>
14690
14691 * color.el (color-rgb-to-hsl): Fix value computing.
14692 (color-hue-to-rgb): New function.
14693 (color-hsl-to-rgb): New function.
14694 (color-clamp, color-saturate-hsl, color-saturate-name)
14695 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14696 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14697
14698 2012-01-24 Glenn Morris <rgm@gnu.org>
14699
14700 * vc/vc-rcs.el (vc-rcs-create-tag):
14701 * vc/vc-sccs.el (vc-sccs-create-tag):
14702 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14703
14704 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14705
14706 * eshell/esh-util.el (eshell-read-hosts-file):
14707 Skip comment lines. (Bug#10549)
14708
14709 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14710
14711 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14712
14713 * subr.el (display-delayed-warnings): Doc fix.
14714 (collapse-delayed-warnings): New function to collapse identical
14715 adjacent warnings.
14716 (delayed-warnings-hook): Add it.
14717
14718 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14719
14720 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14721
14722 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14723 (tramp-default-user-alist): Don't add "pscp".
14724 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14725 property "login-as", if set. (Bug#10530)
14726
14727 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14728
14729 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14730 "plink1" and "psftp". (Bug#10530)
14731
14732 2012-01-21 Kenichi Handa <handa@m17n.org>
14733
14734 * international/mule-cmds.el (prefer-coding-system): Show a
14735 warning message if the default value of file-name-coding-system
14736 was not changed.
14737
14738 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14739
14740 * windmove.el (windmove-reference-loc):
14741 Fix windmove-reference-loc miscalculation.
14742
14743 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14744
14745 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14746 default unit.
14747
14748 2012-01-21 Glenn Morris <rgm@gnu.org>
14749
14750 * international/mule.el (auto-coding-alist): Add .tbz.
14751
14752 * files.el (local-enable-local-variables): Doc fix.
14753 (inhibit-local-variables-regexps): Rename from
14754 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14755 Doc fix. Add some extensions from auto-coding-alist.
14756 (inhibit-local-variables-suffixes):
14757 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14758 (inhibit-local-variables-p):
14759 New function, extracted from set-auto-mode-1.
14760 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14761 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14762 (hack-local-variables): Doc fix. Make the mode-only case
14763 respect enable-local-variables and friends.
14764 Respect inhibit-local-variables-regexps for file-locals, but
14765 not for directory-locals.
14766 (set-visited-file-name):
14767 Take account of inhibit-local-variables-regexps.
14768 Whether it applies may change as the file name is changed.
14769 * jka-cmpr-hook.el (jka-compr-install):
14770 * jka-compr.el (jka-compr-uninstall):
14771 Update for inhibit-first-line-modes-suffixes name change.
14772
14773 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14774
14775 * help-macro.el (make-help-screen): Temporarily restore original
14776 binding for minor-mode-map-alist (Bug#10454).
14777
14778 2012-01-19 Julien Danjou <julien@danjou.info>
14779
14780 * color.el (color-name-to-rgb): Use the white color to find the max
14781 color component value and return correctly computed values.
14782 (color-name-to-rgb): Add missing float conversion for max value.
14783
14784 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14785
14786 * window.el (window--state-get-1, window-state-get): Do not use
14787 special state value for window-persistent-parameters.
14788 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14789 (window--state-put-2): Reset all window parameters to nil before
14790 assigning values of persistent parameters.
14791
14792 2012-01-18 Alan Mackenzie <acm@muc.de>
14793
14794 Eliminate sluggishness and hangs in fontification of "semicolon
14795 deserts".
14796
14797 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14798 Change value 10000 -> 3000.
14799 (c-state-safe-place): Reformulate so it doesn't stack up an
14800 infinite number of wrong entries in c-state-nonlit-pos-cache.
14801 (c-determine-limit-get-base, c-determine-limit): New functions to
14802 determine backward search limits disregarding literals.
14803 (c-find-decl-spots): Amend commenting.
14804 (c-cheap-inside-bracelist-p): New function which detects "={".
14805
14806 * progmodes/cc-fonts.el
14807 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14808 backward search.
14809 (c-font-lock-declarations): Fix an occurrence of point being
14810 undefined. Check additionally for point being in a bracelist or
14811 near a macro invocation without a semicolon so as to avoid a
14812 fruitless time consuming search for a declarator. Give a more
14813 precise search limit for declarators using the new
14814 c-determine-limit.
14815
14816 2012-01-18 Glenn Morris <rgm@gnu.org>
14817
14818 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14819 (set-auto-mode): Doc fixes.
14820
14821 2012-01-17 Glenn Morris <rgm@gnu.org>
14822
14823 * isearch.el (search-nonincremental-instead): Fix doc typo.
14824
14825 * dired.el (dired-insert-directory): Handle newlines in directory name.
14826 (dired-build-subdir-alist): Unescape newlines in directory name.
14827
14828 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14829
14830 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14831 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14832 (tramp-action-terminal): Use it. (Bug#10530)
14833
14834 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14837
14838 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14839
14840 * window.el (window-state-ignored-parameters): Remove variable.
14841 (window--state-get-1): Rename argument MARKERS to IGNORE.
14842 Handle persistent window parameters. Make copy of clone-of
14843 parameter only if requested. (Bug#10348)
14844 (window--state-put-2): Install a window parameter only if it has
14845 a non-nil value or an existing parameter shall be overwritten.
14846
14847 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14848
14849 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14850
14851 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14852
14853 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14854 don't pass the (nil) value of `upnode' to string-match.
14855
14856 2012-01-14 Chong Yidong <cyd@gnu.org>
14857
14858 * startup.el (command-line): Fix X resource class for cursorColor.
14859 Fix values recognized by the cursorBlink resource.
14860
14861 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14862
14863 * epg.el (epg--make-temp-file): Avoid permission race condition
14864 when running on old Emacs versions (bug#10403).
14865
14866 2012-01-14 Glenn Morris <rgm@gnu.org>
14867
14868 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14869
14870 2012-01-13 Alan Mackenzie <acm@muc.de>
14871
14872 Fix filling for when filladapt mode is enabled.
14873
14874 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14875 c-mask-paragraph, pass in `fill-paragraph' rather than
14876 `fill-region-as-paragraph'. (This is a reversion of a previous
14877 change.)
14878 * progmodes/cc-mode.el (c-basic-common-init):
14879 Make fill-paragraph-handle-comment buffer local and set it to nil.
14880
14881 2012-01-13 Glenn Morris <rgm@gnu.org>
14882
14883 * dired.el (dired-switches-escape-p): New function.
14884 (dired-insert-directory): Use dired-switches-escape-p.
14885 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14886
14887 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14888
14889 2012-01-12 Glenn Morris <rgm@gnu.org>
14890
14891 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14892 changes in adaptive-fill-regexp. (Bug#10276)
14893
14894 2012-01-11 Alan Mackenzie <acm@muc.de>
14895
14896 Fix Emacs bug #10463 - put `widen's around the critical spots.
14897
14898 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14899 widen around each invocation of c-state-pp-to-literal. Remove an
14900 unused let variable.
14901
14902 2012-01-11 Glenn Morris <rgm@gnu.org>
14903
14904 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14905 Doc fix.
14906
14907 2012-01-10 Chong Yidong <cyd@gnu.org>
14908
14909 * net/network-stream.el (network-stream-open-starttls):
14910 Avoid emitting a confusing error message when the server gives a bad
14911 response to the capability command.
14912
14913 2012-01-10 Glenn Morris <rgm@gnu.org>
14914
14915 * mail/unrmail.el (unrmail): Tweak previous change.
14916
14917 2012-01-09 Chong Yidong <cyd@gnu.org>
14918
14919 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14920
14921 2012-01-08 Alan Mackenzie <acm@muc.de>
14922
14923 Optimize font locking in long enum definitions.
14924
14925 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14926 arm to a cond form to handle enums.
14927 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14928 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14929
14930 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14931
14932 * files.el (move-file-to-trash): Preserve default file modes on error.
14933 (Bug#10401)
14934
14935 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14936
14937 * faces.el (set-face-attribute): Clarify the meaning of the nil
14938 frame (bug#10294).
14939
14940 * subr.el (with-selected-frame): Mention that the selected frame
14941 is restored (bug#9980).
14942
14943 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14944 (bug#9759).
14945
14946 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14947 (password-read): Don't autoload unused function.
14948
14949 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14950
14951 * progmodes/which-func.el (which-func-mode): Turn into a
14952 non-interactive function and mark as obsolete (bug#10428).
14953
14954 2012-01-06 Chong Yidong <cyd@gnu.org>
14955
14956 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14957 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14958 functions, along with 1 and -1.
14959
14960 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14961
14962 * time.el (display-time-load-average)
14963 (display-time-default-load-average): Doc fixes. See the thread
14964 starting at
14965 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14966 for the details.
14967
14968 2012-01-06 Glenn Morris <rgm@gnu.org>
14969
14970 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14971 has no messages. (Bug#10377)
14972
14973 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14974 than Info-edit. (Bug#10385)
14975
14976 * time.el (display-time-load-average, display-time-next-load-average):
14977 Doc fixes.
14978
14979 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14980 local setting of buffer-read-only to the input buffer. (Bug#10419)
14981
14982 * calendar/calendar.el (calendar-mode):
14983 Locally set scroll-margin to 0. (Bug#10379)
14984
14985 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14986
14987 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14988
14989 2012-01-05 Glenn Morris <rgm@gnu.org>
14990
14991 * eshell/em-unix.el (diff-no-select): Autoload it.
14992 (eshell/diff): Use diff-no-select. (Bug#10420)
14993
14994 2012-01-05 Chong Yidong <cyd@gnu.org>
14995
14996 * shell.el (shell-dynamic-complete-functions): Revert last change.
14997 (shell-command-completion-function): New function.
14998 (shell-completion-vars): Use it to implement
14999 shell-completion-execonly (Bug#10417).
15000
15001 * custom.el (enable-theme): Don't set custom-safe-themes.
15002
15003 * cus-theme.el (custom-theme-merge-theme):
15004 Ignore custom-enabled-themes and custom-safe-themes.
15005
15006 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
15007
15008 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15009 first prompt in `sql-interacive-mode'.
15010 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15011 keywords.
15012 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15013 (sql-product-interactive): Bug fix: Set `sql-buffer' in
15014 context of original buffer. Invoke `sql-login-hook'.
15015
15016 2012-01-04 Eli Zaretskii <eliz@gnu.org>
15017
15018 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15019 letters in cite-prefix.
15020
15021 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15022
15023 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15024
15025 2012-01-03 Chong Yidong <cyd@gnu.org>
15026
15027 * shell.el (shell-dynamic-complete-functions):
15028 Put pcomplete-completions-at-point, so as to try
15029 comint-filename-completion first (Bug#10417).
15030
15031 2012-01-02 Richard Stallman <rms@gnu.org>
15032
15033 * battery.el (battery-status-function):
15034 Detect when to use battery-yeeloong-sysfs.
15035 (battery-echo-area-format): Add string for Yeeloong.
15036 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15037 (battery-yeeloong-sysfs): New function.
15038
15039 2012-01-02 Chong Yidong <cyd@gnu.org>
15040
15041 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15042 (dirtrack): Merge code for handling relative filenames in prompt
15043 from shell-dir-cookie-watcher.
15044 (dirtrack-debug-message): New arg to avoid excess format calls.
15045
15046 * shell.el (shell-dir-cookie-re): Variable deleted.
15047 (shell-dir-cookie-watcher): Function deleted.
15048 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15049 with dirtrack-mode.
15050
15051 2012-01-01 Eli Zaretskii <eliz@gnu.org>
15052
15053 * term/w32-win.el (dynamic-library-alist) <gnutls>:
15054 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15055 libgnutls-26.dll.
15056
15057 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
15058
15059 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15060
15061 2011-12-31 Eli Zaretskii <eliz@gnu.org>
15062
15063 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15064 headers of non-MIME messages, when rmail-enable-mime is non-nil.
15065
15066 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
15067
15068 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15069 also for alternative shells.
15070 (tramp-open-connection-setup-interactive-shell): Check, whether
15071 the shell is a busybox.
15072 (tramp-send-command): Don't suppress multiple prompts for
15073 busyboxes, it hurts.
15074
15075 2011-12-28 Chong Yidong <cyd@gnu.org>
15076
15077 * progmodes/gdb-mi.el (gdb-get-source-file-list)
15078 (gdb-get-source-file): Move mode line update to
15079 gdb-get-source-file (Bug#10087).
15080
15081 2011-12-25 Chong Yidong <cyd@gnu.org>
15082
15083 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15084 gud-gdb-marker-filter without taking it as an argument.
15085 (gud-gdb-run-command-fetch-lines): Caller changed.
15086 (gud-gdb-completion-function): New variable.
15087 (gud-gdb-completion-at-point): Use it.
15088 (gud-gdb-completions-1): Split from gud-gdb-completions.
15089
15090 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15091 function as separate arguments.
15092 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15093 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15094 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15095 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15096 (gdb-stopped, def-gdb-auto-update-trigger)
15097 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15098 (gdb-get-changed-registers, gdb-get-main-selected-frame):
15099 Callers changed.
15100 (gud-gdbmi-completions): New function.
15101 (gdb): Use it for generating the completion table.
15102
15103 2011-12-24 Alan Mackenzie <acm@muc.de>
15104
15105 Introduce a mechanism to widen the region used in context font
15106 locking. Use this to protect declarations from losing their contexts.
15107
15108 * progmodes/cc-langs.el (c-before-font-lock-functions):
15109 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15110 (c-before-context-fontification-functions): New defvar, a list of
15111 functions to be run just before context (etc.) font locking.
15112
15113 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15114 New, functionality extracted from
15115 c-neutralize-syntax-in-and-mark-CPP.
15116 (c-in-after-change-fontification): New variable.
15117 (c-after-change): Set c-in-after-change-fontification.
15118 (c-set-fl-decl-start): Rejig its interface, so it can be called
15119 from both after-change and context fontifying.
15120 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15121 New functions.
15122 (c-standard-font-lock-fontify-region-function): New variable.
15123 (c-font-lock-fontify-region): New function.
15124
15125 2011-12-24 Juri Linkov <juri@jurta.org>
15126
15127 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15128 (Bug#10348)
15129
15130 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
15131
15132 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15133 existence of source file. (Bug#10325)
15134
15135 2011-12-23 Alan Mackenzie <acm@muc.de>
15136
15137 Fix unstable fontification inside templates.
15138
15139 * progmodes/cc-langs.el (c-before-font-lock-functions):
15140 Newly created from the singular version. The (c c++ objc) entry now
15141 additionally has c-set-fl-decl-start. The other languages (apart
15142 from AWK) have that as a single entry.
15143
15144 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15145 The functionality for "local" declarations has been extracted to
15146 c-set-fl-decl-start.
15147
15148 * progmodes/cc-mode.el (c-common-init, c-after-change):
15149 Changes due to pluralisation of c-before-font-lock-functions.
15150 (c-set-fl-decl-start): New function, extracted from
15151 c-font-lock-enclosing-decls and enhanced.
15152
15153 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
15154
15155 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15156
15157 2011-12-22 Juri Linkov <juri@jurta.org>
15158
15159 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
15160
15161 2011-12-22 Chong Yidong <cyd@gnu.org>
15162
15163 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15164
15165 2011-12-21 Drew Adams <drew.adams@oracle.com>
15166
15167 * files.el (file-remote-p): Fix docstring. (Bug#10319)
15168
15169 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15170
15171 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15172
15173 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15174
15175 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
15176 highlighting and support. Fix up comments for capitalization.
15177 (cfengine-mode-debug): New var.
15178 (cfengine3-mode): Change the modeline indicator to "CFE3".
15179 (cfengine3-font-lock-keywords): Improve defun highlighting.
15180 (cfengine2-actions): Rename from `cfengine-actions'.
15181 (cfengine2-font-lock-keywords): Rename from
15182 `cfengine-font-lock-keywords'.
15183 (cfengine2-imenu-expression): Rename from
15184 `cfengine-imenu-expression'.
15185 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15186 (cfengine2-beginning-of-defun): Rename from
15187 `cfengine-beginning-of-defun'.
15188 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15189 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15190 (cfengine2-mode): Rename from `cfengine-mode'. Change the
15191 modeline indicator to "CFE2".
15192 (cfengine-mode): Defalias to `cfengine-auto-mode'.
15193 (cfengine-mode-abbrevs): Mark obsolete.
15194
15195 2011-12-21 Chong Yidong <cyd@gnu.org>
15196
15197 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15198 filename argument.
15199
15200 2011-12-20 Martin Rudalics <rudalics@gmx.at>
15201
15202 * window.el (window-normalize-buffer-to-display): Remove.
15203 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15204
15205 2011-12-19 Chong Yidong <cyd@gnu.org>
15206
15207 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15208 Don't signal an error in a predicate function; return non-nil.
15209 (vc-dir-mark-file): Move the error here.
15210 (vc-dir-mark-unmark): If acting on the region, keep going if one
15211 of the entries cannot be marked/unmarked.
15212 (vc-dir-mark-all-files): If current entry is a directory, mark
15213 only child files, as documented.
15214
15215 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
15216
15217 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15218 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15219 addition.
15220
15221 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15222
15223 * term/ns-win.el (ns-get-selection-internal)
15224 (ns-store-selection-internal): Declare.
15225 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15226 Declare as obsolete.
15227 (ns-get-pasteboard, ns-paste-secondary):
15228 Use ns-get-selection-internal.
15229 (ns-set-pasteboard, ns-copy-including-secondary):
15230 Use ns-store-selection-internal.
15231
15232 2011-12-17 Chong Yidong <cyd@gnu.org>
15233
15234 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15235 (vc-deduce-fileset): Doc fix.
15236
15237 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
15238
15239 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15240
15241 2011-12-13 Sam Steingold <sds@gnu.org>
15242
15243 * man.el (Man-getpage-in-background): When running under a
15244 window-system, ignore $MANWIDTH and $COLUMNS.
15245
15246 2011-12-15 Kenichi Handa <handa@m17n.org>
15247
15248 * language/ethio-util.el: Change coding tag to utf-8-emacs.
15249 (setup-ethiopic-environment-internal): Comment out key-binding for
15250 ethio-toggle-punctuation.
15251
15252 2011-12-13 Alan Mackenzie <acm@muc.de>
15253
15254 Add the switch statement to AWK Mode.
15255
15256 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15257 "default" to the keywords regexp.
15258
15259 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15260 expression as the rest.
15261 (c-nonlabel-token-key): Allow string literals for AWK.
15262 Refactor for the other modes.
15263
15264 Large brace-block initialisation makes CC Mode slow: Fix.
15265 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15266 routines. Limit backward searching in c-font-lock-enclosing.decl.
15267
15268 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15269 pp-state and literal type in addition to the limits.
15270 (c-state-safe-place): New defun, extracted from c-state-literal-at.
15271 (c-state-literal-at): Use the above new defun.
15272 (c-slow-in-literal, c-fast-in-literal): Remove.
15273 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15274
15275 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15276 being in a literal. Add a limit for backward searching.
15277
15278 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15279 c-slow-in-literal.
15280
15281 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15284
15285 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15286
15287 * window.el (delete-other-windows): Use correct frame in call to
15288 window-with-parameter.
15289
15290 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
15291
15292 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15293 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15294 (makefile-gmake-statements, makefile-makepp-statements):
15295 Use it and add new makepp keywords.
15296 (makefile-makepp-font-lock-keywords): Add new patterns.
15297 (makefile-match-function-end): Match new [...] and [[...]].
15298
15299 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
15300
15301 * ses.el (ses-call-printer-return, ses-cell-property-get)
15302 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15303 (ses-create-cell-variable, ses-reset-header-string)
15304 (ses-cell-set-formula, ses-repair-cell-reference-all)
15305 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15306 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15307 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15308 (ses-aset-with-undo, ses-load, ses-truncate-cell)
15309 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15310 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15311 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15312 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15313 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15314 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15315 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15316 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15317
15318 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
15319
15320 * ses.el: The overall change is to add cell renaming, that is
15321 setting fancy names for cell symbols other than name matching
15322 "\\`[A-Z]+[0-9]+\\'" regexp .
15323 (ses-create-cell-variable): New defun.
15324 (ses-relocate-formula): Relocate formulas only for cells the
15325 symbols of which are not renamed, i.e. symbols whose names do not
15326 match regexp "\\`[A-Z]+[0-9]+\\'".
15327 (ses-relocate-all): Relocate values only for cells the symbols of
15328 which are not renamed.
15329 (ses-load): Create cells variables as the (ses-cell ...) are read,
15330 in order to check row col consistency with cell symbol name only
15331 for cells that are not renamed.
15332 (ses-replace-name-in-formula): New defun.
15333 (ses-rename-cell): New defun.
15334
15335 2011-12-11 Chong Yidong <cyd@gnu.org>
15336
15337 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15338 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15339
15340 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
15341
15342 * window.el (other-window): Fix docstring.
15343
15344 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15345
15346 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15347 `from' or `to' address before taking its substring.
15348 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15349 encoded name is chopped in the middle of the encoded string, and
15350 thus displayed encoded.
15351
15352 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
15353
15354 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15355
15356 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15357
15358 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
15359 to use texinfo-update-node and commands that call it if the
15360 Texinfo file uses @node lines without next/prev/up pointers.
15361 Correct outdated description about texinfo-master-menu.
15362 (texinfo-all-menus-update, texinfo-master-menu)
15363 (texinfo-update-node, texinfo-every-node-update)
15364 (texinfo-multiple-files-update): Doc fix. Warn against updating
15365 all the @node lines.
15366 (texinfo-master-menu): Only call texinfo-update-node if the prefix
15367 argument is numeric. Explain better in the doc string what the
15368 function really does.
15369 (texinfo-insert-master-menu-list): Improve the error message
15370 displayed if there's no menu in the Top node.
15371 (Bug#2975) See also this thread:
15372 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15373
15374 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15375
15376 * speedbar.el (speedbar-supported-extension-expressions):
15377 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15378
15379 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15380
15381 * printing.el (pr-mode-alist):
15382 * simple.el (filter-buffer-substring-functions)
15383 (completion-list-insert-choice-function):
15384 * window.el (window-with-parameter, window-atom-root)
15385 (window-sides-slots, window-size-fixed, window-min-delta)
15386 (window-max-delta, window--resize-mini-window)
15387 (window--resize-child-windows-normal, window-tree)
15388 (delete-other-windows, quit-window, split-window)
15389 (display-buffer-record-window, special-display-buffer-names)
15390 (special-display-regexps, special-display-popup-frame)
15391 (same-window-p, split-window-sensibly)
15392 (display-buffer-overriding-action, display-buffer-alist)
15393 (display-buffer-base-action, display-buffer, switch-to-buffer)
15394 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15395 (fit-window-to-buffer, recenter-positions)
15396 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15397 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15398 and remove unneeded backslashes in docstrings.
15399
15400 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15401
15402 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15403
15404 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15405 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15406 end in ".mk".
15407 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15408 when reading the makefile (bug#10116).
15409
15410 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15411
15412 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15413 (bug#10116).
15414
15415 2011-12-06 Glenn Morris <rgm@gnu.org>
15416
15417 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15418
15419 2011-12-06 Chong Yidong <cyd@gnu.org>
15420
15421 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15422
15423 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15424
15425 * textmodes/table.el (table-shorten-cell): Fix typo.
15426
15427 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15428
15429 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15430
15431 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15432
15433 * descr-text.el (describe-char): Fix display of strong
15434 right-to-left characters and directional embeddings and overrides.
15435
15436 * simple.el (what-cursor-position): Fix display of codepoints of
15437 strong right-to-left characters.
15438
15439 2011-12-05 Chong Yidong <cyd@gnu.org>
15440
15441 * faces.el (read-color): Doc fix.
15442
15443 2011-12-05 Glenn Morris <rgm@gnu.org>
15444
15445 * align.el (align--set-marker): Add doc-string.
15446 Don't try to move something that is not a marker. (Bug#10216)
15447
15448 2011-12-04 Glenn Morris <rgm@gnu.org>
15449
15450 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15451 overly zealous deletion of trailing whitespace.
15452
15453 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15454
15455 * server.el (server-delete-client): On Windows, do not try to delete
15456 the only terminal.
15457 (server-process-filter): On Windows, treat requests for a tty frame as
15458 if they were for a GUI frame if the running server is in GUI mode.
15459
15460 2011-12-03 Glenn Morris <rgm@gnu.org>
15461
15462 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15463
15464 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15465
15466 * electric.el: Streamline electric-indent's hook.
15467 (electric-indent-chars): Revert to simple list.
15468 (electric-indent-functions): New var.
15469 (electric-indent-post-self-insert-function): Use it.
15470
15471 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15472 there's no inferior buffer (bug#10196).
15473 (prolog-consult-compile): Don't use toggle-read-only.
15474
15475 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15476
15477 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15478 interrupt. (Bug#10187)
15479
15480 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15481
15482 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15483 (bug#9160).
15484
15485 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15486 (bug#10191).
15487
15488 2011-12-02 Juri Linkov <juri@jurta.org>
15489
15490 * info.el (Info-search): Display "end of manual" when Isearch
15491 reaches the end of single-file Info manual. (Bug#9918)
15492
15493 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15494
15495 * isearch.el (isearch-message-prefix): Run the input method part
15496 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15497
15498 2011-12-02 Juri Linkov <juri@jurta.org>
15499
15500 * isearch.el (isearch-occur): Use `word-search-regexp' for
15501 `isearch-word'.
15502 (isearch-search-and-update): Add condition for `isearch-word' and
15503 call `word-search-regexp'. (Bug#10145)
15504
15505 2011-12-01 Glenn Morris <rgm@gnu.org>
15506
15507 * eshell/em-hist.el (eshell-hist-initialize):
15508 Handle eshell-history-size nil and HISTSIZE set or unset.
15509 (eshell-history-file-name, eshell-history-size): Fix custom type.
15510
15511 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15514
15515 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15516
15517 * progmodes/verilog-mode.el (verilog-pretty-expr):
15518 Rework verilog-pretty-expr to handle new assignment operators in system
15519 verilog, such as += *= and the like.
15520 (verilog-assignment-operator-re): Regular expression to find the
15521 assigment operator in a verilog assignment.
15522 (verilog-assignment-operation-re): Regular expression to find an
15523 assignment statement for pretty-expr.
15524 (verilog-in-attribute-p): Query returns true if point is in an
15525 attribute context; used to skip these for expression line up from
15526 pretty-expr.
15527 (verilog-in-parameter-p): Query returns true if point is in an
15528 parameter definition context; used to skip these for expression
15529 line up from pretty-expr.
15530 (verilog-in-parenthesis-p): Query returns true if point is in a
15531 parenthetical expression, specifically ( ) but not [ ] or { };
15532 used by pretty-expr.
15533 (verilog-just-one-space): If there is no space, don't add one.
15534 (verilog-get-lineup-indent-2): Specifically skip just attribute
15535 contexts for expression lineup, rather than skipping all
15536 parenthetical expressions.
15537 (verilog-calculate-indent): Fix comment, and fix indent.
15538 (verilog-do-indent): Indent declarations in lists (suggested by
15539 Joachim Lechner).
15540 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15541 skeleton items.
15542 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15543 by Alain Mellan).
15544
15545 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15546
15547 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15548 parameters with embedded comments. Reported by Ray Stevens.
15549 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15550 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15551 Reported by Tim Holt.
15552 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15553 instantiated by upper module causing wrong expansion until AUTOed a
15554 second time. Reported by K C Buckenmaier.
15555 (verilog-diff-auto): Fix showing .* as a difference when
15556 `verilog-auto-star-save' off. Reported by Dan Dever.
15557 (verilog-auto-reset, verilog-read-always-signals)
15558 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15559 temporary signals in reset list if
15560 verilog-auto-reset-blocking-in-non is nil, and match assignment
15561 style to each signal's assignment type, bug381.
15562 Reported by Thomas Esposito.
15563 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15564 (verilog-uvm-statement-re): Support UVM indentation and
15565 highlighting, with old OVM keywords only.
15566 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15567 Support AUTOTIEOFF creating non-wire data types.
15568 Suggested by Jonathan Greenlaw.
15569 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15570 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15571 (verilog-inject-sense, verilog-read-inst-pins)
15572 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15573 Fix mismatching parenthesis inside commented out code when deleting
15574 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15575 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15576 non-numeric vector width. Reported by Alex Reed.
15577 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15578 detecting signals with parameter widths. Reported by Alex Reed.
15579 (verilog-auto-delete-trailing-whitespace):
15580 With `verilog-auto-delete-trailing-whitespace' remove trailing
15581 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15582 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15583 Fix verilog-scan-cache corruption when running user AUTO expansion
15584 hooks that call indentation routines.
15585 (verilog-simplify-range-expression): Fix typo ignoring lower case
15586 identifiers.
15587 (verilog-delete-auto): Fix delete-autos to also remove user created
15588 automatics, as long as they start with AUTO.
15589 (verilog-batch-diff-auto, verilog-diff-auto)
15590 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15591 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15592 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15593 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15594 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15595 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15596 is disabled and its cache will get corrupt, causing AUTOS not to
15597 expand. Instead use only -quick functions.
15598 (verilog-scan-region): Fix scanning over escaped quotes.
15599 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15600 (verilog-re-search-backward-quick)
15601 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15602 related functions now ignore strings, to fix misparsing of strings
15603 with magic comments embedded in them.
15604 (verilog-read-auto-template):
15605 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15606 Reported by Brad Dobbie.
15607 (verilog-read-auto-template):
15608 Fix 'verilog-auto-inst-template-numbers' with comments.
15609 Reported by Brad Dobbie.
15610 (verilog-auto-inst, verilog-auto-inst-param)
15611 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15612 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15613 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15614 debugging templates without merge conflicts, bug357.
15615 Reported by Brad Dobbie.
15616 (verilog-read-auto-template):
15617 Fix verilog-auto-inst-template-numbers with multiple templates.
15618 Reported by Brad Dobbie.
15619 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15620 abbrevs so user won't be asked to save.
15621 (verilog-read-auto-lisp-present): Fix to start at beginning of
15622 buffer in case called outside of verilog-auto.
15623 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15624 to "X-2". Reported by Matthew Myers.
15625 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15626 all inputs from module templates. Reported by Leith Johnson.
15627 (verilog-module-inside-filename-p): Fix locating programs as with
15628 modules.
15629 (verilog-auto-inst-port): Fix vl-width expressions when using
15630 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15631 (verilog-decls-get-regs, verilog-decls-get-signals,
15632 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15633 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15634 verilog-read-decls): Combine reg and wire structures into one var
15635 structure to represent SystemVerilog concepts.
15636 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15637 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15638 (verilog-auto-wire-type, verilog-insert-definition):
15639 Add verilog-auto-wire-type and AUTOLOGIC to support using
15640 SystemVerilog "logic" keyword instead of "wire"/"reg".
15641 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15642 to declares outputs that also have assignments (presumably in an
15643 ifdef or generate if so there's not a driver conflict).
15644 Reported by Matthew Myers.
15645 (verilog-auto-declare-nettype, verilog-insert-definition):
15646 Add verilog-auto-declare-nettype to fix declarations using
15647 `default_nettype none. Reported by Julian Gorfajn.
15648 (verilog-read-always-signals-recurse, verilog-read-decls)
15649 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15650 malformed end statement, bug325. Reported by Joshua Wise and
15651 Andrew Drake.
15652 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15653 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15654 when expanding .* in interfaces, bug320.
15655 Reported by Pierre-David Pfister.
15656 (verilog-read-module-name): Fix import statements between module
15657 name and open parenthesis, bug317.
15658 Reported by Pierre-David Pfister.
15659 (verilog-simplify-range-expression): Fix simplification of
15660 multiplications inside AUTOWIRE connections, bug303.
15661 (verilog-auto-inst-port): Support parameter expansion in
15662 multidimensional arrays.
15663 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15664 after "assert property". Reported by Julian Gorfajn.
15665 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15666 with multiplication, bug303.
15667 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15668 Reported by Jan Frode Lonnum.
15669
15670 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15673 (hfy-shell-file-name, hfy-shell):
15674 * international/fontset.el (x-decompose-font-name): Fix typos.
15675
15676 2011-11-29 Ken Brown <kbrown@cornell.edu>
15677
15678 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15679 (gdb-version): Remove defvar.
15680 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15681 (gdb-gud-context-command, gdb-non-stop-handler)
15682 (gdb-current-context-command, gdb-stopped): Use it.
15683 (gdb-init-1): Enable pretty printing here.
15684 (gdb-non-stop-handler): Don't enable pretty-printing here.
15685 Check to see if the target supports non-stop mode; if not, turn off
15686 non-stop mode. Use the following.
15687 (gdb-check-target-async): New defun.
15688 (gud-watch, gdb-stopped): Fix whitespace.
15689 (gdb-get-source-file): Don't try to display the source file if
15690 `gdb-main-file' is nil.
15691
15692 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * align.el: Try to generate fewer markers (bug#10047).
15695 (align--set-marker): New macro.
15696 (align-region): Use it.
15697
15698 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15701
15702 2011-11-29 Chong Yidong <cyd@gnu.org>
15703
15704 * indent.el (indent-for-tab-command, indent-according-to-mode):
15705 Doc fix.
15706 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15707
15708 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15709
15710 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15711 aware of remote file names. (Bug#10124)
15712
15713 2011-11-29 Chong Yidong <cyd@gnu.org>
15714
15715 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15716
15717 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15718
15719 * files.el (find-file): Don't use force-same-window (bug#10144).
15720 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15721 use pop-to-buffer if the selected window can't be used.
15722 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15723
15724 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15725
15726 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15727 special-mode-map.
15728
15729 2011-11-28 Chong Yidong <cyd@gnu.org>
15730
15731 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15732
15733 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15734
15735 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15736 gdb-get-source-file-list on gdb-create-source-file-list.
15737
15738 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15739
15740 * whitespace.el (whitespace-newline): Use a different foreground
15741 color for 16-color light-background displays.
15742
15743 2011-11-24 Chong Yidong <cyd@gnu.org>
15744
15745 * window.el (display-buffer--special-action): Doc fix.
15746
15747 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15750 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15751 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15752 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15753 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15754 (avl-tree-stack-first):
15755 * emacs-lisp/cconv.el (cconv--analyse-use):
15756 * net/gnutls.el (gnutls-negotiate): Fix typos.
15757
15758 2011-11-24 Glenn Morris <rgm@gnu.org>
15759
15760 * lpr.el (lpr-windows-system, lpr-lp-system):
15761 * mail/binhex.el (binhex-begin-line):
15762 * progmodes/grep.el (grep-history, grep-find-history):
15763 * textmodes/flyspell.el:
15764 * vc/pcvs-defs.el (cvs-global-menu):
15765 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15766 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15767 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15768
15769 * net/tls.el: Fix case of "GnuTLS".
15770
15771 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15772
15773 * version.el (emacs-build-system): Give it a doc-string.
15774
15775 2011-11-24 Juri Linkov <juri@jurta.org>
15776
15777 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15778
15779 2011-11-24 Glenn Morris <rgm@gnu.org>
15780
15781 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15782 if called on a non-mime message just toggle the headers. (Bug#8006)
15783
15784 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15785
15786 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15787 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15788 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15789 (allout-rebullet-heading, allout-open-sibtopic)
15790 (allout-toggle-current-subtree-encryption)
15791 (allout-toggle-subtree-encryption, allout-encrypt-string)
15792 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15793 (allout-distinctive-bullets-string, allout-auto-activation):
15794 * window.el (window-normalize-buffer-to-display):
15795 * progmodes/verilog-mode.el (verilog-batch-indent):
15796 * textmodes/bibtex.el (bibtex-field-braces-opt)
15797 (bibtex-field-strings-opt):
15798 * vc/cvs-status.el (cvs-tree-merge):
15799 Fix typos.
15800
15801 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15802
15803 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15804 `non-essential' to t, in order to avoid remote connections.
15805
15806 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15807
15808 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15809 On MS-DOS and MS-Windows, compare with loaddefs.el
15810 case-insensitively.
15811
15812 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15813
15814 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15815
15816 2011-11-23 Glenn Morris <rgm@gnu.org>
15817
15818 * paths.el (rmail-file-name): Reformat the doc-string so that it
15819 is picked up.
15820
15821 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15822 (rmail-auto-file): Ignore case in the "special" field names,
15823 as mail-fetch-field does for all others.
15824
15825 * mail/rmail.el (rmail-forward):
15826 * mail/rmailkwd.el (rmail-set-label):
15827 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15828 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15829
15830 * mail/rmail.el (rmail-current-message): Doc fix.
15831
15832 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15833
15834 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15837
15838 2011-11-22 Glenn Morris <rgm@gnu.org>
15839
15840 * mail/rmailmm.el (test-rmail-mime-handler)
15841 (test-rmail-mime-bulk-handler)
15842 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15843
15844 2011-11-21 Juri Linkov <juri@jurta.org>
15845
15846 * calc/calc.el (calc-read-key-sequence):
15847 Let-bind `input-method-function' to nil. (Bug#10018)
15848
15849 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15850
15851 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15852 Tell the caller that the next line needs recomputation, even
15853 though it doesn't start a sexp (bug#10094).
15854
15855 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15858
15859 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15860
15861 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15862 Use force-same-window.
15863
15864 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15865
15866 * descr-text.el (describe-char-unicode-data):
15867 * json.el (json-string-escape):
15868 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15869 (Footnote-unicode, Footnote-style-p):
15870 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15871
15872 2011-11-20 Chong Yidong <cyd@gnu.org>
15873
15874 * window.el (replace-buffer-in-windows): Restore interactive spec.
15875
15876 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15879
15880 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15881 (byte-compile-global-not-obsolete-vars): New var.
15882 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15883 Use it.
15884 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15885
15886 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15887
15888 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15889 * progmodes/pascal.el (electric-pascal-equal):
15890 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15891 * xml.el (xml-substitute-special): Fix typos.
15892
15893 2011-11-20 Glenn Morris <rgm@gnu.org>
15894
15895 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15896 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15897 Doc fixes.
15898 (rmail-decode-mime-charset): Mark as obsolete.
15899
15900 * mail/rmailsum.el (rmail-message-regexp-p-1):
15901 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15902 Before using mime functions, check they are set. (Bug#10077)
15903
15904 2011-11-19 Juri Linkov <juri@jurta.org>
15905
15906 * info.el (Info-finder-find-node): Use `package--builtins' instead
15907 of `package-alist'. Use node names formed by the pattern "Keyword "
15908 and the keyword name.
15909
15910 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15911
15912 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15913
15914 2011-11-19 Juri Linkov <juri@jurta.org>
15915
15916 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15917 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15918 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15919 `old-history', `old-history-forward'. Add let-binding
15920 `window-selected'. Remove calls to `kill-buffer',
15921 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15922 before calling `Info-find-node', so `Info-find-node-2' will reread
15923 the Info file. Restore window positions only when `window-selected'
15924 is non-nil.
15925
15926 2011-11-19 Juri Linkov <juri@jurta.org>
15927
15928 * isearch.el (isearch-lazy-highlight-new-loop):
15929 Remove condition `(not isearch-error)'. (Bug#9918)
15930
15931 * misearch.el (multi-isearch-search-fun): Add condition
15932 `(not bound)' to ignore lazy-highlighting search.
15933 Add the search-failed message "end of multi" when the end of
15934 multi-sequence is reached. Uncapitalize the search-failed
15935 message "Repeat for next buffer".
15936
15937 * info.el (Info-search): Add the search-failed message
15938 "end of the manual" when the end of the manual is reached
15939 in Isearch mode.
15940
15941 2011-11-19 Juri Linkov <juri@jurta.org>
15942
15943 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15944 Use non-destructive `remove' instead of `delete' because
15945 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15946 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15947
15948 2011-11-19 Juri Linkov <juri@jurta.org>
15949
15950 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15951 to nil instead of binding `search-ring' and `regexp-search-ring'.
15952 (Bug#9185)
15953
15954 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15955
15956 * simple.el (line-move): Force movement by logical lines for any
15957 hscrolled window, not only when auto-hscroll-mode is on.
15958 (line-move-visual): Update doc string to that effect. (Bug#10076)
15959
15960 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15961
15962 * language/european.el (macintosh): Define as alias for mac-roman.
15963
15964 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15965
15966 * mail/rmailmm.el (rmail-mime-display-header)
15967 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15968 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15969 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15970 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15971 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15972 of a raw aref.
15973 (rmail-mime-entity-segment): To get past the tagline, move forward
15974 2 more lines, to account for the 2 empty lines that precede and
15975 follow the line with the buttons.
15976 (rmail-mime-update-tagline): Move one more line, to get past the
15977 empty line that follows the buttons in the tagline. (Bug#9520)
15978
15979 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15980
15981 * window.el (window-max-delta-1, window-min-delta-1)
15982 (window-min-size-1, window-state-get-1, window-state-put-1)
15983 (window-state-put-2): Use "window--" prefix.
15984
15985 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15988 (smie-warning-count): New var.
15989 (smie-set-prec2tab): Use it.
15990 (smie-bnf->prec2): Improve warnings. Add docstring.
15991 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15992 (smie-bnf--set-class): New function.
15993 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15994 corner case.
15995
15996 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15997 (compilation-error-properties, compilation-move-to-column):
15998 Handle compilation-first-column while in the target buffer.
15999
16000 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16001 Don't hardcode point-min==1.
16002
16003 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16004 (eshell-rewrite-for-command): Remove workaround.
16005 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16006 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16007 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16008
16009 * files-x.el (modify-file-local-variable): Obey commenting conventions.
16010
16011 2011-11-17 Glenn Morris <rgm@gnu.org>
16012
16013 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16014 Ignore buffer-local generated-autoload-file if it is the same
16015 as the global value. (Bug#10049)
16016
16017 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
16018
16019 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16020 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16021 (reftex-toc-previous-heading, reftex-toc-max-level)
16022 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16023 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16024 (reftex-toc-do-promote, reftex-toc-promote-prepare)
16025 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16026 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16027 (reftex-toc-rename-label, reftex-toc-visit-location)
16028 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16029 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16030 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16031 leaving "*toc*" only for references to the buffer.
16032
16033 2011-11-17 Martin Rudalics <rudalics@gmx.at>
16034
16035 * window.el (window-resize, delete-window, split-window):
16036 Replace window-splits by window-combination-resize.
16037 * cus-start.el (window-splits): Replace by window-combination-resize.
16038
16039 2011-11-17 Glenn Morris <rgm@gnu.org>
16040
16041 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16042 Make bash entry derive from sh entry, not shell entry.
16043
16044 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
16045
16046 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16047 local file name.
16048
16049 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16050
16051 * menu-bar.el (menu-bar-file-menu):
16052 * printing.el (pr-ps-utility):
16053 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16054 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16055 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16056 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16057 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16058 (icalendar--convert-cyclic-to-ical)
16059 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16060 (icalendar--convert-ical-to-diary)
16061 (icalendar--convert-recurring-to-diary)
16062 (icalendar--convert-non-recurring-all-day-to-diary)
16063 (icalendar-import-format-sample):
16064 * progmodes/idlw-shell.el (idlwave-shell-mode):
16065 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16066 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16067 (vhdl-ps-print-init): Fix typos.
16068
16069 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
16070
16071 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16072 FSF and collapse date sequence, obscure author/maintainer email address
16073 better, remove extra version line, track relocation of author's webpage.
16074
16075 * progmodes/python.el (python-pdbtrack-input-prompt)
16076 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16077 regular python pdb prompts. Adjustments shamelessly taken exactly as
16078 suggested in EmacsWiki page (tiny change):
16079 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16080
16081 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16082
16083 * expand.el (expand-pos, expand-index, expand-point):
16084 Remove redundant info from docstring.
16085 (expand-add-abbrevs): Doc fix.
16086 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16087 (expand-sample-perl-mode-expand-list): Fix typos.
16088
16089 * net/dbus.el (dbus-event-member-name):
16090 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16091 * term/pc-win.el (msdos-create-frame-with-faces):
16092 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16093
16094 2011-11-16 Martin Rudalics <rudalics@gmx.at>
16095
16096 * window.el (split-window, window-state-get-1)
16097 (window-state-put-1, window-state-put-2): Rename occurrences of
16098 window-nest to window-combination-limit.
16099 * cus-start.el (window-nest): Rename to window-combination-limit.
16100
16101 2011-11-16 Chong Yidong <cyd@gnu.org>
16102
16103 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16104 regexp (Bug#10033).
16105
16106 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16109 `completing-read' will remove *Completions* and will preserve
16110 current-buffer for us.
16111 (tmm-add-prompt): Users of *Completions* will always (re)set its
16112 major mode.
16113 (tmm-old-comp-map): Remove.
16114
16115 2011-11-16 Glenn Morris <rgm@gnu.org>
16116
16117 * mail/rmailedit.el: Require rmailmm when compiling.
16118 (rmail-old-mime-state): New declaration.
16119 (rmail-edit-current-message): If editing a mime message,
16120 edit the "raw" message from the mbox buffer.
16121 (rmail-cease-edit): Handle mime messages. (Bug#9840)
16122
16123 2011-11-15 Glenn Morris <rgm@gnu.org>
16124
16125 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16126 which wasn't being used. Add optional arg to force given state.
16127 (rmail-mime): Add optional arg to force given state.
16128
16129 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16130
16131 * allout.el (allout-encryption-plaintext-sanitization-regexps):
16132 * frame.el (display-mm-dimensions-alist):
16133 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16134 (outline-move-subtree-down):
16135 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16136 (newsticker--treeview-do-get-node):
16137 * net/quickurl.el (quickurl-list-buffer-name):
16138 * progmodes/dcl-mode.el (dcl-mode):
16139 * progmodes/gdb-mi.el (gdb-mapcar*):
16140 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16141
16142 2011-11-15 Glenn Morris <rgm@gnu.org>
16143
16144 * mail/rmail.el (rmail-file-coding-system): It's only ever used
16145 in a boolean sense, so just make it a boolean, and fix the doc.
16146 (rmail-show-mime-function, rmail-mime-feature)
16147 (rmail-require-mime-maybe): Doc fixes.
16148 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16149
16150 * mail/rmailmm.el (rmail-show-mime): Doc fix.
16151
16152 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16153
16154 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16155 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16156 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16157 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16158
16159 2011-11-15 Glenn Morris <rgm@gnu.org>
16160
16161 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16162 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16163 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16164 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16165 (rmail-mime, rmail-show-mime): Doc fixes.
16166
16167 * term/ns-win.el (mode-line-frame-identification):
16168 Leave it alone. (Bug#10051)
16169
16170 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
16171
16172 * mail/rmailout.el (rmail-output-to-rmail-buffer):
16173 Handle empty buffers. (Bug#9978)
16174
16175 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
16176
16177 * international/mule.el (define-charset):
16178 * mail/rmailmm.el (rmail-mime-find-header-encoding):
16179 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16180 * progmodes/verilog-mode.el (verilog-backward-token):
16181 * textmodes/ispell.el (lookup-words):
16182 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16183
16184 2011-11-14 Glenn Morris <rgm@gnu.org>
16185
16186 * progmodes/executable.el
16187 (executable-make-buffer-file-executable-if-script-p):
16188 Handle file-modes returning nil.
16189
16190 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16191 message - not necessary, and causes problems. (Bug#9831)
16192
16193 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16194
16195 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16196
16197 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16198 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
16199 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16200
16201 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16202
16203 * window.el (window-resize, delete-window): Use window-splits
16204 variable instead of function.
16205 (window-state-get-1, window-state-put-2, window-state-put):
16206 Don't deal with windows' splits status.
16207
16208 2011-11-12 Glenn Morris <rgm@gnu.org>
16209
16210 * apropos.el (apropos-do-all, apropos-library, apropos-value)
16211 (apropos-documentation): Doc fixes.
16212
16213 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
16214
16215 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16216 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16217
16218 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * electric.el (electric-indent-post-self-insert-function): Make it
16221 possible for a char to only indent in some circumstances.
16222 (electric-indent-mode): Simplify.
16223
16224 2011-11-11 Martin Rudalics <rudalics@gmx.at>
16225
16226 * window.el (windows-with-parameter): Remove unused function.
16227 (windows-at-side): Rename to window-at-side-list.
16228 (window-check, window-atom-check, window-atom-check-1)
16229 (window-side-check, window-size-ignore, window-size-fixed-1)
16230 (window-in-direction-2): Prefix with "window--".
16231 (window-tree-1): Rename to window--subtree, fix doc-string.
16232
16233 2011-11-11 Glenn Morris <rgm@gnu.org>
16234
16235 * subr.el (eval-after-load): If FILE is already loaded,
16236 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
16237
16238 2011-11-10 Glenn Morris <rgm@gnu.org>
16239
16240 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16241 Call svn via vc-svn-command rather than vc-do-command.
16242 (vc-svn-command): Add --non-interactive. (Bug#9993)
16243 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16244
16245 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16246 Add toggle-read-only. (Bug#7292)
16247 * files.el (toggle-read-only): Mention that it should only
16248 be used interactively. (Bug#10006)
16249
16250 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16253 Adjust regexp for OCaml warnings.
16254
16255 * electric.el (electric-pair-post-self-insert-function): Let user
16256 turn it off buffer-locally (bug#9932).
16257
16258 * progmodes/python.el (python-beginning-of-statement):
16259 Rewrite (bug#2703).
16260
16261 * progmodes/compile.el: Better handle TABs (bug#9749).
16262 (compilation-internal-error-properties)
16263 (compilation-next-error-function): Obey the target buffer's
16264 compilation-error-screen-columns.
16265
16266 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
16267
16268 * progmodes/meta-mode.el: Remove obsolete comments.
16269 (meta-right-comment-regexp, meta-ignore-comment-regexp):
16270 Fix typos in docstrings.
16271
16272 2011-11-09 Martin Rudalics <rudalics@gmx.at>
16273
16274 * window.el (window-size-fixed-p): Rewrite doc-string.
16275 (window-resizable-p): Rename to window--resizable-p. Update callers.
16276 (window--resizable): New function. Make all callers of
16277 window-resizable call window--resizable instead.
16278 (window-resizable): Rewrite in terms of window--resizable.
16279
16280 2011-11-08 Glenn Morris <rgm@gnu.org>
16281
16282 * progmodes/delphi.el (delphi-mode-syntax-table):
16283 Let define-derived-mode define a proper syntax table. (Bug#9994)
16284
16285 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * window.el: Stay away from defsubst.
16288 (window-list-no-nils): Remove.
16289 (window-state-get-1, window-state-get): Use backquote instead.
16290
16291 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16292
16293 * emacs-lisp/find-func.el (find-function-read):
16294 Fix incorrect use of default argument in `completing-read'.
16295
16296 2011-11-08 Martin Rudalics <rudalics@gmx.at>
16297
16298 * window.el (display-buffer-function, special-display-function):
16299 Mention display-buffer-record-window but do not mention
16300 help-setup parameter in doc-strings.
16301 (window-min-delta): Fix doc-string typo.
16302
16303 2011-11-08 Chong Yidong <cyd@gnu.org>
16304
16305 * window.el (window-total-height, window-total-width): Doc fix.
16306 (window-body-size): Move from C.
16307 (window-body-height, window-body-width): Move to C.
16308
16309 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * window.el: Make special-display like display-buffer-alist (bug#9532).
16312 (display-buffer--special-action): New function, morphed
16313 from display-buffer--special.
16314 (display-buffer): Use it to handle special-display-buffers at higher
16315 priority (just after display-buffer-alist).
16316 (display-buffer-fallback-action, display-buffer--other-frame-action)
16317 (pop-to-buffer-same-window): Remove display-buffer--special.
16318
16319 2011-11-07 Glenn Morris <rgm@gnu.org>
16320
16321 * calendar/cal-menu.el (cal-menu-set-date-title):
16322 Do nothing if not in a calendar. (Bug#9976)
16323
16324 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16325
16326 * files.el (find-file): Always use selected-window.
16327
16328 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16329
16330 * window.el (window-combinations): Make WINDOW argument
16331 mandatory. Rewrite doc-string.
16332 (walk-window-subtree, window-atom-check, window-min-delta)
16333 (window-max-delta, window--resize-this-window)
16334 (window--resize-root-window-vertically, window-tree)
16335 (balance-windows, window-state-put): Rewrite doc-strings as to
16336 not mention the term "subwindow".
16337 (window--resize-subwindows-skip-p): Rename to
16338 window--resize-child-windows-skip-p.
16339 (window--resize-subwindows-normal): Rename to
16340 window--resize-child-windows-normal.
16341 (window--resize-subwindows): Rename to
16342 window--resize-child-windows.
16343 (window-or-subwindow-p): Rename to window--in-subtree-p.
16344
16345 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16346
16347 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16348 Ensure that mbox format messages end in two newlines (Bug#9974).
16349
16350 2011-11-06 Chong Yidong <cyd@gnu.org>
16351
16352 * window.el (window-combination-p): Function deleted; its
16353 side-effect is not used in any existing code.
16354 (window-combinations, window-combined-p): Call window-*-child
16355 directly.
16356
16357 2011-11-05 Chong Yidong <cyd@gnu.org>
16358
16359 * window.el (window-valid-p): Rename from window-any-p.
16360 (window-size-ignore, window-state-get): Callers changed.
16361 (window-normalize-window): Rename from window-normalize-any-window.
16362 New arg LIVE-ONLY, replacing window-normalize-live-window.
16363 (window-normalize-live-window): Delete.
16364 (window-combination-p, window-combined-p, window-combinations)
16365 (walk-window-subtree, window-atom-root, window-min-size)
16366 (window-sizable, window-sizable-p, window-size-fixed-p)
16367 (window-min-delta, window-max-delta, window-resizable)
16368 (window-resizable-p, window-full-height-p, window-full-width-p)
16369 (window-current-scroll-bars, window-point-1, set-window-point-1)
16370 (window-at-side-p, window-in-direction, window-resize)
16371 (adjust-window-trailing-edge, maximize-window, minimize-window)
16372 (window-deletable-p, delete-window, delete-other-windows)
16373 (record-window-buffer, unrecord-window-buffer)
16374 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16375 (quit-window, split-window, window-state-put)
16376 (set-window-text-height, fit-window-to-buffer)
16377 (shrink-window-if-larger-than-buffer): Callers changed.
16378
16379 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16380
16381 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16382 rfc2047-decode-string.
16383 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16384 warnings.
16385
16386 * window.el (window-body-height, window-body-width): Mention in
16387 the doc string that the return values are in frame's canonical
16388 units. (Bug#9949)
16389
16390 2011-11-03 Alan Mackenzie <acm@muc.de>
16391
16392 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16393 change in cc-engine.el.
16394
16395 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16398
16399 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16400
16401 * window.el (quit-window): Call unrecord-window-buffer after
16402 showing another buffer in the window. (Bug#9937)
16403 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16404
16405 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16406
16407 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16408 Accept status with more than 9 shelves. (Bug#9935)
16409 Reported by Colin D Bennett <colin@gibibit.com>.
16410
16411 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16412
16413 * help.el (with-help-window): Don't reference
16414 temp-buffer-show-specifiers in doc-string.
16415
16416 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16417
16418 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16419 menu-item.
16420
16421 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16422
16423 * whitespace.el: New version 13.2.2.
16424 (whitespace-newline-mode): Disable properly. Reported by Sarah
16425 <EmacsWiki>.
16426
16427 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16428
16429 * net/newst-treeview.el: Remove "Time-stamp".
16430 (newsticker--group-manage-orphan-feeds): Do not call
16431 newsticker--treeview-tree-update.
16432 (newsticker-treeview-update, newsticker-treeview):
16433 Call newsticker--treeview-tree-update if necessary.
16434
16435 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16436
16437 * window.el (window-iso-combination-p, window-iso-combined-p)
16438 (window-iso-combinations): Remove "iso-" infix.
16439 Suggested by Chong Yidong.
16440 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16441 (window-max-delta-1, window-resize, window--resize-siblings)
16442 (window--resize-this-window, adjust-window-trailing-edge)
16443 (split-window, balance-windows-1)
16444 (shrink-window-if-larger-than-buffer):
16445 * calendar/calendar.el (calendar-generate-window):
16446 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16447
16448 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16451 in place (bug#9907).
16452 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16453 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16454 (eshell-structure-basic-command, eshell-rewrite-while-command)
16455 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16456 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16457 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16458 (eshell-do-pipelines-synchronously, eshell-eval-command):
16459 Use backquotes and prefer setq to set.
16460 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16461 (eshell-macrop): Use functionp.
16462 (eshell-do-eval): Handle multiple expressions in `while' body.
16463
16464 2011-10-30 Chong Yidong <cyd@gnu.org>
16465
16466 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16467 instead of set-mark (Bug#9810).
16468
16469 2011-10-30 Chong Yidong <cyd@gnu.org>
16470
16471 * window.el (split-window-below, split-window-right): Rename from
16472 split-window-above-each-other and split-window-side-by-side
16473 respectively. All callers changed.
16474 (split-window-sensibly, split-window-sensibly): Use them.
16475 (split-window-keep-point): Doc fix.
16476
16477 * isearch.el: Add isearch-scroll property to split-window-below
16478 and split-window-right.
16479
16480 * follow.el (follow-mode):
16481 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16482 * progmodes/ada-xref.el (ada-gdb-application):
16483 * emulation/vip.el (vip-buffer-in-two-windows):
16484 * image-dired.el (image-dired-dired-with-window-configuration):
16485 * dired-x.el (dired-do-find-marked-files):
16486 * dired.el (dired-pop-to-buffer):
16487 * bs.el (bs--show-with-configuration):
16488 * vc/emerge.el (emerge-setup-windows):
16489 * textmodes/two-column.el (2C-two-columns):
16490 * textmodes/reftex-toc.el (reftex-toc):
16491 * progmodes/gdb-mi.el (gdb-setup-windows):
16492 * progmodes/fortran.el (fortran-window-create):
16493 * net/newst-treeview.el (newsticker--treeview-window-init):
16494 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16495 * emulation/tpu-edt.el (tpu-gold-map):
16496 * emulation/crisp.el (crisp-mode-map):
16497 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16498
16499 2011-10-29 Chong Yidong <cyd@gnu.org>
16500
16501 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16502
16503 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16504
16505 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16506 forged Ispell output (Bug#7904).
16507
16508 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16509
16510 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16511
16512 * doc-view.el: Avoid ugly errors about not finding nil.
16513 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16514 (doc-view-dvipdf-program, doc-view-unoconv-program)
16515 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16516 Avoid nil or absolute file name as default value.
16517 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16518
16519 2011-10-28 Alan Mackenzie <acm@muc.de>
16520
16521 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16522
16523 2011-10-28 Alan Mackenzie <acm@muc.de>
16524
16525 Amend the handling of c-beginning/end-of-defun in nested declaration
16526 scopes.
16527
16528 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16529 cc-langs.el. Change it to a defcustom.
16530
16531 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16532 cc-vars.el.
16533
16534 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16535 Prevent "class foo : bar" being spuriously recognized as a label.
16536
16537 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16538 Add parameter `inclusive' (to include enclosing braces in the region).
16539 (c-widen-to-enclosing-decl-scope): New function.
16540 (c-while-widening-to-decl-block): New macro.
16541 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16542 outward for defun boundaries, and correspondingly change symbol
16543 `respect-enclosure' to `go-outward'.
16544 (c-declaration-limits): Change algorithm to report only the "innermost"
16545 defun's boundaries.
16546
16547 2011-10-28 Deniz Dogan <deniz@dogan.se>
16548
16549 * net/rcirc.el (rcirc-mode): Use hard newlines.
16550
16551 2011-10-28 Alan Mackenzie <acm@muc.de>
16552
16553 Amend to indent and fontify macros "which include their own semicolon"
16554 correctly, using the "virtual semicolon" mechanism.
16555
16556 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16557
16558 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16559 Recode to scan one line at a time rather than having \n and \r
16560 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16561 (c-forward-label): Amend for virtual semicolons.
16562 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16563
16564 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16565 of the new C macros.
16566
16567 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16568 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16569 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16570 (c-opt-cpp-macro-define): Make into a full language variable.
16571 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16572 AWK Mode (including \n, \r) removed, no longer needed.
16573
16574 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16575 Invoke c-make-macro-with-semi-re.
16576
16577 * progmodes/cc-vars.el (c-macro-with-semi-re):
16578 (c-macro-names-with-semicolon): New variables.
16579 (c-make-macro-with-semi-re): New function.
16580
16581 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * vc/log-edit.el: Fill empty field rather than adding new one.
16584 (log-edit-add-field): New function.
16585 (log-edit-insert-changelog): Use it.
16586
16587 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16588
16589 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16590
16591 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16594 (gdb--check-interpreter): New function.
16595 (gdb): Use it.
16596
16597 2011-10-27 Glenn Morris <rgm@gnu.org>
16598
16599 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16600 (least-positive-float, least-negative-float)
16601 (least-positive-normalized-float, least-negative-normalized-float)
16602 (float-epsilon, float-negative-epsilon):
16603 Remove unnecessary declarations.
16604
16605 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16606 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16607 (least-positive-float, least-negative-float)
16608 (least-positive-normalized-float, least-negative-normalized-float)
16609 (float-epsilon, float-negative-epsilon): Add doc-strings,
16610 based on those in cl.texi.
16611
16612 * files.el (set-visited-file-name): If the major-mode changed,
16613 reload the local variables. (Bug#9796)
16614
16615 2011-10-27 Chong Yidong <cyd@gnu.org>
16616
16617 * subr.el (change-major-mode-after-body-hook): New hook.
16618 (run-mode-hooks): Run it.
16619
16620 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16621 Use change-major-mode-before-body-hook.
16622
16623 * simple.el (fundamental-mode):
16624 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16625 change introducing fundamental-mode-hook.
16626
16627 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16628
16629 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16630
16631 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16632
16633 * ido.el (ido-file-name-all-completions-1): Do not require
16634 tramp.el explicitly. (Bug#7583)
16635
16636 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16637
16638 * progmodes/octave-mod.el:
16639 * progmodes/octave-inf.el: Update maintainer.
16640
16641 2011-10-26 Chong Yidong <cyd@gnu.org>
16642
16643 * subr.el (with-wrapper-hook): Rewrite doc.
16644
16645 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16646
16647 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16648 filenames "/method:foo:". (Bug#9793)
16649
16650 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16651
16652 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16653 (bug#9865).
16654
16655 2011-10-24 Glenn Morris <rgm@gnu.org>
16656
16657 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16658
16659 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16660
16661 * notifications.el: Add the requirement of a running D-Bus session
16662 bus to the Commentary.
16663
16664 2011-10-24 Juri Linkov <juri@jurta.org>
16665
16666 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16667 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16668 (Bug#9364)
16669
16670 2011-10-24 Juri Linkov <juri@jurta.org>
16671
16672 * info.el (Info-following-node-name-re): Add newline to the list
16673 of allowed characters for leading space. (Bug#9824)
16674
16675 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16676
16677 * progmodes/octave-inf.el (inferior-octave-mode-map):
16678 Fix C-c C-h binding.
16679 * progmodes/octave-mod.el (octave-help): Remove.
16680
16681 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16682
16683 Sync with Tramp 2.2.3.
16684
16685 * net/tramp-cache.el (top): Pacify byte-compiler using
16686 `init-file-user' and `site-run-file'.
16687
16688 * net/trampver.el: Update release number.
16689
16690 2011-10-23 Chong Yidong <cyd@gnu.org>
16691
16692 * files.el (toggle-read-only): Remove obsolete comment about
16693 version control.
16694
16695 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16696 for toggle-read-only. Note that this hasn't called vc-next-action
16697 since 2008-05-02, though it wasn't documented at the time.
16698
16699 * vc/ediff-init.el (ediff-toggle-read-only-function):
16700 Use toggle-read-only.
16701
16702 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16703
16704 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16705 of c-parse-state.
16706
16707 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16708 correct faulty logical expression.
16709 (c-parse-state-state, c-record-parse-state-state):
16710 (c-replay-parse-state-state): New defvar/defuns.
16711 (c-debug-parse-state): Use new functions.
16712
16713 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16714
16715 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16716 last fix. Use window-in-direction correctly.
16717
16718 2011-10-21 Chong Yidong <cyd@gnu.org>
16719
16720 * progmodes/idlwave.el (idlwave-mode):
16721 * progmodes/vera-mode.el (vera-mode): No need to set
16722 require-final-newline; that's done in prog-mode.
16723 Suggested by Stefan Monnier.
16724
16725 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16726
16727 * mouse.el (mouse-drag-window-above)
16728 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16729 (mouse-drag-mode-line-1, mouse-drag-header-line)
16730 (mouse-drag-vertical-line-rightward-window): Remove.
16731 (mouse-drag-line): New function.
16732 (mouse-drag-mode-line, mouse-drag-header-line)
16733 (mouse-drag-vertical-line): Call mouse-drag-line.
16734 * window.el (window-at-side-p, windows-at-side): New functions.
16735
16736 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16737
16738 * tar-mode.el (tar-grind-file-mode):
16739 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16740
16741 2011-10-21 Chong Yidong <cyd@gnu.org>
16742
16743 * progmodes/idlwave.el (idlwave-mode):
16744 * progmodes/vera-mode.el (vera-mode):
16745 Use mode-require-final-newline.
16746
16747 2011-10-20 Glenn Morris <rgm@gnu.org>
16748
16749 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16750
16751 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16752
16753 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16754
16755 2011-10-20 Chong Yidong <cyd@gnu.org>
16756
16757 * emulation/cua-base.el (cua-mode):
16758 * mail/footnote.el (footnote-mode):
16759 * mail/mailabbrev.el (mail-abbrevs-mode):
16760 * net/xesam.el (xesam-minor-mode):
16761 * progmodes/bug-reference.el (bug-reference-mode):
16762 * progmodes/cap-words.el (capitalized-words-mode):
16763 * progmodes/compile.el (compilation-minor-mode)
16764 (compilation-shell-minor-mode):
16765 * progmodes/gud.el (gud-tooltip-mode):
16766 * progmodes/hideif.el (hide-ifdef-mode):
16767 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16768 * progmodes/subword.el (subword-mode):
16769 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16770 * progmodes/which-func.el (which-function-mode):
16771 * term/tvi970.el (tvi970-set-keypad-mode):
16772 * term/vt100.el (vt100-wide-mode):
16773 * textmodes/flyspell.el (flyspell-mode):
16774 * textmodes/ispell.el (ispell-minor-mode):
16775 * textmodes/nroff-mode.el (nroff-electric-mode):
16776 * textmodes/paragraphs.el (use-hard-newlines):
16777 * textmodes/refill.el (refill-mode):
16778 * textmodes/reftex.el (reftex-mode):
16779 * textmodes/rst.el (rst-minor-mode):
16780 * textmodes/sgml-mode.el (html-autoview-mode)
16781 (sgml-electric-tag-pair-mode):
16782 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16783 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16784 * emulation/crisp.el (crisp-mode):
16785 * emacs-lisp/eldoc.el (eldoc-mode):
16786 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16787 minor mode behavior.
16788
16789 2011-10-19 Juri Linkov <juri@jurta.org>
16790
16791 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16792 the list of hard-coded chars with escape-glyph face.
16793
16794 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16797
16798 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16799
16800 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16801 running process.
16802
16803 2011-10-19 Glenn Morris <rgm@gnu.org>
16804
16805 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16806 Ignore ignored files. (Bug#9726)
16807
16808 2011-10-19 Chong Yidong <cyd@gnu.org>
16809
16810 Doc fix for minor modes, stating that an omitted argument enables
16811 the mode unconditionally when called from Lisp.
16812
16813 * abbrev.el (abbrev-mode):
16814 * allout.el (allout-mode):
16815 * autoinsert.el (auto-insert-mode):
16816 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16817 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16818 (global-auto-revert-mode):
16819 * battery.el (display-battery-mode):
16820 * composite.el (global-auto-composition-mode)
16821 (auto-composition-mode):
16822 * delsel.el (delete-selection-mode):
16823 * desktop.el (desktop-save-mode):
16824 * dired-x.el (dired-omit-mode):
16825 * dirtrack.el (dirtrack-mode):
16826 * doc-view.el (doc-view-minor-mode):
16827 * double.el (double-mode):
16828 * electric.el (electric-indent-mode, electric-pair-mode):
16829 * emacs-lock.el (emacs-lock-mode):
16830 * epa-hook.el (auto-encryption-mode):
16831 * follow.el (follow-mode):
16832 * font-core.el (font-lock-mode):
16833 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16834 * help.el (temp-buffer-resize-mode):
16835 * hilit-chg.el (highlight-changes-mode)
16836 (highlight-changes-visible-mode):
16837 * hi-lock.el (hi-lock-mode):
16838 * hl-line.el (hl-line-mode, global-hl-line-mode):
16839 * icomplete.el (icomplete-mode):
16840 * ido.el (ido-everywhere):
16841 * image-file.el (auto-image-file-mode):
16842 * image-mode.el (image-minor-mode):
16843 * iswitchb.el (iswitchb-mode):
16844 * jka-cmpr-hook.el (auto-compression-mode):
16845 * linum.el (linum-mode):
16846 * longlines.el (longlines-mode):
16847 * master.el (master-mode):
16848 * mb-depth.el (minibuffer-depth-indicate-mode):
16849 * menu-bar.el (menu-bar-mode):
16850 * minibuf-eldef.el (minibuffer-electric-default-mode):
16851 * mouse-sel.el (mouse-sel-mode):
16852 * msb.el (msb-mode):
16853 * mwheel.el (mouse-wheel-mode):
16854 * outline.el (outline-minor-mode):
16855 * paren.el (show-paren-mode):
16856 * recentf.el (recentf-mode):
16857 * reveal.el (reveal-mode, global-reveal-mode):
16858 * rfn-eshadow.el (file-name-shadow-mode):
16859 * ruler-mode.el (ruler-mode):
16860 * savehist.el (savehist-mode):
16861 * scroll-all.el (scroll-all-mode):
16862 * scroll-bar.el (scroll-bar-mode):
16863 * server.el (server-mode):
16864 * shell.el (shell-dirtrack-mode):
16865 * simple.el (auto-fill-mode, transient-mark-mode)
16866 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16867 (line-number-mode, column-number-mode, size-indication-mode)
16868 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16869 * strokes.el (strokes-mode):
16870 * time.el (display-time-mode):
16871 * t-mouse.el (gpm-mouse-mode):
16872 * tool-bar.el (tool-bar-mode):
16873 * tooltip.el (tooltip-mode):
16874 * type-break.el (type-break-mode-line-message-mode)
16875 (type-break-query-mode):
16876 * view.el (view-mode):
16877 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16878 (global-whitespace-mode, global-whitespace-newline-mode):
16879 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16880
16881 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16882 Fix autogenerated docstring.
16883
16884 2011-10-19 Juri Linkov <juri@jurta.org>
16885
16886 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16887 by checking environment variables "DESKTOP_SESSION" and
16888 "XDG_CURRENT_DESKTOP". (Bug#9779)
16889
16890 2011-10-19 Juri Linkov <juri@jurta.org>
16891
16892 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16893 (browse-url-chromium-program, browse-url-chromium-arguments):
16894 New defcustoms.
16895 (browse-url-default-browser): Check for `browse-url-chromium' and
16896 call `browse-url-chromium-program'.
16897 (browse-url-chromium): New command. (Bug#9779)
16898
16899 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16900
16901 * facemenu.el (list-colors-duplicates): On Windows, detect more
16902 duplicates by assuming that only colors matching "^System" are
16903 special "system colors". (Bug#9722)
16904
16905 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16908 to distinguish the author from the committer.
16909
16910 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16911
16912 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16913
16914 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16915
16916 * international/mule.el (sgml-html-meta-auto-coding-function):
16917 Add support for detecting encoding in HTML5 specified only as
16918 <meta charset="UTF-8">. Implementation just makes http-equiv and
16919 content-type parts from HTML4 encoding string optional. (Bug#9716)
16920
16921 2011-10-18 Glenn Morris <rgm@gnu.org>
16922
16923 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16924
16925 2011-10-18 Chong Yidong <cyd@gnu.org>
16926
16927 * faces.el (cursor): Doc fix.
16928
16929 2011-10-17 Chong Yidong <cyd@gnu.org>
16930
16931 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16932
16933 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16934
16935 * dirtrack.el (dirtrack): Support shell buffers with path
16936 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16937
16938 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16939
16940 * json.el: Bump version to 1.3 and note change in History.
16941 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16942
16943 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16944
16945 * comint.el (comint-insert-input, comint-send-input)
16946 (comint-get-old-input-default, comint-backward-matching-input)
16947 (comint-next-prompt): Use nil instead of `input' for field property of
16948 past user input (bug#114).
16949
16950 * minibuffer.el (completion--replace): Inherit surrounding properties
16951 (bug#114).
16952 (minibuffer-complete-and-exit): Use it.
16953
16954 * comint.el (comint--table-subvert): Quote the all-completions output
16955 (bug#9160).
16956
16957 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16958
16959 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16960
16961 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16962 window on right of selected. (Bug#9350) Reword other window
16963 entries and separate them from frame entries.
16964
16965 2011-10-15 Glenn Morris <rgm@gnu.org>
16966
16967 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16968 Doc fixes.
16969
16970 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16971
16972 * net/network-stream.el (network-stream-open-starttls):
16973 Improve detection of failure due to lack of TLS support.
16974
16975 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16976 putting the input text in front and in bold.
16977
16978 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16979
16980 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16981
16982 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16983 empty buffer.
16984
16985 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16986 unread-command-events rather than pushing yet-another event.
16987
16988 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16989
16990 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16991 the explanation of the possible choices. Make the options passed
16992 to completing-read shorter.
16993
16994 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16995
16996 * textmodes/flyspell.el (flyspell-large-region): Make sure
16997 extended character mode is used if defined (Bug#1339).
16998
16999 2011-10-13 Eli Zaretskii <eliz@gnu.org>
17000
17001 * simple.el (what-cursor-position): Fix the display of the
17002 character info for LRE, LRO, RLE, and RLO characters by appending
17003 an invisible PDF.
17004
17005 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17006
17007 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17008 even in case of error; add debug spec; simplify data flow.
17009 (with-timeout-handler): Remove.
17010
17011 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
17012
17013 Fix Bug#6019, Bug#9315.
17014
17015 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17016 complete `buffer-file-name', the local file name part could look
17017 remotely (for example on VMS).
17018
17019 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17020 `tramp-run-real-handler'.
17021 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17022 already quoted by '"'.
17023
17024 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17025 Let `file-name-handler-alist' be nil, the local file name part
17026 could look remotely (for example on VMS).
17027
17028 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17029
17030 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17031 from here...
17032 (flyspell-post-command-hook): ...to here.
17033
17034 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17037 if not needed.
17038 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
17039 using completion. Protect against "slow" callers.
17040 Remove the "message hack".
17041
17042 2011-10-11 Juri Linkov <juri@jurta.org>
17043
17044 * isearch.el (isearch-lazy-highlight-word): New variable.
17045 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17046 Use it. (Bug#9727)
17047
17048 2011-10-11 Glenn Morris <rgm@gnu.org>
17049
17050 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17051 like f90-previous-statement does.
17052
17053 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17054
17055 * eshell/eshell.el (eshell-command): History should be saved
17056 only in interactive use, to avoid error.
17057
17058 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * minibuffer.el (completion-file-name-table): Fix last change,
17061 i.e. ignore normal errors but not the other ones.
17062
17063 2011-10-10 Martin Rudalics <rudalics@gmx.at>
17064
17065 * window.el (special-display-buffer-names)
17066 (special-display-regexps): Remove some remnants of earlier
17067 changes from doc-strings.
17068 (quit-windows-on): New function.
17069
17070 * vc/vc.el (vc-revert, vc-rollback):
17071 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17072 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
17073 (Bug#6183) (Bug#7074) (Bug#7447)
17074
17075 2011-10-09 Martin Rudalics <rudalics@gmx.at>
17076
17077 * window.el (frame-auto-hide-function): Add version tag.
17078 (Bug#9699)
17079
17080 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
17081
17082 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17083 condition.
17084
17085 2011-10-09 Leo Liu <sdl.web@gmail.com>
17086
17087 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17088 (Bug#9701)
17089
17090 2011-10-08 Glenn Morris <rgm@gnu.org>
17091
17092 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17093 before the first code statement zero indent. (Bug#9690)
17094
17095 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
17096
17097 * simple.el (count-words-region): Always count in the region.
17098 Report the number of lines and characters too.
17099 (count-words): New command, which counts in the buffer if the
17100 region is inactive, as count-words-region used to.
17101 (count-words--message): New function. Handle plurals.
17102 (count-lines-region): Make it an alias for count-words-region.
17103
17104 * bindings.el (esc-map): Replace count-lines-region with
17105 count-words-region.
17106
17107 2011-10-08 Martin Rudalics <rudalics@gmx.at>
17108
17109 * window.el (window--delete): Delete dedicated frame
17110 unconditionally when argument KILL is non-nil. (Bug#9699)
17111 (switch-to-buffer): Fix doc-string typo.
17112
17113 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17114
17115 * eshell/eshell.el (eshell-command): Avoid using hooks.
17116
17117 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
17118
17119 * bindings.el ([M-left],[M-right]): Bind to left-word and
17120 right-word respectively.
17121
17122 2011-10-07 Glenn Morris <rgm@gnu.org>
17123
17124 * cus-start.el (debug-on-quit): Fix custom type.
17125
17126 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17127
17128 * subr.el (define-key-after): Clarify that the function is not
17129 useful for non-menu keymaps.
17130
17131 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17132
17133 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17134
17135 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17136 in current minibuffer (Fix bug with recursive minibuffers).
17137
17138 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
17139
17140 * progmodes/gdb-mi.el (gdb): Doc fix.
17141
17142 2011-10-05 Martin Rudalics <rudalics@gmx.at>
17143
17144 * window.el (frame-auto-hide-function): New option replacing
17145 frame-auto-delete. Suggested by Stefan Monnier.
17146 (window--delete): Call frame-auto-hide-function instead of
17147 investigating frame-auto-delete.
17148 (window-point-1, set-window-point-1): New functions.
17149 (window-in-direction, record-window-buffer, window-state-get-1)
17150 (display-buffer-record-window): Use window-point-1 instead of
17151 window-point.
17152 (set-window-buffer-start-and-point): Use set-window-point-1.
17153
17154 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17155
17156 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17157
17158 2011-10-05 Glenn Morris <rgm@gnu.org>
17159
17160 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17161 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
17162
17163 2011-10-05 Leo Liu <sdl.web@gmail.com>
17164
17165 * subr.el (read-char-choice): Fix argument to buffer-live-p which
17166 works with buffer object.
17167
17168 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17169
17170 * mpc.el (mpc-tool-bar-map): Add labels.
17171
17172 2011-10-04 Glenn Morris <rgm@gnu.org>
17173
17174 * calendar/holidays.el (calendar-check-holidays): Doc fix.
17175
17176 2011-10-04 Martin Rudalics <rudalics@gmx.at>
17177
17178 * window.el (window--delete): New function.
17179 (frame-auto-delete): Resuscitate option.
17180 (bury-buffer, replace-buffer-in-windows)
17181 (quit-window): Rewrite using window--delete.
17182 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17183 Pass display-buffer-mark-dedicated to window--display-buffer-2
17184 (Bug#9639).
17185
17186 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17189 returns a list (bug#9554). Add remote file name completion.
17190 * comint.el (comint--table-subvert): Curry and get quote&unquote
17191 functions as arguments.
17192 (comint--complete-file-name-data): Adjust call accordingly.
17193 * pcomplete.el (pcomplete--table-subvert): Remove.
17194 (pcomplete-completions-at-point): Use comint--table-subvert instead.
17195
17196 * minibuffer.el (completion-table-case-fold): Use currying.
17197 (completion--styles-type, completion--cycling-threshold-type):
17198 New constants.
17199 (completion-styles, completion-category-overrides)
17200 (completion-cycle-threshold): Use them.
17201 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17202 completion-table-case-fold.
17203
17204 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
17205
17206 * minibuffer.el (completion-category-overrides): Fix type of styles
17207 and add more user friendly tags (bug#9660).
17208
17209 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17210
17211 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17212 (mule-input-method-string): New widget.
17213 (default-input-method, language-info-custom-alist): Use it.
17214
17215 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17216
17217 * pcomplete.el: Require comint.
17218 (pcomplete--common-suffix): Remove.
17219 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17220 (pcomplete--table-subvert): Sync with comint--table-subvert.
17221 (pcomplete--entries): Use comint-completion-file-name-table.
17222 * comint.el (comint-unquote-filename): Simplify.
17223 (comint-completion-file-name-table): New function (bug#9616).
17224 (comint--complete-file-name-data): Use it.
17225
17226 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17227 (pcmpl-gnu-tar-buffer): Remove.
17228 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17229 around. Make sure pcomplete-suffix-list is only changed temporarily.
17230 Don't look inside the tar's file if it's too large.
17231
17232 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
17233
17234 * cus-edit.el (custom-mode-map):
17235 * epa.el (epa-key-list-mode-map):
17236 * man.el (Man-mode-map):
17237 * startup.el (splash-screen-keymap):
17238 * simple.el (special-mode-map): Use scroll-up-command and
17239 scroll-down-command.
17240
17241 * progmodes/idlw-help.el (idlwave-help-mode-map):
17242 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17243 * net/newst-plainview.el (newsticker-mode-map):
17244 * emulation/ws-mode.el (wordstar-mode-map):
17245 * emulation/vi.el (vi-com-map):
17246 * calc/calc-graph.el (calc-graph-show-dumb):
17247 * term/sun.el (terminal-init-sun):
17248 * term/ns-win.el (global-map):
17249 * progmodes/grep.el (grep-mode-map):
17250 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17251 * mail/rmail.el (rmail-mode-map):
17252 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17253
17254 * custom.el (custom-safe-themes, load-theme): Treat value of t for
17255 custom-safe-themes as special.
17256
17257 2011-10-01 Julien Danjou <julien@danjou.info>
17258
17259 * notifications.el (notifications-notify): Fix docstring.
17260
17261 2011-10-01 Per Starbäck <per@starback.se>
17262
17263 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
17264
17265 2011-09-30 Martin Rudalics <rudalics@gmx.at>
17266
17267 * startup.el (command-line-1): Fix last fix by inserting
17268 initial-scratch-message into *scratch* before displaying it.
17269 (Bug#9605) and (Bug#9636)
17270
17271 2011-09-29 Eli Zaretskii <eliz@gnu.org>
17272
17273 * simple.el (line-move): If auto-hscroll-mode is disabled and the
17274 window is hscrolled, move by logical lines. (Bug#9607)
17275 (line-move-visual): Update the doc string to the above effect.
17276
17277 2011-09-29 Martin Rudalics <rudalics@gmx.at>
17278
17279 * window.el (display-buffer-record-window): When WINDOW is the
17280 selected window use `point' instead of `window-point'. (Bug#9626)
17281
17282 * startup.el (command-line-1): Use insert-before-markers when
17283 inserting initial-scratch-message. (Bug#9605)
17284
17285 * help.el (help-window): Remove variable.
17286
17287 2011-09-29 Glenn Morris <rgm@gnu.org>
17288
17289 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17290
17291 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
17292
17293 * descr-text.el (describe-char-categories): Accept category
17294 descriptions more than one line long.
17295
17296 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * simple.el (delete-trailing-whitespace): Fix last change.
17299
17300 * progmodes/perl-mode.el (perl-syntax-propertize-function):
17301 Don't confuse "y => 3" as the beginning of a `y' operation.
17302
17303 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17304 object has more than 4 slots (bug#9613).
17305
17306 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
17307
17308 * subr.el (with-output-to-temp-buffer):
17309 * net/quickurl.el (quickurl, quickurl-browse-url):
17310 Fix typos in docstrings.
17311
17312 2011-09-27 Eli Zaretskii <eliz@gnu.org>
17313
17314 * minibuffer.el (completion-styles)
17315 (completion-category-overrides): Cross reference each other in doc
17316 strings.
17317
17318 2011-09-27 Glenn Morris <rgm@gnu.org>
17319
17320 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17321 to split-string. (Bug#9606)
17322
17323 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17324
17325 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17326 (bug#9615).
17327
17328 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
17329
17330 * emacs-lisp/package.el (list-packages): Fix echo area message.
17331
17332 2011-09-27 Leo Liu <sdl.web@gmail.com>
17333
17334 * ido.el (ido-read-internal): Accept cons cell HIST arg.
17335
17336 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
17337
17338 * net/dbus.el (dbus-unregister-object): Don't release services for
17339 registered signals. (Bug#9581)
17340
17341 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
17342
17343 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17344 function that picks between cfengine 2 and 3 support
17345 automatically. Update docs accordingly.
17346
17347 2011-09-22 Kenichi Handa <handa@m17n.org>
17348
17349 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17350 ZERO.
17351 (indian-itrans-v5-table-for-tamil): New variable.
17352 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17353
17354 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
17355
17356 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17357 that's true if the current command involved collapsing of text.
17358 It's reset to false at the beginning of the next command.
17359 (allout-post-command-business): Move the cursor to the beginning
17360 of entry if the cursor is hidden and collapsing activity just
17361 happened.
17362
17363 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
17364
17365 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17366 tracking (Bug#9541).
17367
17368 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
17369
17370 * net/newst-reader.el (newsticker-html-renderer)
17371 (newsticker-show-news): Automatically load html rendering package
17372 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17373 because w3m-fill-column is let-bound" and the error "Symbol's value
17374 as variable is void: w3m-fill-column".
17375
17376 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17377
17378 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17379 Release services only if they are defined. (Bug#9581)
17380
17381 2011-09-23 Richard Stallman <rms@gnu.org>
17382
17383 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17384 distinguish start of paragraph from start of its text.
17385
17386 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17387
17388 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17389 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17390 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17391
17392 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17393
17394 * international/mule-diag.el (mule-diag): Insert a newline after
17395 each fontset description.
17396
17397 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17398
17399 * simple.el (delete-trailing-whitespace):
17400 Document last change; simplify.
17401
17402 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17403
17404 * simple.el (delete-trailing-whitespace): Also delete
17405 extra newlines at the end of the buffer.
17406
17407 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17408 (picture-newline): Use forward-line so as to ignore fields.
17409
17410 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17411
17412 * subr.el (with-wrapper-hook): Fix edebug spec.
17413
17414 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17415
17416 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17417 (bug#4538).
17418
17419 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17420
17421 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17422 Fix nasty bug using wrong cached values.
17423
17424 2011-09-23 Alan Mackenzie <acm@muc.de>
17425
17426 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17427
17428 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17429
17430 * window.el (pop-to-buffer): Ensure right window is selected if we
17431 chose another frame.
17432
17433 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17434
17435 * simple.el (what-cursor-position): Use get-char-property-change
17436 and next-single-char-property-change, to be able to show display
17437 properties that come from overlays as well as text properties.
17438
17439 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17440
17441 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17442
17443 * cmuscheme.el (run-scheme, switch-to-scheme):
17444 * cus-edit.el (customize-group, custom-buffer-create)
17445 (customize-browse):
17446 * info.el (info):
17447 * shell.el (shell):
17448 * mail/sendmail.el (mail):
17449 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17450
17451 2011-09-22 Richard Stallman <rms@gnu.org>
17452
17453 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17454 move back only to line beg, don't move back over blank lines.
17455
17456 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17457
17458 * files.el (copy-directory): Set directory attributes only in case
17459 they could be retrieved from the source directory. (Bug#9565)
17460
17461 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17462
17463 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17464 (hs-find-block-beginning, hs-hide-level-recursive):
17465 Ignore strings as well as comments. (Bug#9502)
17466
17467 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17468
17469 * progmodes/sql.el (sql-comint-postgres):
17470 Convert port number to a string. (Bug#9566)
17471
17472 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17473
17474 * window.el (quit-window): Undedicate window when switching to
17475 previous buffer. Reported by Thierry Volpiatto
17476 <thierry.volpiatto@gmail.com>.
17477 (special-display-popup-frame): When popping up a new frame reset
17478 its previous buffers to nil. Simplify code.
17479
17480 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17481
17482 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17483 and process filter, as done also in `shell-command'.
17484
17485 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17486
17487 * window.el (set-window-buffer-start-and-point):
17488 Call set-window-start with NOFORCE argument t.
17489 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17490 (quit-window): Reword doc-string. Handle new format of
17491 quit-restore parameter. Don't delete window if it has a
17492 previous buffer we can show instead of the present one.
17493 (display-buffer-record-window): Rewrite using a new format for
17494 the quit-restore window parameter
17495 (special-display-popup-frame, display-buffer-same-window)
17496 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17497 (display-buffer-pop-up-window, display-buffer-use-some-window):
17498 Adapt symbol passed to display-buffer-record-window.
17499 * help.el (help-window-setup): Handle new format of quit-restore
17500 parameter.
17501
17502 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * faces.el (face-list): Fix docstring (bug#9564).
17505
17506 * window.el (display-buffer--action-function-custom-type):
17507 Don't include internal functions in the Custom interface.
17508
17509 2011-09-20 Juri Linkov <juri@jurta.org>
17510
17511 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17512 (Info-forward-node, Info-backward-node, Info-next-preorder)
17513 (Info-last-preorder): Use it. (Bug#9528)
17514
17515 2011-09-20 Juri Linkov <juri@jurta.org>
17516
17517 * info.el (Info-last-preorder): Visit last menu item only when
17518 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17519
17520 2011-09-20 Julien Danjou <julien@danjou.info>
17521
17522 * password-cache.el (password-cache-remove): Remove entries even if the
17523 value is nil, so that password with a nil value (negative caching) is
17524 possible to invalidate.
17525
17526 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17527
17528 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17529 all whitespace around breakpoint. (Bug#9553)
17530 (f90-find-breakpoint): Only break at whitespace inside a comment.
17531
17532 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17533
17534 * minibuffer.el (completion-file-name-table): Keep track of errors.
17535 (completion-table-with-predicate): Handle the case where pred1 is nil.
17536 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17537
17538 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17541 (debugger-return-value): Signal an error if the debugging context does
17542 not await any return value.
17543
17544 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17545 * image-mode.el (image-toggle-display-text)
17546 (image-toggle-display-image): Stay away from evil `intangible'.
17547
17548 2011-09-19 Leo Liu <sdl.web@gmail.com>
17549
17550 * replace.el (occur-revert-arguments): Make it permanent-local.
17551 (occur-mode): Don't call font-lock-defontify.
17552
17553 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17554
17555 * net/ldap.el (ldap-search-internal): Don't push empty search
17556 result (Bug#9508).
17557
17558 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17561
17562 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17563
17564 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17565 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17566
17567 2011-09-18 Juri Linkov <juri@jurta.org>
17568
17569 * buff-menu.el (Buffer-menu-mode-map):
17570 * dired.el (dired-mode-map):
17571 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17572 (lisp-interaction-mode-map):
17573 * emacs-lisp/package.el (package-menu-mode-map):
17574 * epa.el (epa-key-list-mode-map):
17575 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17576 (menu-bar-options-menu):
17577 * outline.el (outline-mode-menu-bar-map):
17578 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17579 * vc/vc-dir.el (vc-dir-menu-map):
17580 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17581 Capitalize non-function content words in menu item strings.
17582
17583 * dired.el (dired-mode-map): Add menu item for
17584 `image-dired-dired-toggle-marked-thumbs'.
17585
17586 2011-09-18 Juri Linkov <juri@jurta.org>
17587
17588 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17589 to `isearch-case-fold-search' and restore its original value
17590 after the `isearch-mode' call.
17591
17592 2011-09-18 Juri Linkov <juri@jurta.org>
17593
17594 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17595 because `zgrep' returns 1 for successful matches (bug#9226).
17596
17597 2011-09-18 Juri Linkov <juri@jurta.org>
17598
17599 * info.el (Info-extract-menu-node-name): Check the second match
17600 for empty string (second test-case of bug#9528).
17601 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17602 intermediate nodes to the history (first test-case of bug#9528).
17603
17604 2011-09-18 Juri Linkov <juri@jurta.org>
17605
17606 * info.el (Info-mode-syntax-table): New variable.
17607 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17608
17609 2011-09-18 Juri Linkov <juri@jurta.org>
17610
17611 * info.el (Info-file-supports-index-cookies):
17612 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17613 outputs one more line for long file names (bug#4142).
17614
17615 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17616
17617 * newcomment.el (comment-normalize-vars): If prompting for
17618 comment-start, set comment-start-skip too (Bug#8424).
17619
17620 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17621
17622 * icomplete.el: Fix previous fix of Bug#5849.
17623 (icomplete-mode): Don't set completion-show-inline-help.
17624 (icomplete-minibuffer-setup): Set completion-show-inline-help
17625 locally during icompletion.
17626
17627 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17628
17629 * woman.el (woman2-process-escapes): Don't delete unrecognized
17630 escapes (Bug#7843).
17631
17632 * files.el (inhibit-first-line-modes-regexps): Add image files.
17633 (hack-local-variables-prop-line): Return nil for malformed
17634 prop-lines (Bug#9044).
17635
17636 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17637
17638 * net/tramp.el (top): Don't require 'shell.
17639 (tramp-methods): Fix docstring.
17640 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17641 Return complete remote file name. Handle "smb" case.
17642 Use `tramp-tmpdir', if defined for the respective method.
17643 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17644
17645 * net/tramp-compat.el (top): Require 'shell.
17646
17647 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17648 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17649 `tramp-current-host'.
17650 (tramp-get-remote-tmpdir): Remove.
17651
17652 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17653 `tramp-tmpdir' entries.
17654 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17655 (tramp-smb-handle-file-attributes): Ignore errors.
17656 (tramp-smb-wait-for-output): Check also for process end.
17657
17658 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17659
17660 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17661 when sending QUIT (bug#9312).
17662
17663 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17664
17665 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17666 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17667 occur-mode-display-occurrence.
17668 (occur-edit-mode): Add usage message.
17669 (occur-cease-edit): New command.
17670 (occur-after-change-function): Use text properties to find the
17671 position of the prefix text.
17672 (occur-engine): Set stickiness of prefix text properties.
17673
17674 2011-09-17 Glenn Morris <rgm@gnu.org>
17675
17676 * progmodes/etags.el (complete-tag):
17677 Fix call to completion-in-region. (Bug#9526)
17678
17679 2011-09-17 Juri Linkov <juri@jurta.org>
17680
17681 * textmodes/ispell.el (ispell-word): Add to the error message
17682 the word, ispell program name and current dictionary (bug#9121).
17683 (ispell-tex-arg-end): Capitalize "error" in the error message.
17684
17685 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17686
17687 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17688 check. (Bug#4251)
17689
17690 2011-09-17 Juri Linkov <juri@jurta.org>
17691
17692 * window.el (window-safe-min-height, window-safe-min-width):
17693 Fix typos (followup to bug#9522).
17694
17695 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17696
17697 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17698
17699 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17700
17701 * simple.el (line-move): If goal-column is set, move by logical
17702 lines, not by display lines. (Bug#971)
17703 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17704 to reflect the above change.
17705
17706 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * image.el (imagemagick-register-types): Use regexp-opt.
17709
17710 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17711
17712 * window.el (display-buffer-base-action): Rename from
17713 display-buffer-default-action. Make default value empty.
17714 (display-buffer-overriding-action): Convert to defvar.
17715 (display-buffer-fallback-action): New var.
17716
17717 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17718
17719 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17720 declaration.
17721 (package--add-to-archive-contents): If there is a duplicate entry
17722 with an older version, remove it.
17723 (package-menu-mark-delete, package-menu-mark-install)
17724 (package-menu-mark-unmark): Make unused args optional.
17725 (package-menu-mark-obsolete-for-deletion):
17726 Use package-menu-get-status instead of a regexp search.
17727 (package-menu-get-status): Use tabulated-list-entry.
17728 (package-menu-mark-upgrades): New command.
17729 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17730 (package-menu-execute): Do installation before deletion.
17731 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17732 instead of checking major-mode.
17733 (package-menu--find-upgrades): New function.
17734
17735 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17736
17737 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17738 passwords in the log buffer.
17739 (smtpmail-process-filter): Update the process marker so that the
17740 "broken by peer" status message is inserted in the right place.
17741
17742 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17743
17744 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17745 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17746 bibtex-completion-at-point-function.
17747 (bibtex-completion-at-point-function): Use them.
17748
17749 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17750
17751 * mpc.el (mpc-constraints-tag-lookup): New function.
17752 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17753 also to browser "album|playlist".
17754
17755 2011-09-14 Juri Linkov <juri@jurta.org>
17756
17757 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17758 (isearch-edit-string): Use length of `isearch-string' when
17759 `isearch-fail-pos' returns nil.
17760 (isearch-message): Remove duplicate code and call
17761 `isearch-fail-pos' with arg `t'.
17762
17763 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17764
17765 * replace.el (occur-mode-goto-occurrence): Don't force using other
17766 window (Bug#9499).
17767
17768 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17769
17770 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17771
17772 * window.el (display-buffer-window): Remove.
17773 (display-buffer-record-window): Use help-setup window parameter
17774 instead of variable display-buffer-window.
17775 (display-buffer-function, special-display-buffer-names)
17776 (special-display-function): Mention help-setup parameter instead
17777 of display-buffer-window in doc-string.
17778 * help.el (help-window-setup): New argument help-window.
17779 Use help-window-setup parameter instead of display-buffer-window.
17780 Reword some messages.
17781 (with-help-window): Pass window used for displaying the buffer
17782 to help-window-setup. Don't set display-buffer-window.
17783
17784 2011-09-13 Glenn Morris <rgm@gnu.org>
17785
17786 * emacs-lisp/debug.el (debugger-make-xrefs):
17787 Preserve point. (Bug#9462)
17788
17789 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17790
17791 * window.el (window-deletable-p): Use next-frame.
17792
17793 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17794
17795 * window.el (window-auto-delete): Remove.
17796 (window-deletable-p): Remove argument FORCE. Don't deal with
17797 dedication and previous buffers.
17798 (switch-to-prev-buffer): Don't delete window.
17799 (delete-windows-on): Delete a window's frame if and only if the
17800 window is dedicated.
17801 (replace-buffer-in-windows): Delete buffer's window or frame if
17802 and only if window is dedicated.
17803 (quit-window): Handle quit-restore as before last change.
17804 (bury-buffer): Delete window only if window-deletable-p returns t.
17805
17806 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17807
17808 * window.el (window-deletable-p): Never delete the last frame on a
17809 given terminal.
17810
17811 2011-09-13 Glenn Morris <rgm@gnu.org>
17812
17813 * help.el (describe-key-briefly): Copy previous standard-output change.
17814
17815 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17816
17817 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17818
17819 2011-09-13 Glenn Morris <rgm@gnu.org>
17820
17821 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17822 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17823
17824 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17825
17826 * dired-aux.el (dired-mark-read-string): Don't return default
17827 value on empty input (Bug#9361).
17828 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17829 Omit initial minibuffer contents.
17830 (dired-do-chmod): Signal an error on empty input.
17831 (dired-mark-read-string): Don't return default on empty input.
17832
17833 * files.el (file-modes-symbolic-to-number): Doc fix.
17834
17835 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17836
17837 * international/mule-cmds.el (ucs-completions): Remove.
17838 (read-char-by-name): Use complete-with-action instead; add metadata.
17839
17840 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17841
17842 * window.el (display-buffer--action-function-custom-type)
17843 (display-buffer--action-custom-type): New vars.
17844 (display-buffer-alist, display-buffer-default-action)
17845 (display-buffer-overriding-action): Add defcustom types.
17846
17847 * frame.el (delete-other-frames): Doc fix (Bug#276).
17848
17849 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17850
17851 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17852
17853 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17854
17855 Change modes that used same-window-* vars to use switch-to-buffer.
17856
17857 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17858 Use switch-to-buffer.
17859
17860 * cus-edit.el (customize-group, custom-buffer-create)
17861 (customize-browse, custom-buffer-create-other-window):
17862 Use switch-to-buffer or switch-to-buffer-other-window.
17863
17864 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17865 (Info-prev, Info-up, Info-speedbar-goto-node)
17866 (info-display-manual): Use switch-to-buffer.
17867 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17868
17869 * mail/sendmail.el (mail): Use switch-to-buffer.
17870 (mail-recover): Use switch-to-buffer-other-window.
17871
17872 * cmuscheme.el (run-scheme, switch-to-scheme):
17873 * ielm.el (ielm):
17874 * shell.el (shell):
17875 * net/rlogin.el (rlogin):
17876 * net/telnet.el (telnet, rsh):
17877 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17878
17879 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17880
17881 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17882
17883 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17884
17885 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17886 so don't mention it (bug#9301).
17887 (dired-sort-toggle-or-edit): Clarify string further.
17888
17889 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17890 match `x', `w32' and `ns', like the manual says (bug#9029).
17891
17892 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17893 (process-kill-buffer-query-function): Mention the buffer name in
17894 the query.
17895
17896 * image-mode.el (image-next-line): The line parameter is mandatory
17897 (bug#9258).
17898
17899 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17900 which can be useful (bug#9301).
17901
17902 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17903
17904 * subr.el (match-string): Mention that the current buffer should
17905 be the same as the search was done in (bug#9282).
17906
17907 * facemenu.el: Disable the remove-* commands if the mark isn't
17908 active (bug#9162).
17909
17910 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17911
17912 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17913 of display-buffer.
17914 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17915
17916 * replace.el (occur-mode-goto-occurrence)
17917 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17918 and display-buffer.
17919
17920 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17921 display-buffer.
17922
17923 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17924 special-display and same-window variables.
17925 (mail-other-window): Use switch-to-buffer-other-window.
17926 (mail-other-frame): USe switch-to-buffer-other-frame.
17927
17928 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17929 Use display-buffer-other-frame.
17930 (gdb-display-gdb-buffer): Use pop-to-buffer.
17931
17932 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17933
17934 * progmodes/python.el: Don't set same-window-buffer-names.
17935
17936 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17937
17938 * window.el (display-buffer-alist): Add *Python*.
17939
17940 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17941
17942 * window.el (display-buffer-alist): Add entry for buffers
17943 previously handled same-window-*.
17944 (display-buffer-alist, display-buffer-default-action)
17945 (display-buffer-overriding-action): Mark as risky.
17946 (display-buffer-alist): Document action function changes.
17947 (display-buffer--same-window-action)
17948 (display-buffer--other-frame-action): New variables.
17949 (switch-to-buffer, display-buffer-other-frame): Use them.
17950 (display-buffer): Rename reuse-frame entry to reusable-frames.
17951 (display-buffer-reuse-selected-window): Function deleted.
17952 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17953 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17954 (display-buffer-special): New function.
17955 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17956 display-buffer-reuse-or-pop-window. Split off special-display
17957 part into display-buffer-special.
17958 (display-buffer-use-some-window): Don't perform any special
17959 pop-up-frames handling.
17960 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17961 (display-buffer--maybe-same-window): Rename from
17962 display-buffer-maybe-same-window.
17963
17964 * info.el: Don't set same-window-regexps.
17965 (info-setup): New function.
17966 (info-other-window, info): Call it.
17967
17968 * cus-edit.el: Don't set same-window-regexps.
17969 (customize-group): New argument.
17970 (customize-group-other-window): Use it.
17971 (customize-face, customize-face-other-window): Likewise.
17972 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17973
17974 * net/rlogin.el:
17975 * net/telnet.el:
17976 * progmodes/gud.el: Don't set same-window-regexps.
17977
17978 * cmuscheme.el:
17979 * ielm.el:
17980 * shell.el:
17981 * mail/sendmail.el:
17982 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17983
17984 2011-09-10 Juri Linkov <juri@jurta.org>
17985
17986 * isearch.el (isearch-edit-string): Remove obsolete mention of
17987 `C-w' (`isearch-yank-word-or-char') from docstring.
17988 (isearch-query-replace): Fix typo in docstring (bug#9466).
17989
17990 2011-09-10 Juri Linkov <juri@jurta.org>
17991
17992 * paren.el (show-paren-function): Don't show escaped parens.
17993 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17994
17995 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17996
17997 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17998 (mm-default-file-encoding): Remove autoload forms, they are
17999 replaced with autoload cookies in mml.el and mm-encode.el.
18000 (mail-add-attachment): New command.
18001 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18002 (mail-mode): Mention mail-insert-file and mail-add-attachment in
18003 the doc string.
18004 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18005
18006 2011-09-10 Reuben Thomas <rrt@sc3d.org>
18007
18008 * simple.el (count-words-region): Use buffer if there's no region
18009 (bug#9429).
18010
18011 2011-09-09 Juri Linkov <juri@jurta.org>
18012
18013 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18014 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18015 (wdired-isearch-filter-read-only): New function. (Bug#6362)
18016
18017 2011-09-09 Alan Mackenzie <acm@muc.de>
18018
18019 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18020 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
18021
18022 2011-09-09 Eli Zaretskii <eliz@gnu.org>
18023
18024 Fix for Savannah bug#9392.
18025 * simple.el (mail-encode-mml): New defvar.
18026
18027 * mail/rmail.el (mail-encode-mml): Add a defvar.
18028 (rmail-enable-mime-composing): Default to t.
18029 (rmail-forward): Use MIME method of forwarding only if both
18030 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18031 Set mail-encode-mml non-nil if the MIME method was used.
18032
18033 * mail/sendmail.el (mml-to-mime): Add autoload form.
18034 (mail-encode-mml): Add a defvar.
18035 (mail-mode): Make mail-encode-mml buffer-local and initialize it
18036 to nil.
18037 (mail-send): If mail-encode-mml is non-nil, run the outgoing
18038 message through mml-to-mime, and reset mail-encode-mml to nil.
18039
18040 2011-09-09 Glenn Morris <rgm@gnu.org>
18041
18042 * woman.el (woman-if-body): When processing an .el block,
18043 do not delete the next .el block as well. (Bug#9447)
18044 (woman-special-characters): Add oq, cq, and hy characters.
18045
18046 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18047
18048 * window.el (window-deletable-p): Make sure window is live before
18049 invoking window-prev-buffers.
18050
18051 2011-09-08 Leo Liu <sdl.web@gmail.com>
18052
18053 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
18054
18055 2011-09-08 Juri Linkov <juri@jurta.org>
18056
18057 * progmodes/compile.el (compilation-environment): Make it
18058 a defcustom (bug#8340).
18059
18060 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18061
18062 * window.el (frame-auto-delete): Rename to window-auto-delete.
18063 Make it control auto-deletion of windows and/or frames.
18064 (window-deletable-p): New argument FORCE. Rewrite conditions
18065 for deleting window/frame. (Bug#9419)
18066 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18067 Rewrite handling of case when window/frame can be deleted.
18068 (delete-windows-on): Call window-deletable-p with new FORCE
18069 argument t. (Bug#9456)
18070
18071 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
18072
18073 * help-mode.el (help-mode): Restore autoload.
18074
18075 2011-09-07 Juri Linkov <juri@jurta.org>
18076
18077 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18078 `compilation-environment'. Set buffer-local
18079 `compilation-environment' to `thisenv' later after (funcall mode).
18080 (Bug#8340)
18081
18082 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
18083 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18084 instead of replacing its value. (Bug#8340)
18085
18086 2011-09-07 Juri Linkov <juri@jurta.org>
18087
18088 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18089 based on text properties put by `grep-filter' instead of matching
18090 escape sequences.
18091 (grep-mode): Set buffer-local `compilation-error-screen-columns'
18092 to the value of `grep-error-screen-columns' (bug#9438).
18093
18094 2011-09-07 Juri Linkov <juri@jurta.org>
18095
18096 * simple.el (next-error-highlight, next-error-highlight-no-select):
18097 Doc fix (bug#9432).
18098
18099 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
18100
18101 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18102 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
18103
18104 2011-09-07 Leo Liu <sdl.web@gmail.com>
18105
18106 * net/rcirc.el (rcirc-mode): Conditionally initialize
18107 rcirc-input-ring.
18108
18109 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18110
18111 * emacs-lisp/find-func.el (find-function-C-source): Only set
18112 find-function-C-source-directory after checking that we found a source
18113 file there (bug#9440).
18114
18115 2011-09-06 Alan Mackenzie <acm@muc.de>
18116
18117 * isearch.el (isearch-other-meta-char): Wherever a key list is
18118 unread, "unread" the prefix arg, too. This fixes bug #8901.
18119
18120 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
18121
18122 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18123
18124 2011-09-05 Juri Linkov <juri@jurta.org>
18125
18126 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18127
18128 2011-09-05 Juri Linkov <juri@jurta.org>
18129
18130 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18131 keeping point where processing of grep matches begins, and
18132 continue to delete remaining escape sequences from the same point.
18133 (grep-filter): Make leading zero optional in "0?1;31m" because
18134 git-grep emits "\033[1;31m" escape sequences unlike expected
18135 "\033[01;31m" as GNU Grep does (bug#9408).
18136 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18137
18138 2011-09-05 Juri Linkov <juri@jurta.org>
18139
18140 * subr.el (y-or-n-p): Capitalize "yes".
18141
18142 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
18143
18144 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
18145 `tramp-cache-unload-hook' where appropriate.
18146 (tramp-methods): Rename `tramp-remote-sh' to
18147 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
18148 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18149
18150 * net/tramp-sh.el (top): Don't require 'shell.
18151 (tramp-methods): Add `tramp-remote-shell' and
18152 `tramp-remote-shell-args' entries.
18153 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18154 (tramp-sh-handle-shell-command): Remove.
18155 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18156 Use `tramp-remote-shell'.
18157
18158 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
18159
18160 * mail/sendmail.el (sendmail-query-once-function): Delete.
18161 (sendmail-query-once): Save directly to send-mail-function.
18162 Update message-send-mail-function too.
18163
18164 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18165
18166 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18167
18168 * progmodes/python.el (python-mode-map): Use correct function to
18169 start python interpreter from menu-bar (as reported by Geert
18170 Kloosterman).
18171 (inferior-python-mode-map): Fix typo.
18172 (python-shell-map): Remove.
18173
18174 2011-09-03 Deniz Dogan <deniz@dogan.se>
18175
18176 * net/rcirc.el (rcirc-print): Simplify code for
18177 rcirc-scroll-show-maximum-output. There is no need to walk
18178 through all windows to find the right one.
18179
18180 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18181
18182 * help.el (help-return-method): Doc fix.
18183
18184 2011-09-03 Martin Rudalics <rudalics@gmx.at>
18185
18186 * window.el (window-deletable-p): Don't return a non-nil value
18187 when there's a buffer that was shown in the window before.
18188 (Bug#9419)
18189 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18190 Set window's previous buffers to nil.
18191
18192 2011-09-03 Eli Zaretskii <eliz@gnu.org>
18193
18194 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18195 newline before and after the tag line, so it doesn't interfere
18196 with determining the paragraph direction of bidirectional text.
18197
18198 2011-09-03 Leo Liu <sdl.web@gmail.com>
18199
18200 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
18201
18202 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18203
18204 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18205 (pop-to-buffer): Change interactive spec. Pass second argument
18206 directly to display-buffer.
18207 (display-buffer): Fix interactive spec. Use functionp to
18208 distinguish between a function and a list of functions.
18209
18210 * abbrev.el (edit-abbrevs):
18211 * arc-mode.el (archive-extract):
18212 * autoinsert.el (auto-insert):
18213 * bookmark.el (bookmark-bmenu-list):
18214 * files.el (find-file):
18215 * view.el (view-buffer):
18216 * progmodes/compile.el (compilation-goto-locus):
18217 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18218
18219 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18220
18221 * window.el (display-buffer-alist): Doc fix.
18222 (display-buffer): Add docstring. Don't treat
18223 display-buffer-default specially.
18224 (display-buffer-reuse-selected-window)
18225 (display-buffer-same-window, display-buffer-maybe-same-window)
18226 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18227 (display-buffer-pop-up-window)
18228 (display-buffer-reuse-or-pop-window)
18229 (display-buffer-use-some-window): New functions.
18230 (display-buffer-default-action): Use them.
18231 (display-buffer-default): Delete.
18232 (pop-to-buffer-1): Fix choice of actions.
18233
18234 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * minibuffer.el (completion--insert-strings): Don't get confused by
18237 completion entries that end with an LF char.
18238
18239 2011-09-01 Eli Zaretskii <eliz@gnu.org>
18240
18241 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18242
18243 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
18244
18245 * window.el (display-buffer): Restore interactive spec.
18246 (display-buffer-same-window, display-buffer-other-window):
18247 New functions.
18248 (pop-to-buffer-1): New function. Use the above.
18249 (pop-to-buffer, pop-to-buffer-same-window): Use it.
18250 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18251
18252 * view.el (view-buffer-other-window, view-buffer-other-frame):
18253 Just use pop-to-buffer.
18254
18255 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18256
18257 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
18258
18259 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
18260
18261 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
18262
18263 2011-08-31 Richard Stallman <rms@gnu.org>
18264
18265 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18266 of the separation of rmail-view-buffer from rmail-buffer.
18267 If you say no to "replace original", the decrypt is in the
18268 view buffer. If you say yes, the decrypt goes into the
18269 rmail buffer also.
18270
18271 2011-08-31 Martin Rudalics <rudalics@gmx.at>
18272
18273 * window.el (display-buffer-window): Rewrite doc-string.
18274 (display-buffer-record-window): New function.
18275 (display-buffer-macro-specifiers)
18276 (display-buffer-even-window-sizes, display-buffer-set-height)
18277 (display-buffer-set-width, display-buffer-in-window)
18278 (display-buffer-reuse-window, display-buffer-split-specifiers)
18279 (display-buffer-side-specifiers, display-buffer-split-window-1)
18280 (display-buffer-split-window, display-buffer-split-atom-window)
18281 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18282 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18283 (display-buffer-other-window-means-other-frame)
18284 (display-buffer-normalize-special)
18285 (display-buffer-normalize-default)
18286 (display-buffer-normalize-argument)
18287 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18288 (display-buffer-normalize-specifiers, display-buffer-frame)
18289 (display-buffer-same-window, display-buffer-same-frame)
18290 (display-buffer-other-window)
18291 (display-buffer-same-frame-other-window)
18292 (display-buffer-other-frame, pop-to-buffer-same-window)
18293 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18294 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18295 (switch-to-buffer-same-frame)
18296 (switch-to-buffer-other-window-same-frame)
18297 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18298 (display-buffer-alist-set-1, display-buffer-alist-set-2)
18299 (display-buffer-alist-set): Remove.
18300 (display-buffer-function, special-display-buffer-names)
18301 (special-display-regexps, special-display-function):
18302 In doc-string refer to display-buffer-window and quit-restore
18303 parameter.
18304 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18305 (special-display-frame-alist, special-display-popup-frame)
18306 (same-window-buffer-names, same-window-regexps, same-window-p)
18307 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18308 (split-window-preferred-function, split-height-threshold)
18309 (split-width-threshold, window-splittable-p)
18310 (split-window-sensibly, window--try-to-split-window)
18311 (window--frame-usable-p, even-window-heights)
18312 (window--even-window-heights, window--display-buffer-1)
18313 (window--display-buffer-2, display-buffer-other-frame):
18314 Restore old Emacs 23 code, order and doc-strings where applicable.
18315 (display-buffer-default, display-buffer-assq-regexp): New functions.
18316 (display-buffer-alist): Rewrite doc-string.
18317 (display-buffer-default-action)
18318 (display-buffer-overriding-action): New variables.
18319 (display-buffer, switch-to-buffer): Rewrite.
18320 (pop-to-buffer): Restore Emacs 23 behavior but use
18321 window-normalize-buffer-to-display.
18322 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18323 Restore Emacs 23 behavior but use
18324 window-normalize-buffer-to-switch-to.
18325 (pop-to-buffer-same-window): Rewrite.
18326 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18327 Rewrite using Emacs 23 options.
18328
18329 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
18330
18331 * net/tramp.el (tramp-root-regexp): Remove.
18332 (tramp-completion-file-name-regexp-unified)
18333 (tramp-completion-file-name-regexp-separate)
18334 (tramp-completion-file-name-regexp-url): Don't use leading volume
18335 letter on w32 systems. (Bug#5303, Bug#9311)
18336 (tramp-drop-volume-letter): Simplify definition.
18337 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18338
18339 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18342 (bug#9356).
18343
18344 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
18345
18346 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18347
18348 2011-08-29 Juri Linkov <juri@jurta.org>
18349
18350 * isearch.el (isearch-done): Don't display message "Mark saved"
18351 when arg `edit' is non-nil to prevent its flicker in the echo area.
18352
18353 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18354
18355 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18356 obsolete packages for deletion.
18357
18358 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
18359
18360 * help-mode.el (help-mode-map): Add special-mode-map to parent.
18361 (help-mode): Derive help-mode from special-mode. Don't invoke
18362 view-mode from help-mode.
18363 (help-xref-override-view-map): Remove.
18364 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18365 view-mode is not used anymore.
18366
18367 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18368
18369 * server.el (server-port): Doc fix.
18370
18371 * cus-theme.el (custom-theme-choose-mode): Inherit from
18372 special-mode (Bug#9124).
18373 (custom-theme-choose-mode-map): Add special-mode to parent.
18374
18375 2011-08-28 Alan Mackenzie <acm@muc.de>
18376
18377 * progmodes/cc-fonts.el
18378 (c-make-font-lock-BO-decl-search-function): New function.
18379 (c-basic-matchers-after - "Fontify the clauses after various
18380 keywords"): Extract the three keyword lists for the 3 erroneous
18381 constructs from the list of four, and use the new function above
18382 in place of an old one.
18383
18384 2011-08-28 Deniz Dogan <deniz@dogan.se>
18385
18386 * net/rcirc.el (rcirc-insert-prev-input)
18387 (rcirc-insert-next-input): Remove unused argument.
18388
18389 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18390
18391 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18392
18393 2011-08-27 Alan Mackenzie <acm@muc.de>
18394
18395 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18396 handle function pointer parameters properly.
18397
18398 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18399
18400 * window.el (display-buffer-reuse-window): Fix case where
18401 selected window was reused with non-nil OTHER-WINDOW argument.
18402 (Bug#9381)
18403
18404 2011-08-27 Deniz Dogan <deniz@dogan.se>
18405
18406 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18407 oftc's NickServ messages.
18408
18409 2011-08-27 Glenn Morris <rgm@gnu.org>
18410
18411 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18412
18413 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18414
18415 * emacs-lisp/package.el (package-install): Call package-initialize
18416 if called interactively.
18417
18418 2011-08-26 Leo Liu <sdl.web@gmail.com>
18419
18420 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18421
18422 2011-08-25 Juri Linkov <juri@jurta.org>
18423
18424 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18425 `search-whitespace-regexp' (bug#9364).
18426
18427 2011-08-25 Juri Linkov <juri@jurta.org>
18428
18429 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18430 `regexp-search-ring' to their global values to protect from
18431 updating by `read-from-minibuffer' (bug#9185).
18432
18433 2011-08-25 Juri Linkov <juri@jurta.org>
18434
18435 * textmodes/ispell.el (ispell-command-loop): Add newline
18436 at the end of the "Use option `i'..." line.
18437
18438 2011-08-25 Juri Linkov <juri@jurta.org>
18439
18440 * battery.el (display-battery-mode): If `battery-status-function'
18441 or `battery-mode-line-format' is nil, display the message and set
18442 `display-battery-mode' to nil (bug#9363).
18443
18444 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18445
18446 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18447 bidi-string-mark-left-to-right; they are unnecessary now.
18448
18449 2011-08-25 Deniz Dogan <deniz@dogan.se>
18450
18451 * net/quickurl.el: Documentation typo fixes.
18452
18453 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18454
18455 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18456
18457 2011-08-25 Glenn Morris <rgm@gnu.org>
18458
18459 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18460
18461 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18462 (smtpmail-via-smtp): Handle nil response from smtp.
18463
18464 2011-08-24 Juri Linkov <juri@jurta.org>
18465
18466 * proced.el (proced-marked): Inherit from `error' instead of
18467 `font-lock-warning-face'.
18468
18469 * ibuffer.el (ibuffer-marked-face): Change default face from
18470 `font-lock-warning-face' to `warning'.
18471 (ibuffer-deletion-face): Change default face from
18472 `font-lock-type-face' to `error'.
18473
18474 * battery.el (battery-update): Use the face `error' instead of
18475 `font-lock-warning-face' (bug#6117).
18476
18477 2011-08-24 Juri Linkov <juri@jurta.org>
18478
18479 * faces.el (success): Change face color from "Green3" to
18480 "ForestGreen" on light background (bug#9353).
18481
18482 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18483
18484 * window.el (quit-window): Rename from quit-restore-window.
18485 Use same arglist as old quit-window.
18486 (frame-auto-delete): Doc fix.
18487
18488 * view.el (view-mode-exit): Use quit-window.
18489
18490 2011-08-24 Juri Linkov <juri@jurta.org>
18491
18492 * isearch.el (isearch-ring-adjust1): Start visiting previous
18493 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18494 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18495 for empty search string (when the last search string is reused
18496 automatically) to adjust the isearch ring to the last element and
18497 prepare the correct index for further M-p commands (bug#9185).
18498
18499 2011-08-24 Kenichi Handa <handa@m17n.org>
18500
18501 * international/ucs-normalize.el: If decomposition property of
18502 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18503 nil.
18504 (nfd, nfkd): Likewise.
18505
18506 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18507
18508 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18509 from process filters aren't reliably transmitted to the surrounding
18510 accept-process-output.
18511 (mpc-proc-check): New function.
18512 (mpc-proc-sync): Use it (bug#8293)
18513
18514 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18515
18516 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18517 Add compatibility functions (bug#9313).
18518
18519 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18520
18521 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18522
18523 * international/uni-bidi.el: Regenerate.
18524
18525 2011-08-23 Kenichi Handa <handa@m17n.org>
18526
18527 * international/charprop.el:
18528 * international/uni-bidi.el:
18529 * international/uni-category.el:
18530 * international/uni-combining.el:
18531 * international/uni-comment.el:
18532 * international/uni-decimal.el:
18533 * international/uni-decomposition.el:
18534 * international/uni-digit.el:
18535 * international/uni-lowercase.el:
18536 * international/uni-mirrored.el:
18537 * international/uni-name.el:
18538 * international/uni-numeric.el:
18539 * international/uni-old-name.el:
18540 * international/uni-titlecase.el:
18541 * international/uni-uppercase.el: Regenerate.
18542
18543 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18544
18545 * help.el (help-window-setup): Fix message displayed when other
18546 window is reused. (Bug#9341)
18547
18548 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18549
18550 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18551 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18552
18553 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18554 Mark obsolete.
18555 * shell.el (shell-parse-pcomplete-arguments): New function.
18556 (shell-completion-vars): Use it instead (bug#9160).
18557
18558 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18561 strings and comments (bug#9333).
18562
18563 * emacs-lisp/debug.el (debug-arglist): New function.
18564 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18565 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18566
18567 2011-08-22 Juri Linkov <juri@jurta.org>
18568
18569 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18570 Revert regexp that highlights output switches to its old
18571 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18572
18573 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18574 to check for empty output (bug#9226).
18575
18576 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18577
18578 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18579 symbol-constituent as the default, as that stops font-lock from
18580 working properly (Bug#8843).
18581
18582 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18583
18584 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18585 `coding-system-for-*' around the process open call to avoid
18586 auth-source side effects.
18587 (smtpmail-try-auth-methods): Expand the secret password.
18588 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18589 probe hangs.
18590
18591 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18592
18593 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18594
18595 * emacs-lisp/find-func.el (find-function-noselect): New arg
18596 lisp-only.
18597
18598 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18599 signal an error for built-in functions (Bug#6664).
18600
18601 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18602
18603 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18604 (smtpmail-try-auth-methods): Use it.
18605
18606 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18607
18608 * font-lock.el (font-lock-fontify-region)
18609 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18610 (font-lock-default-unfontify-buffer)
18611 (font-lock-default-fontify-region)
18612 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18613
18614 * progmodes/compile.el (compilation-error-properties):
18615 Fix confusion between file struct and message struct (Bug#9319).
18616 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18617 `ant' regexp.
18618
18619 * net/browse-url.el (browse-url-firefox): Don't call
18620 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18621
18622 2011-08-20 Glenn Morris <rgm@gnu.org>
18623
18624 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18625
18626 * tutorial.el (tutorial--default-keys): Update some default bindings.
18627
18628 * files.el (hack-local-variables): Fully ignore case for "mode:".
18629
18630 2011-08-20 Alan Mackenzie <acm@muc.de>
18631
18632 Resolve invalid use of a regexp in regexp-opt.
18633
18634 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18635 detection for a java annotation.
18636
18637 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18638 detection for a java annotation.
18639
18640 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18641 handling for java.
18642 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18643
18644 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18645
18646 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18647 (Bug#9274).
18648
18649 2011-08-20 Alan Mackenzie <acm@muc.de>
18650
18651 Fontify CPP expressions correctly when starting in the middle of
18652 such a construct. Mainly for when jit-lock etc. starts a chunk
18653 here.
18654
18655 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18656 variable.
18657 (c-make-font-lock-search-form): New function, extracted from
18658 c-make-font-lock-search-function.
18659 (c-make-font-lock-search-function): Use the above function.
18660 (c-make-font-lock-context-search-function): New function.
18661 (c-cpp-matchers): Enhance the preprocessor expression case with
18662 the above function
18663 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18664 which takes an expression.
18665
18666 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18667
18668 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18669
18670 * window.el (display-buffer-reuse-window)
18671 (display-buffer-pop-up-window): Don't reuse or split a side
18672 window.
18673
18674 2011-08-19 Glenn Morris <rgm@gnu.org>
18675
18676 * files.el (hack-local-variables-prop-line, hack-local-variables):
18677 Downcase "Mode:". (Bug#9331)
18678
18679 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18680
18681 * international/characters.el: Add L and R categories.
18682
18683 * subr.el (bidi-string-mark-left-to-right): Rename from
18684 string-mark-left-to-right. Use category search.
18685
18686 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18687
18688 2011-08-18 Juri Linkov <juri@jurta.org>
18689
18690 * faces.el (error, warning, success): New faces with definitions
18691 copied from old default values of `font-lock-warning-face',
18692 `compilation-warning', `compilation-info' (bug#6117).
18693
18694 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18695
18696 * progmodes/compile.el (compilation-error): Inherit from `error'.
18697 (compilation-warning): Inherit from `warning'.
18698 (compilation-info): Inherit from `success'.
18699
18700 * dired.el (dired-marked): Inherit from `warning'.
18701 (dired-flagged): Inherit from `error'.
18702
18703 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18704
18705 * mail/smtpmail.el (auth-source): Require to avoid problems with
18706 binding variables (bug#9298). Also clean up some unused
18707 autoloads.
18708
18709 * net/network-stream.el (network-stream-open-starttls):
18710 Support using starttls.el without using gnutls-cli.
18711
18712 2011-08-17 Juri Linkov <juri@jurta.org>
18713
18714 * progmodes/grep.el (rgrep): Handle the case when
18715 `grep-find-command' is a cons cell (bug#9278).
18716
18717 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18718
18719 * window.el (display-buffer-pop-up-frame): Run frame creation
18720 function with BUFFER current (as special-display-popup-frame
18721 does). Reported by Drew Adams.
18722
18723 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18724
18725 * epa-mail.el: Simplify GnuPG group expansion using
18726 epg-expand-group.
18727 (epa-mail-group-alist, epa-mail-group-modtime)
18728 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18729 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18730 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18731 Remove.
18732
18733 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18734
18735 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18736
18737 2011-08-16 Alan Mackenzie <acm@muc.de>
18738
18739 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18740 Correct, to avoid the inside of macros.
18741
18742 2011-08-16 Richard Stallman <rms@gnu.org>
18743
18744 * epa-mail.el: Handle GnuPG group definitions.
18745 (epa-mail-group-alist, epa-mail-group-modtime)
18746 (epa-mail-gnupg-conf-file): New variables.
18747 (epa-mail-parse-groups, epa-mail-sync-groups)
18748 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18749 (epa-mail-expand-recipients): New functions.
18750 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18751
18752 * mail/rmail.el (rmail-epa-decrypt): New command.
18753
18754 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18755 Don't bind buffer-read-only, just inhibit-read-only.
18756 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18757 (epa-decrypt-armor-in-region): Make error message clearer.
18758
18759 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18762 and "a2b" to "ab" for `prefix'.
18763
18764 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18765
18766 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18767 filter groups.
18768 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18769 Fourquet (Bug#8804).
18770
18771 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18772
18773 * startup.el (argi): Declare as global variable (bug#9275).
18774
18775 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18776
18777 * subr.el (string-mark-left-to-right): Search the entire string
18778 for RTL script, not just the terminating character. Doc fix.
18779
18780 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18781
18782 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18783 New function.
18784 (js--regexp-literal, js-syntax-propertize-function): Remove.
18785 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18786 (js-mode-map): Don't rebind electric keys.
18787 (js-insert-and-indent): Remove.
18788 (js-mode): Setup electric-layout and electric-indent instead.
18789
18790 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18791
18792 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18793
18794 * epa.el (epa-progress-callback-function): Fix the logic of
18795 displaying progress.
18796 * epa-file.el (epa-file-insert-file-contents): Make progress
18797 display more user-friendly.
18798 (epa-file-write-region): Ditto.
18799
18800 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18801
18802 * subr.el (string-mark-left-to-right): New function.
18803
18804 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18805 Use string-mark-left-to-right.
18806 (list-buffers-noselect): Caller changed.
18807
18808 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18809 Use string-mark-left-to-right.
18810 (tabulated-list-print): Recenter after moving point.
18811
18812 2011-08-10 Juri Linkov <juri@jurta.org>
18813
18814 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18815 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18816 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18817
18818 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18819
18820 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18821 (Bug#7554).
18822
18823 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18824
18825 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18826 character. (Bug#6594)
18827
18828 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18829
18830 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18831 (image-dired--with-db-file): New macro.
18832 (image-dired-write-tags, image-dired-remove-tag)
18833 (image-dired-create-gallery-lists, image-dired-write-comments)
18834 (image-dired-get-comment, image-dired-mark-tagged-files)
18835 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18836 (image-dired-gallery-generate): Use insert-file-contents.
18837
18838 * time.el (display-time-world-list, display-time-world-display):
18839 * time-stamp.el (time-stamp-string):
18840 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18841 set-time-zone-rule (Bug#7337).
18842
18843 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18844
18845 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18846 (epg-error-to-string, epg-errors-to-string): New function.
18847 (epg-wait-for-completion): Reverse errors list.
18848 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18849 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18850 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18851 (epg-sign-keys, epg-generate-key-from-file)
18852 (epg-generate-key-from-string): Format errors by using
18853 epg-errors-to-string (bug#9255).
18854 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18855
18856 2011-08-07 Juri Linkov <juri@jurta.org>
18857
18858 * faces.el (list-faces-display): Remove extra angle bracket
18859 from `help-mode-map'.
18860
18861 * info.el (Info-history-toc-nodes): Doc fix.
18862
18863 * longlines.el (longlines-mode): Doc fix.
18864
18865 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18866
18867 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18868 of statements and in a few more cases (bug#9183).
18869
18870 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18871 New functions.
18872 (cl-transform-lambda): Use them (bug#9239).
18873
18874 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18875
18876 * window.el (display-buffer-same-window)
18877 (display-buffer-same-frame, display-buffer-other-window)
18878 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18879 (pop-to-buffer-other-window)
18880 (pop-to-buffer-same-frame-other-window)
18881 (pop-to-buffer-other-frame): Make them defuns.
18882 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18883
18884 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * subr.el (make-composed-keymap): Move from C. Change calling
18887 convention, and improve docstring to bring attention to a subtle point.
18888 * minibuffer.el (completing-read-default): Adjust accordingly.
18889
18890 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18891
18892 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18893 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18894
18895 * net/trampver.el: Update release number.
18896
18897 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18900 "in" (bug#9190).
18901
18902 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18903
18904 * mail/sendmail.el (sendmail-query-once): Restore the current
18905 buffer after querying (bug#9074).
18906
18907 * dired.el (dired-flagged): Use different faces for marked and
18908 flagged files (bug#6117).
18909
18910 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18911 (bug#4433).
18912
18913 * ido.el (ido-mode): Switch off the message if called
18914 non-interactively.
18915
18916 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18917 before 587, since it appears that that's more likely to work for
18918 more people.
18919
18920 * cus-edit.el (custom-file): When running under emacs -q, always
18921 refuse to save the customizations, even if the .emacs file doesn't
18922 exist.
18923
18924 * info.el: Remove the `Info-beginning-of-buffer' function
18925 (bug#8325).
18926
18927 * net/network-stream.el (network-stream-open-starttls):
18928 Use `starttls-available-p' to see whether starttls.el can be used.
18929
18930 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18931
18932 * window.el (display-buffer-in-window): Don't set dedicated status
18933 of window here (Bug#9215).
18934 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18935 (display-buffer-pop-up-side-window)
18936 (display-buffer-in-side-window): Set dedicated status of window here.
18937
18938 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18939
18940 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18941 before binding generated-autoload-file.
18942
18943 2011-08-01 Deniz Dogan <deniz@dogan.se>
18944
18945 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18946
18947 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18948
18949 Sync with Tramp 2.2.2.
18950
18951 * net/trampver.el: Update release number.
18952
18953 2011-07-30 Juri Linkov <juri@jurta.org>
18954
18955 * dired-aux.el (dired-touch-initial): Remove function.
18956 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18957 current time, and `default' to the last modification time of the
18958 current marked file (bug#6887).
18959
18960 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18961
18962 * simple.el (goto-line): Use string-to-number to provide a
18963 numeric argument to read-number (bug#9163).
18964
18965 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18966
18967 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18968 connection process, it could be nil.
18969
18970 2011-07-27 Leo Liu <sdl.web@gmail.com>
18971
18972 Simplify url handling in rcirc-mode.
18973
18974 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18975 (rcirc-browse-url-at-mouse): Remove.
18976 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18977
18978 2011-07-26 Alan Mackenzie <acm@muc.de>
18979
18980 Fontify bitfield declarations properly.
18981
18982 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18983 (c-symbol-chars): Now exported as a lang variable.
18984 (c-not-primitive-type-keywords): New lang variable.
18985
18986 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18987 QT keyword "more" to prevent "more slots: ...." being spuriously
18988 parsed as a bitfield declaration.
18989
18990 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18991 Refactor and enhance to handle bitfield declarations.
18992 (c-punctuation-in): New function.
18993 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18994 declarations properly.
18995
18996 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18997
18998 * calendar/icalendar.el (icalendar--all-events): Take care of
18999 multiple vcalendars in a single file.
19000 (icalendar--convert-float-to-ical): Checkdoc fixes.
19001
19002 2011-07-25 Deniz Dogan <deniz@dogan.se>
19003
19004 * image.el (insert-image): Clarifying docstring.
19005
19006 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
19007
19008 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19009 `tramp-send-command-and-check' if there is no error.
19010 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19011
19012 2011-07-22 Alan Mackenzie <acm@muc.de>
19013
19014 Prevent cc-langs.elc being loaded at run time.
19015
19016 * progmodes/cc-mode.el: Remove two autoload forms which loaded
19017 cc-langs.
19018
19019 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19020 "(require 'cc-langs)". Quote a form so it will evaluate at
19021 (cc-mode's) compilation time.
19022
19023 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
19024
19025 * net/tramp.el (tramp-file-name-handler): Avoid recursive
19026 loading. (Bug#9114)
19027
19028 2011-07-21 Martin Rudalics <rudalics@gmx.at>
19029
19030 * window.el (display-buffer-pop-up-window)
19031 (display-buffer-pop-up-side-window)
19032 (display-buffer-in-side-window): Call display-buffer-set-height
19033 and display-buffer-set-width after setting the new window's
19034 buffer so `fit-window-to-buffer' and friends work on the right buffer.
19035
19036 2011-07-20 Sam Steingold <sds@gnu.org>
19037
19038 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19039 (etags-tags-included-tables): Call `convert-standard-filename' on
19040 the file names contained in TAGS so that windows Emacs can handle
19041 TAGS files created by cygwin ctags.
19042
19043 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19044
19045 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19046 which apparently didn't work.
19047
19048 2011-07-19 Roland Winkler <winkler@gnu.org>
19049
19050 * proced.el (proced-send-signal): For *Marked Processes* buffer
19051 put point at beginning of buffer.
19052
19053 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
19054
19055 * proced.el (proced-format): Make header lines align with the text
19056 (bug#1779).
19057
19058 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19059
19060 * view.el (view-buffer): Allow running in `special' modes if we're
19061 visiting a file (bug#8615).
19062
19063 2011-07-19 Martin Rudalics <rudalics@gmx.at>
19064
19065 * window.el (display-buffer-alist-of-strings-p)
19066 (display-buffer-alist-set-1, display-buffer-alist-set-2):
19067 New functions.
19068 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19069 more accurately.
19070
19071 2011-07-18 Alan Mackenzie <acm@muc.de>
19072
19073 Fontify declarators properly when, e.g., a jit-lock chunk begins
19074 inside a declaration.
19075
19076 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19077
19078 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19079 New function.
19080 (c-complex-decl-matchers): Insert reference to
19081 c-font-lock-enclosing-decls.
19082
19083 * progmodes/cc-engine.el (c-backward-single-comment):
19084 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19085 to nil around calls to (forward-comment -1).
19086
19087 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19088
19089 * image.el (put-image): Doc typo fix.
19090
19091 * progmodes/etags.el (tags-search): Doc typo fix.
19092
19093 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19094 password if we get errors 550 to 554.
19095
19096 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19097
19098 * net/gnutls.el (gnutls-log-level): Remove.
19099
19100 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19101 indentation character (bug#6380).
19102
19103 * files.el (buffer-offer-save): Made permanently local (bug#6241).
19104
19105 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19106 to clarify what the problem is (bug#4291).
19107
19108 * simple.el (current-kill): Clarify what
19109 `interprogram-paste-function' does (bug#7500).
19110 (auto-fill-mode): Document `auto-fill-function' in relation to
19111 `auto-fill-mode' (bug#2470).
19112
19113 2011-07-16 Lawrence Mitchell <wence@gmx.li>
19114
19115 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19116 method if slot is read-only (bug#9035).
19117
19118 2011-07-16 Martin Rudalics <rudalics@gmx.at>
19119
19120 * frame.el (select-frame-set-input-focus): New argument NORECORD.
19121 * window.el (pop-to-buffer): Select window used even if it was
19122 selected before, see discussion of (Bug#8615), (Bug#6954).
19123 Pass argument NORECORD on to select-frame-set-input-focus.
19124
19125 2011-07-15 Glenn Morris <rgm@gnu.org>
19126
19127 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
19128 Respect help-form.
19129
19130 2011-07-09 Lawrence Mitchell <wence@gmx.li>
19131
19132 * net/gnutls.el (gnutls-min-prime-bits): New variable.
19133 (gnutls-negotiate): Use it.
19134
19135 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19136
19137 * net/gnutls.el (gnutls-negotiate):
19138 Upcase `gnutls-algorithm-priority'.
19139
19140 2011-07-15 Glenn Morris <rgm@gnu.org>
19141
19142 * jka-compr.el (jka-compr-verbose): Move from here...
19143 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
19144 Add missing :version tag.
19145 * info.el: No need to require jka-compr when compiling.
19146
19147 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19148
19149 * net/gnutls.el (gnutls-algorithm-priority): New variable.
19150 (gnutls-negotiate): Use it.
19151
19152 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19153
19154 * info.el (Info-beginning-of-buffer): New command.
19155 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19156 announcing `b' as the key (bug#8325).
19157 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19158
19159 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19160
19161 * international/mule-cmds.el
19162 (describe-specified-language-support): Make the error message
19163 clearer (bug#8905).
19164
19165 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19166
19167 * isearch.el (isearch-barrier): Add a doc string, since it's
19168 mentioned in a function doc string (bug#8678).
19169
19170 2011-07-15 Martin Rudalics <rudalics@gmx.at>
19171
19172 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19173 buffer argument (Bug#9083) and self-identifying label argument.
19174
19175 2011-07-15 Glenn Morris <rgm@gnu.org>
19176
19177 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
19178
19179 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19180
19181 * man.el (Man-fontify-manpage): Fix message when formatting the
19182 man page (bug#7929).
19183
19184 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19185
19186 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19187 argument LRM; if non-nil, append an invisible LRM character to the
19188 buffer name.
19189 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19190 last argument non-nil, when formatting buffer names.
19191 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19192 paragraph direction.
19193
19194 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19195
19196 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19197 the man page name (bug#7929).
19198
19199 * image.el (put-image): Mention the `put-image' overlay property
19200 (bug#7834).
19201
19202 * scroll-bar.el (set-scroll-bar-mode): Mention that
19203 `scroll-bar-mode' lists the values (bug#7772).
19204
19205 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19206 command (bug#7729).
19207
19208 * rect.el (apply-on-rectangle): Return the point after the last
19209 operation.
19210 (string-rectangle): Go to the point after the last operation
19211 (bug#7522).
19212
19213 * printing.el (pr-toggle-region): Clarify the documentation
19214 slightly (bug#7493).
19215
19216 * time.el (display-time-update):
19217 Allow `display-time-mail-function' to return nil (bug#7158).
19218 Fix suggested by Detlev Zundel.
19219
19220 * vc/diff.el (diff): Clarify the order the file names are read
19221 (bug#7111).
19222
19223 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19224 the doc string (bug#7015).
19225
19226 * font-lock.el (font-lock-maximum-decoration): Mention what
19227 numeric levels mean (bug#6935).
19228
19229 * startup.el (initial-buffer-choice): Don't mention the `none'
19230 selection, which is against policy.
19231
19232 2011-07-14 Martin Rudalics <rudalics@gmx.at>
19233
19234 * window.el (display-buffer-normalize-special):
19235 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19236
19237 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19238
19239 * subr.el (version<, version<=, version=): Mention "-CVS" and
19240 "-12345" alpha version numbers.
19241
19242 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19243
19244 * bindings.el: Add advertised binding for set-mark-command
19245 (Bug#5772).
19246
19247 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19248
19249 * bindings.el (mode-line-other-buffer):
19250 * bookmark.el (bookmark-bmenu-2-window):
19251 * bs.el (bs-cycle-next, bs-cycle-previous):
19252 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19253 switch-to-buffer.
19254
19255 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19256 Delete.
19257
19258 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
19259
19260 * follow.el (follow-debug-message, follow-redisplay):
19261 * jka-cmpr-hook.el (with-auto-compression-mode):
19262 Fix typos in docstrings.
19263
19264 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19265
19266 * subr.el (with-silent-modifications): Clarify somewhat what the
19267 macro inhibits (bug#6525).
19268
19269 * simple.el (eval-expression): Note what it does if called
19270 interactively (bug#6495).
19271
19272 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19273
19274 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19275 Use pop-to-buffer buffer-or-name if it is nil.
19276
19277 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19278 Remove switch-to-buffer.
19279
19280 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19281
19282 * files.el (make-directory): Clarify that an error will be raised
19283 if there's an error (bug#6397).
19284
19285 * startup.el (initial-buffer-choice): Add `none' as a choice
19286 (bug#6234).
19287
19288 * subr.el (add-hook): Clarify section about buffer-local hooks
19289 (bug#6218).
19290
19291 * dired.el (dired-flagged): Clarify doc string (bug#6117).
19292
19293 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19294
19295 * tabify.el (untabify): Preserve the current column so that point
19296 doesn't move (bug#6032).
19297
19298 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19299
19300 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19301 Rewrite to avoid awkward possessive "s" (bug#5986).
19302
19303 2011-07-13 Glenn Morris <rgm@gnu.org>
19304
19305 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
19306 (dired-insert-directory): Give a message the first time
19307 if ls is found not to support --dired.
19308
19309 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19310
19311 * simple.el (toggle-truncate-lines): Clarify what is toggled
19312 (bug#5580). Text by Drew Adams.
19313
19314 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19315
19316 * simple.el (blink-matching-open): Make the error message from the
19317 last change less verbose.
19318
19319 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19320
19321 * font-lock.el (font-lock-comment-face): Use the high contrast
19322 "yellow" color for font-lock-comment-face on low color terminals
19323 using a dark background color (bug#4221).
19324
19325 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19326
19327 * dired.el (dired-insert-set-properties): Make the doc string
19328 reflect what it does now (bug#5325).
19329
19330 * simple.el (blink-matching-open): Say that we were unable to find
19331 the match within the limit, if we're limited (bug#5122).
19332
19333 * international/mule-cmds.el (prefer-coding-system): Add an
19334 example (bug#4869).
19335
19336 * progmodes/etags.el (tags-search): Document `file-list-form'
19337 (bug#4731).
19338
19339 2011-07-13 Lawrence Mitchell <wence@gmx.li>
19340
19341 * net/browse-url.el (browse-url-default-browser)
19342 (browse-url-browser-function): Make the default browser choice a
19343 bit more logical (bug#4300). Also clean up the doc string.
19344
19345 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19346
19347 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19348 binary endings (bug#4440).
19349
19350 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19351
19352 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19353 which can be pretty annoying (bug#8971).
19354
19355 * jka-compr.el (jka-compr-verbose): New variable, and use
19356 throughout (bug#8971).
19357
19358 * info.el (Info-find-file): Fall back on the installation
19359 directory if we can't find the info node anywhere else.
19360
19361 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
19362
19363 * vc/vc.el (vc-revert-file):
19364 Don't set file time-stamp in the past. (Bug#5181)
19365
19366 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19367
19368 * files.el (after-find-file): Give a better error message when
19369 trying to find a symlink that points to a file that doesn't exist
19370 (bug#4398).
19371
19372 * progmodes/cc-vars.el: Remove (probably) misleading comment
19373 (bug#4396).
19374
19375 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19376
19377 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19378
19379 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19380
19381 * mouse-sel.el: Hack restoring functionality, while keeping
19382 compatibility with 2010-07-03 changes to mouse selection.
19383 (mouse-sel-primary-overlay): New var.
19384 (mouse-sel-selection-alist): Use it.
19385 (mouse-sel-mode): Doc fix; remove points that are default features
19386 of mouse.el.
19387
19388 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19389
19390 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19391 Fix previous fix (bug#2490).
19392
19393 2011-07-12 Roland Winkler <winkler@gnu.org>
19394
19395 * textmodes/bibtex.el (bibtex-initialize):
19396 Use pop-to-buffer-same-window.
19397 (bibtex-search-entries): Fix interactive call.
19398
19399 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19400
19401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19402 Fontise bytecomp Error lines more correctly (bug#2490).
19403 Fix suggested by Johan Bockgård.
19404
19405 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19406
19407 * dired-x.el (dired-guess-default): Use `delete-dups'.
19408
19409 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19410
19411 * dired.el (dired-mark-prompt):
19412 * dired-aux.el (dired-read-shell-command): Doc fix.
19413
19414 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19415
19416 * mail/sendmail.el (sendmail-query-once):
19417 Use `customize-save-variable' unconditionally, now that it works under
19418 emacs -Q.
19419
19420 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19421
19422 * cus-edit.el (custom-file): Take an optional no-error variable.
19423 (customize-save-variable): Set the variable, and give a warning if
19424 running under "emacs -q".
19425
19426 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19427
19428 * loadhist.el (unload-feature-special-hooks):
19429 Add `auto-coding-functions', `fill-nobreak-predicate' and
19430 `find-directory-functions' (bug#5327).
19431
19432 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19433
19434 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19435
19436 * cus-edit.el (custom-guess-name-alist): -alist variables should
19437 use the `alist' type (bug#3120). Suggested by Drew Adams.
19438
19439 * printing.el: Add documentation to all the `pr-toggle-' commands.
19440
19441 2011-07-11 Leo Liu <sdl.web@gmail.com>
19442
19443 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19444 backends where it makes sense (bug#2623).
19445
19446 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19447
19448 * dired-x.el (dired-guess-default): Remove duplicate shell command
19449 entries (bug#2028).
19450 (dired-guess-default): Fix grammar in doc string (bug#2028).
19451 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19452
19453 * subr.el (remove-duplicates): New conveniency function.
19454
19455 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19456
19457 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19458 (bug#1526).
19459
19460 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19461
19462 * window.el (display-buffer-normalize-default): Don't invert
19463 meaning of even-window-heights. Reported by Eli Zaretskii
19464 <eliz@gnu.org>.
19465
19466 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19467
19468 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19469
19470 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19471
19472 * window.el (display-buffer): Fix arguments to
19473 display-buffer-reuse-window in last change.
19474
19475 * faces.el (link): Use a less saturated blue on light backgrounds.
19476
19477 * startup.el (fancy-startup-text, fancy-about-text)
19478 (fancy-startup-tail): Use font-lock faces, for background safety.
19479
19480 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19481
19482 * emulation/viper-cmd.el (viper-change-state-to-vi):
19483 Limit triggering of abbrev expansion (Bug#9038).
19484
19485 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19486
19487 * window.el (display-buffer-default-specifiers): Remove.
19488 (display-buffer-macro-specifiers): Remove default specifiers.
19489 (display-buffer-alist): Default to nil.
19490 (display-buffer-reuse-window): New optional argument other-window.
19491 (display-buffer-pop-up-window): Allow splitting internal
19492 windows. Check whether a live window was created.
19493 (display-buffer-other-window-means-other-frame)
19494 (display-buffer-normalize-arguments): Rename to
19495 display-buffer-normalize-argument and rewrite. Set the
19496 other-window specifier.
19497 (display-buffer-normalize-special): New function.
19498 (display-buffer-normalize-options): Rename to
19499 display-buffer-normalize-default and rewrite.
19500 (display-buffer-normalize-options-inhibit): Remove.
19501 (display-buffer-normalize-specifiers): Rewrite.
19502 (display-buffer): Process other-window specifier and call
19503 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19504 more faithfully.
19505 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19506 (display-buffer-alist-set): Don't handle 'unset default values.
19507 (display-buffer-in-window, display-buffer-alist-set):
19508 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19509 <tassilo@member.fsf.org>.
19510
19511 2011-07-09 Leo Liu <sdl.web@gmail.com>
19512
19513 * register.el (insert-register): Restore accidental change on
19514 2011-06-26. (Bug#9028)
19515
19516 2011-07-09 Glenn Morris <rgm@gnu.org>
19517
19518 * subr.el (remq): Handle the empty list. (Bug#9024)
19519
19520 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19521
19522 * mail/sendmail.el (send-mail-function): No longer delay custom
19523 initialization.
19524 * custom.el (custom-initialize-delay): Doc fix.
19525
19526 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19529
19530 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19531
19532 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19533 human-friendly prompt.
19534
19535 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19536
19537 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19538 provided by a particular plugin.
19539
19540 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19541
19542 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19543 save customizations (with "emacs -Q"), just set the variable
19544 instead of erroring out.
19545
19546 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19547
19548 2011-07-08 Juri Linkov <juri@jurta.org>
19549
19550 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19551 (archive-zip-update-case): Use 7z if found by `executable-find'.
19552 The order of searching the available programs is the same as in
19553 `archive-zip-extract' (bug#8968).
19554
19555 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19556
19557 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19558 (menu-bar-options-menu): Tweak descriptions.
19559
19560 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19561
19562 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19563 menu items into verb phrases (bug#1421). Also refill to fit under
19564 80 columns.
19565
19566 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19567
19568 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19569 (Info-read-node-name): Doc fix (Bug#1084).
19570
19571 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19572 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19573 (end-of-sexp, beginning-of-sexp)
19574 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19575 (forward-symbol, forward-same-syntax, word-at-point)
19576 (sentence-at-point): Doc fix (Bug#1144).
19577
19578 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19579
19580 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19581 should cover it (bug#1281).
19582
19583 * cus-edit.el (custom-show): Mark as obsolete.
19584
19585 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19586 negotiation fails, then possibly try again with a non-encrypted
19587 connection (bug#9017).
19588
19589 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19590 be used.
19591
19592 2011-07-07 Richard Stallman <rms@gnu.org>
19593
19594 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19595 property, and handle its changed format.
19596 Look for the correct line number.
19597 Use file's line contents (but not past first =) to find
19598 correct line in message.
19599
19600 2011-07-07 Kenichi Handa <handa@m17n.org>
19601
19602 * international/characters.el (build-unicode-category-table):
19603 Delete it.
19604 (unicode-category-table): Set it by unicode-property-table-internal.
19605
19606 * international/mule-cmds.el (char-code-property-alist): Move to
19607 to src/chartab.c.
19608 (get-char-code-property): Call unicode-property-table-internal to
19609 load a file. Call get-unicode-property-internal where necessary.
19610 (put-char-code-property): Call unicode-property-table-internal to
19611 load a file. Call put-unicode-property-internal where necessary.
19612 put-unicode-property-internal where necessary.
19613 (char-code-property-description):
19614 Call unicode-property-table-internal to load a file.
19615
19616 * international/charprop.el:
19617 * international/uni-bidi.el:
19618 * international/uni-category.el:
19619 * international/uni-combining.el:
19620 * international/uni-comment.el:
19621 * international/uni-decimal.el:
19622 * international/uni-decomposition.el:
19623 * international/uni-digit.el:
19624 * international/uni-lowercase.el:
19625 * international/uni-mirrored.el:
19626 * international/uni-name.el:
19627 * international/uni-numeric.el:
19628 * international/uni-old-name.el:
19629 * international/uni-titlecase.el:
19630 * international/uni-uppercase.el: Regenerate.
19631
19632 * loadup.el: Load international/charprop.el before
19633 international/characters.
19634
19635 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19636
19637 * window.el (next-buffer, previous-buffer): Signal an error if
19638 called from a minibuffer window.
19639
19640 * bindings.el: Revert 2011-07-04 change.
19641
19642 2011-07-06 Richard Stallman <rms@gnu.org>
19643
19644 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19645 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19646 Treat markers like ints.
19647 (rmail-mime-entity): Doc fix.
19648
19649 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19650
19651 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19652 defcustom again for backwards compatibility.
19653
19654 * simple.el (shell-command-on-region): Fill.
19655
19656 * dired-aux.el (dired-kill-line): Add a doc string.
19657
19658 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19659 to "\\sw\\|\\s_" (bug#358).
19660
19661 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19662 (dired-unmark-backward): Ditto.
19663 (dired-flag-backup-files): Ditto.
19664
19665 * dired-x.el (dired-mark-sexp): Ditto.
19666
19667 2011-07-06 Richard Stallman <rms@gnu.org>
19668
19669 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19670 (rmail-mime-entity): New arg TRUNCATED.
19671 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19672 New functions.
19673 (rmail-mime-save): Warn if entity is truncated.
19674 (rmail-mime-toggle-hidden): Likewise, for showing.
19675 (rmail-mime-process-multipart): Record when an entity is truncated.
19676
19677 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19678 if ENTITY is a string.
19679
19680 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19681
19682 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19683 of faces when `M-C-x'-ing their definitions (bug#8378).
19684 Also clean up the code slightly.
19685
19686 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19687 because that makes the colors go away.
19688
19689 * mail/sendmail.el (send-mail-function): Change the default to
19690 `sendmail-query-once'.
19691 (sendmail-query-once): Add an autoload cookie.
19692
19693 * net/network-stream.el (network-stream-open-starttls): Try using
19694 a plain connection even if the server offered STARTTLS, and we
19695 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19696 capability. This should make smtpmail.el work in slightly more
19697 configurations.
19698
19699 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19700
19701 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19702 New defun.
19703 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19704
19705 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19706
19707 * progmodes/sql.el: Version 3.0
19708 (sql-product-alist): Add product :completion-object,
19709 :completion-column, and :statement attributes.
19710 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19711 (sql-mode-syntax-table): Mark all punctuation.
19712 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19713 ansi keywords.
19714 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19715 (sql-mode-oracle-font-lock-keywords): Improve.
19716 (sql-oracle-show-reserved-words): New function for development.
19717 (sql-product-font-lock): Simplify for source code buffers.
19718 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19719 New functions.
19720 (sql-highlight-product): Set product specific syntax table.
19721 (sql-mode-map): Add statement movement functions.
19722 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19723 New variable.
19724 (sql-statement-regexp, sql-beginning-of-statement)
19725 (sql-end-of-statement, sql-signum): New functions.
19726 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19727 (sql-show-sqli-buffer): Bug fix.
19728 (sql-interactive-mode): Store connection data as buffer local.
19729 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19730 with sql-interactive-mode.
19731 (sql-save-connection): Save buffer local settings.
19732 (sql-connection-menu-filter): Change menu entry name.
19733 (sql-product-interactive): Bug fix.
19734 (sql-preoutput-hold): New variable.
19735 (sql-interactive-remove-continuation-prompt): Bug fixes.
19736 (sql-debug-redirect): New variable.
19737 (sql-str-literal): New function.
19738 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19739 Redesign.
19740 (sql-oracle-save-settings, sql-oracle-restore-settings)
19741 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19742 (sql-completion-object, sql-completion-column)
19743 (sql-completion-sqlbuf): New variables.
19744 (sql-build-completions-1, sql-build-completions)
19745 (sql-try-completion): New functions.
19746 (sql-read-table-name): Use them.
19747 (sql-contains-names): New buffer local variable.
19748 (sql-list-all, sql-list-table): Use it.
19749 (sql-oracle-completion-types): New variable.
19750 (sql-oracle-completion-object, sql-sqlite-completion-object)
19751 (sql-postgres-completion-object): New functions.
19752
19753 2011-07-06 Glenn Morris <rgm@gnu.org>
19754
19755 * window.el (pop-to-buffer): Doc fix.
19756
19757 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19758
19759 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19760
19761 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19762
19763 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19764
19765 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19766
19767 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19768
19769 * button.el (button): Inherit from link face. Suggested by Dan
19770 Nicolaescu.
19771
19772 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19773
19774 * progmodes/gdb-mi.el: Fit in 80 columns.
19775 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19776 switch-to-buffer.
19777
19778 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19779 if imenu is simply not configured (bug#8941).
19780
19781 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19782
19783 * allout.el (allout-post-undo-hook): New allout outline-change
19784 event hook to signal undo activity.
19785 (allout-post-command-business): Run allout-post-undo-hook if an
19786 undo just occurred.
19787 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19788 * allout-widgets.el (allout-widgets-after-undo-function):
19789 Ensure the integrity of the current item's decoration after it has been
19790 in the vicinity of an undo.
19791 (allout-widgets-mode): Include allout-widgets-after-undo-function
19792 on the new allout-post-undo-hook.
19793
19794 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19797 Let define-derived-mode define it.
19798 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19799 cycles of abbrev-table inheritance (bug#8998).
19800
19801 2011-07-05 Roland Winkler <winkler@gnu.org>
19802
19803 * textmodes/bibtex.el: Add support for biblatex.
19804 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19805 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19806 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19807 (bibtex-entry-alist, bibtex-field-alist): New variables.
19808 (bibtex-entry-field-alist): Obsolete alias for
19809 bibtex-BibTeX-entry-alist.
19810 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19811 (bibtex-set-dialect): New command.
19812 (bibtex-entry-type, bibtex-entry-head)
19813 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19814 Bind via bibtex-set-dialect.
19815 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19816 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19817 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19818 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19819 Define via bibtex-set-dialect.
19820 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19821 Obey bibtex-no-opt-remove-re.
19822 (bibtex-vec-push, bibtex-vec-incr): New functions.
19823 (bibtex-format-entry, bibtex-field-list)
19824 (bibtex-print-help-message, bibtex-validate)
19825 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19826
19827 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19828
19829 * progmodes/compile.el (compilation-goto-locus):
19830 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19831 * bs.el (bs-cycle-next, bs-cycle-previous):
19832 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19833 * bindings.el (mode-line-other-buffer):
19834 * autoinsert.el (auto-insert):
19835 * arc-mode.el (archive-extract):
19836 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19837
19838 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19839
19840 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19841 Fix check of `emacs-lock-unlockable-modes'.
19842 Coerce true values of `emacs-lock--try-unlocking' to t.
19843
19844 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19845
19846 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19847 * emacs-lock.el: New file.
19848
19849 2011-07-05 Julien Danjou <julien@danjou.info>
19850
19851 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19852 than `boundp' to check if face is set.
19853
19854 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19855
19856 * register.el (registerv-make):
19857 * window.el (window-min-height): Fix typos in docstrings.
19858
19859 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19860
19861 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19862 Update doc string.
19863
19864 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19865
19866 * server.el (server-execute): Catch quit and call
19867 `server-return-error' to pass the error back to emacsclient and
19868 close the connection (bug#8942).
19869
19870 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19871
19872 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19873 insecure exception for current topic. Also note that auto-saves
19874 are handled differently.
19875
19876 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19877 State variables for tracking auto-save inhibition situation.
19878
19879 (allout-write-contents-hook-handler): Rename from
19880 'allout-write-file-hook-handler', and describe how it depends on
19881 write-contents-functions sensitivity to non-nil value to prevent
19882 file write.
19883
19884 (allout-auto-save-hook-handler): Remove. auto-save does not check
19885 this in individual buffers, only in the starting buffer, so this
19886 is not the right way for us to inhibit auto-save in a buffer
19887 according to its condition.
19888
19889 (allout-mode): Use new allout-write-contents-hook-handler, and
19890 only with write-contents-functions. Remove auto-save provisions -
19891 they're implemented elsewhere.
19892
19893 (allout-before-change-handler): If undo is in progress, note that
19894 for attention of allout-post-command-business.
19895
19896 (allout-post-command-business): If the command we're following was
19897 an undo, check for change in the status of encrypted items and
19898 adjust auto-save inhibitions accordingly.
19899
19900 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19901 according to whether there are or aren't any plain-text topics
19902 pending encryption.
19903
19904 (allout-inhibit-auto-save-info-for-decryption):
19905 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19906 if there are plain-text topics pending encryption.
19907
19908 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19909 buffer-saved-size and some allout state to not inhibit auto-saves
19910 if there are no longer any plain-text topics pending encryption.
19911
19912 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19913 No longer provide for exemption of the current topic.
19914
19915 2011-07-04 Juri Linkov <juri@jurta.org>
19916
19917 Add 7z operations to delete and save changed members (bug#8968).
19918 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19919 New defcustoms.
19920 (archive-7z-write-file-member): New function.
19921 (archive-7z-summarize): Fix the number of dashes in the
19922 listing output.
19923
19924 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19927 (bug#8958).
19928
19929 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19930
19931 * bindings.el: Ignore next-buffer and previous-buffer in
19932 minibuffer-local-map.
19933
19934 * font-lock.el (font-lock-builtin-face): Change light background
19935 color to dark slate blue (Bug#6693).
19936
19937 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19938
19939 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19940
19941 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19944 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19945 Add switch-to-buffer.
19946
19947 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19948
19949 * isearch.el (isearch-search-fun-function): Clarify further the
19950 meaning of the function returned.
19951
19952 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19953
19954 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19955
19956 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19957 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19958 Use it.
19959 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19960 `tramp-default-remote-path' does not exist.
19961 (tramp-send-command-and-read): New optional argument NOERROR.
19962 (tramp-open-connection-setup-interactive-shell)
19963 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19964 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19965 (tramp-process-sentinel): Flush also process' connection property.
19966 (tramp-sh-handle-start-file-process): Do not set process
19967 sentinel. It is done now ...
19968 (tramp-maybe-open-connection): ... here. (Bug#8929)
19969
19970 2011-07-04 MON KEY <monkey@sandpframing.com>
19971
19972 * play/animate.el (animate-string): Doc fixes and allow changing
19973 the buffer name (bug#5417).
19974
19975 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19976
19977 * play/animate.el (animation-buffer-name): Rename from *animate*.
19978
19979 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19980
19981 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19982 This is simpler and helps future-proof the code.
19983 (timer-until): Use time-subtract and float-time.
19984 (timer--time-less-p): Use time-less-p.
19985
19986 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19987
19988 * type-break.el (timep): Use the value of `float-time' to avoid a
19989 byte-compiler warning.
19990
19991 * server.el (server-eval-and-print): Return any result, even nil.
19992
19993 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19994
19995 * type-break.el: Accept time formats that the builtins accept.
19996 (timep, type-break-time-difference): Accept any format that
19997 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19998 This is simpler and helps future-proof the code.
19999 (type-break-time-difference): Round rather than ignoring
20000 subseconds components.
20001
20002 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20003
20004 * info.el (Info-apropos-matches): Make non-interactive, since it
20005 doesn't seem to do anything useful as a command (bug#8829).
20006
20007 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
20008
20009 * frame.el (frame-background-mode, frame-set-background-mode):
20010 Move from faces.el.
20011 (frame-default-terminal-background): New function.
20012
20013 * custom.el (custom-push-theme): Don't record faces in `changed'
20014 theme; this doesn't work correctly for per-frame face settings.
20015 (disable-theme): Use face-set-after-frame-default to reset faces.
20016 (custom--frame-color-default): New function.
20017
20018 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20019
20020 * dired.el (dired-flagging-regexp): Remove unused variable
20021 (bug#8769).
20022
20023 2011-03-29 Kevin Ryde <user42@zip.com.au>
20024
20025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20026 `perl-Test2' extend to match possible "fail #N" rep count
20027 (bug#8377).
20028
20029 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20030
20031 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20032 `smtpmail-via-smtp' now returns the error instead of nil.
20033
20034 * isearch.el (isearch-search-fun-function): Clarify the doc string
20035 (bug#8101).
20036
20037 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
20038
20039 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20040 unnecessary spaces (bug#8987).
20041
20042 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20043
20044 * net/network-stream.el (open-network-stream): Use the
20045 :end-of-capability command thoughout.
20046
20047 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20048
20049 * net/network-stream.el (open-network-stream): Add the
20050 :end-of-capability command parameter, used by pop3.el.
20051
20052 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20053
20054 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20055
20056 * fringe.el (fringe-query-style): Remove redundant text " (type ?
20057 for list)" (bug#6475).
20058
20059 * files.el (file-expand-wildcards): Ignore non-readable
20060 sub-directories while trying to find matches instead of signaling
20061 an error (bug#6297).
20062
20063 * man.el (Man-reference-regexp): Allow matching possible
20064 word-wrapped references (bug#6289).
20065
20066 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20067 for consistency with the other vc buffers (bug#6197).
20068 (vc-checkin): Ditto.
20069
20070 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20071
20072 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20073
20074 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20075
20076 * custom.el (defcustom): Clarify that :set is only used in the
20077 Customize user interface (bug#6089).
20078
20079 * progmodes/flymake.el (flymake-mode): If the buffer isn't
20080 associated with a file, refuse to run instead of erroring out
20081 (bug#6084).
20082
20083 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20084 the doc string, since it appears that using `fill-column' always
20085 controls the width (bug#7845).
20086
20087 * simple.el (shell-command-on-region): Say where the error output
20088 went if `shell-command-default-error-buffer' is set (bug#6857).
20089
20090 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
20091
20092 * allout.el (allout-yank-processing): Adjust cursor position for
20093 backwards-deleted space.
20094
20095 (allout-rebullet-heading): Register changes with
20096 allout-exposure-changed-hook, so the modified topic is properly
20097 decorated.
20098
20099 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20100
20101 * minibuffer.el (completion-in-region): Document PREDICATE
20102 (bug#7136).
20103
20104 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20105 of keyword/argument pairs (bug#6904).
20106
20107 * replace.el (multi-occur):
20108 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20109
20110 2011-07-02 Drew Adams <drew.adams@oracle.com>
20111
20112 * dired.el (dired-mark-if): Make the message about whether it's
20113 marking or unmarking clearer (bug#8523).
20114
20115 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20116
20117 * disp-table.el (display-table-print-array): New function.
20118 (describe-display-table): Use it to print the vectors more pretty
20119 (Bug#8859).
20120
20121 2011-07-02 Martin Rudalics <rudalics@gmx.at>
20122
20123 * window.el (window-state-get-1): Don't assign clone numbers.
20124 Add clone-of item to list of window parameters.
20125 (window-state-put-2): Don't process clone numbers.
20126 (display-buffer-alist): Fix doc-string.
20127
20128 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20129
20130 * subr.el (remq): Don't allocate if it's not needed.
20131 (keymap--menu-item-binding, keymap--menu-item-with-binding)
20132 (keymap--merge-bindings): New functions.
20133 (keymap-canonicalize): Use them to refine the canonicalization.
20134 * minibuffer.el (minibuffer-local-completion-map)
20135 (minibuffer-local-must-match-map): Move initialization from C.
20136 (minibuffer-local-filename-completion-map): Move initialization from C;
20137 don't inherit from anything here.
20138 (minibuffer-local-filename-must-match-map): Make obsolete.
20139 (completing-read-default): Use make-composed-keymap to combine
20140 minibuffer-local-filename-completion-map with either
20141 minibuffer-local-must-match-map or
20142 minibuffer-local-filename-completion-map.
20143
20144 2011-07-01 Glenn Morris <rgm@gnu.org>
20145
20146 * type-break.el (type-break-time-sum): Use dolist.
20147
20148 * textmodes/flyspell.el (flyspell-word-search-backward):
20149 Replace CL function.
20150
20151 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20152
20153 * mouse.el (mouse--strip-first-event): New function.
20154 (function-key-map): Use it to map fringe clicks to normal clicks
20155 by default.
20156
20157 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20158 (vc-bzr-revision-completion-table): Add support for annotate and date.
20159
20160 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20161 inherit from parent.
20162
20163 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20164
20165 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20166 (dired-show-file-type): Doc fixup (bug#8818).
20167
20168 * dired.el (dired-mode): Fix up the doc string as suggested by
20169 Drew Adams (bug#8817).
20170
20171 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20172 cookie, since the manual says that it should be possible to add
20173 this function to `find-file-hook' (bug#8709).
20174
20175 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20176
20177 * progmodes/cfengine.el: Moved all cfengine3.el functionality
20178 here. Noted Ted Zlatanov as the maintainer.
20179 (cfengine-common-settings, cfengine-common-syntax): New functions
20180 to set up common things between `cfengine-mode' and
20181 `cfengine3-mode'.
20182 (cfengine3-mode): New mode.
20183 (cfengine3-defuns cfengine3-defuns-regex
20184 (cfengine3-class-selector-regex cfengine3-category-regex)
20185 (cfengine3-vartypes cfengine3-font-lock-keywords)
20186 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20187 (cfengine3-indent-line): Add from cfengine3.el.
20188
20189 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
20190
20191 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20192
20193 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20194
20195 2011-07-01 Martin Rudalics <rudalics@gmx.at>
20196
20197 * window.el (same-window-buffer-names, same-window-regexps)
20198 (same-window-p, special-display-frame-alist)
20199 (special-display-popup-frame, special-display-function)
20200 (special-display-buffer-names, special-display-regexps)
20201 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20202 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20203 (split-window-preferred-function, split-height-threshold)
20204 (split-width-threshold, even-window-heights)
20205 (display-buffer-mark-dedicated, window-splittable-p)
20206 (split-window-sensibly, window-safely-shrinkable-p):
20207 Un-obsolete.
20208 (display-buffer): Don't spread args with function specifier
20209 because special-display-popup-frame won't like it.
20210
20211 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
20212
20213 Time-stamp simplifications and fixes.
20214 These improve accuracy slightly, and future-proof the code
20215 against some potential changes to current-time format.
20216
20217 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20218 by using time-since and float-time.
20219
20220 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20221 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
20222 + NNN microseconds".
20223
20224 * type-break.el (type-break-time-sum): Rewrite using time-add.
20225
20226 * play/hanoi.el (hanoi-current-time-float): Remove.
20227 All uses replaced by float-time.
20228
20229 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20230 This yields a more-accurate answer.
20231 (rng-time-to-float): Remove; no longer needed.
20232
20233 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20234
20235 * calendar/timeclock.el (timeclock-seconds-to-time):
20236 Defalias to seconds-to-time, since they're the same thing.
20237
20238 * emacs-lisp/elp.el (elp-elapsed-time):
20239 * emacs-lisp/benchmark.el (benchmark-elapse):
20240 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20241
20242 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * window.el (bury-buffer): Don't iconify the only frame.
20245 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20246 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
20247
20248 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
20249
20250 * eshell/em-smart.el (eshell-smart-display-navigate-list):
20251 Add mouse-yank-primary.
20252
20253 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20254
20255 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20256
20257 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * emacs-lisp/find-func.el (find-library--load-name): New fun.
20260 (find-library-name): Use it to find relative load names when provided
20261 absolute file name (bug#8803).
20262
20263 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20264
20265 * textmodes/flyspell.el (flyspell-word): Consider words that
20266 differ only in case as potential doublons (bug#5687).
20267
20268 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20269 Remove two rather uninteresting debugging-like messages to make
20270 debbugs.el more silent.
20271
20272 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20273 a password-like phrase.
20274
20275 2011-06-30 Masatake YAMATO <yamato@redhat.com>
20276
20277 * progmodes/cc-guess.el: New file.
20278
20279 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20280
20281 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20282 derived from `c-basic-common-init'.
20283
20284 * progmodes/cc-mode.el (top-level): Require cc-guess.
20285 (c-basic-common-init): Use `cc-choose-style-for-mode'.
20286
20287 2011-06-30 Lawrence Mitchell <wence@gmx.li>
20288
20289 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20290
20291 2011-06-30 Alan Mackenzie <acm@muc.de>
20292
20293 * progmodes/cc-engine.el (c-guess-continued-construct):
20294 Correct the handling of template-args-cont, particularly for when font
20295 lock is disabled. Name this case as "CASE G".
20296
20297 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
20298
20299 * allout.el (allout-yank-processing): Fix injection of extra space
20300 between bullet and non-whitespace character in first topic when
20301 pasting, ensuring that the actual spacing in the pasted topic
20302 following the bullet char is preserved. This extra space was
20303 causing pasted encrypted topics to get a decrypted status even
20304 when the content was actually still encrypted. Now the decryption
20305 status from before the paste is preserved.
20306
20307 (allout-flag-region): Set all allout overlays so they evaporate
20308 when reduced to zero length (evanescent), to prevent overlay
20309 leakage.
20310
20311 2011-06-30 Glenn Morris <rgm@gnu.org>
20312
20313 * w32-fns.el (w32-charset-info-alist): Declare.
20314
20315 * find-dired.el (find-grep-options): Simplify.
20316
20317 * term/ns-win.el (ns-set-resource): Declare.
20318
20319 * ses.el (row, col): Declare dynamic variables honestly.
20320
20321 * textmodes/reftex-parse.el (index-tags): Declare.
20322
20323 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
20324
20325 * cus-edit.el (customize-push-and-save): New function.
20326
20327 * files.el (hack-local-variables-confirm): Use it.
20328
20329 * custom.el (load-theme): New arg NO-CONFIRM.
20330 Use customize-push-and-save (Bug#8720).
20331 (custom-enabled-themes): Doc fix.
20332
20333 * cus-theme.el (customize-create-theme)
20334 (custom-theme-merge-theme): Callers to load-theme changed.
20335
20336 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20337
20338 * thingatpt.el (thing-at-point-short-url-regexp): Require that
20339 short URLs have at least one dot in them (bug #7614).
20340
20341 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20342 nil, because using a pty is apparently too slow (bug #895).
20343
20344 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20345
20346 * mail/sendmail.el (sendmail-query-once): New function.
20347 (sendmail-query-once-function): New variable.
20348
20349 2011-06-29 Glenn Morris <rgm@gnu.org>
20350
20351 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20352
20353 * ses.el (top-level): Require cl when compiling.
20354 (ses-set-localvars): Fix error statement.
20355 Call it at compile time to silence a storm of warnings.
20356
20357 2011-06-29 Martin Rudalics <rudalics@gmx.at>
20358
20359 * window.el (normalize-live-buffer): Rename to
20360 window-normalize-buffer.
20361 (normalize-live-frame): Rename to window-normalize-frame.
20362 (normalize-any-window): Rename to window-normalize-any-window.
20363 (normalize-live-window): Rename to window-normalize-live-window.
20364 (make-window-atom): Rename to window-make-atom.
20365 (window-resize-reset): Rename to window--resize-reset.
20366 (window-resize-reset-1): Rename to window--resize-reset-1.
20367 (resize-mini-window): Rename to window--resize-mini-window.
20368 (resize-subwindows-skip-p): Rename to
20369 window--resize-subwindows-skip-p.
20370 (resize-subwindows-normal): Rename to
20371 window--resize-subwindows-normal.
20372 (resize-subwindows): Rename to window--resize-subwindows.
20373 (resize-other-windows): Rename to window--resize-siblings.
20374 (resize-this-window): Rename to window--resize-this-window.
20375 (resize-root-window): Rename to window--resize-root-window.
20376 (resize-root-window-vertically): Rename to
20377 window--resize-root-window-vertically.
20378 (normalize-buffer-to-display): Rename to
20379 window-normalize-buffer-to-display.
20380 (normalize-buffer-to-switch-to): Rename to
20381 window-normalize-buffer-to-switch-to.
20382 Correspondingly update all callers of the functions listed
20383 above.
20384 (display-buffer-alist, display-buffer-normalize-arguments)
20385 (display-buffer-normalize-options, display-buffer)
20386 (display-buffer-alist-set): Use "function" instead of
20387 "fun-with-args".
20388
20389 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20390
20391 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20392 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20393 debbugs.gnu.org. Mention acknowledgment email.
20394
20395 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20396
20397 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20398 buffer multibyteness, since it shouldn't matter.
20399
20400 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20401
20402 * window.el (display-buffer-in-side-window): Handle dedicated
20403 windows as in display-buffer-reuse-window.
20404 (display-buffer-normalize-alist): Use value of override
20405 specifier.
20406 (display-buffer-normalize-specifiers): Use value of
20407 other-window-means-other-frame specifier.
20408 (display-buffer-alist): Rewrite some texts in widgets.
20409 (display-buffer): Spread arguments when calling function
20410 specified by fun-with-args.
20411
20412 2011-06-28 Deniz Dogan <deniz@dogan.se>
20413
20414 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20415 Unnest `let'.
20416
20417 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20418 selectors (Bug#5732).
20419 (css-proprietary-nmstart-re): Use `regexp-opt'.
20420
20421 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20422
20423 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20424 (eshell-ls-date-format): New defcustom.
20425 (eshell-ls-file): Use it.
20426
20427 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20428
20429 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20430
20431 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20432
20433 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20434 (ange-ftp-make-tmp-name): New arg.
20435 (ange-ftp-file-local-copy): Use it.
20436
20437 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20438
20439 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20440 no-conversion (Bug#8870).
20441
20442 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20443
20444 * window.el (window-right, window-left, window-child)
20445 (window-child-count, window-last-child)
20446 (window-iso-combination-p, walk-window-tree-1)
20447 (window-atom-check-1, window-tree-1, delete-window)
20448 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20449 new naming conventions - window-vchild, window-hchild,
20450 window-next and window-prev are now called window-top-child,
20451 window-left-child, window-next-sibling and window-prev-sibling
20452 respectively.
20453 (resize-window-reset): Rename to window-resize-reset.
20454 (resize-window-reset-1): Rename to window-resize-reset-1.
20455 (resize-window): Rename to window-resize.
20456 (window-min-height, window-min-width)
20457 (resize-mini-window, resize-this-window, resize-root-window)
20458 (resize-root-window-vertically, adjust-window-trailing-edge)
20459 (enlarge-window, shrink-window, maximize-window)
20460 (minimize-window, delete-window, quit-restore-window)
20461 (split-window, balance-windows, balance-windows-area-adjust)
20462 (balance-windows-area, window-state-put-2)
20463 (display-buffer-even-window-sizes, display-buffer-set-height)
20464 (display-buffer-set-width, set-window-text-height)
20465 (fit-window-to-buffer): Rename all "resize-window" prefixed
20466 calls to use the "window-resize" prefix convention.
20467 (display-buffer-alist): Fix symbol for label specifier.
20468 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20469 corresponding specifier.
20470 Reported by Juanma Barranquero <lekktu@gmail.com>.
20471
20472 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20473
20474 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20475 convention.
20476 (ses-call-printer): Does not pass an empty string to formatter when the
20477 cell is empty to keep from barking printer Calc math-format-value.
20478
20479 2011-06-27 Richard Stallman <rms@gnu.org>
20480
20481 * battery.el (battery-mode-line-limit): New variable.
20482 (battery-update): Handle it.
20483
20484 * mail/rmailmm.el (rmail-mime-process-multipart):
20485 Handle truncated messages.
20486
20487 2011-06-27 Glenn Morris <rgm@gnu.org>
20488
20489 * progmodes/flymake.el (flymake-err-line-patterns):
20490 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20491
20492 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20493
20494 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20495 (ses--clean-!, ses--clean-_): New functions.
20496 (ses-range): Add configurability of readout order, and conversion
20497 to Calc vector.
20498
20499 * ses.el (ses-repair-cell-reference-all): New function.
20500 (ses-cell-symbol): Set macro as safe, so that it can be used in
20501 formulas.
20502
20503 * ses.el: Update cycle detection algorithm.
20504 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20505 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20506 (ses-set-localvars): New function.
20507 (ses-make-cell): Add property-list as a cell element.
20508 (ses-cell-property-get-fun, ses-cell-property-get)
20509 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20510 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20511 New functions.
20512 (ses-cell-property-set, ses-cell-property-pop)
20513 (ses-cell-property-get-handle): New macro.
20514 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20515 New aliases, used for code readability.
20516 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20517 cycle detection.
20518 (ses-self-reference-early-detection): New defcustom.
20519 (ses-formula-references): Robustify against self-referring cells.
20520 (ses-mode): Use ses-set-localvars.
20521 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20522 before lauching the update processing.
20523 (ses-initialize-Dijkstra-attempt): New function.
20524 (ses-recalculate-cell): Update for cycle detection based on
20525 Dijkstra algorithm.
20526
20527 * ses.el: Fix commenting and indenting convention.
20528
20529 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20530
20531 * bs.el (bs-cycle-next): Complete last change.
20532
20533 2011-06-27 Drew Adams <drew.adams@oracle.com>
20534
20535 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20536
20537 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20538
20539 * net/network-stream.el (network-stream-open-starttls):
20540 Don't re-get capabilities unless we've reestablished connection.
20541 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20542
20543 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20544 to binary to possibly avoid line encoding issues on Windows (among
20545 other things).
20546
20547 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20548
20549 * net/network-stream.el (open-network-stream): Return an :error
20550 saying what the problem was, if possible.
20551
20552 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20553 server.
20554
20555 * net/network-stream.el (network-stream-open-starttls): If we
20556 wanted to use STARTTLS, and the server offered it, but we weren't
20557 able to because we had no STARTTLS support, then close the connection.
20558 (open-network-stream): Return an :error element, if present.
20559
20560 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20561
20562 * hl-line.el (hl-line-sticky-flag): Doc fix.
20563 (global-hl-line-sticky-flag): New option (Bug#8323).
20564 (global-hl-line-highlight): Obey it.
20565
20566 * vc/vc.el (vc-revert-show-diff): Default to t.
20567
20568 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20569
20570 * allout-widgets.el (allout-widgets-post-command-business):
20571 Stop decorating intermediate isearch matches. They're not being
20572 undecorated when an isearch is continued past, and isearch
20573 automatically collapses them. This leads to "widget leaks", where
20574 decorated items accumulate in collapsed areas. Lines with lots of
20575 hidden widgets can slow down cursor travel, substantially.
20576 Too much complicated machinery would be needed to ensure undecoration,
20577 so we're doing without this nicety.
20578
20579 (allout-widgets-tally-string): Don't try to do a hash-table-count
20580 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20581 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20582 *Messages* when allout-widgets-maintain-tally is t.
20583
20584 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20585
20586 * window.el (display-buffer-normalize-argument): Rename to
20587 display-buffer-normalize-arguments. Handle special meaning of
20588 LABEL argument. Respect special-display-function when popping up
20589 a new frame. Fix code searching for a window showing the buffer
20590 on another frame.
20591 (display-buffer-normalize-specifiers):
20592 Call display-buffer-normalize-arguments.
20593 (display-buffer-in-window): Don't undedicate the window if its
20594 buffer remains the same.
20595 Reported by Drew Adams <drew.adams@oracle.com>.
20596 (display-buffer-alist): Add choice for same-window macro
20597 specfier.
20598 (display-buffer): Mention special meaning of LABEL argument in
20599 doc-string. Fix quoting. Don't pop up a new frame even as
20600 fallback.
20601
20602 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20603
20604 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20605 avoid deleting the current window in some cases (bug#8911).
20606
20607 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20608
20609 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20610 (Bug#8934)
20611
20612 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20613
20614 * net/network-stream.el (network-stream-open-starttls):
20615 Use built-in TLS support if `gnutls-available-p' is true.
20616 (network-stream-open-tls): Ditto.
20617
20618 2011-06-26 Leo Liu <sdl.web@gmail.com>
20619
20620 * register.el (registerv): New struct.
20621 (registerv-make): New function.
20622 (jump-to-register, describe-register-1, insert-register):
20623 Support the jump-func, print-func and insert-func slot of a registerv
20624 struct. (Bug#8415)
20625
20626 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20627
20628 * vc/vc.el (vc-revert-show-diff): New defcustom.
20629 (vc-diff-internal): New arg specifying diff buffer.
20630 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20631 reuse an existing *vc-diff* buffer (Bug#8927).
20632
20633 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20634
20635 2011-06-26 Glenn Morris <rgm@gnu.org>
20636
20637 * progmodes/f90.el (f90-critical-indent): New option.
20638 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20639 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20640 (f90-mode): Doc fix.
20641 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20642 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20643 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20644 (f90-match-end): Handle block, critical.
20645
20646 2011-06-25 Glenn Morris <rgm@gnu.org>
20647
20648 * calendar/diary-lib.el (diary-included-files): Doc fix.
20649 (diary-include-files): New function, extracted from
20650 diary-include-other-diary-files and diary-mark-included-diary-files.
20651 (diary-include-other-diary-files, diary-mark-included-diary-files):
20652 Just call diary-include-files.
20653 (diary-mark-entries): Reset diary-included-files on first call.
20654
20655 * calendar/diary-lib.el (diary-mark-entries)
20656 (diary-mark-included-diary-files):
20657 Visit included diary-files in temp buffers.
20658
20659 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20660 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20661 (f90-start-block-re, f90-imenu-generic-expression)
20662 (f90-looking-at-program-block-start, f90-no-block-limit):
20663 Add support for submodules.
20664
20665 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20666 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20667
20668 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20669
20670 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20671 buffer-file-type before setting its value, to avoid disastrous
20672 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20673
20674 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20675
20676 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20677
20678 * ses.el (ses-unload-function):
20679 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20680
20681 * proced.el (proced-unload-function):
20682 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20683
20684 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20685
20686 * server.el (server-create-window-system-frame): Add parameters arg.
20687 (server-process-filter): Doc fix. Handle frame-parameters.
20688
20689 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20690
20691 Fix bug#8730, bug#8781.
20692
20693 * loadhist.el (unload--set-major-mode): New function.
20694 (unload-feature): Use it.
20695
20696 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20697 (python-unload-function): New function.
20698
20699 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20700
20701 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20702
20703 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20704
20705 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20706 the candidates list.
20707
20708 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20709
20710 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20711
20712 2011-06-23 Richard Stallman <rms@gnu.org>
20713
20714 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20715 (rmail-variables): Set next-error-move-function.
20716 (rmail-what-message): Take argument POS.
20717 (rmail-next-error-move): New function.
20718
20719 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20720
20721 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20722 messages for adjacent non-terminals.
20723
20724 2011-06-23 Richard Stallman <rms@gnu.org>
20725
20726 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20727 (rmail-show-message-1): Preserve buffer modified flag.
20728 (rmail-start-mail): Don't specify use of rmail-mail-return;
20729 that's done by mail-bury now.
20730 (rmail-mail-return): Handle arg NEWBUF.
20731
20732 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20733
20734 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20735 SIZE is a number.
20736
20737 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20738
20739 * window.el (get-lru-window, get-mru-window)
20740 (get-largest-window): Never return a minibuffer window.
20741 (display-buffer-pop-up-window): Fix a bug that could lead to
20742 reusing the minibuffer window.
20743 (display-buffer): Pass original specifier argument to
20744 display-buffer-function instead of the normalized one.
20745 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20746
20747 2011-06-22 Leo Liu <sdl.web@gmail.com>
20748
20749 * minibuffer.el (completing-read-function)
20750 (completing-read-default): Move from minibuf.c.
20751
20752 2011-06-22 Richard Stallman <rms@gnu.org>
20753
20754 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20755 to Rmail even if not started by a special Rmail command.
20756
20757 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20758 Copy the buffer currently showing just one message.
20759
20760 2011-06-22 Roland Winkler <winkler@gnu.org>
20761
20762 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20763 (bibtex-clean-entry): First delete the old key so that a
20764 customized algorithm for generating the new key does not get
20765 confused by the old key.
20766 (bibtex-url): Obey regexp of first step.
20767 (bibtex-search-entries): Do not use add-to-list with local
20768 list-var.
20769
20770 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20771
20772 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20773 stored a user name, then query for the password first, instead of
20774 waiting for SMTP to give an error message and the trying again.
20775
20776 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20777
20778 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20779 BUFFER in call-process.
20780
20781 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20782
20783 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20784 QUIT twice.
20785 (smtpmail-try-auth-methods): Require user name and password from
20786 auth-source.
20787
20788 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20789
20790 * window.el (display-buffer-default-specifiers)
20791 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20792 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20793 (split-window): Normalize SIDE argument (Bug#8916).
20794
20795 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20796 (special-display-frame-alist, special-display-popup-frame):
20797 Remove duplicate declarations. These are now in window.el.
20798
20799 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20800
20801 * mail/smtpmail.el (smtpmail-via-smtp):
20802 Set :use-starttls-if-possible so that we always use STARTTLS if the
20803 server supports it. SMTP servers that support STARTTLS commonly
20804 require it.
20805
20806 * net/network-stream.el (network-stream-open-starttls): Support
20807 upgrading to STARTTLS always, even if we don't have built-in support.
20808 (open-network-stream): Add the :always-query-capabilities keyword.
20809
20810 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20811 upgrades with `open-network-stream', and rely solely on
20812 auth-source for all credentials. Big changes throughout the file,
20813 but in particular:
20814 (smtpmail-auth-credentials): Remove.
20815 (smtpmail-starttls-credentials): Remove.
20816 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20817 MAIL FROM, too.
20818
20819 * net/network-stream.el (network-stream-open-starttls):
20820 Provide support for client certificates both for external and built-in
20821 STARTTLS.
20822 (auth-source): Require.
20823 (open-network-stream): Document the :client-certificate keyword.
20824 (network-stream-certificate): Change cert-cert to cert and
20825 cert-key to key.
20826
20827 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20828
20829 * net/tramp-cache.el (top): Don't load the persistency file when
20830 "emacs -Q" has been called.
20831
20832 2011-06-21 Tim Harper <timcharper@gmail.com>
20833
20834 * term/ns-win.el (ns-initialize-window-system):
20835 Set application-specific `ApplePressAndHoldEnabled' system
20836 resource to NO as it is not yet supported by the NS port.
20837
20838 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20839
20840 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20841 (list-dynamic-libraries): ...not here.
20842
20843 2011-06-21 Leo Liu <sdl.web@gmail.com>
20844
20845 * subr.el (sha1): Implement sha1 using secure-hash.
20846
20847 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20848
20849 * window.el (display-buffer-alist): In default value do not
20850 enforce searching a window on any but the selected frame.
20851 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20852 (display-buffer-select-window): Remove function.
20853 (display-buffer-in-window): When a window on another frame gets
20854 reused, do not select it any more but just raise its frame if
20855 necessary (Bug#8851) and (Bug#8856).
20856 (display-buffer-normalize-options): Handle pop-up-frames related
20857 options more faithfully.
20858 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20859 window if it is on another frame.
20860 (display-buffer-alist, display-buffer-default-specifiers):
20861 Don't make new frame unsplittable by default.
20862 (display-buffer-normalize-argument): Fix doc-string typo and use
20863 'same-frame-other-window instead of 'other-window when associating
20864 with display-buffer-macro-specifiers.
20865
20866 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20867
20868 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20869 New functions.
20870 (5x5-mode-map, 5x5-mode-menu): Bind them.
20871 (5x5-draw-grid): Tweak the solver's rendering.
20872
20873 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20876 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20877
20878 2011-06-21 Drew Adams <drew.adams@oracle.com>
20879
20880 * menu-bar.el: Use function variable instead of switch-to-buffer.
20881 (menu-bar-select-buffer-function): New variable.
20882 (menu-bar-update-buffers): Use it (bug#8876).
20883
20884 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20885
20886 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20887 variable's status.
20888
20889 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20890
20891 * x-dnd.el (x-dnd-version-from-flags)
20892 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20893 and long as number (Bug#8899).
20894 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20895
20896 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20897
20898 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20899 (completion-try-completion, completion-all-completions): Compute the
20900 metadata argument if it's missing; make it optional (bug#8795).
20901
20902 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20903 (widget-complete): Use new :completion-function property.
20904 (widget-completions-at-point): New function.
20905 (default): Use :completion-function instead of :complete.
20906 (widget-default-completions): Rename from widget-default-complete;
20907 Rewrite.
20908 (widget-string-complete, widget-file-complete, widget-color-complete):
20909 Remove functions.
20910 (file, symbol, function, variable, coding-system, color):
20911 * international/mule-cmds.el (default-input-method, charset)
20912 (language-info-custom-alist):
20913 * cus-edit.el (face): Use new property :completions.
20914
20915 * progmodes/pascal.el (pascal-completions-at-point): New function.
20916 (pascal-mode): Use it.
20917 (pascal-mode-map): Use completion-at-point.
20918 (pascal-toggle-completions): Make obsolete.
20919 (pascal-complete-word, pascal-show-completions):
20920 * progmodes/octave-mod.el (octave-complete-symbol):
20921 Redefine as obsolete alias.
20922 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20923 Signal absence of completion info for old Octave,
20924 (inferior-octave-complete): Redefine as obsolete alias.
20925 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20926 (meta-completions-at-point): Rename from meta-complete-symbol and
20927 adapt it for use on completion-at-point-functions.
20928 (meta-common-mode): Use it.
20929 (meta-looking-at-backward, meta-match-buffer): Remove.
20930 (meta-complete-symbol): Redefine as obsolete alias.
20931 (meta-common-mode-map): Use completion-at-point.
20932 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20933 (makefile-mode-map): Use completion-at-point.
20934 (makefile-completions-at-point): Rename from makefile-complete and
20935 adapt it for use on completion-at-point-functions.
20936 (makefile-mode): Use it.
20937 (makefile-complete): Redefine as obsolete alias.
20938
20939 2011-06-20 Deniz Dogan <deniz@dogan.se>
20940
20941 * net/rcirc.el: Delete trailing whitespaces once and for all.
20942
20943 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20944
20945 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20946
20947 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20948
20949 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20950
20951 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20952
20953 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20954
20955 * window.el (display-buffer-other-window-means-other-frame):
20956 Call display-buffer-normalize-alist.
20957 (display-buffer-normalize-specifiers-1): Rename to
20958 display-buffer-normalize-argument. New argument other-frame.
20959 Rewrite.
20960 (display-buffer-normalize-specifiers-2): Rename to
20961 display-buffer-normalize-options.
20962 (display-buffer-normalize-alist-1): New function.
20963 (display-buffer-normalize-specifiers-3): Rename to
20964 display-buffer-normalize-alist.
20965 Call display-buffer-normalize-alist-1.
20966 (display-buffer-normalize-options-inhibit): New variable.
20967 (display-buffer-normalize-specifiers): Rewrite calling
20968 display-buffer-normalize-alist,
20969 display-buffer-normalize-argument, and
20970 display-buffer-normalize-options. Don't call the latter if
20971 display-buffer-normalize-options-inhibit is non-nil.
20972 (frame-auto-delete): New option.
20973 (window-deletable-p): Use frame-auto-delete.
20974 (window-list-no-nils, window-state-ignored-parameters)
20975 (window-state-get-1, window-state-get, window-state-put-list)
20976 (window-state-put-1, window-state-put-2, window-state-put):
20977 New functions.
20978 (display-buffer-normalize-options): Move special-display-p group
20979 after pop-up-frame group (Bug#8851) and (Bug#8856).
20980
20981 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20982
20983 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20984 groups (Bug#8776).
20985 (rx-submatch-n): New function.
20986 (rx): Document it.
20987
20988 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20989 (Bug#8768).
20990
20991 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20992
20993 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20994
20995 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20996 anytime existing face settings are present (Bug#8889).
20997
20998 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20999 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21000 Remove unused argument.
21001
21002 2011-06-18 Martin Rudalics <rudalics@gmx.at>
21003
21004 * window.el (display-buffer-default-specifiers):
21005 Remove pop-up-frame. Add pop-up-window-min-height,
21006 pop-up-window-min-width, and another reuse-window specifier
21007 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
21008 (display-buffer-normalize-specifiers-2):
21009 Handle split-height-threshold and split-width-threshold also when
21010 pop-up-windows is unset. Add a reuse-window specifier for the
21011 case popping up a new window fails.
21012 (special-display-popup-frame): Remove double quoting.
21013 (display-buffer-normalize-specifiers-1): Fix thinko.
21014
21015 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21016
21017 * shell.el (shell-completion-vars): Set pcomplete-termination-string
21018 according to comint-completion-addsuffix.
21019
21020 * pcomplete.el: Convert to lexical binding and fix bug#8819.
21021 (pcomplete-suffix-list): Mark as obsolete.
21022 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21023 pcomplete-seen in the closure.
21024 (pcomplete-comint-setup): Setup completion-at-point as well.
21025 (pcomplete--entries): New function.
21026 (pcomplete--env-regexp): New var.
21027 (pcomplete-entries): Rewrite to work with partial-completion and
21028 without relying on pcomplete-suffix-list.
21029 (pcomplete-pare-list): Remove, unused.
21030
21031 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21032
21033 * window.el (display-buffer-alist): Set pop-up-window-min-height
21034 and pop-up-window-min-width in default value. Reported by
21035 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
21036 other-window-means-other-frame.
21037 (display-buffer-macro-specifiers): Comment out entry for
21038 other-window specifier.
21039 (display-buffer-other-window-means-other-frame): New function.
21040 (display-buffer-normalize-specifiers-1): New arguments
21041 buffer-name and label. Treat other-window case specially.
21042 (display-buffer-normalize-specifiers-2): Treat other-window case
21043 specially.
21044 (display-buffer-normalize-specifiers-3): New function.
21045 (display-buffer-normalize-specifiers):
21046 Call display-buffer-normalize-specifiers-3.
21047
21048 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21049
21050 * window.el (same-window-p): Fix two typos introduced when
21051 adding with-no-warnings.
21052 (display-buffer-normalize-specifiers-1): Don't check
21053 pop-up-frames for 'unset initialization.
21054 (display-buffer-normalize-specifiers-2): Major rewrite using
21055 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21056 (pop-up-frames, display-buffer-reuse-frames)
21057 (display-buffer-mark-dedicated): Don't initialize to 'unset.
21058 Suggested by David Engster <deng@randomsample.de>.
21059 (even-window-heights): Initialize to 'unset.
21060 (display-buffer-alist-set): Handle new 'unset initializations.
21061 (display-buffer-macro-specifiers): Don't pop up a new frame in the
21062 other window case.
21063
21064 2011-06-16 Martin Rudalics <rudalics@gmx.at>
21065
21066 * window.el (display-buffer-normalize-specifiers-1):
21067 Respect current value of pop-up-frames for most reasonable values of
21068 second argument of display-buffer (Bug#8865).
21069 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21070 (switch-to-buffer-other-window-same-frame)
21071 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
21072 Adams (Bug#8875).
21073 (display-buffer): Don't check noninteractive when calling
21074 display-buffer-pop-up-frame.
21075 (display-buffer-pop-up-frame): Never pop up a frame in
21076 noninteractive mode (Bug#8857).
21077 (enlarge-window, shrink-window): Don't report an error when the
21078 window can't be resized as requested (Bug#8862).
21079
21080 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21081
21082 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21083
21084 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21085
21086 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21087
21088 2011-06-15 Alan Mackenzie <acm@muc.de>
21089
21090 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21091 for declarators, disable knr checking to speed up for normal files.
21092 2: Refactor, replacing a sequence of nested if forms by a cond form.
21093
21094 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21095
21096 * net/network-stream.el (open-network-stream): Add the keyword
21097 :always-query-capabilities for the case where you want to force a
21098 `plain' network connection, but the protocol still requires the
21099 capabilitiy command (i.e., SMTP and EHLO).
21100
21101 * subr.el (process-live-p): Rename from `process-alive-p' for
21102 consistency with other `-live-p' functions.
21103
21104 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21105
21106 * window.el (same-window-buffer-names, same-window-regexps)
21107 (special-display-frame-alist, special-display-popup-frame)
21108 (special-display-function, special-display-buffer-names)
21109 (special-display-regexps, pop-up-frame-alist)
21110 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21111 (pop-up-windows, split-window-preferred-function)
21112 (split-height-threshold, split-width-threshold, even-window-heights)
21113 (display-buffer-mark-dedicated): Don't encourage the use of
21114 display-buffer-alist from Elisp code.
21115
21116 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
21117
21118 * progmodes/python.el (python-mode): Derive from prog-mode.
21119 * progmodes/ps-mode.el (ps-mode):
21120 * progmodes/mixal-mode.el (mixal-mode):
21121 * progmodes/cfengine.el (cfengine-mode):
21122 * progmodes/ld-script.el (ld-script-mode): Likewise.
21123
21124 2011-06-15 Martin Rudalics <rudalics@gmx.at>
21125
21126 * window.el (display-buffer-alist): Trim default value to avoid
21127 popping up a new frame (Bug#8857) or reusing an arbitrary window
21128 on another frame.
21129 (display-buffer): Do not fall back on popping up a new frame in
21130 batch mode (Bug#8857).
21131
21132 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
21133
21134 * cus-theme.el (describe-theme-1): Use custom-theme-p.
21135 (custom-theme-summary): New function.
21136 (customize-themes): Use it.
21137
21138 2011-06-13 Glenn Morris <rgm@gnu.org>
21139
21140 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21141
21142 2011-06-13 Martin Rudalics <rudalics@gmx.at>
21143
21144 * help.el (help-window): Remove variable.
21145 (help-window-point-marker, temp-buffer-max-height)
21146 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21147 (help-print-return-message): Don't set help-window.
21148 (resize-temp-buffer-window): Rewrite cod eand doc-string.
21149 (help-window-setup-finish): Remove.
21150 (help-window-display-message, help-window-setup)
21151 (with-help-window): Major rewrite based on new
21152 display-buffer-window variable.
21153
21154 * help-mode.el (help-mode-finish): Remove help-window related
21155 code.
21156
21157 * view.el (view-exits-all-viewing-windows): Remove reference to
21158 view-return-to-alist in doc-string.
21159 (view-return-to-alist): Make obsolete.
21160 (view-buffer): Call pop-to-buffer-same-window and remove
21161 undo-window code.
21162 (view-buffer-other-window): Call pop-to-buffer-other-window and
21163 simplify code. Ignore second argument.
21164 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21165 simplify code. Ignore second argument.
21166 (view-return-to-alist-update): Make obsolete.
21167 (view-mode-enter): Rename second argument to QUIT-RESTORE.
21168 Rewrite using quit-restore window parameters.
21169 (view-mode-exit): Rename second argument to EXIT-ONLY.
21170 Rewrite using quit-restore-window.
21171 (View-exit, View-exit-and-edit, View-leave, View-quit)
21172 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21173 appropriate arguments.
21174 (view-end-message): Use quit-restore window parameter.
21175
21176 * window.el (display-buffer-function): Rewrite doc-string.
21177 (display-buffer-window, display-buffer-alist): New variables.
21178 (display-buffer-split-specifiers)
21179 (display-buffer-side-specifiers)
21180 (display-buffer-macro-specifiers): New constants.
21181 (display-buffer-even-window-sizes, display-buffer-set-height)
21182 (display-buffer-set-width, display-buffer-select-window)
21183 (display-buffer-in-window, display-buffer-reuse-window)
21184 (display-buffer-split-window-1, display-buffer-split-window)
21185 (display-buffer-split-atom-window, display-buffer-pop-up-window)
21186 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21187 (display-buffer-in-side-window, normalize-buffer-to-display)
21188 (display-buffer-normalize-specifiers-1)
21189 (display-buffer-normalize-specifiers-2)
21190 (display-buffer-normalize-specifiers, display-buffer-frame):
21191 New functions.
21192 (display-buffer): Major rewrite.
21193 (display-buffer-other-window, display-buffer-other-frame)
21194 (pop-to-buffer, switch-to-buffer-other-window)
21195 (switch-to-buffer-other-frame): Rewrite.
21196 (display-buffer-same-window, display-buffer-same-frame)
21197 (display-buffer-same-frame-other-window)
21198 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21199 (pop-to-buffer-other-window)
21200 (pop-to-buffer-same-frame-other-window)
21201 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21202 (switch-to-buffer-other-window-same-frame): New functions.
21203 (same-window-p, special-display-p): Rewrite disabling warnings.
21204 Make obsolete.
21205 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21206 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21207 Make obsolete
21208 (same-window-buffer-names, same-window-regexps)
21209 (special-display-frame-alist, special-display-popup-frame)
21210 (special-display-function, special-display-buffer-names)
21211 (special-display-regexps, pop-up-frame-alist)
21212 (pop-up-frame-function, split-window-preferred-function)
21213 (split-height-threshold, split-width-threshold)
21214 (even-window-heights): Make obsolete.
21215
21216 2011-06-12 Glenn Morris <rgm@gnu.org>
21217
21218 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
21219 Misc simplifications.
21220
21221 2011-06-12 Martin Rudalics <rudalics@gmx.at>
21222
21223 * window.el (window-safely-shrinkable-p): Restore function which
21224 was inadvertently removed in change from 2011-06-11. Declare as
21225 obsolete.
21226
21227 * calendar/calendar.el (calendar-generate-window):
21228 Use window-iso-combined-p instead of combination of one-window-p and
21229 window-safely-shrinkable-p.
21230
21231 2011-06-12 Glenn Morris <rgm@gnu.org>
21232
21233 * progmodes/fortran.el (fortran-mode-syntax-table):
21234 * progmodes/f90.el (f90-mode-syntax-table):
21235 Set % to punctuation. (Bug#8820)
21236 (f90-find-tag-default): Remove, no longer needed.
21237
21238 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
21239
21240 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21241
21242 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
21243
21244 * image.el (image-animated-p): Return animation delay in seconds.
21245 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21246 (image-animate-timeout): Remove DELAY argument. Don't assume
21247 every subimage has the same delay; get it from image-animated-p.
21248 (image-animate): Caller changed.
21249
21250 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
21251
21252 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21253 to ignored backtrace functions.
21254
21255 2011-06-11 Glenn Morris <rgm@gnu.org>
21256
21257 * calendar/appt.el (appt-disp-window-function): Doc fix.
21258 (appt-check): Handle overlapping appointments. (Bug#8337)
21259
21260 2011-06-11 Martin Rudalics <rudalics@gmx.at>
21261
21262 * window.el (window-tree-1, window-tree): New functions, moving
21263 the latter to window.el.
21264 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21265 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21266 (bw-refresh-edges): Remove.
21267 (balance-windows-1, balance-windows-2): New functions.
21268 (balance-windows): Rewrite in terms of window tree functions,
21269 balance-windows-1 and balance-windows-2.
21270 (bw-adjust-window): Remove.
21271 (balance-windows-area-adjust): New function with functionality of
21272 bw-adjust-window but using resize-window.
21273 (set-window-text-height): Rewrite doc-string.
21274 Use normalize-live-window and resize-window.
21275 (enlarge-window-horizontally, shrink-window-horizontally):
21276 Rename argument to DELTA.
21277 (window-buffer-height): New function.
21278 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21279 Rewrite using new window resize routines.
21280 (kill-buffer-and-window, mouse-autoselect-window-select):
21281 Use ignore-errors instead of condition-case.
21282 (quit-window): Call delete-frame instead of delete-windows-on
21283 for the only buffer on frame.
21284
21285 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21286
21287 * loadup.el (top-level): Load window before files for the sake
21288 of replace-buffer-in-windows.
21289
21290 * files.el (read-buffer-to-switch)
21291 (switch-to-buffer-other-window)
21292 (switch-to-buffer-other-frame, display-buffer-other-frame):
21293 Move to window.el.
21294
21295 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21296 (previous-buffer): Move to window.el.
21297
21298 * bindings.el (unbury-buffer): Move to window.el.
21299
21300 * window.el (delete-other-windows-vertically): Move after
21301 definition of delete-other-windows.
21302 (other-window, delete-windows-on, replace-buffer-in-windows):
21303 Move here from window.c.
21304 (record-window-buffer, unrecord-window-buffer)
21305 (set-window-buffer-start-and-point, switch-to-prev-buffer)
21306 (switch-to-next-buffer): New functions.
21307 (get-next-valid-buffer, last-buffer, next-buffer): Move here
21308 from simple.el. Call switch-to-next-buffer.
21309 (previous-buffer): Move here from simple.el.
21310 Call switch-to-prev-buffer.
21311 (bury-buffer): Move here from buffer.c. Switch to previous
21312 buffer when window cannot be deleted.
21313 (unbury-buffer): Move here from bindings.el.
21314 (ctl-x-map): Move binding for other-window from window.c to
21315 here.
21316 (read-buffer-to-switch, switch-to-buffer-other-window)
21317 (switch-to-buffer-other-frame): Move here from files.el.
21318 (normalize-buffer-to-switch-to): New functions.
21319 (switch-to-buffer): Move here from buffer.c.
21320 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21321
21322 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21323
21324 * window.el (window-min-height, window-min-width): Move here
21325 from window.c. Add defcustoms and rewrite doc-strings.
21326 (resize-mini-window, resize-window): New functions.
21327 (adjust-window-trailing-edge, enlarge-window, shrink-window):
21328 Move here from window.c.
21329 (maximize-window, minimize-window): New functions.
21330 (delete-window, delete-other-windows, split-window): Move here
21331 from window.c.
21332 (window-split-min-size): New function.
21333 (split-window-keep-point): Mention split-window-above-each-other
21334 instead of split-window-vertically.
21335 (split-window-above-each-other, split-window-vertically):
21336 Rename split-window-vertically to split-window-above-each-other
21337 and provide defalias for old definition.
21338 (split-window-side-by-side, split-window-horizontally):
21339 Rename split-window-horizontally to split-window-side-by-side
21340 and provide defalias for the old definition.
21341 (ctl-x-map): Move bindings for delete-window,
21342 delete-other-windows and enlarge-window here from window.c.
21343 Replace bindings for split-window-vertically and
21344 split-window-horizontally by bindings for
21345 split-window-above-each-other and split-window-side-by-side.
21346
21347 * cus-start.el (all): Remove entries for window-min-height and
21348 window-min-width. Add entries for window-splits and
21349 window-nest.
21350
21351 2011-06-09 Glenn Morris <rgm@gnu.org>
21352
21353 * calendar/appt.el (appt-mode-line): New function.
21354 (appt-check, appt-disp-window): Use it.
21355
21356 * files.el (hack-one-local-variable-eval-safep):
21357 Allow minor-modes with explicit +/-1 arguments.
21358
21359 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
21360
21361 * term/xterm.el (xterm): Add defgroup.
21362 (xterm-extra-capabilities): Add defcustom to supply known xterm
21363 capabilities, skip querying them, or query them (default).
21364 (terminal-init-xterm): Use it.
21365 (terminal-init-xterm-modify-other-keys): New function to set up
21366 modifyOtherKeys support to simplify `terminal-init-xterm'.
21367
21368 2011-06-09 Martin Rudalics <rudalics@gmx.at>
21369
21370 * window.el (resize-window-reset, resize-window-reset-1)
21371 (resize-subwindows-skip-p, resize-subwindows-normal)
21372 (resize-subwindows, resize-other-windows, resize-this-window)
21373 (resize-root-window, resize-root-window-vertically)
21374 (window-deletable-p, window-or-subwindow-p)
21375 (frame-root-window-p): New functions.
21376
21377 2011-06-09 Glenn Morris <rgm@gnu.org>
21378
21379 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21380 (ange-ftp-get-files): Use it.
21381
21382 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21383
21384 * mail/sendmail.el (mail-recover-1, mail-recover):
21385 * files.el (recover-file, recover-session):
21386 Handle dired-listing-switches not being just a single short option.
21387
21388 2011-06-09 Glenn Morris <rgm@gnu.org>
21389
21390 * calendar/appt.el (appt-display-message, appt-disp-window):
21391 Handle lists of appointments.
21392
21393 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21394
21395 * window.el (one-window-p): Move down in code.
21396 Rewrite doc-string.
21397 (window-current-scroll-bars): Rewrite doc-string.
21398 Normalize live window argument.
21399 (walk-windows, get-window-with-predicate, count-windows):
21400 Rewrite doc-string. Use window-list-1.
21401 (window-in-direction-2, window-in-direction, get-mru-window):
21402 New functions.
21403
21404 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21405
21406 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21407 Doc fix (Bug#8713).
21408
21409 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21410
21411 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21412
21413 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21414
21415 * loadhist.el (unload-feature-special-hooks):
21416 Add `comint-output-filter-functions'.
21417
21418 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21419
21420 * calendar/appt.el (appt-check): Move some initializations into the let.
21421
21422 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21423
21424 * window.el (window-height): Defalias to window-total-height.
21425 (window-width): Defalias to window-body-width.
21426
21427 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * image-mode.el (image-toggle-animation): New command.
21430 (image-mode-map): Bind it to RET.
21431 (image-mode): Update message.
21432 (image-toggle-display-image): Avoid a spurious cache flush.
21433 (image-transform-rotation): Doc fix.
21434 (image-transform-properties): Return quickly in the normal case.
21435 (image-animate-loop): Rename from image-animate-max-time.
21436
21437 * image.el (image-animate-max-time): Move to image-mode.el.
21438 (create-animated-image): Remove unnecessary function.
21439 (image-animate): Rename from image-animate-start. New arg.
21440 (image-animate-stop): Remove; just use image-animate-timer.
21441 (image-animate-timer): Use car-safe.
21442 (image-animate-timeout): Rename argument.
21443
21444 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21445
21446 * window.el (get-lru-window, get-largest-window): Move here from
21447 window.c. Rename first argument to ALL-FRAMES.
21448 Rephrase doc-strings.
21449 (get-buffer-window-list): Rewrite using window-list-1.
21450 Rephrase doc-string.
21451 (window-safe-min-height, window-safe-min-width): New constants.
21452 (window-size-ignore, window-min-size, window-min-size-1)
21453 (window-sizable, window-sizable-p, window-size-fixed-1)
21454 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21455 (window-max-delta-1, window-max-delta, window-resizable)
21456 (window-resizable-p, window-total-height, window-total-width)
21457 (window-body-width): New functions.
21458 (window-full-height-p, window-full-width-p): Rewrite using
21459 window-total-size.
21460 (window-body-height): Rewrite using window-body-size.
21461
21462 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21463
21464 * window.el (window-right, window-left, window-child)
21465 (window-child-count, window-last-child, window-any-p)
21466 (normalize-live-buffer, normalize-live-frame)
21467 (normalize-any-window, normalize-live-window)
21468 (window-iso-combination-p, window-iso-combined-p)
21469 (window-iso-combinations)
21470 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21471 (windows-with-parameter, window-with-parameter)
21472 (window-atom-root, make-window-atom, window-atom-check-1)
21473 (window-atom-check, window-side-check, window-check):
21474 New functions.
21475 (ignore-window-parameters, window-sides, window-sides-vertical)
21476 (window-sides-slots): New variables.
21477 (window-size-fixed): Move down in code. Minor doc-string fix.
21478
21479 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21480
21481 * comint.el (comint-dynamic-complete-as-filename)
21482 (comint-dynamic-complete-filename): Correctly call
21483 completion-in-region.
21484
21485 2011-06-05 Deniz Dogan <deniz@dogan.se>
21486
21487 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21488 in last change.
21489
21490 2011-06-05 Deniz Dogan <deniz@dogan.se>
21491
21492 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21493 (rcirc): Use it to prompt for encryption.
21494
21495 2011-06-05 Roland Winkler <winkler@gnu.org>
21496
21497 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21498 (bibtex-search-entries): New command bound to C-c C-a.
21499 (bibtex-display-entries): New function.
21500
21501 2011-06-05 Roland Winkler <winkler@gnu.org>
21502
21503 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21504 (bibtex-insert-kill): After yanking insert newline if necessary.
21505 (bibtex-initialize): Call bibtex-string-files-init only once.
21506 (bibtex-mode): Do not call easy-menu-add.
21507 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21508 (bibtex-yank): Set arg properly if nil.
21509
21510 2011-06-05 Roland Winkler <winkler@gnu.org>
21511
21512 * textmodes/bibtex.el (bibtex-search-entry-globally):
21513 New variable.
21514 (bibtex-search-entry): Use it.
21515
21516 2011-06-05 Roland Winkler <winkler@gnu.org>
21517
21518 * textmodes/bibtex.el (bibtex-entry-format): New option
21519 sort-fields.
21520 (bibtex-format-entry, bibtex-reformat): Honor this option.
21521 (bibtex-parse-entry): Return fields in proper order.
21522
21523 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21524
21525 * doc-view.el (doc-view-remove-if): Move computation of result out
21526 of `dolist' to silence misleading lexical-binding warning.
21527
21528 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21529
21530 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21531 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21532
21533 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21534
21535 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21536 "SunOS 5.10".
21537
21538 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21539
21540 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21541 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21542 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21543 (tramp-parse-putty):
21544 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21545 (tramp-completion-function-alist-ssh)
21546 (tramp-completion-function-alist-telnet)
21547 (tramp-completion-function-alist-su)
21548 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21549 cookie.
21550
21551 * net/tramp-ftp.el:
21552 * net/tramp-sh.el:
21553 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21554 load "tramp.el" `tramp-set-completion-function'.
21555
21556 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * shell.el: Require and use pcomplete.
21559 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21560 (shell-completion-vars): Set pcomplete-default-completion-function.
21561
21562 2011-06-04 Deniz Dogan <deniz@dogan.se>
21563
21564 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21565 `memq' (Bug#8799).
21566
21567 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21568
21569 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21570
21571 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21572
21573 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21574 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21575 * vc/log-view.el (log-view-beginning-of-defun):
21576 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21577 (smerge-refine-forward, smerge-refine-chopup-region):
21578 Silence warning for unused `dotimes' counter variables.
21579
21580 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * net/tramp.el (tramp-with-progress-reporter): Rename from
21583 with-progress-reporter. Use `declare'.
21584 * net/tramp-smb.el:
21585 * net/tramp-sh.el:
21586 * net/tramp-gvfs.el: Update all uses.
21587
21588 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21589
21590 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21591 buffer isn't killed before making it current.
21592
21593 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21594
21595 Silence various byte-compiler warnings.
21596 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21597 `access-type' and new obsolescence format.
21598 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21599 new format.
21600 (byte-compile-check-variable): New `access-type' argument.
21601 Only warn if the access-type is obsolete.
21602 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21603 (byte-compile-variable-set): Adjust callers.
21604 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21605 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21606 setting it as obsolete.
21607 * simple.el (minibuffer-completing-symbol):
21608 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21609 access as obsolete.
21610 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21611 obsolete yet.
21612 * international/quail.el (quail-mouse-choose-completion): Remove unused
21613 code referring to obsolete var.
21614 (quail-choose-completion-string): Remove.
21615 * server.el (server-clients-with, server-kill-buffer-query-function)
21616 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21617 * proced.el (proced-send-signal):
21618 * emacs-lisp/lisp.el (lisp-complete-symbol):
21619 Replace completion-annotate-function with completion-extra-properties.
21620
21621 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * simple.el (goto-line): Use read-number.
21624 (overriding-map-is-bound): Remove.
21625 (saved-overriding-map): Change default.
21626 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21627 Take the map as argument.
21628 (universal-argument, negative-argument, digit-argument): Use it.
21629 (restore-overriding-map): Adjust.
21630 (do-auto-fill): Use fill-forward-paragraph.
21631 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21632
21633 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21634 (minibuffer-inactive-mode): New major mode.
21635 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21636 the *Messages* buffer" hack.
21637 (mouse-popup-menubar): Don't burp if the event is a normal key.
21638
21639 Miscellaneous tweaks.
21640 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21641 lexical scoping as in subr.el's dolist and dotimes.
21642 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21643 Silence compiler warning.
21644 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21645 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21646 * international/ccl.el (ccl-compile): Trivial simplification.
21647 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21648 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21649 `printflag' argument.
21650 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21651 Purecopy the whole obsolescence data.
21652
21653 2011-06-01 Leo Liu <sdl.web@gmail.com>
21654
21655 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21656 improve doc-string as suggested by Marco Pessotto
21657 <melmothx@gmail.com>.
21658 (rcirc-print): Fix last change.
21659
21660 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21661
21662 * minibuffer.el (complete-with-action): Return nil for the metadata and
21663 boundaries of non-functional tables.
21664 (completion-table-dynamic): Return nil for the metadata.
21665 (completion-table-with-terminator): Add default case, using
21666 complete-with-action.
21667 (completion--metadata): New function.
21668 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21669 to try and avoid pathological performance problems.
21670 (completion--embedded-envvar-table): Return `category' metadata.
21671
21672 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21673
21674 * subr.el (process-alive-p): New tiny convenience function.
21675
21676 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21677
21678 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21679 content but also its previous major mode.
21680
21681 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21682
21683 * emacs-lisp/debug.el (debug): Restore the previous content of the
21684 *Backtrace* buffer when we exit with C-M-c.
21685
21686 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21687
21688 * minibuffer.el: Add metadata method to completion tables.
21689 (completion-category-overrides): New defcustom.
21690 (completion-metadata, completion--field-metadata)
21691 (completion-metadata-get, completion--styles)
21692 (completion--cycle-threshold): New functions.
21693 (completion-try-completion, completion-all-completions):
21694 Add `metadata' argument to choose completion-styles.
21695 (completion--do-completion): Use metadata to choose cycling.
21696 (completion-all-sorted-completions): Use metadata for sorting.
21697 Remove :completion-cycle-penalty which is not needed any more.
21698 (completion--try-word-completion): Add `metadata' argument.
21699 (minibuffer-completion-help): Check metadata for annotation function
21700 and sorting.
21701 (completion-file-name-table): Return `category' metadata.
21702 (minibuffer-completing-file-name): Make obsolete.
21703 * simple.el (minibuffer-completing-symbol): Make obsolete.
21704 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21705 completion-try-completion.
21706
21707 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21708
21709 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21710
21711 2011-05-30 Leo Liu <sdl.web@gmail.com>
21712
21713 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21714 (rcirc-print): Decode all incoming messages (bug#8744).
21715 (rcirc-decode-coding-system): Allow value nil for automatic coding
21716 system detection.
21717
21718 2011-06-01 Glenn Morris <rgm@gnu.org>
21719
21720 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21721
21722 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21723
21724 * image.el (image-animate-max-time): Allow nil and t values.
21725 Default to nil.
21726 (create-animated-image): Doc fix.
21727 (image-animate-start): Remove second arg; just use
21728 image-animate-max-time.
21729 (image-animate-timeout): Doc fix. Args changed.
21730
21731 * image-mode.el (image-toggle-display-image): Ensure that the
21732 image spec passed to the animate timer is the same object as in
21733 the buffer's display property (Bug#6981).
21734 (image-transform-properties): Doc fix.
21735
21736 * image.el (image-animate-max-time): Default to nil.
21737
21738 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21739
21740 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21741 entire buffer list (Bug#8184).
21742
21743 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21744
21745 * image.el (imagemagick-types-inhibit)
21746 (imagemagick-register-types): Doc fix.
21747
21748 2011-05-29 Deniz Dogan <deniz@dogan.se>
21749
21750 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21751 default.
21752
21753 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21754
21755 * select.el: Don't perform clipboard-manager saving in hooks;
21756 leave the hooks empty.
21757
21758 2011-05-28 Leo Liu <sdl.web@gmail.com>
21759
21760 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21761 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21762 (occur-edit-mode): New major mode (Bug#8463).
21763 (occur-after-change-function): New function.
21764 (occur-engine): Give Occur tags a read-only property.
21765
21766 2011-05-28 Kevin Ryde <user42@zip.com.au>
21767
21768 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21769
21770 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21771
21772 * bindings.el (help-echo): Make the initial non-indicator dash
21773 empty on graphical terminals (Bug#7295).
21774
21775 * files.el (auto-mode-alist): Move config rule after the
21776 in-stripping one (Bug#8547).
21777
21778 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21779
21780 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21781 setting (Bug#8740).
21782
21783 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21784
21785 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21786 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21787 (Bug#8539).
21788
21789 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21790
21791 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21792
21793 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21794
21795 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21796 (hs-hide-block-at-point, hs-find-block-beginning)
21797 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21798 (Bug#8279).
21799
21800 2011-05-28 Glenn Morris <rgm@gnu.org>
21801
21802 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21803
21804 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21805
21806 * help-fns.el (describe-function-1): If the function is a derived
21807 major mode, print the parent mode.
21808
21809 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21810 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21811
21812 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21813
21814 * minibuffer.el (completion--capf-wrapper): Check applicability before
21815 returning non-nil for non-exclusive completion data.
21816 * progmodes/etags.el (tags-completion-at-point-function):
21817 * info-look.el (info-lookup-completions-at-point): Mark as
21818 non-exclusive.
21819 (info-complete): Adjust accordingly.
21820
21821 * info-look.el: Convert to lexical-binding and completion-at-point.
21822 (info-lookup-completions-at-point): New function.
21823 (info-complete): Use it and completion-in-region.
21824
21825 2011-05-28 Drew Adams <drew.adams@oracle.com>
21826
21827 * isearch.el: Let M-e start with point at the first mismatched char.
21828 (isearch-fail-pos): New function.
21829 (isearch-edit-string): Use it.
21830
21831 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21832
21833 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21834
21835 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21836
21837 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21838 traversal functions for avl-trees.
21839 (avl-tree--stack): New struct.
21840 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21841 (avl-tree-enter): Add optional `updatefun' arg.
21842 (avl-tree--do-enter): Add optional `updatefun' arg.
21843 Change return value.
21844 (avl-tree-delete): Add optional `test' and `nilflag' args.
21845 (avl-tree--do-delete): Add `test' and `nilflag' args.
21846 Change return value.
21847 (avl-tree-member): Add optional `nilflag'
21848 (avl-tree-member-p): New function.
21849 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21850 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21851 (avl-tree-stack-empty-p): New functions.
21852
21853 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21854 avl-tree--del-balance1 and make it work both ways.
21855 (avl-tree--del-balance2): Remove.
21856 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21857 make it work both ways.
21858 (avl-tree--enter-balance2): Remove.
21859 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21860 New macros.
21861 (avl-tree--mapc, avl-tree-map): Add direction argument.
21862
21863 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21864
21865 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21866
21867 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21868
21869 * select.el: Support clipboard managers with built-in function
21870 x-clipboard-manager-save, via delete-frame-functions and
21871 kill-emacs-hook.
21872 (xselect-convert-to-targets): Add MULTIPLE target to list.
21873 (xselect-convert-to-save-targets): New function.
21874
21875 2011-05-27 Kenichi Handa <handa@m17n.org>
21876
21877 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21878 let-binding rfc2047-encode-encoded-words to nil.
21879
21880 2011-05-27 Glenn Morris <rgm@gnu.org>
21881
21882 * mail/emacsbug.el: Don't require url-util.
21883
21884 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21885
21886 * files.el (set-auto-mode):
21887 Also respect mode: entries at the end of the file. (Bug#8586)
21888
21889 2011-05-26 Glenn Morris <rgm@gnu.org>
21890
21891 * files.el (hack-local-variables-prop-line, hack-local-variables):
21892 Downcase mode names, as seems to be traditional.
21893 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21894
21895 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21896 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21897
21898 2011-05-25 Julien Danjou <julien@danjou.info>
21899
21900 * textmodes/rst.el (rst-define-level-faces): Do not define face
21901 symbol if it is already defined.
21902
21903 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21904
21905 * play/5x5.el (5x5-new-game, 5x5-randomize):
21906 Reset 5x5-solver-output to nil when a new grid is cast.
21907 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21908 these debugging traces, as defmacro breaks the compiled code.
21909
21910 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21911
21912 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21913
21914 2011-05-24 Leo Liu <sdl.web@gmail.com>
21915
21916 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21917 (vc-bzr-sha1): Adapt.
21918
21919 * sha1.el: Remove. Function `sha1' is now builtin.
21920
21921 * bindings.el: Provide sha1 feature.
21922
21923 2011-05-24 Kenichi Handa <handa@m17n.org>
21924
21925 * mail/sendmail.el: Require `rfc2047'.
21926 (mail-insert-from-field): Do not perform RFC2047 encoding.
21927 (mail-encode-header): New function.
21928 (sendmail-send-it): Set buffer-file-coding-system of the work
21929 buffer to the return value of select-message-coding-system.
21930 Call mail-encode-header.
21931
21932 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21933
21934 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21935
21936 * mail/supercite.el (sc-default-cite-frame):
21937 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21938
21939 2011-05-24 Glenn Morris <rgm@gnu.org>
21940
21941 * progmodes/python.el (brm-menu): Declare.
21942
21943 * emulation/viper.el (viper-set-hooks): Declare.
21944
21945 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21946 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21947 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21948 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21949 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21950 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21951
21952 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21953
21954 Add an :exit-function for completion-at-point.
21955
21956 * minibuffer.el (completion--done): New fun.
21957 (completion--do-completion): Use it. New arg `expect-exact'.
21958 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21959 since completion--do-completion does it for us now.
21960 (minibuffer-force-complete): Use completion--done and
21961 completion--replace. Handle sole-completion case with more care.
21962 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21963 (completion-extra-properties): New var.
21964 (completion-annotate-function): Make obsolete.
21965 (minibuffer-completion-help): Adjust accordingly.
21966 Use completion-list-insert-choice-function.
21967 (completion-at-point, completion-help-at-point):
21968 Bind completion-extra-properties.
21969 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21970 * simple.el (completion-list-insert-choice-function): New var.
21971 (completion-setup-function): Preserve it.
21972 (choose-completion): Pay attention to it, shuffle the code a bit.
21973 (choose-completion-string): New arg `insert-function'.
21974
21975 * textmodes/bibtex.el: Convert to lexical binding.
21976 (bibtex-mode-map): Use completion-at-point.
21977 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21978 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21979 (bibtex-complete): Define as obsolete alias.
21980 (bibtex-complete-internal): Remove.
21981 (bibtex-format-entry): Remove unused sub-group in regexp.
21982 * shell.el (shell--command-completion-data)
21983 (shell-environment-variable-completion):
21984 * pcomplete.el (pcomplete-completions-at-point):
21985 * comint.el (comint--complete-file-name-data): Use :exit-function
21986 instead of completion-table-with-terminator so it also works for
21987 choose-completion.
21988
21989 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21990
21991 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21992
21993 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21994 (bug#8710).
21995
21996 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21997
21998 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21999
22000 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22001 customization variable and implement: If non-nil, auto-fill will
22002 be inhibited while on topic's header line.
22003
22004 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
22005
22006 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22007 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
22008 always have a solution in grid size = 5 cases.
22009 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22010 (5x5-solver-output, 5x5-log-buffer): New vars.
22011 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22012 Make these variables buffer local to achieve 5x5 multi-session-ness.
22013 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22014 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22015 (5x5-solve-suggest): New funs.
22016 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22017 randomize a grid so that we ensure that there is always a solution.
22018 (5x5-make-random-grid): Allow other movement than flipping.
22019
22020 2011-05-23 Kevin Ryde <user42@zip.com.au>
22021
22022 * emacs-lisp/advice.el (ad-read-advised-function):
22023 Use `function-called-at-point' as the default, if it has
22024 advice and passes PREDICATE.
22025
22026 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22027
22028 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22029 byte-compile-lambda if it's actually a lambda.
22030
22031 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22032 Fix function quoting. Use backquote better.
22033
22034 2011-05-22 Yuanle Song <sylecn@gmail.com>
22035
22036 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22037 matching (Bug#8516).
22038
22039 2011-05-22 Jari Aalto <jari.aalto@cante.net>
22040
22041 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22042 different face (Bug#8178).
22043
22044 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22047 defface (Bug#8144).
22048
22049 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22050
22051 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22052 funcall as well (bug#8712). Warn when performing those conversions.
22053 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22054
22055 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22056
22057 2011-05-22 Glenn Morris <rgm@gnu.org>
22058
22059 * files.el (hack-local-variables-prop-line): Small simplifications.
22060 (hack-local-variables, hack-local-variables-prop-line):
22061 If MODE-ONLY, return the mode, rather than just `t'.
22062
22063 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
22064
22065 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22066
22067 2011-05-21 Glenn Morris <rgm@gnu.org>
22068
22069 * files.el (hack-local-variables-prop-line, hack-local-variables):
22070 If only interested in the mode, don't bother doing the other stuff.
22071
22072 * image-mode.el (image-after-revert-hook):
22073 Redraw all frames on which the image is visible. (Bug#8567)
22074
22075 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
22076
22077 * wid-edit.el (widget-checklist-match-inline):
22078 Fix 2011-04-19 change. (Bug#8649)
22079
22080 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22081
22082 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22083 Also allow singlespace after single-letter capitals followed by a dot.
22084
22085 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22086 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22087
22088 2011-05-20 Nix <nix@esperi.org.uk>
22089
22090 * files.el (basic-save-buffer-2):
22091 Fix handling of break-hardlink-on-save with non-existent files.
22092
22093 2011-05-19 Deniz Dogan <deniz@dogan.se>
22094
22095 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22096 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22097
22098 2011-05-19 Glenn Morris <rgm@gnu.org>
22099
22100 * progmodes/f90.el (f90-type-def-re):
22101 Handle "type, bind(c)". (Bug#8691)
22102
22103 * emacs-lisp/autoload.el (batch-update-autoloads):
22104 Set autoload-excludes by parsing loadup.el rather than Makefiles.
22105
22106 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
22107
22108 * net/tramp.el (tramp-process-actions): Set "first-password-request"
22109 property for the correct connection in case of multihops.
22110
22111 2011-05-18 Glenn Morris <rgm@gnu.org>
22112
22113 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22114 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22115
22116 Rationalize calendar handling of day and month abbrev-arrays.
22117 * calendar/calendar.el (calendar-customized-p): New function.
22118 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22119 (calendar-day-name-array, calendar-month-name-array): Doc fix.
22120 Add :set function.
22121 (calendar-abbrev-length, calendar-day-abbrev-array)
22122 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22123 (calendar-day-abbrev-array, calendar-month-abbrev-array):
22124 Elements may no longer be nil.
22125 (calendar-day-name, calendar-month-name):
22126 Update for changed nature of abbrev arrays.
22127 * calendar/diary-lib.el (diary-name-pattern):
22128 Update for changed nature of abbrev arrays.
22129 (diary-mark-entries-1): Update calendar-make-alist calls.
22130 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22131 * calendar/cal-html.el (cal-html-day-abbrev-array):
22132 Simply inherit from calendar-day-abbrev-array.
22133
22134 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22135
22136 * progmodes/grep.el (grep-mode): Disable default
22137 compilation-directory-matcher setting (bug#8684).
22138
22139 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
22140
22141 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22142 instead of "head" and "tail". There were problems with SunOS 5.9,
22143 and it performs better.
22144
22145 2011-05-17 Glenn Morris <rgm@gnu.org>
22146
22147 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22148
22149 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22150 Replace obsolete function.
22151
22152 * shell.el (pcomplete-parse-arguments-function): Declare.
22153
22154 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22155 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22156 (appt-check): Doc fixes.
22157 (appt-disp-window-function, appt-delete-window-function):
22158 Remove needless special case in custom :type.
22159 (appt-display-count): Default to 0, not nil.
22160 (appt-check): Reset appt-display-count to 0, not nil.
22161
22162 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
22163
22164 * progmodes/python.el (python-font-lock-keywords):
22165 Add the Python 3.X keyword "nonlocal" (bug#8639).
22166
22167 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22168
22169 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22170
22171 2011-05-16 Kevin Ryde <user42@zip.com.au>
22172
22173 * info-look.el (makefile-automake-mode): New setups, looking in
22174 automake manual, then makefile-mode.
22175 (makefile-mode): Remove automake manual, have it just in
22176 makefile-automake-mode since there's various things different or
22177 not relevant to plain make.
22178 (makefile-mode): Remove "other-modes" non-existent automake-mode,
22179 believe a hypothetical automake-mode would go to makefile-mode,
22180 not the other way around.
22181
22182 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
22183
22184 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22185 hunk-end tags (Bug#8672).
22186
22187 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22188 vc-annotate-show-diff-revision-at-line (Bug#8671).
22189
22190 2011-05-14 Glenn Morris <rgm@gnu.org>
22191
22192 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22193 in the middle of an existing one with multiple authors. (Bug#8645)
22194 (change-log-font-lock-keywords): Also handle multiple author lines
22195 with leading tabs. (Bug#8644)
22196
22197 * calendar/appt.el (appt-check): Rename some local variables.
22198 Some simplification/reordering.
22199
22200 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22201 (feedmail-sendmail-f-doesnt-sell-me-out)
22202 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22203 (feedmail-debug-sit-for, feedmail-queue-express-hook)
22204 (feedmail-queue-runner-message-sender): Set :version.
22205 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22206 (bbdb-dwim-net-address, vm-mail): Declare.
22207 (feedmail-binmail-gnulinuxish-template):
22208 Rename from feedmail-binmail-linuxish-template.
22209 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22210 Use insert-buffer-substring.
22211
22212 2011-05-14 Bill Carpenter <bill@carpenter.org>
22213
22214 * mail/feedmail.el (feedmail-patch-level): Increase.
22215 (feedmail-debug): New custom group.
22216 (feedmail-confirm-outgoing-timeout)
22217 (feedmail-sendmail-f-doesnt-sell-me-out)
22218 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22219 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22220 (feedmail-sender-line, feedmail-from-line)
22221 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22222 (feedmail-spray-this-address)
22223 (feedmail-spray-address-fiddle-plex-list)
22224 (feedmail-queue-use-send-time-for-date)
22225 (feedmail-queue-use-send-time-for-message-id)
22226 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22227 (feedmail-buffer-eating-function):
22228 Doc fixes.
22229 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22230 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22231 (feedmail-message-action-scroll-down): New functions.
22232 (feedmail-queue-directory, feedmail-queue-draft-directory):
22233 Use expand-file-name.
22234 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22235 Remove C-v help entry.
22236 (feedmail-queue-buffer-file-name): New variable.
22237 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22238 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22239 (feedmail-message-action-send-strong, feedmail-message-action-edit)
22240 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22241 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22242 (feedmail-message-action-toggle-spray)
22243 (feedmail-run-the-queue-no-prompts)
22244 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22245 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22246 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22247 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22248 (feedmail-envelope-deducer, feedmail-fiddle-from)
22249 (feedmail-fiddle-sender, feedmail-default-date-generator)
22250 (feedmail-fiddle-date, feedmail-fiddle-message-id)
22251 (feedmail-fiddle-spray-address)
22252 (feedmail-fiddle-list-of-spray-fiddle-plexes)
22253 (feedmail-fiddle-list-of-fiddle-plexes)
22254 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22255 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22256 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22257 Change default. Doc fix.
22258 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22259 (feedmail-binmail-linuxish-template): New constant.
22260 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
22261 Respect feedmail-sendmail-f-doesnt-sell-me-out.
22262 (feedmail-send-it): Add debug call.
22263 Use feedmail-queue-buffer-file-name, and
22264 feedmail-send-it-immediately-wrapper.
22265 (feedmail-message-action-send): Add debug call.
22266 Use feedmail-send-it-immediately-wrapper.
22267 (feedmail-queue-express-to-queue): Add debug call.
22268 Run feedmail-queue-express-hook.
22269 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
22270 (feedmail-message-action-help-blat):
22271 Rename from feedmail-queue-send-edit-prompt-help-first.
22272 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
22273 Check line-endings. Handle errors better.
22274 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22275 Doc fix. Add debug call.
22276 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
22277 Use feedmail-queue-send-edit-prompt-inner.
22278 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22279 (feedmail-queue-send-edit-prompt-inner): New function, extracted
22280 from feedmail-queue-send-edit-prompt.
22281 (feedmail-queue-send-edit-prompt-help)
22282 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22283 (feedmail-tidy-up-slug): Add debug call.
22284 Respect feedmail-queue-slug-suspect-regexp.
22285 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22286 (feedmail-dump-message-to-queue): Add debug call.
22287 Expand queue-directory.
22288 (feedmail-dump-message-to-queue): Change message slightly.
22289 Use feedmail-say-chatter.
22290 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
22291 (feedmail-send-it-immediately-wrapper): New function.
22292 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
22293 Insert empty string rather than newline. Handle full-frame case.
22294 Use catch/throw. Use feedmail-say-chatter.
22295 (feedmail-fiddle-from): Try mail-host-address.
22296 (feedmail-default-message-id-generator): Doc fix.
22297 Bind system-time-locale. Handle missing end.
22298 (feedmail-fiddle-x-mailer): Add debug call.
22299 Handle feedmail-x-mailer-line being nil.
22300 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22301 Add debug call. Use buffer-substring-no-properties.
22302 (feedmail-say-debug, feedmail-say-chatter): New functions.
22303 (feedmail-find-eoh): Give an explicit error.
22304
22305 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
22306
22307 * net/newst-treeview.el (newsticker-treeview-face): Change default
22308 family from helvetica to sans.
22309 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22310 etc/images/newsticker.
22311
22312 * net/newst-reader.el (newsticker-feed-face): Change default
22313 family from helvetica to sans.
22314
22315 * net/newst-plainview.el (newsticker-new-item-face)
22316 (newsticker-old-item-face, newsticker-immortal-item-face)
22317 (newsticker-obsolete-item-face, newsticker-date-face)
22318 (newsticker-statistics-face): Change default family from
22319 helvetica to sans.
22320 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22321 etc/images/newsticker.
22322
22323 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22324 (newsticker--process-auto-mark-filter-match): Tell user about
22325 auto-marking.
22326
22327 2011-05-13 Didier Verna <didier@xemacs.org>
22328
22329 Common Lisp indentation improvements on defmethod and lambda-lists.
22330 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22331 TODO entries.
22332 (lisp-lambda-list-keyword-parameter-indentation)
22333 (lisp-lambda-list-keyword-parameter-alignment)
22334 (lisp-lambda-list-keyword-alignment): New customizable user options.
22335 (lisp-indent-defun-method): Improve docstring.
22336 (extended-loop-p): Fix comment.
22337 (lisp-indent-lambda-list-keywords-regexp): New variable.
22338 (lisp-indent-lambda-list): New function.
22339 (lisp-indent-259): Use it.
22340 (lisp-indent-defmethod): Support for more than one
22341 method qualifier and properly indent methods lambda-lists.
22342 (defgeneric): Provide a missing common-lisp-indent-function property.
22343
22344 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
22345
22346 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22347 bounds for the empty string (bug#8667).
22348
22349 2011-05-13 Glenn Morris <rgm@gnu.org>
22350
22351 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22352
22353 * mail/sendmail.el (sendmail-program): Try executable-find first.
22354 (sendmail-send-it): `sendmail-program' cannot be unbound.
22355
22356 * calendar/appt.el (appt-make-list): Simplify.
22357 (appt-time-msg-list): Doc fix.
22358 (appt-check): Change mode-line message at the time of the appointment.
22359
22360 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
22361
22362 * progmodes/ld-script.el (ld-script-keywords)
22363 (ld-script-builtins): Update keywords list.
22364
22365 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22368
22369 * shell.el (shell-completion-vars): New function.
22370 (shell-mode):
22371 * simple.el (read-shell-command): Use it.
22372 (blink-matching-open): No need for " [...]" in minibuffer-message.
22373
22374 2011-05-12 Glenn Morris <rgm@gnu.org>
22375
22376 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22377 (appt-check): Simplify.
22378
22379 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22380
22381 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22382 literal "/dev/null".
22383
22384 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22385
22386 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22387 Fix typo.
22388
22389 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22390
22391 * progmodes/which-func.el (which-function):
22392 Use add-log-current-defun instead of add-log-current-defun-function,
22393 which might not be defined (Bug#8260).
22394
22395 2011-05-12 Glenn Morris <rgm@gnu.org>
22396
22397 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22398 Let byte-compile-initial-macro-environment always take precedence.
22399
22400 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22401
22402 * net/rcirc.el: Add support for SSL/TLS connections.
22403 (rcirc-server-alist): New field `encryption'.
22404 (rcirc): Check `encryption' settings.
22405 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22406 Merge make-local-variable into `set'.
22407 (rcirc--connection-open-p): New function.
22408 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22409 the process is not a network process (e.g. running gnutls-cli).
22410 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22411 Make rcirc-(en|de)code-coding-system local here.
22412 (rcirc-mode): Merge make-local-variable into `set'.
22413 (rcirc-parent-buffer): Make permanent buffer-local.
22414 (rcirc-multiline-minor-mode): Don't do it here.
22415 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22416 there's no server buffer.
22417
22418 2011-05-11 Glenn Morris <rgm@gnu.org>
22419
22420 * newcomment.el (comment-kill): Prefix "unused" local.
22421
22422 * term/w32console.el (get-screen-color): Declare.
22423
22424 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22425 Handle symbol elements of byte-compile-initial-macro-environment.
22426
22427 2011-05-10 Leo Liu <sdl.web@gmail.com>
22428
22429 * bookmark.el (bookmark-bmenu-mode-map):
22430 Bind bookmark-bmenu-search to `/'.
22431
22432 * mail/footnote.el: Convert to utf-8 encoding.
22433 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22434 (Footnote-unicode): New function.
22435 (footnote-style-alist): Add unicode style to the list.
22436 (footnote-style): Doc fix.
22437
22438 2011-05-10 Jim Meyering <meyering@redhat.com>
22439
22440 Fix doubled-word typos.
22441 * international/quail.el (quail-insert-kbd-layout): and and -> and
22442 * kermit.el: and and -> and
22443 * net/ldap.el (ldap-search-internal): to to -> to
22444 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22445 * progmodes/js.el (js-mode): and and -> and
22446 * textmodes/artist.el (artist-move-to-xy): at at -> at
22447 (artist-draw-region-trim-line-endings): if if -> if
22448 And Safetyc -> Safety.
22449 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22450
22451 2011-05-10 Glenn Morris <rgm@gnu.org>
22452 Stefan Monnier <monnier@iro.umontreal.ca>
22453
22454 * files.el (hack-one-local-variable-eval-safep):
22455 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22456
22457 2011-05-10 Glenn Morris <rgm@gnu.org>
22458
22459 * calendar/diary-lib.el (diary-list-entries-hook)
22460 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22461 (diary-nongregorian-marking-hook, diary-list-entries)
22462 (diary-include-other-diary-files, diary-mark-entries)
22463 (diary-mark-included-diary-files): Doc fixes.
22464
22465 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22466
22467 * misc.el: Require tabulated-list.el during compilation.
22468
22469 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22470
22471 * progmodes/compile.el (compilation-start):
22472 Run compilation-filter-hook for the async case too.
22473 (compilation-filter-hook): Doc fix.
22474
22475 2011-05-09 Deniz Dogan <deniz@dogan.se>
22476
22477 * wdired.el: Remove outdated installation comment. Fix usage
22478 comment.
22479
22480 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22481
22482 * misc.el: Implement new command `list-dynamic-libraries'.
22483 (list-dynamic-libraries--loaded-only-p): New variable.
22484 (list-dynamic-libraries--refresh): New function.
22485 (list-dynamic-libraries): New command.
22486
22487 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22488
22489 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22490 Fix the ant regexp to handle end-line and end-column info from jikes.
22491 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22492 higher priority to avoid clobbering by gnu.
22493
22494 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22495
22496 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22497 if the face has existing theme settings (Bug#8454).
22498
22499 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22500
22501 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22502 Only match variables declared via `my' or `our' (Bug#8261).
22503
22504 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22505 special file names `.' and `..' (Bug#8259).
22506
22507 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22508
22509 * progmodes/grep.el (grep-mode-font-lock-keywords):
22510 Remove buffer-changing entries.
22511 (grep-filter): New function.
22512 (grep-mode): Add it to compilation-filter-hook.
22513
22514 * progmodes/compile.el (compilation-filter-hook)
22515 (compilation-filter-start): New defvars.
22516 (compilation-filter): Call compilation-filter-hook prior to
22517 updating the process mark.
22518
22519 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22520
22521 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22522
22523 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22524
22525 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22526 mailclient-send-it even if window-system is nil. (Bug#8595)
22527
22528 * term/w32console.el (terminal-init-w32console):
22529 Call get-screen-color and use its output to set the frame
22530 background-mode. (Bug#8597)
22531
22532 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22533
22534 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22535 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22536 New functions.
22537 (defgeneric, eieio--defmethod): Use them.
22538 (eieio-defgeneric): Remove.
22539 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22540
22541 2011-05-07 Glenn Morris <rgm@gnu.org>
22542
22543 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22544 Use let rather than let*.
22545 (timeclock-find-discrep): Remove unused local.
22546
22547 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22548
22549 * calendar/appt.el (appt-time-msg-list): Doc fix.
22550
22551 2011-05-06 Noah Friedman <friedman@splode.com>
22552
22553 * apropos.el (apropos-print-doc): Only use
22554 emacs-lisp-docstring-fill-column when it is bound to an integer,
22555 per that variable's documentation.
22556
22557 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22558
22559 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22560 and warnings are not silently discarded (e.g. use -d instead of -P).
22561
22562 2011-05-06 Glenn Morris <rgm@gnu.org>
22563
22564 * calendar/appt.el (appt-message-warning-time): Doc fix.
22565 (appt-warning-time-regexp): New option.
22566 (appt-make-list): Respect appt-message-warning-time.
22567
22568 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22569 New options.
22570 (diary-add-to-list): Strip comments from the displayed string.
22571 (diary-mode): Set comment-start and comment-end.
22572
22573 * vc/diff-mode.el (smerge-refine-subst): Declare.
22574 (diff-refine-hunk): Don't require smerge-mode when compiling.
22575
22576 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22577
22578 * simple.el (list-processes): Return nil as the docstring says.
22579
22580 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22581
22582 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22583 to "".
22584 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22585 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22586 determining of binary transfer. (Bug#7383)
22587
22588 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22589
22590 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22591 Fix port computation bug. (Bug#8618)
22592
22593 2011-05-05 Glenn Morris <rgm@gnu.org>
22594
22595 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22596
22597 * simple.el (shell-dynamic-complete-functions)
22598 (comint-dynamic-complete-functions): Declare.
22599
22600 * net/network-stream.el (gnutls-negotiate):
22601 * simple.el (tabulated-list-print): Fix declarations.
22602
22603 * progmodes/gud.el (syntax-symbol, syntax-point):
22604 Remove unnecessary and incorrect declarations.
22605
22606 * emacs-lisp/check-declare.el (check-declare-scan):
22607 Handle byte-compile-initial-macro-environment in bytecomp.el.
22608
22609 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22610
22611 Fix earlier half-done eieio-defmethod change (bug#8338).
22612 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22613 Streamline and change calling convention.
22614 (defmethod): Adjust accordingly and simplify.
22615 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22616 new eieio--defmethod.
22617 (slot-boundp): Minor CSE simplification.
22618
22619 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22620
22621 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22622 (glasses-make-readable): Use glasses-separate-capital-groups.
22623
22624 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22625
22626 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22627 (warning-series): Doc fix.
22628 (display-warning): Don't try to create the buffer if we just found it.
22629
22630 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22631
22632 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22633 (autoload-find-generated-file): New function.
22634 (generate-file-autoloads): Bind generated-autoload-file to
22635 buffer-file-name.
22636 (update-file-autoloads, update-directory-autoloads):
22637 Use autoload-find-generated-file. If called interactively, prompt for
22638 output file (Bug#7989).
22639 (batch-update-autoloads): Doc fix.
22640
22641 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22642
22643 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22644
22645 2011-05-04 Glenn Morris <rgm@gnu.org>
22646
22647 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22648 function, so it follows changes in calendar-date-style.
22649 (diary-fancy-date-matcher): New function.
22650 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22651 (diary-fancy-font-lock-fontify-region-function):
22652 Use diary-fancy-date-pattern as a function.
22653
22654 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22655 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22656
22657 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22658
22659 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22660 instead of positional arguments. Allow :keylist and :crlfiles
22661 arguments.
22662 (open-gnutls-stream): Call it.
22663
22664 * net/network-stream.el (network-stream-open-starttls): Adjust to
22665 call `gnutls-negotiate' with :process and :hostname arguments.
22666
22667 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22668
22669 * minibuffer.el (completion--message): New function.
22670 (completion--do-completion, minibuffer-complete)
22671 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22672 (completion--do-completion): Don't ignore completion-auto-help when in
22673 icomplete-mode.
22674
22675 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22676 internal encoding (e.g. tibetan zero is not whitespace).
22677 (global-whitespace-mode): Prefer save-current-buffer.
22678 (whitespace-trailing-regexp): Remove useless save-match-data.
22679 (whitespace-empty-at-bob-regexp): Minor simplification.
22680
22681 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22682
22683 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22684
22685 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22686
22687 * textmodes/ispell.el (ispell-add-per-file-word-list):
22688 Use `concat' to create string for insertion.
22689
22690 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22693 Avoid open-line which runs post-self-insert-hook.
22694 (bibtex-fill-entry): Remove unused `end' var.
22695
22696 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22697
22698 * textmodes/ispell.el (ispell-add-per-file-word-list):
22699 Protect against `nil' value of `comment-start' (Bug#8579).
22700
22701 2011-05-03 Leo Liu <sdl.web@gmail.com>
22702
22703 * isearch.el (isearch-yank-pop): New command.
22704 (isearch-mode-map): Bind it to `M-y'.
22705 (isearch-forward): Mention it.
22706
22707 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22708
22709 * simple.el (minibuffer-complete-shell-command): Remove.
22710 (minibuffer-local-shell-command-map): Use completion-at-point.
22711 (read-shell-command): Setup completion vars here instead.
22712 (read-expression-map): Bind TAB to symbol completion.
22713
22714 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22715 error directly rather via storing it into `results'.
22716
22717 2011-05-02 Leo Liu <sdl.web@gmail.com>
22718
22719 * vc/diff.el: Fix description.
22720
22721 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22722
22723 * server.el (server-eval-at): New function.
22724
22725 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22726
22727 * net/network-stream.el (open-network-stream): Take a :nowait
22728 parameter and pass it on to `make-network-process'.
22729 (network-stream-open-plain): Ditto.
22730
22731 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22732
22733 * faces.el (face-spec-set-match-display): Don't match toolkit
22734 options on terminal frames.
22735
22736 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22737
22738 * progmodes/pascal.el: Use lexical binding.
22739 (pascal-mode-map): Remove author preferences.
22740
22741 * pcomplete.el (pcomplete-std-complete): Don't abuse
22742 completion-at-point.
22743
22744 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22745
22746 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22747 removing code that has been dead since 1991 or so.
22748
22749 * startup.el (command-line): When warning about "_emacs", use a
22750 delayed warning to allow the user to filter it out.
22751
22752 2011-04-28 Deniz Dogan <deniz@dogan.se>
22753
22754 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22755 user has not joined.
22756
22757 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22758
22759 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22760 aren't any completions at point.
22761
22762 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22763
22764 * subr.el (display-delayed-warnings): New function.
22765 (delayed-warnings-hook): New variable.
22766
22767 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22768
22769 * minibuffer.el (completion-at-point, completion-help-at-point):
22770 Don't presume that a given completion-at-point-function will always
22771 use the same calling convention.
22772
22773 * pcomplete.el (pcomplete-completions-at-point):
22774 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22775 pcomplete-seen is non-nil.
22776 (pcomplete-comint-setup): Also recognize the new comint/shell
22777 completion functions.
22778 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22779 pcomplete-seen is non-nil.
22780
22781 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22782
22783 * calendar/icalendar.el (diary-lib): Add require statement.
22784 (icalendar--create-uid): Read out a uid from a text-property on
22785 the first character in the entry. This allows for code to add its
22786 own uid to the entry.
22787 (icalendar--convert-float-to-ical): Add export of
22788 `diary-float'-entries save for those with the optional DAY
22789 argument.
22790
22791 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22792
22793 * subr.el (shell-quote-argument): Use alternate escaping strategy
22794 when we spot a variable reference in a string.
22795
22796 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22797
22798 * cus-start.el (all): Define customization for debug-on-event.
22799
22800 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22801
22802 * subr.el (shell-quote-argument): Escape correctly under Windows.
22803
22804 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22805
22806 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22807
22808 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22809
22810 * net/tramp.el (tramp-process-actions): Add POS argument.
22811 Delete region between POS and (pos).
22812
22813 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22814 Use `nil' position in `tramp-process-actions' call.
22815 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22816
22817 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22818 position in `tramp-process-actions' call.
22819
22820 * net/trampver.el: Update release number.
22821
22822 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22823
22824 * custom.el (defcustom): Obey lexical-binding.
22825
22826 Fix octave-inf completion problems reported by Alexander Klimov.
22827 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22828 Inherit from octave-mode-syntax-table.
22829 (inferior-octave-mode): Set info-lookup-mode.
22830 (inferior-octave-completion-at-point): New function.
22831 (inferior-octave-complete): Use it and completion-in-region.
22832 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22833 comint-filename-completion.
22834 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22835 symbol elements which shouldn't be word elements.
22836 (octave-font-lock-keywords, octave-beginning-of-defun)
22837 (octave-function-header-regexp): Adjust regexps accordingly.
22838 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22839
22840 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22841
22842 * net/gnutls.el (gnutls-errorp): Declare before first use.
22843
22844 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22845
22846 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22847 verify-error, and verify-hostname-error parameters. Check whether
22848 default trustfile exists before going to use it. Add missing
22849 argument to gnutls-message-maybe call. Return value.
22850 Reported by Claudio Bley <claudio.bley@gmail.com>.
22851 (open-gnutls-stream): Add usage example.
22852
22853 * net/network-stream.el (network-stream-open-starttls): Give host
22854 parameter to `gnutls-negotiate'.
22855 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22856 * subr.el (shell-quote-argument): Escape correctly under Windows.
22857
22858 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22859
22860 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22861 Use correct match group (bug#8438).
22862
22863 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22864
22865 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22866 (package-menu--generate): New arg specifying packages to show.
22867 (package-menu-refresh, package-menu-execute, list-packages):
22868 Callers changed.
22869 (package-show-package-list): New function, replacing deleted
22870 package--list-packages (renamed because it is non-internal).
22871
22872 * finder.el (finder-list-matches): Use package-show-package-list
22873 instead of deleted package--list-packages.
22874
22875 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22876 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22877 (vc-annotate-mode-map): Bind it to RET.
22878
22879 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22880
22881 * progmodes/etags.el (next-file): Don't use set-buffer to change
22882 buffers (Bug#8478).
22883
22884 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22885
22886 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22887
22888 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22889 (apropos-accumulator): Doc fix.
22890 (apropos-function, apropos-macro, apropos-command)
22891 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22892 (apropos-plist): Add face property.
22893 (apropos-symbols-internal): Fix indentation.
22894 (apropos-print): Simplify help, and recognize apropos-multi-type.
22895 (apropos-print-doc): Use button-type-get to extract the button's
22896 face property. Fill docstring (Bug#8352).
22897
22898 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22899
22900 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22901
22902 * play/mpuz.el (mpuz-silent): Doc fix.
22903 (mpuz-mode-map): Use mapc.
22904 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22905 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22906 Fix typos in docstrings.
22907
22908 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22909 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22910
22911 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22912
22913 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22914
22915 * minibuffer.el (completion--do-completion): Avoid the "Next char
22916 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22917
22918 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22919 mouse-2 into unread-command-events, it is interpreted correctly.
22920
22921 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22922 (image-toggle-display): Doc fix.
22923
22924 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22925
22926 * textmodes/page.el (what-page): Use line-number-at-pos to
22927 calculate line number (Bug#6825).
22928
22929 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22930
22931 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22932 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22933 Pass argument NO-DEFAULT to `find-tag-interactive'.
22934
22935 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22936
22937 Lexical-binding cleanup.
22938
22939 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22940 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22941 * progmodes/ada-prj.el (ada-prj-initialize-values)
22942 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22943 (ada-prj-show-value):
22944 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22945 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22946 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22947 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22948 * progmodes/bug-reference.el (bug-reference-push-button):
22949 * progmodes/fortran.el (fortran-line-length):
22950 * progmodes/glasses.el (glasses-change):
22951 * progmodes/octave-mod.el (octave-fill-paragraph):
22952 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22953 (python-pdbtrack-grub-for-buffer, python-sentinel):
22954 * progmodes/sql.el (sql-save-connection):
22955 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22956 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22957 Mark unused parameters.
22958
22959 * progmodes/compile.el (compilation--flush-directory-cache)
22960 (compilation--flush-parse, compile-internal): Mark unused parameters.
22961 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22962 (compilation-next-error-function): Remove unused variable `timestamp'.
22963
22964 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22965 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22966
22967 * progmodes/dcl-mode.el (dcl-end-of-command):
22968 Remove unused variable `start'.
22969 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22970 (dcl-option-value-basic, dcl-option-value-offset)
22971 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22972 Mark unused parameters.
22973 (dcl-save-local-variable): Remove unused variable `val'.
22974 (mode): Declare.
22975
22976 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22977 Mark unused parameters.
22978 (delphi-ignore-changes): Move before first use.
22979 (delphi-charset-token-at): Remove unused variable `start'.
22980 (delphi-else-start): Remove unused variable `if-count'.
22981 (delphi-comment-block-start, delphi-comment-block-end):
22982 Remove unused variable `kind'.
22983 (delphi-indent-line): Remove unused variable `new-point'.
22984
22985 * progmodes/ebrowse.el (ebrowse-files-list)
22986 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22987 Mark unused parameters. Don't quote `lambda'.
22988 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22989 Don't quote `lambda'.
22990 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22991 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22992 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22993 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22994 Use `ignore-errors'.
22995 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22996 (ebrowse-view/find-file-and-search-pattern)
22997 (ebrowse-view/find-member-declaration/definition):
22998 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22999 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23000 Rename parameter PREFIX-ARG to PREFIX.
23001 (ebrowse-tags-read-name): Remove unused variables `start' and
23002 `member-info'.
23003 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23004 to `tags-file'.
23005
23006 * progmodes/etags.el (local-find-tag-hook): Declare.
23007 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23008 Mark unused parameters.
23009
23010 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23011 (executable-interpret): Mark unused parameter.
23012
23013 * progmodes/flymake.el (flymake-process-sentinel)
23014 (flymake-after-change-function)
23015 (flymake-create-temp-with-folder-structure)
23016 (flymake-get-include-dirs-dot): Mark unused parameters.
23017 (flymake-safe-delete-directory): Remove unused variable `err'.
23018
23019 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23020 (speedbar-timer-fn, speedbar-line-text)
23021 (speedbar-change-expand-button-char, speedbar-delete-subblock)
23022 (speedbar-center-buffer-smartly): Declare functions.
23023 (gdb-find-watch-expression): Remove unused variable `array'.
23024 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23025 (gdb-starting): Mark unused parameters.
23026 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23027 (gdb-table-string): Remove unused variable `res'.
23028 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23029 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23030 (gdb-display-buffer): Remove unused variable `cur-size'.
23031
23032 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23033 allow lexical-binding compilation.
23034 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23035 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23036 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23037 Mark unused parameters.
23038 (gud-gdb-marker-filter): Remove unused variable `match'.
23039 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23040 lambda expressions and funcall them, instead of using `fset'.
23041
23042 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23043 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23044
23045 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23046 variable `header-beg'; use `let'.
23047
23048 * progmodes/icon.el (indent-icon-exp): Remove unused variables
23049 `restart', `last-sexp' and `at-do'.
23050
23051 * progmodes/js.el (js--debug): Mark unused parameter.
23052 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23053 (js--splice-into-items): Remove unused variable `item'.
23054 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23055
23056 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23057 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23058 (makefile-complete): Remove unused variable `try'.
23059 (makefile-fill-paragraph, makefile-match-function-end):
23060 Mark unused parameters.
23061
23062 * progmodes/octave-inf.el (inferior-octave-complete):
23063 Remove unused variable `proc'.
23064 (inferior-octave-output-digest): Mark unused parameter.
23065
23066 * progmodes/perl-mode.el (perl-calculate-indent):
23067 Remove unused variable `err'.
23068
23069 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23070 (prolog-indent-line): Mark unused parameters.
23071 (prolog-indent-line): Remove unused variable `beg'.
23072
23073 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23074 (reporter-dont-compact-list): Declare.
23075
23076 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23077 Remove unused variable `char'.
23078 (sh-debug): Mark unused parameter.
23079 (sh-get-indent-info): Remove unused variable `start'.
23080 (sh-calculate-indent): Remove unused variable `var'.
23081
23082 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23083 (simula-electric-keyword): Remove unused variable `null'.
23084 (simula-search-backward, simula-search-forward): Remove unused
23085 variables `begin' and `end'.
23086
23087 * progmodes/vera-mode.el (vera-guess-basic-syntax):
23088 Remove unused variable `pos'.
23089 (vera-electric-tab, vera-comment-uncomment-region):
23090 Mark unused parameters.
23091 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23092
23093 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * emacs-lisp/package.el (package--builtins, package-alist)
23096 (package-load-descriptor, package-built-in-p, package-activate)
23097 (define-package, package-installed-p)
23098 (package-compute-transaction, package-buffer-info)
23099 (package--push): Doc fix. Distinguish more clearly between
23100 version strings and version lists.
23101
23102 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
23103
23104 Lexical-binding cleanup.
23105
23106 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23107 (5x5-make-mutate-best):
23108 * play/fortune.el (fortune-in-buffer):
23109 * play/gomoku.el (gomoku-init-display):
23110 * play/solitaire.el (solitaire, solitaire-do-check):
23111 * play/tetris.el (tetris-default-update-speed-function):
23112 Mark unused parameters.
23113
23114 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23115 (bubbles--shift): Remove unused variable `char-org'.
23116 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
23117 (bubbles--show-images): Remove unused variable `char'.
23118
23119 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23120 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23121 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23122 (decipher-analyze-buffer): Use ?\s.
23123 (decipher-make-checkpoint): Remove unused variable `mapping'.
23124
23125 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23126
23127 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23128 Remove unused variable `result'; use `let'.
23129
23130 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23131 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23132 (gametree-children-shown-p, gametree-compute-reduced-score):
23133 Use `ignore-errors'.
23134
23135 * play/handwrite.el (ps-lpr-switches): Declare.
23136 (handwrite): Remove unused variables `pmin' and `lastp'.
23137
23138 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23139
23140 * play/landmark.el (landmark-init-display)
23141 (landmark-update-naught-weights): Mark unused parameters.
23142 (landmark-y): Remove unused variable `noise'. Simplify.
23143 (landmark-human-plays): Remove unused variable `score'.
23144
23145 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23146 (mpuz-try-proposal): Remove unused variable `game'.
23147
23148 * play/zone.el (life-patterns): Declare.
23149
23150 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
23151
23152 * vc/vc.el (ediff-vc-internal): Declare function.
23153
23154 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23155
23156 * shell.el: Use lexical-binding and std completion UI.
23157 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23158 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23159 comint-preoutput-filter-functions rather than on
23160 comint-output-filter-functions.
23161 (shell-command-completion, shell--command-completion-data)
23162 (shell-filename-completion, shell-environment-variable-completion)
23163 (shell-c-a-p-replace-by-expanded-directory): New functions.
23164 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23165 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23166 (shell-dynamic-complete-environment-variable): Use them.
23167 (shell-dynamic-complete-as-environment-variable)
23168 (shell-dynamic-complete-as-command): Remove.
23169 (shell-match-partial-variable): Match past point.
23170 * comint.el: Clean up use of completion-at-point-functions.
23171 (comint-completion-at-point): New function.
23172 (comint-mode): Use it completion-at-point-functions.
23173 (comint-dynamic-complete): Make it obsolete.
23174 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23175 (comint-c-a-p-replace-by-expanded-history): New function.
23176 (comint-dynamic-complete-functions)
23177 (comint-replace-by-expanded-history): Use it.
23178 * minibuffer.el (completion-table-with-terminator): Allow dynamic
23179 termination strings. Try harder to avoid second try-completion.
23180 (completion-in-region-mode-map): Disable bindings that don't work yet.
23181
23182 * comint.el: Use lexical-binding. Require CL.
23183 (comint-dynamic-complete-functions): Use comint-filename-completion.
23184 (comint-completion-addsuffix): Tweak custom type.
23185 (comint-filename-completion, comint--common-suffix)
23186 (comint--common-quoted-suffix, comint--table-subvert)
23187 (comint--complete-file-name-data): New functions.
23188 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23189 (comint-dynamic-list-filename-completions): Use them.
23190 (comint-dynamic-simple-complete): Make obsolete.
23191
23192 * minibuffer.el (completion-in-region-mode):
23193 Keep completion-in-region-mode--predicate global.
23194 (completion-in-region--postch):
23195 Assume completion-in-region-mode--predicate is not null.
23196
23197 * progmodes/flymake.el (flymake-start-syntax-check-process):
23198 Obey `dir'. Simplify.
23199
23200 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23201 we're in VC after all.
23202
23203 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
23204
23205 * vc/vc.el (vc-diff-build-argument-list-internal)
23206 (vc-version-ediff, vc-ediff): New commands.
23207 (vc-version-diff): Use vc-diff-build-argument-list-internal.
23208
23209 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23210
23211 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23212 add sanity check.
23213
23214 * obsolete/erc-hecomplete.el: Make obsolete.
23215 * obsolete/: Standardize obsolescence info in the header.
23216
23217 2011-04-20 Glenn Morris <rgm@gnu.org>
23218
23219 * calendar/solar.el (solar-horizontal-coordinates):
23220 Use the longitude argument rather than `calendar-longitude'.
23221 (solar-date-next-longitude): Remove unused locals.
23222
23223 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23224
23225 * whitespace.el: New version 13.2.1.
23226
23227 2011-04-20 felix <EmacsWiki> (tiny change)
23228
23229 * whitespace.el (global-whitespace-mode): Keep highlight when
23230 switching between major modes on a file.
23231
23232 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23233
23234 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23235 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23236 multi-line comments as well.
23237
23238 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
23239
23240 Lexical-binding cleanup.
23241
23242 * arc-mode.el (archive-mode-revert):
23243 * cmuscheme.el (scheme-interactively-start-process):
23244 * custom.el (custom-initialize-delay):
23245 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23246 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23247 * emacs-lock.el (emacs-lock-clear-sentinel):
23248 * ezimage.el (defezimage):
23249 * follow.el (follow-avoid-tail-recenter):
23250 * fringe.el (set-fringe-mode-1):
23251 * generic-x.el (bat-generic-mode-compile):
23252 * help-mode.el (help-info-variable, help-do-xref)
23253 (help-mode-revert-buffer):
23254 * help.el (view-emacs-todo):
23255 * iswitchb.el (iswitchb-completion-help):
23256 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23257 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23258 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23259 * locate.el (locate-update):
23260 * longlines.el (longlines-encode-region)
23261 (longlines-after-change-function):
23262 * outline.el (outline-isearch-open-invisible):
23263 * ps-def.el (declare-function, charset-dimension, char-width)
23264 (encode-char):
23265 * ps-mule.el (ps-mule-plot-string):
23266 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23267 (recentf-edit-list-select, recentf-edit-list-validate)
23268 (recentf-open-files-action):
23269 * rect.el (delete-whitespace-rectangle-line)
23270 (rectangle-number-line-callback):
23271 * register.el (window-configuration-to-register)
23272 (frame-configuration-to-register):
23273 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23274 * select.el (xselect-convert-to-string, xselect-convert-to-length)
23275 (xselect-convert-to-targets, xselect-convert-to-delete)
23276 (xselect-convert-to-filename, xselect-convert-to-charpos)
23277 (xselect-convert-to-lineno, xselect-convert-to-colno)
23278 (xselect-convert-to-os, xselect-convert-to-host)
23279 (xselect-convert-to-user, xselect-convert-to-class)
23280 (xselect-convert-to-name, xselect-convert-to-integer)
23281 (xselect-convert-to-atom, xselect-convert-to-identity):
23282 * subr.el (declare, ignore, process-kill-without-query)
23283 (text-clone-maintain):
23284 * terminal.el (te-get-char, te-tic-sentinel):
23285 * tool-bar.el (tool-bar-make-keymap):
23286 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23287 * type-break.el (type-break-mode, type-break-noninteractive-query):
23288 * view.el (View-back-to-mark):
23289 * wid-browse.el (widget-browse-action, widget-browse-widget)
23290 (widget-browse-widgets, widget-browse-sexp):
23291 * widget.el (define-widget-keywords):
23292 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23293 Mark unused parameters.
23294
23295 * align.el (align-adjust-col-for-rule): Mark unused parameter.
23296 (align-areas): Remove unused variable `look'.
23297 (align-region): Remove unused variables `real-end' and `pos-list'.
23298
23299 * apropos.el (apropos-score-doc): Remove unused variable `i'.
23300
23301 * bindings.el (mode-line-modified, mode-line-remote):
23302 Mark unused parameters.
23303 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23304
23305 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23306 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23307
23308 * comint.el (comint-history-isearch-pop-state)
23309 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23310 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23311 (comint-substitute-in-file-name): Doc fix.
23312
23313 * completion.el (cmpl-statistics-block): Mark unused parameter.
23314 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23315 (save-completions-to-file, load-completions-from-file):
23316 Remove unused local variable `e'.
23317
23318 * composite.el (compose-chars): Remove unused variable `len'.
23319 (lgstring-insert-glyph): Remove unused variable `g'.
23320 (compose-glyph-string): Remove unused variables `ascent',
23321 `descent', `lbearing' and `rbearing'.
23322 (compose-glyph-string-relative): Remove unused variables
23323 `lbearing', `rbearing' and `wadjust'.
23324 (compose-gstring-for-graphic): Remove unused variables `header',
23325 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
23326 (compose-gstring-for-terminal): Remove unused variables `header'
23327 and `nchars'. Use `let', not `let*'.
23328
23329 * cus-edit.el (Custom-set, Custom-save, custom-reset)
23330 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23331 (Custom-buffer-done, custom-buffer-create-internal)
23332 (custom-browse-visibility-action, custom-browse-group-tag-action)
23333 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23334 (widget-magic-mouse-down-action, custom-toggle-parent)
23335 (custom-add-parent-links, custom-toggle-hide-variable)
23336 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23337 (custom-toggle-hide-face, face, hook, custom-group-link-action)
23338 (custom-face-menu-create, custom-variable-menu-create, get)
23339 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23340 (custom-reset-standard-save-and-update): Remove unused variable `value'.
23341 (customize-apropos): Remove unused variable `tests'.
23342 (custom-group-value-create): Remove unused variable `hidden-p'.
23343 (sort-fold-case): Declare.
23344
23345 * cus-theme.el (custom-reset-standard-faces-list)
23346 (custom-reset-standard-variables-list): Declare.
23347 (customize-create-theme, custom-theme-revert, custom-theme-write)
23348 (custom-theme-choose-mode, customize-themes, custom-theme-save):
23349 Mark unused parameters.
23350
23351 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23352
23353 * delim-col.el (delimit-columns-max): Move defvar before first use.
23354
23355 * descr-text.el (describe-char-categories): Don't quote `lambda'.
23356 (describe-char): Don't quote `lambda'. Mark unused parameter.
23357
23358 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23359 (auto-insert): Declare.
23360 (desktop-restore-file-buffer): Rename desktop-* parameters;
23361 mark unused ones.
23362 (desktop-create-buffer): Rename desktop-* parameters and bind them.
23363 (desktop-buffer): Rename desktop-* parameters.
23364
23365 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23366 (dframe-reposition-frame-xemacs, dframe-help-echo)
23367 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23368 Mark unused parameters.
23369
23370 * dired-aux.el (backup-extract-version-start, overwrite-query)
23371 (overwrite-backup-query, rename-regexp-query)
23372 (rename-non-directory-query): Declare.
23373 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23374 (dired-add-entry): Remove unused variable `orig-file-name'.
23375 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23376 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23377 `dired-copy-preserve-time' directly.
23378 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23379 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23380
23381 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23382 (dired-virtual-revert, dired-make-relative-symlink):
23383 Mark unused parameters.
23384 (manual-program): Declare.
23385 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23386 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23387 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23388
23389 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23390
23391 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23392
23393 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23394 Declare.
23395
23396 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23397
23398 * electric.el (Electric-command-loop): Rename parameter
23399 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23400
23401 * expand.el (expand-in-literal): Remove unused variable `here'.
23402
23403 * facemenu.el (facemenu-add-new-color):
23404 Remove unused variable `docstring'.
23405
23406 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23407 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23408 (face-attr-construct): Mark unused parameter. Doc fix.
23409 (read-color): Remove unused variable `hex-string'.
23410
23411 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23412 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23413 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23414 (display-buffer-other-frame): Remove unused variable `old-window'.
23415 (kill-buffer-hook): Declare.
23416 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23417 Mark unused parameters.
23418 (after-find-file): Pass 1 to `auto-save-mode', not t.
23419
23420 * files-x.el (auto-insert): Declare.
23421 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23422
23423 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23424 variable `buf'. Mark unused parameter.
23425 (find-lisp-insert-directory): Mark unused parameter.
23426
23427 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23428 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23429 (format-common-tail): Remove, unused.
23430 (format-deannotate-region): Remove unused variable `loc'.
23431 (format-annotate-region): Remove unused variable `p'.
23432 (format-annotate-single-property-change): Remove unused variables
23433 `default' and `tail'.
23434
23435 * forms.el (read-file-filter): Declare.
23436 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23437
23438 * frame.el (frame-creation-function-alist): Mark unused parameter.
23439 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23440
23441 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23442 Remove unused parameters.
23443 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23444 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23445
23446 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23447 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23448 (hfy-prepare-tag-map): Mark unused parameters.
23449 (htmlfontify-buffer): Use `called-interactively-p'.
23450
23451 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23452 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23453 (ibuffer-do-occur): Mark unused parameters.
23454 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23455 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23456
23457 * ibuffer.el: Don't quote `lambda'.
23458 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23459 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23460 Mark unused parameters.
23461
23462 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23463 (ido-completing-read): Mark unused parameters.
23464 (ido-copy-current-word): Mark unused parameters;
23465 remove unused variable `name'.
23466 (ido-sort-merged-list): Remove unused parameter `dirs'.
23467
23468 * ielm.el (ielm-input-sender): Mark unused parameter.
23469 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23470 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23471 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23472 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23473 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23474
23475 * image-dired.el (image-dired-display-thumbs): Remove unused
23476 variables `curr-file' and `count'.
23477 (image-dired-remove-tag): Remove unused variable `start'.
23478 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23479 variable `curr-file'
23480 (image-dired-rotate-original): Remove unused variable `temp-file'.
23481 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23482 Remove unused variable `file'.
23483 (image-dired-gallery-generate): Remove unused variable `curr'.
23484 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23485
23486 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23487
23488 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23489
23490 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23491
23492 * isearch.el (minibuffer-history-symbol): Declare.
23493 (isearch-edit-string): Remove unused variable `err'.
23494 (isearch-message-prefix, isearch-message-suffix):
23495 Mark unused parameters.
23496
23497 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23498
23499 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23500
23501 * makesum.el (double-column): Remove unused variable `cnt'.
23502
23503 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23504 (ido-ignore-item-temp-list): Declare.
23505
23506 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23507 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23508 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23509 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23510 `mouse-col-delta'.
23511
23512 * mouse-sel.el (mouse-extend-internal):
23513 Remove unused variable `orig-window-frame'.
23514
23515 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23516 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23517 Move declarations before first use.
23518 (pcomplete-opt): Mark unused parameters; doc fix.
23519
23520 * proced.el (proced-revert): Mark unused parameter.
23521 (proced-send-signal): Remove unused variable `err'.
23522
23523 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23524 Rename parameter PREFIX-ARG to ARG.
23525 (ps-basic-plot-string, ps-basic-plot-whitespace):
23526 Mark unused parameters.
23527
23528 * replace.el (replace-count): Define.
23529 (occur-revert-function): Mark unused parameters.
23530 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23531 (isearch-case-fold-search, isearch-string): Declare.
23532 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23533 bind `case-fold-search'. Remove unused variables `beg' and `end',
23534 and simplify.
23535 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23536 COUNT and bind `replace-count'.
23537 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23538 to COUNT.
23539
23540 * savehist.el (print-readably, print-string-length): Declare.
23541
23542 * shadowfile.el (shadow-expand-cluster-in-file-name):
23543 Remove unused variable `cluster'.
23544 (shadow-copy-file): Remove unused variable `i'.
23545 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23546 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23547 (shadow-define-literal-group, shadow-define-regexp-group)
23548 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23549
23550 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23551 (shell): Use `called-interactively-p'.
23552 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23553
23554 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23555 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23556 (delete-backward-char): Remove unused variable `ocol'.
23557 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23558 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23559 (event-apply-hyper-modifier, event-apply-shift-modifier)
23560 (event-apply-control-modifier, event-apply-meta-modifier):
23561 Mark unused parameters.
23562 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23563 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23564
23565 * speedbar.el (speedbar-ignored-directory-expressions)
23566 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23567 (speedbar-find-file, speedbar-dir-follow)
23568 (speedbar-directory-buttons-follow, speedbar-tag-find)
23569 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23570 (speedbar-buffers-line-directory, speedbar-buffer-click):
23571 Mark unused parameters.
23572 (speedbar-tag-file): Remove unused variable `mode'.
23573 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23574
23575 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23576
23577 * talk.el (talk): Remove unused variable `display'.
23578
23579 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23580 (tar-write-region-annotate): Mark unused parameter.
23581
23582 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23583 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23584 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23585 warning by another.
23586
23587 * time-stamp.el (time-stamp-string-preprocess):
23588 Remove unused variable `require-padding'.
23589
23590 * tree-widget.el (widget-glyph-enable): Declare.
23591 (tree-widget-action): Mark unused parameter.
23592
23593 * w32-fns.el (x-get-selection): Mark unused parameter.
23594 (autoload-make-program, generated-autoload-file): Declare.
23595
23596 * wdired.el (wdired-revert): Mark unused parameters.
23597 (wdired-xcase-word): Remove unused variable `err'.
23598
23599 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23600 (whitespace-help-scroll): Remove unused variable `data-help'.
23601
23602 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23603 (widget-image-insert, widget-after-change, default)
23604 (widget-default-format-handler, widget-default-notify)
23605 (widget-default-prompt-value, widget-info-link-action)
23606 (widget-url-link-action, widget-function-link-action)
23607 (widget-variable-link-action, widget-file-link-action)
23608 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23609 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23610 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23611 (widget-insert-button-action, widget-delete-button-action, visibility)
23612 (widget-documentation-link-action, widget-documentation-string-action)
23613 (widget-const-prompt-value, widget-regexp-match, symbol)
23614 (widget-coding-system-prompt-value)
23615 (widget-key-sequence-value-to-external, sexp)
23616 (widget-sexp-value-to-internal, character, vector, cons)
23617 (widget-choice-prompt-value, widget-boolean-prompt-value)
23618 (widget-color--choose-action): Mark unused parameters.
23619 (widget-item-match-inline, widget-choice-match-inline)
23620 (widget-checklist-match, widget-checklist-match-inline)
23621 (widget-group-match): Rename parameter VALUES to VALS.
23622 (widget-field-value-set): Remove unused variable `size'.
23623 (widget-color-action): Remove unused variables `value' and `start'.
23624
23625 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23626 variable `dir'. Doc fix.
23627 (windmove-find-other-window): Don't pass it.
23628
23629 * window.el (count-windows): Mark unused parameter.
23630 (bw-adjust-window): Remove unused variable `err'.
23631
23632 * woman.el (woman-file-name): Remove unused variable `default'.
23633 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23634 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23635 (global-font-lock-mode): Declare.
23636 (woman-decode-region): Mark unused parameter.
23637 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23638
23639 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23640 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23641 (x-dnd-handle-moz-url): Remove unused variable `title'.
23642 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23643
23644 * xml.el (xml-parse-tag, xml-parse-attlist):
23645 Remove unused variable `pos'.
23646
23647 2011-04-19 Glenn Morris <rgm@gnu.org>
23648
23649 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23650 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23651 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23652 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23653 * calendar/cal-html.el (cal-html-insert-minical):
23654 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23655 (calendar-mark-date-pattern):
23656 Prefix "unused" locals.
23657
23658 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23659 optional argument `style'.
23660
23661 * calendar/appt.el (appt-make-list):
23662 * calendar/cal-china.el (calendar-chinese-date-string):
23663 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23664 (diary-hebrew-yahrzeit):
23665 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23666 * calendar/calendar.el (calendar-generate-window):
23667 * calendar/time-date.el (time-to-days):
23668 Remove unused local variables.
23669
23670 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23671
23672 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23673 glyphless-char-display table.
23674 (tabulated-list-glyphless-char-display): New var.
23675
23676 2011-04-18 Sam Steingold <sds@gnu.org>
23677
23678 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23679 to acknowledgments.
23680
23681 2011-04-17 Glenn Morris <rgm@gnu.org>
23682
23683 * calendar/diary-lib.el (diary-sexp-entry):
23684 * calendar/holidays.el (holiday-sexp):
23685 Set debug-on-error rather than the removed stack-trace-on-error.
23686
23687 2011-04-16 Glenn Morris <rgm@gnu.org>
23688
23689 * progmodes/f90.el: Use lexical-binding.
23690 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23691
23692 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23693
23694 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23695 (mail-mode): Setup mailalias completion here instead.
23696 * mail/mailalias.el: Use lexical-binding.
23697 (pattern, mailalias-done): Declare dynamic.
23698 (mail-completion-at-point-function): New function, from mail-complete.
23699 (mail-complete): Use it.
23700 (mail-completion-expand): New function.
23701 (mail-get-names): Use it.
23702 (mail-directory, mail-directory-process, mail-directory-stream):
23703 Don't use `pattern' for lexically bound arg.
23704
23705 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23706
23707 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23708 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23709 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23710
23711 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23712 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23713 (byte-interactive-p): Define them again, for use when inlining
23714 old code.
23715
23716 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23717
23718 * loadup.el: Use `string-to-number', not `string-to-int'.
23719
23720 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23721
23722 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23723 gud-gdb-complete-command.
23724 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23725 (gud-gdb-completion-at-point): New function.
23726 (gud-gdb-completions): Remove.
23727
23728 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23729
23730 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23731 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23732 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23733 whether `executable-find' is bound.
23734
23735 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23736
23737 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23738
23739 * minibuffer.el (completion-in-region-mode-predicate)
23740 (completion-in-region-mode--predicate): New vars.
23741 (completion-in-region, completion-in-region--postch)
23742 (completion-in-region-mode): Use them.
23743 (completion--capf-wrapper): Also return the hook function.
23744 (completion-at-point, completion-help-at-point):
23745 Adjust and provide a predicate.
23746
23747 Preserve arg names for advice of subr and lexical functions (bug#8457).
23748 * help-fns.el (help-function-arglist): Consolidate the subr and
23749 new-byte-code cases. Add argument `preserve-names' to extract names
23750 from the docstring when needed.
23751 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23752 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23753 (ad-arglist): Use help-function-arglist's new arg.
23754 (ad-definition-type): Use cond.
23755
23756 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23757
23758 * autorevert.el (auto-revert-handler):
23759 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23760 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23761 Don't quote lambda.
23762
23763 * image-mode.el (image-transform-set-scale):
23764 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23765
23766 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23767
23768 * net/network-stream.el (network-stream-open-starttls): Only do
23769 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23770 Upgrades via gnutls-cli are too slow to be done opportunistically.
23771
23772 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23773
23774 * dframe.el (dframe-current-frame): Remove spurious quote.
23775
23776 2011-04-12 Glenn Morris <rgm@gnu.org>
23777
23778 * calendar/cal-tex.el (cal-tex-end-document):
23779 Try to automatically use latin1 input if needed.
23780
23781 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23782 Don't try to cons a mark onto an empty element.
23783
23784 2011-04-11 Leo Liu <sdl.web@gmail.com>
23785
23786 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23787 buffers.
23788 (ido-kill-buffer-at-head): Support killing virtual buffers.
23789
23790 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23791
23792 * minibuffer.el (completion-show-inline-help): New var.
23793 (completion--do-completion, minibuffer-complete)
23794 (minibuffer-force-complete, minibuffer-complete-word):
23795 Inhibit minibuffer messages if completion-show-inline-help is nil.
23796
23797 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23798 to avoid interference from inline help (Bug#5849).
23799
23800 2011-04-10 Leo Liu <sdl.web@gmail.com>
23801
23802 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23803 Fix typo.
23804
23805 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23806
23807 * image-mode.el (image-toggle-display-image): Signal an error if
23808 not in Image mode.
23809 (image-transform-mode, image-transform-resize)
23810 (image-transform-set-rotation): Doc fix.
23811 (image-transform-set-resize): Delete.
23812 (image-transform-set-scale, image-transform-fit-to-height)
23813 (image-transform-fit-to-width): Handle image-toggle-display-image
23814 and image-transform-resize directly.
23815
23816 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23817
23818 * doc-view.el (doc-view-fit-width-to-window)
23819 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23820 New functions for fitting the shown image to the Emacs window size.
23821 (doc-view-mode-map): Add bindings for the new functions.
23822
23823 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23824
23825 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23826 Fix typo in docstring.
23827
23828 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23829
23830 * files.el (file-size-human-readable): Produce one digit after
23831 decimal, like "ls -lh" does.
23832
23833 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23834 the file size representation.
23835
23836 * simple.el (list-processes): If async subprocesses are not
23837 available, error out with a clear error message.
23838
23839 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23840
23841 * help.el (help-form-show): New function, to be called from C.
23842 Put help-form output in a buffer named differently than *Help*.
23843
23844 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23845
23846 * files.el (file-size-human-readable): New function.
23847
23848 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23849 computing the representation inline. Don't require `cl'.
23850
23851 2011-04-08 Glenn Morris <rgm@gnu.org>
23852
23853 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23854
23855 * net/browse-url.el (browse-url-firefox):
23856 Test system-type, not system-configuration.
23857
23858 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23859 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23860 Use log-edit-empty-buffer-p. (Bug#7598)
23861
23862 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23863 (rlogin-mode-map): Initialize in the defvar.
23864 (rlogin): Use ignore-errors.
23865
23866 * replace.el (occur-mode-map): Some fixes for menu items.
23867
23868 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23869
23870 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23871
23872 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23873
23874 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23875 issuing unused warnings.
23876
23877 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23878 macro directly.
23879
23880 * simple.el: Lisp reimplement of list-processes. Based on an
23881 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23882 (process-menu-mode): New major mode.
23883 (list-processes--refresh, list-processes):
23884 (process-menu-visit-buffer): New functions.
23885
23886 * files.el (save-buffers-kill-emacs): Don't assume any return
23887 value of list-processes, which is undocumented anyway.
23888
23889 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23890
23891 * emacs-lisp/tabulated-list.el: New file.
23892
23893 * emacs-lisp/package.el: Use Tabulated List mode.
23894 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23895 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23896 table format using Tabulated List mode variables.
23897 (package--push): New macro, replacing package-list-maybe-add.
23898 (package-menu--generate): Use package--push. Renamed from
23899 package--generate-package-list.
23900 (package-menu-refresh, list-packages): Use it.
23901 (package-menu--print-info): Rename from package-print-package.
23902 Return insertion data instead of inserting it directly.
23903 (package-menu-describe-package, package-menu-execute):
23904 Use tabulated-list-get-id.
23905 (package-menu-mark-delete, package-menu-mark-install)
23906 (package-menu-mark-unmark, package-menu-backup-unmark)
23907 (package-menu-mark-obsolete-for-deletion):
23908 Use tabulated-list-put-tag.
23909 (package--list-packages, package-menu-revert)
23910 (package-menu-get-package, package-menu-get-version)
23911 (package-menu-sort-by-column): Functions deleted.
23912 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23913 (package-menu--status-predicate, package-menu--version-predicate)
23914 (package-menu--name-predicate)
23915 (package-menu--description-predicate): Handle arguments in the
23916 Tabulated List format.
23917 (package-list-packages-no-fetch): Call list-packages.
23918
23919 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23920
23921 * files.el (after-find-file-from-revert-buffer): Remove variable.
23922 (after-find-file): Don't bind it.
23923 (revert-buffer-in-progress-p): New variable.
23924 (revert-buffer): Bind it.
23925 Pass nil for `after-find-file-from-revert-buffer'.
23926
23927 * saveplace.el (save-place-find-file-hook): Use new variable
23928 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23929
23930 2011-04-06 Glenn Morris <rgm@gnu.org>
23931
23932 * Makefile.in (AUTOGEN_VCS): New variable.
23933 (autoloads): Use $AUTOGEN_VCS.
23934
23935 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23936 * calendar/calendar.el (calendar-mode-map):
23937 Check for toolkit scroll bars. (Bug#8305)
23938
23939 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23940
23941 * minibuffer.el (completion-in-region--postch)
23942 (completion-in-region-mode): Remove unnecessary messages.
23943
23944 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23945
23946 * font-lock.el (font-lock-refresh-defaults):
23947 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23948 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23949
23950 * info.el (Info-directory-list, Info-read-node-name-2)
23951 (Info-split-parameter-string): Doc fixes.
23952 (Info-virtual-nodes): Reflow docstring.
23953 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23954 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23955 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23956 Fix typos in docstrings.
23957 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23958 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23959 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23960 (Info-restore-desktop-buffer): Mark unused parameters.
23961 (Info-directory-find-file, Info-directory-find-node)
23962 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23963 (Info-virtual-index-find-node, Info-apropos-find-file)
23964 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23965 Mark unused parameters; fix typos in docstrings.
23966 (Info-virtual-index): Remove unused local variable `nodename'.
23967
23968 2011-04-05 Deniz Dogan <deniz@dogan.se>
23969
23970 * net/rcirc.el: Update my e-mail address.
23971 (rcirc-mode-map): Remove M-o binding.
23972
23973 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23974
23975 * startup.el (command-line): Save the cursor's theme-face
23976 directly, instead of using face-override-spec.
23977
23978 * custom.el (load-theme): Minor optimization in assigning faces.
23979
23980 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23981
23982 * help-fns.el (describe-variable): Complete all variables having
23983 documentation, including keywords.
23984 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23985
23986 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23987
23988 Convert to lexical-binding.
23989
23990 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23991 (bs--get-marked-string, bs--get-modified-string)
23992 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23993 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23994 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23995
23996 * ehelp.el (electric-help-execute-extended)
23997 (electric-help-ctrl-x-prefix):
23998 * hexl.el (hexl-revert-buffer-function):
23999 * linum.el (linum-after-change, linum-after-scroll):
24000 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24001
24002 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24003
24004 2011-04-04 Daiki Ueno <ueno@unixuser.org>
24005
24006 * epa-dired.el:
24007 * epa-mail.el:
24008 * epa-hook.el:
24009 * epa-file.el:
24010 * epa.el:
24011 * epg.el: Use lexical binding.
24012
24013 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
24014
24015 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24016
24017 * textmodes/flyspell.el (flyspell-word): Recognize default
24018 dictionary case for flyspell-mark-duplications-exceptions.
24019 Use regexp matching for languages.
24020 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24021 default dictionary (Bug#7926).
24022
24023 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
24024
24025 * emacs-lisp/package.el (package--with-work-buffer):
24026 Recognize https URLs.
24027
24028 * net/network-stream.el: Move from gnus/proto-stream.el.
24029 Change prefix to network-stream throughout.
24030 (open-protocol-stream): Merge into open-network-stream, leaving
24031 open-protocol-stream as an alias. Handle nil BUFFER args.
24032
24033 * subr.el (open-network-stream): Move to net/network-stream.el.
24034
24035 2011-04-02 Glenn Morris <rgm@gnu.org>
24036
24037 * find-dired.el (find-exec-terminator): New option.
24038 (find-ls-option): Test for -ls support.
24039 (find-ls-subdir-switches): Test for -b in find-ls-option.
24040 (find-dired, find-grep-dired): Doc fixes.
24041 (find-dired): Use find-exec-terminator.
24042
24043 * find-dired.el (find-ls-option, find-ls-subdir-switches)
24044 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24045 (find-name-arg): Remove purecopy.
24046
24047 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24048 (grep-compute-defaults): Check for `-exec COMMAND +' support.
24049 Set grep-find-use-xargs, grep-find-command, and grep-find-template
24050 accordingly. Don't add the null-device if not needed.
24051
24052 * files.el (save-some-buffers): Doc fix.
24053
24054 2011-04-02 Eli Zaretskii <eliz@gnu.org>
24055
24056 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24057
24058 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
24059
24060 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24061 Use `dolist' rather than `mapcar'.
24062
24063 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24064
24065 Add lexical binding.
24066
24067 * subr.el (apply-partially): Use new closures rather than CL.
24068 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24069 (dolist, dotimes): Use slightly different expansion for lexical code.
24070 (functionp): Move to C.
24071 (letrec): New macro.
24072 (with-wrapper-hook): Use it and apply-partially instead of CL.
24073 (eval-after-load): Preserve lexical-binding.
24074 (save-window-excursion, with-output-to-temp-buffer): Turn them
24075 into macros.
24076
24077 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24078
24079 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24080 than the arglist.
24081 (help-add-fundoc-usage): Don't add `Not documented'.
24082 (help-function-arglist): Handle closures, subroutines, and new
24083 byte-code-functions.
24084 (help-make-usage): Remove leading underscores.
24085 (describe-function-1): Handle closures.
24086 (describe-variable): Use special-variable-p for completion.
24087
24088 * files.el (lexical-binding): Declare safe.
24089
24090 * emacs-lisp/pcase.el: Don't use destructuring-bind.
24091 (pcase--memoize): Rename from pcase-memoize. Change weakness.
24092 (pcase): Add `let' pattern.
24093 Change memoization so it actually works.
24094 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24095 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24096 <let>: New case.
24097
24098 * emacs-lisp/macroexp.el: Use lexical binding.
24099 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
24100 Don't convert ' to #' without checking that it's indeed quoting
24101 a lambda.
24102
24103 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24104 Use eval-sexp-add-defvars.
24105 (eval-sexp-add-defvars): New fun.
24106
24107 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24108
24109 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24110 Don't autoload.
24111 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24112 than the internal `byte-compile-lambda'.
24113 (defmethod): Don't hide code under quotes.
24114 (eieio-defmethod): New `code' argument.
24115
24116 * emacs-lisp/eieio-comp.el: Remove.
24117
24118 * emacs-lisp/edebug.el (edebug-eval-defun)
24119 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24120 (edebug-toggle): Avoid `eval'.
24121
24122 * emacs-lisp/disass.el (disassemble-internal): Handle new
24123 `closure' objects.
24124 (disassemble-1): Handle new byte codes.
24125
24126 * emacs-lisp/cl.el (pushnew): Silence warning.
24127
24128 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24129 (cl-byte-compile-throw): Remove.
24130 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24131
24132 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24133 closures.
24134
24135 * emacs-lisp/cconv.el: New file.
24136
24137 * emacs-lisp/bytecomp.el: Use lexical binding instead of
24138 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
24139 (byte-compile-initial-macro-environment):
24140 Handle declare-function here.
24141 (byte-compile--lexical-environment): New var.
24142 (byte-stack-ref, byte-stack-set, byte-discardN)
24143 (byte-discardN-preserve-tos): New lap codes.
24144 (byte-interactive-p): Don't use any more.
24145 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24146 New macros.
24147 (byte-compile-lapcode): Use them and handle new lap codes.
24148 (byte-compile-obsolete): Remove.
24149 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24150 (byte-compile-arglist-warn): Check late def of inlinable funs.
24151 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24152 since they should have been expanded by now.
24153 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24154 (byte-compile-from-buffer): Remove unused second arg.
24155 (byte-compile-preprocess): New function.
24156 (byte-compile-toplevel-file-form): New function to distinguish
24157 file-form calls from outside from file-form calls from hunk-handlers.
24158 (byte-compile-file-form): Simplify.
24159 (byte-compile-file-form-defsubst): Remove.
24160 (byte-compile-file-form-defmumble): Simplify now that
24161 byte-compile-lambda always returns a byte-code-function.
24162 (byte-compile): Preprocess.
24163 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24164 Remove, not used any more.
24165 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24166 (byte-compile-make-args-desc): New funs.
24167 (byte-compile-lambda): Handle lexical functions. Always return
24168 a byte-code-function.
24169 (byte-compile-reserved-constants): New var, to make up room for
24170 closed-over variables.
24171 (byte-compile-constants-vector): Obey it.
24172 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24173 (byte-compile-macroexpand-declare-function): New function.
24174 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24175 byte-code-functions.
24176 (byte-compile-form): Check obsolescence here.
24177 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24178 (byte-compile-variable-ref): Remove.
24179 (byte-compile-dynamic-variable-op): New fun.
24180 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24181 (byte-compile-variable-set): New funs.
24182 (byte-compile-discard): Add 2 args.
24183 (byte-compile-stack-ref, byte-compile-stack-set)
24184 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24185 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24186 macroexpand-all instead.
24187 (byte-compile-quote-form): Remove.
24188 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24189 (byte-compile-bind, byte-compile-unbind): New funs.
24190 (byte-compile-let): Handle let* and lexical binding.
24191 (byte-compile-let*): Remove.
24192 (byte-compile-catch, byte-compile-unwind-protect)
24193 (byte-compile-track-mouse, byte-compile-condition-case):
24194 Handle a new :fun-body form, used for lexical scoping.
24195 (byte-compile-save-window-excursion)
24196 (byte-compile-with-output-to-temp-buffer): Remove.
24197 (byte-compile-defun): Simplify.
24198 (byte-compile-stack-adjustment): New fun.
24199 (byte-compile-out): Use it.
24200 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24201
24202 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24203 handler any more.
24204
24205 * emacs-lisp/byte-opt.el: Use lexical binding.
24206 (byte-inline-lapcode): Remove (to bytecomp).
24207 (byte-compile-inline-expand): Pay attention to inlining to/from
24208 lexically bound code.
24209 (byte-compile-unfold-lambda): Don't handle byte-code-functions
24210 any more.
24211 (byte-optimize-form-code-walker): Don't handle save-window-excursion
24212 any more and don't call compiler-macros.
24213 (byte-compile-splice-in-already-compiled-code): Remove.
24214 (byte-code): Don't inline any more.
24215 (disassemble-offset): Receive `bytes' as argument rather than via
24216 dynamic scoping.
24217 (byte-compile-tag-number): Declare before first use.
24218 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24219 `return' even if make-spliceable.
24220 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24221 obsolete interactive-p.
24222 (byte-optimize-lapcode): Optimize new lap-codes.
24223 Don't trip up on new form of `byte-constant' lap code.
24224
24225 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24226
24227 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24228
24229 * custom.el (custom-initialize-default, custom-declare-variable):
24230 Use `defvar'.
24231
24232 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24233 New variables.
24234 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24235 (COMPILE_FIRST): Add macroexp and cconv.
24236 * makefile.w32-in: Mirror changes in Makefile.in.
24237
24238 * vc/cvs-status.el:
24239 * vc/diff-mode.el:
24240 * vc/log-edit.el:
24241 * vc/log-view.el:
24242 * vc/smerge-mode.el:
24243 * textmodes/bibtex-style.el:
24244 * textmodes/css-mode.el:
24245 * startup.el:
24246 * uniquify.el:
24247 * minibuffer.el:
24248 * newcomment.el:
24249 * reveal.el:
24250 * server.el:
24251 * mpc.el:
24252 * emacs-lisp/smie.el:
24253 * doc-view.el:
24254 * dired.el:
24255 * abbrev.el: Use lexical binding.
24256
24257 2011-04-01 Eli Zaretskii <eliz@gnu.org>
24258
24259 * info.el (info-display-manual): New function.
24260
24261 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24262
24263 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24264
24265 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
24266
24267 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24268 an entry for that server in rcirc-authinfo. (Bug#8385)
24269
24270 2011-03-31 Glenn Morris <rgm@gnu.org>
24271
24272 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24273
24274 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24275
24276 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
24277
24278 * progmodes/python.el (python-default-interpreter)
24279 (python-python-command-args, python-jython-command-args)
24280 (python-which-shell, python-which-args, python-which-bufname)
24281 (python-file-queue, python-comint-output-filter-function)
24282 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24283 variables and functions.
24284
24285 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
24286
24287 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24288 (completion-in-region-mode): New minor mode.
24289 (completion-in-region): Use it.
24290 (completion-in-region--data, completion-in-region-mode-map): New vars.
24291 (completion-in-region--postch): New function.
24292 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24293 New vars.
24294 (completion--capf-wrapper): New function.
24295 (completion-at-point): Use it to track well-behavedness of
24296 hook functions.
24297 (completion-help-at-point): New command.
24298
24299 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
24300
24301 * vc/add-log.el (add-change-log-entry): Don't use whitespace
24302 syntax class to search for whitespace on a single line
24303 (Message-ID: <4D938140.4030905@redhat.com>).
24304
24305 2011-03-30 Leo Liu <sdl.web@gmail.com>
24306
24307 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24308 New commands.
24309 (edit-abbrevs-map): Bind them here.
24310 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
24311
24312 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24313
24314 * allout.el (allout-hide-by-annotation, allout-flag-region):
24315 Reduce possibility of overlay leakage by making them volatile.
24316
24317 * allout-widgets.el (allout-widgets-tally): Define as nil so the
24318 hash is not shared between buffers. Mode initialization is
24319 responsible for giving it a useful starting value.
24320 (allout-item-span): Reduce possibility of overlay leakage by
24321 making them volatile.
24322 (allout-widgets-count-buttons-in-region): Add diagnostic function
24323 for tracking down button overlay leaks.
24324
24325 2011-03-29 Leo Liu <sdl.web@gmail.com>
24326
24327 * ido.el (ido-read-internal): Use the default history var
24328 minibuffer-history if no HISTORY is specified.
24329
24330 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
24331
24332 * net/imap.el (imap-shell-open, imap-process-connection-type):
24333 Use imap-process-connection-type for 'shell' streams as well as
24334 Kerberos, SSL, other subprocesses.
24335
24336 2011-03-28 Leo Liu <sdl.web@gmail.com>
24337
24338 * abbrev.el (abbrev-table-empty-p): New function.
24339 (prepare-abbrev-list-buffer): Place empty abbrev tables after
24340 nonempty ones. (Bug#5937)
24341
24342 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
24343
24344 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24345
24346 2011-03-27 Leo Liu <sdl.web@gmail.com>
24347
24348 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24349 for foreground and background colors.
24350 (ansi-color-make-color-map): Adapt.
24351
24352 2011-03-25 Leo Liu <sdl.web@gmail.com>
24353
24354 * midnight.el (midnight-time-float): Remove. Note it calculates
24355 the microsecond component incorrectly and seconds-to-time does the
24356 same job.
24357 Remove redundant (require 'timer).
24358
24359 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24360 (ido-completions): Remove unused arguments. (Bug#8329)
24361
24362 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24363
24364 * minibuffer.el (completion--flush-all-sorted-completions):
24365 Remove itself from hook.
24366 (completion-at-point): Let the functions perform the completion
24367 immediately and return nil or t.
24368 * comint.el (comint-dynamic-complete-functions): Now identical to
24369 completion-at-point-functions.
24370 (comint-dynamic-list-input-ring): Remove unused var `index'.
24371 (comint--match-partial-filename, comint--unquote&expand-filename):
24372 New funs, split from comint-match-partial-filename.
24373 (comint-dynamic-complete): Use completion-at-point.
24374 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24375
24376 2011-03-24 Drew Adams <drew.adams@oracle.com>
24377
24378 * thingatpt.el: Support `defun'.
24379
24380 2011-03-23 Leo Liu <sdl.web@gmail.com>
24381
24382 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24383
24384 * help-mode.el (help-mode-finish): Tweak regexp.
24385
24386 2011-03-23 Glenn Morris <rgm@gnu.org>
24387
24388 * eshell/esh-opt.el (eshell-eval-using-options):
24389 Do not bind unused local variable `eshell-option-stub'.
24390
24391 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24392
24393 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24394
24395 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24396 keymap variable in `with-no-warnings' to avoid a warning when the
24397 keymap has been already `defconst'ed.
24398
24399 2011-03-22 Leo Liu <sdl.web@gmail.com>
24400
24401 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24402 encode all chars in abbrevs; otherwise use emacs-mule or
24403 utf-8-emacs. (Bug#8308)
24404
24405 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24406
24407 * simple.el (backward-delete-char-untabify):
24408 Avoid warning about using `delete-backward-char'.
24409
24410 * image.el (image-type-file-name-regexps): Make it variable.
24411 `imagemagick-register-types' modifies it, and the user may want
24412 to add new extensions for known image types.
24413 (imagemagick-register-types): Throw error if not using ImageMagick.
24414
24415 2011-03-22 Leo Liu <sdl.web@gmail.com>
24416
24417 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24418 located before rcirc-prompt-end-marker.
24419 (rcirc-complete): Error if point is not after rcirc prompt.
24420 Handle the case when table is nil.
24421 (rcirc-user-authenticated): Define to fix compiler warning.
24422
24423 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24424
24425 * custom.el (custom--inhibit-theme-enable): Make it affect only
24426 custom-theme-set-variables and custom-theme-set-faces.
24427 (provide-theme): Ignore custom--inhibit-theme-enable.
24428 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24429 (custom-enabling-themes): Delete variable.
24430 (enable-theme): Accept only loaded themes as arguments.
24431 Ignore the special custom-enabled-themes variable.
24432 (custom-enabled-themes): Forbid themes from setting this.
24433 Eliminate use of custom-enabling-themes.
24434 (custom-push-theme): Quote "changed" custom var entry.
24435
24436 2011-03-21 Leo Liu <sdl.web@gmail.com>
24437
24438 * ido.el (ido-read-internal): Add ido-selected to history instead
24439 of user input.
24440
24441 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24442
24443 * subr.el (deferred-action-list, deferred-action-function):
24444 Mark obsolete.
24445
24446 2011-03-21 Leo Liu <sdl.web@gmail.com>
24447
24448 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24449 change on 2011-02-13 (bug#8309).
24450
24451 * minibuffer.el (read-file-name-function): Change default value.
24452 (read-file-name--defaults): Rename from read-file-name-defaults.
24453 (read-file-name-default): Rename from read-file-name.
24454 (read-file-name): Call read-file-name-function.
24455
24456 2011-03-21 Glenn Morris <rgm@gnu.org>
24457
24458 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24459 Doc fixes.
24460
24461 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24462
24463 * cus-theme.el: Add missing provide statement.
24464 (customize-create-theme): Extract theme value correctly.
24465 (custom-theme-visit-theme): Autoload.
24466 (customize-create-theme): Prompt before inserting default faces.
24467
24468 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24469
24470 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24471 units and musical notes.
24472
24473 2011-03-20 Leo Liu <sdl.web@gmail.com>
24474
24475 * ido.el (ido-read-internal): Use completing-read-default.
24476 (ido-completing-read): Fix compatibility with completing-read.
24477
24478 2011-03-20 Christian Ohler <ohler@gnu.org>
24479
24480 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24481 (ert-delete-all-tests): Use `called-interactively-p' rather than
24482 `interactive-p'.
24483 (ert--make-xrefs-region): Respect END.
24484
24485 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24486
24487 * dired-aux.el (dired-create-directory): Signal an error if the
24488 directory already exists (Bug#8246).
24489
24490 * facemenu.el (list-colors-display): Call list-faces-display
24491 inside with-help-window.
24492 (list-colors-print): Use display property to align the final
24493 column, instead of checking window-width.
24494
24495 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24496
24497 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24498 windows-nt systems.
24499 (emerge-protect-metachars): Quote correctly for ms-dos and
24500 windows-nt systems.
24501
24502 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24503
24504 * info.el (info-initialize): Replace all uses of `:' with
24505 path-separator for compatibility with non-Unix systems.
24506 Cache quoting of path-separator. (Bug#8258)
24507
24508 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24509
24510 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24511 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24512 (mouse-avoidance-mode): Fix typos in docstrings.
24513
24514 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24515
24516 * startup.el (package-subdirectory-regexp): Move from package.el.
24517 Omit \\` and \\', and let callers add them.
24518
24519 * emacs-lisp/package.el (package-strip-version)
24520 (package-load-all-descriptors): Add \\` and \\' to
24521 package-subdirectory-regexp before using it.
24522 (package-untar-buffer): New arg DIR; ensure that file untars only
24523 into this expected directory. Remove superfluous delete-region.
24524 (package-unpack): Caller changed.
24525 (package-tar-file-info): Use package-subdirectory-regexp.
24526
24527 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24528
24529 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24530 diff-mode-shared-map (bug#8284).
24531 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24532
24533 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24534
24535 * calendar/time-date.el (format-seconds): Use assoc instead of
24536 assoc-string, since assoc-string doesn't exist in XEmacs.
24537
24538 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24539
24540 * custom.el (custom-known-themes): Reflow docstring.
24541 (custom-theme-load-path): Fix typo in docstring.
24542 (load-theme): Fix typo in error message.
24543 (custom-available-themes, custom-variable-theme-value):
24544 Use `let', not `let*'.
24545
24546 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24547
24548 * calc/README: Mention inclusion of musical notes.
24549
24550 * calc/calc-units.el (calc-lu-quant): Rename from
24551 `calc-logunits-quantity'.
24552 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24553 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24554 (calc-db): Rename from `calc-dblevel'.
24555 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24556 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24557 (calc-np): Rename from `calc-nplevel'.
24558 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24559 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24560 (calc-lu-plus): Rename from `calc-logunits-add'.
24561 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24562 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24563 (calc-lu-minus): Rename from `calc-logunits-sub'.
24564 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24565 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24566 (calc-lu-times): Rename from `calc-logunits-mul'.
24567 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24568 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24569 (calc-lu-divide): Rename from `calc-logunits-div'.
24570 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24571 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24572
24573 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24574 functions being autoloaded.
24575
24576 * calc/calc.el (calc-lu-power-reference): Rename from
24577 `calc-logunits-power-reference'.
24578 (calc-lu-field-reference): Rename from
24579 `calc-logunits-field-reference'.
24580
24581 * calc/calc-help.el (calc-l-prefix-help):
24582 Mention musical note functions.
24583
24584 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24585
24586 * minibuffer.el (completion-all-sorted-completions):
24587 Use :completion-cycle-penalty text property if present.
24588
24589 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24590
24591 * allout.el (allout-yank-processing): Adjust for new rebulleting
24592 regime so bullet being yanked is used without prompting the user
24593 for a choice.
24594
24595 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24596
24597 * startup.el (command-line): Warn the user that _emacs is deprecated.
24598
24599 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24600
24601 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24602 (delphi-verbose, delphi-comment-face, delphi-string-face)
24603 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24604 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24605 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24606 (delphi-new-comment-line, delphi-font-lock-defaults)
24607 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24608 Fix typos in docstrings.
24609
24610 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24611
24612 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24613 Invert the roles of character and string values for INSTEAD, so a
24614 string is used for the more common case of a defaulting prompt.
24615
24616 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24617
24618 * progmodes/ruby-mode.el (ruby-backward-sexp):
24619 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24620 * play/gamegrid.el (gamegrid-make-face):
24621 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24622 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24623 * notifications.el (notifications-notify):
24624 * net/xesam.el (xesam-search-engines):
24625 * net/quickurl.el (quickurl-list-insert):
24626 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24627
24628 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24629
24630 * startup.el (command-line): Update package subdirectory regexp.
24631
24632 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24633
24634 * allout.el (allout-abbreviate-flattened-numbering)
24635 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24636
24637 * subr.el (read-char-choice): Only show the cursor after the prompt,
24638 not after the answer.
24639
24640 2011-03-15 Kevin Ryde <user42@zip.com.au>
24641
24642 * help-fns.el (variable-at-point): Skip leading quotes, if any
24643 (bug#8253).
24644
24645 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24646
24647 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24648 warning message.
24649
24650 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24651
24652 * shell.el (shell): When called interactively, offer to change the
24653 shell file name on remote hosts.
24654
24655 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24656
24657 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24658 integration for LDAP parameters. The host, base, user or binddn,
24659 and secret tokens can be specified in a netrc file, for instance.
24660 This is optional because an `auth-source' parameter must be
24661 specified in the search attributes.
24662
24663 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24664
24665 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24666
24667 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24668
24669 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24670 into declaration. Remove redundant and harmful binding.
24671
24672 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24673
24674 * files.el (file-ownership-preserved-p): Pass `integer' as an
24675 explicit 2nd argument to `file-attributes'. If the file's owner
24676 is the Administrators group on Windows, and the current user is
24677 Administrator, consider that a match.
24678
24679 * server.el (server-ensure-safe-dir): Consider server directory
24680 safe on MS-Windows if its owner is the Administrators group while
24681 the current Emacs user is Administrator. Use `=' to compare
24682 numerical UIDs, since they could be integers or floats.
24683
24684 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24685
24686 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24687
24688 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24689
24690 Sync with Tramp 2.2.1.
24691
24692 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24693
24694 * net/trampver.el: Update release number.
24695
24696 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24697
24698 * progmodes/compile.el (compilation--previous-directory): Fix up
24699 various nil/dead-marker mismatches (bug#8014).
24700 (compilation-directory-properties, compilation-error-properties):
24701 Don't call it at a position past the one we're about to change.
24702
24703 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24704 Disable obsolescence warnings in the file that declares it.
24705
24706 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24707
24708 * allout-widgets.el (allout-widgets-tally):
24709 Initialize allout-widgets-tally as a hash table rather than nil to
24710 prevent mode-line redisplay warnings. Also, clarify the module
24711 description and fix a comment typo.
24712
24713 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24714
24715 * help-fns.el (describe-variable): Don't complete keywords.
24716 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24717
24718 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24719
24720 * emacs-lisp/package.el (package-version-join): Impose a standard
24721 string representation for pre/alpha/beta version lists.
24722 (package-unpack-single): Standardize the directory name by passing
24723 it through package-version-join.
24724 (package-strip-rcs-id): Accept any version string that does not
24725 signal an error in version-to-list.
24726
24727 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24728
24729 * simple.el (delete-trailing-whitespace): Return nil for the
24730 benefit of `write-file-functions'.
24731
24732 2011-03-10 Glenn Morris <rgm@gnu.org>
24733
24734 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24735
24736 * vc/vc-git.el (vc-git-program): New option.
24737 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24738 (vc-git--call): Use it.
24739
24740 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24741
24742 * cus-edit.el (Custom-newline): If no button at point, look
24743 for a subgroup button at start-of-line. (Bug#2298)
24744
24745 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24746
24747 2011-03-10 Julien Danjou <julien@danjou.info>
24748
24749 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24750 `cursor-type' is nil.
24751
24752 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24753
24754 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24755
24756 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24757
24758 * allout.el: Change so yank of distinctive-bullet items
24759 preserves the existing header prefix, rebulleting it if necessary,
24760 rather than replacing it. This is necessary for proper operation
24761 of cooperative addons like allout-widgets.
24762 (allout-make-topic-prefix, allout-rebullet-heading):
24763 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24764 value as alternate bullet to be used, instead of prompting the user
24765 for a bullet character.
24766
24767 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24768
24769 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24770 Do not use `tramp-file-name-port', because this returns also
24771 `tramp-default-port'.
24772
24773 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24774
24775 * net/rcirc.el (rcirc-handler-001): Remove useless
24776 with-rcirc-process-buffer.
24777 (rcirc-check-auth-status): Swap arguments to string-match.
24778
24779 2011-03-09 Glenn Morris <rgm@gnu.org>
24780
24781 * shell.el (shell-mode):
24782 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24783
24784 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24785 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24786
24787 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24788
24789 * emacs-lisp/package.el (package-refresh-contents)
24790 (package-menu-execute): Use condition-case-no-debug.
24791
24792 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24793
24794 * simple.el (shell-command-to-string): Use `process-file'.
24795
24796 * emacs-lisp/package.el (package-tar-file-info): Handle also
24797 remote files.
24798
24799 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24800 Use `equal' for upload base check.
24801
24802 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24803
24804 * textmodes/texinfo.el (texinfo-environments):
24805 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24806
24807 2011-03-08 Glenn Morris <rgm@gnu.org>
24808
24809 * cus-start.el (cursor-in-non-selected-windows):
24810 Fix :set quoting oddness. (Bug#8192)
24811
24812 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24813 in some setf expressions. (Bug#2159)
24814
24815 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24816
24817 * custom.el (custom-available-themes): Return themes in
24818 alphabetical order.
24819
24820 See ChangeLog.15 for earlier changes.
24821
24822 ;; Local Variables:
24823 ;; coding: utf-8
24824 ;; End:
24825
24826 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24827
24828 This file is part of GNU Emacs.
24829
24830 GNU Emacs is free software: you can redistribute it and/or modify
24831 it under the terms of the GNU General Public License as published by
24832 the Free Software Foundation, either version 3 of the License, or
24833 (at your option) any later version.
24834
24835 GNU Emacs is distributed in the hope that it will be useful,
24836 but WITHOUT ANY WARRANTY; without even the implied warranty of
24837 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24838 GNU General Public License for more details.
24839
24840 You should have received a copy of the GNU General Public License
24841 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.