]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
[gnu-emacs] / lisp / ChangeLog
1 2013-02-28 Sam Steingold <sds@gnu.org>
2
3 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
4 See <http://stackoverflow.com/questions/14720205>.
5
6 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7
8 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
9 (net-utils-mode): Use it.
10 (net-utils--revert-cmd): New var.
11 (net-utils-run-simple): Set it, and remove bogus interactive spec.
12 (traceroute): Use net-utils-run-simple.
13
14 2013-02-28 Glenn Morris <rgm@gnu.org>
15
16 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
17
18 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
21 (doc-view-fallback-mode): Remove overlays here.
22 (doc-view-toggle-display): Instead of here. Don't throw away
23 image-mode-winprops-alist.
24 (doc-view-goto-page): Don't mess with hscroll.
25
26 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
27
28 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
29 &optional (bug#13819).
30
31 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
32
33 * net/tramp-adb.el (tramp-adb-parse-device-names)
34 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
35
36 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
37
38 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
39 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
40 defined. POSIX environments fall back to the "C" locale then and
41 emit a warning, which shall be suppressed.
42
43 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
46 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
47
48 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
51
52 2013-02-25 Juri Linkov <juri@jurta.org>
53
54 * replace.el (read-regexp): Let-bind `default' to the first
55 element of `defaults' if it's a list, otherwise it should be
56 a string or nil. Let-bind `suggestions' to `defaults' if it's
57 a list, otherwise make a list with the string value. Doc fix.
58 (Bug#13805)
59
60 2013-02-25 Eli Zaretskii <eliz@gnu.org>
61
62 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
63 that match "\`\.#", to avoid compiling lock files, even if they
64 are readable (as they are on MS-Windows).
65
66 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * files.el (basic-save-buffer): Remove redundant directory-creation.
69
70 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
71
72 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
73 Add option to force `pi' to remain symbolic.
74 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
75 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
76 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
77 derivatives, when necessary.
78
79 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
80
81 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
82 (ps-mode-octal-region): Use string-make-unibyte.
83
84 2013-02-23 Glenn Morris <rgm@gnu.org>
85
86 * emulation/viper-cmd.el (viper-submit-report):
87 * progmodes/ps-mode.el (ps-mode-maintainer-address):
88 * progmodes/vera-mode.el (vera-mode-help-address):
89 * textmodes/artist.el (artist-maintainer-address):
90 * textmodes/reftex.el (reftex-report-bug):
91 * vc/ediff-util.el (ediff-submit-report):
92 Add bug-gnu-emacs to bug report address.
93
94 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
95 Remove bug report entries.
96 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
97
98 * emacs-lisp/bytecomp.el (byte-compile-level): New.
99 (byte-compile-file, byte-compile-from-buffer):
100 Use separate input/output buffers for each level of recursive
101 byte-compile-file calls. (Bug#13787)
102
103 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
104
105 * net/tramp.el (tramp-methods): Fix docstring.
106 (tramp-ssh-controlmaster-options): Rename it from
107 `tramp-ssh-controlmaster-template'. Return a string.
108 (tramp-default-method): Adapt check for
109 `tramp-ssh-controlmaster-options'.
110
111 * net/tramp-sh.el (tramp-methods):
112 Replace `tramp-ssh-controlmaster-template' by "%c".
113 (tramp-do-copy-or-rename-file-out-of-band)
114 (tramp-maybe-open-connection): Use it in format spec. Ensure,
115 that it is applied for the first hop only.
116
117 2013-02-22 Juri Linkov <juri@jurta.org>
118
119 * isearch.el (isearch-lazy-highlight-new-loop):
120 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
121 to `isearch-other-end' if it is not nil. (Bug#13402)
122
123 * replace.el (replace-highlight): Let-bind `isearch-other-end'
124 to `match-beg'.
125
126 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
127 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
128 and `isearch-error' to nil.
129
130 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
131
132 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
133
134 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
135 Handle multibyte file names.
136
137 2013-02-22 Glenn Morris <rgm@gnu.org>
138
139 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
140 (sgml-transformation-function): Give it a :set function.
141 (sgml-tag): Doc fix.
142
143 * cmuscheme.el (scheme-buffer):
144 * progmodes/inf-lisp.el (inferior-lisp-buffer):
145 * progmodes/tcl.el (inferior-tcl-buffer):
146 * textmodes/tex-mode.el (tex-command): Doc fixes.
147
148 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
149
150 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
151
152 2013-02-21 Bastien Guerry <bzg@gnu.org>
153
154 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
155
156 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
157
158 * progmodes/python.el (python-info-current-defun):
159 Enhance match-data cluttering prevention.
160
161 2013-02-21 Glenn Morris <rgm@gnu.org>
162
163 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
164 loaded while outline-regexp is let bound. (Bug#9584)
165
166 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
167
168 * progmodes/python.el (python-info-current-defun): Fix failed
169 defun name retrieval because of unwanted match-data cluttering.
170
171 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
172
173 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
174 defconst. Apply independent check for ControlPersist.
175
176 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
177 temporarily, via "env".
178
179 2013-02-21 Glenn Morris <rgm@gnu.org>
180
181 * info.el (Info-enable-edit): Remove.
182 (Info-edit): Disable it rather than using Info-enable.
183 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
184 (Info-cease-edit): Make editing of Info files obsolete.
185
186 * informat.el (Info-tagify):
187 Handle buffers not visiting files. (Bug#13763)
188
189 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
190
191 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
192
193 2013-02-21 Glenn Morris <rgm@gnu.org>
194
195 * files.el (basic-save-buffer): Move check for existing parent
196 directory after hooks. (Bug#13773)
197
198 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * simple.el (command-execute): Move from C. Add obsolete check.
201 (extended-command-history): Move from C.
202
203 2013-02-20 Ulrich Müller <ulm@gentoo.org>
204
205 * jka-cmpr-hook.el (jka-compr-compression-info-list)
206 (jka-compr-mode-alist-additions): Handle .txz suffix for
207 XZ-compressed tar archives (bug#13770).
208
209 2013-02-20 Bastien Guerry <bzg@gnu.org>
210
211 * outline.el (outline-regexp, outline-heading-end-regexp):
212 Make variables, not options (bug#13731).
213
214 2013-02-20 Glenn Morris <rgm@gnu.org>
215
216 * image.el (image-current-frame): Change from variable to function.
217 (image-show-frame): Rename from image-nth-frame. Update callers.
218 * image-mode.el (image-multi-frame): New variable.
219 (image-mode-map, image-mode, image-goto-frame):
220 Use image-multi-frame rather than image-current-frame.
221 (image-mode, image-goto-frame): Use image-current-frame as
222 function rather than as variable.
223
224 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
225 * emacs-lisp/cl-macs.el (cl--make-type-test)
226 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
227
228 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
229
230 * net/tramp-cache.el (tramp-get-hash-table): New defun.
231 (tramp-get-file-property, tramp-set-file-property)
232 (tramp-get-connection-property, tramp-set-connection-property): Use it.
233 (tramp-flush-file-property, tramp-flush-directory-property):
234 Rename argument to KEY.
235 (tramp-flush-connection-property): Simplify a little bit.
236 (tramp-connection-property-p): New defun.
237 (top): Reapply saved values only if there isn't a corresponding
238 entry in `tramp-connection-properties'.
239
240 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
241
242 * progmodes/python.el (python-indent-context):
243 Fix python-info-line-ends-backslash-p call.
244 (python-info-line-ends-backslash-p)
245 (python-info-beginning-of-backslash): Respect line-number argument.
246 (python-info-current-line-comment-p):
247 Fix behavior when not at beginning-of-line.
248 (python-util-position): Remove function.
249 (python-util-goto-line): New function.
250
251 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
252
253 * eshell/em-unix.el (eshell/su): Require tramp.
254 (eshell/sudo): Require tramp. Remove now unnecessary check.
255
256 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
257 `tramp-current-connection' in order to avoid an error when several
258 commands are invoked in a short time in eshell and friends.
259
260 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 Cleanup some of EIEIO's namespace.
263 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
264 Use it to define all the class-* and object-* field accessors (renamed
265 to eieio--class-* and eieio--object-*). Update all uses.
266 (eieio--class-num-slots, eieio--object-num-slots): Rename from
267 class-num-slots and object-num-slots.
268 (eieio--check-type): New macro.
269 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
270 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
271 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
272 (object-assoc-list-safe): Use it.
273 (eieio-defclass): Tighten regexp.
274 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
275 Remove unreachable code.
276 (object-class-fast): Declare obsolete.
277 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
278 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
279 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
280 Rename from class-name, object-name, object-set-name-string,
281 object-class, object-class-name, class-parents, class-children,
282 class-precedence-list, class-parent; with obsolete alias.
283 (class-of, class-direct-superclasses, class-direct-subclasses):
284 Declare obsolete.
285 (eieio-defmethod): Use `memq'; remove unreachable code.
286 * emacs-lisp/eieio-base.el (eieio-persistent-read):
287 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
288 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
289
290
291 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
292
293 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
294 Use font-lock-keyword-face for macros and special forms (bug#8345).
295
296 2013-02-17 Didier Verna <didier@didierverna.net>
297
298 * net/network-stream.el (network-stream-open-starttls):
299 Check that response to the starttls-command is non-nil. (Bug#13706)
300
301 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
304 Don't assume all identifier chars have syntax word.
305 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
306 Remove bar-not-symbol. Adjust callers.
307 (lisp-mode-variables): Don't set a font-lock-syntax-table.
308
309 2013-02-17 Leo Liu <sdl.web@gmail.com>
310
311 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
312
313 2013-02-17 Glenn Morris <rgm@gnu.org>
314
315 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
316
317 * image-mode.el (image-mode-map): Add image-dired menu entry.
318
319 * image-dired.el (tumme): Make this alias obsolete.
320
321 2013-02-16 Glenn Morris <rgm@gnu.org>
322
323 * image.el (image-animated-types): Remove.
324 (image-multi-frame-p): Rename from image-animated-p, and generalize.
325 (image-animated-p): Make obsolete alias.
326 (image-animate, image-nth-frame, image-animate-timeout):
327 Use image-multi-frame-p.
328 (image-animate-timeout): If no delay, use image-default-frame-delay.
329 * image-mode.el (image-mode, image-toggle-animation):
330 Use image-multi-frame-p. (Bug#763, bug#10739)
331 (image-mode): Adjust startup message for a multi-frame image.
332
333 * image-mode.el (image-mode-map): Give it a menu.
334
335 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
336
337 * net/tramp-cache.el (tramp-connection-properties): New customer
338 option.
339 (tramp-get-connection-property): Use it.
340
341 * net/tramp-compat.el (top): Require 'trampver.
342
343 * net/tramp-sh.el (tramp-remote-process-environment):
344 Set tramp-autoload cookie.
345
346 2013-02-16 Kevin Ryde <user42@zip.com.au>
347
348 * info-look.el (info-lookup-select-mode): If major-mode has no
349 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
350
351 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
352
353 * replace.el (read-regexp): Tighten the regexp that matches tag.
354 When tag is retrieved with `find-tag-default', use regexp that
355 matches tag at point. Also update docstring (Bug#13687).
356
357 2013-02-16 Eli Zaretskii <eliz@gnu.org>
358
359 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
360 add watch for the file, not its parent directory, since w32notify
361 sets up the watch for the directory internally. (Bug#13725)
362
363 2013-02-16 Glenn Morris <rgm@gnu.org>
364
365 * image.el (image-default-frame-delay): New variable.
366 (image-animated-p): Use image-default-frame-delay.
367 (image-minimum-frame-delay): New constant.
368 (image-animate-timeout): Use image-minimum-frame-delay.
369
370 * image.el (image-nth-frame): New, split from image-animate-timeout.
371 (image-animate-timeout): Use image-nth-frame.
372 * image-mode.el (image-goto-frame, image-next-frame)
373 (image-previous-frame): New commands.
374 (image-mode-map): Add new frame commands.
375
376 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
377
378 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
379 If col-desc already has help-echo, use it. (Bug#13563)
380
381 2013-02-16 Glenn Morris <rgm@gnu.org>
382
383 * image.el (image-current-frame): New variable.
384 (image-animate-timeout): Set image-current-frame.
385 * image-mode.el (image-mode): For animated images,
386 display a frame counter via mode-line-process.
387
388 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
389
390 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
393
394 2013-02-15 Alan Mackenzie <acm@muc.de>
395
396 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
397 global minor mode has been enabled, call the minor mode function
398 for a new buffer once only, after the major mode hook, whilst
399 allowing that hook explicitly to disable the minor mode.
400 (MODE-disable-in-buffer): New (generated) function.
401 (disable-MODE): New (generated) buffer local variable.
402
403 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
404
405 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
406 `iswitchb-next-match' and `iswitchb-prev-match' resply.
407 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
408 `ido-next-match' and `ido-prev-match' resply.
409 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
410 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
411 `icomplete-backward-completions' (Bug#13708).
412
413 2013-02-15 Glenn Morris <rgm@gnu.org>
414
415 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
416
417 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * net/goto-addr.el (goto-address-fontify): Add start and end args.
420 (goto-address-fontify-region): Use them instead of narrowing, so
421 syntax-ppss has access to the whole buffer.
422
423 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
424
425 * progmodes/python.el: Explain how to restore "cc-mode"-like
426 forward-sexp movement in header documentation (Bug#13642).
427 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
428 comments and strings (GH bug 114).
429
430 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
431
432 * progmodes/python.el (python-info-current-defun): Fix current
433 defun detection (Bug#13618).
434
435 2013-02-15 Chong Yidong <cyd@gnu.org>
436
437 * xml.el (xml-parse-string): Fix typo in handling of bad character
438 references.
439
440 2013-02-15 Glenn Morris <rgm@gnu.org>
441
442 * play/fortune.el (fortune-compile): Simplify and fix previous change.
443
444 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
445
446 * net/tramp.el (tramp-debug-message):
447 Add `tramp-condition-case-unless-debug'.
448 (tramp-debug-on-error): New defvar.
449 (tramp-condition-case-unless-debug): New defun.
450 (tramp-file-name-handler): Use it.
451
452 2013-02-14 Juri Linkov <juri@jurta.org>
453
454 * info.el (Info-isearch-filter): Treat non-nil values of
455 `search-invisible' including its default value `open'
456 like the value `t' to match hidden text. (Bug#13402)
457
458 2013-02-14 Glenn Morris <rgm@gnu.org>
459
460 * help-fns.el (find-lisp-object-file-name): Give special treatment
461 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
462
463 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
464
465 * net/quickurl.el (quickurl-save-urls):
466 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
467
468 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
469
470 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
471 depth for unfinished percent literal. Not using it in the caller.
472 (ruby-move-to-block): Jump over multiline literals of all types,
473 ignoring code-looking contents inside them.
474 (ruby-add-log-current-method): Improve performance at the expense
475 of accuracy. `ruby-block-contains-point' is relatively slow, so
476 only use it for method and singleton class blocks.
477
478 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
479
480 Use ControlMaster where applicable. (Bug#13677)
481
482 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
483 replacing `tramp-detect-ssh-controlmaster'.
484 (tramp-default-method): Use it.
485
486 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
487 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
488 arguments.
489 [scpc, rsyncc]: Remove methods.
490 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
491 and "ssh2_old".
492 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
493 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
494
495 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * emacs-lisp/package.el (package--initialized): Move before first use.
498
499 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
500
501 * icomplete.el (icomplete-hide-common-prefix): New user option.
502 (icomplete-first-match): New face.
503 (icomplete-completions): Correct handling of "complete but not
504 unique" (Bug#12638).
505
506 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
507
508 * descr-text.el (describe-char): Display the script (bug#13698).
509
510 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * tmm.el: Use lexical-binding and current-active-maps.
513 (tmm-menubar): Use map-keymap and pcase.
514 (tmm--completion-table): New function.
515 (tmm-prompt): Use it to fix the menu order.
516 (tmm-get-keybind): Use current-active-maps.
517
518 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
519
520 Add dired-hide-details-mode. (Bug#6799)
521
522 * locate.el (locate-mode): Set parent mode property to dired-mode.
523
524 * find-dired.el (find-dired): Call dired-insert-set-properties on
525 initial information line. Set process mark on end of buffer.
526 (find-dired-sentinel):
527 Call dired-insert-set-properties on summary.
528
529 * dired.el (dired-hide-details-hide-symlink-targets)
530 (dired-hide-details-hide-information-lines): New options.
531 (dired-insert-directory):
532 Set properties after final treatment of output.
533 (dired-insert-set-properties):
534 Set dired-hide-details-* properties.
535 (dired-mode-map): Bind dired-hide-details-mode.
536 (dired-mode): Set buffer-invisibility-spec to a list.
537 (dired-next-line): Skip hidden lines.
538 (dired-previous-line): Use dired-next-line.
539 (dired-hide-details-mode): New minor mode.
540 (dired-hide-details-update-invisibility-spec): New function.
541
542 2013-02-13 Glenn Morris <rgm@gnu.org>
543
544 * play/yow.el: Move to obsolete/. (Bug#9384)
545
546 2013-02-13 Juri Linkov <juri@jurta.org>
547
548 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
549 to select `ediff-control-frame' and set input focus correctly on Xfce.
550 (Bug#12218)
551
552 2013-02-13 Juri Linkov <juri@jurta.org>
553
554 * image-mode.el (image-mode-map):
555 * doc-view.el (doc-view-mode-map):
556 * vc/ediff-util.el (ediff-setup-keymap):
557 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
558
559 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
560
561 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
562 performance. Instead of recalculating indentation fully for each
563 line, sum up indentation depth based only on visited lines.
564 (ruby-parse-partial): Increase the depth after "do" even when END
565 is right after it.
566 (ruby-parse-partial): When END is in the middle of a percent
567 literal, increase the depth if the delimiter chars belong to the
568 paren syntax class.
569
570 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
571
572 * play/fortune.el (fortune-compile): Also make the compiled file
573 if it does not exist at all, not just if it is old. (Bug#5338)
574
575 2013-02-13 Glenn Morris <rgm@gnu.org>
576
577 * emacs-lisp/package.el (package-menu-execute): Doc fix.
578
579 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
580
581 * lisp/emacs-lisp/package.el (package-menu-execute):
582 Add optional noquery argument. (Bug#13625)
583
584 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
585
586 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
587 if DIR exists and PARENTS is non-nil.
588
589 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
590
591 * progmodes/js.el (js--multi-line-declaration-indentation):
592 Silence byte-compiler warning.
593
594 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
595
596 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
597
598 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
599 only if it doesn't exist.
600
601 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
602 Set process marker.
603
604 2013-02-12 Tassilo Horn <tsdh@gnu.org>
605
606 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
607 UserInstallation when calling soffice to work around LibreOffice
608 bug 37531.
609
610 2013-02-12 Glenn Morris <rgm@gnu.org>
611
612 * files.el (basic-save-buffer):
613 Offer to create a non-existing directory. (Bug#3016)
614
615 * calc/calc-graph.el (calc-graph-show-dumb):
616 * calendar/calendar.el (calendar-mode-map):
617 * cus-edit.el (custom-mode-map):
618 * ehelp.el (electric-help-map):
619 * emulation/vip.el (vip-mode-map):
620 * epa.el (epa-key-list-mode-map):
621 * info.el (Info-mode-map):
622 * mail/rmail.el (rmail-mode-map):
623 * mail/rmailsum.el (rmail-summary-mode-map):
624 * man.el (Man-mode-map):
625 * net/newst-plainview.el (newsticker-mode-map):
626 * progmodes/cpp.el (cpp-edit-mode-map):
627 * progmodes/grep.el (grep-mode-map):
628 * progmodes/idlw-help.el (idlwave-help-mode-map):
629 * simple.el (special-mode-map):
630 * startup.el (splash-screen-keymap):
631 * view.el (view-mode-map):
632 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
633
634 2013-02-11 Elias Pipping <pipping@lavabit.com>
635
636 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
637 (bug#13679).
638
639 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
642
643 2013-02-11 Glenn Morris <rgm@gnu.org>
644
645 * vc/diff.el (diff-use-labels): New variable.
646 (diff-no-select): Use --label rather than -L, and first
647 check that it is supported. (Bug#11067)
648
649 * files.el (enable-dir-local-variables): New variable.
650 (hack-dir-local-variables): Respect enable-dir-local-variables.
651 * tutorial.el (help-with-tutorial):
652 Ignore directory-local variables. (Bug#11127)
653
654 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
655 (vc-svn-global-switches): ... to here. (Bug#13513)
656
657 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
658
659 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
660 Handle "foo (bar, default: xxx): " prompts.
661
662 2013-02-10 Chong Yidong <cyd@gnu.org>
663
664 * files.el (basic-save-buffer-1): Do not set
665 buffer-file-coding-system-explicit (Bug#4533).
666
667 * mail/emacsbug.el (report-emacs-bug): Change binding of
668 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
669
670 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
671
672 * calc/calc.el (calc-allow-units-as-numbers): New variable.
673 * calc/calc-units.el (calc-convert-units): Use new variable.
674
675 2013-02-09 Eli Zaretskii <eliz@gnu.org>
676
677 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
678
679 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
680 buffer-file-type.
681
682 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
683 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
684 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
685 coding-system-for-write instead.
686
687 * jka-compr.el (jka-compr-write-region): Don't bind
688 buffer-file-type.
689
690 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
691 buffer-file-type.
692
693 * files.el (file-name-buffer-file-type-alist): Remove defvar.
694 (insert-file-contents-literally): Remove reference to
695 file-name-buffer-file-type-alist.
696
697 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
698 make-obsolete.
699 (find-buffer-file-type-match, find-buffer-file-type): Remove.
700 (find-buffer-file-type-coding-system): Remove references to
701 find-buffer-file-type-match, find-buffer-file-type, and
702 buffer-file-type.
703 Don't put find-buffer-file-type-coding-system into
704 file-coding-system-alist.
705 (find-file-binary, find-file-text): Bind coding-system-for-read
706 instead of file-name-buffer-file-type-alist.
707
708 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
709
710 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
711 converter (Bug#13622).
712 (doc-view-unoconv-program): Make obsolete alias.
713 (doc-view-odf->pdf-converter-program): New variable.
714 (doc-view-odf->pdf-converter-function): New variable.
715 (doc-view-mode-p): Use it.
716 (doc-view-odf->pdf-converter-unoconv):
717 Rename from `doc-view-odf->pdf-converter-unoconv'.
718 (doc-view-odf->pdf-converter-soffice): New function.
719 (doc-view-convert-current-doc):
720 Use `doc-view-odf->pdf-converter-function'.
721
722 2013-02-09 Chong Yidong <cyd@gnu.org>
723
724 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
725 view-echo-area-messages (Bug#13340).
726
727 * help.el (view-echo-area-messages): Use display-buffer.
728
729 * dired-x.el (dired-do-run-mail): Prompt for confirmation
730 (Bug#13561).
731
732 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
735 Eval body right away, now that we do eager macroexpansion (bug#13605).
736
737 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
738 (fundamental-mode): Use run-mode-hooks.
739
740 * eshell/esh-proc.el (eshell/kill): Fix last change.
741 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
742
743 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
744
745 * eshell/esh-proc.el (eshell/kill): Rewrite.
746
747 * eshell/em-ls.el (show-almost-all): Declare.
748 (eshell-do-ls): Add support for -A argument.
749
750 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
751
752 * icomplete.el (icomplete-forward-completions)
753 (icomplete-backward-completions): Handle corner case (bug#13602).
754
755 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
756
757 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
758 be nil. Handle this. (Bug#13636)
759
760 2013-02-07 Richard Stallman <rms@gnu.org>
761
762 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
763 `save-buffer-coding-system'.
764
765 2013-02-07 Alan Mackenzie <acm@muc.de>
766
767 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
768 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
769 (c-parse-state-get-strategy): Don't return 'BOD any more.
770 (c-append-lower-brace-pair-to-state-cache):
771 Extra parameter HERE instead of narrowing.
772 Widen to top of buffer before searching backwards for a brace pair.
773 (c-state-push-any-brace-pair): Add HERE parameter to function call.
774 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
775 Narrow to parameter HERE, in place of being called narrowed.
776 (c-remove-stale-state-cache): Extra parameter HERE in place of
777 narrowing. Check there's an open brace in the cache before
778 searching for its match.
779 (c-invalidate-state-cache-1): Add HERE parameter to function call.
780 (c-parse-state-1): Don't narrow here for 'forward strategy,
781 instead passing extra parameter HERE to several functions.
782 Remove 'BOD strategy.
783
784 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
785
786 * emacs-lisp/package.el (describe-package-1): Tell what archive is
787 used to install the package.
788
789 2013-02-06 Glenn Morris <rgm@gnu.org>
790
791 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
792 if we can't get user input. (Bug#6567)
793
794 * startup.el (command-line): If simple.el is missing,
795 test and warn about for some possible causes.
796
797 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
798
799 * cus-start.el (all): Add ns-use-native-fullscreen.
800
801 2013-02-05 Glenn Morris <rgm@gnu.org>
802
803 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
804
805 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
806 Fix directory creation in fallback case.
807
808 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
809
810 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
811 (vc-update-change-log): Use dolist.
812
813 2013-02-04 Chong Yidong <cyd@gnu.org>
814
815 * thingatpt.el: Rewrite the URL detection routines, absorbing some
816 code from ffap.el.
817 (thing-at-point-beginning-of-url-regexp): New var.
818 (thing-at-point-uri-schemes): Update list of URI schemes.
819 (thing-at-point-url-regexp): Variable deleted.
820 (thing-at-point-markedup-url-regexp): Disallow newlines.
821 (thing-at-point-newsgroup-regexp)
822 (thing-at-point-newsgroup-heads)
823 (thing-at-point-default-mail-uri-scheme): New variables.
824 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
825 method to find the possible bounds of the URI at point.
826 New optional argument to find ill-formed URIs.
827 (thing-at-point-url-at-point): Rewrite. New arguments for finding
828 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
829 the scheme-adding heuristics from ffap-url-at-point.
830 (thing-at-point--bounds-of-well-formed-url): New function.
831 Do parens matching to decide whether to include parens in the URI
832 (Bug#9153).
833
834 * ffap.el: Require thingatpt.
835 (ffap-url-at-point): Delegate URI detection to thing-at-point.
836 All URI-valid characters are now recognized (Bug#5673).
837 (ffap-string-at-point): Use use-region-p.
838 (ffap-url-regexp): Extra character is handled by thing-at-point.
839 (ffap-string-at-point-mode-alist): Allow parentheses.
840 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
841 Convert to aliases; code moved to thingatpt.el.
842 (ffap-gnus-hook): Use setq-local.
843
844 2013-02-04 Glenn Morris <rgm@gnu.org>
845
846 * emacs-lisp/ert.el (ert--explain-format-atom):
847 Don't try to print non-characters as characters. (Bug#13543)
848
849 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
850
851 * net/tramp.el (tramp-debug-message): Extend function exclude list.
852 (tramp-backtrace): New defun.
853 (tramp-handle-insert-file-contents): Use `visit' when inserting
854 the local copy.
855
856 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
857 Use `remote-file-name-inhibit-cache'.
858
859 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
862 (bug#13614).
863
864 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
865 current-load-list (bug#13366).
866
867 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
868
869 * progmodes/compile.el (compilation-error-regexp-alist-alist):
870 Identify g++ template instantiation trace. (Bug#12287)
871 (compilation-mode-hook, compilation-start-hook)
872 (compilation-window-height): Simplify docstrings. (Bug#13379)
873
874 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * mouse.el (mouse-drag-track): Always deactivate the mark before
877 running the final event's command since that command is in charge of
878 activating the mark if needed (bug#13523).
879
880 2013-02-02 Juri Linkov <juri@jurta.org>
881
882 * replace.el (perform-replace): Move let-bindings of isearch-*
883 variables deeper to the loop that searches for the next match.
884 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
885 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
886 (Bug#13579)
887
888 * isearch.el (isearch-search-fun-default): Check for null
889 first element of isearch-cmds as a precaution when it's used
890 with inactive isearch.
891
892 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
893
894 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
895 error when buffer in question is narrowed so position 1 is out of
896 visible part.
897
898 2013-02-02 Glenn Morris <rgm@gnu.org>
899
900 * textmodes/remember.el (remember-clipboard): Doc fix.
901
902 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
905 properties (bug#13179).
906
907 2013-02-02 Juri Linkov <juri@jurta.org>
908
909 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
910 instead of hard-coded default face `match'. (Bug#9438)
911
912 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
913
914 * vc/vc-arch.el (vc-arch-registered):
915 * vc/vc-bzr.el (vc-bzr-registered):
916 * vc/vc-cvs.el (vc-cvs-registered):
917 * vc/vc-git.el (vc-git-registered):
918 * vc/vc-hg.el (vc-hg-registered):
919 * vc/vc-mtn.el (vc-mtn-registered):
920 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
921 (Bug#13139)
922
923 * info.el (Info-next-reference, Info-prev-reference): Add numeric
924 prefix argument. (Bug#11656)
925
926 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
929
930 2013-02-01 Glenn Morris <rgm@gnu.org>
931
932 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
933 if the backend is known not to support it.
934
935 * imenu.el (imenu-default-create-index-function):
936 Tweak infinite loop test to check for forward motion as well as none.
937
938 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
939
940 * net/soap-client.el (soap-invoke): Encode the string for
941 `url-request-data' as UTF-8.
942 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
943
944 2013-02-01 Glenn Morris <rgm@gnu.org>
945
946 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
947
948 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
949
950 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
951
952 * net/tramp.el (tramp-tramp-file-p): Comment check for
953 `string-as-unibyte'. The function does not exist on XEmacs, and
954 likely we need another approach.
955
956 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
957 `tramp-gw-*' variables are bound.
958
959 2013-01-31 Glenn Morris <rgm@gnu.org>
960
961 * files.el (basic-save-buffer-2): Choose coding system for
962 writing the file before backing it up, to reduce delay between
963 backing up and writing the new version. (Bug#13522)
964
965 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
966
967 * simple.el (cycle-spacing): New command.
968 (just-one-space): Use it.
969
970 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
973 (opascal-newline-always-indents): Remove custom.
974 (opascal-tab, opascal-newline): Remove commands.
975 (opascal-new-comment-line): Insert "\n" instead of calling newline.
976 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
977 (opascal-save-match-data): Remove, use save-match-data instead.
978 (opascal-save-state): Use with-silent-modifications.
979
980 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
981 (bug#13585).
982
983 2013-01-30 Juri Linkov <juri@jurta.org>
984
985 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
986 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
987 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
988
989 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
992 column if we're just deleting the backslashes.
993 (makefile-fill-paragraph): Use eolp.
994
995 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
996
997 * autorevert.el (auto-revert-use-notify): Fix docstring.
998
999 2013-01-30 Leo Liu <sdl.web@gmail.com>
1000
1001 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1002
1003 2013-01-30 Glenn Morris <rgm@gnu.org>
1004
1005 * mouse.el (mouse-drag-line): Avoid pushing same event onto
1006 unread-command-events twice in some cases. This tries to implement
1007 the 2012-07-26 changes in a different way. (Bug#13560)
1008
1009 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1010
1011 * progmodes/python.el
1012 (python-pdbtrack-comint-output-filter-function): Enhancements on
1013 stacktrace detection. (thanks @gnovak)
1014
1015 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1018 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1019 Use defvar-local.
1020 (jit-lock-register): Use setq-local.
1021
1022 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
1023
1024 * calc-units.el (math-default-units-table): Remove initial value.
1025 (calc-convert-units): Treat expressions where all the units cancel as
1026 if they didn't have units.
1027
1028 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * net/tramp.el (tramp-process-connection-type): Fix docstring.
1031 (tramp-completion-reread-directory-timeout): Fix type.
1032 (tramp-connection-min-time-diff): New defcustom.
1033
1034 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1035
1036 2013-01-30 Glenn Morris <rgm@gnu.org>
1037
1038 * imenu.el (imenu-default-create-index-function):
1039 Put back a version of the infinite loop test removed 2013-01-23.
1040
1041 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1042
1043 * progmodes/python.el (python-shell-parse-command):
1044 Find python-shell-interpreter with modified environment.
1045
1046 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1049
1050 2013-01-29 Alan Mackenzie <acm@muc.de>
1051
1052 Amend to fontify /regexp/s in actions correctly.
1053 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1054 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1055 are no longer included.
1056 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1057 What used to be these variables without "-line" in the name.
1058 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
1059 (c-awk-non-arith-op-bra-re): Now also matches {.
1060 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1061 "return", and "case".
1062 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1063 by /.
1064 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1065 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1066
1067 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * autorevert.el (auto-revert-use-notify):
1070 Use `custom-initialize-default' for initialization. (Bug#13583)
1071
1072 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1073
1074 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1075 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1076 in `tramp-file-name-handler'.
1077 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1078 compatibility.
1079 (tramp-compute-multi-hops): Check, whether
1080 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1081
1082 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1085 (bug#13297).
1086
1087 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1088
1089 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1090 checks made superfluous by the \_< operator.
1091 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1092 temporarily) broken indentation.
1093 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1094 Highlight nested constants, too. \_< broke that.
1095
1096 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
1097
1098 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1099 instead of "\\b".
1100
1101 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * autorevert.el (auto-revert-handler): Notifications which result
1104 from a saved file shall not be taken into account. (Bug#13557)
1105
1106 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
1107
1108 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1109 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1110 (lisp-mode): Pass t for it. (Bug#13556)
1111
1112 2013-01-25 Alan Mackenzie <acm@muc.de>
1113
1114 AWK Mode: Fix indentation bug at top level. Bug #12274.
1115
1116 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1117 just before CASE 5D.
1118
1119 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
1120
1121 * net/socks.el (socks-nslookup-host): Use string-to-number.
1122
1123 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * autorevert.el (auto-revert-remote-files)
1126 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1127 (auto-revert-notify-enabled, auto-revert-use-notify)
1128 (auto-revert-notify-watch-descriptor-hash-list)
1129 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1130 (auto-revert-notify-event-descriptor)
1131 (auto-revert-notify-event-action)
1132 (auto-revert-notify-event-file-name): Doc fix.
1133 (global-auto-revert-mode): Reorder checks.
1134 (auto-revert-notify-rm-watch): Respect changed values of
1135 `auto-revert-notify-watch-descriptor-hash-list'.
1136 (auto-revert-notify-add-watch): Check for
1137 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
1138 `inotify-add-watch'. Watch `default-directory' instead of
1139 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
1140 has a changed meaning now. (Bug#13540)
1141 (auto-revert-notify-handler): Change implementation wrt events
1142 returning from a directory.
1143 (auto-revert-handler): Reorder implementation for checks of remote
1144 files.
1145 (auto-revert-buffers): Fix parentheses error.
1146
1147 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
1148
1149 * progmodes/python.el: Enhancements to header documentation about
1150 skeletons. (Bug#5716)
1151
1152 * imenu.el (imenu-default-create-index-function): Remove useless
1153 infinite loop check. (Bug#13438)
1154
1155 2013-01-25 Alan Mackenzie <acm@muc.de>
1156
1157 Fix a bug in the state cache mechanism. Refactor this a bit.
1158
1159 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1160 `cache-pos' element from the return value.
1161 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1162 buffer to enable proper searching from beyond HERE. Amend the
1163 test for detecting the sought brace pair. Amend the value written
1164 to the "brace desert cache" when the brace isn't found.
1165 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1166 and several other variables analogously.
1167 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1168 parameter to a locally calculated variable.
1169 (c-parse-state-1): Change the calling conventions to the two
1170 defuns involving `cache-pos'.
1171
1172 2013-01-25 Chong Yidong <cyd@gnu.org>
1173
1174 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1175
1176 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
1177
1178 * paren.el (show-paren-function): Make sure to set 'priority and
1179 'face only if the overlay does exist.
1180
1181 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1184
1185 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1186 basic attributes.
1187 (tramp-sh-handle-set-file-acl): Improve error checking.
1188
1189 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1190
1191 * doc-view.el (doc-view-display): Force mode line update until all
1192 document is converted. Suggested by Stefan Monnier (Bug#13164).
1193
1194 2013-01-23 Bastien Guerry <bzg@gnu.org>
1195
1196 * paren.el (show-paren-function): Make sure an overlay exists
1197 before trying to delete it. Also use `pos' as a position only
1198 when it is an integer.
1199
1200 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
1201
1202 * play/gametree.el (gametree-break-line-here): Use point-marker.
1203
1204 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
1205
1206 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1207 Mark descriptive parts with `display' property.
1208
1209 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1210
1211 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1212 New variable to map standard dict names to hunspell ones.
1213 (ispell-set-spellchecker-params): Make sure specific dict names
1214 are used for standard dicts with hunspell.
1215
1216 2013-01-21 Tassilo Horn <tsdh@gnu.org>
1217
1218 * textmodes/reftex-cite.el (reftex-format-citation): Add format
1219 chars for note (%N) and url (%U).
1220 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1221
1222 2013-01-21 Juri Linkov <juri@jurta.org>
1223
1224 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1225 in addition to existing separate binding `meta f10' in `global-map'.
1226 (Bug#13484)
1227
1228 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
1229
1230 Improve XEmacs compatibility.
1231
1232 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1233
1234 * net/tramp-adb.el (top): Require `time-date'.
1235 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1236 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1237 Use `tramp-file-name-handler'.
1238 (tramp-adb-maybe-open-connection):
1239 Use `tramp-compat-set-process-query-on-exit-flag'.
1240
1241 * net/tramp-sh.el (tramp-sh-handle-file-acl):
1242 Use `tramp-compat-funcall'.
1243
1244 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1245 `tramp-compat-funcall'.
1246
1247 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
1248
1249 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1250 reimplementation using "adb shell command ..." instead of running
1251 remote shell interactively.
1252
1253 2013-01-20 Glenn Morris <rgm@gnu.org>
1254
1255 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1256 Add native profiler menu entries.
1257
1258 * profiler.el (profiler-running-p): New function.
1259 (profiler-cpu-profile): Use profiler-running-p.
1260 (profiler-report-mode-map): Add some more menu entries.
1261
1262 2013-01-19 Glenn Morris <rgm@gnu.org>
1263
1264 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1265 fixes 2012-12-07 change. (Bug#13499)
1266
1267 2013-01-19 Leo Liu <sdl.web@gmail.com>
1268
1269 * dired.el (dired-get-marked-files): Prune erroneous values due to
1270 last change. (Bug#13152)
1271
1272 2013-01-19 Glenn Morris <rgm@gnu.org>
1273
1274 * progmodes/etags.el (tags-table-check-computed-list):
1275 Preserve point in tags buffer. (Bug#13412)
1276
1277 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1278
1279 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
1280 Chong Yidong <cyd@gnu.org>
1281
1282 * image-mode.el (image-next-file, image-previous-file):
1283 New commands (Bug#8453).
1284 (image-mode-map): Bind them to n and p.
1285 (image-mode--images-in-directory): New helper function.
1286
1287 2013-01-19 Chong Yidong <cyd@gnu.org>
1288
1289 * image-mode.el (image-mode-fit-frame): Add a frame argument.
1290 Suggested by Drew Adams (Bug#7730). Handle window decorations;
1291 save and restore the old window configuration.
1292
1293 2013-01-18 Leo Liu <sdl.web@gmail.com>
1294
1295 * progmodes/js.el: Tweak autoload cookie for alias.
1296
1297 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1298
1299 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1300 buffer local, again. This was lost with the fix on 2013-01-12.
1301
1302 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
1303
1304 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1305 order to support several eshell buffers in parallel.
1306
1307 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * autorevert.el (auto-revert-use-notify): In the :set function, do
1310 not modify `kill-buffer-hook'.
1311 (auto-revert-notify-rm-watch):
1312 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1313 (auto-revert-notify-add-watch): Do not call
1314 `auto-revert-notify-rm-watch', but add it to a buffer local
1315 `kill-buffer-hook'.
1316
1317 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1320 call to `eval' rather than a backquoted lambda.
1321
1322 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1325 to return an explicit nil.
1326 (advice--remove-function): Change accordingly.
1327
1328 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1329 the use of nadvice.el.
1330
1331 * progmodes/which-func.el (which-function): Silence imenu errors
1332 (bug#13433).
1333
1334 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1335
1336 * progmodes/sql.el: (sql-imenu-generic-expression):
1337 (sql-mode-font-lock-object-name): Match schema qualified names.
1338 (sql-connect): Use string keys.
1339 (sql-product-interactive): Wait for interpreter prompt.
1340 (sql-comint-oracle): Set process coding based on NLS_LANG.
1341
1342 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1343
1344 * progmodes/sql.el (sql-output-to-send): Remove, unused.
1345 (sql-interactive-remove-continuation-prompt):
1346 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1347
1348 2013-01-14 Leo Liu <sdl.web@gmail.com>
1349
1350 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1351 (Bug#13420)
1352
1353 2013-01-14 Glenn Morris <rgm@gnu.org>
1354
1355 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1356 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1357
1358 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
1359
1360 * progmodes/python.el (python-nav-end-of-statement):
1361 Fix cornercase when handling multiline strings.
1362
1363 2013-01-13 Richard Stallman <rms@gnu.org>
1364
1365 * mail/sendmail.el (mail-position-on-field): Add doc string.
1366
1367 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1368 Get current message boundaries and pass them to
1369 message-forward-make-body-mime. Minor style changes.
1370
1371 2013-01-13 Eli Zaretskii <eliz@gnu.org>
1372
1373 * cus-start.el (all): Avoid warnings about
1374 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1375
1376 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1377
1378 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1379
1380 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * jit-lock.el (jit-lock-debug-mode): New minor mode.
1383 (jit-lock--debug-fontifying): New var.
1384 (jit-lock--debug-fontify): New function.
1385 * subr.el (condition-case-unless-debug): Don't prevent catching the
1386 error, just let the debbugger run.
1387 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1388 timer code and don't drop errors silently.
1389
1390 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1393 `permanent-local' property.
1394 (auto-revert-notify-handler): Use `file-equal-p'.
1395
1396 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1397
1398 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1399 file notification by ACTION. For filtering by file name, compare
1400 only the non-directory part of the file name.
1401
1402 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * autorevert.el: Use cl-lib instead of cl.
1405
1406 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1407 (vc-bzr-checkin): Use it.
1408 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1409 will preserve match-data.
1410
1411 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1412
1413 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1414 (js--declaration-keyword-re): New var.
1415 (js--multi-line-declaration-indentation): New function.
1416 (js--proper-indentation): Use it.
1417
1418 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1419
1420 * calc/calc.el (calc-highlight-selections-with-faces)
1421 (calc-dispatch):
1422 * comint.el (comint-history-isearch-message):
1423 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1424 * ffap.el (ffap-string-at-point-region, ffap-next)
1425 (ffap-string-at-point, ffap-string-around)
1426 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1427 (ffap-literally):
1428 * font-lock.el (font-lock-keywords-alist)
1429 (font-lock-removed-keywords-alist):
1430 * help-mode.el (help-xref-symbol-regexp):
1431 * info.el (Info-find-emacs-command-nodes):
1432 * international/mule.el (add-to-coding-system-list):
1433 * isearch.el (isearch-message-function, isearch-fail-pos):
1434 * misearch.el (multi-isearch-next-buffer-function):
1435 * newcomment.el (comment-box):
1436 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1437 (pr-setting-database):
1438 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1439 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1440 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1441 (pike-font-lock-keywords-3):
1442 * progmodes/compile.el (compile):
1443 * progmodes/etags.el (tags-table-files)
1444 (tags-table-files-function, tags-included-tables-function):
1445 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1446 (gdb-restore-windows):
1447 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1448 (ps-n-up-filling-database):
1449 * server.el (server-buffer, server-log):
1450 * simple.el (newline, delete-backward-char, delete-forward-char)
1451 (minibuffer-history-isearch-message, kill-line, track-eol)
1452 (temporary-goal-column):
1453 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1454 (flyspell-default-deplacement-commands):
1455 * textmodes/ispell.el (ispell-accept-output):
1456 * textmodes/sgml-mode.el (html-tag-help):
1457 * vc/compare-w.el (compare-ignore-whitespace)
1458 (compare-ignore-case, compare-windows-dehighlight):
1459 * vc/diff.el (diff):
1460 * whitespace.el (whitespace-point)
1461 (whitespace-font-lock-refontify, whitespace-bob-marker)
1462 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1463
1464 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1465
1466 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1467 (auto-revert-notify-rm-watch): Ignore errors.
1468 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1469 inotify, and '(size last-write-time) for w32notify.
1470 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1471 watch fails - this is a fallback to the file modification check.
1472 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1473 (auto-revert-notify-event-action)
1474 (auto-revert-notify-event-file-name): New defuns.
1475 (auto-revert-notify-handler): Use them. Implement first
1476 plausibility checks.
1477 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1478
1479 2013-01-11 Julien Danjou <julien@danjou.info>
1480
1481 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1482 max are almost equal. Also return the correct value for V which is
1483 already between 0 and 1.
1484
1485 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1486
1487 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1488
1489 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1490
1491 * autorevert.el (auto-revert-notify-rm-watch)
1492 (auto-revert-notify-add-watch): Fix typos in w32notify function
1493 names.
1494
1495 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * autorevert.el (auto-revert-notify-enabled): Move up.
1498 (auto-revert-use-notify): New defcustom.
1499 (auto-revert-mode, global-auto-revert-mode)
1500 (auto-revert-notify-add-watch, auto-revert-handler)
1501 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1502 `auto-revert-notify-enabled'.
1503
1504 2013-01-10 Elias Pipping <pipping@exherbo.org>
1505
1506 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1507 * doc-view.el (doc-view-document->bitmap):
1508 Use doc-view-single-page-converter-function instead of
1509 single-page-converter arg; adjust callers.
1510
1511 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1512
1513 * progmodes/which-func.el (which-function): Understand Semantic's use
1514 of overlays in imenu--index-alist.
1515
1516 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1517
1518 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1519 (Man-man-k-use-anchor): New var.
1520 (Man-parse-man-k): New function.
1521 (Man-completion-table): Use it.
1522 (man): Flush the completion cache between uses.
1523
1524 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1525
1526 * autorevert.el: Add file watch support.
1527 (auto-revert-notify-enabled): New defconst.
1528 (auto-revert-notify-watch-descriptor-hash-list)
1529 (auto-revert-notify-watch-descriptor)
1530 (auto-revert-notify-modified-p): New defvars.
1531 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1532 (auto-revert-notify-handler): New defuns.
1533 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1534 when mode is disabled.
1535 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1536 (auto-revert-buffers): Add file watches for active buffers.
1537
1538 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1539
1540 * cus-start.el (toplevel): Only allow float values for
1541 scroll-up-aggressively and scroll-down-aggressively.
1542 Allow any number for line-spacing.
1543
1544 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1547 (doc-view-pdf->png-converter-function): Use mupdf if available.
1548 (doc-view-djvu->png-converter-function)
1549 (doc-view-ps->png-converter-function): Remove.
1550 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1551 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1552 (doc-view-already-converted-p): Adjust accordingly.
1553 (doc-view-mode-p): Simplify.
1554 (doc-view-enlarge): Use setq-local.
1555 (doc-view-pdf->png-converter-ghostscript)
1556 (doc-view-djvu->png-converter-ddjvu)
1557 (doc-view-pdf->png-converter-mupdf): Rework to call
1558 doc-view-start-process directly.
1559 (doc-view-pdf/ps->png): Simplify accordingly.
1560 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1561 (doc-view-document->bitmap): Rename from doc-view-document->png.
1562 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1563 (doc-view-set-slice-from-bounding-box): Fix completion table.
1564 (doc-view-mode): Use add-hook for after-revert-hook.
1565
1566 2013-01-10 Glenn Morris <rgm@gnu.org>
1567
1568 * emacs-lisp/authors.el (authors-ignored-files)
1569 (authors-valid-file-names, authors-renamed-files-alist):
1570 Add some more entries.
1571
1572 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1575 `t' pseudo-window entry.
1576
1577 2013-01-10 Alan Mackenzie <acm@muc.de>
1578
1579 Fix bugs in the c-parse-state mechanism. Reuse some markers
1580 instead of continually generating new ones.
1581
1582 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1583 (c-state-old-cpp-end-marker): New variables.
1584 (c-append-lower-brace-pair-to-state-cache): Start a backward
1585 search for "}" definitively outside CPP constructs.
1586 (c-remove-stale-state-cache): Inform the caller of a need to
1587 search back for a brace pair in certain circumstances.
1588 (c-state-maybe-marker): New macro.
1589 (c-parse-state): Reuse markers when appropriate.
1590
1591 2013-01-10 Glenn Morris <rgm@gnu.org>
1592
1593 * simple.el (execute-extended-command): Doc fix.
1594 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1595
1596 2013-01-10 Chong Yidong <cyd@gnu.org>
1597
1598 * faces.el (read-face-name): Doc fix.
1599
1600 2013-01-10 Roland Winkler <winkler@gnu.org>
1601
1602 * emacs-lisp/crm.el: Allow any regexp for separators.
1603 (crm-default-separator): All spaces around the default comma separator.
1604 (crm--completion-command): New macro.
1605 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1606 (crm-complete-and-exit): Handle non-single-char separators.
1607
1608 2013-01-09 Elias Pipping <pipping@lavabit.com>
1609
1610 * doc-view.el: Add support for DjVu (bug#13164).
1611 (doc-view-djvu->png-converter-function): New config var.
1612 (doc-view-single-page-converter-function, doc-view--image-type)
1613 (doc-view--image-file-extension): New vars.
1614 (doc-view-mode): Initialize them.
1615 (doc-view-goto-page): Use them.
1616 (doc-view-mode-p): Add support for ddjvu.
1617 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1618 (doc-view-set-up-single-converter): New funs.
1619 (doc-view-pdf/ps->png): Extend for djvu.
1620 (doc-view-document->png): Rename from doc-view-pdf->png.
1621 (doc-view-convert-current-doc): Handle djvu.
1622 (doc-view-insert-image, doc-view-display)
1623 (doc-view-already-converted-p): Don't hardcode png.
1624 (doc-view-set-doc-type): Recognize djvu docs.
1625
1626 2013-01-09 Elias Pipping <pipping@lavabit.com>
1627
1628 * doc-view.el: Add support for mupdf converter (bug#13164).
1629 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1630 (doc-view-ps->png-converter-function): New config vars.
1631 (doc-view-pdf->png-converter-ghostscript)
1632 (doc-view-ps->png-converter-ghostscript)
1633 (doc-view-pdf->png-converter-mupdf): New functions.
1634 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1635
1636 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1637
1638 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1639 first in session cache: When `tramp-own-remote-path' is in
1640 `tramp-remote-path', the remote path is only set in the session
1641 cache.
1642
1643 2013-01-09 Glenn Morris <rgm@gnu.org>
1644
1645 * emacs-lisp/trace.el (trace-function-foreground)
1646 (trace-function-background): Doc fix.
1647
1648 2013-01-09 Juri Linkov <juri@jurta.org>
1649
1650 * international/mule-cmds.el (read-char-by-name): Move let-binding
1651 of completion-ignore-case around completing-read to fix regression
1652 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1653 `string-match-p' using the nil value of `case-fold-search' and
1654 `completion-ignore-case' in `completion-pcm--all-completions'.
1655 (Bug#12615).
1656
1657 2013-01-09 Glenn Morris <rgm@gnu.org>
1658
1659 * progmodes/compile.el (compilation-parse-errors):
1660 Fix typo. (Bug#13369)
1661
1662 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1663
1664 * comint.el (comint-send-input): Check size of buffer before
1665 waiting for process output, in case already accepted. (Bug#13290)
1666
1667 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1668
1669 Spelling fixes.
1670 * net/tramp-adb.el (tramp-adb-get-toolbox):
1671 Fix misspelling of 'unknown'.
1672
1673 2013-01-08 Juri Linkov <juri@jurta.org>
1674
1675 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1676 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1677 Use underline style wave on terminals that support it. (Bug#13000)
1678
1679 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1682 the predicate returns nil.
1683
1684 * simple.el: Use lexical-binding.
1685 (primitive-undo): Use pcase.
1686 (minibuffer-history-isearch-push-state): Use a closure.
1687
1688 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1689
1690 * simple.el (primitive-undo): Move from undo.c.
1691
1692 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1695 (cvs-mode-remove-handled): Use it (bug#13380).
1696
1697 * emacs-lisp/nadvice.el (advice--tweak): New function.
1698 (advice--remove-function, advice--subst-main): Use it.
1699
1700 * emacs-lisp/advice.el: Update commentary.
1701
1702 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1705 Remove spurious entry.
1706
1707 2013-01-08 Glenn Morris <rgm@gnu.org>
1708
1709 * net/tramp.el (tramp-default-host-alist): Add :version.
1710
1711 2013-01-08 Juri Linkov <juri@jurta.org>
1712
1713 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1714 single completion. (Bug#12456)
1715 (info--manual-names): Expand node completions into an explicit list
1716 before appending it to another list. Filter out internal buffers
1717 with the leading space in the buffer name. (Bug#10771)
1718
1719 2013-01-08 Juri Linkov <juri@jurta.org>
1720
1721 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1722 that defaults to the Top node.
1723 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1724 the short format (FILENAME) goes to the Top node.
1725 (Info-build-node-completions): Rename arg `file' to `filename'.
1726 (Bug#13365)
1727
1728 2013-01-07 Bastien Guerry <bzg@gnu.org>
1729
1730 * menu-bar.el (menu-bar-search-documentation-menu):
1731 Use `apropos-user-option' and fix the help message.
1732
1733 2013-01-07 Bastien Guerry <bzg@gnu.org>
1734
1735 * apropos.el (apropos-do-all): Update docstring.
1736 (apropos-user-option-button): New face.
1737 (apropos-user-option): Rename from `apropos-variable' and update
1738 docstring.
1739 (apropos-variable): Rewrite, now show all variables by default.
1740 (apropos-print): Mention "User option" instead of "Variable" when
1741 printing doc for user options. (Bug#13276)
1742
1743 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1744
1745 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1746 Handle filename correctly, when parsing "source -> target" symlink
1747 output.
1748 (tramp-adb-handle-set-file-times): New defun.
1749
1750 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1753 advice list when the interactive-spec of ad-Advice-* changes.
1754
1755 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * wid-edit.el (widget-default-get): Work for inlined elements.
1758 (Bug#12670)
1759
1760 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1761
1762 * net/tramp.el (tramp-default-host-alist): New defcustom.
1763 (tramp-find-host): Use it.
1764 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1765 `eshell-directory-change-hook'.
1766
1767 * net/tramp-adb.el (top): Add adb specific entry in
1768 `tramp-default-host-alist'.
1769 (tramp-adb-file-name-host): Remove function.
1770 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1771 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1772
1773 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1774
1775 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1776
1777 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1778
1779 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1780
1781 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1782 consist of more than one digit.
1783 (tramp-adb-file-name-handler-alist):
1784 Use `tramp-handle-file-exists-p' consistently.
1785 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1786 (tramp-adb-handle-file-exists-p): Remove function.
1787 (tramp-adb-file-name-host): New defun.
1788 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1789 Use it.
1790 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1791
1792 2013-01-06 Chong Yidong <cyd@gnu.org>
1793
1794 * vc/vc.el (vc-next-action): Detect buffer modifications
1795 conflicting with locking VCS operation (Bug#11490).
1796
1797 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1798
1799 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1800
1801 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1802 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1803
1804 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1805
1806 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1807 parsing of ls output using regular expression (handle filenames
1808 with spaces). Use virtual device number.
1809 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1810 cleanup).
1811
1812 2013-01-04 Daiki Ueno <ueno@gnu.org>
1813
1814 * epg.el: Silence byte-compiler warnings.
1815 (epg--start): Use delete-char instead of delete-backward-char.
1816 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1817
1818 2013-01-04 Daiki Ueno <ueno@gnu.org>
1819
1820 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1821 Suggested by Eli Zaretskii <eliz@gnu.org>.
1822
1823 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1824
1825 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1826 non-negative integers. Otherwise, the default values are used.
1827 (tramp-convert-file-attributes): Convert uid and gid to integers.
1828
1829 2013-01-04 Glenn Morris <rgm@gnu.org>
1830
1831 * term.el (term-handle-colors-array): Ensure face attributes
1832 are fully specified, not nil. (Bug#13337)
1833
1834 * term.el (term-default-fg-color, term-default-bg-color):
1835 Fix custom type.
1836
1837 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1838 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1839 rather than 'jka-compr being loaded. (Bug#13338)
1840
1841 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1842
1843 * icomplete.el (icomplete-completions):
1844 Honor icomplete-prospects-height once more following
1845 2012-11-29 changes. (Bug#13224)
1846
1847 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1850 of called-interactively-p as well (bug#13237).
1851
1852 * view.el (view--enable, view--disable): Rename from view-mode-enable
1853 and view-mode-disable and assume it's called from view-mode.
1854 (view-mode-enable, view-mode-disable): Redefine as obsolete
1855 compatibility layer above view-mode.
1856 (view-mode-enter): Call `view-mode'.
1857
1858 * files.el (after-find-file): Call `view-mode'.
1859
1860 * doc-view.el (doc-view-scale-internally): New var.
1861 (doc-view-enlarge, doc-view-insert-image): Obey it.
1862
1863 2013-01-03 Daiki Ueno <ueno@gnu.org>
1864
1865 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1866 exist. (Bug#13344)
1867
1868 2013-01-03 Glenn Morris <rgm@gnu.org>
1869
1870 * mail/rmail.el (rmail-set-header-1): Ignore case.
1871 Handle multi-line headers. (Bug#13330)
1872
1873 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1874 Handle paragraph starting at beginning of buffer.
1875
1876 * subr.el (eval-after-load): Don't purecopy the form, so that it
1877 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1878
1879 * emacs-lisp/byte-run.el (defun): Place cl declarations
1880 after any interactive spec. (Bug#13265)
1881
1882 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1883
1884 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1885 defun. Don't check for DECL if DOCSTRING isn't a string.
1886 (defun): Likewise.
1887
1888 2013-01-02 Glenn Morris <rgm@gnu.org>
1889
1890 * eshell/em-cmpl.el (eshell-pcomplete):
1891 More thoroughly imitate pcomplete. (Bug#13293)
1892
1893 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1894 Return nil for empty path elements. (Bug#13296)
1895
1896 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1897
1898 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1899 order to improve efficiency (Based on Daniel Colascione's
1900 <dancol@dancol.org> patch). (Bug#13182)
1901
1902 2013-01-02 Glenn Morris <rgm@gnu.org>
1903
1904 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1905
1906 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1907
1908 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1909 neither DOCSTRING nor DECL was given. (Bug#13316)
1910
1911 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1912
1913 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1914 `error' call.
1915 (tramp-do-copy-or-rename-file): Ignore errors when calling
1916 `set-file-extended-attributes'.
1917
1918 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1919 Add handler for `file-acl'.
1920 (tramp-smb-handle-file-acl): New defun.
1921
1922 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1923
1924 * calc/README: Mention ISO 8601 week-numbering dates.
1925
1926 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1927
1928 * view.el (view-mode-enable): New argument run-view-mode-hook.
1929 Run view-mode-hook only when it's non-nil (Bug#13315).
1930 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1931 argument t.
1932
1933 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1934
1935 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1936 (No device connected, invalid device name). (Bug #13299)
1937
1938 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1939
1940 * window.el (window-resizable--p): Rename to window-resizable-p.
1941 (window-resize-no-error): New function.
1942
1943 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1944 broken in fix from 2012-12-28.
1945
1946 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * subr.el (special-form-p): Don't signal errors on undef aliases.
1949
1950 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1951
1952 * calc/calc-forms.el (math-parse-date): Try using
1953 `math-parse-iso-date' when it looks like it might be needed.
1954 Allow times of 24:00.
1955 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1956 of 24:00.
1957
1958 2012-12-30 Glenn Morris <rgm@gnu.org>
1959
1960 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1961 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1962 (rmail-summary-displayed, rmail-summary): Declare.
1963 (mairix-rmail-display): Just require rmail.
1964
1965 2012-12-30 Chong Yidong <cyd@gnu.org>
1966
1967 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1968 check for the tarball contents.
1969
1970 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1971
1972 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1973 tarfile content listings (Bug#13136).
1974
1975 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1976
1977 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1978 Insert the undecoded text of the message being forwarded. (Bug#9521)
1979
1980 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1981
1982 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1983 integers, if they are real numbers. (Bug#13282)
1984
1985 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1986 Return `t' on success.
1987
1988 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1989 Add handler for `set-file-selinux-context'.
1990
1991 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1994 (tramp-sh-handle-set-file-acl): Return `t' on success.
1995
1996 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1997
1998 * files.el (backup-buffer-copy, basic-save-buffer-2):
1999 If set-file-extended-attributes fails, fall back on set-file-modes
2000 instead of signaling an error. (Bug#13298)
2001 (basic-save-buffer): Likewise.
2002
2003 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2004
2005 * progmodes/python.el: Support other commands triggering
2006 python-indent-line so indentation cycling continues to work.
2007 (python-indent-trigger-commands): New defcustom.
2008 (python-indent-line): Use it.
2009
2010 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2011
2012 * progmodes/python.el (python-shell-send-region): Add blank lines
2013 for non sent code so backtraces remain correct.
2014
2015 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2016
2017 * progmodes/python.el: Remove cl dependency.
2018 (python-syntax-count-quotes): Replace incf call.
2019 (python-fill-string): Replace setf call.
2020
2021 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
2022
2023 * info.el (info-other-window): New arg, for consistency with info.
2024
2025 2012-12-28 Martin Rudalics <rudalics@gmx.at>
2026
2027 * mail/rmail.el (rmail-maybe-display-summary):
2028 Rewrite (Bug#13066).
2029
2030 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
2031
2032 * epg.el (epg--start): Modify process-environment locally.
2033
2034 2012-12-28 Daiki Ueno <ueno@gnu.org>
2035
2036 * epg.el: Support pinentry-curses.
2037 Suggested by Werner Koch in
2038 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2039 (epg-agent-file, epg-agent-mtime): New variable.
2040 (epg--start): Record the modified time of gpg-agent socket file,
2041 to restore Emacs frame after pinentry-curses termination.
2042 (epg-wait-for-completion): Restore Emacs frame here.
2043
2044 2012-12-27 Juri Linkov <juri@jurta.org>
2045
2046 * info.el (Info-file-completions): New variable.
2047 (Info-read-node-name-1): Complete node names in the Info file
2048 when a file name is given. Call `Info-build-node-completions'
2049 with a file name.
2050 (Info-build-node-completions): Add new arg `file'. When it is
2051 non-nil, visit it in a temporary buffer and cache its completions in
2052 `Info-current-file-completions'. Move most of the function body to
2053 `Info-build-node-completions-1'.
2054 (Info-build-node-completions-1): New function with the body from
2055 `Info-build-node-completions'. (Bug#12456)
2056
2057 2012-12-27 Juri Linkov <juri@jurta.org>
2058
2059 * frame.el (frame-maximization-style): Remove user option.
2060 (cycle-frame-maximized): Remove function.
2061 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2062 (toggle-frame-fullscreen): New command bound to <f11> instead of
2063 `toggle-frame-maximized'.
2064 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2065
2066 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2069
2070 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2071 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2072 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2073 for `file-accessible-directory-p'. (Bug#13275)
2074
2075 2012-12-27 Sam Steingold <sds@gnu.org>
2076
2077 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2078 continuations, see <http://stackoverflow.com/questions/3582436>.
2079
2080 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2081
2082 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2083 "module" and "def" to have indentation before them.
2084 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2085
2086 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2087
2088 2012-12-27 Alan Mackenzie <acm@muc.de>
2089
2090 Speed up fontification where there's large brace blocks.
2091 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2092 to a call of c-beginning-of-decl-1.
2093
2094 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2095
2096 * comint.el (comint-adjust-window-point): New function.
2097 (comint-postoutput-scroll-to-bottom):
2098 Call comint-adjust-window-point (Bug#13248).
2099
2100 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2101
2102 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2103 Rakefile regexp.
2104 (auto-mode-alist): Associate .gemspec files with ruby-mode
2105 (https://bugs.ruby-lang.org/issues/5453).
2106
2107 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
2108
2109 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2110 Suppress coloring, if possible (required for BusyBox based systems like
2111 CyanogenMod).
2112 (tramp-adb-handle-file-attributes)
2113 (tramp-adb-handle-insert-directory)
2114 (tramp-adb-handle-file-name-all-completions): Use it.
2115 (tramp-adb-get-toolbox): New defun. Check for remote shell
2116 implementation (BusyBox or Toolbox).
2117
2118 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
2119
2120 * startup.el (initial-buffer-choice): Allow function as value
2121 (Bug#13251).
2122 (command-line-1): Handle case where initial-buffer-choice
2123 specifies a function.
2124 * server.el (server-execute): Handle case where
2125 initial-buffer-choice specifies a function.
2126
2127 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2128
2129 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2130 its own function.
2131 (smtpmail-try-auth-methods): Forget the user name/password if the
2132 login is unsuccessful (bug#12424).
2133
2134 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
2135
2136 * notifications.el (notifications-notify): Protect body with
2137 `with-demoted-errors'.
2138
2139 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2140 Check properties of remote device. Restart connection, if there is a
2141 change.
2142
2143 2012-12-21 Chong Yidong <cyd@gnu.org>
2144
2145 * sort.el (sort-subr): Doc fix (Bug#13056).
2146
2147 2012-12-21 Bastien Guerry <bzg@gnu.org>
2148
2149 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
2150
2151 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
2152
2153 * simple.el (process-file): Overwrite stderr file, if exists.
2154
2155 2012-12-21 Daiki Ueno <ueno@gnu.org>
2156
2157 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2158 (epg-error): Set `error-message' property.
2159
2160 2012-12-21 Chong Yidong <cyd@gnu.org>
2161
2162 * international/mule-cmds.el (read-char-by-name): Signal an error
2163 if the user does not supply a valid character (Bug#13177).
2164
2165 * simple.el (transpose-subr-1): Preserve marker positions by
2166 changing the insertion sequence (Bug#13122).
2167
2168 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2169
2170 * simple.el (kill-region): Deactivate mark even for empty regions
2171 (Bug#13169).
2172
2173 2012-12-21 Chong Yidong <cyd@gnu.org>
2174
2175 * help-fns.el (describe-variable): Make sure we get the right
2176 buffer name (Bug#13105). Suggested by Kelly Dean.
2177
2178 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
2179
2180 * comint.el (comint-redirect-previous-input-string): New variable.
2181 (comint-redirect-setup, comint-redirect-cleanup)
2182 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
2183 (comint-redirect-preoutput-filter): Fix verbose message.
2184
2185 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
2188 is too long for Tramp. See discussion in
2189 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2190
2191 * progmodes/compile.el (compilation-start): Remove line escape
2192 template.
2193
2194 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2195
2196 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2197 Adjust comment.
2198
2199 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2200
2201 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2202 following non-comment text (bug#13207).
2203 (lm-header-multiline): Continuation lines need to be indented more than
2204 the first line.
2205 (lm-homepage): New function.
2206 (lm-with-file): Don't be confused if narrowing is in effect.
2207
2208 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2211 very beginning of a hunk (e.g. killing the first line).
2212
2213 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2216 and text properties from returned ACL string.
2217 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2218 for "setfacl" command.
2219
2220 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2223 `tramp-cleanup-this-connection', when the process has died.
2224 (Bug#13151)
2225
2226 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2229
2230 2012-12-17 Kevin Ryde <user42@zip.com.au>
2231
2232 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2233
2234 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
2235
2236 Add support for preserving ACL entries of files.
2237
2238 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2239 `set-file-acl' handlers.
2240
2241 * net/tramp-adb.el (tramp-adb-handle-copy-file):
2242 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2243
2244 * net/tramp-compat.el (tramp-compat-copy-file):
2245 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2246
2247 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2248 Add `file-acl' and `set-file-acl' handlers.
2249 (tramp-gvfs-handle-copy-file):
2250 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2251 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2252 New defuns.
2253
2254 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2255 Add `file-acl' and `set-file-acl' handlers.
2256 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2257 (tramp-sh-handle-set-file-acl): New defuns.
2258 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2259 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2260
2261 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2262 Add `file-acl' and `set-file-acl' handlers.
2263 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2264
2265 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2266
2267 * help-macro.el (make-help-screen): Instead of switch-to-buffer
2268 use pop-to-buffer with NORECORD argument t. As buffer name, use
2269 *Metahelp* with a leading space (Bug#13190).
2270
2271 2012-12-16 Romain Francoise <romain@orebokech.com>
2272
2273 * files.el (file-extended-attributes)
2274 (set-file-extended-attributes): New functions.
2275 (backup-buffer): Use them to handle both SELinux context and ACL
2276 entries.
2277 (backup-buffer-copy): Work with an alist of extended attributes,
2278 rather than an SELinux context.
2279 (basic-save-buffer-2): Ditto.
2280
2281 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
2282
2283 * battery.el (battery-bsd-apm): New function.
2284
2285 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2286
2287 * calc/calc.el (calc-standard-date-formats): Adjust one of the
2288 standard date formats.
2289
2290 2012-12-15 Juri Linkov <juri@jurta.org>
2291
2292 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2293 `isearch-insert-char-by-name'.
2294 (with-isearch-suspended): New defmacro with body mostly from
2295 `isearch-edit-string' except the part that sets
2296 `isearch-new-string' and `isearch-new-message'.
2297 (isearch-edit-string): Use new macro `with-isearch-suspended' with
2298 body that sets `isearch-new-string' and `isearch-new-message'.
2299 (isearch-insert-char-by-name): New command.
2300 * international/mule-cmds.el (read-char-by-name): Let-bind
2301 `enable-recursive-minibuffers' to t.
2302 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2303
2304 2012-12-15 Juri Linkov <juri@jurta.org>
2305
2306 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2307 (Bug#13175)
2308
2309 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
2310
2311 * dired-x.el (dired-guess-shell-command): Put colon at the end of
2312 the prompt. (Bug#13045)
2313
2314 2012-12-14 Glenn Morris <rgm@gnu.org>
2315
2316 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2317 Try to include filename in non-bytecomp warning. (Bug#13132)
2318
2319 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2320
2321 Fix permissions bugs with setgid directories etc. (Bug#13125)
2322 * files.el (backup-buffer): Don't rely on 9th output of
2323 file-attributes, as it's now a placeholder. Instead, use the new
2324 optional arg of file-ownership-preserved-p.
2325 (file-ownership-preserved-p): New optional arg GROUP.
2326 Fix mishandling of setuid directories that would cause this
2327 function to return t when it should have returned nil.
2328 Document what happens if the file does not exist, and when
2329 it's not known whether the ownership will be preserved.
2330 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2331 Likewise.
2332 (tramp-get-local-gid): Use group-gid for integer, as that's
2333 faster and more reliable.
2334
2335 2012-12-14 Julien Danjou <julien@danjou.info>
2336
2337 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2338 Update keywords list, data type and PL/pgSQL.
2339
2340 2012-12-14 Dave Abrahams <dave@boostpro.com>
2341
2342 * vc/ediff-util.el (ediff-buffer-type): New function.
2343 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2344 rather than taking it as as argument.
2345 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2346
2347 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
2348
2349 * json.el: Add pretty-print option (bug#12634).
2350 (json-encoding-separator, json-encoding-default-indentation)
2351 (json--encoding-current-indentation, json-encoding-pretty-print)
2352 (json-encoding-lisp-style-closings): New vars.
2353 (json--with-indentation): New macro.
2354 (json-encode-hash-table, json-encode-alist, json-encode-plist)
2355 (json-encode-array): Use it to obey json-encoding-pretty-print.
2356 (json-pretty-print-buffer, json-pretty-print): New commands.
2357
2358 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2359
2360 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2361 Extract `ruby-syntax-propertize-expansions'.
2362 (ruby-syntax-propertize-expansions): Only change syntax on
2363 certain string delimiters, to punctuation. This way the common
2364 functions like forward-word and thing-at-point still work.
2365 (ruby-match-expression-expansion): Improve readability.
2366 (ruby-block-contains-point): New function.
2367 (ruby-add-log-current-method): Handle several edge cases.
2368
2369 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2372 unload-feature finishes even when aborting an ongoing edebug session.
2373 Also, do not worry about edebug-mode, unload-feature takes care of it.
2374
2375 2012-12-13 Andreas Schwab <schwab@suse.de>
2376
2377 * net/tls.el (tls-program): Update customize type.
2378
2379 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2382 (edebug-setup-hook, cl-read-load-hooks): Use it.
2383 (edebug-unload-function): New function. (Bug#13163)
2384
2385 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2388 Otherwise, there could be errors in autoloading. (Bug#13151)
2389
2390 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2391
2392 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2393 sequences.
2394
2395 2012-12-13 Alan Mackenzie <acm@muc.de>
2396
2397 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2398 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2399 around `forward-comment' not recognizing ^M as whitespace.
2400
2401 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2402
2403 * progmodes/python.el (python-skeleton-class)
2404 (python-skeleton-def): Do not add space after defun name.
2405
2406 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2409 (cl--symbol-function): Remove (now that funbound is like nil).
2410
2411 2012-12-12 Glenn Morris <rgm@gnu.org>
2412
2413 * button.el (button--area-button-p): Fix typo.
2414
2415 2012-12-12 Sam Steingold <sds@gnu.org>
2416
2417 * frame.el (frame-maximization-style): New user option.
2418 (toggle-frame-maximized): Toggle frame maximization according to
2419 `frame-maximization-style', bound to <f11>.
2420 (cycle-frame-maximized): Cycle between all maximization styles and
2421 non-maximized frame, bound to shift-<f11>.
2422
2423 2012-12-12 David Cadé <codename68@gmail.com>
2424
2425 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2426
2427 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2428
2429 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2430 (eieio-override-prin1): Don't quote kewords and booleans.
2431 (object-write) <eieio-default-superclass>: Don't put closing parens
2432 on new line, avoid needless empty lines, align values that are objects
2433 with the slot keyword (instead of beginning on the same line).
2434 (eieio-list-prin1): Align value with slot keyword; increase
2435 eieio-print-depth before printing members of the list.
2436
2437 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2440 a display text-property.
2441 (report-emacs-bug-hook): Don't bother deleting it any more.
2442
2443 * hilit-chg.el (highlight-save-buffer-state): Delete.
2444 Use with-silent-modifications instead.
2445 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2446
2447 * button.el: Handle buttons in display text-properties.
2448 (button--area-button-p, button--area-button-string):
2449 Use (STRING . STRING-POS) representation instead of just STRING.
2450
2451 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2452
2453 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2454 subdirectory be skipped.
2455
2456 2012-12-11 Glenn Morris <rgm@gnu.org>
2457
2458 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2459
2460 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2461 Treat preprocessor lines embedded in continuations like comments.
2462 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2463
2464 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2465
2466 * calc/calc.el (calc-standard-date-formats): Add more date
2467 formats.
2468 * calc/calc-forms.el (math-parse-iso-date): New function.
2469 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2470 (math-parse-iso-date-validate): Add extra error checking.
2471 (calc-date-notation): Add ability to access new date formats.
2472
2473 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2476 font-lock as well as when there's no text-property.
2477
2478 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2479
2480 * hi-lock.el: Refine the choice of default face.
2481 (hi-lock-keyword->face): New function. Use it wherever we used
2482 cadadadr instead.
2483 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2484 (hi-lock--last-face): Remove var.
2485 (hi-lock--unused-faces): New var to replace it.
2486 (hi-lock-read-face-name): Use/maintain it.
2487 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2488 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2489 if it has another face.
2490
2491 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2492
2493 * subr.el (w32notify-handle-event): New function.
2494 (inotify-handle-event): Doc fix.
2495
2496 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2497
2498 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2499
2500 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2501
2502 * simple.el (just-one-space): Doc fix.
2503
2504 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2505
2506 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2507
2508 2012-12-10 Le Wang <l26wang@gmail.com>
2509
2510 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2511 narrowed buffer (bug#12361).
2512
2513 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * vc/vc-hooks.el (vc-state): Doc fix.
2516
2517 2012-12-10 Glenn Morris <rgm@gnu.org>
2518
2519 * mail/rmail.el (rmail-maybe-display-summary):
2520 Preserve buffer, in case select-window changes it. (Bug#13066)
2521
2522 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2525 cl-load-hook where they belong.
2526
2527 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2530
2531 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2532
2533 Parallelize byte compilation on MS-Windows.
2534 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2535 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2536 (WINS_BASIC): Define as concatenation of the above.
2537 (compile): Subdivide into 4 separate and independent jobs that can
2538 be run in parallel.
2539 (compile0-CMD, compile0-SH): New targets for compiling
2540 COMPILE_FIRST files, which are prerequisites for the rest of the
2541 byte-compilation.
2542 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2543 New targets for parallel compilation with cmd.exe.
2544 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2545 compiling under a Unixy shell.
2546
2547 2012-12-09 Chong Yidong <cyd@gnu.org>
2548
2549 * simple.el (set-mark-default-inactive): Delete this
2550 accidentally-introduced option.
2551 (set-mark-command, exchange-point-and-mark): Remove calls.
2552
2553 2012-12-09 Glenn Morris <rgm@gnu.org>
2554
2555 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2556 Respect a defcustom's :set function, if appropriate. (Bug#109)
2557 (eval-defun): Doc fix.
2558
2559 2012-12-08 Juri Linkov <juri@jurta.org>
2560
2561 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2562 (Info-fontify-node, Info-bookmark-make-record): Remove the
2563 file extension from Info-current-file (Bug#13016).
2564
2565 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2568 point, still provide some default.
2569 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2570 names, since we don't use it right now. Actually return the list.
2571 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2572
2573 2012-12-07 Chong Yidong <cyd@gnu.org>
2574
2575 * novice.el (disabled-command-function): Remove a spurious help
2576 xref (Bug#13043). Suggested by Kelly Dean.
2577
2578 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2579 syntax is specified (Bug#13025).
2580
2581 * info.el (Info-set-mode-line): Remove the file extension from
2582 Info-current-file if there is one (Bug#13016).
2583
2584 2012-12-07 Glenn Morris <rgm@gnu.org>
2585
2586 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2587 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2588 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2589 and rmail-mime-decoded. (Bug#9841)
2590
2591 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2592 (batch-unrmail, unrmail): Doc fixes.
2593 (unrmail): Respect unrmail-mbox-format.
2594 * mail/rmail.el (rmail-mbox-format): New option.
2595 (rmail-show-message-1): Respect rmail-mbox-format.
2596
2597 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2600
2601 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2604 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2605 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2606 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2607 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2608 (cl-progv): Don't rely on dynamic scoping to find the body.
2609 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2610 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2611 (cl-declaim): Use backquotes.
2612 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2613 Use "cl--" prefix for the object's tag.
2614
2615 * ses.el: Use advice-add/remove.
2616 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2617 (copy-region-as-kill, yank): Use advice-add.
2618 (ses-unload-function): Use advice-remove.
2619
2620 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2621
2622 * button.el: Make them work in header-lines (bug#12817).
2623 (button-map): Add bindings for header-line and mode-line use.
2624 (button-get, button-put, button-label): `button' may now be a string.
2625 (button-activate): Don't make it a defsubst.
2626 (button--area-button-p, button--area-button-string): New functions.
2627 (make-text-button): Fix the return value when `beg' was a string.
2628 (push-button): Handle the mode-line case.
2629
2630 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2633 (sql-signum): Remove. Use `cl-signum' instead.
2634 (sql-read-passwd): Remove; use read-passwd instread.
2635 (sql-get-login-ext): Use read-string.
2636 (sql-get-login): Use dolist and pcase.
2637 (sql--completion-table): Rename from sql-try-completion.
2638 Use complete-with-action.
2639 (sql-mode): Don't change abbrev-all-caps globally.
2640 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2641 (sql-postgres-completion-object): Initialize vars in their `let'.
2642 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2643 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2644 (sql-comint-interbase): Use a single append, without setq.
2645 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2646
2647 * hi-lock.el: Rework the default face and the serialize regexp code.
2648 (hi-lock--auto-select-face-defaults): Remove.
2649 (hi-lock-string-serialize-serial): Remove.
2650 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2651 make weak.
2652 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2653 equal string.
2654 (hi-lock-set-pattern): Adjust accordingly.
2655 (hi-lock--regexps-at-point): Simplify accordingly.
2656 (hi-lock--auto-select-face-defaults): Remove.
2657 (hi-lock--last-face): New var to replace it.
2658 (hi-lock-read-face-name): Rewrite (bug#11095).
2659 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2660
2661 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2662
2663 * net/tramp.el (tramp-replace-environment-variables):
2664 Hide compiler warning.
2665 (tramp-file-name-for-operation): Remove `executable-find',
2666 `start-process', `call-process' and `call-process-region'.
2667
2668 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2669
2670 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2671 compatibility.
2672
2673 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2674
2675 2012-12-06 Chong Yidong <cyd@gnu.org>
2676
2677 * ffap.el (ffap-replace-file-component): Fix typo.
2678
2679 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2682 fix open-paren-like token test (bug#12785).
2683
2684 2012-12-06 Glenn Morris <rgm@gnu.org>
2685
2686 * mail/rmailsum.el (rmail-new-summary): Tweak for
2687 rmail-maybe-display-summary changing buffer. (Bug#13066)
2688
2689 2012-12-06 Juri Linkov <juri@jurta.org>
2690
2691 * info.el (Info-fontify-node): Don't hide the last newline.
2692 (Bug#12272)
2693
2694 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2695
2696 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2697 so as to enable message-read-from-minibuffer to expand mail aliases.
2698
2699 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2702 the `intangible' property.
2703 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2704
2705 2012-12-05 Deniz Dogan <deniz@dogan.se>
2706
2707 * net/rcirc.el (rcirc-urls): Update documentation.
2708 (rcirc-condition-filter): New function.
2709 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2710 and exclude consecutive duplicate URLs (Bug#6082).
2711
2712 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2715 Check return code of copy command.
2716
2717 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2718 Use group `tramp'. Add version.
2719
2720 2012-12-05 Chong Yidong <cyd@gnu.org>
2721
2722 * ffap.el (ffap-url-regexp): Don't require matching at front of
2723 string (Bug#4952).
2724 (ffap-url-p): If only a substring matches, return that.
2725 (ffap-url-at-point): Use the return value of ffap-url-p.
2726 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2727 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2728 (ffap-guess-file-name-at-point): Likewise.
2729 (ffap-replace-file-component): Fix typo.
2730
2731 * info.el (info-display-manual): Add existing Info buffers, whose
2732 files may not be in Info-directory-list, to the completion.
2733 (info--manual-names): New helper function.
2734
2735 2012-12-05 Glenn Morris <rgm@gnu.org>
2736
2737 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2738 New functions, for detecting and resolving conflicts. (Bug#10709)
2739
2740 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2741
2742 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2743 (hi-lock-auto-select-face-defaults): New buffer local variable.
2744 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2745 (hi-lock-unface-buffer): Prompt user with useful defaults.
2746 With prefix arg, unhighlight all hi-lock patterns in buffer.
2747
2748 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2751
2752 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2753
2754 * Makefile.in (TRAMP_SRC):
2755 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2756
2757 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2758
2759 * net/tramp-adb.el: New package.
2760
2761 2012-12-04 Chong Yidong <cyd@gnu.org>
2762
2763 * terminal.el: Move to obsolete/.
2764
2765 * longlines.el: Move to obsolete/.
2766
2767 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2768 Remove code referring to longlines mode.
2769
2770 2012-12-03 Juri Linkov <juri@jurta.org>
2771
2772 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2773
2774 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2775
2776 * textmodes/ispell.el (ispell-init-process)
2777 (ispell-start-process, ispell-internal-change-dictionary):
2778 Make sure personal dictionary name is expanded after initial
2779 `default-directory' value. Use expanded strings for
2780 keep/restart checks and for value (Bug#13019).
2781
2782 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2783
2784 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2785
2786 2012-12-03 Leo Liu <sdl.web@gmail.com>
2787
2788 * files.el (dir-locals-read-from-file): Check file non-empty
2789 before reading. (Bug#13038)
2790
2791 2012-12-03 Glenn Morris <rgm@gnu.org>
2792
2793 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2794 Remove any version extension before checking filename. (Bug#13006)
2795 (jka-compr-compression-info-list): Belated :version bump.
2796
2797 2012-12-03 Chong Yidong <cyd@gnu.org>
2798
2799 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2800
2801 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2802 (buffer-menu): Doc fix (Bug#12294).
2803
2804 2012-12-03 Roland Winkler <winkler@gnu.org>
2805
2806 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2807 of diary-show-all-entries in the diary buffer (Bug#12994).
2808
2809 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2812 "<STDIN>". This is binary safe.
2813
2814 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2815
2816 * calc/calc-forms.el (math-absolute-from-iso-dt)
2817 (math-date-to-iso-dt, math-parse-iso-date-validate)
2818 (math-iso-dt-to-date): New functions.
2819 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2820 (math-fd-isoweekday): New variables.
2821 (calc-date-notation, math-parse-standard-date, math-format-date)
2822 (math-format-date-part): Add support for more formatting codes.
2823
2824 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2825
2826 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2827 current buffer's file name when called interactively (Bug#12488).
2828
2829 2012-12-02 Juri Linkov <juri@jurta.org>
2830
2831 * info.el (info-display-manual): Don't clobber an existing Info
2832 buffer (Bug#10770). Add completion (Bug#10771).
2833
2834 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2835
2836 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2837 before using it for comparison (Bug#5297).
2838
2839 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2840
2841 * textmodes/css-mode.el (css-current-defun-name): New function.
2842 (css-mode): Use it.
2843
2844 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2845 (html-mode): Use it.
2846
2847 2012-12-01 Chong Yidong <cyd@gnu.org>
2848
2849 Modularize add-log-current-defun (Bug#2224).
2850 Suggested by Jari Aalto.
2851
2852 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2853 (add-log-current-defun): Move mode-specific code to other files.
2854 (add-log-lisp-like-modes, add-log-c-like-modes)
2855 (add-log-tex-like-modes): Variables deleted.
2856
2857 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2858 (lisp-mode-variables): Use it.
2859
2860 * progmodes/cc-mode.el (c-common-init):
2861 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2862 add-log-current-defun-function.
2863
2864 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2865 (m4-mode): Use it.
2866
2867 * progmodes/perl-mode.el (perl-current-defun-name): New.
2868 (perl-mode): Use it.
2869
2870 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2871 Use lisp-current-defun-name.
2872
2873 * textmodes/tex-mode.el (tex-current-defun-name): New.
2874 (tex-common-initialization): Use it.
2875
2876 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2877 (texinfo-mode): Use it.
2878
2879 2012-12-01 Chong Yidong <cyd@gnu.org>
2880
2881 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2882 * progmodes/autoconf.el (autoconf-mode):
2883 * progmodes/js.el (js-mode):
2884 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2885 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2886 * progmodes/perl-mode.el (perl-mode):
2887 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2888 * textmodes/css-mode.el (css-mode):
2889 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2890 (sgml-tags-invisible, sgml-guess-indent):
2891 * textmodes/tex-mode.el (tex-common-initialization)
2892 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2893 (doctex-mode, plain-tex-mode, latex-mode):
2894 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2895
2896 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2897
2898 * vc/vc-hg.el (vc-hg-next-revision):
2899 Ensure use of default "tip" output format. (Bug#6968)
2900
2901 2012-12-01 Kim F. Storm <storm@cua.dk>
2902
2903 * startup.el (fancy-startup-tail): Add a clickable link
2904 (Bug#2176).
2905
2906 2012-12-01 Chong Yidong <cyd@gnu.org>
2907
2908 * startup.el (fancy-startup-tail): Improve the message about
2909 auto-save files (Bug#2176).
2910
2911 * files.el (recover-session): Improve the descriptive message, and
2912 use substitute-command-keys.
2913
2914 2012-12-01 Glenn Morris <rgm@gnu.org>
2915
2916 * ido.el (ido-file-internal):
2917 Handle other-window, other-frame for dired. (Bug#13036)
2918
2919 2012-11-30 Glenn Morris <rgm@gnu.org>
2920
2921 * icomplete.el (icomplete-separator): Fix :version.
2922
2923 2012-11-30 Chong Yidong <cyd@gnu.org>
2924
2925 * shell.el (shell): For C-u M-x shell, use an inactive shell
2926 buffer as the default (Bug#1975).
2927 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2928 (shell-mode): Use them to reapply ansi colorization if Shell mode
2929 is re-enabled.
2930
2931 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2932
2933 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2934
2935 2012-11-30 Samuel Bronson <naesten@gmail.com>
2936
2937 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2938 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2939
2940 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2941
2942 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2943 by move-to-column (Bug#3234).
2944
2945 2012-11-30 Chong Yidong <cyd@gnu.org>
2946
2947 * longlines.el (longlines-wrap-line, longlines-encode-region):
2948 Preserve text properties (Bug#1425).
2949
2950 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2951
2952 * vc/vc.el (vc-register): Allow registering a file which is
2953 already registered with a different backend (Bug#10589).
2954
2955 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2956 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * icomplete.el: Change separator; add ido-style commands.
2959 (icomplete-show-key-bindings): Remove custom var.
2960 (icomplete-get-keys): Remove function.
2961 (icomplete-forward-completions, icomplete-backward-completions):
2962 New commands.
2963 (icomplete-minibuffer-map): New var.
2964 (icomplete-minibuffer-setup): Use it.
2965 (icomplete-exhibit): Don't delay if the list of completions is known.
2966 (icomplete-separator): New custom.
2967 (icomplete-completions): Use it.
2968 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2969 (minibuffer-force-complete-and-exit): New command.
2970 (minibuffer--complete-and-exit): New function extracted from
2971 minibuffer-complete-and-exit.
2972 (minibuffer-complete-and-exit): Use it.
2973
2974 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2975 error message when the file doesn't exist (bug#12974).
2976
2977 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2978
2979 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2980
2981 2012-11-29 Glenn Morris <rgm@gnu.org>
2982
2983 * files.el (hack-dir-local-variables): Warn if try to set
2984 coding via dir-locals, since it doesn't work. (Bug#7169)
2985
2986 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2987 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2988 Set buffer-local value of desktop-save-buffer.
2989 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2990 New functions.
2991 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2992 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2993
2994 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2995 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2996 Doc fix.
2997 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2998 Doc fixes.
2999
3000 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3001
3002 * calc/calc-forms.el (calc-date-notation): Fix regexp
3003 used to find time codes. Fix symbol for seconds.
3004
3005 2012-11-27 Glenn Morris <rgm@gnu.org>
3006
3007 * emacs-lisp/derived.el (derived-mode-make-docstring):
3008 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
3009
3010 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * textmodes/table.el (table-insert): Don't use `symbol-name' on
3013 lexically scoped variables (bug#13005).
3014
3015 2012-11-27 Glenn Morris <rgm@gnu.org>
3016
3017 * vc/vc-hooks.el (vc-mistrust-permissions):
3018 Default to t, to avoid data-loss. (Bug#11490)
3019
3020 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
3021
3022 * progmodes/python.el (python-indent-guess-indent-offset):
3023 If indentation is guessed make python-indent-offset buffer-local.
3024
3025 Fix Imenu regression.
3026 * progmodes/python.el (python-nav-beginning-of-defun):
3027 Fix forward movement when statement(s) separates point from defun.
3028 (python-imenu-prev-index-position): New function.
3029
3030 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3031
3032 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
3033
3034 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3035 Don't set buffer-file-type. Return nil. (Bug#12989)
3036
3037 2012-11-27 Glenn Morris <rgm@gnu.org>
3038
3039 * hippie-exp.el (hippie-expand-try-functions-list):
3040 Re-autoload it. (Bug#12982)
3041
3042 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3043
3044 * descr-text.el (describe-char-padded-string):
3045 Call internal-char-font only on GUI frames. (Bug#11964)
3046
3047 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
3048
3049 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3050 and obsoletion message.
3051
3052 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3053
3054 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3055 the constructs to keep outside of the `cl-block' (bug#12977).
3056
3057 2012-11-27 Chong Yidong <cyd@gnu.org>
3058
3059 * mouse.el (mouse-drag-line): Even if the line is not draggable,
3060 keep reading until we get the up-event anyway, in order to process
3061 the up-event for mouse-1-click-follows-link (Bug#12971).
3062
3063 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3066 base function is not yet defined (bug#12965).
3067 (ad-activate-advised-definition): Use ad-compile-function.
3068 (ad-activate): Use cond.
3069
3070 2012-11-25 Leo Liu <sdl.web@gmail.com>
3071
3072 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3073 (Bug#12979)
3074
3075 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3076
3077 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3078 reftex-section-info-function in order to be compatible with
3079 Texinfo integration.
3080
3081 * textmodes/reftex.el (reftex-section-pre-regexp)
3082 (reftex-section-post-regexp, reftex-section-info-function):
3083 New variable.
3084 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3085 reftex-section-post-regexp, and reftex-section-info-function in order
3086 to be compatible with Texinfo integration.
3087
3088 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3089 use reftex-section-pre-regexp variable in order to be compatible with
3090 Texinfo integration.
3091
3092 2012-11-25 Chong Yidong <cyd@gnu.org>
3093
3094 * faces.el: Make face-spec-set more analogous to setq.
3095 (face-spec-set): Change the third arg to specify whether this
3096 function is being called via defface, customize, or a third party.
3097 Set the appropriate symbol properties. Clear the override spec if
3098 setting via Custom. Initialize face if necessary. (Bug#4988)
3099 (face-spec-recalc): Allow theme faces to completely replace the
3100 defface spec, in the same way as custom faces (Bug#8454).
3101
3102 * cus-face.el (custom-declare-face): Move face initialization to
3103 face-spec-set.
3104 (custom-theme-set-faces): Don't initialize the face name here, as
3105 that is now done in face-spec-set.
3106
3107 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3108 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3109 Simplify by using the new arg to face-spec-set.
3110
3111 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3112 reset face-override-spec too, and use custom-declare-face.
3113
3114 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
3115
3116 * term/ns-win.el (ns-initialize-window-system): Move creation of
3117 fontsets here (Bug#11964).
3118
3119 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3120
3121 * ses.el (ses-rename-cell): Correct bug on mode-line update after
3122 cell renaming.
3123
3124 2012-11-24 Chong Yidong <cyd@gnu.org>
3125
3126 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3127 obsolete.
3128
3129 * custom.el (custom-theme-set-variables): Use a topological sort
3130 for ordering by custom dependencies (Bug#12952).
3131 (custom--sort-vars, custom--sort-vars-1): New functions.
3132
3133 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3136 lexical-binding (bug#12938).
3137
3138 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
3139
3140 * image-mode.el (image-transform-check-size): Use assertions only
3141 for images of type imagemagick.
3142
3143 Otherwise no error, image-transform-fit-to-{width,height} is
3144 silently ignored, as before. Doc fix.
3145
3146 2012-11-24 Chong Yidong <cyd@gnu.org>
3147
3148 * faces.el (color-defined-p): Doc fix (Bug#12853).
3149
3150 2012-11-24 Juri Linkov <juri@jurta.org>
3151
3152 * dired.el (dired-mark): Add optional arg `interactive'.
3153 Check for `use-region-p' if `interactive' is non-nil.
3154 (dired-unmark, dired-flag-file-deletion): Add optional arg
3155 `interactive'. Call `dired-mark' with the arg `interactive'.
3156 (Bug#10624)
3157
3158 * wdired.el: Revert 2012-10-17 change partly and replace it with
3159 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3160 (wdired-finish-edit): Add marks for new file names to
3161 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
3162 after `revert-buffer'.
3163 (wdired-do-renames): Remove calls to `dired-remove-file',
3164 `dired-add-file', `dired-add-entry'. (Bug#11795)
3165
3166 2012-11-24 Alan Mackenzie <acm@muc.de>
3167
3168 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3169
3170 Fix bugs in the state cache. Enhance a debugging mechanism.
3171 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3172 "brace at column zero" strategy for C++.
3173 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3174 (c-parse-state-point): New variable.
3175 (c-record-parse-state-state): Record old parse state with
3176 `copy-tree'. Record previous value of point.
3177 (c-debug-parse-state-double-cons): New debugging function.
3178 (c-debug-parse-state): Call the above new function.
3179 (c-toggle-parse-state-debug): Output a confirmatory message.
3180
3181 * progmodes/cc-mode.el (c-before-change, c-after-change):
3182 Call c-invalidate-state-cache from `c-before-change' instead of
3183 `c-after-change'.
3184
3185 2012-11-23 Chong Yidong <cyd@gnu.org>
3186
3187 * find-cmd.el (find-constituents): Add executable, ipath,
3188 readable, samefile, writable, daystart, regextype (Bug#12856).
3189
3190 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3193
3194 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
3195
3196 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3197 definition. This fixes a bootstrap failure.
3198 (calc-gregorian-switch): In menu, put dates before regions.
3199 This is easier to follow, lines up better in the menu, and lets us
3200 coalesce regions that switch at the same time. Give country
3201 names, not "Vatican", as that's better for non-expert users.
3202 Use names that are stable between the date of switch and now, e.g.,
3203 Bohemia and Moravia (which existed then and now) and not
3204 Czechoslovakia (which didn't exist then and doesn't exist now).
3205 What is now the U.S. mostly did not switch at the same time as
3206 Britain, so omit the U.S. Correct spelling of "Britain".
3207 Catholic Switzerland was too much of a mess, so omit it.
3208
3209 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3210
3211 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3212 after the variable is changed.
3213
3214 2012-11-21 Daniel Colascione <dancol@dancol.org>
3215
3216 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3217 in SQL declarations for font-lock.
3218 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3219
3220 2012-11-21 Glenn Morris <rgm@gnu.org>
3221
3222 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3223 (face-italic-p): Add optional argument "inherit".
3224
3225 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3226 Remove -p suffix from names, for consistency with other set-face-*.
3227 (set-face-inverse-video): Fix interactive spec.
3228 * play/gamegrid.el (gamegrid-make-mono-tty-face):
3229 * textmodes/table.el (table--update-cell-face):
3230 Use set-face-inverse-video rather than now obsolete alias.
3231
3232 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3233
3234 * simple.el (line-move): Don't call line-move-partial if
3235 scroll-conservatively is in effect. (Bug#12927)
3236
3237 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3240 Fallback on completion-at-point rather than
3241 pcomplete-expand-and-complete, and only if pcomplete actually failed.
3242 (eshell-cmpl-initialize): Setup completion-at-point.
3243
3244 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3245
3246 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3247
3248 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3251 are remote, check out-of-band property for both.
3252
3253 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * window.el (switch-to-buffer): Re-add the warning that was lost in the
3256 code rewrite.
3257
3258 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3259
3260 More minor time fixes.
3261 * calendar/time-date.el: Commentary fix.
3262 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3263 too much other code depends on (0 0) time stamps.
3264 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3265 Add a couple of FIXME comments.
3266
3267 Minor cleanup for times as lists of four integers.
3268 * files.el (dir-locals-directory-cache):
3269 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3270 Doc fixes.
3271 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3272 * ps-bdf.el (bdf-file-newer-than-time):
3273 Process four-integers time stamps, not two. Doc fixes.
3274
3275 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3276
3277 * uniquify.el (uniquify-managed): Use defvar-local.
3278 (rename-buffer, create-file-buffer): Advise with advice-add.
3279 (uniquify-unload-function): Unadvise accordingly.
3280
3281 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3282 (trace-buffer): Don't purecopy.
3283 (trace-entry-message, trace-exit-message): Add `context' arg.
3284 (trace--timer): New var.
3285 (trace-make-advice): Adjust for use in nadvice.
3286 Add `context' argument. Delay `display-buffer' via a timer.
3287 (trace-function-internal): Use advice-add.
3288 (trace--read-args): New function.
3289 (trace-function-foreground, trace-function-background): Use it.
3290 (trace-function): Rename to trace-function-foreground and redefine as
3291 an alias to that new name.
3292 (untrace-function, untrace-all): Adjust to the use of nadvice.
3293
3294 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3295
3296 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3297
3298 * subr.el (called-interactively-p-functions): New var.
3299 (internal--called-interactively-p--get-frame): New macro.
3300 (called-interactively-p, interactive-p): Rewrite in Lisp.
3301 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3302 (called-interactively-p-functions): Use it.
3303 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3304 (called-interactively-p-functions): Use it.
3305 * allout.el (allout-called-interactively-p): Don't assume
3306 called-interactively-p is a subr.
3307
3308 2012-11-20 Glenn Morris <rgm@gnu.org>
3309
3310 * profiler.el (profiler-report-mode-map): Add a menu.
3311 No need to bind `q' because we derive from special-mode.
3312 (profiler-report-find-entry): Handle calls from the menu-bar.
3313
3314 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * emacs-lisp/byte-run.el (defun-declarations-alist):
3317 Allow a compiler-macro to be a lambda expression.
3318
3319 * progmodes/python.el: Use cl-lib. Move var declarations outside of
3320 eval-when-compile.
3321 (python-syntax-context): Add compiler-macro.
3322 (python-font-lock-keywords): Simplify with De Morgan.
3323
3324 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3325
3326 * files.el (load-file): Require match in minibuffer selection, as was
3327 the case in Emacs-20 before we changed the spec to allow .elc files
3328 (bug#12935).
3329
3330 * json.el: Don't require cl since we don't use it.
3331 * color.el: Don't require cl.
3332 (color-complement): `caddr' -> `nth 2'.
3333
3334 * calendar/time-date.el (time-to-seconds): De-obsolete.
3335
3336 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3337
3338 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
3339 year numbers.
3340 (math-date-to-julian-dt): Adjust the initial approximation for the
3341 year to deal with the new definition of the DATE.
3342
3343 2012-11-19 Daniel Colascione <dancol@dancol.org>
3344
3345 * term/w32-win.el (cygwin-convert-path-from-windows):
3346 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3347
3348 2012-11-18 Chong Yidong <cyd@gnu.org>
3349
3350 * filecache.el (file-cache--read-list): New function.
3351 (file-cache-add-directory-list, file-cache-add-file-list)
3352 (file-cache-delete-file-list, file-cache-delete-directory-list):
3353 Use it to read a list of files or directories (Bug#12846).
3354 (file-cache-add-file, file-cache-add-directory)
3355 (file-cache-delete-file-list, file-cache-delete-file-regexp)
3356 (file-cache-delete-directory): Print an message.
3357
3358 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
3359
3360 * calc/calc-forms.el (math-date-to-dt): Use integer date when
3361 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3362
3363 2012-11-18 Glenn Morris <rgm@gnu.org>
3364
3365 * image.el (insert-image, insert-sliced-image): Doc fix.
3366
3367 2012-11-18 Chong Yidong <cyd@gnu.org>
3368
3369 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3370 (Bug#12810).
3371
3372 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3373
3374 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3375 response when the target file is in a subdirectory (Bug#12757).
3376
3377 2012-11-18 Chong Yidong <cyd@gnu.org>
3378
3379 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3380
3381 2012-11-18 Glenn Morris <rgm@gnu.org>
3382
3383 * emacs-lisp/cl-lib.el (face-underline-p):
3384 Use set-face-underline rather than the alias set-face-underline-p.
3385
3386 * window.el (with-temp-buffer-window): Doc fix.
3387 * subr.el (with-output-to-temp-buffer):
3388 Add doc xref to with-temp-buffer-window.
3389
3390 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3391
3392 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3393 * calc/calc.el (math-format-date-cache): Declare.
3394
3395 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3396
3397 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3398 It also uses January 1, 1 AD as its day number 1.
3399 * calc/calc-forms.el (math-julian-date-beginning)
3400 (math-julian-date-beginning-int): Implement this.
3401
3402 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3403
3404 * descr-text.el (quail-find-key):
3405 * dired.el (desktop-file-name):
3406 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3407 * generic-x.el (comint-mode, comint-exec):
3408 * image-dired.el (widget-forward):
3409 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3410 (speedbar-change-expand-button-char)
3411 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3412 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3413 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3414 (widget-field-action, widget-value-set):
3415 * speedbar.el (imenu--make-index-alist):
3416 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3417 (ring-length, ring-insert):
3418 * vcursor.el (compare-windows-skip-whitespace):
3419 * woman.el (dired-get-filename):
3420 Declare functions.
3421
3422 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3423
3424 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3425
3426 * calc/calc.el (calc-gregorian-switch): New variable.
3427
3428 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3429 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3430 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3431 (math-leap-year-p): Add option to distinguish between Julian
3432 and Gregorian calendars.
3433 (math-day-number): Use `math-day-in-year' to do the computations.
3434 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3435 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3436 to do the computations.
3437 (math-date-to-dt): Use `math-date-to-julian-dt' and
3438 `math-date-to-gregorian-dt' to do the computations.
3439 (calcFunc-weekday, math-format-date-part): Use the new version of
3440 the DATE to determine the weekday.
3441 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3442 when necessary.
3443
3444 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3445
3446 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3447 Cygwin; otherwise use 'file:'. (Bug#12914)
3448 (cygwin-convert-path-from-windows): Declare, to avoid
3449 byte-compiler warnings.
3450
3451 2012-11-17 Andreas Politz <politza@fh-trier.de>
3452
3453 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3454 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3455 prefix and negative numeric prefix args (Bug#12795).
3456
3457 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3458
3459 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3460 Don't signal an error with a score that is too low to add to the
3461 list of top scores. (Bug#12779)
3462
3463 2012-11-17 Chong Yidong <cyd@gnu.org>
3464
3465 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3466
3467 * filecache.el (file-cache-add-file): Handle relative file name in
3468 the argument (Bug#12694).
3469
3470 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3471
3472 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3473
3474 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3477
3478 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3479
3480 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3481
3482 * window.el (enlarge-window, shrink-window): Don't mention return
3483 value in doc-string (Bug#12896).
3484 (window--display-buffer): Don't resize frames - it won't work
3485 with all window managers and defeat pop-up-frame-alist.
3486 (display-buffer-alist): In doc-string explain that CONDITION can
3487 be a function and which arguments are passed to it (Bug#12854).
3488 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3489 expressions (Bug#12854).
3490 (display-buffer): Pass ACTION argument to
3491 display-buffer-assq-regexp.
3492
3493 2012-11-16 Glenn Morris <rgm@gnu.org>
3494
3495 * window.el (fit-frame-to-buffer-bottom-margin)
3496 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3497
3498 * faces.el (face-underline-p): Use face-attribute-specified-or.
3499
3500 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3501
3502 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3503
3504 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3507
3508 2012-11-16 Glenn Morris <rgm@gnu.org>
3509
3510 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3511 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3512
3513 * faces.el (face-underline-p): Doc fix. Handle :underline being
3514 things other than `t' (a string, a list).
3515 (face-inverse-video-p): Doc fix.
3516 (set-face-underline): Rename it back from set-face-underline-p.
3517 Doc fix. Allow interactive input of values other than t.
3518 (read-face-attribute): Apply formatting to :underline,
3519 since like :box and :stipple it can take list values.
3520
3521 * term.el (ansi-term): Don't let C-x escape-char binding
3522 clobber the more standard C-c binding. (Bug#12842)
3523
3524 * subr.el (set-temporary-overlay-map): Doc fix.
3525
3526 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3527
3528 * window.el (record-window-buffer)
3529 (display-buffer-record-window): When copying the markers to
3530 window-point preserve window-point-insertion-type. (Bug#12588)
3531
3532 2012-11-16 Glenn Morris <rgm@gnu.org>
3533
3534 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3535 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3536 Use new names for hooks rather than obsolete aliases.
3537
3538 2012-11-15 Daniel Colascione <dancol@dancol.org>
3539
3540 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3541 prefix instead of "file:" so that when FILE-NAME begins with "//",
3542 as it does when the target file is on a network share, url-handler
3543 isn't confused.
3544
3545 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3548 a preactivated advice from an old advice.el; they're not compatible!
3549
3550 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3553 Fix string-spec case.
3554
3555 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3556
3557 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3560 (advice--buffer-local-function-sample): New var.
3561 (advice--set-buffer-local, advice--buffer-local): New functions.
3562 (add-function, remove-function): Use them.
3563
3564 2012-11-15 Drew Adams <drew.adams@oracle.com>
3565
3566 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3567
3568 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3571 potential binding of print-gensym to t, and prettify (back)quotes in
3572 case they appear in args's default values (bug#12884).
3573
3574 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3577 (advice-eval-interactive-spec): New function.
3578 (advice--make-interactive-form): Support around advice (bug#12844).
3579
3580 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3581
3582 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3583 more strict. Add docstring.
3584 (ruby-expression-expansion-re): Extract from
3585 `ruby-match-expression-expansion'.
3586 (ruby-syntax-propertize-function): After everything else, search
3587 for expansions in string literals, mark their insides as
3588 whitespace syntax and save match data for font-lock.
3589 (ruby-font-lock-keywords): Use the 2nd group from expression
3590 expansion matches.
3591 (ruby-match-expression-expansion): Use the match data saved to the
3592 text property in ruby-syntax-propertize-function.
3593
3594 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3597 (bug#12879).
3598
3599 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3600
3601 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3602 start/end keyword a bit harder. Works with different values of N.
3603 Add more comments.
3604 (ruby-end-of-block): Update accordingly.
3605
3606 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * woman.el (woman-file-name): Don't mess with unread-command-events
3609 (bug#12861).
3610
3611 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3612 Remove out of date self-require hack.
3613 (ad-do-advised-functions): Use simple `dolist'.
3614 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3615 (ad-advice-definition): Redefine as functions.
3616 (ad-advice-classes): Move before first use.
3617 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3618 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3619 (ad--defalias-fset): Remove functions.
3620 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3621 (ad-get-orig-definition): Rewrite.
3622 (ad-make-advised-definition-docstring): Change base docstring.
3623 (ad-real-orig-definition): Rewrite.
3624 (ad-map-arglists): Change name of called function.
3625 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3626 (ad-make-advised-definition): Simplify.
3627 (ad-assemble-advised-definition): Tweak for new calling context.
3628 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3629 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3630 function and call ad-activate if needed.
3631 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3632 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3633 (ad-compile-function): Compile ad-Advice-*.
3634 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3635 (ad-start-advice, ad-stop-advice): Remove.
3636
3637 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3638
3639 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3640 period before class method names, not after. Remove handling of
3641 one impossible case. Add comments.
3642
3643 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * emacs-lisp/advice.el: Remove support for freezing.
3646 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3647 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3648 Remove support for `freeze'.
3649
3650 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3651 override the default.
3652 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3653 cl--dotimes/dolist.
3654 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3655 `cl' is loaded.
3656
3657 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3658 from add-advice.
3659 (advice--strip-macro): New function.
3660 (advice--defalias-fset): Use them to handle macros.
3661 (advice-add): Use them.
3662 (advice-member-p): Correctly handle macros.
3663
3664 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3665
3666 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3667 Never font-lock the beginning of singleton class as heredoc.
3668
3669 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3672
3673 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3674
3675 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3676 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3677 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3678
3679 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3680
3681 Fix end-of-defun misbehavior.
3682 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3683 python-beginning-of-defun-function. Handle nested defuns
3684 correctly.
3685 (python-nav-end-of-defun): Rename from
3686 python-end-of-defun-function. Ensure forward movement.
3687 (python-info-current-defun): Reimplement to work as intended
3688 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3689 parent defuns as soon as possible.
3690
3691 2012-11-13 Glenn Morris <rgm@gnu.org>
3692
3693 * progmodes/flymake.el (flymake-error-bitmap)
3694 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3695 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3696
3697 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3698
3699 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3700 backward, always stop at indentation. Reverts the change from
3701 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3702
3703 2012-11-13 Glenn Morris <rgm@gnu.org>
3704
3705 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3706 Add ibuffer-filter-by-derived-mode.
3707
3708 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3709 the same name shadowing each other.
3710
3711 * window.el (with-temp-buffer-window): Doc tweak.
3712
3713 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3714
3715 * help.el (temp-buffer-max-height):
3716 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3717 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3718
3719 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * emacs-lisp/nadvice.el: New package.
3722 * subr.el (special-form-p): New function.
3723 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3724 (elp-all-instrumented-list): Remove var.
3725 (elp-not-profilable): Remove elp-wrapper.
3726 (elp-profilable-p): Use autoloadp and special-form-p.
3727 (elp--advice-name): New const.
3728 (elp-instrument-function): Use advice-add.
3729 (elp--instrumented-p): New predicate.
3730 (elp-restore-function): Use advice-remove.
3731 (elp-restore-all, elp-reset-all): Use mapatoms.
3732 (elp-set-master): Use elp--instrumented-p.
3733 (elp--make-wrapper): Rename from elp-wrapper, return a function
3734 suitable for advice-add. Use cl-inf.
3735 (elp-results): Use mapatoms+elp--instrumented-p.
3736 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3737 (debug-function-list): Remove var.
3738 (debug): Rename arg, and then let-bind it explicitly inside.
3739 (debugger-setup-buffer): Rename arg.
3740 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3741 (debugger-frame-number): Adjust to new debug-on-entry setup.
3742 (debug--implement-debug-on-entry): Rename from
3743 implement-debug-on-entry, add argument.
3744 (debugger-special-form-p): Remove, use special-form-p instead.
3745 (debug-on-entry): Use advice-add.
3746 (debug--function-list): New function.
3747 (cancel-debug-on-entry): Use it, along with advice-remove.
3748 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3749 (debugger-list-functions): Use debug--function-list instead of
3750 debug-function-list.
3751 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3752 (ad-special-form-p): Remove, use special-form-p instead.
3753 (ad-set-advice-info): Use add-function and remove-function.
3754 (ad--defalias-fset): Adjust accordingly.
3755
3756 2012-11-10 Glenn Morris <rgm@gnu.org>
3757
3758 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3759 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3760 (report-emacs-bug-create-existing-bugs-buffer)
3761 (report-emacs-bug-parse-query-results)
3762 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3763
3764 * term.el (term-default-fg-color, term-default-bg-color):
3765 Make obsolete, rather than just saying "deprecated" in the doc.
3766
3767 * term.el (term): Rename from `term-face'.
3768 (term-current-face, ansi-term-color-vector)
3769 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3770 Update all users.
3771
3772 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3773
3774 * server.el (server-create-window-system-frame): Handle Nextstep
3775 specially (Bug#12780).
3776
3777 2012-11-10 Glenn Morris <rgm@gnu.org>
3778
3779 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3780 Unautoload, and make obsolete. (Bug#7449)
3781
3782 2012-11-10 Chong Yidong <cyd@gnu.org>
3783
3784 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3785 rename from diff-remove-trailing-whitespace (Bug#12831).
3786
3787 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3790 miscompilation of trace.el.
3791
3792 2012-11-10 Glenn Morris <rgm@gnu.org>
3793
3794 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3795
3796 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3799 (bug#12812).
3800
3801 2012-11-10 Chong Yidong <cyd@gnu.org>
3802
3803 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3804 a defcustom with an appropriate :set function.
3805 (minibuffer-default--in-prompt-regexps): New function.
3806
3807 2012-11-10 Glenn Morris <rgm@gnu.org>
3808
3809 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3810 (define-modify-macro): Doc fixes.
3811
3812 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3813 (gv-define-simple-setter): Update doc of `fix-return'.
3814
3815 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3818 twice when `fix-return' is set (bug#12813).
3819
3820 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3821 gv-define-simple-setter (bug#12812).
3822
3823 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3824 (bug#12756).
3825
3826 2012-11-10 Glenn Morris <rgm@gnu.org>
3827
3828 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3829
3830 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3831 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3832 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3833 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3834
3835 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3836
3837 2012-11-10 Leo Liu <sdl.web@gmail.com>
3838
3839 * ido.el (ido-set-matches-1): Improve flex matching performance by
3840 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3841
3842 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3845 (ad--defalias-fset): New function.
3846 (ad-safe-fset): Remove.
3847 (ad-make-freeze-definition): Use cl-letf*.
3848
3849 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * subr.el (dolist): Don't bind VAR in RESULT.
3852
3853 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3854 (fset, documentation): Don't save real def since we don't advise.
3855 (ad-do-advised-functions): Remove problematic `result-form'.
3856 (ad-safe-fset): `ad-real-fset' => `fset'.
3857 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3858 uses CL's dolist internally.
3859 (ad-arglist): Remove unused arg `name'.
3860 (ad-docstring, ad-make-advised-docstring):
3861 `ad-real-documentation' => `documentation'.
3862 (warning-suppress-types): Declare.
3863 (ad-set-arguments): Simple CSE.
3864 (ad-recover-normality): Sanity check.
3865
3866 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3867 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3868
3869 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3870
3871 * ses.el: symbol to coordinate mapping is made by symbol property
3872 `ses-cell'. This means that the same mapping is done for all SES
3873 sheets. That is good enough for cells with standard A1 names, but
3874 not for named cell. So a hash map is added for the latter.
3875 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3876 (ses-sym-rowcol): Use hashmap for named cell.
3877 (ses-is-cell-sym-p): New defun.
3878 (ses-decode-cell-symbol): New defun.
3879 (ses-create-cell-variable): Add cell to hashmap when name is not
3880 A1-like.
3881 (ses-rename-cell): Check that cell new name is not already in
3882 spreadsheet with the use of ses-is-cell-sym-p
3883 (ses-rename-cell): Use hash map for named cells, but accept also
3884 renaming back to A1-like.
3885
3886 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * emacs-lisp/advice.el: Use new dynamic docstrings.
3889 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3890 Use dynamic-docstring-function instead of ad-advice-info.
3891 (ad--make-advised-docstring): New function extracted from
3892 ad-make-advised-docstring.
3893 (ad-make-advised-docstring): Use it.
3894 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3895 from sql-help.
3896 (sql-help): Use it with dynamic-docstring-function.
3897
3898 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3899
3900 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * files.el (hack-one-local-variable--obsolete): New function.
3903 (hack-one-local-variable): Use it for obsolete settings.
3904
3905 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3906 the new name.
3907
3908 * progmodes/js.el (js--filling-paragraph): New var.
3909 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3910 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3911 less sneaky.
3912
3913 2012-11-08 Julien Danjou <julien@danjou.info>
3914
3915 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3916 `auto-mode-alist' (Bug#12835).
3917
3918 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3921 (perl--prettify-symbols-alist): New const.
3922 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3923 New functions.
3924 (perl-font-lock-keywords-2): Use them.
3925 (perl-electric-noindent-p): New function.
3926 (perl-mode): Use it to set up electric-indent-mode.
3927 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3928 (perl-mode-map): Remove bindings for them.
3929 (perl-imenu-generic-expression, perl-outline-level):
3930 Match functions&packages in column>0.
3931
3932 * env.el (env--substitute-vars-regexp): New const.
3933 (substitute-env-vars): Use it. Add `only-defined' arg.
3934 * net/tramp.el (tramp-replace-environment-variables): Use it.
3935
3936 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3937 Byte-compile *before* eval in eval-and-compile.
3938 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3939 (byte-compile-file-form-autoload): Don't hide actual definition.
3940 (byte-compile-maybe-guarded): Accept `functionp' as well.
3941
3942 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3943
3944 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * notifications.el (notifications-get-server-information-method):
3947 New defconst.
3948 (notifications-get-capabilities): Fix docstring.
3949 (notifications-get-server-information): New defun.
3950
3951 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3952
3953 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3954 readability.
3955
3956 * textmodes/ispell.el: Experimental support for support debugging.
3957 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3958 buffer for ispell.
3959 (ispell-print-if-debug): New function to print stuff to
3960 `ispell-debug-buffer' if debugging is enabled.
3961 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3962 show some debugging info.
3963 (ispell-buffer-with-debug): New function that creates a debugging
3964 buffer and calls `ispell-buffer' with debugging enabled.
3965
3966 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3967 comment in autoconf mode. (Bug#12768)
3968
3969 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3970
3971 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3972 frame-first-window, frame-root-window, frame-selected-window,
3973 minibuffer-selected-window, minibuffer-window,
3974 window-absolute-pixel-edges, window-at, window-body-height,
3975 window-body-width, window-display-table, window-combination-limit,
3976 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3977 window-inside-edges, window-inside-pixel-edges, window-left-child,
3978 window-left-column, window-margins, window-next-buffers,
3979 window-next-sibling, window-new-normal, window-new-total,
3980 window-normal-size, window-parameter, window-parameters, window-parent,
3981 window-pixel-edges, window-point, window-prev-buffers,
3982 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3983 window-start, window-text-height, window-top-child, window-top-line,
3984 window-total-height, window-total-width and window-use-time to the list
3985 of functions without side-effects.
3986 (toplevel): Add window-valid-p to the list of error-free functions
3987 without side-effects.
3988
3989 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3990
3991 * textmodes/ispell.el (ispell-program-name):
3992 Update spellchecker parameters when customized.
3993
3994 2012-11-04 Glenn Morris <rgm@gnu.org>
3995
3996 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3997
3998 2012-11-04 Chong Yidong <cyd@gnu.org>
3999
4000 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4001 same-window-* variables.
4002
4003 2012-11-04 Juri Linkov <juri@jurta.org>
4004
4005 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4006 (isearch-describe-key, isearch-describe-mode): Use a display
4007 action instead of binding same-window-* variables (Bug#10040).
4008
4009 2012-11-03 Glenn Morris <rgm@gnu.org>
4010
4011 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4012 Rename handler properties back from cl-- to cl-. (Bug#12788)
4013
4014 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4015
4016 2012-11-03 Eli Zaretskii <eliz@gnu.org>
4017
4018 * term/pc-win.el: Don't load term/internal from here.
4019
4020 * loadup.el: Load term/internal from here.
4021
4022 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
4023
4024 * progmodes/python.el (inferior-python-mode): Fix hang in
4025 jit-lock (Bug#12645).
4026
4027 2012-11-03 Martin Rudalics <rudalics@gmx.at>
4028
4029 * window.el (switch-to-visible-buffer)
4030 (switch-to-buffer-preserve-window-point): Fix doc-strings.
4031
4032 2012-11-03 Glenn Morris <rgm@gnu.org>
4033
4034 * emacs-lisp/cl-lib.el (cl--random-time):
4035 Rename from cl-random-time. (Bug#12773)
4036 (cl--gensym-counter, cl--random-state): Update callers.
4037 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4038
4039 2012-11-03 Chong Yidong <cyd@gnu.org>
4040
4041 * cus-start.el: Make cursor-type customizable (Bug#11633).
4042
4043 2012-11-02 Glenn Morris <rgm@gnu.org>
4044
4045 * filecache.el: No need to load find-lisp when compiling.
4046 (find-lisp-find-files): Autoload it.
4047 (file-cache-add-directory-recursively): Don't require find-lisp.
4048
4049 * image.el (image-type-from-file-name): Trivial simplification.
4050
4051 * emacs-lisp/bytecomp.el (byte-compile-eval):
4052 Decouple "noruntime" and "cl-functions" warnings.
4053
4054 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
4055
4056 * play/gomoku.el (gomoku-display-statistics): Update mode line
4057 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4058
4059 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4060
4061 * window.el (quit-restore-window): If the window has been
4062 created on an existing frame and ended up as the sole window on
4063 that frame, do not delete it (Bug#12764).
4064
4065 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4068 Rename from sh--inside-arithmetic-expression, handle more cases
4069 (bug#11263).
4070
4071 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4072 (sh-font-lock-open-heredoc): Use it (bug#12770).
4073
4074 2012-10-30 Glenn Morris <rgm@gnu.org>
4075
4076 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
4077
4078 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
4079
4080 2012-10-29 Chong Yidong <cyd@gnu.org>
4081
4082 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4083 function key is stored in a keyboard macro (Bug#4894).
4084
4085 * thingatpt.el (number-at-point): Apply a thing-at-point property.
4086
4087 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4090 header comments".
4091 (diff-unified->context, diff-context->unified)
4092 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4093
4094 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4095
4096 * files.el (find-alternate-file): Only ask one question (bug#12487).
4097
4098 2012-10-29 Chong Yidong <cyd@gnu.org>
4099
4100 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4101 Suggested by Dan Nicolaescu (Bug#6326).
4102
4103 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4104
4105 * startup.el (fancy-about-screen): Don't message (Bug#12680).
4106
4107 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4108
4109 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4110
4111 * face-remap.el (face-remap-add-relative): Handle the case where a
4112 face-remapping-alist entry is a cons cell (Bug#12762).
4113
4114 2012-10-29 Kevin Ryde <user42@zip.com.au>
4115
4116 * woman.el (woman-parse-numeric-value): Handle picas correctly
4117 (Bug#12639).
4118
4119 2012-10-29 Glenn Morris <rgm@gnu.org>
4120
4121 * emacs-lisp/cl.el (defsetf): Doc fix.
4122
4123 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4126 syntax to the matching opener, if any (bug#12547).
4127 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4128 matching open as a "case-(".
4129 (sh-smie-rc-grammar): Add a corresponding rule for it.
4130
4131 2012-10-28 Daniel Hackney <dan@haxney.org>
4132
4133 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4134 "PKGNAME-autoloads.el" in case we created it.
4135
4136 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4139 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4140 (completion--twq-all): Disable too-strict assertions.
4141
4142 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4143
4144 2012-10-27 Eli Zaretskii <eliz@gnu.org>
4145
4146 * profiler.el (profiler-report-make-entry-part): Fix help-echo
4147 text to match the real keybindings.
4148
4149 2012-10-27 Juri Linkov <juri@jurta.org>
4150
4151 * wdired.el (wdired-keep-marker-rename): New defcustom.
4152 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4153 (Bug#11795)
4154
4155 * dired.el (dired-keep-marker-rename): Add reference to
4156 `wdired-keep-marker-rename' in the docstring.
4157 Add default character value ?R to display initially in
4158 Customization UI instead of ?@.
4159
4160 2012-10-27 Martin Rudalics <rudalics@gmx.at>
4161
4162 * window.el (display-buffer): In doc-string describe
4163 window-height and window-width alist entries.
4164
4165 * time.el (display-time-world): Restore fit-window-to-buffer
4166 behavior.
4167
4168 2012-10-27 Chong Yidong <cyd@gnu.org>
4169
4170 * subr.el (insert-buffer-substring-as-yank): Doc fix.
4171
4172 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
4173
4174 * minibuffer.el (completion-category-overrides): New completion
4175 category `bookmark' (bug#11131).
4176
4177 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * emacs-lisp/advice.el (ad-assemble-advised-definition):
4180 Silence bogus compiler warnings for ad-do-it.
4181
4182 * bookmark.el (bookmark-completing-read): Set the completion category
4183 to `bookmark' (bug#11131).
4184
4185 2012-10-26 Bastien <bzg@altern.org>
4186 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * face-remap.el: Use lexical-binding.
4189 (text-scale-adjust): Improve docstring. Use itself for the temporary
4190 overlay-map bindings, so as to repeat the "Use..." message each time.
4191
4192 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * emacs-lisp/macroexp.el (macroexp--expand-all):
4195 Obey byte-compile-warning-enabled-p (bug#12486).
4196
4197 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4198 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4199
4200 2012-10-26 Martin Rudalics <rudalics@gmx.at>
4201
4202 * mouse.el (mouse-drag-line): Move last form into preceding when
4203 clause (Bug#12731).
4204
4205 * help.el (resize-temp-buffer-window): Fix doc-string.
4206
4207 2012-10-25 David Engster <deng@randomsample.de>
4208
4209 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4210 Remove. This feature is already integrated in imenu.
4211
4212 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4213 always loaded. Require `speedbar' unconditionally.
4214
4215 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4218
4219 * minibuffer.el (minibuffer-force-complete): Fix thinko.
4220
4221 * net/ldap.el (ldap-search-internal): The official ldif format starts
4222 with a "version: 1" header (bug#12724).
4223
4224 * emacs-lisp/package.el (package-installed-p): Warn if not ready
4225 (bug#12721).
4226
4227 2012-10-25 Glenn Morris <rgm@gnu.org>
4228
4229 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4230
4231 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * minibuffer.el (minibuffer-force-complete): Use one more marker
4234 for the temporary-overlay-map command (bug#12619).
4235
4236 2012-10-24 Chong Yidong <cyd@gnu.org>
4237
4238 * time.el (display-time-world-mode): Derive from special-mode.
4239 (display-time-world): Use display-buffer (Bug#12708).
4240 (display-time-world-mode-map): Variable deleted.
4241 (display-time-world-display): Wrap the final delete-char inside
4242 inhibit-read-only.
4243
4244 2012-10-24 Chong Yidong <cyd@gnu.org>
4245
4246 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4247 Doc fix.
4248
4249 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4250
4251 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * minibuffer.el (completion--all-sorted-completions-location): New var.
4254 (completion--cache-all-sorted-completions)
4255 (completion--flush-all-sorted-completions): Use it.
4256 (completion-in-region, completion-in-region--postch)
4257 (completion-at-point, completion-help-at-point): Use markers in
4258 completion-in-region--data (bug#12619).
4259
4260 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * progmodes/compile.el (compilation-start): Try to handle common
4263 quoting of `cd' argument (bug#12640).
4264
4265 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4266 (bug#12671).
4267
4268 2012-10-23 Glenn Morris <rgm@gnu.org>
4269
4270 * progmodes/gud.el (gud-menu-map):
4271 Check gdb-active-process is bound. (Bug#12358)
4272
4273 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * repeat.el (repeat): Set real-this-command (bug#12232).
4276
4277 * htmlfontify.el (hfy-post-html-hook):
4278 * filesets.el (filesets-cache-fill-content-hook):
4279 * arc-mode.el (archive-extract-hook):
4280 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4281 * net/rcirc.el (rcirc-sentinel-functions)
4282 (rcirc-receive-message-functions, rcirc-activity-functions)
4283 (rcirc-print-functions):
4284 * net/dbus.el (dbus-event-error-functions):
4285 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4286 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4287 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4288 * term/sun.el (sun-raw-prefix-hooks):
4289 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4290
4291 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
4292
4293 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4294 Set `tramp-chunksize' to 1. This improves the performance.
4295 (tramp-smb-wait-for-output): Add timeout to
4296 `tramp-accept-process-output' calls.
4297
4298 2012-10-23 Chong Yidong <cyd@gnu.org>
4299
4300 * faces.el (font-list-limit): Define as an obsolete variable.
4301
4302 * startup.el (command-line):
4303 * cus-start.el: Don't refer to font-list-limit.
4304
4305 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4306
4307 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * subr.el (internal-temp-output-buffer-show): Rename from
4310 temp-output-buffer-show, since previously compiled files expect this name.
4311
4312 2012-10-23 Glenn Morris <rgm@gnu.org>
4313
4314 * image.el (image-type-from-file-name): If multiple types match,
4315 return the first one that is supported. (Bug#9045)
4316
4317 2012-10-22 Glenn Morris <rgm@gnu.org>
4318
4319 * image.el (imagemagick-enabled-types): Doc fix.
4320
4321 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
4322
4323 * progmodes/which-func.el (which-func-current): The hash-table may have
4324 an explicit nil (bug#12338).
4325
4326 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * electric.el (electric-pair-delete-selection-self-insert-function):
4329 Rename to electric-pair-will-use-region, return a boolean.
4330 (electric-pair-mode): Adjust accordingly. Don't require delsel.
4331
4332 * delsel.el (delete-selection-helper): Use a function instead of a hook.
4333 (delete-selection-pre-hook): Use use-region-p.
4334 (delete-selection-self-insert-function): Remove.
4335 (self-insert-command): Obey self-insert-uses-region-functions.
4336 (self-insert-iso): Revert to previous setting, since we don't actually
4337 know what that command does.
4338 (delete-selection-self-insert-hooks): Remove.
4339
4340 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
4341
4342 * delsel.el (delete-selection-helper): New function, extracted from
4343 delete-selection-pre-hook.
4344 (delete-selection-pre-hook): Use it.
4345 (delete-selection-self-insert-function): New function.
4346 (delete-selection-self-insert-hooks): New hook.
4347 (self-insert-command, self-insert-iso): Use it.
4348 * electric.el (electric-pair-syntax): New function, extracted from
4349 electric-pair-post-self-insert-function.
4350 (electric-pair-post-self-insert-function): Use it.
4351 (electric-pair-delete-selection-self-insert-function): New function.
4352 (electric-pair-mode): Require delsel and setup
4353 delete-selection-self-insert-hooks (bug#11520).
4354
4355 2012-10-20 Chong Yidong <cyd@gnu.org>
4356
4357 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4358 no changes to show (Bug#12586).
4359
4360 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4361 list explicitly (Bug#12571).
4362
4363 2012-10-20 Arne Jørgensen <arne@arnested.dk>
4364
4365 * progmodes/flymake.el (flymake-create-temp-inplace):
4366 Use file-truename.
4367
4368 2012-10-20 Eli Zaretskii <eliz@gnu.org>
4369
4370 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
4371
4372 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4373
4374 * calc/calc-units.el (math-extract-units): Properly extract powers
4375 of units.
4376
4377 2012-10-20 Daniel Colascione <dancol@dancol.org>
4378
4379 * frame.el (make-frame): Set x-display-name as we used to in order
4380 to unbreak creating an X11 frame from an Emacs daemon started
4381 without a display.
4382
4383 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4386 the same completion-field (bug#12221).
4387
4388 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4389
4390 * emacs-lisp/debug.el (debug): Record height of debugger window
4391 also when debugger will be back (Bug#8789).
4392
4393 2012-10-18 Chong Yidong <cyd@gnu.org>
4394
4395 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4396 Convert to defcustom.
4397 (gdb-get-source-file): Don't bind pop-up-windows.
4398
4399 * progmodes/gud.el (gud-display-line): Don't specially re-use
4400 other frames for the gdb-mi case (Bug#12648).
4401
4402 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * emacs-lisp/advice.el: Clean up commentary a bit.
4405 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4406 (byte-code-function-p): Never redefine.
4407
4408 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4409
4410 2012-10-18 Glenn Morris <rgm@gnu.org>
4411
4412 * dired.el (dired-sort-toggle): Some ls implementations only allow
4413 a single option string. (Bug#12666)
4414
4415 * minibuffer.el (completion-cycle-threshold): Doc fix.
4416
4417 2012-10-17 Kenichi Handa <handa@gnu.org>
4418
4419 * international/mule.el (set-keyboard-coding-system):
4420 Recover input meta mode when the new coding system doesn not use 8-bit.
4421 Supply TERMINAL arg to set-input-meta-mode.
4422
4423 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4424
4425 * wdired.el (wdired-old-marks): New variable.
4426 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4427 (wdired-do-renames): Move point with renamed file and don't lose
4428 mark status (Bug#11795).
4429
4430 2012-10-16 Juri Linkov <juri@jurta.org>
4431
4432 * replace.el (query-replace-help): Mention multi-buffer replacement
4433 keys in the Help message. (Bug#12655)
4434
4435 2012-10-15 Chong Yidong <cyd@gnu.org>
4436
4437 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4438
4439 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4440
4441 * window.el (display-buffer): Doc fix.
4442
4443 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4444 Adjust the msft regexp to the output of Studio 2010, and move msft
4445 before edg-1. See the discussion on emacs-devel,
4446 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4447 for the details.
4448
4449 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4452 (oset): Move uses of object-class-fast macro after its definition.
4453
4454 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4455
4456 2012-10-13 Chong Yidong <cyd@gnu.org>
4457
4458 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4459 enabled, re-enable it (Bug#11963).
4460
4461 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4462
4463 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4464 non-nil, restore window configuration (Bug#12623).
4465
4466 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * help-fns.el (describe-variable, describe-function-1):
4469 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4470
4471 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4472
4473 2012-10-12 Glenn Morris <rgm@gnu.org>
4474
4475 * mail/rmailsum.el (rmail-header-summary):
4476 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4477
4478 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4479
4480 * progmodes/python.el (python-mode-map):
4481 Replace subtitute-key-definition with proper command remapping.
4482 (python-nav--up-list): Fix behavior for blocks on the same level.
4483
4484 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4487
4488 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4489 changes to the format of load-history.
4490
4491 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4492 completion-ignore-case in case that var is buffer-local (bug#12615).
4493
4494 2012-10-11 Kenichi Handa <handa@gnu.org>
4495
4496 * international/eucjp-ms.el: Re-generated.
4497
4498 2012-10-10 Kenichi Handa <handa@gnu.org>
4499
4500 * select.el (xselect--encode-string): If a coding is specified for
4501 selection, and that is compatible with COMPOUND_TEXT, use it.
4502
4503 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4504
4505 * window.el (switch-to-buffer-preserve-window-point): New option.
4506 (switch-to-buffer):
4507 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4508
4509 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4512 Don't document nil as a useful value (bug#12583).
4513
4514 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4515
4516 * net/tramp.el (tramp-debug-message):
4517 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4518 (with-tramp-progress-reporter): Rename from
4519 `tramp-with-progress-reporter'.
4520 (with-tramp-file-property, with-tramp-connection-property):
4521 Move from tramp-cache.el, rename from `with-file-property' and
4522 `with-connection-property', respectively.
4523
4524 * net/tramp-cache.el: Remove `with-file-property' and
4525 `with-connection-property'.
4526
4527 * net/tramp.el:
4528 * net/tramp-gvfs.el:
4529 * net/tramp-sh.el:
4530 * net/tramp-smb.el: Adapt callees.
4531
4532 * net/trampver.el: Update release number.
4533
4534 2012-10-09 Glenn Morris <rgm@gnu.org>
4535
4536 * w32-fns.el (set-message-beep):
4537 * term/w32-win.el (set-message-beep): Update declarations.
4538
4539 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4542 (mode-line-widen, mode-line-input-method-map)
4543 (mode-line-coding-system-map, mode-line-remote)
4544 (mode-line-unbury-buffer, mode-line-bury-buffer)
4545 (mode-line-next-buffer, mode-line-previous-buffer):
4546 Replace save-selected-window+select-window => with-selected-window.
4547
4548 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4549 * progmodes/cc-vars.el (bq-process): Remove, unused.
4550
4551 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4552
4553 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4554
4555 Implemented `backward-up-list'-like navigation.
4556 * progmodes/python.el (python-nav-up-list)
4557 (python-nav-backward-up-list): New functions.
4558 (python-mode-map): Define substitute key for backward-up-list to
4559 python-nav-backward-up-list.
4560
4561 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4562
4563 * progmodes/python.el (python-fill-paragraph): Rename from
4564 python-fill-paragraph-function. Fixed fill-paragraph for
4565 decorators (Bug#12605).
4566
4567 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4568
4569 * progmodes/python.el (python-shell-output-filter): Handle extra
4570 carriage return in OSX (Bug#12409).
4571
4572 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4573
4574 Fix shell handling of unbalanced quotes and parens in output.
4575 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4576 (python-syntax-propertize-function): Use it.
4577 (python-shell-output-syntax-table): New var.
4578 (inferior-python-mode): Prevent unbalanced parens/quotes from
4579 previous output mess with current input context.
4580
4581 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4582
4583 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4584 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4585
4586 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4587
4588 * ffap.el (ffap-replace-file-component): Support Tramp file name
4589 syntax, not only ange-ftp's one.
4590
4591 2012-10-08 Glenn Morris <rgm@gnu.org>
4592
4593 * cus-start.el (message-log-max): Set :version.
4594
4595 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4596
4597 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4598
4599 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4600 the minibuffer window (Bug#10851).
4601
4602 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4603
4604 Enhancements on forward-sexp movement.
4605 * progmodes/python.el (python-nav-beginning-of-statement)
4606 (python-nav-end-of-statement): Return point-marker.
4607 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4608 (python-info-current-symbol)
4609 (python-info-statement-starts-block-p): Rename from
4610 python-info-beginning-of-block-p.
4611 (python-info-statement-ends-block-p): Rename from
4612 python-info-end-of-block-p.
4613 (python-info-beginning-of-statement-p)
4614 (python-info-end-of-statement-p)
4615 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4616 New functions.
4617
4618 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4621 frame-selected-windows.
4622
4623 2012-10-08 Daniel Colascione <dancol@dancol.org>
4624
4625 * battery.el (battery-status-function): Check for
4626 w32-battery-status itself, not system-time windows-nt.
4627
4628 * frame.el: Require cl-lib.
4629 (display-format-alist): New variable mapping frame types to
4630 functions that initialize them.
4631 (window-system-for-display): New function: interprets
4632 display-format-alist.
4633 (make-frame-on-display): Remove existing display-selection logic
4634 and just forward to make-frame, which will now DTRT.
4635 (make-frame): Restructure to use window-system-for-display to
4636 figure out how to create a frame on a given display.
4637 (display-mouse-p): Look for frame-type w32, not a particular
4638 system-type.
4639
4640 * loadup.el: Load w32 lisp code when we have the w32 feature.
4641
4642 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4643 system-type windows-nt.
4644
4645 * server.el (server-create-window-system-frame): Look for window
4646 type.
4647 (server-proces-filter): Only force a window system when windows-nt
4648 _and_ w32. Explain why.
4649
4650 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4651 of window systems we configure for the mode.
4652
4653 * startup.el (command-line): Mark window system is initialized
4654 after we've done it.
4655
4656 * common-win.el (x-select-text): Look for w32, not windows-nt.
4657
4658 * ns-win.el: Require cl-lib. Add ourselves to
4659 display-format-alist.
4660 (ns-initialize-window-system): Assert we're not initialized twice.
4661
4662 * w32-win.el: Enable lexical binding; require cl-lib; add
4663 ourselves to display-format-alist.
4664 (w32-handle-dropped-file): Convert incoming dropped files from
4665 Windows paths to Cygwin ones before passing them on to the rest of
4666 Emacs.
4667 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4668 (w32-initialize-window-system): Assert we're not initialized twice.
4669
4670 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4671 (x-initialize-window-system): Assert we're not initialized twice.
4672
4673 * w32-common-fns.el: New File.
4674 (w32-version, w32-using-nt, w32-get-clipboard-data)
4675 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4676 (w32-charset-info-alist, x-last-selected, text)
4677 (x-get-selection-value, x-selection-value): Move here.
4678
4679 * w32-fns.el: Require w32-common-fns.
4680 (w32-version, w32-using-nt, w32-get-clipboard-data)
4681 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4682 (w32-charset-info-alist, x-last-selected, text)
4683 (x-get-selection-value, x-selection-value): Move to
4684 w32-common-fns.
4685
4686 * w32-vars.el:
4687 (w32-allow-system-shell, w32-system-shells): Define only in
4688 non-cygwin case.
4689
4690 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4693 (read-passwd): Remove a few more potential sources of leaks.
4694
4695 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4696
4697 * progmodes/python.el (inferior-python-mode)
4698 (python-shell-make-comint): Fix initialization of local
4699 variables copied from parent buffer.
4700
4701 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4702
4703 * term/ns-win.el (ns-read-file-name): Update declaration to match
4704 nsfns.m.
4705 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4706 it is set when font is acted upon.
4707
4708 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4709
4710 Enhancements to indentation.
4711 * progmodes/python.el (python-indent-context): Give priority to
4712 inside-string context. Make comments indentation markers.
4713 (python-indent-region): Do not mess with strings, unless it's the
4714 enclosing set of quotes.
4715
4716 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * window.el (internal--before-save-selected-window)
4719 (internal--after-save-selected-window): New functions extracted from
4720 save-selected-window. Make sure we return the `alist' we construct.
4721 (save-selected-window): Use them.
4722
4723 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4724 Use with-selected-window.
4725
4726 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4727 forms that define macros (bug#12593).
4728
4729 2012-10-07 Kenichi Handa <handa@gnu.org>
4730
4731 * international/mule-conf.el (compound-text-with-extensions):
4732 Add :mime-charset property as x-ctext.
4733
4734 2012-10-07 Stefan Merten <smerten@oekonux.de>
4735
4736 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4737 (rst-indent-literal-normal, rst-indent-literal-minimized)
4738 (rst-indent-comment): Correct :version tag.
4739 (rst-official-cvs-rev): Correct version string.
4740
4741 2012-10-07 Glenn Morris <rgm@gnu.org>
4742
4743 * mail/rmailmm.el (rmail-mime-process-multipart):
4744 Do not confuse a multipart message with an epilogue
4745 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4746
4747 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4748
4749 Fix shell output retrieval and comint-prompt-regexp init.
4750 * progmodes/python.el (inferior-python-mode):
4751 (python-shell-make-comint): Fix initialization of
4752 comint-prompt-regexp from copied file local variables.
4753 (python-shell-fetched-lines): Remove var.
4754 (python-shell-output-filter-in-progress): Rename from
4755 python-shell-fetch-lines-in-progress.
4756 (python-shell-output-filter-buffer): Rename from
4757 python-shell-fetch-lines-string.
4758 (python-shell-fetch-lines-filter): Delete function.
4759 (python-shell-output-filter): New function.
4760 (python-shell-send-string-no-output): Use them.
4761
4762 2012-10-07 Glenn Morris <rgm@gnu.org>
4763
4764 * hi-lock.el (hi-lock-process-phrase):
4765 Try to make it less fragile. (Bug#7161)
4766
4767 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4768
4769 2012-10-06 Glenn Morris <rgm@gnu.org>
4770
4771 * ehelp.el (electric-help-mode): Use help-mode rather than
4772 non-existent mode `help'.
4773 (electric-help-map): Use button-buffer-map. (Bug#10917)
4774
4775 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4776 (reftex-create-bibtex-footer): Fix custom types.
4777
4778 * progmodes/sh-script.el (sh-indent-after-continuation):
4779 Add explicit :group.
4780
4781 * textmodes/rst.el (rst-preferred-decorations)
4782 (rst-shift-basic-offset): Clarify obsolescence versions.
4783
4784 * profiler.el (profiler): Add missing group :version tag.
4785 * avoid.el (mouse-avoidance-banish-position):
4786 * proced.el (proced-renice-command):
4787 * calc/calc.el (calc-ensure-consistent-units):
4788 * calendar/icalendar.el (icalendar-import-format-uid):
4789 * net/tramp.el (tramp-save-ad-hoc-proxies):
4790 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4791 * progmodes/flymake.el (flymake-error-bitmap)
4792 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4793 * progmodes/sh-script.el (sh-indent-after-continuation):
4794 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4795 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4796 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4797 (vhdl-array-index-record-field-in-sensitivity-list)
4798 (vhdl-indent-comment-like-next-code-line):
4799 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4800 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4801 (reftex-cite-key-separator, reftex-create-bibtex-header)
4802 (reftex-create-bibtex-footer):
4803 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4804 (rst-indent-literal-normal, rst-indent-literal-minimized)
4805 (rst-indent-comment): Add missing custom :version tags.
4806
4807 * calendar/timeclock.el (timeclock-modeline-display):
4808 Add missing obsolete alias for renamed user option.
4809
4810 * strokes.el (strokes-modeline-string):
4811 * emulation/crisp.el (crisp-mode-modeline-string):
4812 * eshell/esh-mode.el (eshell-status-in-modeline):
4813 Aliases to defcustoms must come before the defcustom.
4814
4815 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4816 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4817 (cal-tex-cursor-week-monday): Doc fixes.
4818 (cal-tex-cursor-week2-summary): Doc fix.
4819 Rename from cal-tex-cursor-week-at-a-glance.
4820
4821 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4822 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4823
4824 * calendar/calendar.el (calendar-mode-map):
4825 Add cal-tex-cursor-week2-summary.
4826
4827 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4830
4831 * subr.el (read-passwd-map): New var.
4832 (read-passwd): Use `read-string' again.
4833 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4834
4835 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4836
4837 * register.el (append-to-register, prepend-to-register):
4838 Deactivate mark, as does `copy-to-register' (bug#12389).
4839
4840 2012-10-06 Chong Yidong <cyd@gnu.org>
4841
4842 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4843
4844 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4845
4846 * international/characters.el: Fix simple mistake ((car chars) ->
4847 elt), delete duplicated code.
4848
4849 2012-10-06 Glenn Morris <rgm@gnu.org>
4850
4851 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4852
4853 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4854
4855 * color.el (color-hsl-to-rgb): Fix incorrect results for
4856 small and large hue values. (Bug#12559)
4857
4858 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4859
4860 Enhancements to docstring formatting when filling paragraphs.
4861 * progmodes/python.el (python-fill-docstring-style): Rename from
4862 python-fill-string-style. Added new style.
4863 (python-fill-string): Use new style. Better checks for
4864 docstrings.
4865
4866 2012-10-05 Glenn Morris <rgm@gnu.org>
4867
4868 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4869
4870 * color.el (color-name-to-rgb, color-rgb-to-hex)
4871 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4872 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4873 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4874 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4875
4876 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4877
4878 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4881 to get the correct size across symlinks.
4882
4883 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4884
4885 2012-10-04 Juri Linkov <juri@jurta.org>
4886
4887 * replace.el (query-replace-interactive): Declare obsolete.
4888 (query-replace-read-from): Add the last incremental search string
4889 to the list of default values accessible via M-n.
4890 (map-query-replace-regexp): Use `read-regexp'.
4891 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4892 (map-query-replace-regexp, replace-string, replace-regexp):
4893 Fix docstrings to replace mentions of `query-replace-interactive'
4894 with alternatives. (Bug#12526)
4895
4896 2012-10-04 Juri Linkov <juri@jurta.org>
4897
4898 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4899 (dired-pop-to-buffer): Declare obsolete.
4900 (dired-mark-pop-up): Doc fix.
4901
4902 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4903
4904 Allow user to set docstring style for fill-paragraph.
4905 * progmodes/python.el
4906 (python-fill-comment-function, python-fill-string-function)
4907 (python-fill-decorator-function, python-fill-paren-function):
4908 Remove :safe for defcustoms.
4909 (python-fill-string-style): New defcustom
4910 (python-fill-paragraph-function): Enhance context detection.
4911 (python-fill-string): Honor python-fill-string-style settings.
4912
4913 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4914
4915 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4916 after setting its buffer (Bug#10805).
4917
4918 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4919
4920 Fix cornercase for string syntax.
4921 * progmodes/python.el (python-syntax-propertize-function):
4922 Simplify and enhance the regexp for unescaped quotes. Now it also
4923 matches quotes in weird situations like the single quote in
4924 "something\"'".
4925 (python-syntax-stringify): Simplify num-quotes detecting code.
4926
4927 2012-10-03 Glenn Morris <rgm@gnu.org>
4928
4929 * help-macro.el (three-step-help):
4930 Revert 2012-09-29 change. (Bug#12567)
4931
4932 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4933
4934 * menu-bar.el (kill-this-buffer): Don't do anything when
4935 `menu-frame' is not alive or visible (Bug#8184).
4936
4937 * emacs-lisp/debug.el (debug): When quitting the debugger window
4938 restore current buffer (Bug#12502).
4939
4940 2012-10-02 Chong Yidong <cyd@gnu.org>
4941
4942 * progmodes/hideif.el (hif-lookup, hif-defined):
4943 Handle semantic-c-takeover-hideif.
4944
4945 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4946
4947 Change sampling interval units from ms to ns.
4948 * profiler.el (profiler-sampling-interval): Change units
4949 from ms to ns, multiplying the default by 1000000 so that
4950 it remains 1 ms.
4951 (profiler-report-cpu-line-format): Give enough room for
4952 the maximum counters on 64-bit hosts.
4953 (profiler-report-render-calltree-1): Call them "CPU samples",
4954 not "Time (ms)", since they are not milliseconds now (and
4955 never really were).
4956
4957 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4958
4959 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4960 Fix querying BBDB for entries without a last name (Bug#11580).
4961
4962 2012-10-02 Chong Yidong <cyd@gnu.org>
4963
4964 * emacs-lisp/eieio.el: Restore Version header.
4965
4966 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * vc/diff-mode.el (diff--auto-refine-data): New var.
4969 (diff-hunk): Use it to delay refinement.
4970 (diff-mode): Remove overlays when we turn off font-lock.
4971
4972 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4973 (table-initialize-table-fixed-width-mode)
4974 (table-set-table-fixed-width-mode): Remove functions.
4975 (table-command-list): Move initialization into declaration.
4976 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4977 (table-with-cache-buffer): Use `declare'.
4978 (table-span-cell): Simplify via CSE.
4979 (table-fixed-width-mode): Use define-minor-mode.
4980 (table-call-interactively, table-funcall, table-apply): Remove.
4981 (table-function): New function, to replace them.
4982
4983 * bookmark.el (bookmark-search-pattern): Remove var.
4984 (bookmark-read-search-input): Remove function.
4985 (bookmark-bmenu-search): Reimplement using a minibuffer.
4986
4987 * faces.el (modeline): Remove obsolete face name.
4988
4989 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4990 and give a non-nil default value.
4991 (add-change-log-entry): Simplify accordingly.
4992
4993 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4994
4995 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4996 (vc-git-log-edit-toggle-amend): New function.
4997 (vc-git-log-edit-toggle-signoff): New function.
4998 (vc-git-log-edit-mode): New major mode.
4999 (vc-git-log-edit-mode-map): Keymap for it.
5000 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5001
5002 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5003 header names.
5004 (log-edit-toggle-header): New function.
5005 (log-edit-extract-headers): Accept function values in HEADERS alist.
5006
5007 2012-10-01 David Engster <deng@randomsample.de>
5008
5009 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5010 from symbol property and change message to be more consistent with
5011 Emacs proper.
5012 (eieio-describe-generic): Add filename for each implementation.
5013 Fix indices for generic and normal methods.
5014 (eieio-method-def, eieio-class-def): New buttons.
5015 (eieio-help-find-method-definition)
5016 (eieio-help-find-class-definition): New functions.
5017 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5018 class, constructor and method definitions.
5019
5020 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5021 information in symbol property.
5022 (scoped-class): Remove.
5023 (eieio-slot-name-index, call-next-method): Check if it is bound.
5024
5025 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
5026
5027 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5028 (eieio-custom-mode): New major mode.
5029 (eieio-customize-object): Use it.
5030
5031 2012-10-01 Eric Ludlam <zappo@gnu.org>
5032
5033 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5034 specifying the expected class, and whether subclassing is allowed.
5035 (eieio-persistent-convert-list-to-object):
5036 (eieio-persistent-validate/fix-slot-value)
5037 (eieio-persistent-slot-type-is-class-p): New functions.
5038 (eieio-named::slot-missing): Doc fix.
5039
5040 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5041 Stop using unused publd variable.
5042
5043 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5044 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5045 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5046 (eieio-speedbar-handle-click): Do not specify a class for the
5047 method. Fixes method invocation order problems with EDE.
5048
5049 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5052 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5053
5054 2012-10-01 Karl Fogel <kfogel@red-bean.com>
5055
5056 * bookmark.el (bookmark-version-control): Give tags in the
5057 :type choices (Bug#12309), and improve doc string.
5058 (bookmark-write-file): Bind `print-circle' to `t' to allow
5059 circular custom bookmark types. (Bug#12503)
5060
5061 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5062
5063 Revert the FOLLOW-SYMLINKS change for file-attributes.
5064 * files.el (remote-file-name-inhibit-cache, after-find-file):
5065 * time.el (display-time-file-nonempty-p): Undo last change.
5066
5067 * profiler.el (profiler-sampling-interval): Change default back to 1.
5068 See Stefan Monnier in
5069 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5070
5071 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
5072
5073 Shell output catching a la gud-gdb.
5074 * progmodes/python.el (python-shell-fetch-lines-in-progress)
5075 (python-shell-fetch-lines-string, python-shell-fetched-lines):
5076 New Vars.
5077 (python-shell-fetch-lines-filter): New function.
5078 (python-shell-send-string-no-output): Use them.
5079
5080 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
5081
5082 * profiler.el (profiler-sampling-interval): Rename from
5083 profiler-sample-interval.
5084 (profiler-sampling-interval): Default to 10.
5085 (profiler-find-profile): New command (was profiler-find-log).
5086 (profiler-find-profile-other-window): New command.
5087 (profiler-find-profile-other-frame): New command.
5088 (profiler-profile): Introduce API-level data structure.
5089
5090 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5091
5092 file-attributes has a new optional arg FOLLOW-SYMLINKS.
5093 * files.el (remote-file-name-inhibit-cache):
5094 * time.el (display-time-file-nonempty-p): Use it.
5095 * files.el (after-find-file): Don't chase links before calling
5096 file-exists-p, as file-exists-p already does the right thing.
5097
5098 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
5099
5100 Merge from standalone RefTeX repository.
5101
5102 The following ChangeLog entries are shortened versions of the
5103 original ones with file paths adapted. A not so strongly edited
5104 version of the original ChangeLog can be found in the commit log.
5105
5106 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5107 (reftex-arg-cite): Use `reftex-cite-key-separator'.
5108 Correctly handle new value type returned by `reftex-citation'.
5109
5110 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5111 that entries with whitespace at various places are found.
5112 Doc fix. Include entries that are cross-referenced from cited entries.
5113 Include @String definitions in the resulting bib file. Add header
5114 and footer defined in `reftex-create-bibtex-header' and
5115 `reftex-create-bibtex-footer'.
5116 (reftex-do-citation): Make it possible again to insert
5117 non-existent entries. Save match data when asking for optional
5118 arguments. Return all keys, not just the first one.
5119 (reftex-all-used-citation-keys): Fix regexp to correctly extract
5120 all citations in the same line.
5121 (reftex-parse-bibtex-entry): Accept additional optional argument
5122 `raw' and keep quotes or braces if it is non-nil. Match fields
5123 containing hyphens besides word constituents.
5124 (reftex-get-string-refs): New function.
5125 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5126 and ask if it should be reread in case it did.
5127 (reftex-pop-to-bibtex-entry)
5128 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5129 entries with spaces or tabs in front of arguments.
5130 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5131 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5132 Match entries containing numbers and symbol constituents.
5133 (reftex-do-citation, reftex-figure-out-cite-format):
5134 Use `reftex-cite-key-separator'.
5135
5136 * textmodes/reftex-dcr.el: Move provide statement to end of file.
5137 (reftex-mouse-view-crossref): Explain why point is set.
5138
5139 * textmodes/reftex-global.el: Whitespace changes.
5140
5141 * textmodes/reftex-index.el: Move provide statement to end of
5142 file.
5143 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5144 (reftex-index-visit-phrases-buffer): Set marker when visiting
5145 buffer. This allows for returning from the phrases file to the
5146 file one was just editing instead of the file where the last
5147 phrases was added from.
5148 (reftex-index-phrases-syntax-table): New variable. Give ?\"
5149 punctuation syntax as it usually is not used as string quote in
5150 TeX-related modes and may occur unmatched. The change also
5151 prevents fontification of quoted content.
5152 (reftex-index-phrases-mode): Use it.
5153
5154 * textmodes/reftex-parse.el (reftex-parse-from-file):
5155 Move backward one char if a `\' was matched after a section macro.
5156 (reftex-parse-from-file): Use beginning of match instead of end as
5157 bound.
5158
5159 * textmodes/reftex-ref.el: Adapt creation of
5160 `reftex-<package>-<macro>' functions to new structure of
5161 `reftex-ref-style-alist'.
5162 (reftex-reference): Use `reftex-ref-style-list' function.
5163 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
5164 reference macro if `reftex-ref-macro-prompt' is non-nil.
5165 (reftex-reference): Pass refstyle to `reftex-format-special'.
5166 Determine reference macro by looking at
5167 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5168 Use only one special format function.
5169 (reftex-varioref-vref, reftex-fancyref-fref)
5170 (reftex-fancyref-Fref): Remove definitions. The functions are now
5171 generated from `reftex-ref-style-alist'.
5172 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5173 Remove.
5174 (reftex-format-special): New function.
5175
5176 * textmodes/reftex-sel.el
5177 (reftex-select-cycle-ref-style-internal): Adapt to new structure
5178 of `reftex-ref-style-alist'. Remove code for testing macro type.
5179 (reftex-select-toggle-varioref)
5180 (reftex-select-toggle-fancyref): Remove.
5181 (reftex-select-cycle-ref-style-internal)
5182 (reftex-select-cycle-ref-style-forward)
5183 (reftex-select-cycle-ref-style-backward): New functions.
5184 (reftex-select-label-map): Use `v' and `V' for general cycling
5185 through reference styles. Add `p' for switching between number
5186 and page reference types.
5187
5188 * textmodes/reftex-toc.el (reftex-re-enlarge):
5189 Call `enlarge-window' only if there is something to do because in Emacs
5190 the horizontal version throws an error even if the parameter is 0.
5191
5192 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5193 (reftex-plug-into-AUCTeX): Doc fix.
5194 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5195 string. Adapt to new name.
5196 (reftex-ref-style-alist): Change structure so that it is not
5197 possible to use multiple different package names within a style.
5198 Remove the symbols for symbols for macro type distinction.
5199 Add characters for macro selection.
5200 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5201 (reftex-create-bibtex-footer): New variables.
5202 (reftex-format-ref-function): Mention third argument of special
5203 format function.
5204 (reftex-ref-style-alist, reftex-ref-style-default-list):
5205 New variables.
5206 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5207 to new implementation. Mark as obsolete. Add compatibility code
5208 for honoring the variable values in case they are set.
5209 (reftex-cite-format-builtin, reftex-bibliography-commands):
5210 Add support for ConTeXt.
5211 (reftex-format-ref-function, reftex-format-cite-function):
5212 Fix custom type.
5213 (reftex-cite-key-separator): New variable.
5214
5215 * textmodes/reftex.el (reftex-syntax-table-for-bib)
5216 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5217 `reftex-syntax-table' because parens have to retain their paren
5218 syntax in order for parsing of BibTeX entries like @book(...) to
5219 work.
5220 (reftex-in-comment): Do not error out if `comment-start-skip' is
5221 not set. Deal correctly with escaped comment characters.
5222 (reftex-tie-multifile-symbols): Add doc string.
5223 Initialize `reftex-ref-style-list'.
5224 (reftex-untie-multifile-symbols): Add doc string.
5225 (reftex-add-index-macros): Doc fix.
5226 (reftex-ref-style-activate, reftex-ref-style-toggle)
5227 (reftex-ref-style-list): New functions.
5228 (reftex-mode-menu): Use them. Adapt to new structure of
5229 `reftex-ref-style-alist'.
5230 (reftex-select-with-char): Kill the RefTeX Select buffer when
5231 done.
5232 (reftex-remove-if): New function.
5233 (reftex-erase-all-selection-and-index-buffers)
5234 (reftex-mode-menu): Reference styles are now computed from
5235 `reftex-ref-style-alist'. Fix typo.
5236 (reftex-report-bug): New function.
5237 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5238 algorithms with O(n log n). Introduce optional argument SORT (not
5239 yet used).
5240
5241 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
5242
5243 Enhancements for triple-quote string syntax.
5244 * progmodes/python.el (python-syntax-propertize-function):
5245 Match both quote cases in one regexp.
5246 (python-syntax-stringify): Handle matches properly.
5247
5248 2012-09-30 Juri Linkov <juri@jurta.org>
5249
5250 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5251 to nil around the call to `insert' to prevent
5252 directory time modification by lock_file. (Bug#2295)
5253 * tar-mode.el (tar-summarize-buffer): Idem.
5254
5255 2012-09-30 Juri Linkov <juri@jurta.org>
5256
5257 * facemenu.el (list-colors-sort): Add option "Luminance".
5258 (list-colors-sort-key): Implement it.
5259
5260 * vc/diff-mode.el (diff-refine-removed):
5261 * vc/ediff-init.el (ediff-fine-diff-A):
5262 * vc/smerge-mode.el (smerge-refined-removed):
5263 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
5264
5265 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5266
5267 * term/ns-win.el (x-file-dialog): New function.
5268
5269 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5270
5271 * ido.el (ido-max-directory-size): Default to nil; the current
5272 default is small for POSIX systems, and impractical on Windows 7
5273 now that lstat returns directory sizes for NTFS.
5274
5275 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5276
5277 In buffer display functions handle window-height/window-width
5278 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
5279 * window.el (window--display-buffer): New argument ALIST.
5280 Obey window-height and window-width alist entries.
5281 (window--try-to-split-window): New argument ALIST.
5282 Bind window-combination-limit to t when the window's size shall be
5283 changed and window-combination-limit equals `window-size'.
5284 (display-buffer-in-atom-window)
5285 (display-buffer-in-major-side-window)
5286 (display-buffer-in-side-window, display-buffer-same-window)
5287 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5288 (display-buffer-pop-up-window, display-buffer-below-selected)
5289 (display-buffer-at-bottom, display-buffer-in-previous-window)
5290 (display-buffer-use-some-window): Adjust all callers of
5291 window--display-buffer and window--try-to-split-window.
5292 (fit-frame-to-buffer): New option.
5293 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5294 is non-nil.
5295 (display-buffer-in-major-side-window): Evaluate window-height /
5296 window-width alist entries.
5297
5298 * help.el (temp-buffer-resize-frames)
5299 (temp-buffer-resize-regexps): Remove options.
5300 (temp-buffer-resize-mode): Adjust doc-string.
5301 (resize-temp-buffer-window): Don't consult
5302 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
5303 temp-buffer-resize-frames.
5304
5305 * dired.el (dired-mark-pop-up):
5306 Call display-buffer-below-selected with a fit-window-to-buffer alist
5307 entry.
5308
5309 2012-09-30 Chong Yidong <cyd@gnu.org>
5310
5311 * server.el (server-host): Document the security implications.
5312 (server-auth-key): Doc fix.
5313
5314 * startup.el (initial-buffer-choice): Doc fix.
5315
5316 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5317
5318 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5319 restriction change.
5320
5321 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5322
5323 * help-fns.el (help-fns--obsolete): Fix last change.
5324
5325 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5328 (minor-mode-map-alist): Remove redundant code.
5329
5330 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5331 visited in a buffer.
5332 (cvs-insert-visited-file): New function.
5333 (find-file-hook): Use it.
5334
5335 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5336
5337 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5338 chose face.
5339 (log-edit-empty-buffer-p): Don't require a space after a header.
5340
5341 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5342
5343 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5344
5345 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5346 a proper minor-mode.
5347
5348 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5349
5350 2012-09-29 Glenn Morris <rgm@gnu.org>
5351
5352 * winner.el (winner-mode): Remove variable (let define-minor-mode
5353 handle it).
5354 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5355 Doc fixes.
5356 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5357 (winner-mode): Use define-minor-mode.
5358
5359 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5360 the full definition in loaddefs, rather than duplicating it.
5361
5362 * help-macro.el (three-step-help): No need to autoload defcustom.
5363
5364 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5365 (inferior-lisp-program, inferior-lisp-load-command)
5366 (inferior-lisp-prompt, inferior-lisp-mode-hook):
5367 No need to autoload defcustoms.
5368
5369 * hippie-exp.el (hippie-expand-try-functions-list)
5370 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5371 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5372 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5373 (hippie-expand-only-buffers): No need to autoload defcustoms.
5374 * progmodes/vhdl-mode.el (vhdl-line-expand):
5375 Explicitly load hippie-exp, so it does not get autoloaded
5376 while hippie-expand-try-functions-list is let-bound.
5377
5378 2012-09-28 Glenn Morris <rgm@gnu.org>
5379
5380 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5381
5382 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5383 Only "cl.el" counts as cl these days.
5384
5385 2012-09-28 Juri Linkov <juri@jurta.org>
5386
5387 Display archive errors in the echo area instead of inserting
5388 to the file buffer.
5389
5390 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5391 to STDERR-TEST that can be a regexp matching a successful output.
5392 Create a temporary file and redirect stderr to it. Search for
5393 STDERR-TEST in the stderr output and display it in the echo area
5394 if no match is found.
5395 (archive-extract-by-file): New function like
5396 `archive-extract-by-stdout' but extracting archives to files
5397 and looking for successful matches in stdout. Function body is
5398 mostly copied from `archive-rar-extract'.
5399 (archive-rar-extract): Use `archive-extract-by-file'.
5400 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5401
5402 2012-09-28 Leo Liu <sdl.web@gmail.com>
5403
5404 * pcomplete.el (pcomplete-show-completions):
5405 Use minibuffer-message to make pcomplete usable in minibuffer.
5406
5407 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5408
5409 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * type-break.el: Use lexical-binding.
5412 (type-break-mode): Use define-minor-mode.
5413
5414 * emacs-lisp/pcase.el (pcase--mark-used): New.
5415 (pcase--u1): Use it (bug#12512).
5416
5417 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5418 in load-history with the right file name.
5419
5420 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5421
5422 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5423 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5424 (doc-view-get-bounding-box): Make bounding box slicing work for
5425 ODF and DVI documents.
5426
5427 2012-09-28 Glenn Morris <rgm@gnu.org>
5428
5429 * type-break.el (type-break-mode, type-break-interval)
5430 (type-break-good-rest-interval, type-break-keystroke-threshold):
5431 No need to autoload.
5432 (type-break-good-rest-interval, type-break-keystroke-threshold):
5433 Add :set-after.
5434
5435 2012-09-28 Chong Yidong <cyd@gnu.org>
5436
5437 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5438 Add :version tag.
5439
5440 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5443
5444 2012-09-27 Glenn Morris <rgm@gnu.org>
5445
5446 * faces.el (x-display-name): Declare (for without-x builds).
5447
5448 * linum.el (linum-format): Don't autoload it. Improve :type.
5449
5450 * progmodes/tcl.el: Don't require outline when compiling.
5451 (outline-regexp, outline-level): Declare.
5452 * textmodes/sgml-mode.el: Don't require outline when compiling.
5453 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5454
5455 * term.el (term-ansi-reset):
5456 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5457
5458 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5459 files for RCS and SCCS. (Bug#9781)
5460
5461 2012-09-27 Chong Yidong <cyd@gnu.org>
5462
5463 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5464 change; value should be t.
5465
5466 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * image-mode.el: Use lexical-binding.
5469 (image-mode-winprops): Use t to stand for the window of
5470 a buffer that's not displayed.
5471 * doc-view.el (doc-view-new-window-function): Handle the new
5472 t in winprops.
5473 (doc-view-enlarge): Make it a real nop if the size is not changed.
5474 (doc-view-display): Handle the case where the buffer is not (yet?)
5475 displayed in any window.
5476 (doc-view-saved-settings): New var.
5477 (doc-view-mode): Use it.
5478 (doc-view-fallback-mode): Set it.
5479
5480 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5481 Set lexical-binding.
5482 (minibuffer-eldef-shorten-default): New var.
5483 (minibuffer-default-in-prompt-regexps): Use it for new default.
5484 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5485
5486 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5487
5488 * international/uni-bidi.el:
5489 * international/uni-category.el:
5490 * international/uni-name.el:
5491 * international/uni-numeric.el: Regenerate.
5492
5493 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5494 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * profiler.el: New file.
5497
5498 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5501 (testcover-reinstrument): Simplify with CSE.
5502
5503 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5504
5505 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5506
5507 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5508
5509 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5510 (verilog-auto-input, verilog-auto-insert-lisp)
5511 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5512 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5513 (verilog-auto-unused, verilog-auto-wire)
5514 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5515 newline. Reported by Andrew Jones.
5516 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5517 Reported by Brad Dobbie.
5518 (verilog-batch-delete-trailing-whitespace):
5519 Create verilog-batch-delete-trailing-whitespace.
5520 Reported by Brad Dobbie.
5521 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5522 parameters from another module. Reported by Dan Katz.
5523 (verilog-auto, verilog-auto-assign-modport)
5524 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5525 AUTOINOUTMODPORT for UVM interface module shell generation.
5526 Reported by Brad Dobbie.
5527 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5528 standard behavior.
5529 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5530 Reported by Matt Martin.
5531
5532 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5533
5534 * window.el (window--resize-child-windows): When resizing child
5535 windows proportionally, process them in reverse order to
5536 preserve the "when splitting a window the new one gets the odd
5537 line" behavior.
5538 (window--resize-root-window-vertically): When resizing the
5539 minibuffer window try to affect only windows at the bottom of the
5540 frame. (Bug#12419)
5541
5542 2012-09-25 Chong Yidong <cyd@gnu.org>
5543
5544 * subr.el (declare): Doc fix.
5545
5546 * help-fns.el (help-fns--obsolete): Handle macros properly.
5547
5548 2012-09-25 Chong Yidong <cyd@gnu.org>
5549
5550 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5551 this function obsolete.
5552
5553 * calendar/cal-x.el (calendar-two-frame-setup)
5554 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5555 * calendar/calendar.el (american-calendar, european-calendar)
5556 (calendar-for-loop):
5557 * comint.el (comint-dynamic-simple-complete)
5558 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5559 * desktop.el (desktop-load-default):
5560 * dired-x.el (dired-omit-here-always)
5561 (dired-hack-local-variables, dired-default-directory):
5562 * emacs-lisp/derived.el (derived-mode-class):
5563 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5564 * emacs-lock.el (toggle-emacs-lock):
5565 * epa.el (epa-display-verify-result):
5566 * epg.el (epg-sign-keys, epg-start-sign-keys)
5567 (epg-passphrase-callback-function):
5568 * eshell/esh-util.el (eshell-for):
5569 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5570 (eshell-add-to-window-buffer-names):
5571 * files.el (locate-file-completion):
5572 * imenu.el (imenu-example--create-c-index)
5573 (imenu-example--create-lisp-index)
5574 (imenu-example--lisp-extract-index-name)
5575 (imenu-example--name-and-position):
5576 * international/mule-cmds.el (princ-list):
5577 * international/mule-diag.el (decode-codepage-char):
5578 * international/mule-util.el (detect-coding-with-priority):
5579 * iswitchb.el (iswitchb-read-buffer):
5580 * mail/mailalias.el (mail-complete):
5581 * mail/sendmail.el (mail-sent-via):
5582 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5583 (mouse-major-mode-menu):
5584 * password-cache.el (password-read-and-add):
5585 * pcomplete.el (pcomplete-parse-comint-arguments):
5586 * progmodes/sh-script.el (sh-maybe-here-document):
5587 * replace.el (query-replace-regexp-eval):
5588 * savehist.el (savehist-load):
5589 * simple.el (choose-completion-delete-max-match):
5590 * term.el (term-dynamic-simple-complete):
5591 * vc/ediff-init.el (ediff-check-version):
5592 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5593 * vc/vc.el (vc-diff-switches-list):
5594 * view.el (view-return-to-alist-update): Likewise.
5595
5596 * subr.el (eval-next-after-load, makehash, insert-string)
5597 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5598 mark obsolete.
5599 (mode-line-inverse-video): Variable deleted.
5600
5601 * international/mule-util.el (string-to-sequence): Remove.
5602
5603 * calendar/calendar.el (calendar-version):
5604 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5605 (icalendar-convert-diary-to-ical):
5606 * cus-edit.el (custom-mode):
5607 * ansi-color.el (ansi-color-unfontify-region):
5608 * international/latin1-disp.el (latin1-char-displayable-p):
5609 * progmodes/cwarn.el (turn-on-cwarn-mode):
5610 * progmodes/which-func.el (which-func-update-1):
5611 Use define-obsolete-function-alias.
5612
5613 * net/newst-backend.el (newsticker-cache-filename):
5614 * net/newst-treeview.el (newsticker-groups-filename):
5615 Fix incorrect obsolescence declaration.
5616
5617 * allout.el (allout-passphrase-hint-string): Likewise.
5618 (allout-init): Use a declare form to mark obsolete.
5619
5620 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5621 this applies to functions.
5622
5623 * iswitchb.el (iswitchb-read-buffer): Move code of
5624 iswitchb-define-mode-map here, and delete that obsolete function.
5625
5626 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5627 font-lock-reference-face.
5628
5629 2012-09-25 Glenn Morris <rgm@gnu.org>
5630
5631 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5632 Doc fixes.
5633
5634 * eshell/em-term.el (eshell-term-name):
5635 Default to term-term-name. (Bug#12485)
5636
5637 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5638
5639 * progmodes/python.el (python-shell-send-buffer): Better handling
5640 of "if __name__ == '__main__':" conditionals when sending the buffer.
5641
5642 2012-09-24 Glenn Morris <rgm@gnu.org>
5643
5644 * eshell/esh-cmd.el (eshell-find-alias-function):
5645 Tighten up file-name regexp. (Bug#12499)
5646
5647 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5648
5649 Enhancements for triple-quote string syntax.
5650 * progmodes/python.el (python-quote-syntax): Remove.
5651 (python-syntax-propertize-function): New value.
5652 (python-syntax-count-quotes, python-syntax-stringify):
5653 New functions.
5654
5655 2012-09-24 Chong Yidong <cyd@gnu.org>
5656
5657 * mail/supercite.el (sc-version): Remove obsolete function.
5658 (sc-describe): Don't mark as obsolete, since it is bound.
5659 (sc-submit-bug-report): Remove.
5660
5661 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5662 (cvs-commit-buffer-require-final-newline): Remove.
5663 (log-edit-require-final-newline)
5664 (log-edit-changelog-full-paragraphs): Default to t.
5665
5666 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5667 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5668 * vc/vc.el (vc-checkout-carefully): Likewise.
5669
5670 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5671 (emerge-version): Remove.
5672
5673 * progmodes/compile.el (compile-internal): Remove.
5674 (compilation-parse-errors-function): Fix typo.
5675
5676 * international/mule.el (set-char-table-default): Remove.
5677 (set-coding-priority, make-coding-system, generic-char-p)
5678 (charset-list, charset-bytes, charset-id): Use declare to mark
5679 functions as obsolete.
5680
5681 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5682 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5683 * vc/vc-hooks.el (vc-default-registered): Don't use
5684 vc-master-templates.
5685
5686 * font-lock.el (font-lock-reference-face):
5687 Use define-obsolete-variable-alias.
5688
5689 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5690 * calendar/calendar.el (calendar-font-lock-keywords):
5691 * calendar/diary-lib.el (diary-font-lock-keywords)
5692 (diary-fancy-font-lock-keywords):
5693 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5694 * textmodes/reftex-index.el (reftex-insert-index):
5695 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5696 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5697 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5698 * progmodes/prolog.el (prolog-font-lock-keywords):
5699 * progmodes/idlwave.el (idlwave-idl-keywords):
5700 * progmodes/ada-mode.el (ada-font-lock-keywords):
5701 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5702
5703 2012-09-24 Glenn Morris <rgm@gnu.org>
5704
5705 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5706
5707 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5708
5709 * progmodes/python.el (python-indent-line): More consistent cursor
5710 movement behavior.
5711
5712 2012-09-23 Stefan Merten <smerten@oekonux.de>
5713
5714 * textmodes/rst.el: Fix compiler warning.
5715
5716 2012-09-23 Roland Winkler <winkler@gnu.org>
5717
5718 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5719 Transcribe also LaTeX hyphenation.
5720 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5721 bibtex-reformat-previous-options.
5722
5723 2012-09-23 Roland Winkler <winkler@gnu.org>
5724
5725 * proced.el (proced-renice-command): New variable.
5726 (proced-marked-processes): New function.
5727 (proced-with-processes-buffer): New macro.
5728 (proced-send-signal): Use them.
5729 (proced-renice): New command bound to r.
5730
5731 2012-09-23 Roland Winkler <winkler@gnu.org>
5732
5733 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5734 ibuffer-saved-filter-groups has one element, shortcut the call of
5735 completing-read. (Bug#12331)
5736
5737 2012-09-23 Chong Yidong <cyd@gnu.org>
5738
5739 * bindings.el (mode-line-toggle-read-only):
5740 * bs.el (bs-toggle-readonly):
5741 * buff-menu.el (Buffer-menu-toggle-read-only):
5742 * dired.el (dired-toggle-read-only):
5743 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5744
5745 2012-09-23 Chong Yidong <cyd@gnu.org>
5746
5747 * image.el (image-type-available-p): Adapt to init-image-library
5748 argument changes.
5749
5750 2012-09-22 Juri Linkov <juri@jurta.org>
5751
5752 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5753 `dired-toggle-read-only'. (Bug#12462)
5754
5755 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5756
5757 * subr.el (temp-output-buffer-show): New function.
5758 (with-output-to-temp-buffer): Call temp-output-buffer-show
5759 instead of internal-temp-output-buffer-show.
5760
5761 2012-09-22 Chong Yidong <cyd@gnu.org>
5762
5763 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5764 (Bug#12462).
5765
5766 * repeat.el (repeat): Doc fix (Bug#12348).
5767
5768 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5769 (Bug#10909).
5770
5771 * simple.el (shell-command-on-region): Doc fix.
5772 (read-only-mode): Doc fix.
5773
5774 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5775
5776 * emacs-lisp/timer.el (run-with-idle-timer)
5777 (timer-activate-when-idle): Warn against reinvoking an idle timer
5778 from within its own timer action. (Bug#12447)
5779
5780 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5781
5782 * cus-start.el (window-combination-limit): Add new optional
5783 values.
5784 * window.el (temp-buffer-window-show)
5785 (window--try-to-split-window): Handle new values of
5786 window-combination-limit (Bug#1806).
5787 (split-window): Test window-combination-limit for t instead of
5788 non-nil.
5789 (display-buffer-at-bottom): New buffer display action function.
5790 * help.el (temp-buffer-resize-regexps): New option.
5791 (temp-buffer-resize-mode): Rewrite doc-string.
5792 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5793 Don't resize reused window. Suggested by Glenn Morris.
5794
5795 2012-09-22 Stefan Merten <smerten@oekonux.de>
5796
5797 * textmodes/rst.el: Revamp section title faces.
5798 (rst-official-version)
5799 (rst-package-emacs-version-alist): Sync with official version
5800 V1.4.0.
5801 (rst-faces-defaults, rst-set-level-default)
5802 (rst-level-face-max, rst-level-face-base-color)
5803 (rst-level-face-base-light, rst-level-face-format-light)
5804 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5805 (rst-adornment-faces-alist): Match new setup.
5806 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5807 (rst-level-5, rst-level-6): New faces.
5808
5809 2012-09-22 Chong Yidong <cyd@gnu.org>
5810
5811 * simple.el (undo): Handle indirect buffers (Bug#8207).
5812
5813 2012-09-21 Leo Liu <sdl.web@gmail.com>
5814
5815 IDO: Disable match re-ordering for buffer switching.
5816 * ido.el (ido-buffer-disable-smart-matches): New variable.
5817 (ido-set-matches-1): Use it. (Bug#2042)
5818
5819 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5820
5821 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5822 Fix 2011-05-17 change. (Bug#12418)
5823
5824 2012-09-21 Leo Liu <sdl.web@gmail.com>
5825
5826 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5827
5828 2012-09-21 Glenn Morris <rgm@gnu.org>
5829
5830 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5831 Be more robust about locating simple.el.
5832
5833 2012-09-21 Glenn Morris <rgm@gnu.org>
5834
5835 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5836
5837 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5838
5839 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5840
5841 2012-09-20 Juri Linkov <juri@jurta.org>
5842
5843 * replace.el (query-replace-read-from): Use `read-regexp' instead
5844 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5845 (occur-read-primary-args): Use `read-regexp' instead of
5846 `read-string'.
5847 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5848 `read-from-minibuffer'.
5849 * isearch.el (isearch-occur): Use `read-regexp' instead of
5850 `read-string'.
5851 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5852 `read-from-minibuffer'.
5853 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5854 of `read-string'. (Bug#7567)
5855
5856 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5857 and allow accepting a list of strings prepended to a list of
5858 standard default values. Doc fix. (Bug#12321)
5859
5860 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5861
5862 * replace.el (read-regexp): Don't add ": " when PROMPT already
5863 ends with a colon and space. (Bug#12321)
5864
5865 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5866
5867 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5868 error.
5869
5870 2012-09-20 Stefan Merten <smerten@oekonux.de>
5871
5872 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5873 Fixes feature request bug#11711.
5874 (rst-mode): Create `imenu-create-index-function'.
5875 (rst-get-stripped-line): Delete after refactoring.
5876 (rst-section-tree, rst-section-tree-rec)
5877 (rst-section-tree-point): Refactor and document properly.
5878 (rst-imenu-find-adornments-for-position)
5879 (rst-imenu-convert-cell, rst-imenu-create-index):
5880 New function.
5881
5882 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5885 (macroexp--expand-all): Use it.
5886 (macroexp--funcall-and-return): Remove by folding it into its sole
5887 caller (macroexp--warn-and-return).
5888 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5889 Use macroexp--obsolete-warning.
5890
5891 * calc/calc.el: Fix last change by removing the whole chunk, since it
5892 was only needed back when Calc was not bundled.
5893
5894 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5895
5896 * emacs-lisp/debug.el (debug): Restore assignment to
5897 debugger-old-buffer removed on 2012-09-08.
5898
5899 2012-09-20 Juri Linkov <juri@jurta.org>
5900
5901 * dired-aux.el (dired-diff): Remove (require 'diff) since
5902 `diff-latest-backup-file' is now autoloaded.
5903
5904 2012-09-20 Chong Yidong <cyd@gnu.org>
5905
5906 * vc/diff.el (diff-latest-backup-file): Autoload.
5907
5908 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * calc/calc.el: Remove redundant autoload shape check.
5911 (sel-mode): Don't defvar.
5912 (calc-get-stack-element): Add `sel-mode' arg instead.
5913 (calc-top, calc-top-list): Pass it this additional argument.
5914 * calc/calc-store.el (calc-store-map):
5915 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5916 (calc-map-equation, calc-outer-product, calc-inner-product):
5917 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5918
5919 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5920
5921 2012-09-19 Juri Linkov <juri@jurta.org>
5922
5923 * dired-aux.el (dired-diff): Add (require 'diff) because
5924 `diff-latest-backup-file' is not autoloaded.
5925 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5926 of `dired-get-filename' to t to not report error when there is
5927 no default file on the current line.
5928
5929 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5932 macroexp--eval-if-compile.
5933 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5934 (macroexp--expand-all): Use them (bug#12371).
5935
5936 * doc-view.el (doc-view-guess-paper-size)
5937 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5938
5939 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5940
5941 New feature: set optimal slice from BoundingBox information.
5942 * doc-view.el (doc-view-mode-map): Add keybinding.
5943 (doc-view-menu): Add menu entry.
5944 (doc-view-set-slice): Adapt docstring.
5945 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5946 (doc-view-scale-bounding-box)
5947 (doc-view-set-slice-from-bounding-box): New functions.
5948 (doc-view-paper-sizes): New defvar.
5949
5950 2012-09-19 Glenn Morris <rgm@gnu.org>
5951
5952 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5953 (byte-compile-log-warning): Autoload. (Bug#12371)
5954
5955 * calendar/calendar.el (calendar-american-month-header)
5956 (calendar-european-month-header, calendar-iso-month-header)
5957 (calendar-month-header): New options.
5958 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5959 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5960
5961 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5962
5963 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5964
5965 2012-09-18 Juri Linkov <juri@jurta.org>
5966
5967 * dired-aux.el (dired-diff): Restore original functionality of
5968 getting the default value, but keep new feature of using the
5969 latest existing backup file (`diff-latest-backup-file').
5970
5971 2012-09-18 Juri Linkov <juri@jurta.org>
5972
5973 * dired.el (dired-mark): If the region is active in Transient Mark
5974 mode, mark all files in the active region. Doc fix.
5975 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5976 Doc fix. (Bug#10624)
5977
5978 2012-09-18 Juri Linkov <juri@jurta.org>
5979
5980 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5981 attributes for M-n are pulled from the file at point.
5982 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5983 Suggested by Drew Adams. (Bug#10624)
5984
5985 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5986
5987 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5988 whitespace after "end".
5989 (ruby-do-end-to-brace): Collapse block to one line if it fits
5990 within fill-column.
5991
5992 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5993
5994 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5995 value.
5996 (debug): Don't remove debugger window when debugger is expected
5997 to be back.
5998
5999 2012-09-18 Chong Yidong <cyd@gnu.org>
6000
6001 * custom.el (defface): Doc fix.
6002
6003 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6004
6005 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
6006
6007 * progmodes/compile.el (compilation-start): Use compilation-always-kill
6008 to initialize query-on-exit; then test that instead (bug#12288).
6009
6010 2012-09-17 Stefan Merten <smerten@oekonux.de>
6011
6012 * textmodes/rst.el: Add support for `testcover'.
6013 (rst-defcustom-testcover, rst-testcover-add-compose)
6014 (rst-testcover-add-1value): New functions.
6015 (rst-portable-mark-active-p): Replace by `use-region-p'.
6016 (rst-update-section, rst-classify-adornment)
6017 (rst-find-title-line): Mark `1value' forms.
6018 (rst-classify-adornment): Remove superfluous form.
6019 (rst-update-section, rst-get-adornments-around)
6020 (rst-adornment-complete-p, rst-get-next-adornment)
6021 (rst-adjust, rst-promote-region)
6022 (rst-display-adornments-hierarchy, rst-straighten-adornments)
6023 (rst-find-pfx-in-region, rst-section-tree-rec)
6024 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6025 (rst-toc-node, rst-toc, rst-forward-section)
6026 (rst-iterate-leftmost-paragraphs)
6027 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6028 (rst-bullet-list-region)
6029 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6030 (rst-compile-find-conf, rst-compile)
6031 (rst-repeat-last-character): Fix style.
6032
6033 2012-09-17 Chong Yidong <cyd@gnu.org>
6034
6035 * comint.el (comint--complete-file-name-data): Don't add a space
6036 if the status is `sole'; that adds a gratuitous space in the
6037 completion-cycling case (Bug#12092).
6038
6039 * pcomplete.el (pcomplete-completions-at-point): Likewise.
6040
6041 2012-09-17 Richard Stallman <rms@gnu.org>
6042
6043 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6044 only in the mime-shown mode, not in raw mode.
6045 (rmail-mime): Toggle off mime by displaying the message without
6046 mime processing. (Bug#12305)
6047
6048 * mail/rmail.el (rmail-retry-failure):
6049 Turn off mime processing first. (Bug#12037)
6050
6051 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6052
6053 2012-09-17 Chong Yidong <cyd@gnu.org>
6054
6055 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6056 (shell-dynamic-complete-functions): Convert to defcustom.
6057 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6058
6059 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6060 * comint.el (comint-prompt-read-only):
6061 * custom.el (defcustom):
6062 * hi-lock.el (hi-lock-mode):
6063 * ibuffer.el (ibuffer-formats):
6064 * ielm.el (ielm-prompt-read-only):
6065 * novice.el (disable-command):
6066 * saveplace.el (toggle-save-place):
6067 * speedbar.el (speedbar-supported-extension-expressions):
6068 * startup.el (auto-save-list-file-prefix, init-file-user)
6069 (after-init-hook, inhibit-startup-echo-area-message):
6070 * strokes.el (strokes-help):
6071 * time-stamp.el (time-stamp):
6072 * calendar/calendar.el (calendar, diary-file):
6073 * calendar/diary-lib.el (diary-mail-entries, diary)
6074 (diary-list-entries-hook):
6075 * calendar/holidays.el (holidays, calendar-holidays):
6076 * calendar/lunar.el (lunar-phases):
6077 * calendar/solar.el (sunrise-sunset):
6078 * emulation/edt.el (edt-load-keys):
6079 * emulation/viper.el (viper-mode):
6080 * eshell/em-alias.el (eshell-command-aliases-list):
6081 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6082 * international/ogonek.el (ogonek-information):
6083 * net/tramp-cmds.el (tramp-bug):
6084 * net/quickurl.el (quickurl-reread-hook-postfix):
6085 * play/decipher.el (decipher-font-lock-keywords):
6086 * progmodes/cc-styles.el (c-set-style):
6087 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6088 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6089 * progmodes/octave-mod.el (octave-mode):
6090 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6091 * progmodes/verilog-mode.el (verilog-read-defines):
6092 * textmodes/two-column.el (2C-mode): Likewise.
6093
6094 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6095
6096 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6097 that holds many addresses.
6098
6099 2012-09-16 Chong Yidong <cyd@gnu.org>
6100
6101 * align.el (align-areas): Call the indication function with
6102 positions instead of markers for arguments (Bug#12343).
6103
6104 * files.el (parse-colon-path): Use split-string (Bug#12351).
6105
6106 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6107 (display-buffer-function): Mark as obsolete.
6108
6109 * progmodes/compile.el (compilation-parse-errors): Accept list
6110 values similar to font-lock-keywords (Bug#12136).
6111 Suggested by Oleksandr Manzyuk.
6112 (compilation-error-regexp-alist): Doc fix.
6113
6114 2012-09-15 Glenn Morris <rgm@gnu.org>
6115
6116 * version.el (emacs-bzr-version-bzr): New function.
6117 (emacs-bzr-get-version): Add optional EXTERNAL argument.
6118
6119 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6120 checkouts, check the parent dirstate matches the branch.
6121 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
6122 empty string.
6123
6124 * version.el (emacs-bzr-version): Doc fix.
6125 (emacs-bzr-version-dirstate): New function.
6126 (emacs-bzr-get-version): For lightweight checkouts, if the parent
6127 is local try and check that it matches the branch. If not, just
6128 use dirstate information. (Bug#12441)
6129
6130 2012-09-14 Juri Linkov <juri@jurta.org>
6131
6132 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6133 (Bug#12399)
6134
6135 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6138
6139 * emacs-lisp/edebug.el: Miscellaneous cleanup.
6140 Remove obsolete byte-compiler hack that tried to silence some warnings.
6141 (edebug-submit-bug-report): Remove.
6142 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6143 Remove aliases, use the un-prefixed name instead.
6144 (edebug-pop-to-buffer): Consider other frames.
6145 (edebug-original-read):: Make it more obvious that it's always defined.
6146 (edebug--make-form-data-entry, edebug--form-data-name)
6147 (edebug--form-data-begin, edebug--form-data-end): Rename from the
6148 single-dashed name, and implement with cl-defstruct.
6149 (edebug-set-form-data-entry): Use the standard accessors.
6150 (edebug-make-top-form-data-entry): Use push.
6151 (edebug-no-match): Drop useless `funcall'.
6152 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6153 to functions.
6154 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6155 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6156 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6157 (easy-menu-define, with-custom-print): Remove redundant specs.
6158 (edebug-outside-overriding-local-map)
6159 (edebug-outside-overriding-terminal-local-map): Remove, unused.
6160 (edebug--display): Bind unread-command-events directly to nil rather
6161 than binding it to unread-command-events and later setting it to nil.
6162 (edebug--display): Kill edebug-eval-buffer here...
6163 (edebug--recursive-edit): ...rather than here.
6164 Bind standard-output and standard-input.
6165 (edebug-eval): Check cl-macroexpand-all is fboundp.
6166 (edebug-temp-display-freq-count): Fix last change.
6167
6168 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6169 * subr.el (noreturn, 1value): Add `debug' spec.
6170 * emacs-lisp/advice.el: Require cl-lib.
6171 (ad-copy-tree): Remove, use copy-tree instead.
6172 (ad-dolist): Remove use dolist or cl-dolist instead.
6173 (ad-do-return): Remove, use cl-return instead.
6174 (defadvice): Add `debug' spec.
6175
6176 2012-09-13 Juri Linkov <juri@jurta.org>
6177
6178 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6179 (Bug#12399)
6180
6181 2012-09-13 Glenn Morris <rgm@gnu.org>
6182
6183 * calc/calc.el (math-compose-expr):
6184 * calc/calc-ext.el (math-compose-expr):
6185 * progmodes/cc-defs.el (cl-macroexpand-all):
6186 * progmodes/cc-langs.el (delete-duplicates, mapcan)
6187 (cl-macroexpand-all): Update declarations.
6188
6189 * vc/vc.el: No need to require ediff.
6190 (ediff-load-version-control): Declare.
6191 (ediff-vc-internal): Fix declaration.
6192 (vc-version-ediff): Require ediff.
6193
6194 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6195
6196 Use a more backwards-compatible timer format (Bug#12430).
6197 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6198 being right after USECS, as that better supports old code that
6199 inadvisedly looked directly at the timer vector.
6200
6201 2012-09-13 Kenichi Handa <handa@gnu.org>
6202
6203 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6204 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6205 `coding-priority' property of these language environment.
6206
6207 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6208
6209 Fix glitches caused by addition of psec to timers (Bug#12430).
6210 * image.el (image-animate-timer):
6211 * time.el (display-time-world-timer):
6212 Use timer--function and timer--args rather than raw access to
6213 timer vector.
6214
6215 2012-09-13 Glenn Morris <rgm@gnu.org>
6216
6217 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6218 If not compiling a file, try using load-file-name.
6219
6220 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6223 Fix last change.
6224 (edebug-update-eval-list): Use `push'.
6225
6226 * emacs-lisp/edebug.el: Use lexical-binding.
6227 Remove the "edebug-" prefix from non-dynamically-scoped variables.
6228 Mark unused args with underscore.
6229 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6230 (edebug-form-data): Use defvar-local.
6231 (edebug-make-before-and-after-form, edebug-make-after-form):
6232 Use backquote.
6233 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6234 Not dynamically scoped any more.
6235 (edebug--enter-trace): Add arguments `function' and `args'.
6236 Rename from edebug-enter-trace.
6237 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
6238 (edebug--update-coverage): Add `after-index' and `value' args.
6239 Rename from edebug-update-coverage.
6240 (edebug-slow-after): Call it accordingly.
6241 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
6242 edebug-recursive-edit.
6243 (edebug--display): Call it accordingly. Add args `value',
6244 `offset-index', and `arg-mode'. Rename from edebug-display.
6245 (edebug-debugger, edebug): Call it accordingly.
6246 (edebug-eval-display-list): Use dolist.
6247
6248 2012-09-12 Juri Linkov <juri@jurta.org>
6249
6250 * info.el (Info-search): Don't check for isearch-mode and
6251 isearch-regexp before let-binding search-spaces-regexp to
6252 Info-search-whitespace-regexp.
6253 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6254 search-whitespace-regexp if isearch-lax-whitespace or
6255 isearch-regexp-lax-whitespace is non-nil.
6256 (Info-mode): Don't set local variable search-whitespace-regexp.
6257 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6258
6259 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6262 (debugger-env-macro): Remove support for unread-command-char.
6263
6264 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6265 the temporary map re-appearing on emulation-mode-map-alists.
6266
6267 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6268 since 22.1.
6269
6270 * ehelp.el (with-electric-help): Accept functions in
6271 electric-help-form-to-execute.
6272 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6273 And replace unread-command-char -> unread-command-events.
6274
6275 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
6276
6277 Sync with Tramp 2.2.6.
6278
6279 * net/tramp.el (tramp-accept-process-output): Don't use
6280 JUST-THIS-ONE in the XEmacs case.
6281
6282 * net/trampver.el: Update release number.
6283
6284 2012-09-12 Martin Rudalics <rudalics@gmx.at>
6285
6286 * emacs-lisp/debug.el (debugger-previous-window-height):
6287 New variable.
6288 (debug): When debugger-jumping-flag is non-nil try to restore
6289 height of debugger window. (Bug#8789)
6290
6291 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6294 overriding-local-map and pre/post-command-hook here.
6295 (edebug-recursive-edit): Do it here instead (bug#12345).
6296 (edebug-outside-unread-command-char): Remove all uses of
6297 unread-command-char.
6298
6299 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6300 inhibit-debugger is bound instead.
6301
6302 2012-09-11 Bastien Guerry <bzg@gnu.org>
6303
6304 * subr.el (set-temporary-overlay-map): Add a docstring.
6305 (Bug#12346)
6306
6307 2012-09-11 Bastien Guerry <bzg@gnu.org>
6308
6309 * minibuffer.el (completion-table-subvert): Fix docstring.
6310 (Bug#12347)
6311
6312 2012-09-11 Bastien Guerry <bzg@gnu.org>
6313
6314 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
6315
6316 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
6317
6318 * progmodes/sql.el: Version 3.1
6319 (sql-db2-escape-newlines): New variable.
6320 (sql-escape-newlines-filter): Use it.
6321
6322 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6325
6326 2012-09-10 Dan Nicolaescu <dann@gnu.org>
6327
6328 * vc/diff-mode.el (diff-mode-menu):
6329 Bind diff-remove-trailing-whitespace.
6330
6331 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6334 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6335 (emacs-lisp-byte-code-mode): New functions.
6336 (eval-sexp-add-defvars): Don't skip defvars in column >0.
6337 (eval-defun-2): Remove bogus interactive spec.
6338 (lisp-indent-line): Remove redundant whole-exp code, now done in
6339 indent-according-to-mode.
6340 (save-match-data): Remove redundant indent data.
6341
6342 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6343 Use `declare'.
6344
6345 2012-09-09 Juri Linkov <juri@jurta.org>
6346
6347 * replace.el (replace-regexp-lax-whitespace): New defcustom.
6348 (replace-lax-whitespace, query-replace-regexp)
6349 (query-replace-regexp-eval, replace-regexp): Doc fix.
6350 (perform-replace, replace-highlight): Let-bind
6351 isearch-lax-whitespace to replace-lax-whitespace and
6352 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6353
6354 * isearch.el (isearch-query-replace): Let-bind
6355 replace-lax-whitespace to isearch-lax-whitespace and
6356 replace-regexp-lax-whitespace to
6357 isearch-regexp-lax-whitespace. (Bug#10885)
6358
6359 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6362
6363 2012-09-09 Alan Mackenzie <acm@muc.de>
6364
6365 * progmodes/cc-engine.el (c-state-cache-init):
6366 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6367 (c-record-parse-state-state):
6368 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6369
6370 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
6371
6372 * register.el (register-separator): Rename from
6373 separator-register. All uses changed. Doc fix.
6374 (register): Fix version.
6375
6376 2012-09-09 Chong Yidong <cyd@gnu.org>
6377
6378 * replace.el (query-replace-map): Bind four new symbols for
6379 requesting window scrolling.
6380
6381 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6382 query-replace-map (Bug#8948).
6383
6384 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6385
6386 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6387 since they are now in query-replace-map.
6388
6389 * window.el (scroll-other-window-down): Make the arg optional.
6390
6391 2012-09-09 Chong Yidong <cyd@gnu.org>
6392
6393 * files.el (hack-local-variables-confirm): Use quit-window to kill
6394 the *Local Variables* buffer.
6395
6396 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6397
6398 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6399 not just expect to be at its beginning. Adjust callees.
6400 Succeed when do-end block has no space before the pipe character.
6401 (ruby-brace-to-do-end): When the original block is one-liner,
6402 convert to multiline. Reindent the result.
6403
6404 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6405
6406 * register.el (register): New group.
6407 (separator-register): New user option.
6408 (increment-register): Route it to `append-to-register', if
6409 register contains text. Implication is that `C-x r +' can now be
6410 used for appending to a text register (bug#12217).
6411 (append-to-register, prepend-to-register): Add separator based on
6412 `separator-register'.
6413
6414 2012-09-08 Alan Mackenzie <acm@muc.de>
6415
6416 AWK Mode: make auto-newline work when there's "==" in the pattern.
6417 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6418 correctly.
6419 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6420 Test more rigorously for "=" token.
6421
6422 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6423
6424 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6425 Only fail when reached LIMIT.
6426
6427 2012-09-08 Chong Yidong <cyd@gnu.org>
6428
6429 * dired.el (dired-mode-map): Don't bind M-=.
6430
6431 * dired-aux.el (dired-diff): Use backup file as default.
6432
6433 2012-09-08 Drew Adams <drew.adams@oracle.com>
6434
6435 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6436
6437 2012-09-08 Chong Yidong <cyd@gnu.org>
6438
6439 * subr.el (syntax-after, syntax-class): Doc fix.
6440
6441 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6442
6443 * window.el (display-buffer-in-previous-window): New buffer
6444 display action function.
6445
6446 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6447 (debugger-previous-window): New variable.
6448 (debug): Rewrite using display-buffer-in-previous-window,
6449 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6450
6451 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6454
6455 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6456
6457 * progmodes/python.el (python-shell-send-string):
6458 When default-directory is remote, create temp file on remote
6459 filesystem.
6460 (python-shell-send-file): When file is remote, pass local view of
6461 file paths to remote Python interpreter. (Bug#12340)
6462
6463 2012-09-07 Chong Yidong <cyd@gnu.org>
6464
6465 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6466
6467 * files.el (after-find-file): Don't fail on a read-only buffer if
6468 require-final-newline is `visit' or `visit-save' (Bug#11156).
6469
6470 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6471
6472 * userlock.el (ask-user-about-supersession-threat):
6473 Use read-char-choice (Bug#12093).
6474
6475 2012-09-07 Chong Yidong <cyd@gnu.org>
6476
6477 * subr.el (buffer-narrowed-p): New function.
6478
6479 * ses.el (ses-widen):
6480 * simple.el (count-words--buffer-message):
6481 * net/browse-url.el (browse-url-of-buffer): Use it.
6482
6483 * simple.el (count-words-region): Don't signal an error if there
6484 is a non-nil prefix arg and the mark is not set.
6485
6486 * help.el (describe-key-briefly): Allow the message to be seen
6487 when invoked from the minibuffer (Bug#7014).
6488
6489 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6490
6491 * progmodes/ruby-mode.el (ruby-end-of-defun)
6492 (ruby-beginning-of-defun): Simplify, allow indentation before
6493 block beginning and end keywords.
6494 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6495 (ruby-end-of-defun): Expect that the point is at the beginning of
6496 the defun.
6497
6498 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6501 (bug#12367).
6502 (cl--make-usage-args): Strip _ from argument names.
6503
6504 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6505
6506 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6507 obsolete alias speedbar-key-map.
6508 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6509 (vhdl-index-menu-init): Don't use obsolete variable
6510 font-lock-maximum-size.
6511
6512 2012-09-06 Chong Yidong <cyd@gnu.org>
6513
6514 * frame.el (window-system-version): Mark as obsolete.
6515
6516 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6517 of obsolete variable speedbar-key-map.
6518
6519 2012-09-06 Juri Linkov <juri@jurta.org>
6520
6521 * replace.el (replace-lax-whitespace): New defcustom.
6522 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6523 (replace-string, replace-regexp): Mention it in docstrings.
6524 (perform-replace, replace-highlight): Let-bind
6525 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6526 to the values of replace-lax-whitespace and regexp-flag.
6527 Don't let-bind search-whitespace-regexp. (Bug#10885)
6528
6529 * isearch.el (isearch-query-replace): Let-bind
6530 replace-lax-whitespace instead of let-binding
6531 replace-search-function and replace-re-search-function.
6532 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6533 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6534 (isearch-toggle-symbol): Set isearch-regexp to nil
6535 in isearch-word mode (like in isearch-toggle-word).
6536
6537 2012-09-06 Juri Linkov <juri@jurta.org>
6538
6539 * replace.el (replace-search-function)
6540 (replace-re-search-function): Set default values to nil.
6541 (perform-replace): Let-bind isearch-related variables based on
6542 replace-related values, call `isearch-search-fun' and let-bind
6543 the result to `search-function'. Remove code that sets
6544 `search-function' and `search-string' separately for
6545 `delimited-flag'.
6546 (replace-highlight): Add new argument `delimited-flag' and
6547 rename other arguments to the names used in `perform-replace'.
6548 Let-bind `isearch-word' to the argument `delimited-flag'.
6549 (Bug#10885, bug#10887)
6550
6551 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6552
6553 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6554 ruby-beginning-of-indent, simplify, allow all keywords to have
6555 indentation before them.
6556 (ruby-beginning-of-indent): Adjust for above. Search until the
6557 found point is not inside a string or comment.
6558 (ruby-font-lock-keywords): Allow symbols to start with "@"
6559 character, give them higher priority than variables.
6560 (ruby-syntax-propertize-function)
6561 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6562 matchers. Expression expansions are not comments when inside a
6563 string, and there comment syntax status is irrelevant.
6564 (ruby-match-expression-expansion): New function. Check that
6565 expression expansion is inside a string, and it's not escaped.
6566 (ruby-font-lock-keywords): Use it.
6567
6568 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6569
6570 * help.el (temp-buffer-max-height): New default value.
6571 (temp-buffer-resize-frames): New option.
6572 (resize-temp-buffer-window): Optionally resize frame.
6573
6574 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6575 (fit-frame-to-buffer): New function.
6576
6577 2012-09-05 Glenn Morris <rgm@gnu.org>
6578
6579 * emulation/cua-rect.el (cua--init-rectangles):
6580 * textmodes/picture.el (picture-mode-map):
6581 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6582 like forward-char and backward-char. (Bug#12317)
6583
6584 2012-09-05 Leo Liu <sdl.web@gmail.com>
6585
6586 * progmodes/flymake.el (flymake-warning-re): New variable.
6587 (flymake-parse-line): Use it.
6588
6589 2012-09-05 Glenn Morris <rgm@gnu.org>
6590
6591 * calendar/holidays.el (holiday-christian-holidays):
6592 Rename an entry. (Bug#12289)
6593
6594 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6597 (bug#12222).
6598
6599 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * loadup.el: Load macroexp. Remove hack.
6602 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6603 (macroexp--expand-all): Use it to get better warnings.
6604 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6605 (internal-macroexpand-for-load): New functions.
6606 (macroexp--pending-eager-loads): New var.
6607 (emacs-startup-hook): New hack to replace one in loadup.el.
6608 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6609 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6610 (cl-psetf): Simplify.
6611 (cl-defstruct): Add indent rule.
6612
6613 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6614
6615 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6616 over `user-mail-address' for the SMTP MAIL FROM envelope.
6617 (smtpmail-via-smtp): Ditto.
6618
6619 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6620
6621 * progmodes/ruby-mode.el: Clean up keybindings.
6622 (ruby-mode-map): Don't bind ruby-electric-brace,
6623 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6624 backward-kill-word, reindent-then-newline-and-indent.
6625 (ruby-mark-defun): Remove.
6626 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6627 (ruby-mode): Set local beginning-of-defun-function and
6628 end-of-defun-function values.
6629
6630 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6631
6632 * window.el (temp-buffer-window-setup-hook)
6633 (temp-buffer-window-show-hook): New hooks.
6634 (temp-buffer-window-setup, temp-buffer-window-show)
6635 (with-temp-buffer-window): New functions.
6636 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6637 (special-display-popup-frame): Make sure the window used shows BUFFER.
6638
6639 * help.el (temp-buffer-resize-mode): Fix doc-string.
6640 (resize-temp-buffer-window): New optional argument WINDOW.
6641
6642 * files.el (recover-file, save-buffers-kill-emacs):
6643 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6644
6645 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6648 remote definition of `default-directory', ensure we can connect.
6649
6650 2012-09-02 Juri Linkov <juri@jurta.org>
6651
6652 Toggle whitespace matching mode with M-s SPC.
6653 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6654
6655 * isearch.el (search-whitespace-regexp): Doc fix.
6656 Remove cons cell customization.
6657 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6658 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6659 New variables.
6660 (isearch-forward, isearch-forward-regexp): Doc fix.
6661 (isearch-toggle-lax-whitespace): New command.
6662 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6663 (re-search-forward-lax-whitespace)
6664 (re-search-backward-lax-whitespace): New functions.
6665 (isearch-whitespace-regexp): Remove function.
6666 (isearch-query-replace): Let-bind replace-search-function and
6667 replace-re-search-function.
6668 (isearch-occur): Let-bind search-spaces-regexp according to the
6669 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6670 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6671 condition for C-q SPC.
6672 (isearch-search-fun-default): Use new functions mentioned above.
6673 (isearch-search-forward, isearch-search-backward): Remove functions.
6674 (isearch-search): Don't let-bind search-spaces-regexp.
6675 (isearch-lazy-highlight-space-regexp): Remove variable.
6676 (isearch-lazy-highlight-lax-whitespace)
6677 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6678 (isearch-lazy-highlight-new-loop): Use them.
6679 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6680
6681 2012-09-02 Chong Yidong <cyd@gnu.org>
6682
6683 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6684
6685 2012-09-02 Glenn Morris <rgm@gnu.org>
6686
6687 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6688
6689 2012-09-01 Glenn Morris <rgm@gnu.org>
6690
6691 * term.el: Tidy up menu definitions.
6692 (term-mode-map): Use easymenu for In/Out, Complete menus.
6693 (term-pager-break-map): Initialize in the defvar.
6694 (term-terminal-menu, term-signals-menu): Define with easymenu.
6695 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6696 (term-pager-menu): New, extracted from term-process-pager.
6697 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6698 (term-update-mode-line): Propertize line/char and page items.
6699 (term-process-pager): Move keymap initialization elsewhere.
6700
6701 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6702
6703 * window.el (switch-to-prev-buffer): Handle additional values of
6704 BURY-OR-KILL argument. Don't switch in minibuffer window.
6705 (switch-to-next-buffer): Don't switch in minibuffer window.
6706 (quit-restore-window): New function based on quit-window.
6707 Handle additional values of former KILL argument.
6708 (quit-window): Call quit-restore-window with appropriate
6709 interpretation of KILL argument.
6710 (display-buffer-below-selected): New buffer display action
6711 function.
6712
6713 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * minibuffer.el (completion-at-point-functions): Complete docstring
6716 (bug#12254).
6717
6718 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6719
6720 Better seed support for (random).
6721 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6722 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6723 * play/mpuz.el, play/tetris.el, play/zone.el:
6724 * calc/calc-comb.el (math-init-random-base):
6725 * play/blackbox.el (bb-init-board):
6726 * play/life.el (life):
6727 * server.el (server-use-tcp):
6728 * type-break.el (type-break):
6729 Remove unnecessary call to (random t).
6730 * net/sasl.el (sasl-unique-id-function):
6731 Change (random t) to (random), now that the latter is more random.
6732 * play/life.el (life-initialized): Remove no-longer-needed var.
6733
6734 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6735
6736 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6737 Consider frame's buffer predicate when choosing the buffer.
6738 (Bug#12081)
6739
6740 2012-08-30 Richard Stallman <rms@gnu.org>
6741
6742 * simple.el (special-mode-map): Delete binding for `z'.
6743
6744 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6745
6746 * progmodes/compile.el (compilation-always-kill): Doc fix.
6747
6748 2012-08-30 Chong Yidong <cyd@gnu.org>
6749
6750 * window.el (display-buffer-reuse-frames): Make the obsolescence
6751 message more informative.
6752
6753 2012-08-30 Glenn Morris <rgm@gnu.org>
6754
6755 * paren.el (show-paren-delay):
6756 Add a :set function. Doc fix. (Bug#12297)
6757
6758 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6759
6760 * progmodes/compile.el (compilation-always-kill): New var.
6761 (compilation-start): Use it.
6762
6763 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6766 * files.el (read-only-mode): Move to simple.el.
6767
6768 * files.el (read-only-mode): New minor mode.
6769 (toggle-read-only): Use it and mark obsolete.
6770 (find-file--read-only):
6771 * vc/vc.el (vc-next-action, vc-checkout):
6772 * vc/vc-cvs.el (vc-cvs-checkout):
6773 * obsolete/vc-mcvs.el (vc-mcvs-update):
6774 * ffap.el (ffap--toggle-read-only): Update callers.
6775
6776 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6777
6778 * eshell/esh-ext.el (eshell-external-command): Do not examine
6779 remote shell scripts.
6780 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6781
6782 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6783 "/usr/local/sbin".
6784
6785 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6788
6789 2012-08-28 Leo Liu <sdl.web@gmail.com>
6790
6791 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6792 completion-at-point. (Bug#12220)
6793
6794 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6795
6796 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6797
6798 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6801 be buffer-local; add delete-trailing-whitespace (bug#12259).
6802
6803 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6804
6805 * progmodes/hideif.el (hif-compress-define-list):
6806 Fix typo. (Bug#11951)
6807
6808 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6809
6810 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6811 buffer local setting.
6812
6813 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6814 rcirc-encode-coding-system.
6815
6816 2012-08-28 Leo Liu <sdl.web@gmail.com>
6817
6818 * net/rcirc.el (rcirc-split-message): New function.
6819 (rcirc-send-message): Use it. (Bug#12051)
6820
6821 2012-08-28 Juri Linkov <juri@jurta.org>
6822
6823 * info.el (Info-fontify-node): Hide empty lines at the end of
6824 the node. (Bug#12272)
6825
6826 2012-08-27 Drew Adams <drew.adams@oracle.com>
6827
6828 * dired.el (dired-pop-to-buffer): Make window start at beginning
6829 of buffer (Bug#12281).
6830
6831 2012-08-26 Chong Yidong <cyd@gnu.org>
6832
6833 * window.el (special-display-regexps, special-display-frame-alist)
6834 (special-display-buffer-names, special-display-function)
6835 (display-buffer-reuse-frames): Mark as obsolete.
6836
6837 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6838
6839 * help.el (help-print-return-message): Don't treat
6840 display-buffer-reuse-frames specially.
6841
6842 2012-08-26 Chong Yidong <cyd@gnu.org>
6843
6844 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6845 New variable, replacing gdb-frame-parameters.
6846 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6847 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6848 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6849 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6850 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6851 the functions directly with gdb-display-buffer-other-frame-action.
6852 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6853 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6854 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6855 (gdb-display-registers-buffer): Define directly.
6856 (def-gdb-display-buffer): Macro deleted.
6857 (gdb-display-buffer): Remove second and third args, callers don't
6858 use them. Defer to the default display-buffer behavior, apart
6859 from making windows dedicated.
6860 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6861
6862 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6863
6864 * window.el (display-buffer-pop-up-frame): Handle a
6865 pop-up-frame-parameters alist entry.
6866 (display-buffer): Document it.
6867
6868 2012-08-26 Chong Yidong <cyd@gnu.org>
6869
6870 * isearch.el (search-whitespace-regexp): Make string and nil
6871 values apply to both ordinary and regexp search. Allow a cons
6872 cell value to distinguish between the two.
6873 (isearch-whitespace-regexp, isearch-search-forward)
6874 (isearch-search-backward): New functions.
6875 (isearch-occur, isearch-search-fun-default, isearch-search)
6876 (isearch-lazy-highlight-new-loop): Use them.
6877 (isearch-forward, isearch-forward-regexp): Doc fix.
6878
6879 2012-08-26 Chong Yidong <cyd@gnu.org>
6880
6881 * faces.el (help-argument-name): Always inherit from italic
6882 (Bug#12213).
6883
6884 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6885
6886 * window.el (window--even-window-heights): Even heights when
6887 WINDOW and the selected window form a vertical combination.
6888 (display-buffer-use-some-window): Provide that window used gets
6889 sized back by quit-window. (Bug#11880) and (Bug#12091)
6890
6891 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6892
6893 Fix file time stamp problem with bzr and CVS (Bug#12001).
6894 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6895 in the file's time stamp, since the version control system loses
6896 that information.
6897
6898 2012-08-22 Juri Linkov <juri@jurta.org>
6899
6900 * info.el (Info-fontify-node): Hide the suffix of the
6901 Info file name in the header line. (Bug#12187)
6902
6903 2012-08-22 Glenn Morris <rgm@gnu.org>
6904
6905 * calendar/cal-tex.el (cal-tex-weekly-common):
6906 Restore leading blank page.
6907
6908 2012-08-22 Le Wang <l26wang@gmail.com>
6909
6910 * misc.el (forward-to-word, backward-to-word): Activate or extend
6911 the region under `shift-select-mode'. (Bug#12231)
6912
6913 2012-08-22 Bastien Guerry <bzg@gnu.org>
6914
6915 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6916 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6917 gives details on why the space is never needed.
6918
6919 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6920
6921 * window.el (walk-window-tree, window-with-parameter):
6922 New optional argument MINIBUF to control whether these functions
6923 should run on the minibuffer window.
6924 (window-at-side-list): Don't operate on minibuffer window.
6925 (window-in-direction): Simplify and rewrite doc-string.
6926 (window--size-ignore): Rename to window--size-ignore-p.
6927 Update callers.
6928 (display-buffer-in-atom-window, window--major-non-side-window)
6929 (window--major-side-window, display-buffer-in-major-side-window)
6930 (delete-side-window, display-buffer-in-side-window):
6931 New functions.
6932 (window--side-check, window-deletable-p, delete-window)
6933 (delete-other-windows, split-window): Handle side windows and
6934 atomic windows appropriately.
6935 (window--display-buffer): Call display-buffer-record-window also
6936 when the window buffer did not change.
6937
6938 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6939
6940 * help-fns.el (help-fns--key-bindings):
6941 Abbreviate non-symbol remap targets. (Bug#12174)
6942
6943 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6944
6945 * dired.el (dired-mark-remembered): Don't clobber point.
6946 (Bug#11795)
6947
6948 2012-08-22 Glenn Morris <rgm@gnu.org>
6949
6950 * progmodes/bug-reference.el (bug-reference): New custom group.
6951 (bug-reference-bug-regexp): Make it a defcustom.
6952
6953 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6954
6955 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6956 (js-paren-indent-offset, js-square-indent-offset)
6957 (js-curly-indent-offset): Add :safe (Bug#12257).
6958
6959 2012-08-22 Edward O'Connor <hober0@gmail.com>
6960
6961 * json.el (json-key-format): Add error properties.
6962 (json-encode-key): New function.
6963 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6964 Use json-encode-key.
6965
6966 2012-08-22 Glenn Morris <rgm@gnu.org>
6967
6968 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6969 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6970 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6971 Update for above change.
6972
6973 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6974
6975 * cus-face.el (custom-face-attributes): Fix customize type for the
6976 :underline attribute. (Bug#11805)
6977
6978 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6979
6980 * window.el (window-point-1, set-window-point-1): Remove.
6981 (window-in-direction, record-window-buffer)
6982 (set-window-buffer-start-and-point, split-window-below)
6983 (window--state-get-1, display-buffer-record-window):
6984 Replace calls to window-point-1 and set-window-point-1 by calls to
6985 window-point and set-window-point respectively.
6986
6987 2012-08-21 Glenn Morris <rgm@gnu.org>
6988
6989 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6990 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6991 Use it.
6992
6993 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6994 (cal-tex-shortday): New function.
6995 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6996 (cal-tex-cursor-filofax-daily): Use the above.
6997
6998 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6999 New functions.
7000 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7001 (cal-tex-cursor-filofax-week): Use them.
7002
7003 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7004 New constants.
7005 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7006 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7007
7008 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7009 (cal-tex-end-document): Don't rely on buffer name.
7010
7011 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7012 Use cal-tex-vspace.
7013 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7014 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7015 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7016 Use cal-tex-arg.
7017
7018 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7019 (cal-tex-cursor-week, cal-tex-cursor-week2)
7020 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7021 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7022 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7023 (cal-tex-insert-preamble, cal-tex-b-document)
7024 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7025 Improve cal-tex-cmd usage.
7026
7027 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7028 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7029 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7030 (cal-tex-weekly-paper): New function.
7031 (cal-tex-cursor-week, cal-tex-cursor-week2)
7032 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7033 (cal-tex-cursor-day): Use it.
7034
7035 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7036 (cal-tex-cursor-filofax-week): Remove leading blank page.
7037
7038 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7039 Add autoload cookie. For now at least, don't use color, since
7040 no other cal-tex function does.
7041
7042 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7043 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7044 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7045
7046 2012-08-21 Juri Linkov <juri@jurta.org>
7047
7048 * info.el (Info-file-attributes): New variable.
7049 (info-insert-file-contents): Add file attributes to
7050 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
7051 `Info-toc-nodes' when previous modtime of the Info file is less
7052 than new modtime.
7053 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7054 of info.el. (Bug#12230)
7055
7056 2012-08-20 Glenn Morris <rgm@gnu.org>
7057
7058 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7059 * calendar/holidays.el (calendar-holiday-list):
7060 Report errors with display-warning rather than beep'n'sleep.
7061
7062 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * net/tramp.el (tramp-accept-process-output): Accept only output
7065 from PROC. Otherwise, process filters and sentinels might be
7066 confused. (Bug#12145)
7067
7068 2012-08-20 Chong Yidong <cyd@gnu.org>
7069
7070 * descr-text.el (describe-text-properties-1): Use overlays-in to
7071 report on empty overlays (Bug#3322).
7072
7073 2012-08-20 Glenn Morris <rgm@gnu.org>
7074
7075 * mail/rmailout.el (rmail-output-read-file-name):
7076 Trap and report errors in rmail-output-file-alist elements.
7077
7078 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7079 since most non-font-lock faces are not also variables).
7080
7081 2012-08-20 Edward Reingold <reingold@iit.edu>
7082
7083 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7084 New function. (Bug12160)
7085
7086 2012-08-19 Glenn Morris <rgm@gnu.org>
7087
7088 * mail/rmailout.el (rmail-output-read-file-name):
7089 Fix previous change (when the alist is nil or does not match).
7090
7091 2012-08-19 Chong Yidong <cyd@gnu.org>
7092
7093 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7094 (Bug#12228).
7095
7096 2012-08-18 Chong Yidong <cyd@gnu.org>
7097
7098 * simple.el (yank-handled-properties): New defcustom.
7099 (yank-excluded-properties): Add font-lock-face and category.
7100 (yank): Doc fix.
7101
7102 * subr.el (remove-yank-excluded-properties):
7103 Obey yank-handled-properties. The special handling of font-lock-face
7104 and category is now done this way, instead of being hard-coded.
7105 (insert-for-yank-1): Remove font-lock-face handling.
7106 (yank-handle-font-lock-face-property)
7107 (yank-handle-category-property): New function.
7108
7109 2012-08-17 Glenn Morris <rgm@gnu.org>
7110
7111 * mail/rmailout.el (rmail-output-read-file-name):
7112 Check rmail-output-file-alist against the full message body
7113 in the correct rmail buffer. (Bug#12214)
7114
7115 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7118 Eliminate superfluous prompt. (Bug#12203)
7119
7120 2012-08-17 Chong Yidong <cyd@gnu.org>
7121
7122 * mouse.el (mouse-appearance-menu): If x-select-font returns a
7123 font spec, set the font directly (Bug#3228).
7124
7125 2012-08-17 Martin Rudalics <rudalics@gmx.at>
7126
7127 * window.el (delete-window): Fix last fix.
7128
7129 2012-08-16 Martin Rudalics <rudalics@gmx.at>
7130
7131 * window.el (window-valid-p): Move to window.c.
7132 (window-child, window-child-count, window-last-child)
7133 (window-normalize-window, window-combined-p)
7134 (window-combinations, window-atom-root, window-min-size)
7135 (window-sizable, window-sizable-p, window-size-fixed-p)
7136 (window-min-delta, window-max-delta, window--resizable)
7137 (window--resizable-p, window-resizable, window-total-size)
7138 (window-full-height-p, window-full-width-p, window-body-size)
7139 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7140 (minimize-window, window-deletable-p, delete-window)
7141 (delete-other-windows, set-window-buffer-start-and-point)
7142 (next-buffer, previous-buffer, split-window, balance-windows-2)
7143 (set-window-text-height, window-buffer-height)
7144 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7145 (truncated-partial-width-window-p): Minor code adjustments.
7146 In doc-strings state whether the argument window has to denote a
7147 live, valid or any window.
7148
7149 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
7150
7151 * progmodes/subword.el (subword-forward-function)
7152 (subword-backward-function, subword-forward-regexp)
7153 (subword-backward-regexp): New variables.
7154 (subword-forward, subword-forward-internal, subword-backward-internal):
7155 Use new variables, eg so that different "word" definitions
7156 can be easily used. (Bug#11411)
7157
7158 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7161 for composite selectors.
7162 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7163 operation just because we can't find a previous revision.
7164
7165 2012-08-15 Chong Yidong <cyd@gnu.org>
7166
7167 * frame.el (set-frame-font): Accept font objects.
7168
7169 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7172
7173 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
7174
7175 * man.el (Man-overstrike-face, Man-underline-face)
7176 (Man-reverse-face): Remove variables.
7177 (Man-overstrike, Man-underline, Man-reverse): New faces.
7178 (Man-fontify-manpage): Use them instead of the variables.
7179 (Man-cleanup-manpage): Comment change.
7180 (Man-ansi-color-map): New variable.
7181 (Man-fontify-manpage): Use it.
7182 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7183
7184 Implement ANSI SGR parameters 22-27 (bug#12146).
7185 * ansi-color.el (ansi-colors): Doc fix.
7186 (ansi-color-context, ansi-color-context-region): Doc fix.
7187 (ansi-color--find-face): New function.
7188 (ansi-color-apply, ansi-color-apply-on-region): Use it.
7189 Rename the local variable `face' to `codes' since it is now a list of
7190 ansi codes. Doc fix.
7191 (ansi-color-get-face): Remove.
7192 (ansi-color-parse-sequence): New function, derived from
7193 ansi-color-get-face.
7194 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
7195 codes 22-27.
7196
7197 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * subr.el (read-passwd): Allow use from a minibuffer.
7200
7201 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7202
7203 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7204 inside comments and strings as identifiers.
7205
7206 * progmodes/gud.el (gud-tooltip-print-command): Quote the
7207 expression to evaluate. This allows to evaluate expressions with
7208 embedded whitespace.
7209 (gud-tooltip-tips): Add a blank before the newline in the
7210 message-box text, for the benefit of message-box emulation on
7211 MS-Windows.
7212
7213 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7214 messages from GDB, pop them up in a tooltip to give feedback to
7215 user.
7216 (gdb-tooltip-print-1): Quote the expression to evaluate.
7217 This allows to evaluate expressions with embedded whitespace.
7218 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7219 if the TTY name is nil or empty (which happens when communicating
7220 with the inferior via pipes, e.g. on MS-Windows).
7221 (gdb-internals): If GDB sends a "&\n" empty debugging message,
7222 don't send that to the GUD buffer.
7223
7224 2012-08-14 Glenn Morris <rgm@gnu.org>
7225
7226 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7227 Optimize away setq-default with no args, as for setq. (Bug#12195)
7228
7229 2012-08-14 Chong Yidong <cyd@gnu.org>
7230
7231 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7232
7233 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7234 (Bug#12085).
7235
7236 2012-08-14 Glenn Morris <rgm@gnu.org>
7237
7238 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7239
7240 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7243 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7244 Use cached shell name.
7245
7246 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7247
7248 * progmodes/python.el (python-shell-send-string):
7249 (python-shell-send-setup-code): Do not use `format' with `message'.
7250
7251 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
7252
7253 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7254 (ruby-percent-literal-beg-re): New constant.
7255 (ruby-syntax-general-delimiters-goto-beg): Rename to
7256 `ruby-syntax-enclosing-percent-literal', improve literal type check.
7257 (ruby-syntax-propertize-general-delimiters): Rename to
7258 `ruby-syntax-propertize-percent-literal', it's a shorter and more
7259 popular term. Adjust comments everywhere.
7260 (ruby-syntax-propertize-percent-literal): Only propertize when not
7261 inside a simple string or comment. When the literal is unclosed,
7262 leave the text after it unpropertized.
7263 (ruby-syntax-methods-before-regexp): New constant.
7264 (ruby-syntax-propertize-function): Use it to recognize regexps.
7265 Don't look at the text after regexp, just use the whitelist.
7266
7267 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7268
7269 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7270 non-nil always load the compiled file if it exists. (Bug#12197)
7271
7272 2012-08-14 Chong Yidong <cyd@gnu.org>
7273
7274 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7275 (hi-lock-set-pattern): When deciding whether to use font lock or
7276 overlays, look at font-lock-mode instead of font-lock-fontified
7277 (Bug#12168).
7278 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7279 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7280
7281 2012-08-14 Daiki Ueno <ueno@unixuser.org>
7282
7283 * subr.el (internal--after-with-selected-window): Fix typo
7284 (Bug#12193).
7285
7286 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7287
7288 Use `completion-table-dynamic' for completion functions.
7289 * progmodes/python.el
7290 (python-shell-completion--do-completion-at-point)
7291 (python-shell-completion--get-completions):
7292 Remove functions.
7293 (python-shell-completion-complete-at-point): New function.
7294 (python-completion-complete-at-point): Use it.
7295
7296 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
7297
7298 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7299 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7300
7301 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * subr.el (function-get): Refine `autoload' arg so it can also
7304 autoload functions for gv.el (bug#12191).
7305 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7306 autoloads macros.
7307
7308 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7309 Prefer pcase-let over destructuring-bind.
7310 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7311 Also, remove whitespace as we go, rather than after accumulating the
7312 various places.
7313
7314 * subr.el (internal--before-with-selected-window)
7315 (internal--after-with-selected-window): Fix typo seleted->selected.
7316 (with-selected-window): Adjust callers.
7317 Reported by Dmitry Gutov <dgutov@yandex.ru>.
7318
7319 2012-08-13 Bastien Guerry <bzg@gnu.org>
7320
7321 * window.el (special-display-popup-frame): Minor docstring
7322 enhancement. (Bug#12172)
7323
7324 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
7325
7326 * tar-mode.el (tar-header-data-end): Only ignore size for files of
7327 type 1-6.
7328 (tar-header-block-summarize, tar-get-descriptor): Handle pax
7329 extended headers.
7330
7331 * files.el (hack-local-variables-filter): Remove useless eval.
7332
7333 2012-08-13 Martin Rudalics <rudalics@gmx.at>
7334
7335 * subr.el (with-selected-window): Fix last change.
7336
7337 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * subr.el (internal--before-with-seleted-window)
7340 (internal--after-with-seleted-window): New functions.
7341 (with-selected-window): Use them, to replace dependency on
7342 tty-top-frame.
7343
7344 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
7345
7346 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7347 binding for `newline'.
7348 (ruby-move-to-block): When moving backward, stop at block opening,
7349 not indentation.
7350 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7351 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7352 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7353 `ruby-toggle-block'.
7354
7355 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * ibuffer.el (ibuffer-do-toggle-read-only):
7358 * dired.el (dired-toggle-read-only):
7359 * buff-menu.el (Buffer-menu-toggle-read-only):
7360 * bindings.el (mode-line-toggle-read-only):
7361 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7362
7363 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
7364
7365 * descr-text.el (describe-char): Put the overlays over the
7366 "displayed as" character.
7367
7368 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
7369
7370 * calc/calc-units.el (math-default-units-table): Give an
7371 initial value.
7372 (math-put-default-units): Add options to put composite units and
7373 unit systems in the default units table.
7374 (calc-convert-units): Send composite units to
7375 `math-put-default-units' when appropriate.
7376
7377 2012-08-11 Glenn Morris <rgm@gnu.org>
7378
7379 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7380
7381 * tutorial.el (help-with-tutorial):
7382 * emacs-lisp/copyright.el (copyright-update-directory):
7383 * emacs-lisp/autoload.el (autoload-find-generated-file)
7384 (autoload-find-file): Disable local eval: (for insurance).
7385
7386 * files.el (hack-local-variables-filter): If an eval: form is not
7387 known to be safe, and enable-local-variables is :safe, then ignore
7388 the form totally, as is done for non-eval forms. (Bug#12155)
7389 This is CVE-2012-3479.
7390
7391 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7394 (rx-form): Simplify.
7395
7396 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7397
7398 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7399 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7400 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7401 (ruby-syntax-propertize-function): Adjust for changes in
7402 `ruby-syntax-propertize-heredoc'.
7403
7404 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7405
7406 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7407 binding (use `M-;' instead).
7408 (ruby-singleton-class-p): New function.
7409 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7410
7411 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7414
7415 2012-08-10 Chong Yidong <cyd@gnu.org>
7416
7417 * progmodes/python.el (python-shell-get-process-name): Don't mess
7418 with same-window-buffer-names.
7419
7420 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7421 (eshell-remove-from-window-buffer-names): Make obsolete.
7422 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7423 (eshell): Just use pop-to-buffer-same-window instead.
7424
7425 2012-08-10 Chong Yidong <cyd@gnu.org>
7426
7427 * bindings.el: Bind M-= back to count-words-region.
7428
7429 * simple.el (count-words-region): Accept a prefix arg for acting
7430 on the entire buffer.
7431 (count-words--buffer-message): New helper function.
7432
7433 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7436 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7437 (event-start, event-end): Use posn-at-point to return a more
7438 informative posn.
7439 (posnp): New function.
7440 * mouse.el (popup-menu-normalize-position): Use it.
7441
7442 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7443
7444 * mouse.el (popup-menu-normalize-position): New function.
7445 (popup-menu): Use `popup-menu-normalize-position' to normalize
7446 the form for POSITION argument.
7447
7448 * term/x-win.el (x-menu-bar-open):
7449 Use the value returend from (posn-at-point) as position
7450 passed to `popup-menu'.
7451
7452 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7453
7454 * calc/calccomp.el (math-compose-expr): Add extra argument
7455 indicating that parentheses should be put around products in
7456 denominators. Give multiplication precedence over division during
7457 composition.
7458
7459 2012-08-09 Chong Yidong <cyd@gnu.org>
7460
7461 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7462 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7463 (Man-untabify-command, manual-program): Convert to defcustom
7464 (Bug#10429).
7465
7466 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7467
7468 * descr-text.el (describe-char): Don't insert extra newlines
7469 (Bug#10127).
7470
7471 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7472 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7473
7474 * align.el (align-region): Delete temporary markers (Bug#10047).
7475 Plus some code cleanups.
7476
7477 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7478
7479 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7480 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7481 (python-shell-internal-last-output): Use make-local-variable
7482 instead of make-variable-buffer-local.
7483
7484 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7485
7486 * progmodes/python.el: Enhancements to forward-sexp.
7487 (python-nav-forward-sexp): Rename from
7488 python-nav-forward-sexp-function.
7489 (python-nav--forward-sexp, python-nav--backward-sexp):
7490 New functions.
7491
7492 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7493
7494 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7495 modes and simplification modes.
7496
7497 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * delsel.el (delete-selection-pre-hook): Don't propagate the
7500 file-supersession signals (bug#12161).
7501
7502 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7505 (cl-map-extents): Add compatibility aliases (bug#12135).
7506
7507 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7508
7509 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7510 tests by `ignore-error'.
7511 (tramp-find-shell): Open also a new shell, when cache is already
7512 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7513
7514 2012-08-08 Juri Linkov <juri@jurta.org>
7515
7516 * bookmark.el: Add `defaults' property to the bookmark record.
7517 (bookmark-current-buffer): Doc fix.
7518 (bookmark-make-record): Add `defaults' property with default values
7519 to the bookmark record.
7520 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7521 with `bookmark-insert-current-bookmark'.
7522 (bookmark-set): Get `defaults' property from the bookmark record
7523 and use it in `read-from-minibuffer'.
7524 (bookmark-insert-current-bookmark): Remove function.
7525
7526 * info.el (Info-bookmark-make-record): Add `defaults' property
7527 with values of canonical Info node name, the current Info file
7528 name and the current Info node name. (Bug#12107)
7529
7530 2012-08-08 Juri Linkov <juri@jurta.org>
7531
7532 * files.el (basic-save-buffer): Use `buffer-name' as the default
7533 of `read-file-name' when buffer is not visiting a file (bug#12128).
7534
7535 2012-08-08 Juri Linkov <juri@jurta.org>
7536
7537 * info.el (Info-isearch-search): Doc fix.
7538 (Info-search): Change search-failed message from "initial node" to
7539 "end of node" (bug#12078).
7540 (Info-isearch-search): Change `isearch-string-state' to
7541 `isearch--state-string'.
7542
7543 2012-08-08 Glenn Morris <rgm@gnu.org>
7544
7545 * language/persian.el: Remove file.
7546 * language/misc-lang.el: Move unique part of persian.el here.
7547 * loadup.el: Remove language/persian.
7548
7549 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7550
7551 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7552
7553 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7554
7555 * progmodes/python.el: Fix defsubst warning.
7556 (python-syntax-context) Rename from python-info-ppss-context.
7557 (python-syntax-context-type): Rename from
7558 python-info-ppss-context-type.
7559 (python-syntax-comment-or-string-p): Rename from
7560 python-info-ppss-comment-or-string-p.
7561
7562 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7563
7564 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7565
7566 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7567
7568 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7569 a defcustom that is quoted with backquote.
7570
7571 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7572 Fix handling of interactive spec when the body uses return.
7573 (math-do-arg-check, math-define-function-body): Use backquote forms.
7574 * calc/calc-ext.el (math-defcache): Likewise.
7575 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7576 * allout.el (allout-new-exposure): Likewise.
7577 * calc/calcalg2.el (math-tracing-integral): Likewise.
7578 * info.el (Info-last-menu-item): Likewise.
7579 * emulation/vip.el (vip-loop): Likewise.
7580 * textmodes/artist.el (artist-funcall): Likewise.
7581 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7582 Construct menu-item directly.
7583
7584 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7585 Don't declare.
7586
7587 2012-08-07 Chong Yidong <cyd@gnu.org>
7588
7589 * simple.el (deactivate-mark): Preserve text properties when
7590 saving the primary selection (Bug#8384).
7591
7592 2012-08-07 Kevin Ryde <user42@zip.com.au>
7593
7594 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7595 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7596 and continue processing (Bug#12110).
7597
7598 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7601 syntax-propertize-function (bug#10095).
7602
7603 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7606 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7607 describe-function-1.
7608 (describe-function-1): Use them. Move compiler macro after sig.
7609 (help-fns--compiler-macro): Use function-get. Assume we're already in
7610 standard-output. Adjust layout to new call order.
7611
7612 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7613 re-binding a symbol that has a symbol-macro (bug#12119).
7614
7615 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7616
7617 * language/persian.el: New file. (Bug#11812)
7618 * loadup.el: Add language/persian.el.
7619
7620 2012-08-06 Chong Yidong <cyd@gnu.org>
7621
7622 * window.el (window--maybe-raise-frame): New function.
7623 (window--display-buffer): Split off from here.
7624 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7625 (display-buffer-pop-up-window, display-buffer-use-some-window):
7626 Obey an inhibit-switch-frame action alist entry.
7627 (display-buffer): Update doc.
7628
7629 * replace.el (occur-after-change-function): Avoid losing focus by
7630 using the inhibit-switch-frame display parameter (Bug#12139).
7631
7632 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7633
7634 Make internal shell process buffer names start with space.
7635 * progmodes/python.el (python-shell-make-comint): Add optional
7636 argument INTERNAL.
7637 (run-python-internal): Use it.
7638 (python-shell-internal-get-or-create-process): Check for new
7639 internal buffer names.
7640
7641 2012-08-06 Glenn Morris <rgm@gnu.org>
7642
7643 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7644 Do less getting and setting of environment variables.
7645
7646 2012-08-05 Chong Yidong <cyd@gnu.org>
7647
7648 * proced.el (proced): Add substitution string to docstring to
7649 trigger autoloading of the proced library on C-h f (Bug#1768).
7650
7651 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7652 Don't show defvars which have no second argument (Bug#8638).
7653
7654 * imenu.el (imenu-generic-expression): Move documentation here
7655 from imenu--generic-function.
7656 (imenu--generic-function): Refer to imenu-generic-expression.
7657
7658 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7659
7660 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7661 indentation declaration.
7662 (viper-loop): Add indentation declaration (Bug#7025).
7663
7664 2012-08-05 Chong Yidong <cyd@gnu.org>
7665
7666 * help-fns.el (describe-variable): Add hyperlink for
7667 directory-local variables files. Improve buffer-local and
7668 permanent-local reporting; suggested by MON KEY (Bug#6644).
7669
7670 * help-mode.el (help-dir-local-var-def): New button type.
7671
7672 * files.el (kill-buffer-hook): Provide a defvar.
7673
7674 2012-08-05 Glenn Morris <rgm@gnu.org>
7675
7676 * eshell/esh-ext.el (eshell/addpath):
7677 Also update eshell-path-env. (Bug#12013)
7678
7679 2012-08-05 Chong Yidong <cyd@gnu.org>
7680
7681 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7682
7683 * fringe.el (fringe-styles): Add docstring.
7684 (fringe--check-mode): New function.
7685 (set-fringe-mode, set-fringe-style): Use it.
7686 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7687
7688 * files.el (set-auto-mode): Fix invalid setq call.
7689
7690 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * isearch.el: Misc simplification; use defstruct.
7693 (isearch-mode-map): Dense maps now work like sparse ones.
7694 (isearch--state): New defstruct.
7695 (isearch-string-state, isearch-message-state, isearch-point-state)
7696 (isearch-success-state, isearch-forward-state)
7697 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7698 (isearch-wrapped-state, isearch-barrier-state)
7699 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7700 replaced by defstruct's accessors.
7701 (isearch--set-state): Rename from isearch-top-state and change
7702 calling convention.
7703 (isearch-push-state): Use new isearch--get-state.
7704 (isearch-toggle-word): Disable regexp when enabling word.
7705 (isearch-message-prefix): Remove unused arg _c-q-hack.
7706 (isearch-message-suffix): Remove unused arg _ellipsis.
7707
7708 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7709
7710 * simple.el (list-processes--refresh): For a server use :host or
7711 :local as the address.
7712 (list-processes): Doc fix.
7713
7714 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7715
7716 * lisp/mpc.el: Support password in host argument.
7717 (mpc--proc-connect): Parse and use new password element.
7718 Set mpc-proc variable instead of returning process.
7719 (mpc-proc): Adjust accordingly.
7720
7721 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7722
7723 * whitespace.el (whitespace-display-mappings): Use Unicode
7724 codepoints, instead of emacs-mule codepoints. See
7725 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7726 for the details.
7727
7728 * files.el (file-truename): Don't skip symlink-chasing part on
7729 windows-nt. Incorporate the resolution of 8+3 short aliases on
7730 Windows into the loop that recursively chases symlinks.
7731 Compare directory and its parent case-insensitively on MS-Windows and
7732 MS-DOS.
7733
7734 2012-08-03 Chong Yidong <cyd@gnu.org>
7735
7736 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7737
7738 * sort.el (sort-regexp-fields): Doc fix.
7739
7740 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7741
7742 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7743 labels regex position point at the expected place.
7744
7745 2012-08-03 MON KEY <monkey@sandpframing.com>
7746
7747 * net/imap.el (imap-interactive-login, imap-authenticate)
7748 (imap-mailbox-lsub, imap-mailbox-list)
7749 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7750 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7751 (imap-parse-response): Doc fix.
7752
7753 2012-08-03 João Távora <joaotavora@gmail.com>
7754
7755 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7756 if sexp scanning does not move point (Bug#5734).
7757
7758 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7759
7760 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7761 Add listings, minted, and ctable packages.
7762 (reftex-label-alist-builtin): Move listings, minted, and ctable
7763 entries before LaTeX.
7764 (reftex-label-alist): Docfix.
7765
7766 2012-08-02 Bastien Guerry <bzg@gnu.org>
7767
7768 * replace.el (occur): Fix docstring (bug#12122).
7769
7770 2012-08-02 Glenn Morris <rgm@gnu.org>
7771
7772 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7773
7774 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7775
7776 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7777 * international/mule-cmds.el: Create
7778 inactivate-current-input-method-function as an obsolete alias for
7779 deactivate-current-input-method-function. See Katsumi Yamaoka in
7780 <http://bugs.gnu.org/10150#46>.
7781
7782 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7783
7784 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7785 of nested `if's.
7786
7787 2012-08-01 Glenn Morris <rgm@gnu.org>
7788
7789 * progmodes/autoconf.el (autoconf-definition-regexp):
7790 Add AH_TEMPLATE, adjust submatch numbering.
7791 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7792 (autoconf-current-defun-function): Update for above change.
7793 (autoconf-current-defun-function): First skip to end of current word.
7794
7795 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7796
7797 * calendar/cal-html.el (cal-html-insert-agenda-days):
7798 Fix typo. (Bug#12018)
7799
7800 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7801
7802 Shell processes: enhancements to startup and CEDET compatibility.
7803 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7804 (python-shell-make-comint): accept-process-output at startup.
7805 (run-python-internal): Set inferior-python-mode-hook to nil.
7806 (python-shell-internal-get-or-create-process): call sit-for.
7807 (python-preoutput-result): Add obsolete alias.
7808 (python-shell-internal-send-string): Use it.
7809 (python-shell-send-setup-code): Remove call to
7810 accept-process-output.
7811
7812 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7813
7814 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7815 (Bug#12108)
7816
7817 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7818
7819 * calc-mode.el (calc-basic-simplification-mode): Rename from
7820 `calc-limited-simplification-mode'.
7821 (calc-alg-simplification-mode): New function.
7822 (calc-set-simplify-mode): Adjust message.
7823
7824 * calc.el (calc-set-mode-line): Adjust mode line display for
7825 basic simplification mode.
7826
7827 * calc-help.el (calc-m-prefix-help): Update help message.
7828
7829 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7830 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7831
7832 2012-07-31 Bastien Guerry <bzg@gnu.org>
7833
7834 * man.el (man): Fix comment. (bug#12101)
7835
7836 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7837
7838 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7839 Don't return a non-nil value when no suitable buffer was found.
7840
7841 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7842
7843 * progmodes/python.el (run-python-internal): Disable font lock for
7844 internal shells.
7845
7846 2012-07-30 Stefan Merten <smerten@oekonux.de>
7847
7848 * textmodes/rst.el: Silence `checkdoc-ispell'.
7849 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7850 (rst-official-version, rst-official-cvs-rev)
7851 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7852 (rst-mode-map): New key binding.
7853
7854 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7855
7856 Update .PHONY listings in makefiles.
7857 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7858 autoloads, update-subdirs, updates, bzr-update, update-authors,
7859 compile-onefile, compile-calc, backup-compiled-files,
7860 compile-after-backup, compile-one-process, mh-autoloads,
7861 bootstrap-clean, distclean, maintainer-clean.
7862
7863 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7864
7865 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7866 (calc-set-mode-line): Don't display "AlgSimp ".
7867
7868 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7869 (calc-lim-simplify-mode): New function.
7870 (calc-set-simplify-mode): Default to 'alg.
7871 (calc-default-simplify-mode): Make algebraic simplifications
7872 the default.
7873
7874 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7875 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7876
7877 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7878 indicate new simplification modes.
7879
7880 * calc/README: Mention new default simplification mode.
7881
7882 * calc/calc.el (math-normalize-error): New variable.
7883 (math-normalize): Set `math-normalize-error' to t
7884 when there's an error.
7885
7886 * calc/calc-alg.el (math-simplify): Don't simplify when
7887 `math-normalize' returns an error.
7888
7889 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7890
7891 * international/mule-cmds.el (set-locale-environment): Revert last
7892 change, since display-graphic-p returns nil when this function is
7893 called during startup. Instead...
7894
7895 * term/w32console.el (terminal-init-w32console): ...setup the
7896 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7897
7898 2012-07-29 Juri Linkov <juri@jurta.org>
7899
7900 * simple.el (goto-line): Don't display default line number in the
7901 prompt because it should be displayed by `read-number' (bug#9952).
7902 Add the current line number to the defaults of `goto-line' to
7903 allow its easier modification by users with `M-n' (bug#9201).
7904
7905 * subr.el (read-number): Support multiple default values like in
7906 other minibuffer reading functions. Replace `read' with
7907 `string-to-number' for consistency with `number-to-string'.
7908
7909 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7910
7911 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7912 * emulation/viper-init.el (viper-deactivate-input-method-action):
7913 Rename from viper-inactivate-input-method-action.
7914 (viper-deactivate-input-method):
7915 Rename from viper-inactivate-input-method.
7916 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7917 * international/mule-cmds.el (deactivate-input-method):
7918 Rename from inactivate-input-method.
7919 Also run input-method-deactivate-hook.
7920 (deactivate-current-input-method-function):
7921 Rename from inactivate-current-input-method-function.
7922 (input-method-deactivate-hook): New hook.
7923 (input-method-inactivate-hook): Mark obsolete.
7924 (inactivate-input-method): Mark obsolete.
7925
7926 * international/quail.el (quail-activate):
7927 Also run quail-deactivate-hook.
7928 (quail-deactivate): Rename from quail-inactivate.
7929 * international/robin.el (robin-activate):
7930 Also run robin-deactivate-hook.
7931 (robin-deactivate): Rename from robin-inactivate.
7932
7933 2012-07-29 Chong Yidong <cyd@gnu.org>
7934
7935 * simple.el (indicate-copied-region): New function.
7936 (kill-ring-save): Split off from here.
7937
7938 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7939 (kill-rectangle): Set deactivate-mark to t on read-only error.
7940
7941 * register.el (copy-to-register, copy-rectangle-to-register):
7942 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7943 (append-to-register, prepend-to-register): Call indicate-copied-region.
7944
7945 2012-07-29 Juri Linkov <juri@jurta.org>
7946
7947 * simple.el (async-shell-command-buffer): New defcustom.
7948 (shell-command): Use it. (Bug#4719)
7949
7950 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7951
7952 * international/mule-cmds.el (set-locale-environment): In a
7953 console session on MS-Windows, set up keyboard and terminal
7954 encoding from the OEM codepage, not the ANSI codepage.
7955 (Bug#12055)
7956
7957 2012-07-28 Chong Yidong <cyd@gnu.org>
7958
7959 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7960 gdb-get-location.
7961
7962 2012-07-28 Leo Liu <sdl.web@gmail.com>
7963
7964 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7965 the alist (bug#12029).
7966
7967 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7968
7969 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7970 (compile-always, compile-first)
7971 ($(lisp)/calendar/cal-loaddefs.el)
7972 ($(lisp)/calendar/diary-loaddefs.el)
7973 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7974 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7975 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7976 instead of on update-subdirs.
7977 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7978
7979 2012-07-28 Chong Yidong <cyd@gnu.org>
7980
7981 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7982 directory if vc-deduce-backend returns nil (Bug#7350).
7983
7984 * simple.el (delete-trailing-lines): New option.
7985 (delete-trailing-whitespace): Obey it (Bug#11879).
7986
7987 2012-07-28 David Engster <deng@randomsample.de>
7988
7989 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7990 Explanation of new 'symbol-qnames feature in doc-strings.
7991 (xml-maybe-do-ns): Return expanded names as plain symbols if
7992 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7993 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7994
7995 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7996
7997 Consistent completion in inferior python with emacs -nw.
7998 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7999 binding in inferior-python-mode-map with "\t".
8000 (python-shell-completion-complete-at-point)
8001 (python-completion-complete-at-point): Remove interactive spec.
8002
8003 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8004
8005 * calc/calccomp.el (math-compose-expr): Undo previous change.
8006
8007 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8008
8009 * progmodes/python.el (python-mode-map): Add keybinding for
8010 run-python.
8011 (python-shell-make-comint): Fix pop-to-buffer call.
8012 (run-python): Autoload. New arg SHOW.
8013 (python-shell-get-or-create-process): Do not pop python process
8014 buffer.
8015
8016 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * notifications.el (notifications-on-action-signal)
8019 (notifications-on-closed-signal): Use also the bus address for the map.
8020 (notifications-notify, notifications-close-notification)
8021 (notifications-get-capabilities): Add optional argument BUS.
8022
8023 2012-07-27 Tassilo Horn <tsdh@gnu.org>
8024
8025 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8026 Add support for the lstlisting and minted environments, and for the
8027 ctable macro.
8028 * textmodes/reftex.el (reftex-compile-variables): Also recognize
8029 labels written in keyvals syntax.
8030
8031 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8032
8033 * calc/calccomp.el (math-compose-expr): Use parentheses when
8034 there is a product in the denominator of a fraction.
8035
8036 2012-07-26 Eli Zaretskii <eliz@gnu.org>
8037
8038 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8039 ($(lisp)/calendar/diary-loaddefs.el)
8040 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8041 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8042 Fixes failures in parallel bootstrap because subdirs.el is being
8043 rewritten while the autoload files are built at the same time,
8044 which needs to load subdirs.el.
8045
8046 2012-07-26 Martin Rudalics <rudalics@gmx.at>
8047
8048 * mouse.el (popup-menu): Fix doc-string and re-indent code.
8049 (mouse-drag-line): Don't exit tracking when a switch-frame or
8050 switch-window event occurs (Bug#12006).
8051
8052 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * mouse.el (popup-menu): Fix last change.
8055
8056 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 Autoload from Lisp with more care. Follow aliases when looking for
8059 function properties.
8060 * subr.el (autoloadp): New function.
8061 (symbol-file): Use it.
8062 (function-get): New function.
8063 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8064 autoload-do-load.
8065 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8066 (lisp-indent-function):
8067 * emacs-lisp/gv.el (gv-get):
8068 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8069 * emacs-lisp/byte-opt.el (byte-optimize-form):
8070 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8071 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8072 Use function-get.
8073 * emacs-lisp/cl.el: Don't propagate function properties any more.
8074
8075 * speedbar.el (speedbar-add-localized-speedbar-support):
8076 * emacs-lisp/disass.el (disassemble-internal):
8077 * desktop.el (desktop-load-file):
8078 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8079 (describe-function-1):
8080 * emacs-lisp/find-func.el (find-function-noselect):
8081 * emacs-lisp/elp.el (elp-instrument-function):
8082 * emacs-lisp/advice.el (ad-has-proper-definition):
8083 * apropos.el (apropos-safe-documentation, apropos-macrop):
8084 * emacs-lisp/debug.el (debug-on-entry):
8085 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8086 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8087 * calc/calc.el (name): Use autoloadp & autoload-do-load.
8088
8089 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
8090
8091 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8092 function, not an obsolete variable (Bug#12046).
8093
8094 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
8095
8096 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
8097
8098 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
8099
8100 * emacs-lisp/pp.el (pp-display-expression): Select old selected
8101 window only if it is still live (Bug#12034).
8102
8103 2012-07-25 Martin Rudalics <rudalics@gmx.at>
8104
8105 * subr.el (redirect-frame-focus): Add advertised calling
8106 convention (Bug#12030).
8107
8108 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
8109
8110 Prefer typical American spelling for "acknowledgment".
8111 * vc/add-log.el (change-log-acknowledgment): Rename from
8112 change-log-acknowledgement, with an alias for the old name.
8113
8114 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
8115
8116 * calc-alg.el (math-simplify-divide): Don't cross multiply
8117 in an equation when the lhs is a variable.
8118
8119 2012-07-24 Julien Danjou <julien@danjou.info>
8120
8121 * net/netrc.el (netrc-find-service-number, netrc-store-data):
8122 Remove, unused.
8123
8124 2012-07-23 Eli Zaretskii <eliz@gnu.org>
8125
8126 * startup.el (command-line): Don't display an empty user name in
8127 the error message about non-existent home directory, when
8128 init-file-user was set to an empty string. See
8129 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8130 for the details and context.
8131
8132 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
8133
8134 * ses.el (ses-cell-formula-aset): New macro.
8135 (ses-cell-references-aset): New macro.
8136 (ses-cell-p): New function.
8137 (ses-rename-cell): Do no longer rely on complex operations like
8138 ses-cell-set-formula or ses-set-cell to change the cell and handle
8139 the undo at the same time, but rather use lower level new macros
8140 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8141 the undo directly. Refresh the mode line.
8142
8143 2012-07-21 Leo Liu <sdl.web@gmail.com>
8144
8145 * progmodes/cc-cmds.el (c-defun-name):
8146 Use match-string-no-properties instead for consistency.
8147
8148 2012-07-20 Leo Liu <sdl.web@gmail.com>
8149
8150 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8151 (Bug#7879)
8152
8153 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8154
8155 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8158 * progmodes/bug-reference.el, misearch.el: Provide themselves
8159 (bug#11915).
8160
8161 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8162 of narrowed buffer (bug#11966).
8163
8164 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
8165
8166 * ses.el (ses-rename-cell): Set new name also in reference list of
8167 cells of which the renamed cell depends.
8168
8169 2012-07-20 Masatake YAMATO <yamato@redhat.com>
8170
8171 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8172 to check whether menu-bar is shown or not. If not shown,
8173 show the menu-bar as a popup menu instead of using tmm.
8174 * mouse.el (popup-menu): Accept `point' as `position' argument.
8175
8176 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
8177
8178 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8179 up inside string symbol literal (bug#11923).
8180
8181 2012-07-20 Eli Zaretskii <eliz@gnu.org>
8182
8183 * startup.el (fancy-startup-text): Read the whole tutorial, not
8184 just its first 256 bytes. Prevents gibberish in display of the
8185 tutorial title.
8186
8187 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8188
8189 Drop idle buffer compaction due to an absence of the
8190 proved efficiency.
8191 * compact.el: Remove.
8192
8193 2012-07-19 Sam Steingold <sds@gnu.org>
8194
8195 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8196 vc-bzr-pull & vc-bzr-merge-branch.
8197 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8198 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8199 for consistency with compilation-error-regexp-alist.
8200 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8201 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8202 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8203 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8204
8205 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * emacs-lisp/chart.el: Use lexical-binding.
8208 (chart-emacs-storage): Don't hardcode the list of entries.
8209
8210 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8211
8212 Next round of tweaks caused by Fgarbage_collect changes.
8213 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8214
8215 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8216
8217 Compact buffers when idle.
8218 * compact.el: New file.
8219
8220 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * subr.el (eventp): Presume that if it looks vaguely like an event,
8223 it's an event (bug#10190).
8224
8225 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
8226
8227 Enhancements to ppss related code (thanks Stefan).
8228 * progmodes/python.el (python-indent-context)
8229 (python-indent-calculate-indentation, python-indent-dedent-line)
8230 (python-indent-electric-colon, python-nav-forward-block)
8231 (python-mode-abbrev-table)
8232 (python-info-assignment-continuation-line-p): Simplify checks
8233 for ppss context.
8234 (python-info-continuation-line-p): Cleanup.
8235 (python-info-ppss-context): Do not catch 'quote.
8236 (python-info-ppss-context-type)
8237 (python-info-ppss-comment-or-string-p): Simplify.
8238
8239 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
8240
8241 * progmodes/python.el: Enhancements to eldoc support.
8242 (python-info-current-symbol): New function.
8243 (python-eldoc-at-point): Use python-info-current-symbol.
8244 (python-info-current-defun): Fix cornercase on first defun scan.
8245 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8246 and signal error when no inferior python process is available.
8247
8248 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
8249
8250 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8251 assume it's always t.
8252 (vc-git-registered): Remove caching, the function is only called
8253 once.
8254 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8255
8256 2012-07-18 Chong Yidong <cyd@gnu.org>
8257
8258 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8259
8260 * simple.el (count-words): Report on narrowing (Bug#9959).
8261
8262 * bindings.el: Bind M-= to count-words.
8263
8264 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8265
8266 2012-07-18 Masatake YAMATO <yamato@redhat.com>
8267
8268 * progmodes/sh-script.el (sh-imenu-generic-expression):
8269 Capture a function with `function' keyword and without parentheses
8270 like "function FOO" (bug#11856).
8271
8272 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
8273
8274 * window.el (split-window-sensibly): Make WINDOW argument
8275 optional.
8276
8277 2012-07-18 Chong Yidong <cyd@gnu.org>
8278
8279 * subr.el (keyboard-translate): Doc fix (Bug#7261).
8280
8281 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8282 and make C-x 8 RET exit isearch (Bug#11439).
8283
8284 * international/iso-transl.el: Move isearch-mode-map key
8285 definitions to isearch.el.
8286
8287 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8290 (eieio-defclass): Use gv-define-setter when possible.
8291
8292 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8293
8294 Reflect recent changes in Fgarbage_collect.
8295 * emacs-lisp/chart.el (chart-emacs-storage): Change to
8296 reflect new format of data returned by Fgarbage_collect.
8297
8298 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8299
8300 New utility functions + python-info-ppss-context fix (Bug#11910).
8301 * progmodes/python.el (python-info-beginning-of-block-statement-p)
8302 (python-info-ppss-comment-or-string-p): New functions.
8303 (python-info-ppss-context): Small fix for string check.
8304
8305 2012-07-17 Juri Linkov <juri@jurta.org>
8306
8307 * dired-aux.el (dired-do-async-shell-command): Doc fix.
8308 (dired-do-async-shell-command): Don't add `*' at the end of the
8309 command (Bug#11815).
8310 (dired-do-shell-command): Doc fix.
8311 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8312 Join the individual commands using either "&" or ";" as the
8313 separator depending on the values of these trailing characters.
8314 At the end re-add the trailing "&". (Bug#10598)
8315
8316 * simple.el (async-shell-command): Sync the interactive spec with
8317 `shell-command'. Doc fix.
8318 (shell-command): Doc fix.
8319
8320 2012-07-17 Juri Linkov <juri@jurta.org>
8321
8322 * descr-text.el (describe-char): Fix format args. (Bug#10129)
8323
8324 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8325
8326 Final renames and doc fixes for movement commands (bug#11899).
8327 * progmodes/python.el (python-nav-beginning-of-statement):
8328 Rename from python-nav-statement-start.
8329 (python-nav-end-of-statement): Rename from
8330 python-nav-statement-end.
8331 (python-nav-beginning-of-block): Rename from
8332 python-nav-block-start.
8333 (python-nav-end-of-block): Rename from python-nav-block-end.
8334
8335 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8336
8337 * progmodes/python.el (python-shell-send-string-no-output):
8338 Allow accept-process-output to quit, keeping shell process ready for
8339 future interactions (Bug#11868).
8340
8341 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8344
8345 * emacs-lisp/elint.el (elint-find-args-in-code):
8346 Use help-function-arglist, so as to handle lexical byte-code.
8347
8348 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8349 change (bug#11826).
8350
8351 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8352
8353 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8354 Avoid spuriously marking the buffer as modified because of c-is-sws.
8355
8356 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8357 as not-a-comment (bug#11946).
8358
8359 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8360 for uninterned vars.
8361
8362 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8363 Use read-event since we don't really want to read chars but bytes.
8364
8365 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8366 $$..$$ but also $..$ using regexps (bug#11953).
8367 Use tex-verbatim for \url and \path.
8368 (tex-font-lock-keywords): Define as defconst like the others.
8369 (tex-common-initialization): Don't use font-lock-syntax-table any more.
8370
8371 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8372
8373 * international/mule-cmds.el (ucs-insert): Make it an obsolete
8374 alias for insert-char.
8375
8376 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8377
8378 * progmodes/python.el: Simplified imenu implementation.
8379 (python-nav-jump-to-defun): Remove command.
8380 (python-mode-map): Use `imenu' instead.
8381 (python-nav-list-defun-positions-cache)
8382 (python-imenu-include-defun-type, python-imenu-make-tree)
8383 (python-imenu-subtree-root-label, python-imenu-index-alist):
8384 Remove vars.
8385 (python-nav-list-defun-positions, python-nav-read-defun)
8386 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8387 (python-imenu-make-tree, python-imenu-create-index):
8388 Remove functions.
8389 (python-mode): Update to interact with imenu by setting
8390 `imenu-extract-index-name-function' only.
8391
8392 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8393
8394 * progmodes/python.el: Enhancements to navigation commands.
8395 (python-nav-backward-sentence)
8396 (python-nav-forward-sentence): Remove.
8397 (python-nav-backward-statement, python-nav-forward-statement)
8398 (python-nav-statement-start, python-nav-statement-end)
8399 (python-nav-backward-block, python-nav-forward-block)
8400 (python-nav-block-start, python-nav-block-end)
8401 (python-nav-forward-sexp-function)
8402 (python-info-current-line-comment-p)
8403 (python-info-current-line-empty-p): New functions.
8404 (python-indent-context): Use `python-nav-statement-start'.
8405
8406 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8407
8408 * eshell/em-ls.el (eshell/ls): Use `apply'.
8409
8410 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8411 multi-hops, instead of Tramp internals.
8412
8413 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8414
8415 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8416 when F1 and F2 are located on different hosts.
8417
8418 2012-07-14 Chong Yidong <cyd@gnu.org>
8419
8420 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8421 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8422 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8423 (xterm-mouse--read-event-sequence-1000)
8424 (xterm-mouse--read-event-sequence-1006): New functions. For old
8425 mouse protocol, handle M-mouse-X events correctly.
8426 (xterm-mouse-event): New arg specifying mouse protocol.
8427 (turn-on-xterm-mouse-tracking-on-terminal)
8428 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8429 sequence to toggle extended coordinates on newer XTerms.
8430 This appears to be harmless on terminals which do not support this.
8431
8432 2012-07-14 Leo Liu <sdl.web@gmail.com>
8433
8434 Add fringe bitmap indicators for flymake. (Bug#11253)
8435 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8436 (flymake-make-overlay): New arg BITMAP.
8437 (flymake-error-bitmap, flymake-warning-bitmap)
8438 (flymake-fringe-indicator-position): New user variables.
8439
8440 * fringe.el: New bitmap exclamation-mark.
8441
8442 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8443
8444 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8445 also (Bug#7879).
8446
8447 2012-07-14 Chong Yidong <cyd@gnu.org>
8448
8449 * electric.el (electric-pair-post-self-insert-function): Fix pair
8450 insertion in empty-region case (Bug#11520).
8451
8452 2012-07-14 Chong Yidong <cyd@gnu.org>
8453
8454 * bindings.el: Consolidate ctl-x-r-map bindings.
8455 Bind copy-rectangle-as-kill to C-x r w.
8456
8457 * rect.el, register.el: Move bindings to bindings.el.
8458
8459 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8460
8461 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8462
8463 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8464
8465 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8466
8467 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8468
8469 * bindings.el (top): Use `mapc' instead of `mapcar'.
8470
8471 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8472
8473 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8474
8475 * progmodes/sql.el (sql-comint): Suppress the check for program on
8476 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8477 (Bug#11908)
8478
8479 2012-07-13 Chong Yidong <cyd@gnu.org>
8480
8481 * bindings.el: Assign a non-nil permanent-local property to
8482 per-buffer variables which lack a default value (Bug#11930).
8483
8484 * help-fns.el (describe-variable): In the "automatically becomes
8485 local" notice, take note of permanent-local variables.
8486
8487 2012-07-13 Chong Yidong <cyd@gnu.org>
8488
8489 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8490 to allow printing the message when called from Lisp.
8491
8492 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8493 Remove toggle-read-only.
8494
8495 * bs.el (bs-toggle-readonly):
8496 * buff-menu.el (Buffer-menu-toggle-read-only):
8497 Remove with-no-warnings around toggle-read-only.
8498
8499 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8500 Remove with-no-warnings around toggle-read-only.
8501 (ffap-read-only, ffap-read-only-other-window)
8502 (ffap-read-only-other-frame): Callers changed.
8503
8504 * help-mode.el: Don't require view package.
8505 (help-mode-finish): Set buffer-read-only instead of calling
8506 toggle-read-only.
8507
8508 * bindings.el (mode-line-toggle-read-only):
8509 * dired.el (dired-toggle-read-only):
8510 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8511 with non-nil second arg.
8512
8513 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8514 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8515 directly.
8516
8517 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8518
8519 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8520 not incf.
8521
8522 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 More CL cleanups and reduction of use of cl.el.
8525 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8526 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8527 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8528 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8529 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8530 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8531 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8532 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8533 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8534 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8535 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8536 * eshell/em-cmpl.el, eshell/em-banner.el:
8537 * calendar/parse-time.el: Use cl-lib.
8538 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8539 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8540 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8541 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8542 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8543 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8544 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8545 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8546 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8547 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8548 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8549 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8550 `lambda' rather than with `quote'.
8551 (eshell-do-opt): Adjust accordingly.
8552 (eshell-process-option): Simplify.
8553 * eshell/esh-var.el:
8554 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8555 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8556 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8557 to `pcase--dontcare'.
8558 * emacs-lisp/cl.el (labels): Mark obsolete.
8559 (cl--letf, letf): Move to cl-lib.
8560 (cl--letf*, letf*): Remove.
8561 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8562 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8563 (cl-progv): Rewrite.
8564 (cl--letf, cl-letf): Move from cl.el.
8565 (cl-letf*): New macro.
8566 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8567
8568 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8569
8570 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8571
8572 2012-07-11 Chong Yidong <cyd@gnu.org>
8573
8574 * vc/log-edit.el (log-edit-vc-backend): New variable.
8575 (log-edit): Doc fix.
8576
8577 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8578 argument of log-edit to set up all local variables.
8579 (vc-start-logentry): New optional arg specifying VC backend.
8580
8581 * vc/vc.el (vc-checkin): Use it.
8582 (vc-deduce-fileset): Handle Log Edit buffers.
8583 (vc-diff): Make first argument optional too.
8584
8585 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8586
8587 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8588
8589 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8590 command, just in case. The function is not needed anymore.
8591 (eshell-external-command): Do not call `eshell-remote-command'.
8592
8593 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 Reduce use of (require 'cl).
8596 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8597 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8598 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8599 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8600 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8601 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8602 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8603 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8604 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8605 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8606 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8607 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8608 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8609 (byte-compile-unfold-bcf, byte-compile-check-variable):
8610 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8611 (byte-compile-nilconstp):
8612 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8613 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8614
8615 * emacs-lisp/gv.el (cond): Make it a valid place.
8616 (if): Simplify slightly.
8617
8618 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8619 (pcase--self-quoting-p): New function.
8620 (pcase--u1): Use it.
8621
8622 2012-07-10 Glenn Morris <rgm@gnu.org>
8623
8624 * emacs-lisp/authors.el (authors-fixed-entries):
8625 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8626
8627 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8628
8629 Rename configure.in to configure.ac (Bug#11603).
8630 * emacs-lisp/authors.el (authors-canonical-file-name):
8631 * progmodes/autoconf.el (autoconf-mode):
8632 Prefer configure.ac to configure.in.
8633
8634 2012-07-08 Chong Yidong <cyd@gnu.org>
8635
8636 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8637 Implement the mouse-1-click-follows-link handling properly.
8638
8639 * info.el (Info-link-keymap): Use follow-link mechanism for
8640 header-line links (Bug#374).
8641
8642 * simple.el (deactivate-mark): Do not set the primary selection
8643 if another program has acquired it (Bug#11772).
8644
8645 2012-07-07 Kevin Ryde <user42@zip.com.au>
8646
8647 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8648 (woman-decode-region): Replace escaped-escapes without destroying
8649 bold or underline (Bug#11552).
8650 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8651
8652 2012-07-07 Chong Yidong <cyd@gnu.org>
8653
8654 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8655 (interprogram-cut-function, interprogram-paste-function):
8656 Mention that we typically mean the clipboard.
8657
8658 2012-07-06 Glenn Morris <rgm@gnu.org>
8659
8660 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8661
8662 * files.el (toggle-read-only): Restrict message to interactive use.
8663
8664 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8665
8666 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8667
8668 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8669
8670 2012-07-06 Glenn Morris <rgm@gnu.org>
8671
8672 * Makefile.in (compile-one-process): Rename from "recompile".
8673
8674 * Makefile.in (bzr-update): "compile" is the same as "recompile
8675 autoloads", but parallelizable, so use that instead.
8676
8677 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8678
8679 * window.el (quit-window): Always restore window height when
8680 it's saved in quit-restore parameter (Bug#11810).
8681
8682 2012-07-06 Glenn Morris <rgm@gnu.org>
8683
8684 * simple.el (kill-whole-line): Doc tweak.
8685
8686 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8687
8688 * files.el (file-relative-name): Compare file names
8689 case-insensitively if on MS-Windows or MS-DOS, or if
8690 read-file-name-completion-ignore-case is non-nil. Don't use
8691 case-fold-search for this purpose. (Bug#11827)
8692
8693 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8694
8695 * calendar/cal-dst.el (calendar-current-time-zone):
8696 Return calendar-current-time-zone-cache if non-nil.
8697
8698 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8699 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8700
8701 * calendar/cal-dst.el (calendar-current-time-zone):
8702 Return calendar-current-time-zone-cache if non-nil.
8703
8704 2012-07-06 Glenn Morris <rgm@gnu.org>
8705
8706 * Makefile.in (cvs-update): Remove old alias.
8707
8708 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8709
8710 Sync with Tramp 2.2.6-pre.
8711
8712 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8713 compatible declaration.
8714
8715 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8716 Protect `list-load-path-shadows' call.
8717
8718 * net/tramp-compat.el (top): Require packages, which aren't
8719 autoloaded anymore for XEmacs. Protect call of
8720 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8721 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8722 it hurts at least for SXEmacs.
8723 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8724 standard-value for `temporary-file-directory'.
8725
8726 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8727 Redirect stderr to /dev/null.
8728 (tramp-sh-handle-write-region): uid and gid can be floats.
8729 Reported by Russell Sim <russell.sim@gmail.com>.
8730 (tramp-sh-handle-vc-registered): Hide errors.
8731 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8732 and `start-file-process'.
8733 (tramp-maybe-open-connection): Check also whether `non-essential'
8734 is bound.
8735
8736 2012-07-04 Chong Yidong <cyd@gnu.org>
8737
8738 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8739 (xml-parse-tag): Likewise, and avoid changing entity tables.
8740 (xml-syntax-table): Define from scratch, making sure not to give
8741 x2000 and other Unicode spaces whitespace syntax, since those are
8742 not spaces in XML.
8743 (xml-parse-fragment): Delete unused function.
8744 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8745 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8746 (xml-entity-ref, xml-pe-reference-re)
8747 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8748 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8749 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8750 (xml-entity-value-re): Use syntax references in regexps where
8751 possible; no need to define inside a let-binding.
8752 (xml-parse-dtd): Use xml-pe-reference-re.
8753 (xml-entity-or-char-ref-re): New defconst.
8754 (xml-parse-string, xml-substitute-special): Use it.
8755
8756 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8759 (find-file--read-only): New function.
8760 (find-file-read-only, find-file-read-only-other-window)
8761 (find-file-read-only-other-frame): Use it.
8762 (insert-file-contents-literally): Don't `fset'.
8763 (get-free-disk-space): Use locate-dominating-file.
8764
8765 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8766 function is already compiled.
8767
8768 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8769
8770 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8773 files on the same host.
8774
8775 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8776
8777 * help-fns.el (describe-function-1): Only call
8778 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8779
8780 2012-07-03 Chong Yidong <cyd@gnu.org>
8781
8782 * xml.el: Protect parser against XML bombs.
8783 (xml-entity-expansion-limit): New variable.
8784 (xml-parse-string, xml-substitute-special): Use it.
8785 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8786
8787 2012-07-03 Glenn Morris <rgm@gnu.org>
8788
8789 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8790 Allow linking to specific messages in debbugs reports (eg 123#5).
8791
8792 2012-07-02 Chong Yidong <cyd@gnu.org>
8793
8794 * xml.el: Fix entity and character reference expansion, allowing
8795 them to expand into markup as per XML spec.
8796 (xml-default-ns): New variable.
8797 (xml-entity-alist): Use XML spec definitions for lt and amp.
8798 (xml-parse-region): Make first two arguments optional.
8799 Discard text properties.
8800 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8801 All callers changed.
8802 (xml-parse-tag): Call xml-parse-tag-1. For backward
8803 compatibility, this function should not modify buffer contents.
8804 (xml-parse-tag-1): Fix opening-tag regexp.
8805 (xml-parse-string): Rewrite, handling entity and character
8806 references properly.
8807 (xml--entity-replacement-text): Signal an error if a parameter
8808 entity is undefined.
8809
8810 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * comint.el (comint-output-filter): Filter out repeated prompts.
8813
8814 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8815 and file-name-absolute-p.
8816 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8817 internal calls.
8818
8819 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8820
8821 Spelling fixes.
8822 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8823 Rename from byte-compile--refiy-function. All uses changed.
8824
8825 2012-07-01 Chong Yidong <cyd@gnu.org>
8826
8827 * xml.el (xml--parse-buffer): New function. Move most of
8828 xml-parse-region here.
8829 (xml-parse-region): Copy region into a temporary buffer, since
8830 parameter entity substitution requires changing buffer contents.
8831 Use xml--parse-buffer.
8832 (xml-parse-file): Use xml--parse-buffer.
8833 (xml-parse-dtd): Make parameter entity substitution work right.
8834 Use proper regexps for ELEMENT declarations (Bug#7172).
8835
8836 2012-06-30 Glenn Morris <rgm@gnu.org>
8837
8838 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8839
8840 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8841 Remove outdated and unnecessary dbus declarations.
8842
8843 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8844
8845 * emacs-lisp/timer.el (timer-until): Subtract results of
8846 float-time, instead of taking float-time of the result of
8847 time-subtract, since float-time signals an error for negative time
8848 arguments.
8849
8850 2012-06-30 Chong Yidong <cyd@gnu.org>
8851
8852 * xml.el (xml-*-re): Convert defvars into defconsts, and
8853 eval-and-compile them so eval-and-compile works on derivatives.
8854 (xml--entity-replacement-text): Use eval-and-comple.
8855
8856 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8857
8858 * vc/vc-git.el (vc-git-registered): Use cache property
8859 `git-registered'.
8860 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8861 `vc-git-working-revision' in order to benefit from the cache.
8862 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8863
8864 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8865
8866 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8867 removed (likely outside Emacs). (Bug#11757)
8868
8869 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * emacs-lisp/cl-lib.el: Require macroexp.
8872
8873 2012-06-30 Chong Yidong <cyd@gnu.org>
8874
8875 * xml.el: Implement XML parameter entities.
8876 (xml-parameter-entity-alist): New variable.
8877 (xml-parse-region, xml-parse-fragment): Preserve previous values
8878 of xml-entity-alist and xml-parameter-entity-alist, so that
8879 repeated calls on different documents do not change them.
8880 (xml-parse-tag): Fix doctype regexp.
8881 (xml--entity-replacement-text): New function.
8882 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8883 properly requires url retrieval which is unimplemented.
8884 (xml-escape-string): Doc fix.
8885
8886 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8889
8890 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8891
8892 * fringe.el (fringe-mode): Doc fix.
8893
8894 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8895
8896 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8897 is non-nil.
8898 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8899 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8900
8901 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8902
8903 * calendar/cal-dst.el (calendar-current-time-zone):
8904 Return calendar-current-time-zone-cache if non-nil.
8905
8906 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8907
8908 * progmodes/which-func.el (which-func-format):
8909 Add mouse-face. (Bug#11698)
8910
8911 2012-06-29 Leo Liu <sdl.web@gmail.com>
8912
8913 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8914
8915 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * minibuffer.el (minibuffer-confirm-exit-commands):
8918 Add completion-at-point (bug#11725).
8919
8920 2012-06-29 Glenn Morris <rgm@gnu.org>
8921
8922 * progmodes/f90.el (f90-font-lock-keywords-2):
8923 Add some preprocessor elements. (Bug#10499)
8924
8925 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8928 Use syntax-propertize (bug#11739).
8929
8930 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8931
8932 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8933
8934 2012-06-28 Julien Danjou <julien@danjou.info>
8935
8936 * term.el (term-handle-colors-array): Use a set of new faces to
8937 color the terminal. Also uses :inverse-video property.
8938 (term-default-fg-color): Set to nil by default, deprecate in favor
8939 of `term-face'.
8940 (term-default-bg-color): Set to nil by default, deprecate in favor
8941 of `term-face'.
8942 (term-current-face): Use `term-face' by default.
8943 (term-bold-attribute): Variable deleted.
8944
8945 2012-06-28 Glenn Morris <rgm@gnu.org>
8946
8947 * simple.el (completion-list-mode-finish):
8948 Don't use toggle-read-only. (Since completion-list-mode has
8949 a special mode-class, it wasn't doing anything extra anyway.)
8950
8951 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 Make inlining of other-mode interpreted functions work (bug#11799).
8954 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8955 (byte-compile): Use it to fix compilation of lexical-binding closures.
8956 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8957 function, if needed.
8958
8959 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * help-mode.el (help-make-xrefs): Don't just withstand
8962 cyclic-variable-indirection but any error in documentation-property.
8963
8964 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8965 memory use.
8966 * bindings.el (bindings--define-key): New function.
8967 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8968 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8969 * bindings.el: Use it to purecopy define-key bindings.
8970
8971 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8972
8973 * emacs-lisp/cl.el (flet): Mark obsolete.
8974 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8975 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8976 * progmodes/js.el (js-c-fill-paragraph):
8977 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8978 (ebrowse-switch-member-buffer-to-derived-class):
8979 * play/5x5.el (5x5-solver): Use cl-flet.
8980
8981 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8982 (cl--symbol-function): New macro.
8983 (cl--letf, cl--letf*): Use it.
8984
8985 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8986 Strip "toggle-" if any.
8987
8988 2012-06-27 Glenn Morris <rgm@gnu.org>
8989
8990 * info.el (Info-default-directory-list): Move here from paths.el.
8991 * paths.el: Remove file, which is now empty.
8992 * loadup.el: No longer load "paths".
8993
8994 * custom.el (custom-initialize-delay): Doc fix.
8995
8996 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8997 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8998 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8999 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9000 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9001 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9002 * eshell/eshell.el (eshell-defgroup): Remove alias.
9003
9004 2012-06-27 Chong Yidong <cyd@gnu.org>
9005
9006 * help.el (help-enable-auto-load): New variable.
9007
9008 * help-fns.el (help-fns--autoloaded-p): New function.
9009 (describe-function-1): Refer to a function as "autoloaded" if it
9010 was autoloaded at any time in the past. Perform autoloading if
9011 help-enable-auto-load is non-nil.
9012
9013 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9014
9015 * makefile.w32-in (compile, compile-always): Depend on
9016 update-subdirs, not on subdirs.el. Otherwise, several different
9017 sub-targets of 'bootstrap' running in parallel could
9018 simultaneously write to subdirs.el, producing a garbled file.
9019
9020 2012-06-26 Sam Steingold <sds@gnu.org>
9021
9022 * files.el (file-name-base): New convenience function.
9023 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9024 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9025 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9026 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9027 * textmodes/ispell.el, textmodes/reftex-ref.el:
9028 * textmodes/tex-mode.el: Use it.
9029 Did not touch cedet and org because they are maintained elsewhere.
9030
9031 2012-06-26 Martin Rudalics <rudalics@gmx.at>
9032
9033 * calendar/calendar.el (calendar-exit): Don't try to delete or
9034 iconify last frame. See:
9035 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9036
9037 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
9038
9039 * server.el (server-process-filter): Remember dir in the
9040 process's `server-client-directory' properties.
9041
9042 2012-06-24 Chong Yidong <cyd@gnu.org>
9043
9044 * xml.el (xml-parse-tag): Correctly handle comment embedded in
9045 non-tag text.
9046
9047 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9050
9051 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * help-fns.el (describe-variable): Don't croak when doc is not found.
9054 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9055 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9056 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9057 * emacs-lisp/smie.el (smie-next-sexp): CSE.
9058 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9059 ((lambda ..) ..).
9060 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9061
9062 2012-06-23 Chong Yidong <cyd@gnu.org>
9063
9064 * info.el (Info-mouse-follow-link): Accept symbol values of
9065 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
9066 (Info-fontify-node): Use Info-link-keymap for all navigation
9067 buttons, with link-args property to perform the desired action.
9068 (Info-link-keymap): Doc fix.
9069 (Info-next-link-keymap, Info-prev-link-keymap)
9070 (Info-up-link-keymap): Delete now-unused keymaps.
9071
9072 2012-06-23 Chong Yidong <cyd@gnu.org>
9073
9074 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9075
9076 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9077 system abbrevs.
9078
9079 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9080
9081 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9084 (bug#11719).
9085
9086 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9087 the requote function doesn't work properly (bug#11714).
9088
9089 2012-06-23 Glenn Morris <rgm@gnu.org>
9090
9091 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9092
9093 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 Further GV/CL cleanups.
9096 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9097 gv-expander.
9098 (gv--defun-declaration): New function.
9099 (defun-declarations-alist): Use it.
9100 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9101 (gv-place): Autoload.
9102 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9103 original definition of dotimes and dolist.
9104 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9105 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9106 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9107 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9108 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9109 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9110 to the function's definition.
9111 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9112 * window.el:
9113 * files.el:
9114 * faces.el:
9115 * env.el: Don't use CL.
9116
9117 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9118
9119 Support higher-resolution time stamps (Bug#9000).
9120
9121 * calendar/time-date.el (with-decoded-time-value): New arg
9122 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
9123 (encode-time-value): New optional arg PICO. New type 3.
9124 (time-to-seconds) [!float-time]: Support the new picoseconds
9125 component if it's used.
9126 (seconds-to-time, time-subtract, time-add):
9127 Support ps-resolution time stamps as well.
9128
9129 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
9130 (timerp): Timer vectors now have length 9, not 8.
9131 (timer--time): Support new-style (4-part) time stamps.
9132 (timer-next-integral-multiple-of-time): Time stamps now have
9133 picosecond resolution, so take a bit more care about rounding.
9134 (timer-relative-time, timer-inc-time): New optional arg psecs.
9135 (timer-set-time-with-usecs): Set psecs to 0.
9136 (timer--activate): Check psecs component, too.
9137
9138 * proced.el (proced-time-lessp): Support ps-resolution stamps.
9139
9140 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9143 Move the non-essential binding to the post/pre-command-hook where it is
9144 more obviously correct.
9145
9146 * subr.el (read-passwd): Don't use a history at all.
9147 * savehist.el (savehist-save): Remove password saved accidentally
9148 because of the above bug.
9149
9150 2012-06-22 Bastien Guerry <bzg@gnu.org>
9151
9152 * files.el (toggle-read-only): Display a message telling whether
9153 the buffer is read-only or not (bug#11726).
9154
9155 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * emacs-lisp/gv.el: New file.
9158 * subr.el (push, pop): Extend to generalized variables.
9159 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9160 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9161 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
9162 gv-define-simple-setter, and gv-define-expander.
9163 Remove setf-methods defined in gv. Rename cl-setf -> setf.
9164 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9165 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9166 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9167 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9168 gv-letplace.
9169 (cl-defstruct): Don't define setf-method any more.
9170 * emacs-lisp/cl.el (flet): Don't autoload.
9171 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9172 (define-setf-expander, defsetf, define-modify-macro)
9173 (cl-struct-setf-expander): Move from cl-lib.el.
9174 * emacs-lisp/syntax.el:
9175 * emacs-lisp/ewoc.el:
9176 * emacs-lisp/smie.el:
9177 * emacs-lisp/cconv.el:
9178 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9179 (timer--time): Use gv-define-simple-setter.
9180 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9181 to avoid coding-system problems in subr.el. Adjust all users.
9182 (macroexp--maxsize, macroexp-small-p): New functions.
9183 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9184 * scroll-bar.el (scroll-bar-mode):
9185 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9186 (normal-erase-is-backspace-mode): Don't use the `eq' place.
9187 * winner.el (winner-configuration, winner-make-point-alist)
9188 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9189 * files.el (locate-file-completion-table): Avoid list*.
9190
9191 2012-06-22 Chong Yidong <cyd@gnu.org>
9192
9193 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9194 (dired-create-files): Doc fix (Bug#11329).
9195 (dired-do-copy): Doc fix (Bug#11334).
9196 (dired-mark-read-string): Doc fix (Bug#11553).
9197
9198 * dired.el (dired-recursive-copies, dired-recursive-deletes):
9199 Doc fix (Bug#11326).
9200 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
9201 (dired-dwim-target): Doc fix.
9202
9203 * wdired.el (wdired-mode): Doc fix.
9204
9205 2012-06-22 Glenn Morris <rgm@gnu.org>
9206
9207 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9208 (pcmpl-rpm-cache-stamp-file): New constant.
9209 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9210 (pcmpl-rpm-packages): Optionally cache list of packages.
9211
9212 * pcmpl-rpm.el (pcmpl-rpm): New group.
9213 (pcmpl-rpm-query-options): New option.
9214 (pcmpl-rpm-packages): No need to inline it.
9215 Use pcmpl-rpm-query-options.
9216
9217 * calendar/calendar.el (calendar-in-read-only-buffer):
9218 Avoid some needless mode changes.
9219
9220 2012-06-21 Chong Yidong <cyd@gnu.org>
9221
9222 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9223 (desktop-path): Remove . from the default value (Bug#10977).
9224 (desktop-read): Use user-emacs-directory if desktop-path is nil.
9225
9226 2012-06-20 Chong Yidong <cyd@gnu.org>
9227
9228 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9229
9230 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
9231
9232 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9233 (bug#11201).
9234
9235 2012-06-20 Chong Yidong <cyd@gnu.org>
9236
9237 * term.el (term-window-width): Handle the case of a missing right
9238 fringe (Bug#8837).
9239 (term-check-size): Use window-text-height (Bug#5445).
9240 (term-mode): Use define-derived-mode. Minor cleanups.
9241 Set font-lock-defaults (Bug#7692).
9242 (term-move-columns, term-insert-char, term-emulate-terminal)
9243 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9244
9245 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
9246
9247 * net/ange-ftp.el (ange-ftp-get-passwd):
9248 Bind `enable-recursive-minibuffers'.
9249 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9250
9251 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
9252
9253 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9254
9255 2012-06-19 Glenn Morris <rgm@gnu.org>
9256
9257 * progmodes/python.el (python-mode): Derive from prog-mode.
9258
9259 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
9260
9261 * emulation/edt.el (edt-default-menu-bar-update-buffers)
9262 (edt-user-menu-bar-update-buffers): New functions.
9263 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9264
9265 2012-06-19 Chong Yidong <cyd@gnu.org>
9266
9267 * subr.el (with-selected-window): Preserve the selected window's
9268 terminal's top-frame (Bug#4702).
9269
9270 * window.el (save-selected-window): Likewise.
9271
9272 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * progmodes/python.el (python-rx-constituents): Move backquote.
9275 (python-skeleton-define, python-define-auxiliary-skeleton):
9276 Use `declare'.
9277
9278 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
9279
9280 * minibuffer.el (read-file-name-default): Revert the patch from
9281 2012-06-17.
9282
9283 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9286 (pcase--u1, pcase--q1): Don't use apply-partially.
9287
9288 2012-06-18 Glenn Morris <rgm@gnu.org>
9289
9290 * progmodes/python.el (python-proc, python-buffer)
9291 (python-send-receive, python-send-string): Fix obsolete versions.
9292
9293 2012-06-18 Martin Rudalics <rudalics@gmx.at>
9294
9295 * window.el (special-display-p): Completely remove stringp
9296 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9297
9298 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
9299
9300 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9301
9302 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9303
9304 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9305 * net/tramp-sh.el (tramp-maybe-open-connection):
9306 Throw if `non-essential' is non-nil.
9307
9308 2012-06-17 Martin Rudalics <rudalics@gmx.at>
9309
9310 * window.el (special-display-p): Signal an error if BUFFER-NAME
9311 is not a string (Bug#11713).
9312
9313 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
9314
9315 * progmodes/python.el (python-info-beginning-of-backslash):
9316 Rename from python-info-beginning-of-backlash, as a spelling fix.
9317
9318 2012-06-17 Chong Yidong <cyd@gnu.org>
9319
9320 * term.el (term-emulate-terminal): If term-check-size is called,
9321 move point to the process mark without resetting point (Bug#4635).
9322
9323 2012-06-17 Glenn Morris <rgm@gnu.org>
9324
9325 * international/mule-cmds.el (mule-menu-keymap)
9326 (set-language-environment, set-locale-environment): Doc tweaks.
9327
9328 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
9329
9330 * cus-face.el (custom-face-attributes): Add wave-style underline
9331 attribute.
9332 * faces.el (set-face-attribute): Update docstring to describe
9333 wave-style underline attribute.
9334
9335 2012-06-16 Chong Yidong <cyd@gnu.org>
9336
9337 * term/xterm.el (terminal-init-xterm): Discard input before
9338 querying background mode (Bug#10959).
9339
9340 2012-06-16 Stefan Merten <smerten@oekonux.de>
9341
9342 * textmodes/rst.el: Added and corrected some comments.
9343 (rst-re-alist-def): Improve symbol syntax.
9344 (rst-mode-syntax-table): Correct syntax entries.
9345 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9346 (rst-official-version, rst-official-cvs-rev): Update version
9347 information.
9348
9349 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9352 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9353
9354 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
9355
9356 * progmodes/python.el: New python.el merge.
9357 (python-guess-indent): Obsolete var.
9358 (python-indent-guess-indent-offset): New defcustom.
9359 (python-indent): Obsolete var.
9360 (python-indent-offset): New defcustom.
9361 (python-python-command, python-jython-command): Delete var.
9362 (python-shell-interpreter): New defcustom.
9363 (python-pdbtrack-do-tracking-p): Delete var.
9364 (python-pdbtrack-activate): New defcustom.
9365 (python-use-skeletons): Obsolete var.
9366 (python-skeleton-autoinsert): New defcustom.
9367 (inferior-python-filter-regexp, python-continuation-offset)
9368 (python-honour-comment-indentation, python-indent-string-contents)
9369 (python-jython-packages, python-mode-hook)
9370 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9371 (python-shell-prompt-alist)
9372 (python-source-modes): Delete defcustoms.
9373 (python-check-buffer-name, python-eldoc-setup-code)
9374 (python-eldoc-string-code, python-ffap-setup-code)
9375 (python-ffap-string-code, python-fill-comment-function)
9376 (python-fill-decorator-function, python-fill-paren-function)
9377 (python-fill-string-function, python-imenu-include-defun-type)
9378 (python-imenu-make-tree, python-imenu-subtree-root-label)
9379 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9380 (python-shell-compilation-regexp-alist)
9381 (python-shell-completion-module-string-code)
9382 (python-shell-completion-pdb-string-code)
9383 (python-shell-completion-setup-code)
9384 (python-shell-completion-string-code)
9385 (python-shell-enable-font-lock, python-shell-exec-path)
9386 (python-shell-extra-pythonpaths)
9387 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9388 (python-shell-process-environment)
9389 (python-shell-prompt-block-regexp)
9390 (python-shell-prompt-output-regexp)
9391 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9392 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9393 (python-shell-virtualenv-path): New defcustoms.
9394 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9395 (inferior-python-mode-syntax-table, python--prompt-regexp)
9396 (python-buffer, python-command python-python-command)
9397 (python-default-template, python-imports, python-indent-index)
9398 (python-indent-list, python-indent-list-length)
9399 (python-mode-running, python-pdbtrack-is-tracking-p)
9400 (python-preoutput-continuation, python-preoutput-leftover)
9401 (python-preoutput-result, python-preoutput-skip-next-prompt)
9402 (python-prev-dir/file, python-recursing)
9403 (python-saved-check-command, python-version-checked)
9404 (python-which-func-length-limit)
9405 (view-return-to-alist): Delete vars.
9406 (python-check-custom-command, python-dotty-syntax-table)
9407 (python-imenu-index-alist, python-indent-current-level)
9408 (python-indent-dedenters, python-indent-levels)
9409 (python-nav-beginning-of-defun-regexp)
9410 (python-nav-list-defun-positions-cache)
9411 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9412 (python-shell-internal-buffer)
9413 (python-skeleton-available): New vars.
9414 (def-python-skeleton): Delete macro.
9415 (python-skeleton-define): New macro.
9416 (python-define-auxiliary-skeleton, python-rx): New macros.
9417 (python-insert-class): Delete command.
9418 (python-skeleton-class): New command.
9419 (python-insert-def): Delete command.
9420 (python-skeleton-def): New command.
9421 (python-insert-for): Delete command.
9422 (python-skeleton-for): New command.
9423 (python-insert-if): Delete command.
9424 (python-skeleton-if): New command.
9425 (python-insert-try/except, python-insert-try/finally): Delete commands.
9426 (python-skeleton-try): New command.
9427 (python-insert-while): Delete command.
9428 (python-skeleton-while): New command.
9429 (python-backspace): Delete command.
9430 (python-indent-dedent-line-backspace): New command.
9431 (python-electric-colon): Delete command.
9432 (python-indent-electric-colon): New command.
9433 (python-guess-indent): Delete command.
9434 (python-indent-guess-indent-offset): New command.
9435 (python-shift-left): Delete command.
9436 (python-indent-shift-left): New command.
9437 (python-shift-right): Delete command.
9438 (python-indent-shift-right): New command.
9439 (python-find-function): Delete command.
9440 (python-nav-jump-to-defun): New command.
9441 (python-next-statement): Delete command.
9442 (python-nav-forward-sentence): New command.
9443 (python-previous-statement): Delete command.
9444 (python-nav-backward-sentence): New command.
9445 (python-fill-paragraph): Delete command.
9446 (python-fill-paragraph-function): New command.
9447 (python-send-buffer): Delete command.
9448 (python-shell-send-buffer): New command.
9449 (python-send-defun): Delete command.
9450 (python-shell-send-defun): New command.
9451 (python-send-region, python-send-region-and-go): Delete commands.
9452 (python-shell-send-region)
9453 (python-shell-switch-to-shell): New commands.
9454 (python-send-string): Delete command.
9455 (python-shell-send-string): New command.
9456 (python-switch-to-python): Delete command.
9457 (python-shell-switch-to-shell): New command.
9458 (python-describe-symbol): Delete command.
9459 (python-eldoc-at-point): New command.
9460 (python--set-prompt-regexp, python-args-to-list)
9461 (python-after-info-look, python-check-version)
9462 (python-check-comint-prompt, python-find-imports)
9463 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9464 (python-unload-function, python-expand-template)
9465 (python-maybe-jython, python-preoutput-filter)
9466 (python-pdbtrack-get-source-buffer)
9467 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9468 (python-pdbtrack-toggle-stack-tracking)
9469 (python-pdbtrack-track-stack-file, python-initial-text)
9470 (python-first-word, python-comment-line-p, python-send-command)
9471 (python-setup-brm, python-sentinel, python-set-proc)
9472 (python-skip-out, python-input-filter, python-outdent-p)
9473 (python-outline-level, python-backslash-continuation-line-p)
9474 (python-end-of-block, python-end-of-statement, python-mark-block)
9475 (python-beginning-of-block, python-beginning-of-statement)
9476 (python-blank-line-p, python-beginning-of-string)
9477 (python-open-block-statement-p): Delete functions.
9478 (python-indent-line, python-indent-line-1): Delete functions.
9479 (python-indent-line): New function.
9480 (python-indentation-levels): Delete function.
9481 (python-indent-calculate-levels): New function.
9482 (python-proc): Delete function.
9483 (python-shell-get-process): New function.
9484 (python-send-receive): Delete function.
9485 (python-shell-send-string-no-output): New function.
9486 (python-module-path): Delete function.
9487 (python-ffap-module-path): New function.
9488 (python-completion-at-point)
9489 (python-symbol-completions): Delete functions.
9490 (python-completion-complete-at-point): New function.
9491 (python-load-file): Delete function.
9492 (python-shell-send-file): New function.
9493 (python-calculate-indentation): Delete function.
9494 (python-indent-calculate-indentation): New function.
9495 (python-skip-comments/blanks): Delete function.
9496 (python-util-forward-comment): New function.
9497 (python-continuation-line-p): Delete function.
9498 (python-info-continuation-line-p): New function.
9499 (python-which-func, python-current-defun): Delete function.
9500 (python-info-current-defun): New function.
9501 (python-beginning-of-defun): Delete function.
9502 (python-nav-beginning-of-defun): New function.
9503 (python-close-block-statement-p)
9504 (python-block-end-p): Delete function.
9505 (python-info-closing-block): New function.
9506 (python-comint-output-filter-function)
9507 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9508 (python-fill-comment, python-fill-decorator, python-fill-paren)
9509 (python-fill-string, python-imenu-make-element-tree)
9510 (python-imenu-make-tree, python-imenu-tree-assoc)
9511 (python-indent-context, python-indent-dedent-line)
9512 (python-indent-line-function)
9513 (python-indent-post-self-insert-function)
9514 (python-indent-toggle-levels)
9515 (python-info-assignment-continuation-line-p)
9516 (python-info-beginning-of-backlash)
9517 (python-info-block-continuation-line-p)
9518 (python-info-closing-block-message)
9519 (python-info-line-ends-backslash-p)
9520 (python-info-looking-at-beginning-of-defun)
9521 (python-info-ppss-context, python-info-ppss-context-type)
9522 (python-nav-list-defun-positions, python-nav-read-defun)
9523 (python-nav-sentence-end, python-nav-sentence-start)
9524 (python-pdbtrack-comint-output-filter-function)
9525 (python-pdbtrack-set-tracked-buffer)
9526 (python-shell-calculate-exec-path)
9527 (python-shell-calculate-process-environment)
9528 (python-shell-completion--do-completion-at-point)
9529 (python-shell-completion--get-completions)
9530 (python-shell-completion-complete-at-point)
9531 (python-shell-completion-complete-or-indent)
9532 (python-shell-get-or-create-process)
9533 (python-shell-get-process-name)
9534 (python-shell-internal-get-or-create-process)
9535 (python-shell-internal-get-process-name)
9536 (python-shell-internal-send-string, python-shell-make-comint)
9537 (python-shell-parse-command, python-shell-send-setup-code)
9538 (python-skeleton-add-menu-items)
9539 (python-util-clone-local-variables, python-util-position)
9540 (run-python-internal, python-indentation-levels)
9541 (python-nav-beginning-of-defun)
9542 (python-completion-complete-at-point): New functions.
9543 (run-python): Change arguments. New API requirements.
9544
9545 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9548 (bug#11649).
9549
9550 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9551 (macroexp--expand-all): Use it.
9552
9553 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9554 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9555 Use `cl-function' instead.
9556
9557 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9558
9559 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9560 Suggested by Stefan Monnier while discussing bug#11657.
9561
9562 2012-06-14 Sam Steingold <sds@gnu.org>
9563
9564 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9565
9566 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9567
9568 * play/doctor.el (doctor-doc): Remove parameter and use
9569 doctor-sent instead of sent.
9570 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9571
9572 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * files.el: Require cl-lib.
9575 (file-name-non-special): Replace case -> cl-case.
9576
9577 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9578
9579 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9580 mapping from #' to function*.
9581
9582 2012-06-13 Chong Yidong <cyd@gnu.org>
9583
9584 * mouse.el (mouse-drag-track): Do not set the mark if the user
9585 releases the mouse without selecting anything (Bug#11588).
9586
9587 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9590 as well (bug#11646).
9591
9592 * loadup.el: Count byte-code functions as well.
9593
9594 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9595 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9596
9597 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9598 (bug#11649). Add cl-defun and cl-defmacro.
9599
9600 2012-06-13 Drew Adams <drew.adams@oracle.com>
9601
9602 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9603 Fix last change.
9604
9605 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9606
9607 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9608 Otherwise, it blocks in batch mode.
9609
9610 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * help-mode.el (bookmark-make-record-default): Declare.
9613
9614 2012-06-13 Chong Yidong <cyd@gnu.org>
9615
9616 * emacs-lisp/package.el (list-packages): Compute a list of
9617 packages that are newly-available since the last list-packages
9618 invocation.
9619 (package-menu--new-package-list): New var.
9620 (package-menu--generate, package-menu--print-info)
9621 (package-menu--status-predicate, package-menu-mark-install):
9622 Handle new status label "new".
9623
9624 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9627 conversion to backquotes.
9628
9629 2012-06-12 Chong Yidong <cyd@gnu.org>
9630
9631 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9632 Rename from gud-inhibit-global-bindings.
9633
9634 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9635
9636 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9637 hook from nxml-glyph-set-hook.
9638
9639 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9640 declaration.
9641
9642 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9643
9644 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9645 Convert to defcustom.
9646
9647 2012-06-12 Drew Adams <drew.adams@oracle.com>
9648
9649 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9650 New functions.
9651 (help-mode): Use them.
9652
9653 2012-06-11 Glenn Morris <rgm@gnu.org>
9654
9655 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9656 Use preprocessor face for directives.
9657 (fortran-directive-re): Doc fix.
9658
9659 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9662 conversion to backquotes (bug#11652).
9663
9664 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9665 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9666 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9667 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9668 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9669 (cl-ninth, cl-tenth): Mark them as inlinable.
9670 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9671 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9672 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9673 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9674 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9675 (cl-list*, cl-adjoin): Don't put an autoload manually.
9676 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9677 (cl--compiler-macro-list*): Add autoload cookie.
9678 (cl--compiler-macro-cXXr): New function.
9679
9680 * help-fns.el (help-fns--compiler-macro): New function extracted from
9681 describe-function-1; follow aliases and use `compiler-macro' property.
9682 (describe-function-1): Use it.
9683
9684 2012-06-11 Chong Yidong <cyd@gnu.org>
9685
9686 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9687 is uninstalled, if imagemagick is installed.
9688
9689 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * emacs-lisp/cl-lib.el: Use lexical-binding.
9692 (cl-map-extents, cl-maclisp-member): Remove.
9693 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9694 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9695 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9696 * emacs-lisp/cl-extra.el: Use lexical-binding.
9697 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9698 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9699 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9700 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9701 * emacs-lisp/cl-seq.el: Use lexical-binding.
9702 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9703 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9704 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9705 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9706 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9707 CL's internals.
9708
9709 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9710
9711 Sync with Tramp 2.2.6-pre.
9712
9713 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9714 `print-length' and `print-level' to nil, in order to avoid
9715 truncation. Reported by Christopher Schmidt
9716 <christopher@ristopher.com>.
9717
9718 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9719
9720 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9721 New defmacro.
9722 (tramp-compat-copy-directory): Add optional argument
9723 COPY-CONTENTS. It is not handled yet.
9724
9725 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9726 (tramp-ftp-file-name-p): Simplify.
9727
9728 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9729 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9730 connection vector.
9731
9732 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9733 (tramp-methods): Do not use `tramp-password-end-of-line'.
9734 (tramp-completion-function-alist-putty): Handle UNIX case.
9735 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9736 (tramp-do-file-attributes-with-stat)
9737 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9738 gid as real numbers. They could run out of integer range on cygwin.
9739 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9740 (tramp-sh-handle-expand-file-name): Handle hops.
9741 (tramp-open-connection-setup-interactive-shell):
9742 Use `tramp-cleanup'. Move check for busyboxes ...
9743 (tramp-find-shell): ... here. Simplify implementation.
9744 Set "remote-shell" property also for alternative shells.
9745 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9746 If failing, a regular file would be written otherwise.
9747 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9748 (tramp-find-inline-encoding): Cache the coding commands in the
9749 process cache. Apply test command on the remote side, if defined.
9750 (tramp-find-inline-compress): Cache the compress commands in the
9751 process cache.
9752 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9753 when requested. Handle hops.
9754 (tramp-current-connection): New defvar.
9755 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9756 Throw `suppress', if there was a failed connection shortly before.
9757 Handle user interrupt. (Bug#10187)
9758 (tramp-get-inline-compress, tramp-get-inline-coding):
9759 Read connection properties from the process cache.
9760
9761 * net/tramp-smb.el (tramp-smb-server-version)
9762 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9763 New defconsts.
9764 (tramp-smb-prompt): Extend for powershell prompt.
9765 (tramp-smb-file-name-handler-alist): Add handlers for
9766 `process-file', `shell-command' and `start-file-process'.
9767 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9768 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9769 (tramp-smb-file-name-p): Simplify.
9770 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9771 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9772 (tramp-smb-shell-quote-argument): New defuns.
9773 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9774 Implement using "tar". By this, time-stamps are preserved.
9775 (tramp-smb-handle-copy-file): Handle also the case of directories.
9776 (tramp-smb-do-file-attributes-with-stat)
9777 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9778 Use `tramp-get-connection-buffer').
9779 (tramp-smb-handle-rename-file): Use "rename", when source and
9780 target are on the same share.
9781 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9782 Use `tramp-smb-server-version'.
9783 (tramp-smb-wait-for-output): Remove prompt.
9784
9785 * net/tramp.el (top): Require 'cl.
9786 (tramp-methods, tramp-rsh-end-of-line):
9787 Remove `tramp-password-end-of-line' from docstring.
9788 (tramp-save-ad-hoc-proxies): New defcustom.
9789 (tramp-completion-function-alist): Adapt docstring.
9790 (tramp-default-password-end-of-line): Remove defcustom.
9791 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9792 (tramp-user-regexp, tramp-file-name-regexp-unified)
9793 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9794 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9795 (tramp-remote-file-name-spec-regexp): New defconst.
9796 (tramp-file-name-structure): Extend structure for hops.
9797 (tramp-get-method-parameter): Move up.
9798 (tramp-file-name-p, tramp-dissect-file-name)
9799 (with-parsed-tramp-file-name): Handle hops.
9800 (tramp-file-name-hop): New defun.
9801 (tramp-make-tramp-file-name): New optional arg HOP.
9802 (tramp-message-show-progress-reporter-message): New defvar.
9803 (tramp-with-progress-reporter): Use it. We cannot use
9804 `tramp-message-show-message' here, because this suppresses also
9805 error buffers.
9806 (tramp-error-with-buffer): Suppress buffer view, if
9807 `tramp-message-show-message' is nil.
9808 Use `tramp-get-connection-buffer'.
9809 (tramp-cleanup): New defun.
9810 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9811 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9812 an error unchanged.
9813 (tramp-completion-handle-file-name-all-completions): Handle hops.
9814 Fix an error when called from ido.
9815 (tramp-completion-dissect-file-name): Use better local variable
9816 name. Add hop to the vector.
9817 (tramp-handle-insert-file-contents): Use progress-reporter for the
9818 whole scenario.
9819 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9820 to `t'.
9821 (tramp-check-for-regexp): Simplify search.
9822 (tramp-enter-password): Remove it. Move implementation ...
9823 (tramp-action-password): ... here.
9824 (tramp-mode-string-to-int, tramp-local-host-p)
9825 (tramp-make-tramp-temp-file, tramp-read-passwd)
9826 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9827 Set tramp-autoload cookie.
9828
9829 * net/trampver.el: Update release number.
9830
9831 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9832 Michael Albinus <michael.albinus@gmx.de>
9833
9834 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9835 (tramp-parse-group, tramp-parse-file)
9836 (tramp-parse-shostkeys-sknownhosts): New defuns.
9837 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9838 (tramp-parse-shosts-group, tramp-parse-sconfig)
9839 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9840 (tramp-parse-sknownhosts, tramp-parse-hosts)
9841 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9842 Use them.
9843 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9844 (tramp-parse-putty-group): Don't narrow.
9845 (tramp-parse-putty): Make a loop.
9846 (tramp-file-name-handler): Catch the `suppress' signal.
9847
9848 2012-06-11 Chong Yidong <cyd@gnu.org>
9849
9850 * image.el (imagemagick-register-types): Put the ImageMagick entry
9851 at the end of image-type-file-name-regexps.
9852
9853 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9854
9855 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9856 (pcase, pcase-let*, pcase-dolist): Use them.
9857
9858 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * emacs-lisp/pcase.el (pcase--let*): New function.
9861 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9862 (pcase--expand): Use macroexp-let².
9863
9864 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9867 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9868 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9869 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9870 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9871 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9872
9873 2012-06-10 Glenn Morris <rgm@gnu.org>
9874
9875 * mail/rmail.el (rmail-yank-current-message): Leave point at
9876 correct position. (Bug#11660)
9877
9878 2012-06-10 Chong Yidong <cyd@gnu.org>
9879
9880 * allout-widgets.el: Fix code header.
9881
9882 2012-06-10 Chong Yidong <cyd@gnu.org>
9883
9884 * cus-edit.el (customize-changed-options-previous-release):
9885 Bump to 24.1.
9886
9887 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9888
9889 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9890
9891 2012-06-09 Chong Yidong <cyd@gnu.org>
9892
9893 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9894
9895 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9896
9897 * window.el (special-display-popup-frame): Don't use
9898 window--display-buffer (Bug#11651).
9899
9900 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9901
9902 Fix parallel builds: make sure loaddefs.el is not being written
9903 while Lisp files are compiled.
9904 (compile): Don't depend on 'mh-autoloads'.
9905 (compile-CMD, compile-SH): Depend on 'autoloads'.
9906 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9907
9908 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9909
9910 2012-06-09 Chong Yidong <cyd@gnu.org>
9911
9912 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9913 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9914 Doc fixes (Bug#11225).
9915
9916 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9919 a function if there's a clear indication that it has a compiler-macro.
9920 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9921 (macro-declarations-alist): Add arglist to declaration functions.
9922 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9923 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9924 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9925 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9926 Also add autoload to find the compiler macro.
9927 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9928 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9929 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9930 (cl--compiler-macro-get): New functions, replacing calls to
9931 cl-define-compiler-macro.
9932 (cl-typep) [compiler-macro]: Use macroexp-let².
9933
9934 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9935
9936 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9937 string properly, fixes Bug#11473.
9938
9939 2012-06-08 Chong Yidong <cyd@gnu.org>
9940
9941 * faces.el (set-face-attribute): Doc fix.
9942 (modify-face): Don't use :bold and :italic.
9943 (error, warning, success): Tweak definitions.
9944
9945 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9946 (custom-modified, custom-set, custom-changed, custom-themed)
9947 (custom-saved, custom-button, custom-button-mouse)
9948 (custom-button-pressed, custom-state, custom-comment-tag)
9949 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9950 (custom-group-subtitle): Use new-style face specs.
9951 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9952 (custom-set-face, custom-changed-face, custom-saved-face)
9953 (custom-button-face, custom-button-pressed-face)
9954 (custom-documentation-face, custom-state-face)
9955 (custom-comment-face, custom-comment-tag-face)
9956 (custom-variable-tag-face, custom-variable-button-face)
9957 (custom-face-tag-face, custom-group-tag-face-1)
9958 (custom-group-tag-face): Remove obsolete face alias.
9959
9960 * epa.el (epa-validity-high, epa-validity-medium)
9961 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9962 (epa-field-name, epa-field-body):
9963 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9964 (font-lock-keyword-face, font-lock-builtin-face)
9965 (font-lock-function-name-face, font-lock-variable-name-face)
9966 (font-lock-type-face, font-lock-constant-face):
9967 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9968 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9969 * speedbar.el (speedbar-button-face, speedbar-file-face)
9970 (speedbar-directory-face, speedbar-tag-face)
9971 (speedbar-selected-face, speedbar-highlight-face)
9972 (speedbar-separator-face):
9973 * whitespace.el (whitespace-newline, whitespace-space)
9974 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9975 (whitespace-line, whitespace-space-before-tab)
9976 (whitespace-space-after-tab, whitespace-indentation)
9977 (whitespace-empty):
9978 * emulation/cua-base.el (cua-global-mark):
9979 * eshell/em-prompt.el (eshell-prompt):
9980 * net/newst-plainview.el (newsticker-new-item-face)
9981 (newsticker-old-item-face, newsticker-immortal-item-face)
9982 (newsticker-obsolete-item-face, newsticker-date-face)
9983 (newsticker-statistics-face, newsticker-default-face):
9984 * net/newst-reader.el (newsticker-feed-face)
9985 (newsticker-extra-face, newsticker-enclosure-face):
9986 * net/newst-treeview.el (newsticker-treeview-face)
9987 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9988 (newsticker-treeview-immortal-face)
9989 (newsticker-treeview-obsolete-face)
9990 (newsticker-treeview-selection-face):
9991 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9992 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9993 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9994 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9995 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9996 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9997 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9998 (mpuz-text):
9999 * progmodes/vera-mode.el (vera-font-lock-number)
10000 (vera-font-lock-function, vera-font-lock-interface):
10001 * textmodes/table.el (table-cell): Use new-style face specs, and
10002 don't use the old :bold and :italic attributes.
10003
10004 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10005 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10006 (ebrowse-member-class, ebrowse-progress): Likewise.
10007 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10008 (ebrowse-file-name-face, ebrowse-default-face)
10009 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10010 (ebrowse-progress-face): Remove obsolete faces.
10011
10012 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10013 Inherit from error and warning faces respectively.
10014
10015 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10016 Likewise.
10017 (flyspell-incorrect-face, flyspell-duplicate-face):
10018 Remove obsolete aliases.
10019
10020 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
10021
10022 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10023 Avoid infloop.
10024
10025 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * startup.el (argv, argi): Make lexically scoped.
10028 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10029 * emacs-lisp/cl-macs.el: Use lexical-binding.
10030 Rename cl-bind-* to cl--bind-*.
10031 * files.el: Don't require `cl' since it doesn't use it.
10032 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10033
10034 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10037 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10038 instead of calling external sort utility.
10039 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10040
10041 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10042
10043 * descr-text.el (describe-char): Mention how to insert the
10044 character, if the current input method doesn't support it.
10045 See the discussion in this thread for the details:
10046 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10047
10048 2012-06-08 Sam Steingold <sds@gnu.org>
10049
10050 * bindings.el (global-map): Bind XF86Forward to next-buffer and
10051 XF86Back to previous-buffer.
10052 (minibuffer-local-map): Bind them to next-history-element and
10053 previous-history-element respectively.
10054 * help-mode.el (help-mode-map): Bind them to help-go-forward and
10055 help-go-back respectively.
10056 * info.el (Info-mode-map): Bind them to Info-history-forward and
10057 Info-history-back respectively.
10058 These are the keys next to Up on the ThinkPad keyboard.
10059
10060 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10063 * emacs-lisp/cl-macs.el: Provide itself.
10064 (cl--labels-convert-cache): New var.
10065 (cl--labels-convert): New function.
10066 (cl-flet, cl-labels): New implementation with new semantics, relying on
10067 lexical-binding.
10068 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10069 (cl-closure-vars, cl--function-convert-cache)
10070 (cl--function-convert): Move from cl-macs.el.
10071 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10072 rename by removing the "cl-" prefix.
10073 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10074
10075 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10078 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10079 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10080 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10081 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10082 (cl-hash-table-count): Add old compatibility aliases.
10083
10084 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10085 Use macroexpand-all-environment instead.
10086 (cl--old-macroexpand): New var.
10087 (cl--sm-macroexpand): New function.
10088 (cl-symbol-macrolet): Use it during macro expansion.
10089 (cl--function-convert-cache): New var.
10090 (cl--function-convert): New function, extracted from
10091 cl-macroexpand-all.
10092 (cl-lexical-let): Use it.
10093
10094 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10095 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10096 (cl-member): Remove old alias.
10097
10098 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10099 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10100 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10101 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10102 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10103 (cl-macroexpand-cmacs): Remove var.
10104 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10105 Use macroexpand-all instead.
10106
10107 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10110 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10111 (macroexp-copyable-p): New functions and macros.
10112 * emacs-lisp/edebug.el (edebug-unwrap):
10113 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10114 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10115 (pcase--let*): Remove.
10116 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10117 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
10118 macroexp-const-p instead.
10119 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10120
10121 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10122 instead of "cl-" for internal definitions. Use macroexp-const-p.
10123 (cl-old-bc-file-form): Remove var.
10124 (cl-const-exprs-p): Remove fun.
10125 (cl-labels, cl-macrolet): Use backquote.
10126 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
10127 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10128 (cl-define-setf-expander): Rename from cl-define-setf-method.
10129 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10130
10131 * international/mule-cmds.el: Don't require CL.
10132 (view-hello-file): Don't use `letf'.
10133
10134 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * tmm.el (tmm-prompt): Use string-prefix-p.
10137 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10138 (tmm-add-prompt): Use minibuffer-completion-help.
10139 (tmm-delete-map): Remove.
10140
10141 * subr.el (kbd): Make it its own function.
10142
10143 2012-06-07 Stefan Merten <smerten@oekonux.de>
10144
10145 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10146 Silence compiler warnings. Fix versions.
10147 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10148 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10149 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10150 (rst-package-emacs-version-alist): Correct Emacs version to
10151 represent major merge with upstream.
10152 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10153
10154 2012-06-06 Glenn Morris <rgm@gnu.org>
10155
10156 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10157 Only print environment variables if set.
10158
10159 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10162 (macroexp--cons): Rename from maybe-cons.
10163 (macroexp--accumulate): Rename from macroexp-accumulate.
10164 (macroexp--all-forms): Rename from macroexpand-all-forms.
10165 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10166 (macroexp--expand-all): Rename from macroexpand-all-1.
10167
10168 2012-06-06 Sam Steingold <sds@gnu.org>
10169
10170 * calendar/calendar.el (calendar-in-read-only-buffer):
10171 Call `special-mode' to enable the standard read-only keybindings.
10172
10173 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10176 with "loading" messages (bug#11635).
10177
10178 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
10179
10180 * files.el (enable-remote-dir-locals): New option.
10181 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
10182
10183 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10184 Ensure, that the temp directory is local.
10185
10186 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10187 `temporary-file-directory'.
10188
10189 * progmodes/python.el (python-send-region): Ensure, that the
10190 temporary file is created also in the remote case.
10191
10192 2012-06-06 Glenn Morris <rgm@gnu.org>
10193
10194 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10195 (vc-rcs-update-changelog): Use it.
10196
10197 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10198
10199 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10200 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10201 (vc-sccs-diff): Replace use of the external vcdiff script.
10202
10203 2012-06-05 Glenn Morris <rgm@gnu.org>
10204
10205 * ledit.el: Move to obsolete/.
10206
10207 2012-06-05 Sam Steingold <sds@gnu.org>
10208
10209 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10210 patch (Bug#11140).
10211
10212 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * emacs-lisp/cust-print.el: Move to obsolete.
10215
10216 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10217 compiler-macro expansion.
10218
10219 Add native compiler-macro support.
10220 * emacs-lisp/macroexp.el (macroexpand-all-1):
10221 Support compiler-macros directly. Properly follow aliases and apply
10222 the compiler macros more thoroughly.
10223 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10224 macroexpand now properly follows aliases.
10225 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10226 (cl-compiler-macroexpand): Use new prop.
10227 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10228
10229 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10230
10231 2012-06-05 Martin Rudalics <rudalics@gmx.at>
10232
10233 * window.el (get-lru-window, get-mru-window, get-largest-window):
10234 New argument NOT-SELECTED to avoid picking the selected window.
10235 (window--display-buffer-1, window--display-buffer-2): Replace by
10236 new function window--display-buffer
10237 (display-buffer-same-window, display-buffer-reuse-window)
10238 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10239 Use window--display-buffer.
10240 (display-buffer-use-some-window): Remove temporary dedication
10241 hack by calling get-lru-window and get-largest-window with
10242 NOT-SELECTED argument non-nil. Call window--display-buffer.
10243
10244 2012-06-05 Glenn Morris <rgm@gnu.org>
10245
10246 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10247 Replace external vcdiff script.
10248
10249 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10252
10253 2012-06-04 Chong Yidong <cyd@gnu.org>
10254
10255 * image.el (imagemagick-types-inhibit): Revert last change.
10256 Add INFO and M.
10257 (imagemagick-enabled-types): Remove CIN and EPS*.
10258
10259 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/cl-lib.el: Rename from cl.el.
10262 * emacs-lisp/cl.el: New compatibility file.
10263 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10264 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10265 to obey the "cl-" prefix.
10266 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10267
10268 2012-06-03 Glenn Morris <rgm@gnu.org>
10269
10270 * emacs-lisp/authors.el (authors-aliases): Addition.
10271
10272 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10273 Fix :version.
10274
10275 2012-06-03 Stefan Merten <smerten@oekonux.de>
10276
10277 * textmodes/rst.el: Add comments.
10278 (rst-transition, rst-adornment): New faces.
10279 (rst-adornment-faces-alist): Make default safe to reevaluate.
10280 Fixes
10281 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10282 Improve customization tags.
10283 (rst-define-level-faces): Clarify meaning.
10284
10285 2012-06-03 Chong Yidong <cyd@gnu.org>
10286
10287 * progmodes/compile.el (compilation-mode-line-fail)
10288 (compilation-mode-line-run, compilation-mode-line-exit):
10289 New faces.
10290 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10291
10292 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
10293
10294 * progmodes/which-func.el (which-func-update-ediff-windows):
10295 New function. Use it in ediff-select-hook (Bug#11478).
10296
10297 2012-06-03 Chong Yidong <cyd@gnu.org>
10298
10299 * bindings.el: Remove explicit help text from format-mode-line.
10300 It is now supplied by mode-line-default-help-echo.
10301 (mode-line-front-space, mode-line-end-spaces)
10302 (mode-line-misc-info): New variables.
10303 (mode-line-modes, mode-line-position): Move the default value to
10304 the variable definition.
10305 (mode-line-default-help-echo): New defcustom.
10306 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10307 (mode-line-modified-help-echo): New functions.
10308 (mode-line-mule-info, mode-line-modified): Use them.
10309 (mode-line-eol-desc, propertized-buffer-identification):
10310 Consistency fixes for help text.
10311 (mode-line-coding-system-map): Allow using mouse-3 to invoke
10312 set-buffer-file-coding-system (Bug#289).
10313 (mode-line-mule-info-help-echo): Update help text.
10314
10315 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * simple.el (execute-extended-command): Set real-this-command
10318 (bug#11506).
10319
10320 2012-06-02 Chong Yidong <cyd@gnu.org>
10321
10322 Remove incorrect uses of "modeline" in comments, docstrings, and
10323 function/variable names (Bug#10329).
10324
10325 * cus-edit.el (mode-line):
10326 * dframe.el (dframe-mouse-hscroll):
10327 * emacs-lisp/re-builder.el:
10328 * emacs-lisp/easy-mmode.el (define-minor-mode):
10329 * frame.el (set-frame-name):
10330 * help.el (lookup-minor-mode-from-indicator):
10331 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10332 * progmodes/cc-cmds.el (c-toggle-auto-newline)
10333 (c-toggle-hungry-state):
10334 * progmodes/antlr-mode.el (antlr-language-alist):
10335 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10336 * progmodes/vhdl-mode.el (vhdl-mode):
10337 * progmodes/which-func.el (which-func, which-func-cleanup-function):
10338 * term/ns-win.el (ns-face-at-pos):
10339 * term/sup-mouse.el (sup-mouse-report):
10340 * textmodes/flyspell.el (flyspell-mode-line-string):
10341 * textmodes/ispell.el (ispell-highlight-face):
10342 * textmodes/reftex-global.el:
10343 * vc/vc-arch.el (vc-arch-mode-line-string):
10344 * vc/vc-cvs.el (vc-cvs-mode-line-string):
10345 * vc/vc-git.el (vc-git-mode-line-string):
10346 * vc/vc-hooks.el (vc-display-status)
10347 (vc-default-mode-line-string):
10348 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10349
10350 * ansi-color.el (ansi-color-faces-vector): Change default faces.
10351
10352 * dired.el (dired-sort-set-mode-line): Rename from
10353 dired-sort-set-modeline. All callers changed.
10354
10355 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10356 eshell-status-in-modeline.
10357
10358 * foldout.el (foldout-mode-line-string): Rename from
10359 foldout-modeline-string. All callers changed.
10360 (foldout-update-mode-line): Rename from foldout-update-modeline.
10361
10362 * subr.el (redraw-modeline): Make into obsolete alias.
10363
10364 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10365 timeclock-modeline-display. Make old name an alias.
10366 (timeclock-update-mode-line): Likewise. All callers changed.
10367 (timeclock-mode-line-display): No need to check before using
10368 add-hook.
10369 (timeclock-relative, timeclock-day-over-hook)
10370 (timeclock-use-elapsed, timeclock-mode-string)
10371 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10372
10373 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10374 crisp-mode-modeline-string.
10375
10376 * play/solitaire.el (solitaire-build-mode-line): Rename from
10377 solitaire-build-modeline. All callers changed.
10378
10379 * play/zone.el (zone-hiding-mode-line): Rename from
10380 zone-hiding-modeline. All callers changed.
10381 (zone): Remove unusued `modeline-hidden-level' property.
10382
10383 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10384 xscheme-modeline-initialize. All callers changed.
10385
10386 * strokes.el (strokes-lighter): Rename from
10387 strokes-modeline-string.
10388
10389 * textmodes/sgml-mode.el (html-face-tag-alist)
10390 (html-tag-face-alist): Use mode-line face instead of obsolete
10391 alias modeline.
10392
10393 2012-06-02 Stefan Merten <smerten@oekonux.de>
10394
10395 * textmodes/rst.el: Always require `cl'.
10396 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10397
10398 2012-06-02 Chong Yidong <cyd@gnu.org>
10399
10400 * image.el (imagemagick-enabled-types): Rename from
10401 imagemagick-types-enable. Add many more types.
10402 (imagemagick-types-inhibit): Change default to nil.
10403 (imagemagick-filter-types): Caller changed.
10404
10405 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * emacs-lisp/cl-macs.el: Use backquotes.
10408 (cl-transform-function-property): Use eval-and-compile rather than
10409 abusing `require'.
10410 (defstruct): Use declare-function instead of with-no-warnings.
10411
10412 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10413 (byte-compile-output-docform): Re-add the print-circle bindings.
10414 (byte-compile-fix-header): Use #$ just because it's shorter.
10415 (byte-compile-output-file-form): Remove defun/defmacro.
10416
10417 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10418
10419 * simple.el (choose-completion): Remove now obsolete binding for
10420 owindow.
10421
10422 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10423
10424 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10425 in order to avoid "Stack overflow in regexp matcher".
10426
10427 2012-05-31 Glenn Morris <rgm@gnu.org>
10428
10429 * image.el: For clarity, call imagemagick-register-types at
10430 top-level, rather than relying on a custom :initialize.
10431 (imagemagick-types-enable): New option. (Bug#11557)
10432 (imagemagick-filter-types): New function. (Bug#7406)
10433 (imagemagick-register-types): Use imagemagick-filter-types.
10434 If disabling support, remove elements altogether rather
10435 than using an impossible regexp.
10436 (imagemagick-types-inhibit): Give it the default init function.
10437
10438 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10441 Handle arbitrary file name lengths (Bug#11585).
10442
10443 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10444
10445 * desktop.el (desktop-read): Clear previous and next buffers for
10446 all windows and bury *Messages* buffer (bug#11556).
10447
10448 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 Add `declare' for `defun'. Align `defmacro's with it.
10451 * emacs-lisp/easy-mmode.el (define-minor-mode)
10452 (define-globalized-minor-mode): Don't autoload the var definitions.
10453 * emacs-lisp/byte-run.el: Use lexical-binding.
10454 (defun-declarations-alist, macro-declarations-alist): New vars.
10455 (defmacro, defun): Use them.
10456 (make-obsolete, define-obsolete-function-alias)
10457 (make-obsolete-variable, define-obsolete-variable-alias):
10458 Use `declare'.
10459 (macro-declaration-function): Mark obsolete.
10460 * emacs-lisp/autoload.el: Use lexical-binding.
10461 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10462
10463 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10464
10465 * textmodes/ispell.el (ispell-with-no-warnings):
10466 Define as a macro.
10467 (ispell-kill-ispell, ispell-change-dictionary):
10468 Use `called-interactively-p' for Emacs instead of obsolete
10469 `interactive-p'.
10470
10471 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10474 (macro-declaration-function): Move var from C code.
10475 (macro-declaration-function): Define function with defalias.
10476 * emacs-lisp/macroexp.el (macroexpand-all-1):
10477 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10478 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10479 defun/defmacro any more.
10480 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10481 Provide fallback for unknown arglist.
10482 (byte-compile-arglist-warn): Change calling convention.
10483 (byte-compile-output-file-form): Move print-vars binding.
10484 (byte-compile-output-docform): Simplify accordingly.
10485 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10486 (byte-compile-defmacro-declaration): Remove.
10487 (byte-compile-file-form-defmumble): Generalize to defalias.
10488 (byte-compile-output-as-comment): Return byte-positions.
10489 Simplify callers accordingly.
10490 (byte-compile-lambda): Use `assert'.
10491 (byte-compile-defun, byte-compile-defmacro): Remove.
10492 (byte-compile-file-form-defalias):
10493 Use byte-compile-file-form-defmumble.
10494 (byte-compile-defalias-warn): Remove.
10495
10496 2012-05-29 Stefan Merten <smerten@oekonux.de>
10497
10498 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10499 possible. Fix authors. Improve comments. Improve loading of `cl'.
10500
10501 (rst-mode-abbrev-table): Merge definition.
10502 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10503 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10504
10505 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10506
10507 * calendar/icalendar.el
10508 (icalendar-export-region): Export UID properly.
10509
10510 2012-05-29 Leo Liu <sdl.web@gmail.com>
10511 * calendar/icalendar.el (icalendar-import-format):
10512 Add `icalendar-import-format-uid' (Bug#11525).
10513 (icalendar-import-format-uid): New.
10514 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10515 Export UID.
10516
10517 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10520 different alternative patterns.
10521 (pcase-codegen): Be more careful to preserve identity.
10522 (pcase--u1): Don't forget to mark vars as used.
10523
10524 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10525 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10526 (byte-compile-from-buffer): ...rather than here.
10527
10528 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10529 functions from byte-compile-function-environment.
10530
10531 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10532
10533 * window.el (window-deletable-p): Avoid deleting the root window
10534 of a frame with an active minibuffer.
10535
10536 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10537
10538 * simple.el (choose-completion): Use quit-window (Bug#11567).
10539
10540 2012-05-29 Chong Yidong <cyd@gnu.org>
10541
10542 * whitespace.el (whitespace-cleanup): Fix usage of
10543 whitespace-empty-at-bob-regexp (Bug#11492).
10544
10545 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10546
10547 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10548 revert (Bug#11488).
10549
10550 2012-05-29 Juri Linkov <juri@jurta.org>
10551
10552 * isearch.el (isearch-mode-map): Bind `M-s _' to
10553 `isearch-toggle-symbol'. Bind `M-s c' to
10554 `isearch-toggle-case-fold'.
10555 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10556 (isearch-forward): Add `M-s _' to the docstring.
10557 (isearch-forward-symbol, isearch-toggle-case-fold)
10558 (isearch-symbol-regexp): New functions. (Bug#11381)
10559
10560 2012-05-29 Juri Linkov <juri@jurta.org>
10561
10562 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10563 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10564 a function, call it to get the regexp.
10565 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10566 property `isearch-message-prefix' instead of the string "word ".
10567 (isearch-search-fun-default): For the case of `isearch-word',
10568 return a lambda that calls re-search-forward/re-search-backward
10569 with a regexp returned by `word-search-regexp' or by the function
10570 in `isearch-word'.
10571
10572 2012-05-29 Juri Linkov <juri@jurta.org>
10573
10574 * isearch.el (isearch-search-fun-default): New function.
10575 (isearch-search-fun): Move default part to the new function
10576 `isearch-search-fun-default'.
10577 (isearch-search-fun-function): Set the default value to
10578 `isearch-search-fun-default'. (Bug#11381)
10579
10580 * comint.el (comint-history-isearch-end):
10581 Use `isearch-search-fun-default'.
10582 (comint-history-isearch-search): Use `isearch-search-fun-default'
10583 and remove spacial case for `isearch-word'.
10584 (comint-history-isearch-wrap): Remove spacial case for
10585 `isearch-word'.
10586
10587 * hexl.el (hexl-isearch-search-function):
10588 Use `isearch-search-fun-default'.
10589
10590 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10591 Use `word-search-regexp' for `isearch-word'.
10592
10593 * misearch.el (multi-isearch-search-fun):
10594 Use `isearch-search-fun-default'.
10595
10596 * simple.el (minibuffer-history-isearch-search):
10597 Use `isearch-search-fun-default' and remove spacial case for
10598 `isearch-word'.
10599 (minibuffer-history-isearch-wrap): Remove spacial case for
10600 `isearch-word'.
10601
10602 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10603 Remove spacial case for `isearch-word'.
10604 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10605
10606 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10607
10608 Decrease XEmacs incompatibilities.
10609 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10610 Use `string-match'.
10611 (flyspell-delete-region-overlays): Use alternative definition for
10612 XEmacs.
10613 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10614 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10615 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10616 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10617 `define-obsolete-face-alias' under XEmacs, but old method.
10618
10619 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10620 `with-no-warnings' definition or Emacs alias.
10621 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10622 (ispell-word): Do not use `region-p' if XEmacs.
10623
10624 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10625
10626 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10627 Check for `ispell-dictionary-base-alist' instead of full
10628 `ispell-dictionary-alist'.
10629 (ispell-init-process): Show spellchecker when starting new Ispell
10630 process.
10631
10632 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10635 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10636
10637 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10638
10639 * version.el (motif-version-string, gtk-version-string)
10640 (ns-version-string): Declare.
10641
10642 2012-05-27 Juri Linkov <juri@jurta.org>
10643
10644 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10645 after the `eval-defun-1' specialcaseing
10646 like in `edebug-eval-defun' (bug#10181).
10647
10648 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10649 like in `eval-defun-1'.
10650
10651 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10652
10653 * mail/sendmail.el (mail-yank-region):
10654 Recognize rmail-yank-current-message in addition to insert-buffer.
10655 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10656 a *mail* buffer created through rmail-start-mail with sendmail as
10657 mail-user-agent.
10658
10659 2012-05-27 Chong Yidong <cyd@gnu.org>
10660
10661 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10662 Default to 256 (Bug#11267).
10663
10664 * help.el (describe-mode): Doc fix.
10665
10666 2012-05-26 Glenn Morris <rgm@gnu.org>
10667
10668 * w32-fns.el (w32-init-info): Remove.
10669 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10670
10671 * info.el (info-initialize): For self-contained NS builds, put the
10672 included info/ directory at the front. (Bug#2791)
10673
10674 * paths.el (Info-default-directory-list): Make it a defcustom,
10675 mainly so that we can use custom-initialize-delay.
10676
10677 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10678
10679 * subr.el (buffer-has-markers-at): Mark obsolete.
10680
10681 * subr.el (lambda): Use declare.
10682
10683 * emacs-lisp/lisp-mode.el (lambda):
10684 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10685
10686 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10687
10688 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10689
10690 2012-05-26 Glenn Morris <rgm@gnu.org>
10691
10692 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10693
10694 2012-05-25 Glenn Morris <rgm@gnu.org>
10695
10696 * paths.el: Remove no-byte-compile.
10697 * loadup.el: No need to load paths.el uncompiled.
10698
10699 * image.el (imagemagick-types-inhibit): Doc fix.
10700
10701 * version.el: Remove no-byte-compile and associated formatting.
10702 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10703 is ancient code from when there was an "inc-vers.el".
10704
10705 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * progmodes/gdb-mi.el: Minor style changes.
10708 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10709 Turn into minor modes.
10710 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10711 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10712 (gdb-shell): Remove unneeded let-binding.
10713 (gdb-get-many-fields): Eliminate O(n²) behavior.
10714
10715 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10716
10717 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10718 platforms that don't link in fontset.c.
10719
10720 2012-05-25 Juri Linkov <juri@jurta.org>
10721
10722 Use the same diff color scheme as in modern VCSes (bug#10181).
10723
10724 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10725 to avoid confusion with `diff-added' that now uses green colors.
10726 (diff-removed): Use shades of red.
10727 (diff-added): Use shades of green.
10728 (diff-changed): Leave just the yellow color.
10729 (diff-use-changed-face): New variable.
10730 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10731 how to highlight context diff changes.
10732 (diff-refine-change): Use shades of yellow.
10733 (diff-refine-removed): New face that uses shades of red.
10734 (diff-refine-added): New face that uses shades of green.
10735 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10736 `diff-refine-removed' in the call to `smerge-refine-subst'
10737 depending on the value of `diff-use-changed-face'.
10738
10739 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10740 (smerge-other): Use shades of green.
10741 (smerge-base): Use shades of yellow.
10742 (smerge-refined-change): Empty face.
10743 (smerge-refined-removed): New face that uses shades of red.
10744 (smerge-refined-added): New face that uses shades of green.
10745 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10746 args `props-r' and `props-a', and use them. Doc fix.
10747 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10748 on its value use different faces `smerge-refined-change',
10749 `smerge-refined-removed', `smerge-refined-added' in the call to
10750 `smerge-refine-subst'.
10751
10752 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10753 Add face condition `min-colors 88' with shades of red.
10754 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10755 `min-colors 88' with shades of green.
10756 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10757 `min-colors 88' with shades of yellow.
10758
10759 2012-05-24 Glenn Morris <rgm@gnu.org>
10760
10761 * paths.el (prune-directory-list, remote-shell-program): Move to...
10762 * files.el (prune-directory-list, remote-shell-program): ...here.
10763 For the latter, delay initialization, prefer ssh, just search PATH.
10764
10765 * paths.el (term-file-prefix): Move to faces.el (the only user).
10766 * faces.el (term-file-prefix): Move here, make it a defcustom.
10767
10768 * paths.el (news-directory, news-path, news-inews-program):
10769 Move to gnus/nnspool.el.
10770
10771 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10772
10773 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10774 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10775 Make the latter a defcustom, with a delayed initialization.
10776
10777 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10778 These were deleted from Gnus itself late 2010.
10779
10780 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10781
10782 * progmodes/which-func.el (which-func-ff-hook):
10783 Check against user-error, not error.
10784
10785 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10786 cl-specs.el, which no longer exists.
10787
10788 2012-05-22 Glenn Morris <rgm@gnu.org>
10789
10790 * info.el (info-emacs-bug): New command.
10791 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10792 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10793
10794 2012-05-21 Glenn Morris <rgm@gnu.org>
10795
10796 * makefile.w32-in (update-subdirs-SH):
10797 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10798
10799 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10802
10803 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10804 Simplify Maven regexp, and make sure the file can't start with a space
10805 (bug#11517).
10806
10807 2012-05-21 Glenn Morris <rgm@gnu.org>
10808
10809 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10810 Scrap superfluous subshells.
10811
10812 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10815 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10816
10817 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10818
10819 * calc/calc.el (calc-ensure-consistent-units): New variable.
10820
10821 * calc/calc-units.el (math-consistent-units-p)
10822 (math-check-unit-consistency): New functions.
10823 (calc-quick-units, calc-convert-units):
10824 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10825 is non-nil.
10826 (calc-extract-units): Fix typo.
10827
10828 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10831
10832 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10833 (flyspell-default-deplacement-commands): Don't spell check after
10834 repeated window/frame switches (e.g. triggered by mouse-movement).
10835 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10836 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10837 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10838 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10839 Remove unused vars.
10840 (flyspell-get-casechars, flyspell-get-not-casechars):
10841 Simplify; Don't bother removing a ] just to add it back.
10842 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10843
10844 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10845
10846 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10847 New functions.
10848 (math-function-table): Add support for more C functions.
10849
10850 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10851
10852 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10853 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10854 Protect delay handling for otherchars against empty otherchars.
10855
10856 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10859 their respective macro declarations.
10860 * skeleton.el (define-skeleton):
10861 * progmodes/compile.el (define-compilation-mode):
10862 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10863 (define-ibuffer-filter):
10864 * emacs-lisp/generic.el (define-generic-mode):
10865 * emacs-lisp/easy-mmode.el (define-minor-mode)
10866 (define-globalized-minor-mode):
10867 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10868 * emacs-lisp/byte-run.el (defsubst):
10869 * custom.el (deftheme): Add doc-string metadata.
10870
10871 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10874
10875 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10878
10879 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10880 * emacs-lisp/cl-macs.el: Idem.
10881 * emacs-lisp/cl-specs.el: Remove.
10882
10883 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 Minor renaming of internal CL functions and variables.
10886 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10887 (cl--position): Rename from cl-position.
10888 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10889 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10890 (cl--random-state): Rename from *random-state*.
10891
10892 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10895 parens around the arg list (bug#11499).
10896
10897 2012-05-17 Juri Linkov <juri@jurta.org>
10898
10899 * isearch.el (word-search-regexp, word-search-backward)
10900 (word-search-forward, word-search-backward-lax)
10901 (word-search-forward-lax): Move functions from search.c
10902 (bug#10145, bug#11381).
10903
10904 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10905
10906 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10907 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10908 Delay for otherchars as for normal word components.
10909
10910 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * minibuffer.el (completion--sifn-requote): Fix last change.
10913 (minibuffer-local-must-match-filename-map):
10914 Move define-obsolete-variable-alias before its var.
10915
10916 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10919
10920 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10921 behavior.
10922 (completion--string-equal-p): New function.
10923 (completion--twq-all): Use it to get better assertion failure data.
10924
10925 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10926 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10927 (shell--requote-argument): New functions.
10928 (shell-completion-vars): Use them.
10929 (shell--parse-pcomplete-arguments): Rename from
10930 shell-parse-pcomplete-arguments.
10931 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10932 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10933 Obey comint-file-name-quote-list.
10934
10935 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10936 (smie-indent-keyword): Use it.
10937
10938 2012-05-14 Stefan Merten <smerten@oekonux.de>
10939
10940 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10941
10942 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * net/rlogin.el (rlogin-mode-map): Fix last change.
10945
10946 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10947
10948 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10949 the following \r\n using a single `process-send-string', since the
10950 Lotus SMTP server refuses to accept any commands if they are sent
10951 with two `process-send-string's (Bug#11444).
10952
10953 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * shell.el (shell-parse-pcomplete-arguments):
10956 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10957
10958 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10959
10960 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10961 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10962 (image-transform-width, image-transform-fit-width): New functions.
10963 (image-transform-properties): Use them.
10964 (image-transform-check-size): New function.
10965 (image-toggle-display-image): Use it (for testing).
10966 (image-transform-set-rotation): Reduce angle mod 360.
10967 Delete obsolete comment.
10968
10969 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10970
10971 * image-mode.el: Fix scaling (bug#11399).
10972 (image-transform-resize): Doc fix.
10973 (image-transform-properties): Default scale is 1 and height should
10974 be an integer.
10975
10976 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10977
10978 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10979 than hard-coding `car', to fix misbehavior when moving forward.
10980
10981 2012-05-13 Chong Yidong <cyd@gnu.org>
10982
10983 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10984 (tabulated-list-entries, tabulated-list-padding)
10985 (tabulated-list-sort-key): Make permanent-local.
10986
10987 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10988 (electric-buffer-list): Put electric buffer menu
10989 command descriptions in this docstring, instead of the docstring
10990 of electric-buffer-menu-mode. Code cleanups.
10991 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10992 Electric-buffer-menu-mode.
10993 (electric-buffer-update-highlight): Minor code cleanup.
10994
10995 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10996
10997 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10998 (Bug#11447)
10999
11000 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 Move define-obsolete-variable-alias before the var's definition.
11003 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11004 * tooltip.el (tooltip-hook):
11005 * textmodes/reftex-toc.el (reftex-toc-map):
11006 * textmodes/reftex-sel.el (reftex-select-label-map)
11007 (reftex-select-bib-map):
11008 * textmodes/reftex-index.el (reftex-index-map)
11009 (reftex-index-phrases-map):
11010 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11011 * progmodes/meta-mode.el (meta-mode-map):
11012 * novice.el (disabled-command-hook):
11013 * loadhist.el (unload-hook-features-list):
11014 * frame.el (blink-cursor):
11015 * files.el (find-file-not-found-hooks, write-file-hooks)
11016 (write-contents-hooks):
11017 * emulation/tpu-edt.el (GOLD-map):
11018 * emacs-lock.el (emacs-lock-from-exiting):
11019 * emacs-lisp/generic.el (generic-font-lock-defaults):
11020 * emacs-lisp/chart.el (chart-map):
11021 * dos-fns.el (register-name-alist):
11022 * dired-x.el (dired-omit-files-p):
11023 * desktop.el (desktop-enable):
11024 * cus-edit.el (custom-mode-hook):
11025 * buff-menu.el (buffer-menu-mode-hook):
11026 * bookmark.el (bookmark-read-annotation-text-func)
11027 (bookmark-exit-hooks):
11028 * allout.el (allout-mode-deactivate-hook)
11029 (allout-exposure-change-hook, allout-structure-added-hook)
11030 (allout-structure-deleted-hook, allout-structure-shifted-hook):
11031 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11032 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11033 comes before the corresponding variable's definition.
11034
11035 2012-05-12 Chong Yidong <cyd@gnu.org>
11036
11037 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11038 (Buffer-menu-mouse-select): Restore function (Bug#11459).
11039 (Buffer-menu-mode-map): Bind it.
11040 (Buffer-menu--pretty-name): Add a mouse-face property.
11041
11042 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
11045 (prolog-upper-case-string, prolog-lower-case-string)
11046 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11047 (prolog-use-smie, prolog-smie-grammar): New vars.
11048 (prolog-smie-forward-token, prolog-smie-backward-token)
11049 (prolog-smie-rules): New funs.
11050 (prolog-comment-indent): Remove.
11051 (prolog-mode-variables): Use default comment indentation instead.
11052 Setup SMIE.
11053 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11054 (prolog-mode): Don't call them any more.
11055 (prolog-electric-colon, prolog-electric-dash)
11056 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11057
11058 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11059
11060 * minibuffer.el (completion--twq-all): Again, allow case differences.
11061
11062 * term.el: Move keymap initialization code to be more idiomatic.
11063 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11064 (term-terminal-menu): Move initialization into declaration.
11065 (term-escape-char): Let the user set it in her .emacs.
11066
11067 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11068 Provide SMIE-based indentation (not enabled by default yet).
11069 (sh-mode-map): Don't bind electric keys.
11070 Use electric-pair-mode instead of skeleton-pair.
11071 (sh-assignment-regexp): Fit within 80 columns.
11072 (sh-indent-supported): Specify actual shell name instead of boolean.
11073 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11074 (sh-maybe-here-document): Use it. Make obsolete.
11075 (sh-electric-here-document-mode) New minor mode.
11076 (sh-mode): Use it. Don't set sh-indent-supported-here here.
11077 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11078 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11079 (sh-smie-rc-grammar, sh-use-smie): New vars.
11080 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11081 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11082 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11083 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11084 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11085 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11086 (sh-set-shell): Use smie-setup if requested.
11087
11088 * term.el (term-set-escape-char): Properly set term-escape-char.
11089 See http://stackoverflow.com/questions/10524656.
11090
11091 2012-05-10 Chong Yidong <cyd@gnu.org>
11092
11093 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11094 Use url-generic-parse-url, and handle host names and Windows
11095 filenames properly.
11096 (ffap-url-unwrap-remote): Use url-generic-parse-url.
11097 (ffap-url-unwrap-remote): Accept list values, specifying a list of
11098 URL schemes to work on.
11099 (ffap--toggle-read-only): New function.
11100 (ffap-read-only, ffap-read-only-other-window)
11101 (ffap-read-only-other-frame): Use it.
11102 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11103 necessary for ffap-url-unwrap-remote.
11104
11105 2012-05-10 Dave Abrahams <dave@boostpro.com>
11106
11107 * cus-start.el (create-lockfiles): Add it.
11108
11109 2012-05-09 Chong Yidong <cyd@gnu.org>
11110
11111 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11112 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11113
11114 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * shell.el (shell-completion-vars): Fix last change (bug#11348).
11117
11118 2012-05-09 Chong Yidong <cyd@gnu.org>
11119
11120 * ansi-color.el (ansi-color-process-output): Check for validity of
11121 comint-last-output-start before using it. This avoids a bad
11122 interaction with gdb-mi's input/output buffer.
11123
11124 2012-05-09 Glenn Morris <rgm@gnu.org>
11125
11126 * files.el (dir-locals-read-from-file):
11127 Mention dir-locals in any error message.
11128
11129 2012-05-09 Chong Yidong <cyd@gnu.org>
11130
11131 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11132 package (Bug#11410).
11133
11134 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11135 variables into description.
11136
11137 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11140 shell-delimiter-argument-list (bug#11348).
11141 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11142
11143 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
11144
11145 * textmodes/rst.el: Silence byte-compiler warnings.
11146 (rst-re-alist, rst-reset-section-caches): Move around.
11147 (rst-re): Use `characterp', not `char-valid-p'.
11148 (font-lock-beg, font-lock-end): Declare.
11149
11150 * progmodes/idlw-shell.el (specs): Remove reference to deleted
11151 variable `idlwave-shell-activate-alt-keybindings' and simplify.
11152
11153 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11154
11155 2012-05-08 Glenn Morris <rgm@gnu.org>
11156
11157 * files.el (auto-mode-alist): Treat ".make" like ".mk".
11158
11159 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * vc/log-edit.el: Add GNU coding standards highlighting.
11162 (log-edit-font-lock-gnu-style)
11163 (log-edit-font-lock-gnu-keywords): New vars.
11164 (log-edit-font-lock-keywords): New fun.
11165 (log-edit-mode): Don't fold case in font-lock.
11166 (log-edit-font-lock-keywords): Do not assume case-folding.
11167
11168 * imenu.el: Misc cleanup. Make docstrings out of comments.
11169 Use lexical-binding.
11170 (imenu--index-alist, imenu--last-menubar-index-alist)
11171 (imenu-menubar-modified-tick): Use defvar-local.
11172 (imenu--split-menu): Remove unused var.
11173 (imenu--cleanup-seen): Declare as global.
11174 (imenu--cleanup): Use dolist.
11175
11176 * subr.el (defvar-local): Add debug spec and doc-string position.
11177
11178 2012-05-08 Glenn Morris <rgm@gnu.org>
11179
11180 * language/burmese.el, language/cham.el, language/czech.el:
11181 * language/english.el, language/georgian.el, language/greek.el:
11182 * language/japanese.el, language/khmer.el, language/korean.el:
11183 * language/lao.el, language/misc-lang.el, language/romanian.el:
11184 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11185 * language/thai.el, language/utf-8-lang.el:
11186 Remove no-byte-compile setting.
11187
11188 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
11189
11190 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11191
11192 * progmodes/make-mode.el (makefile-browse):
11193 Remove unnecessary interactive. (Bug#11324)
11194
11195 2012-05-07 Glenn Morris <rgm@gnu.org>
11196
11197 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11198
11199 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11200
11201 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * loadup.el: Preload newcomment.el.
11204 * newcomment.el: Move autoload-only code to toplevel.
11205
11206 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11207 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11208 Handle new :right-align column property.
11209 (tabulated-list-print-col): Idem, plus use `display' text-property to
11210 try and preserve alignment for variable pitch fonts.
11211
11212 2012-05-07 Chong Yidong <cyd@gnu.org>
11213
11214 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11215 (tabulated-list-use-header-line): New var.
11216 (tabulated-list-init-header): Use it.
11217 (tabulated-list-print-fake-header): New function.
11218 (tabulated-list-print): Use it.
11219 (tabulated-list-sort-button-map): Add non-header-line commands.
11220 (tabulated-list-init-header): Add column name property to basic
11221 labels as well.
11222 (tabulated-list-col-sort): Handle non-header-line button case.
11223 (tabulated-list--sort-by-column-name): Fix a corner case.
11224
11225 * buff-menu.el (list-buffers--refresh):
11226 Handle Buffer-menu-use-header-line.
11227
11228 2012-05-06 Chong Yidong <cyd@gnu.org>
11229
11230 * buff-menu.el: Convert to Tabulated List mode.
11231 (Buffer-menu-buffer+size-width): Make obsolete.
11232 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11233 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11234 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
11235 documentation into docstring of buffer-menu.
11236 (Buffer-menu-toggle-files-only): Add an informative message.
11237 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11238 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11239 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11240 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11241 (Buffer-menu-execute, Buffer-menu-select)
11242 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11243 (Buffer-menu-bury): Use Tabulated List machinery.
11244 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11245 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11246 Delete.
11247 (list-buffers--refresh): New function.
11248 (list-buffers-noselect): Use it.
11249 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11250 (Buffer-menu--pretty-file-name): New helper functions.
11251
11252 * loadup.el: Preload tabulated-list.
11253
11254 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11255 tabulated-list-sort-column.
11256 (tabulated-list-init-header): Add the initial aligning space even
11257 if tabulated-list-padding is zero.
11258
11259 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
11260
11261 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11262 whose cdr is not a cons cell correctly (bug#11038).
11263
11264 2012-05-06 Chong Yidong <cyd@gnu.org>
11265
11266 * emacs-lisp/tabulated-list.el (tabulated-list-format):
11267 Accept additional plist in column descriptors.
11268 (tabulated-list-init-header): Obey it.
11269 (tabulated-list-get-entry): New function.
11270 (tabulated-list-put-tag): Use it. Use string-width instead of
11271 length.
11272 (tabulated-list--column-number): New function.
11273 (tabulated-list-print): Use it.
11274 (tabulated-list-print-col): New function.
11275 Set `tabulated-list-column-name' property on each column's text.
11276 (tabulated-list-print-entry): Use it.
11277 (tabulated-list-delete-entry, tabulated-list-set-col):
11278 New functions.
11279 (tabulated-list-sort-column): New command (Bug#11337).
11280
11281 * buff-menu.el (list-buffers): Move C-x C-b binding from
11282 buff-menu.el to bindings.el.
11283
11284 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11285 :advertised-binding feature.
11286
11287 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
11288
11289 * progmodes/compile.el (compilation-internal-error-properties):
11290 Calculate start position correctly when end-col is set but
11291 end-line is not (Bug#11382).
11292
11293 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
11294
11295 * man.el (Man-unindent): Use text-property-default-nonsticky to
11296 prevent untabify from inheriting face properties (Bug#11408).
11297
11298 2012-05-05 Stefan Merten <smerten@oekonux.de>
11299
11300 * textmodes/rst.el: Major merge with upstream development up to
11301 Docutils SVN r7399 / rst.el V1.2.1.
11302
11303 Clarify maintainership and authors.
11304
11305 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11306 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11307 (rst-official-version, rst-official-cvs-rev, rst-version)
11308 (rst-package-emacs-version-alist): New functions and variables
11309 for version information.
11310
11311 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11312 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11313 (rst-mode-syntax-table, rst-mode): New and corrected functions
11314 and variables representing reStructuredText features.
11315
11316 (rst-re): New function for reStructuredText regexes. Use in
11317 many places.
11318
11319 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11320 (rst-mode-map): Rebind keys.
11321
11322 (rst-mode-lazy, rst-font-lock-keywords)
11323 (rst-font-lock-extend-region)
11324 (rst-font-lock-extend-region-internal)
11325 (rst-font-lock-extend-region-extend)
11326 (rst-font-lock-find-unindented-line-limit)
11327 (rst-font-lock-find-unindented-line-match)
11328 (rst-adornment-level, rst-font-lock-adornment-level)
11329 (rst-font-lock-adornment-match)
11330 (rst-font-lock-handle-adornment-pre-match-form)
11331 (rst-font-lock-handle-adornment-matcher): Major revision of
11332 font-locking. Integrate with other code. Use `jit-lock-mode'.
11333
11334 (rst-preferred-adornments, rst-adjust-hook)
11335 (rst-new-adornment-down, rst-preferred-bullets)
11336 (rst-preferred-bullets, rst-indent, rst-indent-width)
11337 (rst-indent-field, rst-indent-literal-normal)
11338 (rst-indent-literal-minimized, rst-indent-comment): Change,
11339 extend and improve customization.
11340
11341 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11342 (rst-normalize-cursor-position, rst-get-decoration)
11343 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11344 (rst-rstrip, rst-toc-insert-find-delete-contents)
11345 (rst-shift-fill-region, rst-compute-bullet-tabs)
11346 (rst-debug-print-tabs, rst-debug-mark-found)
11347 (rst-shift-region-guts, rst-shift-region-right)
11348 (rst-shift-region-left, rst-use-char-classes)
11349 (rst-font-lock-keywords-function)
11350 (rst-font-lock-indentation-point)
11351 (rst-font-lock-find-unindented-line-begin)
11352 (rst-font-lock-find-unindented-line-end)
11353 (rst-font-lock-find-unindented-line)
11354 (rst-font-lock-adornment-point, rst-font-lock-level)
11355 (rst-adornment-level-alist): Remove functions and variables.
11356
11357 (rst-compare-adornments, rst-get-adornment-match)
11358 (rst-suggest-new-adornment, rst-get-adornments-around)
11359 (rst-adornment-complete-p, rst-get-next-adornment)
11360 (rst-adjust-adornment, rst-display-adornments-hierarchy)
11361 (rst-straighten-adornments): Standardize function names to
11362 use "adornment" instead of "decoration". Correct callers.
11363 Similar standardizing in many places.
11364
11365 (rst-update-section, rst-adjust, rst-promote-region)
11366 (rst-enumerate-region, rst-bullet-list-region)
11367 (rst-repeat-last-character): Correct use of `interactive'.
11368
11369 (rst-classify-adornment, rst-find-all-adornments)
11370 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11371 (rst-find-leftmost-column, rst-repeat-last-character):
11372 Refactor functions.
11373
11374 (rst-find-title-line, rst-reset-section-caches)
11375 (rst-get-adornments-around, rst-adjust-adornment-work)
11376 (rst-arabic-to-roman, rst-roman-to-arabic)
11377 (rst-insert-list-pos, rst-insert-list-new-item)
11378 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11379 New functions.
11380
11381 (rst-all-sections, rst-section-hierarchy)
11382 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11383 New variables.
11384
11385 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11386 configuration instead of only buffer. Change where necessary.
11387
11388 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11389 (rst-shift-region, rst-adaptive-fill): New functions for
11390 indentation and filling.
11391
11392 (rst-comment-line-break, rst-comment-indent)
11393 (rst-comment-insert-comment, rst-comment-region)
11394 (rst-uncomment-region): New functions for handling comments.
11395
11396 (rst-compile): Quote shell arguments.
11397
11398 (rst-compile-pdf-preview, rst-compile-slides-preview):
11399 Delete temporary files after use.
11400
11401 2012-05-05 Glenn Morris <rgm@gnu.org>
11402
11403 * calendar/cal-html.el: Optionally include holidays in the output.
11404 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11405 (cal-html-holidays): New option.
11406 (cal-html-css-default): Add holiday entry.
11407 (holiday-in-range): Autoload it.
11408 (cal-html-htmlify-entry): Add optional class argument.
11409 (cal-html-htmlify-list): Add optional holidays argument.
11410 (cal-html-insert-agenda-days): Include holidays in the output.
11411 (cal-html-one-month): Maybe include holidays.
11412
11413 * calendar/holidays.el (holiday-in-range):
11414 Move here from cal-tex-list-holidays.
11415 * calendar/cal-tex.el (cal-tex-list-holidays):
11416 Make it an obsolete alias for holiday-in-range. Update all callers.
11417
11418 2012-05-05 Chong Yidong <cyd@gnu.org>
11419
11420 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11421 Nextstep.
11422
11423 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11424
11425 * files.el (file-auto-mode-skip): New var.
11426 (set-auto-mode-1): Use it.
11427
11428 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * repeat.el: Use lexical-binding.
11431 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11432 (repeat-undo-count): Remove.
11433 (repeat):
11434 * progmodes/octave-mod.el (octave-abbrev-start):
11435 * progmodes/f90.el (f90-abbrev-start):
11436 * face-remap.el (text-scale-adjust):
11437 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11438
11439 * emacs-lisp/pcase.el (pcase--let*): New function.
11440 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11441 a bit more.
11442 (pcase--split-pred): Be more clever about ruling out overlap between
11443 a predicate and some constant pattern.
11444 (pcase--q1): Use `null' instead of (eq foo nil).
11445
11446 * subr.el (setq-local, defvar-local): New macros.
11447 (kbd): Redefine as an alias.
11448 (with-selected-window): Leave unrelated frames alone.
11449 (set-temporary-overlay-map): New function.
11450
11451 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * subr.el (user-error): New function.
11454 * window.el (switch-to-buffer):
11455 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11456 (smerge-match-conflict):
11457 * simple.el (previous-matching-history-element)
11458 (next-matching-history-element, goto-history-element, undo-more)
11459 (undo-start):
11460 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11461 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11462 (next-file, tags-loop-scan, list-tags, complete-tag):
11463 * progmodes/compile.el (compilation-loop):
11464 * mouse.el (mouse-minibuffer-check):
11465 * man.el (Man-bgproc-sentinel, Man-goto-page):
11466 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11467 (Info-history-forward, Info-follow-reference, Info-menu)
11468 (Info-extract-menu-item, Info-extract-menu-counting)
11469 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11470 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11471 (Info-next-reference, Info-prev-reference, Info-index)
11472 (Info-index-next, Info-follow-nearest-node)
11473 (Info-copy-current-node-name):
11474 * imenu.el (imenu--make-index-alist)
11475 (imenu-default-create-index-function, imenu-add-to-menubar):
11476 * files.el (basic-save-buffer, recover-file):
11477 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11478 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11479 (checkdoc-message-text, checkdoc-defun):
11480 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11481 * cus-edit.el (customize-changed-options, customize-rogue)
11482 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11483 (custom-variable-mark-to-reset-standard)
11484 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11485 (custom-file):
11486 * completion.el (check-completion-length):
11487 * comint.el (comint-search-arg)
11488 (comint-previous-matching-input-string-position)
11489 (comint-previous-matching-input)
11490 (comint-replace-by-expanded-history-before-point, comint-send-input)
11491 (comint-copy-old-input, comint-backward-matching-input)
11492 (comint-goto-process-mark, comint-set-process-mark):
11493 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11494 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11495
11496 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * dabbrev.el (dabbrev--ignore-case-p): New function.
11499 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11500 Use it.
11501
11502 * files.el (automount-dir-prefix): Mark as obsolete.
11503
11504 2012-05-04 Glenn Morris <rgm@gnu.org>
11505
11506 * patcomp.el, play/bruce.el: Move to obsolete/.
11507
11508 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11509
11510 Fix minor Y10k bugs.
11511 * arc-mode.el (archive-unixdate):
11512 * autoinsert.el (auto-insert-alist):
11513 * calc/calc-forms.el (math-this-year):
11514 * emacs-lisp/copyright.el (copyright-current-year)
11515 (copyright-update-year, copyright):
11516 * tar-mode.el (tar-clip-time-string):
11517 * time.el (display-time-update):
11518 Don't assume years have 4 digits.
11519
11520 2012-05-04 Chong Yidong <cyd@gnu.org>
11521
11522 * dos-w32.el (file-name-buffer-file-type-alist)
11523 (direct-print-region-use-command-dot-com):
11524 * ffap.el (ffap-menu-regexp):
11525 * find-file.el (ff-special-constructs):
11526 * follow.el (follow-debug):
11527 * forms.el (forms--debug):
11528 * iswitchb.el (iswitchb-all-frames):
11529 * ido.el (ido-all-frames):
11530 * emacs-lisp/timer.el (timer-max-repeats):
11531 * mail/feedmail.el (feedmail-mail-send-hook)
11532 (feedmail-mail-send-hook-queued):
11533 * mail/footnote.el (footnote-signature-separator):
11534 * mail/mailabbrev.el (mail-alias-separator-string)
11535 (mail-abbrev-mode-regexp):
11536 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11537 * progmodes/idlwave.el (idlwave-libinfo-file)
11538 (idlwave-default-completion-case-is-down)
11539 (idlwave-library-routines): Convert defvars to defcustoms.
11540
11541 * mail/rmail.el (rmail-decode-mime-charset):
11542 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11543 (idlwave-shell-fix-inserted-breaks)
11544 (idlwave-shell-activate-alt-keybindings)
11545 (idlwave-shell-use-breakpoint-glyph):
11546 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11547
11548 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11551
11552 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11553
11554 * progmodes/verilog-mode.el (font-lock-keywords):
11555 Fix mis-highligting auto. Reported by Craig Barner.
11556 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11557 defines from global name space. Reported by Dan Dever.
11558 (verilog-auto-reset, verilog-auto-reset-widths)
11559 (verilog-auto-tieoff): Support using unbased numbers for
11560 AUTORESET and AUTOTIEOFF.
11561 (verilog-submit-bug-report): Update variable list.
11562 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11563 parenthesis from not matching. Reported by Michael Rytting.
11564 (verilog-auto-template-lint): Fix hash error when linting modules
11565 with no used templates.
11566 (verilog-warn, verilog-warn-error)
11567 (verilog-warn-fatal): When non-interactive report multiple
11568 warnings before exiting. Suggested by Brad Dobbie.
11569 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11570 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11571 to report unused template errors. Reported by Brad Dobbie.
11572 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11573 nets, bug438. Reported by Vns Blore.
11574 (verilog-auto-inout-module, verilog-auto-reg)
11575 (verilog-read-decls, verilog-read-sub-decls-sig)
11576 (verilog-signals-edit-wire-reg, verilog-signals-with):
11577 Fix passing of Verilog data types in ANSI input/output ports
11578 such as "output logic" into the AUTOs. Special case "wire" and
11579 "reg" for backwards compatibility presuming Verilog 2001.
11580 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11581 (verilog-preprocess): Fix replication of preprocess output.
11582 Reported by Brad Dobbie.
11583 (verilog-auto-inst-interfaced-ports):
11584 Create verilog-auto-inst-interfaced-ports, bug429.
11585 Reported by Julian Gorfajn.
11586 (verilog-after-save-font-hook)
11587 (verilog-before-save-font-hook): New variable.
11588 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11589 (verilog-save-font-mods): Wrap disabling fontification, reported
11590 by David Rogoff.
11591 (verilog-do-indent, verilog-pretty-declarations-auto)
11592 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11593 Reported by Pierre-David Pfister.
11594 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11595 of class declarations, bug292. Reported by Kevin Heilman.
11596 (verilog-read-decls): Fix 'parameter type' not appearing in
11597 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11598 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11599 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11600 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11601 Reported by David Kravitz.
11602
11603 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11604
11605 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11606 assignment with tests in ifs and for loops.
11607 (verilog-extended-complete-re, verilog-complete-reg): Change so
11608 that DPI inport functions don't look like fuction declarations.
11609 (verilog-pretty-expr): Don't line up assignment
11610 operations to the test and increment in if and for loops
11611 (verilog-extended-complete-re, verilog-complete-reg): Change so
11612 that DPI inport functions don't look like fuction declarations.
11613
11614 2012-05-03 Kenichi Handa <handa@m17n.org>
11615
11616 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11617 decoding, and show a warning message without signaling an error
11618 (Bug#11282).
11619
11620 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * emacs-lisp/bytecomp.el
11623 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11624 since cconv.el might have introduced :fun-body, internal-make-closure,
11625 and friends for bytecomp to handle (bug#11391).
11626 * custom.el (defcustom): Avoid ((λ ..) ..).
11627
11628 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11631
11632 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * notifications.el (dbus-debug):
11635 * term/linux.el (gpm-mouse-enable):
11636 * term/screen.el (xterm-register-default-colors): Declare.
11637
11638 2012-05-02 Chong Yidong <cyd@gnu.org>
11639
11640 * cus-start.el (gc-cons-percentage, exec-suffixes)
11641 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11642 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11643 (make-cursor-line-fully-visible, void-text-area-pointer)
11644 (font-list-limit): Add customization data.
11645
11646 * allout.el (allout-exposure-change-functions)
11647 (allout-structure-added-functions)
11648 (allout-structure-deleted-functions)
11649 (allout-structure-shifted-functions): Rename abnormal hooks from
11650 *-hook, and convert to defcustoms.
11651 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11652 Convert to defcustoms.
11653 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11654
11655 * allout-widgets.el: Hook callers changed.
11656
11657 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11658
11659 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11660 the yanked message in preference to the default value of
11661 buffer-file-coding-system.
11662
11663 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11664
11665 * window.el (display-buffer--action-function-custom-type):
11666 Fix entry.
11667
11668 2012-05-02 Alan Mackenzie <acm@muc.de>
11669
11670 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11671
11672 2012-05-01 Glenn Morris <rgm@gnu.org>
11673
11674 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11675
11676 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11677
11678 * cus-edit.el (custom-variable-documentation): Simplify with format.
11679
11680 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11681 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * simple.el (suggest-key-bindings, execute-extended-command):
11684 Move from keyboard.c.
11685
11686 2012-05-01 Chong Yidong <cyd@gnu.org>
11687
11688 * follow.el: Eliminate advice.
11689 (set-process-filter, process-filter, sit-for): Advice deleted.
11690 (follow-mode-off-hook): Obsolete hook removed.
11691 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11692 Vars deleted.
11693 (follow-auto): Use a :set function.
11694 (follow-mode): Rewritten. Don't advise process filters.
11695 (follow-switch-to-current-buffer-all, follow-scroll-up)
11696 (follow-scroll-down): Assume follow-mode is bound.
11697 (follow-comint-scroll-to-bottom)
11698 (follow-align-compilation-windows): New functions.
11699 (follow--window-sorter): New function.
11700 (follow-all-followers): Use it to explicitly sort windows by their
11701 positions; don't make assumptions about next-window order.
11702 (follow-windows-start-end, follow-delete-other-windows-and-split)
11703 (follow-calc-win-start): Doc fix.
11704 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11705 vertical-motion unnecessarily.
11706 (follow-adjust-window): New function.
11707 (follow-post-command-hook): Use it.
11708 (follow-call-set-process-filter, follow-call-process-filter)
11709 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11710 (follow-stop-intercept-process-output, follow-generic-filter):
11711 Functions deleted.
11712 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11713 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11714 New functions, replacing advice on scroll-bar-* commands.
11715 (follow-mwheel-scroll): New function (Bug#4112).
11716
11717 * comint.el (comint-adjust-point): New function.
11718 (comint-postoutput-scroll-to-bottom): Use it.
11719 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11720
11721 2012-05-01 Glenn Morris <rgm@gnu.org>
11722
11723 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11724 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11725 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11726 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11727 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11728 Remove no-byte-compile setting.
11729
11730 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11733 all-completions code to not return a number in the last cdr.
11734
11735 2012-04-30 Leo Liu <sdl.web@gmail.com>
11736
11737 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11738 read-only error.
11739
11740 2012-04-29 Chong Yidong <cyd@gnu.org>
11741
11742 * follow.el (follow-calc-win-end): Rewrite to handle partial
11743 screen lines correctly (Bug#8390).
11744 (follow-avoid-tail-recenter): Minor cleanup.
11745
11746 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 Avoid the obsolete `assoc' package.
11749 * speedbar.el (speedbar-refresh): Avoid adelete.
11750 (speedbar-file-lists): Simplify and avoid aput.
11751 * man.el (Man--sections, Man--refpages): New vars, replacing
11752 Man-sections-alist and Man-refpages-alist.
11753 (Man-build-section-alist, Man-build-references-alist):
11754 Use them; avoid aput.
11755 (Man--last-section, Man--last-refpage): New vars.
11756 (Man-follow-manual-reference): Use them.
11757 Use the `default' arg of completing-read.
11758 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11759
11760 2012-04-27 Chong Yidong <cyd@gnu.org>
11761
11762 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11763
11764 * startup.el (x-apply-session-resources): New function.
11765
11766 * term/ns-win.el (ns-initialize-window-system):
11767 * term/w32-win.el (w32-initialize-window-system):
11768 * term/x-win.el (x-initialize-window-system): Use it to properly
11769 set menu-bar-mode and other vars from X resources, even if the
11770 initial frame is not a window-system frame (Bug#2299).
11771
11772 * subr.el (read-key): Avoid running filter function when setting
11773 up temporary tool bar entries (Bug#9922).
11774
11775 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11776
11777 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11778 (Bug#11344)
11779
11780 2012-04-27 Chong Yidong <cyd@gnu.org>
11781
11782 * select.el (xselect--encode-string): New function, split from
11783 xselect-convert-to-string.
11784 (xselect-convert-to-string): Use it.
11785 (xselect-convert-to-filename, xselect-convert-to-os)
11786 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11787 returned strings are properly encoded (Bug#11315).
11788
11789 2012-04-27 Chong Yidong <cyd@gnu.org>
11790
11791 * simple.el (delete-active-region): Move to killing custom group.
11792
11793 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11794
11795 * progmodes/which-func.el (which-func-current): Quote %
11796 characters for mode-line processing.
11797
11798 2012-04-27 Chong Yidong <cyd@gnu.org>
11799
11800 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11801 reaching eob (Bug#11286).
11802
11803 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11804
11805 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11806 (gdb): Make it buffer-local and init to zero.
11807 (gdb-control-commands-regexp): New variable.
11808 (gdb-send): Don't wrap in "-interpreter-exec console" if
11809 gdb-control-level is positive. Increment gdb-control-level
11810 whenever the command matches gdb-control-commands-regexp, and
11811 decrement it each time the command is "end". (Bug#11279)
11812
11813 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11814
11815 * window.el (adjust-window-trailing-edge, enlarge-window)
11816 (shrink-window, window-resize):
11817 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11818 windows (Bug#11276).
11819
11820 2012-04-27 Chong Yidong <cyd@gnu.org>
11821
11822 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11823 fix "missing prefix" warning. All callers changed.
11824
11825 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * emacs-lisp/assoc.el: Move to obsolete/.
11828
11829 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11832
11833 * term/ns-win.el (ns-define-service):
11834 * progmodes/pascal.el (pascal-goto-defun):
11835 * progmodes/js.el (js--read-tab):
11836 * progmodes/etags.el (tags-lazy-completion-table):
11837 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11838 * emacs-lisp/ewoc.el (ewoc--wrap):
11839 * emacs-lisp/assoc.el (aput, adelete, amake):
11840 * doc-view.el (doc-view-convert-current-doc):
11841 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11842
11843 2012-04-26 Chong Yidong <cyd@gnu.org>
11844
11845 * image.el (image-type-from-buffer): Only return supported image
11846 type (Bug#9045).
11847
11848 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11849 value, for symmetry with diff-end-of-hunk.
11850 (diff-split-hunk, diff-find-source-location)
11851 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11852 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11853 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11854 compute the relevant hunk or file properly (Bug#6005).
11855 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11856
11857 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * vc/vc-mtn.el:
11860 * vc/vc-hg.el:
11861 * vc/vc-git.el:
11862 * vc/vc-dir.el:
11863 * vc/vc-cvs.el:
11864 * vc/vc-bzr.el:
11865 * vc/vc-arch.el:
11866 * vc/vc.el: Replace lexical-let by lexical-binding.
11867 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11868 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11869 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11870
11871 2012-04-26 Chong Yidong <cyd@gnu.org>
11872
11873 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11874 (diff-mode-shared-map): Bind it to / and [remap undo].
11875
11876 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11877 (ediff-window-setup-function): Use it as the default, to set up
11878 windows based on whether the current frame is graphical (Bug#2138).
11879 (ediff-choose-window-setup-function-automatically): Make obsolete.
11880
11881 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11882
11883 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * ffap.el: Remove old code for obsolete package.
11886 (ffap-complete-as-file-p): Remove.
11887
11888 Use completion-table-with-quoting for comint and pcomplete.
11889 * comint.el (comint--unquote&requote-argument)
11890 (comint--unquote-argument, comint--requote-argument): New functions.
11891 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11892 (comint-quote-filename): Use regexp-opt-charset.
11893 (comint--common-suffix, comint--common-quoted-suffix)
11894 (comint--table-subvert): Remove.
11895 (comint-unquote-function, comint-requote-function): New vars.
11896 (comint--complete-file-name-data): Use them with
11897 completion-table-with-quoting.
11898 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11899 * pcomplete.el (pcomplete-arg-quote-list)
11900 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11901 (pcomplete-unquote-argument-function): Default to non-nil.
11902 (pcomplete-unquote-argument): Simplify.
11903 (pcomplete--common-quoted-suffix): Remove.
11904 (pcomplete-requote-argument-function): New var.
11905 (pcomplete--common-suffix): New function.
11906 (pcomplete-completions-at-point): Use completion-table-with-quoting
11907 and completion-table-subvert.
11908
11909 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11910 (minibuffer--double-dollars): Preserve properties.
11911 (completion--sifn-requote): New function.
11912 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11913
11914 * minibuffer.el: Add support for completion of quoted/escaped data.
11915 (completion-table-with-quoting, completion-table-subvert): New funs.
11916 (completion--twq-try, completion--twq-all): New functions.
11917 (completion--nth-completion): New function.
11918 (completion-try-completion, completion-all-completions): Use it.
11919
11920 2012-04-25 Leo Liu <sdl.web@gmail.com>
11921
11922 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11923 Use compilation-message if available to find real filename.
11924
11925 2012-04-25 Chong Yidong <cyd@gnu.org>
11926
11927 * vc/diff-mode.el (diff-setup-whitespace): New function.
11928 (diff-mode): Use it.
11929
11930 * vc/diff.el (diff-sentinel):
11931 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11932 Whitespace mode variables based on diff style (Bug#8612).
11933
11934 2012-04-25 Leo Liu <sdl.web@gmail.com>
11935
11936 * progmodes/python.el (python-send-region): Add suffix .py to the
11937 temp file.
11938
11939 * files.el (auto-mode-alist): Use javascript-mode instead.
11940
11941 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11942
11943 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11944
11945 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11946 (soap-resolve-references-for-array-type): Hack to prevent self
11947 references, see Bug#9.
11948 (soap-parse-envelope): Report the contents of the 'detail' node
11949 when receiving a fault reply.
11950 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11951
11952 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11953 (soap-inspect-simple-type): New function.
11954
11955 * net/soap-client.el (soap-simple-type): New struct.
11956 (soap-default-xsd-types, soap-default-soapenc-types)
11957 (soap-decode-basic-type, soap-encode-basic-type):
11958 support unsignedInt and double basic types.
11959 (soap-resolve-references-for-simple-type)
11960 (soap-parse-simple-type, soap-encode-simple-type): New function.
11961 (soap-parse-schema): Parse xsd:simpleType declarations.
11962
11963 * net/soap-client.el (soap-default-xsd-types)
11964 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11965 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11966 the local name of "soapenc:Array".
11967 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11968 decoding integer, byte and anyURI xsd types.
11969
11970 2012-04-25 Chong Yidong <cyd@gnu.org>
11971
11972 * cus-edit.el (custom-buffer-create-internal): Update header text.
11973
11974 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11975
11976 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11977 settings on 'system-type', not on 'window-system'. On MS-Windows,
11978 set interactive-mode on in GDB.
11979
11980 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11981
11982 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11983 (ruby-syntax-propertize-regexp): Remove.
11984 (ruby-syntax-propertize-function): Split regexp into chunks.
11985 Match following code directly.
11986
11987 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11988
11989 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11990 (ruby-syntax-propertize-regexp): New function.
11991 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11992 by a special keyword.
11993
11994 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11995 (ruby-syntax-general-delimiters-goto-beg)
11996 (ruby-syntax-propertize-general-delimiters): New functions.
11997 (ruby-syntax-propertize-function): Use them to handle GDL.
11998 (ruby-font-lock-keywords): Move old handling of GDL...
11999 (ruby-font-lock-syntactic-keywords): .. to here.
12000 (ruby-calculate-indent): Adjust indentation for GDL.
12001
12002 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
12003
12004 * notifications.el (top): Remove unneeded declarations.
12005 (notifications-specification-version): Change to "1.2".
12006 (notifications-interface, notifications-notify-method)
12007 (notifications-close-notification-method): Fix docstring.
12008 (notifications-get-capabilities-method): New defconst.
12009 (notifications-notify): Add :action-items, :resident and
12010 :transient hints. Change "image_data" to "image-data" and
12011 "image_path" to "image-path".
12012 (notifications-get-capabilities): New defun.
12013
12014 2012-04-24 Leo Liu <sdl.web@gmail.com>
12015
12016 * progmodes/python.el: Move hideshow setup to the end.
12017
12018 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12019
12020 * window.el (handle-select-window): Clear echo area since this is
12021 no more done by read_char (Bug#11304).
12022
12023 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12026 and `/ M' to filter-derived-mode.
12027 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12028 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12029 (ibuffer-mark-by-mode): Use default rather than initial-input.
12030 (ibuffer-filter-by-derived-mode): Autoload and require-match.
12031
12032 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
12033
12034 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12035 (ibuffer-filter-by-derived-mode): New filter.
12036 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12037
12038 2012-04-23 Andreas Politz <politza@fh-trier.de>
12039
12040 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12041
12042 2012-04-23 Chong Yidong <cyd@gnu.org>
12043
12044 * cus-edit.el (customize-apropos, customize-apropos-options):
12045 Disable matching of non-option variables (Bug#11176).
12046 (customize-option, customize-option-other-window)
12047 (customize-changed-options): Doc fix.
12048 (customize-apropos-options, customize-apropos-faces)
12049 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12050
12051 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12052 Fix word list splitting (Bug#11132).
12053 (apropos-symbol, apropos-keybinding, apropos-label)
12054 (apropos-property, apropos-function-button)
12055 (apropos-variable-button, apropos-misc-button): New faces.
12056 (apropos-symbol-face, apropos-keybinding-face)
12057 (apropos-label-face, apropos-property-face, apropos-match-face):
12058 Variables removed (Bug#8396).
12059 (apropos-library-button, apropos-format-plist, apropos-print)
12060 (apropos-print-doc, apropos-describe-plist): Callers changed.
12061
12062 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
12063
12064 * net/xesam.el (xesam-mode-map): Use let-bound map in
12065 initialization. (Bug#11292)
12066
12067 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12068
12069 Preserve ispell session localwords when switching back to
12070 original buffer.
12071
12072 * textmodes/ispell.el (ispell-buffer-session-localwords):
12073 New buffer-local variable to hold buffer session localwords.
12074 (ispell-kill-ispell): Add option 'clear to delete session
12075 localwords.
12076 (ispell-command-loop, ispell-change-dictionary)
12077 (ispell-buffer-local-words): Preserve session localwords when
12078 needed.
12079
12080 * textmodes/flyspell.el (flyspell-process-localwords)
12081 (flyspell-do-correct): Preserve session localwords when needed.
12082
12083 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12084
12085 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12086 using obsolete `translation-table-for-input'.
12087 (ispell-word, ispell-process-line, ispell-complete-word):
12088 Use plain `insert' instead of removed `ispell-insert-word'.
12089
12090 2012-04-22 Chong Yidong <cyd@gnu.org>
12091
12092 * cus-edit.el (custom-variable-menu)
12093 (custom-variable-reset-saved, custom-face-menu)
12094 (custom-face-reset-saved): If there is no saved value, make the
12095 "reset-saved" operation bring back the default (Bug#9509).
12096 (custom-face-state): Properly detect themed faces.
12097
12098 * faces.el (face-spec-set): Stop supporting deprecated form of
12099 third arg.
12100
12101 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12102
12103 Move functions from C to Lisp. Make non-blocking method calls
12104 the default. Implement further D-Bus standard interfaces.
12105
12106 * net/dbus.el (dbus-message-internal): Declare function.
12107 Remove unneeded function declarations.
12108 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12109 (dbus-message-type-method-return, dbus-message-type-error)
12110 (dbus-message-type-signal): Declare variables. Remove local
12111 definitions.
12112 (dbus-interface-dbus, dbus-interface-peer)
12113 (dbus-interface-introspectable, dbus-interface-properties)
12114 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12115 Adapt docstring.
12116 (dbus-interface-objectmanager): New defconst.
12117 (dbus-call-method, dbus-call-method-asynchronously)
12118 (dbus-send-signal, dbus-method-return-internal)
12119 (dbus-method-error-internal, dbus-register-service)
12120 (dbus-register-signal, dbus-register-method): New defuns, moved
12121 from dbusbind.c
12122 (dbus-call-method-handler, dbus-setenv)
12123 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12124 New defuns.
12125 (dbus-call-method-non-blocking): Make it an obsolete function.
12126 (dbus-unregister-object, dbus-unregister-service)
12127 (dbus-handle-event, dbus-register-property)
12128 (dbus-property-handler): Obey the new structure of
12129 `bus-registered-objects'.
12130 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
12131 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12132 Use `dbus-call-method'.
12133
12134 2012-04-22 Chong Yidong <cyd@gnu.org>
12135
12136 * cus-edit.el (custom-commands, custom-reset-menu)
12137 (Custom-reset-standard): Tweak labels.
12138 (custom-reset-button-menu): Change default to t.
12139 (custom-buffer-create-internal): For the custom-reset-button-menu
12140 case, put the revert button first.
12141 (custom-group-subtitle): New face.
12142 (custom-group-value-create): Align docstring to a specific column.
12143
12144 * wid-edit.el (widget-documentation-link-add): Don't handle
12145 indentation in this function.
12146 (widget-documentation-string-indent-to): New function.
12147 (widget-documentation-string-value-create): Use it.
12148
12149 * autorevert.el (auto-revert):
12150 * epg-config.el (epg):
12151 * ibuffer.el (ibuffer):
12152 * mpc.el (mpc):
12153 * ses.el (ses):
12154 * eshell/eshell.el (eshell):
12155 * net/ange-ftp.el (ange-ftp):
12156 * progmodes/ebnf2ps.el (postscript):
12157 * progmodes/flymake.el (flymake):
12158 * progmodes/prolog.el (prolog):
12159 * progmodes/verilog-mode.el (verilog-mode):
12160 * progmodes/which-func.el (which-func):
12161 * term/xterm.el (xterm):
12162 * textmodes/picture.el (picture):
12163 * textmodes/tildify.el (tildify):
12164 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12165 customization buffers.
12166
12167 2012-04-22 Alan Mackenzie <acm@muc.de>
12168
12169 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12170 Adding a ) can hide the resulting (..) from searches. Fix it.
12171 Bound the backward search to the position of the existing (.
12172
12173 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
12174
12175 * progmodes/verilog-mode.el (verilog-mode): Check whether
12176 which-func-modes is t before adding verilog-mode.
12177 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12178
12179 2012-04-21 Leo Liu <sdl.web@gmail.com>
12180
12181 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12182
12183 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
12184
12185 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12186 filling of the last column of a table (Bug#5635).
12187 (woman-find-next-control-line): New arg, specifying an additional
12188 regexp component for the control line.
12189 (woman2-roff-buffer): Use it.
12190 (woman-break-table): New function.
12191 (woman2-TS): Use it.
12192
12193 2012-04-21 Chong Yidong <cyd@gnu.org>
12194
12195 * woman.el (woman-set-buffer-display-table, woman-decode-region)
12196 (woman-horizontal-escapes, woman-negative-vertical-space)
12197 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12198 (WoMan-warn-ignored): Use ?\s instead of ?\ .
12199
12200 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12201
12202 * minibuffer.el (completion-file-name-table): Complete user names.
12203
12204 2012-04-20 Leo Liu <sdl.web@gmail.com>
12205
12206 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12207 and pcase-let*.
12208
12209 2012-04-20 Chong Yidong <cyd@gnu.org>
12210
12211 * server.el (server-execute): Respect initial-buffer-choice if it
12212 is a string and there are no files to open (Bug#2825).
12213 (server-create-window-system-frame, server-create-tty-frame):
12214 Don't switch buffers here.
12215 (server-process-filter): Only try to open a window system frame if
12216 compiled with graphical support (Bug#8314).
12217
12218 2012-04-20 Dan Nicolaescu <dann@gnu.org>
12219
12220 * battery.el (battery-echo-area-format): Display remaining time
12221 for sysfs backend too (Bug#11269).
12222 (battery-linux-sysfs): Fix conditional for the charge.
12223
12224 2012-04-20 Chong Yidong <cyd@gnu.org>
12225
12226 * progmodes/gdb-mi.el (gdb): Revert previous change.
12227 (gdb-inferior-io--init-proc): New function.
12228 (gdb-init-1): Use it.
12229 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12230 responsible for allocating a new pty and hooking it to gdb when
12231 the old pty gets an EIO due to process exit.
12232 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
12233 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12234 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12235
12236 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12237
12238 * window.el (window-min-size, window-sizable, window-min-delta)
12239 (window-max-delta, window--resizable, window-resizable)
12240 (window-total-size, window-full-height-p, window-full-width-p)
12241 (window-in-direction, window--resize-mini-window, window-resize)
12242 (window--resize-child-windows-normal)
12243 (window--resize-child-windows, window--resize-siblings)
12244 (window--resize-this-window, adjust-window-trailing-edge)
12245 (enlarge-window, shrink-window): Doc fixes.
12246
12247 2012-04-20 Chong Yidong <cyd@gnu.org>
12248
12249 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12250 New function to call delete-process on the gdb-inferior buffer's pty.
12251 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12252 pty process (Bug#11273).
12253 (gdb-update): New arg to suppress talking to the gdb process.
12254 (gdb-done-or-error): Use it.
12255 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12256 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12257 sentinel not being called.
12258
12259 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12260
12261 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12262
12263 2012-04-20 Glenn Morris <rgm@gnu.org>
12264
12265 * net/network-stream.el (open-network-stream): Doc fix.
12266
12267 2012-04-20 Chong Yidong <cyd@gnu.org>
12268
12269 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12270
12271 2012-04-20 Alan Mackenzie <acm@muc.de>
12272
12273 Ensure searching for keywords is case sensitive.
12274
12275 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12276 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12277 (c-defun-name, c-mark-function, c-cpp-define-name)
12278 (c-comment-indent, c-scan-conditionals, c-indent-defun)
12279 (c-context-line-break): Bind case-fold-search to nil.
12280
12281 * progmodes/cc-mode.el (c-font-lock-fontify-region):
12282 Bind case-fold-search to nil.
12283
12284 2012-04-20 Chong Yidong <cyd@gnu.org>
12285
12286 * mail/sendmail.el (mail-bury): Call return action with the right
12287 Rmail buffer (Bug#11242).
12288
12289 * server.el (server-process-filter): Handle corner case where both
12290 tty and nowait options are present (Bug#11102).
12291
12292 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12293
12294 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12295 (top level): Put into the executable the ident-style '$Id:' tag on
12296 windows-nt as well.
12297
12298 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * electric.el (electric-indent-post-self-insert-function): Check that
12301 electric-indent-mode is enabled in current buffer.
12302
12303 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12304
12305 * imenu.el (imenu-progress-message): Restore; it is "used" in
12306 erc/erc-imenu.el and net/snmp-mode.el.
12307
12308 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12309
12310 * avoid.el (mouse-avoidance-mode): Mark unused arg.
12311 (mouse-avoidance-nudge-mouse): Remove unused binding.
12312
12313 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12314
12315 * descr-text.el (describe-char):
12316 * progmodes/python.el (python-describe-symbol):
12317 Don't call `toggle-read-only', set `buffer-read-only'.
12318
12319 * imenu.el (imenu-default-goto-function): Mark unused args.
12320 (imenu-progress-message): Remove obsolete macro; all callers changed.
12321
12322 * subr.el (keymap-canonicalize): Remove unused binding.
12323 (read-passwd): Mark unused arg.
12324
12325 * tutorial.el (tutorial--display-changes): Remove unused binding.
12326 (tutorial--save-tutorial-to): Remove unused variable.
12327
12328 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12329 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12330 (package-generate-autoloads, package-menu--generate)
12331 (package-menu--find-upgrades): Remove unused bindings.
12332
12333 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12334 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
12335 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12336 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12337 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12338 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12339 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12340 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12341 (cua-delete-char-rectangle): Mark unused args.
12342 (cua-align-rectangle): Remove unused binding.
12343
12344 * mail/rmail.el (compilation--message->loc)
12345 (epa--find-coding-system-for-mime-charset): Declare.
12346
12347 * net/dbus.el (dbus-register-service): Declare.
12348 (dbus-name-owner-changed-handler): Remove unused binding.
12349
12350 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12351 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12352 (nxml-scan-backward-within): Mark unused arg.
12353 (nxml-dynamic-markup-word): Remove unused binding.
12354
12355 * mouse.el (mouse-menu-major-mode-map):
12356 * emacs-lisp/authors.el (authors-scan-change-log)
12357 (authors-add-to-author-list):
12358 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12359 * emacs-lisp/smie.el (smie-auto-fill):
12360 * mail/sendmail.el (mail-bury):
12361 * mail/unrmail.el (unrmail):
12362 * net/tls.el (open-tls-stream):
12363 * textmodes/picture.el (picture-mouse-set-point):
12364 Remove unused bindings.
12365
12366 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
12367
12368 * net/tramp.el (tramp-action-password): Let-bind
12369 `enable-recursive-minibuffers' to t.
12370
12371 2012-04-18 Sam Steingold <sds@gnu.org>
12372
12373 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12374 instead of 'string to accommodate values like [f11].
12375 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12376 * progmodes/gdb-mi.el: Likewise.
12377
12378 2012-04-18 Leo Liu <sdl.web@gmail.com>
12379
12380 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12381 current buffer.
12382 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12383 LOCAL is nil.
12384
12385 2012-04-18 Chong Yidong <cyd@gnu.org>
12386
12387 * simple.el (line-move): Use forward-line if in batch mode
12388 (Bug#11053).
12389
12390 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12391
12392 * files.el (after-find-file): Do not try to add a final newline if
12393 the buffer is read-only (Bug#11156).
12394
12395 2012-04-17 Richard Stallman <rms@gnu.org>
12396
12397 * mail/rmail.el (rmail-start-mail):
12398 Pass (rmail-mail-return...) for the return-action.
12399 Pass (rmail-yank-current-message...) for the yank-action.
12400 (rmail-yank-current-message): New function.
12401 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12402 (rmail-reply): Likewise.
12403 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12404
12405 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12406 buffer, not the last. Reject temp buffers. Use the rmail-mode
12407 buffer, not newbuf.
12408
12409 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12410
12411 * server.el (server-ensure-safe-dir): Simplify.
12412
12413 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * emacs-lisp/smie.el: Provide smarter auto-filling.
12416 (smie-auto-fill): New function.
12417 (smie-setup): Use it.
12418
12419 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12420
12421 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12422
12423 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12424 (comment-indent): Use it.
12425
12426 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12427
12428 * ses.el: The overall change is to add cell renaming, that is
12429 setting fancy names for cell symbols other than name matching
12430 "\\`[A-Z]+[0-9]+\\'" regexp .
12431 (ses-localvars): Add ses--renamed-cell-symb-list.
12432 (ses-create-cell-variable): New defun.
12433 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12434 (ses-relocate-formula): Relocate formulas only for cells the
12435 symbols of which are not renamed, i.e. symbols whose names do not
12436 match regexp "\\`[A-Z]+[0-9]+\\'".
12437 (ses-relocate-all): Relocate values only for cells the symbols of
12438 which are not renamed.
12439 (ses-load): Create cells variables as the (ses-cell ...) are read,
12440 in order to check row col consistency with cell symbol name only
12441 for cells that are not renamed.
12442 (ses-replace-name-in-formula): New defun.
12443 (ses-rename-cell): New defun.
12444
12445 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12446
12447 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12448 New option (bug#11118).
12449 (perl-calculate-indent): Respect it.
12450
12451 2012-04-17 Glenn Morris <rgm@gnu.org>
12452
12453 * dired-aux.el (dired-mark-read-string): Doc fix.
12454
12455 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12456
12457 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12458 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12459
12460 2012-04-17 Glenn Morris <rgm@gnu.org>
12461
12462 * mouse.el (mouse-drag-track):
12463 * speedbar.el (speedbar-frame-mode):
12464 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12465
12466 2012-04-16 Leo Liu <sdl.web@gmail.com>
12467
12468 * progmodes/python.el: Trivial cleanup.
12469
12470 2012-04-16 Glenn Morris <rgm@gnu.org>
12471
12472 * vc/vc.el (vc-string-prefix-p):
12473 * vc/pcvs-util.el (cvs-string-prefix-p):
12474 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12475 * mpc.el (mpc-string-prefix-p):
12476 Make all of these into obsolete aliases for string-prefix-p.
12477 Update callers.
12478 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12479
12480 * textmodes/two-column.el: Move custom options to the start.
12481 (frame-width): Remove compat definition.
12482 (2C-associate-buffer, 2C-dissociate):
12483 Use with-current-buffer rather than save-excursion.
12484 (2C-dissociate): Force a mode-line update.
12485 (2C-autoscroll): Use ignore-errors.
12486
12487 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12488 Autoload trivia.
12489
12490 * emacs-lisp/cl-extra.el (*random-state*):
12491 Remove unnecessary declaration.
12492
12493 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12494
12495 * play/cookie1.el (cookie-snarf):
12496 Give an explicit error if input file cannot be read.
12497
12498 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12499
12500 * progmodes/perl-mode.el (c-macro-expand):
12501 Remove unnecessary autoload (it is in loaddefs.el).
12502
12503 * textmodes/picture.el (picture-desired-column)
12504 (picture-update-desired-column): Convert comments to doc-strings.
12505 (picture-substitute): Remove function.
12506 (picture-mode-map): Initialize in the defvar.
12507
12508 * woman.el: Remove eval-after-load for tar-mode.
12509 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12510 (woman-tar-extract-file): Autoload it.
12511
12512 * frame.el (automatic-hscrolling): Make this alias obsolete.
12513
12514 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12515
12516 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12517 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12518 (ispell-dictionary-base-alist): Revert to original XEmacs
12519 friendly version for default. [:alpha:] will be added in
12520 `ispell-set-spellchecker-params' if needed.
12521
12522 2012-04-16 Chong Yidong <cyd@gnu.org>
12523
12524 * image.el (imagemagick--file-regexp): New variable.
12525 (imagemagick-register-types): Use it.
12526 (imagemagick-types-inhibit): Add :set function. Allow new value
12527 of t to inhibit all types.
12528
12529 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12530 so we can preload it.
12531
12532 * loadup.el (fboundp): Preload regexp-opt, needed by
12533 imagemagick-register-types.
12534
12535 2012-04-15 Chong Yidong <cyd@gnu.org>
12536
12537 * frame.el (scrolling): Remove nearly unused customization group.
12538
12539 * scroll-all.el (scroll-all-mode): Move to windows group.
12540
12541 2012-04-15 Chong Yidong <cyd@gnu.org>
12542
12543 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12544
12545 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12548 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12549
12550 2012-04-15 Glenn Morris <rgm@gnu.org>
12551
12552 * simple.el (process-file-side-effects): Doc fix.
12553
12554 2012-04-15 Glenn Morris <rgm@gnu.org>
12555
12556 * international/mule-cmds.el (set-language-environment): Doc fix.
12557
12558 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12559
12560 * server.el (server-auth-key, server-generate-key): Doc fixes.
12561 (server-get-auth-key): Doc fix. Use `string-match-p'.
12562 (server-start): Reflow docstring.
12563
12564 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12565
12566 * server.el (server-generate-key): `called-interactively-p'
12567 requires a parameter.
12568
12569 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12570
12571 * server.el (server-auth-key): New variable.
12572 (server-generate-key, server-get-auth-key): New function.
12573 (server-start): Use the new variable and functions to allow
12574 setting a permanent server key (bug#9423).
12575
12576 2012-04-14 Leo Liu <sdl.web@gmail.com>
12577
12578 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12579
12580 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12581
12582 Spelling fixes.
12583 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12584 Emacs uses American spelling.
12585
12586 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12587
12588 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12589 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12590 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12591 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12592
12593 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * progmodes/which-func.el (which-func-modes): Change default.
12596
12597 2012-04-14 Kim F. Storm <storm@cua.dk>
12598
12599 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12600 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12601
12602 2012-04-14 Chong Yidong <cyd@gnu.org>
12603
12604 * custom.el (custom-theme-set-variables): Doc fix.
12605
12606 2012-04-14 Glenn Morris <rgm@gnu.org>
12607
12608 * international/mule.el (set-auto-coding-for-load): Doc fix.
12609
12610 2012-04-14 Alan Mackenzie <acm@muc.de>
12611
12612 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12613 imenu work again for Objective C Mode. Correct the *-index values,
12614 these having been disturbed by a previous change in 2011-08.
12615
12616 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12617 Correct two search limits.
12618
12619 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12622
12623 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12624
12625 * international/characters.el: Fix sorting.
12626
12627 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12628
12629 * international/characters.el: Add more missing Latin case pairs.
12630
12631 2012-04-14 Glenn Morris <rgm@gnu.org>
12632
12633 * files.el (dir-locals-set-class-variables): Doc fix.
12634
12635 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12636
12637 * international/characters.el: Add set-case-syntax-pair call for
12638 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12639 counterpart. (Bug#11209)
12640
12641 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12642
12643 2012-04-14 Glenn Morris <rgm@gnu.org>
12644
12645 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12646
12647 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12648
12649 * textmodes/ispell.el (ispell-dictionary-base-alist):
12650 Add data for Hebrew.
12651
12652 2012-04-14 Chong Yidong <cyd@gnu.org>
12653
12654 * net/rcirc.el (rcirc-cmd-quit):
12655 Revert 2012-03-18 change (Bug#11192).
12656
12657 2012-04-14 Glenn Morris <rgm@gnu.org>
12658
12659 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12660
12661 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12662
12663 * minibuffer.el (completion-in-region-mode-map):
12664 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12665
12666 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12667
12668 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12669
12670 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12671
12672 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12673 to allow `C-M-f' and `C-M-b' to move to the nearest path
12674 separator (bug#9511).
12675
12676 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12677
12678 * avoid.el: Require cl when compiling. And also move the
12679 `provide' to the end.
12680
12681 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12682
12683 * avoid.el (mouse-avoidance-banish-position): New variable.
12684 (mouse-avoidance-banish-destination): Use it (bug#10165).
12685
12686 2012-04-13 Leo Liu <sdl.web@gmail.com>
12687
12688 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12689
12690 2012-04-13 Ken Brown <kbrown@cornell.edu>
12691
12692 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12693 this is no longer needed now that cygstart understands file:// URLs.
12694 (browse-url-filename-alist): For the same reason, don't modify
12695 file:// URLs on Cygwin.
12696
12697 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12700 the region on shift if the binding is already shifted (bug#11221).
12701
12702 2012-04-12 Glenn Morris <rgm@gnu.org>
12703
12704 * mail/mailpost.el: Move to obsolete/.
12705
12706 2012-04-12 Drew Adams <drew.adams@oracle.com>
12707
12708 * imenu.el (imenu--generic-function): Ignore invisible definitions
12709 (bug#10123).
12710
12711 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12712
12713 * hexl.el (hexl-bits): New variable.
12714 (hexl-options): Mention the variable in the doc string.
12715 (hexl-rulerise, hexl-line-displen): New functions.
12716 (hexl-mode): Mention the new variable.
12717 (hexl-mode, hexl-current-address, hexl-current-address):
12718 Use the displen.
12719 (hexl-ascii-start-column): New function.
12720 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12721 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12722
12723 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12724
12725 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12726 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12727 the encoding, as expected by hunspell.
12728
12729 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * battery.el (battery--linux-sysfs-regexp): New const.
12732 (battery-status-function): Use it. Remove yeeloong special case.
12733 (battery-yeeloong-sysfs): Remove.
12734 (battery-echo-area-format): Remove yeeloong special case.
12735
12736 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12737
12738 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12739 Reported by Noah Friedman.
12740
12741 * subr.el (read-passwd): Use read-string.
12742
12743 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12744
12745 * vcursor.el (vcursor-move): Increase the priority of the overlay
12746 (bug#9663).
12747
12748 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12749
12750 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12751 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12752
12753 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12754
12755 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12756 define-minor-mode (bug#10760).
12757
12758 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12759
12760 * progmodes/grep.el (rgrep): Tweak the find command line so
12761 that directories matching `grep-find-ignored-files' won't be
12762 pruned (bug#10351).
12763
12764 2012-04-11 Chong Yidong <cyd@gnu.org>
12765
12766 * startup.el (command-line): Remove support for long-obsolete
12767 variable font-lock-face-attributes.
12768
12769 2012-04-11 Glenn Morris <rgm@gnu.org>
12770
12771 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12772
12773 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 * window.el (window--state-get-1): Obey window-point-insertion-type.
12776
12777 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12778
12779 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12780 to previous function when point is on the first character of a
12781 function. Take care of that in `narrow-to-defun' (bug#6157).
12782
12783 2012-04-11 Glenn Morris <rgm@gnu.org>
12784
12785 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12786 not just file-errors.
12787
12788 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12789 (vc-bzr-sha1): Use internal sha1.
12790
12791 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12794
12795 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12796
12797 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12798 that start in the middle of the line (bug#10496).
12799
12800 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12801
12802 * battery.el (battery-linux-proc-acpi): Only one battery is
12803 discharged at a time, but that seems to confuse battery.el when
12804 computing `rate-type' for the battery not being discharged
12805 (bug#10332).
12806
12807 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12810
12811 * international/quail.el: Use dolist and simplify.
12812 (quail-define-package, quail-update-keyboard-layout)
12813 (quail-define-rules): Use dolist.
12814 (quail-insert-kbd-layout, quail-get-translation): CSE.
12815
12816 * tmm.el: Use dolist, remove left over hook.
12817 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12818 Use dolist.
12819 (calendar-load-hook): Don't mess with it.
12820
12821 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12822 Use derived-mode-p. Run the diff asynchronously.
12823
12824 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12825
12826 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12827
12828 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12829
12830 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12831 (list-dynamic-libraries--loaded): New function.
12832 (list-dynamic-libraries--refresh): Use it.
12833
12834 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12835
12836 * progmodes/python.el (python-fill-paragraph):
12837 Make python-fill-region in a multiline string work when font-lock is
12838 disabled (bug#7018).
12839
12840 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12841
12842 * language/european.el (cp775): Add oem/legacy (en)coding on
12843 DOS/MS Windows for the Baltic languages. There are still plenty
12844 of texts written in this encoding/codepage (bug#6519).
12845
12846 2012-04-10 Glenn Morris <rgm@gnu.org>
12847
12848 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12849 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12850
12851 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12852
12853 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12854 next-line "n" and previous-line "p" in order to make recentf more
12855 consistent with ibuffer, dired or org-mode (bug#9387).
12856
12857 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12858
12859 * image.el (put-image): Return the overlay created instead of the
12860 optional input string (bug#7834). Note that this may break code
12861 that is (for some reason or other) depending on `put-image'
12862 returning the string.
12863
12864 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12865
12866 * simple.el (zap-to-char): Allow zapping using input methods
12867 (bug#1580).
12868
12869 * textmodes/fill.el (fill-region): Leave point and mark where they
12870 were before filling (bug#5399).
12871
12872 2012-04-09 Glenn Morris <rgm@gnu.org>
12873
12874 * version.el (emacs-bzr-get-version):
12875 Handle lightweight checkouts of local branches.
12876
12877 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12878
12879 * international/characters.el: Recover lost case pairs. (Bug#11209)
12880
12881 2012-04-09 Chong Yidong <cyd@gnu.org>
12882
12883 * custom.el (custom-variable-p): Return nil for non-symbol
12884 arguments instead of signaling an error.
12885 (user-variable-p): Obsolete alias for custom-variable-p.
12886
12887 * apropos.el (apropos-variable):
12888 * files-x.el (read-file-local-variable):
12889 * simple.el (set-variable):
12890 * woman.el (woman-mini-help):
12891 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12892
12893 2012-04-09 Glenn Morris <rgm@gnu.org>
12894
12895 * startup.el (normal-top-level): Don't look for leim-list.el
12896 in places where it will not be found. (Bug#910)
12897
12898 * international/mule-cmds.el (set-default-coding-systems):
12899 * files.el (normal-mode):
12900 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12901 This function was removed with ucs-tables.el in 2008.
12902
12903 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12904
12905 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12906 ispell-encoding8-command to "-i", without a trailing space.
12907 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12908 separate command-line arguments, to specify the encoding, since
12909 that's how hunspell expects it.
12910
12911 2012-04-08 Glenn Morris <rgm@gnu.org>
12912
12913 * loadup.el: Load bindings before cus-start.
12914 This reduces somewhat the number of "rogue" settings in emacs -Q.
12915
12916 2012-04-07 Glenn Morris <rgm@gnu.org>
12917
12918 * version.el (emacs-bzr-get-version): New function.
12919 (emacs-bzr-version): New variable.
12920 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12921 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12922
12923 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12924
12925 * international/uni-bidi.el, international/uni-category.el:
12926 * international/uni-combining.el, international/uni-decimal.el:
12927 * international/uni-decomposition.el, international/uni-digit.el:
12928 * international/uni-lowercase.el, international/uni-mirrored.el:
12929 * international/uni-name.el, international/uni-numeric.el:
12930 * international/uni-titlecase.el, international/uni-uppercase.el:
12931 Update for Unicode 6.1.
12932
12933 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12934
12935 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12936
12937 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12938
12939 * window.el (shrink-window): Mention the `window-min-height'
12940 variable in the doc string.
12941
12942 2012-04-05 Bastien Guerry <bzg@altern.org>
12943
12944 * color.el (color-lighten-name): Fix typo.
12945
12946 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * server.el (server--on-display-p): New function.
12949 (server--on-display-p): Use it.
12950
12951 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12952
12953 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12954 (bug#11145).
12955
12956 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * comint.el (comint--common-quoted-suffix): Check string boundary
12959 before comparing (bug#11158).
12960 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12961
12962 2012-04-04 Chong Yidong <cyd@gnu.org>
12963
12964 * minibuffer.el (completion-extra-properties): Doc fix.
12965
12966 * subr.el (delayed-warnings-hook): Doc fix.
12967
12968 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12969
12970 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12971 selection (Bug#11159).
12972 (epa-insert-keys): Inform that the default public key will be
12973 exported if no key is selected.
12974
12975 2012-04-04 Richard Stallman <rms@gnu.org>
12976
12977 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12978
12979 2012-04-03 Chong Yidong <cyd@gnu.org>
12980
12981 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12982 mail-insert-file, not its obsolete alias mail-attach-file.
12983
12984 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12985
12986 * notifications.el (notifications-notify): Fix docstring.
12987
12988 2012-04-02 Glenn Morris <rgm@gnu.org>
12989
12990 * emacs-lisp/authors.el (authors-aliases): Another addition.
12991
12992 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12993
12994 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12995 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12996 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12997
12998 2012-04-01 Chong Yidong <cyd@gnu.org>
12999
13000 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13001 Handle root directory properly.
13002 (copy-directory): Caller changed.
13003
13004 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13005 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13006
13007 2012-03-31 Glenn Morris <rgm@gnu.org>
13008
13009 * term/xterm.el (xterm-extra-capabilities): Doc fix.
13010
13011 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
13012
13013 * calendar/calendar.el (calendar-window-list)
13014 (calendar-hide-window): Restore. (Bug#11140)
13015 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13016
13017 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13018
13019 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13020
13021 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13022 Check if file is a symlink (Bug#10489).
13023
13024 * files.el (copy-directory): Likewise.
13025
13026 2012-03-30 Chong Yidong <cyd@gnu.org>
13027
13028 * image.el (imagemagick-types-inhibit)
13029 (imagemagick-register-types): Doc fix.
13030
13031 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13032
13033 * textmodes/ispell.el (ispell-get-extended-character-mode):
13034 Disable extended-char-mode for hunspell. hunspell does not support it
13035 and treats ~word as ordinary words in pipe mode.
13036
13037 2012-03-30 Glenn Morris <rgm@gnu.org>
13038
13039 * tutorial.el (help-with-tutorial): Ensure local variables don't
13040 happen to make the buffer read-only. (Bug#11127)
13041
13042 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13045 (perl-calculate-indent): Return `noindent' in strings.
13046
13047 2012-03-28 Sam Steingold <sds@gnu.org>
13048
13049 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13050 instead of the broken adhockery which does not prevent calendar
13051 buffers from being displayed at random after exit.
13052 (calendar-window-list, calendar-hide-window): Remove the broken
13053 adhockery.
13054
13055 2012-03-28 Glenn Morris <rgm@gnu.org>
13056
13057 * replace.el (query-replace-map): Doc fix.
13058
13059 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
13060
13061 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13062 contents. (Bug#11109)
13063
13064 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13067 (bug#11077).
13068 (avl-tree--check, avl-tree--check-node): New funs.
13069
13070 2012-03-27 Martin Rudalics <rudalics@gmx.at>
13071
13072 * window.el (switch-to-visible-buffer): New option.
13073 (switch-to-prev-buffer, switch-to-next-buffer):
13074 Observe switch-to-visible-buffer. Make sure that checking for a window
13075 showing a buffer already is done on the same frame.
13076
13077 2012-03-27 Glenn Morris <rgm@gnu.org>
13078
13079 * startup.el (mail-host-address): Doc fix.
13080
13081 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13084 than 197 variables.
13085
13086 2012-03-26 Ami Fischman <ami@fischman.org>
13087
13088 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13089
13090 2012-03-26 Glenn Morris <rgm@gnu.org>
13091
13092 * files.el (save-buffers-kill-emacs): Doc fix.
13093
13094 * startup.el (normal-top-level, command-line, command-line-1):
13095 Give them doc strings.
13096
13097 2012-03-25 Eli Zaretskii <eliz@gnu.org>
13098
13099 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13100 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13101
13102 2012-03-25 Chong Yidong <cyd@gnu.org>
13103
13104 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13105 theme if it was previously enabled before (Bug#11031).
13106
13107 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13108 spec with custom-face-get-current-spec if its :shown-value is not
13109 determined yet (Bug#9337).
13110 (customize-create-theme, custom-theme-revert): Doc fixes.
13111
13112 * button.el (button-at): Minor addition to docstring.
13113
13114 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
13115
13116 * vc/vc.el (vc-merge): Fix a prompt.
13117
13118 2012-03-24 Chong Yidong <cyd@gnu.org>
13119
13120 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13121 point (Bug#9623).
13122
13123 * button.el (button-at): Minor addition to docstring.
13124
13125 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * newcomment.el (comment-choose-indent): No space after BOL.
13128
13129 2012-03-22 Sam Steingold <sds@gnu.org>
13130
13131 * window.el (switch-to-prev-buffer): Revert last patch because the
13132 bug turned out to be an advertised feature (Elisp manual 28.14).
13133
13134 2012-03-22 Glenn Morris <rgm@gnu.org>
13135
13136 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
13137 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13138
13139 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13140
13141 * net/network-stream.el (network-stream-open-starttls): Make error
13142 message under Windows be less misleading.
13143
13144 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
13145
13146 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13147 understands (bug#9942).
13148
13149 2012-03-22 Chong Yidong <cyd@gnu.org>
13150
13151 * simple.el (end-of-visible-line): Handle return value of
13152 next-single-property-change properly (Bug#9371).
13153
13154 2012-03-22 Kenichi Handa <handa@m17n.org>
13155
13156 * international/quail.el (quail-insert-kbd-layout): Fix previous
13157 change. To avoid unwanted bidi reordering, use
13158 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13159
13160 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
13161
13162 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13163 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13164 (ruby-beginning-of-indent): Be more careful with the difference
13165 between word-boundary and symbol boundary.
13166 (ruby-mode-syntax-table): Make : a symbol constituent.
13167
13168 2012-03-21 Andreas Politz <politza@fh-trier.de>
13169
13170 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13171
13172 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * progmodes/etags.el (tags-completion-at-point-function):
13175 Improve last fix.
13176
13177 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13178
13179 2012-03-21 Sam Steingold <sds@gnu.org>
13180
13181 * progmodes/etags.el (tags-completion-at-point-function):
13182 Avoid the error when point is inside the pattern.
13183
13184 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
13185
13186 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13187 line (Bug#10855).
13188
13189 2012-03-21 Drew Adams <drew.adams@oracle.com>
13190
13191 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13192
13193 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
13194
13195 * ido.el (ido-set-current-directory, ido-read-internal)
13196 (ido-choose-completion-string, ido-completion-help): Handle nil
13197 value of ido-completion-buffer (Bug#11008).
13198
13199 2012-03-21 Sam Steingold <sds@gnu.org>
13200
13201 * window.el (switch-to-prev-buffer): Do not switch to a visible
13202 window previous buffer, just like with the frame previous buffers.
13203
13204 2012-03-21 Chong Yidong <cyd@gnu.org>
13205
13206 * faces.el (make-face, make-empty-face, copy-face):
13207 * face-remap.el (face-remap-add-relative, face-remap-set-base):
13208 Doc fixes.
13209
13210 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * wid-edit.el (widget-complete-field): Remove (bug#11051).
13213 (widget-complete): Remove broken use of it.
13214
13215 2012-03-20 Chong Yidong <cyd@gnu.org>
13216
13217 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13218 Use string-width and truncate-string-width to handle arbitrary
13219 characters.
13220
13221 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
13222
13223 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13224 to draw rectangles, not squares. (Regression introduced by revno
13225 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13226
13227 2012-03-18 Chong Yidong <cyd@gnu.org>
13228
13229 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13230 it is not yet defined (for temacs).
13231
13232 2012-03-18 Leo Liu <sdl.web@gmail.com>
13233
13234 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13235 prefix.
13236
13237 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13238
13239 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13240 (ispell-choices-win-default-height, ispell-silently-savep)
13241 (ispell-dictionary-alist, ispell-encoding8-command)
13242 (ispell-check-version, ispell-aspell-find-dictionary)
13243 (ispell-valid-dictionary-list, ispell-words-keyword)
13244 (ispell-get-word, ispell-internal-change-dictionary)
13245 (ispell-region, ispell-skip-region-list)
13246 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13247 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13248 (ispell-message-text-end, ispell-message)
13249 (ispell-buffer-local-parsing): Doc fix.
13250
13251 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
13252
13253 * htmlfontify.el: Add support for code block fontification for ODT
13254 export (Bug #9914).
13255 (hfy-optimisations): Define new option
13256 `body-text-only'
13257 (hfy-fontify-buffer): Honor above setting.
13258 (hfy-begin-span, hfy-end-span): New routines factored out form
13259 `hfy-fontify-buffer'.
13260 (hfy-begin-span-handler, hfy-end-span-handler): New variables
13261 that permit insertion of custom tags.
13262 (hfy-fontify-buffer): Use above handlers.
13263 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13264 (hfy-face-to-css): Re-defined to be a variable.
13265 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
13266 over multiple runs. This is made possible by having the caller let
13267 bind a special variable `hfy-user-sheet-assoc'.
13268 (htmlfontify-string): New defun.
13269 (hfy-compile-face-map): Make sure that the last char in the
13270 buffer is correctly fontified.
13271 (hfy-face-resolve-face): Whitespace only change.
13272
13273 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13274
13275 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13276 message more clear.
13277
13278 2012-03-16 Leo Liu <sdl.web@gmail.com>
13279
13280 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13281
13282 2012-03-16 Alan Mackenzie <acm@muc.de>
13283
13284 Further optimize the handling of large macros.
13285
13286 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13287 limit to a call of `c-literal-limits'.
13288 (c-determine-+ve-limit): New function.
13289 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13290 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13291 In CASE 5B, restrict a search limit to 500.
13292 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13293
13294 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13295 Restrict macro bounds to +-500 from after-change's BEG END.
13296
13297 2012-03-16 Leo Liu <sdl.web@gmail.com>
13298
13299 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13300
13301 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
13302
13303 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13304 `special-mode' setting of `buffer-read-only'. (Bug#11010)
13305
13306 2012-03-16 Glenn Morris <rgm@gnu.org>
13307
13308 * view.el (view-buffer, view-buffer-other-window)
13309 (view-buffer-other-frame): Doc fixes re special mode-class.
13310
13311 * subr.el (eval-after-load): If named feature is provided not from
13312 a file, run after-load forms. (Bug#10946)
13313
13314 * calendar/calendar.el (calendar-insert-at-column):
13315 Handle non-unit-width characters a bit better. (Bug#10978)
13316
13317 2012-03-15 Chong Yidong <cyd@gnu.org>
13318
13319 * emacs-lisp/ring.el (ring-extend): New function.
13320 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13321
13322 * comint.el (comint-read-input-ring)
13323 (comint-add-to-input-history): Grow comint-input-ring lazily.
13324
13325 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13328 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13329
13330 * imenu.el: Fix multiple inheritance breakage (bug#9199).
13331 (imenu-add-to-menubar): Don't add a redundant index.
13332 (imenu-update-menubar): Handle a dynamically composed keymap.
13333
13334 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13335
13336 * mail/sendmail.el (mail-encode-header):
13337 Bind rfc2047-encode-encoded-words to nil.
13338
13339 2012-03-13 Glenn Morris <rgm@gnu.org>
13340
13341 * calendar/calendar.el (calendar-string-spread):
13342 Handle non-unit-width characters a bit better. (Bug#10978)
13343
13344 2012-03-13 Leo Liu <sdl.web@gmail.com>
13345
13346 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13347 directory and file as argument (Bug#10822).
13348
13349 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13350
13351 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13352 For dynamically generated code, follow $PC.
13353 (gdb-disassembly-handler-custom): Handle no function name case.
13354
13355 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
13356
13357 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13358 * emulation/ws-mode.el (ws-query-replace):
13359 * sort.el (sort-regexp-fields):
13360 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13361
13362 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * dabbrev.el: Fix cycle completion order (bug#10963).
13365 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13366 (dabbrev-completion): Don't use an obarray; provide
13367 a cycle-sort-function.
13368
13369 2012-03-12 Leo Liu <sdl.web@gmail.com>
13370
13371 * simple.el (kill-new): Use equal-including-properties for comparison.
13372 (kill-do-not-save-duplicates): Doc fix.
13373
13374 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13375
13376 * dabbrev.el: Fix cycle completion (bug#10963).
13377 Use lexical binding and wrap to 80 columns.
13378 (dabbrev-completion): Delay computing the list of completions.
13379
13380 2012-03-12 Kenichi Handa <handa@m17n.org>
13381
13382 * international/quail.el (quail-insert-kbd-layout): Surround each
13383 row by LRO and PDF instead of inserting many LRMs. Pad the left
13384 and right of each non-spacing marks. Insert invisible space
13385 between lower and upper characters to prevent composition.
13386
13387 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * minibuffer.el (minibuffer-complete): Don't get confused when the
13390 function is run twice via different commands (bug#10958).
13391 (complete-with-action): Fix docstring.
13392
13393 2012-03-12 Chong Yidong <cyd@gnu.org>
13394
13395 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13396 (nxml-completion-at-point-function): New function.
13397 (nxml-mode): Use it.
13398 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13399
13400 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13401 Load generated autoloads file before byte compiling (Bug#10970).
13402 (package--make-autoloads-and-compile): New helper fun.
13403
13404 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13405
13406 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13407
13408 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13409
13410 * autorevert.el (auto-revert-handler): Ensure, that
13411 file-readable-p is applied only for local files or in
13412 auto-revert-tail-mode.
13413
13414 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13415
13416 * server.el (server-eval-at): Handle non-tcp connections.
13417 Decode result string.
13418
13419 * server.el (server-msg-size): New constant.
13420 (server-reply-print): New function.
13421 (server-eval-and-print): Use it.
13422 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13423 Handle -print-nonl.
13424
13425 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13426
13427 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13428 (Bug#10987).
13429
13430 2012-03-11 Chong Yidong <cyd@gnu.org>
13431
13432 * simple.el (goto-line): Doc fix (Bug#9938).
13433
13434 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13435
13436 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13437 when finished (Bug#10963).
13438
13439 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13440
13441 * window.el (split-window-below): Fix bug in case where
13442 split-window-keep-point is nil (Bug#10971).
13443
13444 2012-03-11 Juri Linkov <juri@jurta.org>
13445
13446 * replace.el (replace-highlight): Set isearch-word to nil
13447 unconditionally. (Bug#10887)
13448
13449 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13450
13451 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13452 mairix-replace-illegal-chars; all callers changed. Don't remove
13453 ^, ~, and = characters: they are meaningful in mairix search specs.
13454 (mairix-widget-create-query): Add usage information about mairix
13455 search forms: negating words, searching for substrings, etc.
13456
13457 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13458
13459 * international/fontset.el (font-encoding-alist): Add an entry for
13460 ksx1001 (Bug#5667).
13461
13462 2012-03-10 Richard Stallman <rms@gnu.org>
13463
13464 * mail/sendmail.el (mail-encode-header):
13465 Set rfc2047-encode-encoded-words.
13466
13467 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13468
13469 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13470 view buffer means not swapped.
13471 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13472 (rmail-write-region-annotate): Error if real text has disappeared.
13473
13474 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13475
13476 2012-03-10 Chong Yidong <cyd@gnu.org>
13477
13478 * emulation/cua-rect.el (cua--init-rectangles):
13479 * emulation/cua-base.el (cua--init-keymaps):
13480 Add delete-forward-char to remappings (Bug#9666).
13481
13482 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13483
13484 * speedbar.el (speedbar-unhighlight-one-tag-line):
13485 Avoid unhighlighting due to frame switching (Bug#10275).
13486
13487 2012-03-10 Chong Yidong <cyd@gnu.org>
13488
13489 * minibuffer.el (completion-in-region, completion-help-at-point):
13490 Give the completion field overlay a high priority (Bug#6830).
13491
13492 * dired.el (dired-goto-file): Recognize absolute file name
13493 listings (Bug#7126).
13494 (dired-goto-file-1): New helper function.
13495 (dired-toggle-read-only): Inhibit warnings.
13496
13497 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13498
13499 * net/dbus.el (dbus-property-handler): Return empty array if
13500 there are no properties.
13501
13502 2012-03-09 Leo Liu <sdl.web@gmail.com>
13503
13504 * savehist.el (savehist-printable): Stricter check for string
13505 value (Bug#10937).
13506
13507 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13508
13509 * mail/smtpmail.el (smtpmail-send-it):
13510 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13511 valid mbox format.
13512
13513 2012-03-09 Glenn Morris <rgm@gnu.org>
13514
13515 * files.el (dir-locals-find-file):
13516 Don't check result is regular, readable.
13517 (dir-locals-read-from-file): Demote errors.
13518
13519 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13520
13521 * international/quail.el (quail-insert-kbd-layout):
13522 Insert invisible LRM characters before each character in a keyboard
13523 layout cell, to prevent their reordering by bidi display engine.
13524 For details, see the discussion in
13525 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13526
13527 2012-03-08 Alan Mackenzie <acm@muc.de>
13528
13529 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13530 the starting position; make it extend the marked region when
13531 invoked repeatedly - all under appropriate circumstances.
13532 Fixes bugs #5525, #10906.
13533
13534 2012-03-08 Glenn Morris <rgm@gnu.org>
13535
13536 * files.el (locate-dominating-file, dir-locals-find-file):
13537 Undo 2012-03-06 change.
13538
13539 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13540
13541 * international/quail.el (quail-help):
13542 Force bidi-paragraph-direction be left-to-right. See discussion in
13543 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13544 for the reason.
13545
13546 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13547
13548 Avoid superfluous registering of signals. (Bug#10807)
13549
13550 * notifications.el (notifications-on-action-object)
13551 (notifications-on-close-object): New defvars.
13552 (notifications-on-action-signal, notifications-on-closed-signal):
13553 Unregister the signal if not needed any longer.
13554 (notifications-notify): Register `notifications-action-signal' or
13555 `notifications-closed-signal', if :on-action or :on-close has been
13556 passed as argument.
13557
13558 2012-03-07 Chong Yidong <cyd@gnu.org>
13559
13560 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13561 non-X platforms.
13562
13563 2012-03-06 Glenn Morris <rgm@gnu.org>
13564
13565 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13566 (x-disown-selection-internal, x-get-selection-internal):
13567 Doc fix (add arglist signatures). (Bug#10783)
13568
13569 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13570
13571 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13572 Handle breakpoints with no "type".
13573
13574 2012-03-06 Glenn Morris <rgm@gnu.org>
13575
13576 * files.el (locate-dominating-file): Add optional predicate argument.
13577 (dir-locals-find-file): Make use of above change.
13578
13579 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13580
13581 * info.el (Info-insert-dir): Also try "dir.gz".
13582
13583 2012-03-06 Glenn Morris <rgm@gnu.org>
13584
13585 * files.el (dir-locals-find-file):
13586 Ignore non-readable or non-regular files. (Bug#10928)
13587
13588 * files.el (locate-dominating-file): Doc fix.
13589
13590 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13591
13592 * calendar/calendar.el (calendar-set-mode-line):
13593 `getenv' returns a string. (Bug#10951)
13594
13595 2012-03-05 Leo Liu <sdl.web@gmail.com>
13596
13597 * simple.el (backward-delete-char-untabify): Constrain point to
13598 field (Bug#10939).
13599
13600 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13601
13602 2012-03-05 Chong Yidong <cyd@gnu.org>
13603
13604 * simple.el (count-words): If called from Lisp, return the word
13605 count, for symmetry with `count-lines'. Arglist changed.
13606 (count-words--message): Args changed. Consolidate counting code
13607 from count-words and count-words-region.
13608 (count-words-region): Caller changed.
13609 (count-lines-region): Make it an obsolete alias.
13610
13611 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13612
13613 * saveplace.el (save-place-to-alist)
13614 (save-place-ignore-files-regexp): Allow value nil to disable this
13615 feature.
13616
13617 2012-03-04 Chong Yidong <cyd@gnu.org>
13618
13619 * faces.el (face-spec-reset-face): For the default face, reset the
13620 attributes to default values (Bug#10748).
13621
13622 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13623
13624 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13625 previous patch: Check `message-send-mail-function', and not the
13626 default function (bug#10897).
13627
13628 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13629
13630 * notifications.el (notifications-on-action-signal)
13631 (notifications-on-closed-signal): Check for unique service name of
13632 incoming event. Fix error in removing entry.
13633 (top): Register for signals with wildcard service name.
13634 (notifications-notify): Use daemon unique service name for map entries.
13635
13636 2012-03-04 Chong Yidong <cyd@gnu.org>
13637
13638 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13639
13640 2012-03-04 Glenn Morris <rgm@gnu.org>
13641
13642 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13643 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13644 (expand-abbrev, define-abbrev-table): Doc fixes.
13645
13646 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13647
13648 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13649 `message-default-send-mail-function' and not `send-mail-function'
13650 when doing the prompting for `sendmail-query-once' before sending
13651 in Message buffers (bug#10897).
13652
13653 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13654 This is inconsistent with all the other stream functions, which leave
13655 the setting up to the higher levels (if so wanted) (bug#10931).
13656
13657 2012-03-02 Alan Mackenzie <acm@muc.de>
13658
13659 Depessimize the handling of very large macros.
13660
13661 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13662 (c-macro-cache-syntactic): New variables to implement a one
13663 element macro cache.
13664 (c-invalidate-macro-cache): New function.
13665 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13666 Adapt to use the new cache.
13667 (c-state-safe-place): Use better the cache of safe positions.
13668 (c-state-semi-nonlit-pos-cache)
13669 (c-state-semi-nonlit-pos-cache-limit):
13670 New variables for...
13671 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13672 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13673 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13674 Use c-state-semi-safe-place.
13675
13676 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13677 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13678
13679 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13680
13681 * jka-compr.el (jka-compr-call-process):
13682 Apply `file-accessible-directory-p' only when the default directory is
13683 not remote.
13684
13685 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13686
13687 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13688 access of FILE2, if FILE1 does not exist.
13689
13690 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13691 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13692
13693 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13694 Add "PAGER=" to `process-environment'.
13695
13696 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13697
13698 * progmodes/sql.el: Bug fix
13699 (sql-get-login-ext): Save login values in globals.
13700 (sql-get-login): Use new version of `sql-get-login-ext'.
13701 (sql-interactive-mode): Set global `sql-connection' to nil.
13702 (sql-connect): Set global values for connection.
13703 (sql-product-interactive): Save global values as buffer local.
13704
13705 2012-02-29 Leo Liu <sdl.web@gmail.com>
13706
13707 * abbrev.el (define-abbrevs): Reset sys to nil.
13708
13709 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13710
13711 * files.el (file-equal-p): Rename from `files-equal-p'.
13712 Return nil when one or both files don't exist.
13713 (file-subdir-of-p): Now only top directory must exists,
13714 return nil if it doesn't.
13715 (copy-directory): No need to test with `file-subdir-of-p' after
13716 creating dir.
13717 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13718 to `file-equal-p'.
13719
13720 2012-02-28 Glenn Morris <rgm@gnu.org>
13721
13722 * shell.el (shell-mode):
13723 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13724 * play/landmark.el (landmark-font-lock-face-O):
13725 * play/handwrite.el (handwrite):
13726 * play/gomoku.el (gomoku-O):
13727 * net/browse-url.el (browse-url-browser-display):
13728 * international/mule.el (define-charset):
13729 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13730 * filesets.el (filesets-find-file-delay):
13731 * eshell/em-xtra.el (eshell-xtra):
13732 * eshell/em-unix.el (eshell-grep):
13733 * emulation/viper.el (viper-mode):
13734 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13735 * emacs-lisp/easymenu.el (easy-menu-define):
13736 * calendar/timeclock.el (timeclock-use-display-time):
13737 * bs.el (bs-mode):
13738 * bookmark.el (bookmark-save-flag):
13739 Doc fix (standardize possessive apostrophe usage).
13740
13741 2012-02-27 Chong Yidong <cyd@gnu.org>
13742
13743 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13744 Fix key-binding lookup for ESC key (Bug#9146).
13745
13746 * font-lock.el (font-lock-specified-p): Rename from
13747 font-lock-spec-present. Callers changed.
13748
13749 2012-02-27 Daniel Hackney <dan@haxney.org>
13750
13751 * emacs-lisp/package.el (package-compute-transaction):
13752 Handle holding a package version to t in package-load-list.
13753
13754 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13755
13756 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13757 (tramp-get-inode, tramp-get-device): Use cached values.
13758
13759 2012-02-26 Alan Mackenzie <acm@muc.de>
13760
13761 Check there is a font-lock specification before doing initial
13762 fontification.
13763
13764 * font-core.el (font-lock-mode): Move the conditional from
13765 :after-hook to font-lock-initial-fontify.
13766 (font-lock-default-function): Move the check for a specification
13767 to font-lock-spec-present.
13768
13769 * font-lock.el (font-lock-initial-fontify): Call ...
13770 (font-lock-spec-present): New function.
13771
13772 2012-02-26 Jim Blandy <jimb@red-bean.com>
13773
13774 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13775 (gdb-send): Apply it to the operand of the '-interpreter-exec
13776 console' command, so that we can pass arguments with (say) quotes
13777 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13778
13779 2012-02-26 Chong Yidong <cyd@gnu.org>
13780
13781 * help-fns.el (describe-function-1): Clarify description of
13782 remapping (Bug#10844).
13783
13784 * files.el (files-equal-p): Doc fix.
13785 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13786 and quit the loop once a mismatch is found.
13787
13788 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13789
13790 * bs.el (bs--show-with-configuration): Don't throw an error
13791 if the window cannot be split; otherwise, subsequent calls to
13792 bs-show fail, restoring a stale window config. (Bug#10882)
13793
13794 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13795
13796 * term/ns-win.el (global-map): Bind ns-drag-file to
13797 ns-find-file (Bug#5855, Bug#10050).
13798
13799 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13800
13801 * calendar/parse-time.el (parse-time-string): Allow extractor to
13802 return nil.
13803
13804 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13805
13806 * net/tramp.el (tramp-file-name-for-operation):
13807 Add `files-equal-p' and `file-subdir-of-p'.
13808
13809 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13810 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13811 Add COPY-CONTENTS argument.
13812
13813 2012-02-25 Chong Yidong <cyd@gnu.org>
13814
13815 Add custom groups for VC backends, for consistency with vc-bzr.
13816
13817 * vc/vc-arch.el (vc-arch):
13818 * vc/vc-cvs.el (vc-cvs):
13819 * vc/vc-git.el (vc-git):
13820 * vc/vc-hg.el (vc-hg):
13821 * vc/vc-mtn.el (vc-mtn):
13822 * vc/vc-rcs.el (vc-rcs):
13823 * vc/vc-sccs.el (vc-sccs):
13824 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13825 All relevant defcustoms reassigned.
13826
13827 2012-02-25 Chong Yidong <cyd@gnu.org>
13828
13829 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13830
13831 * term/x-win.el (x-initialize-window-system): Reduce default for
13832 x-selection-timeout to 5 seconds (Bug#8869).
13833
13834 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13835
13836 * files.el (files-equal-p, file-subdir-of-p): New functions.
13837 (copy-directory): Error when trying to copy a directory on itself.
13838 Add missing copy-contents arg to tramp handler.
13839 * dired-aux.el (dired-copy-file-recursive): Same.
13840 (dired-create-files): Modify destination when source is equal to
13841 dest when copying files.
13842 Return also when dest is a subdir of source. (Bug#10489)
13843
13844 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13845
13846 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13847 (Bug#10874)
13848
13849 2012-02-23 Alan Mackenzie <acm@muc.de>
13850
13851 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13852 parameter "after-hook:" to allow the expansion to run code after
13853 the execution of the mode hooks.
13854
13855 * font-lock.el (font-lock-initial-fontify): New function extracted
13856 from font-lock-mode-internal.
13857
13858 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13859 :after-hook.
13860
13861 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13864 (completion--cache-all-sorted-completions): New function.
13865 (completion-all-sorted-completions): Use it.
13866 (completion--do-completion, minibuffer-force-complete):
13867 Use it to re-instate the flush hook.
13868
13869 * icomplete.el (icomplete-completions): Replace last fix with a better
13870 one (bug#10850).
13871
13872 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13873
13874 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13875 when it might call us back infinitely (bug#10797).
13876
13877 2012-02-23 Glenn Morris <rgm@gnu.org>
13878
13879 * minibuffer.el (completion-category-overrides): Doc fix.
13880
13881 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13884 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13885
13886 2012-02-23 Glenn Morris <rgm@gnu.org>
13887
13888 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13889 (authors-obsolete-files-regexps, authors-ignored-files)
13890 (authors-ambiguous-files, authors-renamed-files-alist):
13891 Add more entries.
13892
13893 2012-02-23 Juri Linkov <juri@jurta.org>
13894
13895 * isearch.el (isearch-occur): Sync interactive spec with occur's
13896 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13897
13898 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13899
13900 2012-02-22 Juri Linkov <juri@jurta.org>
13901
13902 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13903 (ucs-insert): Doc fix. Check for hex digits in the string.
13904 Don't display `nil' in the error message. (Bug#10857)
13905
13906 2012-02-22 Alan Mackenzie <acm@muc.de>
13907
13908 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13909
13910 2012-02-22 Glenn Morris <rgm@gnu.org>
13911
13912 * ffap.el (ffap-c-path):
13913 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13914
13915 2012-02-22 Chong Yidong <cyd@gnu.org>
13916
13917 * custom.el (load-theme): Doc fix.
13918
13919 2012-02-22 Glenn Morris <rgm@gnu.org>
13920
13921 * dired-x.el (dired-guess-shell-alist-default):
13922 Remove escape sequences from nroff output. (Bug#172)
13923
13924 2012-02-21 Glenn Morris <rgm@gnu.org>
13925
13926 * vc/emerge.el (emerge-defvar-local):
13927 Set `permanent-local' property rather than unused `preserved'.
13928
13929 * textmodes/picture.el (picture-delete-char): New alias.
13930 (picture-mode-map): Use it. (Bug#10860)
13931 (picture-mode): Doc fix.
13932
13933 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13934
13935 * newcomment.el (uncomment-region-default): Remove unused binding.
13936
13937 2012-02-21 Glenn Morris <rgm@gnu.org>
13938
13939 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13940 (picture-self-insert, picture-tab-chars): Doc fix.
13941 (picture-mode-map): Fix C-a, C-e.
13942
13943 2012-02-20 Glenn Morris <rgm@gnu.org>
13944
13945 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13946
13947 2012-02-20 Leo Liu <sdl.web@gmail.com>
13948
13949 * icomplete.el (icomplete-completions): Check FROM arg before
13950 passing to substring (Bug#10850).
13951
13952 2012-02-19 Chong Yidong <cyd@gnu.org>
13953
13954 * comint.el: Require ansi-color.
13955 (comint-output-filter-functions): Add ansi-color-process-output.
13956
13957 * ansi-color.el: Don't set comint-output-filter-functions; it is
13958 now in the initial value defined in comint.el.
13959 (ansi-color-apply-face-function): New variable.
13960 (ansi-color-apply-on-region): Use it.
13961 (ansi-color-apply-overlay-face): New function.
13962
13963 * shell.el (shell): No need to require ansi-color.
13964 (shell-mode): Use ansi-color-apply-face-function to highlight
13965 color escapes using font-lock-face property (Bug#10835).
13966
13967 2012-02-19 Chong Yidong <cyd@gnu.org>
13968
13969 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13970 mode-line formats (Bug#10839).
13971
13972 2012-02-18 Glenn Morris <rgm@gnu.org>
13973
13974 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13975
13976 * mail/undigest.el (unforward-rmail-message): Doc fix.
13977
13978 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13979
13980 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13981
13982 * international/characters.el (script-list): Sync with the latest
13983 Unicode Character Database.
13984
13985 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13986
13987 * international/titdic-cnv.el: Remove duplicate coding tag.
13988 * language/cham.el: Likewise.
13989 * language/tai-viet.el: Likewise.
13990
13991 2012-02-18 Glenn Morris <rgm@gnu.org>
13992
13993 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13994 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13995 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13996 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13997 * calendar/holidays.el (holiday-bahai-holidays)
13998 (calendar-holidays, list-holidays):
13999 Use utf-8 Bahá'í in doc-strings, menus, etc.
14000
14001 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
14002
14003 * saveplace.el (save-place-ignore-files-regexp): New variable
14004 allowing for excluding files from saving their location of point.
14005 The default value matches the temporary commit message editing
14006 files from Git, SVN, Bazaar, and Mercurial.
14007 (save-place-to-alist): Use it.
14008
14009 2012-02-17 Lawrence Mitchell <wence@gmx.li>
14010 Stefan Monnier <monnier@iro.umontreal.ca>
14011
14012 * newcomment.el (uncomment-region-default): Don't leave extra space
14013 when an arg is provided (bug#8150).
14014
14015 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
14016
14017 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14018
14019 2012-02-17 Glenn Morris <rgm@gnu.org>
14020
14021 * net/socks.el: Require network-stream. (Bug#10599)
14022
14023 2012-02-17 Kenichi Handa <handa@m17n.org>
14024
14025 * international/charprop.el:
14026 * international/uni-name.el:
14027 * international/uni-old-name.el:
14028 * international/uni-comment.el: Regenerate.
14029
14030 2012-02-16 Glenn Morris <rgm@gnu.org>
14031
14032 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14033 Interactively in calendar buffer, give an error if not on a date.
14034
14035 2012-02-15 Glenn Morris <rgm@gnu.org>
14036
14037 * shell.el (shell-delimiter-argument-list):
14038 Revert 2011-02-17 change. (Bug#8027)
14039
14040 2012-02-15 Chong Yidong <cyd@gnu.org>
14041
14042 * minibuffer.el (completion-at-point-functions): Doc fix.
14043
14044 * custom.el (defcustom): Doc fix; note use of defvar.
14045
14046 2012-02-15 Glenn Morris <rgm@gnu.org>
14047
14048 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14049 Doc fixes.
14050
14051 2012-02-14 Glenn Morris <rgm@gnu.org>
14052
14053 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14054
14055 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
14056
14057 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14058 way the ports list is computed.
14059 (smtpmail-query-smtp-server): Prompt the user for a port number if
14060 we can't connect to any of the standard ports (bug#10810).
14061
14062 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14063
14064 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14065
14066 2012-02-13 Glenn Morris <rgm@gnu.org>
14067
14068 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
14069
14070 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
14071
14072 * net/gnutls.el (gnutls-trustfiles): New variable.
14073 (gnutls-negotiate): Use it.
14074
14075 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
14076
14077 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14078 does its stuff if Gnus is running.
14079
14080 2012-02-13 Alan Mackenzie <acm@muc.de>
14081
14082 Fix a loop in c-set-fl-decl-start.
14083
14084 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14085 c-backward-syntactic-ws actually moves backwards.
14086
14087 2012-02-13 Leo Liu <sdl.web@gmail.com>
14088
14089 * net/rcirc.el (rcirc-markup-attributes): Move point to the
14090 beginning so that all \C-o chars are removed.
14091
14092 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
14093
14094 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14095
14096 2012-02-12 Alan Mackenzie <acm@muc.de>
14097
14098 Fix infinite loop with long macros.
14099 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14100
14101 2012-02-12 Chong Yidong <cyd@gnu.org>
14102
14103 * window.el (display-buffer): Doc fix (Bug#10785).
14104
14105 2012-02-12 Glenn Morris <rgm@gnu.org>
14106
14107 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14108 (x-disown-selection-internal, x-get-selection-internal):
14109 Sync docs with the xselect.c versions.
14110
14111 * allout-widgets.el: Add missing license notice.
14112
14113 2012-02-11 Glenn Morris <rgm@gnu.org>
14114
14115 * select.el (x-get-selection-internal, x-own-selection-internal)
14116 (x-disown-selection-internal):
14117 * x-dnd.el (x-get-selection-internal): Update declarations.
14118
14119 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14120
14121 * window.el (window-sides-slots):
14122 * tool-bar.el (tool-bar-position):
14123 * term/xterm.el (xterm-extra-capabilities):
14124 * ses.el (ses-self-reference-early-detection):
14125 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14126 (verilog-auto-wire-type)
14127 (verilog-auto-delete-trailing-whitespace)
14128 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14129 (verilog-auto-tieoff-declaration):
14130 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14131 (sql-oracle-statement-starters, sql-oracle-scan-on):
14132 * progmodes/prolog.el (prolog-align-comments-flag)
14133 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14134 (prolog-left-indent-regexp, prolog-paren-indent-p)
14135 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14136 (prolog-types, prolog-mode-specificators)
14137 (prolog-determinism-specificators, prolog-directives)
14138 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14139 (prolog-electric-dot-flag)
14140 (prolog-electric-dot-full-predicate-template)
14141 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14142 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14143 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14144 (prolog-program-switches, prolog-prompt-regexp)
14145 (prolog-debug-on-string, prolog-debug-off-string)
14146 (prolog-trace-on-string, prolog-trace-off-string)
14147 (prolog-zip-on-string, prolog-zip-off-string)
14148 (prolog-use-standard-consult-compile-method-flag)
14149 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14150 (prolog-imenu-max-lines, prolog-info-predicate-index)
14151 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14152 (prolog-char-quote-workaround):
14153 * progmodes/cc-vars.el (c-defun-tactic):
14154 * net/tramp.el (tramp-encoding-command-interactive)
14155 (tramp-local-end-of-line):
14156 * net/soap-client.el (soap-client):
14157 * net/netrc.el (netrc-file):
14158 * net/gnutls.el (gnutls):
14159 * minibuffer.el (completion-category-overrides)
14160 (completion-cycle-threshold)
14161 (completion-pcm-complete-word-inserts-delimiters):
14162 * man.el (Man-name-local-regexp):
14163 * mail/feedmail.el (feedmail-display-full-frame):
14164 * international/characters.el (glyphless-char-display-control):
14165 * eshell/em-ls.el (eshell-ls-date-format):
14166 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14167 (lisp-lambda-list-keyword-parameter-indentation)
14168 (lisp-lambda-list-keyword-parameter-alignment):
14169 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14170 * dired-x.el (dired-omit-verbose):
14171 * cus-theme.el (custom-theme-allow-multiple-selections):
14172 * calc/calc.el (calc-highlight-selections-with-faces)
14173 (calc-lu-field-reference, calc-lu-power-reference)
14174 (calc-note-threshold):
14175 * battery.el (battery-mode-line-limit):
14176 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14177 (archive-7z-update):
14178 * allout.el (allout-prefixed-keybindings)
14179 (allout-unprefixed-keybindings)
14180 (allout-inhibit-auto-fill-on-headline)
14181 (allout-flattened-numbering-abbreviation):
14182 * allout-widgets.el (allout-widgets-auto-activation)
14183 (allout-widgets-icons-dark-subdir)
14184 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14185 (allout-widgets-theme-dark-background)
14186 (allout-widgets-theme-light-background)
14187 (allout-widgets-item-image-properties-emacs)
14188 (allout-widgets-item-image-properties-xemacs)
14189 (allout-widgets-run-unit-tests-on-load)
14190 (allout-widgets-time-decoration-activity)
14191 (allout-widgets-hook-error-post-time)
14192 (allout-widgets-track-decoration):
14193 Add missing :version tags to new defcustoms and defgroups.
14194
14195 * progmodes/sql.el (sql-ansi-statement-starters)
14196 (sql-oracle-statement-starters): Add custom type.
14197
14198 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14199 (prolog-system-version): Give it a type.
14200
14201 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14202
14203 * term/pc-win.el (x-select-text, x-selection-owner-p)
14204 (x-own-selection-internal, x-disown-selection-internal)
14205 (x-get-selection-internal): Sync doc strings and argument lists
14206 with xselect.c, common-win.el and x-win.el. (Bug#10783)
14207
14208 2012-02-11 Leo Liu <sdl.web@gmail.com>
14209
14210 * progmodes/python.el (python-end-of-statement): Fix infinite
14211 loop. (Bug#10788)
14212
14213 2012-02-10 Glenn Morris <rgm@gnu.org>
14214
14215 * international/mule-cmds.el (unify-8859-on-encoding-mode)
14216 (unify-8859-on-decoding-mode): Properly mark as obsolete.
14217
14218 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
14219
14220 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14221 about SMTP before checking the From header.
14222
14223 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14224 into own function for reuse by emacsbug.el.
14225
14226 2012-02-10 Leo Liu <sdl.web@gmail.com>
14227
14228 * subr.el (condition-case-unless-debug): Rename from
14229 condition-case-no-debug. All callers changed.
14230 (with-demoted-errors): Fix caller.
14231
14232 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14233 * nxml/rng-valid.el (rng-do-some-validation):
14234 * emacs-lisp/package.el (package-refresh-contents)
14235 (package-menu-execute):
14236 * desktop.el (desktop-create-buffer):
14237 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14238
14239 2012-02-10 Glenn Morris <rgm@gnu.org>
14240
14241 * textmodes/bibtex.el:
14242 Add missing :version tags for new/changed defcustoms.
14243
14244 * files.el (remote-file-name-inhibit-cache): Doc fixes.
14245
14246 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
14247
14248 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14249 (smtpmail-via-smtp): Use it, or fall back on the From address.
14250 (smtpmail-send-it): Ditto.
14251
14252 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14255 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
14256 (byte-compile-tmp-var): New const.
14257 (byte-compile-defvar): Use it to minimize .elc size.
14258 Just use `defvar' rather than simulate it (bug#10761).
14259
14260 2012-02-09 Glenn Morris <rgm@gnu.org>
14261
14262 * files.el (rename-uniquely): Doc fix. (Bug#3806)
14263
14264 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14265 Add :version tags.
14266
14267 * progmodes/compile.el (compilation-error-screen-columns)
14268 (compilation-first-column, compilation-filter-start): Doc fixes.
14269
14270 * vc/log-view.el (log-view-toggle-entry-display):
14271 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14272
14273 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14274 (report-emacs-bug-can-use-xdg-email):
14275 (report-emacs-bug-insert-to-mailer): Doc fixes.
14276 (report-emacs-bug): Message fix.
14277
14278 * net/browse-url.el (browse-url-can-use-xdg-open)
14279 (browse-url-xdg-open): Doc fixes.
14280
14281 * electric.el (electric-indent-mode, electric-pair-mode)
14282 (electric-layout-rules, electric-layout-mode): Doc fixes.
14283 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14284
14285 2012-02-08 Martin Rudalics <rudalics@gmx.at>
14286
14287 * server.el (server-unselect-display): Don't inadvertently kill
14288 the current buffer. (Bug#10729)
14289
14290 2012-02-08 Glenn Morris <rgm@gnu.org>
14291
14292 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14293 (sql-list-table): Doc fixes.
14294
14295 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14296 Comment out (does nothing).
14297
14298 * completion.el (dynamic-completion-mode):
14299 * dirtrack.el (dirtrack-debug-mode):
14300 * electric.el (electric-layout-mode):
14301 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14302 * face-remap.el (text-scale-mode, buffer-face-mode):
14303 * iimage.el (iimage-mode):
14304 * image-mode.el (image-transform-mode):
14305 * minibuffer.el (completion-in-region-mode):
14306 * scroll-lock.el (scroll-lock-mode):
14307 * simple.el (next-error-follow-minor-mode):
14308 * tar-mode.el (tar-subfile-mode):
14309 * tooltip.el (tooltip-mode):
14310 * vcursor.el (vcursor-use-vcursor-map):
14311 * wid-browse.el (widget-minor-mode):
14312 * emulation/tpu-edt.el (tpu-edt-mode):
14313 * emulation/tpu-extras.el (tpu-cursor-free-mode):
14314 * international/iso-ascii.el (iso-ascii-mode):
14315 * language/thai-util.el (thai-word-mode):
14316 * mail/supercite.el (sc-minor-mode):
14317 * net/goto-addr.el (goto-address-mode):
14318 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14319 * progmodes/cwarn.el (cwarn-mode):
14320 * progmodes/flymake.el (flymake-mode):
14321 * progmodes/glasses.el (glasses-mode):
14322 * progmodes/hideshow.el (hs-minor-mode):
14323 * progmodes/pascal.el (pascal-outline-mode):
14324 * textmodes/enriched.el (enriched-mode):
14325 * vc/smerge-mode.el (smerge-mode):
14326 Doc fixes (minor mode argument).
14327
14328 2012-02-07 Eli Zaretskii <eliz@gnu.org>
14329
14330 * ls-lisp.el (ls-lisp-sanitize): New function.
14331 (ls-lisp-insert-directory): Use it to fix or remove any elements
14332 in file-alist with missing attributes. (Bug#4673)
14333
14334 2012-02-07 Alan Mackenzie <acm@muc.de>
14335
14336 Fix spurious recognition of c-in-knr-argdecl.
14337
14338 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14339 putative K&R region.
14340
14341 2012-02-07 Alan Mackenzie <acm@muc.de>
14342
14343 * progmodes/cc-engine.el (c-forward-objc-directive):
14344 Prevent looping in "#pragma mark @implementation".
14345
14346 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
14347
14348 * notifications.el (notifications-on-closed-signal): Make `reason'
14349 optional. (Bug#10744)
14350
14351 2012-02-07 Glenn Morris <rgm@gnu.org>
14352
14353 * emacs-lisp/easy-mmode.el (define-minor-mode):
14354 Doc fixes for the macro and the mode it defines.
14355
14356 * image.el (imagemagick-types-inhibit): Doc fix.
14357
14358 * cus-start.el (imagemagick-render-type): Add it.
14359
14360 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
14361
14362 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14363 Set the default at load time, too, so that `font-lock-fontify-buffer'
14364 can be called without setting up the entire mode first. This fixes
14365 a bug in `mm-inline-text' with C MIME parts.
14366
14367 2012-02-06 Chong Yidong <cyd@gnu.org>
14368
14369 * simple.el (list-processes--refresh): Delete exited processes
14370 (Bug#8094).
14371
14372 * comint.el (comint-next-prompt): next-single-char-property-change
14373 and prev-single-char-property-change never return nil (Bug#8657).
14374
14375 * custom.el (defcustom): Doc fix (Bug#9711).
14376
14377 2012-02-05 Chong Yidong <cyd@gnu.org>
14378
14379 * cus-edit.el (custom-variable-reset-backup): Quote the value
14380 before storing it in the customized-value property (Bug#6712).
14381 (custom-display): Add a customization type tag.
14382 (custom-buffer-create-internal): Improve tooltip message.
14383
14384 * wid-edit.el (widget-field-value-get): New optional arg to
14385 suppress trailing whitespace truncation.
14386 (character): Use it (Bug#2689).
14387
14388 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14389
14390 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14391 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14392
14393 2012-02-05 Chong Yidong <cyd@gnu.org>
14394
14395 * cus-edit.el (custom-variable-value-create): For mismatched
14396 types, show the current value (Bug#7600).
14397
14398 * custom.el (defcustom): Doc fix.
14399
14400 2012-02-05 Glenn Morris <rgm@gnu.org>
14401
14402 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14403
14404 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14405
14406 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14407 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14408 (pp-last-sexp): Use `looking-at-p'.
14409
14410 2012-02-04 Glenn Morris <rgm@gnu.org>
14411
14412 * files.el (revert-buffer):
14413 Doc fix (mention revert-buffer-in-progress-p).
14414
14415 * emacs-lisp/ert-x.el (ert-simulate-command):
14416 Check deferred-action-list (which is obsolete) is bound.
14417
14418 * subr.el (with-wrapper-hook): Doc fixes.
14419
14420 * simple.el (filter-buffer-substring-functions)
14421 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14422
14423 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14424
14425 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14426 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14427
14428 2012-02-04 Leo Liu <sdl.web@gmail.com>
14429
14430 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14431
14432 2012-02-04 Glenn Morris <rgm@gnu.org>
14433
14434 * image.el (image-extension-data): Add obsolete alias.
14435
14436 * isearch.el (isearch-update): Doc fix.
14437
14438 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14439
14440 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14441
14442 2012-02-03 Glenn Morris <rgm@gnu.org>
14443
14444 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14445 (image-animate-timeout): Doc fix.
14446
14447 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14448
14449 2012-02-02 Glenn Morris <rgm@gnu.org>
14450
14451 * server.el (server-auth-dir): Doc fix.
14452 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14453
14454 * subr.el (run-mode-hooks): Doc fix.
14455
14456 2012-02-02 Juri Linkov <juri@jurta.org>
14457
14458 * image-mode.el (image-toggle-display-image): Remove tautological
14459 `major-mode' from the `derived-mode-p' test.
14460
14461 2012-02-02 Kenichi Handa <handa@m17n.org>
14462
14463 * composite.el (compose-region): Cancel previous change.
14464
14465 2012-02-02 Kenichi Handa <handa@m17n.org>
14466
14467 * composite.el (compose-region, compose-string): Signal error for
14468 a null string component (Bug#6988).
14469
14470 2012-02-01 Chong Yidong <cyd@gnu.org>
14471
14472 * view.el (view-buffer-other-window, view-buffer-other-frame):
14473 Handle special modes like view-buffer (Bug#10650).
14474 (view-buffer): Simplify.
14475
14476 * frame.el (set-frame-font): Tweak meaning of third argument.
14477
14478 * dynamic-setting.el (font-setting-change-default-font):
14479 Use set-frame-font (Bug#9982).
14480
14481 2012-02-01 Glenn Morris <rgm@gnu.org>
14482
14483 * progmodes/compile.el (compilation-internal-error-properties):
14484 Respect compilation-first-column in the "*compilation*" buffer.
14485
14486 * emacs-lisp/easy-mmode.el (define-minor-mode):
14487 Relax :variable's test for a named function.
14488
14489 2012-01-31 Alan Mackenzie <acm@muc.de>
14490
14491 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14492 off by one error.
14493
14494 2012-01-31 Chong Yidong <cyd@gnu.org>
14495
14496 * frame.el (set-frame-font): New arg ALL-FRAMES.
14497
14498 * menu-bar.el (menu-set-font): Use set-frame-font.
14499
14500 * faces.el (face-spec-reset-face): Don't apply unspecified
14501 attribute values to the default face.
14502
14503 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14504
14505 * progmodes/cwarn.el (cwarn): Remove dead link.
14506 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14507 Remove * from defcustom docstrings.
14508 (turn-on-cwarn-mode): Make obsolete.
14509 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14510 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14511
14512 2012-01-31 Glenn Morris <rgm@gnu.org>
14513
14514 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14515 Fix :variable handling of mode a symbol not equal to modefun.
14516 Allow named functions to be used as the cdr of :variable.
14517
14518 2012-01-30 Glenn Morris <rgm@gnu.org>
14519
14520 * emacs-lisp/authors.el (authors-fixed-entries):
14521 Remove reference to deleted file rnewspost.el.
14522
14523 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14524
14525 * window.el (window-with-parameter): Remove unused variable `windows'.
14526 (window--side-check): Remove unused variable `code'.
14527 (window--resize-siblings): Remove unused variable `first'.
14528 (adjust-window-trailing-edge): Remove unused variable `failed'.
14529 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14530 Use `let', not `let*'.
14531 (balance-windows-2): Remove unused variable `found'.
14532 (window--state-put-2): Remove unused variable `splits'.
14533 (window-state-put): Remove unused variable `selected'.
14534 (same-window-p): Use `string-match-p'.
14535 (display-buffer-assq-regexp): Remove unused variable `value'.
14536 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14537 Mark argument ALIST as ignored.
14538 (pop-to-buffer): Remove unused variable `old-window'.
14539
14540 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14541
14542 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14543 and .lzma compressed files.
14544
14545 2012-01-29 Chong Yidong <cyd@gnu.org>
14546
14547 * frame.el (window-system-default-frame-alist): Doc fix.
14548
14549 * dynamic-setting.el (font-setting-change-default-font): Don't
14550 change the default face if SET-FONT argument is non-nil (Bug#9982).
14551
14552 2012-01-29 Samuel Bronson <naesten@gmail.com>
14553
14554 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14555
14556 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14557
14558 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14559 breakpoints in files outside current directory (Bug#6098).
14560
14561 2012-01-29 Chong Yidong <cyd@gnu.org>
14562
14563 * progmodes/python.el: Require ansi-color at top-level.
14564
14565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14566 Define and use in Emacs Lisp mode (Bug#9360).
14567 (lisp-mode-abbrev-table): Add doc.
14568 (lisp-mode-variables): Don't set local-abbrev-table.
14569 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14570
14571 2012-01-28 Roland Winkler <winkler@gnu.org>
14572
14573 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14574
14575 2012-01-28 Roland Winkler <winkler@gnu.org>
14576
14577 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14578 (bibtex-set-dialect): Use it. Either set global values of
14579 dialect-dependent variables or bind these variables buffer-locally
14580 (Bug#10254).
14581 (bibtex-mode): Call bibtex-set-dialect via
14582 hack-local-variables-hook.
14583 (bibtex-dialect): Update docstring.
14584 Add safe-local-variable predicate.
14585 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14586 bibtex-set-dialect.
14587 (bibtex-mode-map): Define menu for each dialect.
14588 (bibtex-entry): Fix docstring.
14589
14590 2012-01-28 Chong Yidong <cyd@gnu.org>
14591
14592 * eshell/esh-arg.el (eshell-quote-argument): New function.
14593
14594 * eshell/esh-ext.el (eshell-invoke-batch-file):
14595 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14596 first arg to eshell-parse-command (Bug#10523).
14597
14598 2012-01-28 Drew Adams <drew.adams@oracle.com>
14599
14600 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14601 `default-directory' is non-nil.
14602
14603 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14604
14605 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14606 line that displays system-configuration-options. (Bug#9924)
14607
14608 2012-01-28 Drew Adams <drew.adams@oracle.com>
14609
14610 * descr-text.el (describe-char): Show information about POS, in
14611 addition to information about the character at POS. Improve and
14612 update the doc string. Change "code point" to "code point in
14613 charset", to avoid confusion with the character's Unicode code
14614 point shown above that. (Bug#10129)
14615
14616 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14617
14618 * descr-text.el (describe-char): Show the raw character, not only
14619 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14620 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14621 for the reasons.
14622
14623 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14624
14625 * emacs-lisp/package.el (package-install):
14626 Run package-refresh-contents if there is no archive yet (Bug#9798).
14627
14628 2012-01-28 Chong Yidong <cyd@gnu.org>
14629
14630 * emacs-lisp/package.el (package-maybe-load-descriptor):
14631 New function, split from package-maybe-load-descriptor.
14632 (package-maybe-load-descriptor): Use it.
14633 (package-download-transaction): Fully load required packages
14634 inside the loop, so that `require' calls work (Bug#10593).
14635 (package-install): No need to call package-initialize now.
14636
14637 2012-01-28 Chong Yidong <cyd@gnu.org>
14638
14639 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14640
14641 * tooltip.el (tooltip-mode): Doc fix.
14642 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14643
14644 * frame.el (set-cursor-color): Doc fix (Bug#352).
14645
14646 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14647 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14648
14649 * cus-edit.el (custom-buffer-create-internal): Fix search button
14650 action (Bug#10542).
14651 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14652
14653 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14654
14655 * dired.el (dired-mark-files-regexp):
14656 Include any subdirectory components. (Bug#10445)
14657
14658 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14659
14660 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14661 Handle [host]:port syntax. (Bug#10533)
14662
14663 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14664
14665 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14666
14667 2012-01-26 Glenn Morris <rgm@gnu.org>
14668
14669 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14670 * term.el (term-raw-escape-map): Use Control-X-prefix.
14671 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14672
14673 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14674
14675 * window.el (window-state-get, window--state-get-1): Don't deal
14676 with fixed-sizeness of windows. Simplify code.
14677
14678 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14679
14680 * window.el (window--state-get-1, window--state-put-2):
14681 Don't save and restore the mark.
14682
14683 2012-01-25 Chong Yidong <cyd@gnu.org>
14684
14685 * custom.el (custom-variable-p): Doc fix.
14686
14687 2012-01-25 Glenn Morris <rgm@gnu.org>
14688
14689 * dired.el (dired-goto-file): Handle some of the more common
14690 characters that `ls -b' escapes. (Bug#10596)
14691
14692 * progmodes/compile.el (compilation-next-error-function):
14693 Respect compilation-first-column in the "*compilation*" buffer.
14694 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14695
14696 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14697
14698 2012-01-24 Glenn Morris <rgm@gnu.org>
14699
14700 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14701
14702 2012-01-24 Julien Danjou <julien@danjou.info>
14703
14704 * color.el (color-rgb-to-hsl): Fix value computing.
14705 (color-hue-to-rgb): New function.
14706 (color-hsl-to-rgb): New function.
14707 (color-clamp, color-saturate-hsl, color-saturate-name)
14708 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14709 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14710
14711 2012-01-24 Glenn Morris <rgm@gnu.org>
14712
14713 * vc/vc-rcs.el (vc-rcs-create-tag):
14714 * vc/vc-sccs.el (vc-sccs-create-tag):
14715 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14716
14717 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14718
14719 * eshell/esh-util.el (eshell-read-hosts-file):
14720 Skip comment lines. (Bug#10549)
14721
14722 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14723
14724 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14725
14726 * subr.el (display-delayed-warnings): Doc fix.
14727 (collapse-delayed-warnings): New function to collapse identical
14728 adjacent warnings.
14729 (delayed-warnings-hook): Add it.
14730
14731 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14732
14733 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14734
14735 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14736 (tramp-default-user-alist): Don't add "pscp".
14737 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14738 property "login-as", if set. (Bug#10530)
14739
14740 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14741
14742 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14743 "plink1" and "psftp". (Bug#10530)
14744
14745 2012-01-21 Kenichi Handa <handa@m17n.org>
14746
14747 * international/mule-cmds.el (prefer-coding-system): Show a
14748 warning message if the default value of file-name-coding-system
14749 was not changed.
14750
14751 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14752
14753 * windmove.el (windmove-reference-loc):
14754 Fix windmove-reference-loc miscalculation.
14755
14756 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14757
14758 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14759 default unit.
14760
14761 2012-01-21 Glenn Morris <rgm@gnu.org>
14762
14763 * international/mule.el (auto-coding-alist): Add .tbz.
14764
14765 * files.el (local-enable-local-variables): Doc fix.
14766 (inhibit-local-variables-regexps): Rename from
14767 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14768 Doc fix. Add some extensions from auto-coding-alist.
14769 (inhibit-local-variables-suffixes):
14770 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14771 (inhibit-local-variables-p):
14772 New function, extracted from set-auto-mode-1.
14773 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14774 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14775 (hack-local-variables): Doc fix. Make the mode-only case
14776 respect enable-local-variables and friends.
14777 Respect inhibit-local-variables-regexps for file-locals, but
14778 not for directory-locals.
14779 (set-visited-file-name):
14780 Take account of inhibit-local-variables-regexps.
14781 Whether it applies may change as the file name is changed.
14782 * jka-cmpr-hook.el (jka-compr-install):
14783 * jka-compr.el (jka-compr-uninstall):
14784 Update for inhibit-first-line-modes-suffixes name change.
14785
14786 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14787
14788 * help-macro.el (make-help-screen): Temporarily restore original
14789 binding for minor-mode-map-alist (Bug#10454).
14790
14791 2012-01-19 Julien Danjou <julien@danjou.info>
14792
14793 * color.el (color-name-to-rgb): Use the white color to find the max
14794 color component value and return correctly computed values.
14795 (color-name-to-rgb): Add missing float conversion for max value.
14796
14797 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14798
14799 * window.el (window--state-get-1, window-state-get): Do not use
14800 special state value for window-persistent-parameters.
14801 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14802 (window--state-put-2): Reset all window parameters to nil before
14803 assigning values of persistent parameters.
14804
14805 2012-01-18 Alan Mackenzie <acm@muc.de>
14806
14807 Eliminate sluggishness and hangs in fontification of "semicolon
14808 deserts".
14809
14810 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14811 Change value 10000 -> 3000.
14812 (c-state-safe-place): Reformulate so it doesn't stack up an
14813 infinite number of wrong entries in c-state-nonlit-pos-cache.
14814 (c-determine-limit-get-base, c-determine-limit): New functions to
14815 determine backward search limits disregarding literals.
14816 (c-find-decl-spots): Amend commenting.
14817 (c-cheap-inside-bracelist-p): New function which detects "={".
14818
14819 * progmodes/cc-fonts.el
14820 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14821 backward search.
14822 (c-font-lock-declarations): Fix an occurrence of point being
14823 undefined. Check additionally for point being in a bracelist or
14824 near a macro invocation without a semicolon so as to avoid a
14825 fruitless time consuming search for a declarator. Give a more
14826 precise search limit for declarators using the new
14827 c-determine-limit.
14828
14829 2012-01-18 Glenn Morris <rgm@gnu.org>
14830
14831 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14832 (set-auto-mode): Doc fixes.
14833
14834 2012-01-17 Glenn Morris <rgm@gnu.org>
14835
14836 * isearch.el (search-nonincremental-instead): Fix doc typo.
14837
14838 * dired.el (dired-insert-directory): Handle newlines in directory name.
14839 (dired-build-subdir-alist): Unescape newlines in directory name.
14840
14841 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14842
14843 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14844 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14845 (tramp-action-terminal): Use it. (Bug#10530)
14846
14847 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14850
14851 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14852
14853 * window.el (window-state-ignored-parameters): Remove variable.
14854 (window--state-get-1): Rename argument MARKERS to IGNORE.
14855 Handle persistent window parameters. Make copy of clone-of
14856 parameter only if requested. (Bug#10348)
14857 (window--state-put-2): Install a window parameter only if it has
14858 a non-nil value or an existing parameter shall be overwritten.
14859
14860 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14861
14862 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14863
14864 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14865
14866 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14867 don't pass the (nil) value of `upnode' to string-match.
14868
14869 2012-01-14 Chong Yidong <cyd@gnu.org>
14870
14871 * startup.el (command-line): Fix X resource class for cursorColor.
14872 Fix values recognized by the cursorBlink resource.
14873
14874 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14875
14876 * epg.el (epg--make-temp-file): Avoid permission race condition
14877 when running on old Emacs versions (bug#10403).
14878
14879 2012-01-14 Glenn Morris <rgm@gnu.org>
14880
14881 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14882
14883 2012-01-13 Alan Mackenzie <acm@muc.de>
14884
14885 Fix filling for when filladapt mode is enabled.
14886
14887 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14888 c-mask-paragraph, pass in `fill-paragraph' rather than
14889 `fill-region-as-paragraph'. (This is a reversion of a previous
14890 change.)
14891 * progmodes/cc-mode.el (c-basic-common-init):
14892 Make fill-paragraph-handle-comment buffer local and set it to nil.
14893
14894 2012-01-13 Glenn Morris <rgm@gnu.org>
14895
14896 * dired.el (dired-switches-escape-p): New function.
14897 (dired-insert-directory): Use dired-switches-escape-p.
14898 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14899
14900 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14901
14902 2012-01-12 Glenn Morris <rgm@gnu.org>
14903
14904 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14905 changes in adaptive-fill-regexp. (Bug#10276)
14906
14907 2012-01-11 Alan Mackenzie <acm@muc.de>
14908
14909 Fix Emacs bug #10463 - put `widen's around the critical spots.
14910
14911 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14912 widen around each invocation of c-state-pp-to-literal. Remove an
14913 unused let variable.
14914
14915 2012-01-11 Glenn Morris <rgm@gnu.org>
14916
14917 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14918 Doc fix.
14919
14920 2012-01-10 Chong Yidong <cyd@gnu.org>
14921
14922 * net/network-stream.el (network-stream-open-starttls):
14923 Avoid emitting a confusing error message when the server gives a bad
14924 response to the capability command.
14925
14926 2012-01-10 Glenn Morris <rgm@gnu.org>
14927
14928 * mail/unrmail.el (unrmail): Tweak previous change.
14929
14930 2012-01-09 Chong Yidong <cyd@gnu.org>
14931
14932 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14933
14934 2012-01-08 Alan Mackenzie <acm@muc.de>
14935
14936 Optimize font locking in long enum definitions.
14937
14938 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14939 arm to a cond form to handle enums.
14940 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14941 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14942
14943 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14944
14945 * files.el (move-file-to-trash): Preserve default file modes on error.
14946 (Bug#10401)
14947
14948 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14949
14950 * faces.el (set-face-attribute): Clarify the meaning of the nil
14951 frame (bug#10294).
14952
14953 * subr.el (with-selected-frame): Mention that the selected frame
14954 is restored (bug#9980).
14955
14956 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14957 (bug#9759).
14958
14959 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14960 (password-read): Don't autoload unused function.
14961
14962 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14963
14964 * progmodes/which-func.el (which-func-mode): Turn into a
14965 non-interactive function and mark as obsolete (bug#10428).
14966
14967 2012-01-06 Chong Yidong <cyd@gnu.org>
14968
14969 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14970 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14971 functions, along with 1 and -1.
14972
14973 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14974
14975 * time.el (display-time-load-average)
14976 (display-time-default-load-average): Doc fixes. See the thread
14977 starting at
14978 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14979 for the details.
14980
14981 2012-01-06 Glenn Morris <rgm@gnu.org>
14982
14983 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14984 has no messages. (Bug#10377)
14985
14986 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14987 than Info-edit. (Bug#10385)
14988
14989 * time.el (display-time-load-average, display-time-next-load-average):
14990 Doc fixes.
14991
14992 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14993 local setting of buffer-read-only to the input buffer. (Bug#10419)
14994
14995 * calendar/calendar.el (calendar-mode):
14996 Locally set scroll-margin to 0. (Bug#10379)
14997
14998 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14999
15000 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
15001
15002 2012-01-05 Glenn Morris <rgm@gnu.org>
15003
15004 * eshell/em-unix.el (diff-no-select): Autoload it.
15005 (eshell/diff): Use diff-no-select. (Bug#10420)
15006
15007 2012-01-05 Chong Yidong <cyd@gnu.org>
15008
15009 * shell.el (shell-dynamic-complete-functions): Revert last change.
15010 (shell-command-completion-function): New function.
15011 (shell-completion-vars): Use it to implement
15012 shell-completion-execonly (Bug#10417).
15013
15014 * custom.el (enable-theme): Don't set custom-safe-themes.
15015
15016 * cus-theme.el (custom-theme-merge-theme):
15017 Ignore custom-enabled-themes and custom-safe-themes.
15018
15019 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
15020
15021 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15022 first prompt in `sql-interacive-mode'.
15023 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15024 keywords.
15025 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15026 (sql-product-interactive): Bug fix: Set `sql-buffer' in
15027 context of original buffer. Invoke `sql-login-hook'.
15028
15029 2012-01-04 Eli Zaretskii <eliz@gnu.org>
15030
15031 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15032 letters in cite-prefix.
15033
15034 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15035
15036 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15037
15038 2012-01-03 Chong Yidong <cyd@gnu.org>
15039
15040 * shell.el (shell-dynamic-complete-functions):
15041 Put pcomplete-completions-at-point, so as to try
15042 comint-filename-completion first (Bug#10417).
15043
15044 2012-01-02 Richard Stallman <rms@gnu.org>
15045
15046 * battery.el (battery-status-function):
15047 Detect when to use battery-yeeloong-sysfs.
15048 (battery-echo-area-format): Add string for Yeeloong.
15049 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15050 (battery-yeeloong-sysfs): New function.
15051
15052 2012-01-02 Chong Yidong <cyd@gnu.org>
15053
15054 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15055 (dirtrack): Merge code for handling relative filenames in prompt
15056 from shell-dir-cookie-watcher.
15057 (dirtrack-debug-message): New arg to avoid excess format calls.
15058
15059 * shell.el (shell-dir-cookie-re): Variable deleted.
15060 (shell-dir-cookie-watcher): Function deleted.
15061 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15062 with dirtrack-mode.
15063
15064 2012-01-01 Eli Zaretskii <eliz@gnu.org>
15065
15066 * term/w32-win.el (dynamic-library-alist) <gnutls>:
15067 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15068 libgnutls-26.dll.
15069
15070 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
15071
15072 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15073
15074 2011-12-31 Eli Zaretskii <eliz@gnu.org>
15075
15076 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15077 headers of non-MIME messages, when rmail-enable-mime is non-nil.
15078
15079 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
15080
15081 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15082 also for alternative shells.
15083 (tramp-open-connection-setup-interactive-shell): Check, whether
15084 the shell is a busybox.
15085 (tramp-send-command): Don't suppress multiple prompts for
15086 busyboxes, it hurts.
15087
15088 2011-12-28 Chong Yidong <cyd@gnu.org>
15089
15090 * progmodes/gdb-mi.el (gdb-get-source-file-list)
15091 (gdb-get-source-file): Move mode line update to
15092 gdb-get-source-file (Bug#10087).
15093
15094 2011-12-25 Chong Yidong <cyd@gnu.org>
15095
15096 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15097 gud-gdb-marker-filter without taking it as an argument.
15098 (gud-gdb-run-command-fetch-lines): Caller changed.
15099 (gud-gdb-completion-function): New variable.
15100 (gud-gdb-completion-at-point): Use it.
15101 (gud-gdb-completions-1): Split from gud-gdb-completions.
15102
15103 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15104 function as separate arguments.
15105 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15106 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15107 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15108 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15109 (gdb-stopped, def-gdb-auto-update-trigger)
15110 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15111 (gdb-get-changed-registers, gdb-get-main-selected-frame):
15112 Callers changed.
15113 (gud-gdbmi-completions): New function.
15114 (gdb): Use it for generating the completion table.
15115
15116 2011-12-24 Alan Mackenzie <acm@muc.de>
15117
15118 Introduce a mechanism to widen the region used in context font
15119 locking. Use this to protect declarations from losing their contexts.
15120
15121 * progmodes/cc-langs.el (c-before-font-lock-functions):
15122 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15123 (c-before-context-fontification-functions): New defvar, a list of
15124 functions to be run just before context (etc.) font locking.
15125
15126 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15127 New, functionality extracted from
15128 c-neutralize-syntax-in-and-mark-CPP.
15129 (c-in-after-change-fontification): New variable.
15130 (c-after-change): Set c-in-after-change-fontification.
15131 (c-set-fl-decl-start): Rejig its interface, so it can be called
15132 from both after-change and context fontifying.
15133 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15134 New functions.
15135 (c-standard-font-lock-fontify-region-function): New variable.
15136 (c-font-lock-fontify-region): New function.
15137
15138 2011-12-24 Juri Linkov <juri@jurta.org>
15139
15140 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15141 (Bug#10348)
15142
15143 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
15144
15145 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15146 existence of source file. (Bug#10325)
15147
15148 2011-12-23 Alan Mackenzie <acm@muc.de>
15149
15150 Fix unstable fontification inside templates.
15151
15152 * progmodes/cc-langs.el (c-before-font-lock-functions):
15153 Newly created from the singular version. The (c c++ objc) entry now
15154 additionally has c-set-fl-decl-start. The other languages (apart
15155 from AWK) have that as a single entry.
15156
15157 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15158 The functionality for "local" declarations has been extracted to
15159 c-set-fl-decl-start.
15160
15161 * progmodes/cc-mode.el (c-common-init, c-after-change):
15162 Changes due to pluralisation of c-before-font-lock-functions.
15163 (c-set-fl-decl-start): New function, extracted from
15164 c-font-lock-enclosing-decls and enhanced.
15165
15166 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
15167
15168 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15169
15170 2011-12-22 Juri Linkov <juri@jurta.org>
15171
15172 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
15173
15174 2011-12-22 Chong Yidong <cyd@gnu.org>
15175
15176 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15177
15178 2011-12-21 Drew Adams <drew.adams@oracle.com>
15179
15180 * files.el (file-remote-p): Fix docstring. (Bug#10319)
15181
15182 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15183
15184 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15185
15186 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15187
15188 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
15189 highlighting and support. Fix up comments for capitalization.
15190 (cfengine-mode-debug): New var.
15191 (cfengine3-mode): Change the modeline indicator to "CFE3".
15192 (cfengine3-font-lock-keywords): Improve defun highlighting.
15193 (cfengine2-actions): Rename from `cfengine-actions'.
15194 (cfengine2-font-lock-keywords): Rename from
15195 `cfengine-font-lock-keywords'.
15196 (cfengine2-imenu-expression): Rename from
15197 `cfengine-imenu-expression'.
15198 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15199 (cfengine2-beginning-of-defun): Rename from
15200 `cfengine-beginning-of-defun'.
15201 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15202 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15203 (cfengine2-mode): Rename from `cfengine-mode'. Change the
15204 modeline indicator to "CFE2".
15205 (cfengine-mode): Defalias to `cfengine-auto-mode'.
15206 (cfengine-mode-abbrevs): Mark obsolete.
15207
15208 2011-12-21 Chong Yidong <cyd@gnu.org>
15209
15210 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15211 filename argument.
15212
15213 2011-12-20 Martin Rudalics <rudalics@gmx.at>
15214
15215 * window.el (window-normalize-buffer-to-display): Remove.
15216 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15217
15218 2011-12-19 Chong Yidong <cyd@gnu.org>
15219
15220 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15221 Don't signal an error in a predicate function; return non-nil.
15222 (vc-dir-mark-file): Move the error here.
15223 (vc-dir-mark-unmark): If acting on the region, keep going if one
15224 of the entries cannot be marked/unmarked.
15225 (vc-dir-mark-all-files): If current entry is a directory, mark
15226 only child files, as documented.
15227
15228 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
15229
15230 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15231 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15232 addition.
15233
15234 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15235
15236 * term/ns-win.el (ns-get-selection-internal)
15237 (ns-store-selection-internal): Declare.
15238 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15239 Declare as obsolete.
15240 (ns-get-pasteboard, ns-paste-secondary):
15241 Use ns-get-selection-internal.
15242 (ns-set-pasteboard, ns-copy-including-secondary):
15243 Use ns-store-selection-internal.
15244
15245 2011-12-17 Chong Yidong <cyd@gnu.org>
15246
15247 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15248 (vc-deduce-fileset): Doc fix.
15249
15250 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
15251
15252 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15253
15254 2011-12-13 Sam Steingold <sds@gnu.org>
15255
15256 * man.el (Man-getpage-in-background): When running under a
15257 window-system, ignore $MANWIDTH and $COLUMNS.
15258
15259 2011-12-15 Kenichi Handa <handa@m17n.org>
15260
15261 * language/ethio-util.el: Change coding tag to utf-8-emacs.
15262 (setup-ethiopic-environment-internal): Comment out key-binding for
15263 ethio-toggle-punctuation.
15264
15265 2011-12-13 Alan Mackenzie <acm@muc.de>
15266
15267 Add the switch statement to AWK Mode.
15268
15269 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15270 "default" to the keywords regexp.
15271
15272 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15273 expression as the rest.
15274 (c-nonlabel-token-key): Allow string literals for AWK.
15275 Refactor for the other modes.
15276
15277 Large brace-block initialisation makes CC Mode slow: Fix.
15278 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15279 routines. Limit backward searching in c-font-lock-enclosing.decl.
15280
15281 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15282 pp-state and literal type in addition to the limits.
15283 (c-state-safe-place): New defun, extracted from c-state-literal-at.
15284 (c-state-literal-at): Use the above new defun.
15285 (c-slow-in-literal, c-fast-in-literal): Remove.
15286 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15287
15288 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15289 being in a literal. Add a limit for backward searching.
15290
15291 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15292 c-slow-in-literal.
15293
15294 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15297
15298 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15299
15300 * window.el (delete-other-windows): Use correct frame in call to
15301 window-with-parameter.
15302
15303 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
15304
15305 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15306 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15307 (makefile-gmake-statements, makefile-makepp-statements):
15308 Use it and add new makepp keywords.
15309 (makefile-makepp-font-lock-keywords): Add new patterns.
15310 (makefile-match-function-end): Match new [...] and [[...]].
15311
15312 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
15313
15314 * ses.el (ses-call-printer-return, ses-cell-property-get)
15315 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15316 (ses-create-cell-variable, ses-reset-header-string)
15317 (ses-cell-set-formula, ses-repair-cell-reference-all)
15318 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15319 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15320 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15321 (ses-aset-with-undo, ses-load, ses-truncate-cell)
15322 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15323 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15324 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15325 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15326 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15327 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15328 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15329 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15330
15331 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
15332
15333 * ses.el: The overall change is to add cell renaming, that is
15334 setting fancy names for cell symbols other than name matching
15335 "\\`[A-Z]+[0-9]+\\'" regexp .
15336 (ses-create-cell-variable): New defun.
15337 (ses-relocate-formula): Relocate formulas only for cells the
15338 symbols of which are not renamed, i.e. symbols whose names do not
15339 match regexp "\\`[A-Z]+[0-9]+\\'".
15340 (ses-relocate-all): Relocate values only for cells the symbols of
15341 which are not renamed.
15342 (ses-load): Create cells variables as the (ses-cell ...) are read,
15343 in order to check row col consistency with cell symbol name only
15344 for cells that are not renamed.
15345 (ses-replace-name-in-formula): New defun.
15346 (ses-rename-cell): New defun.
15347
15348 2011-12-11 Chong Yidong <cyd@gnu.org>
15349
15350 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15351 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15352
15353 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
15354
15355 * window.el (other-window): Fix docstring.
15356
15357 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15358
15359 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15360 `from' or `to' address before taking its substring.
15361 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15362 encoded name is chopped in the middle of the encoded string, and
15363 thus displayed encoded.
15364
15365 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
15366
15367 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15368
15369 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15370
15371 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
15372 to use texinfo-update-node and commands that call it if the
15373 Texinfo file uses @node lines without next/prev/up pointers.
15374 Correct outdated description about texinfo-master-menu.
15375 (texinfo-all-menus-update, texinfo-master-menu)
15376 (texinfo-update-node, texinfo-every-node-update)
15377 (texinfo-multiple-files-update): Doc fix. Warn against updating
15378 all the @node lines.
15379 (texinfo-master-menu): Only call texinfo-update-node if the prefix
15380 argument is numeric. Explain better in the doc string what the
15381 function really does.
15382 (texinfo-insert-master-menu-list): Improve the error message
15383 displayed if there's no menu in the Top node.
15384 (Bug#2975) See also this thread:
15385 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15386
15387 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15388
15389 * speedbar.el (speedbar-supported-extension-expressions):
15390 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15391
15392 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15393
15394 * printing.el (pr-mode-alist):
15395 * simple.el (filter-buffer-substring-functions)
15396 (completion-list-insert-choice-function):
15397 * window.el (window-with-parameter, window-atom-root)
15398 (window-sides-slots, window-size-fixed, window-min-delta)
15399 (window-max-delta, window--resize-mini-window)
15400 (window--resize-child-windows-normal, window-tree)
15401 (delete-other-windows, quit-window, split-window)
15402 (display-buffer-record-window, special-display-buffer-names)
15403 (special-display-regexps, special-display-popup-frame)
15404 (same-window-p, split-window-sensibly)
15405 (display-buffer-overriding-action, display-buffer-alist)
15406 (display-buffer-base-action, display-buffer, switch-to-buffer)
15407 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15408 (fit-window-to-buffer, recenter-positions)
15409 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15410 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15411 and remove unneeded backslashes in docstrings.
15412
15413 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15414
15415 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15416
15417 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15418 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15419 end in ".mk".
15420 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15421 when reading the makefile (bug#10116).
15422
15423 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15424
15425 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15426 (bug#10116).
15427
15428 2011-12-06 Glenn Morris <rgm@gnu.org>
15429
15430 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15431
15432 2011-12-06 Chong Yidong <cyd@gnu.org>
15433
15434 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15435
15436 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15437
15438 * textmodes/table.el (table-shorten-cell): Fix typo.
15439
15440 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15441
15442 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15443
15444 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15445
15446 * descr-text.el (describe-char): Fix display of strong
15447 right-to-left characters and directional embeddings and overrides.
15448
15449 * simple.el (what-cursor-position): Fix display of codepoints of
15450 strong right-to-left characters.
15451
15452 2011-12-05 Chong Yidong <cyd@gnu.org>
15453
15454 * faces.el (read-color): Doc fix.
15455
15456 2011-12-05 Glenn Morris <rgm@gnu.org>
15457
15458 * align.el (align--set-marker): Add doc-string.
15459 Don't try to move something that is not a marker. (Bug#10216)
15460
15461 2011-12-04 Glenn Morris <rgm@gnu.org>
15462
15463 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15464 overly zealous deletion of trailing whitespace.
15465
15466 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15467
15468 * server.el (server-delete-client): On Windows, do not try to delete
15469 the only terminal.
15470 (server-process-filter): On Windows, treat requests for a tty frame as
15471 if they were for a GUI frame if the running server is in GUI mode.
15472
15473 2011-12-03 Glenn Morris <rgm@gnu.org>
15474
15475 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15476
15477 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15478
15479 * electric.el: Streamline electric-indent's hook.
15480 (electric-indent-chars): Revert to simple list.
15481 (electric-indent-functions): New var.
15482 (electric-indent-post-self-insert-function): Use it.
15483
15484 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15485 there's no inferior buffer (bug#10196).
15486 (prolog-consult-compile): Don't use toggle-read-only.
15487
15488 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15489
15490 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15491 interrupt. (Bug#10187)
15492
15493 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15496 (bug#9160).
15497
15498 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15499 (bug#10191).
15500
15501 2011-12-02 Juri Linkov <juri@jurta.org>
15502
15503 * info.el (Info-search): Display "end of manual" when Isearch
15504 reaches the end of single-file Info manual. (Bug#9918)
15505
15506 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15507
15508 * isearch.el (isearch-message-prefix): Run the input method part
15509 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15510
15511 2011-12-02 Juri Linkov <juri@jurta.org>
15512
15513 * isearch.el (isearch-occur): Use `word-search-regexp' for
15514 `isearch-word'.
15515 (isearch-search-and-update): Add condition for `isearch-word' and
15516 call `word-search-regexp'. (Bug#10145)
15517
15518 2011-12-01 Glenn Morris <rgm@gnu.org>
15519
15520 * eshell/em-hist.el (eshell-hist-initialize):
15521 Handle eshell-history-size nil and HISTSIZE set or unset.
15522 (eshell-history-file-name, eshell-history-size): Fix custom type.
15523
15524 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15525
15526 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15527
15528 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15529
15530 * progmodes/verilog-mode.el (verilog-pretty-expr):
15531 Rework verilog-pretty-expr to handle new assignment operators in system
15532 verilog, such as += *= and the like.
15533 (verilog-assignment-operator-re): Regular expression to find the
15534 assigment operator in a verilog assignment.
15535 (verilog-assignment-operation-re): Regular expression to find an
15536 assignment statement for pretty-expr.
15537 (verilog-in-attribute-p): Query returns true if point is in an
15538 attribute context; used to skip these for expression line up from
15539 pretty-expr.
15540 (verilog-in-parameter-p): Query returns true if point is in an
15541 parameter definition context; used to skip these for expression
15542 line up from pretty-expr.
15543 (verilog-in-parenthesis-p): Query returns true if point is in a
15544 parenthetical expression, specifically ( ) but not [ ] or { };
15545 used by pretty-expr.
15546 (verilog-just-one-space): If there is no space, don't add one.
15547 (verilog-get-lineup-indent-2): Specifically skip just attribute
15548 contexts for expression lineup, rather than skipping all
15549 parenthetical expressions.
15550 (verilog-calculate-indent): Fix comment, and fix indent.
15551 (verilog-do-indent): Indent declarations in lists (suggested by
15552 Joachim Lechner).
15553 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15554 skeleton items.
15555 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15556 by Alain Mellan).
15557
15558 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15559
15560 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15561 parameters with embedded comments. Reported by Ray Stevens.
15562 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15563 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15564 Reported by Tim Holt.
15565 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15566 instantiated by upper module causing wrong expansion until AUTOed a
15567 second time. Reported by K C Buckenmaier.
15568 (verilog-diff-auto): Fix showing .* as a difference when
15569 `verilog-auto-star-save' off. Reported by Dan Dever.
15570 (verilog-auto-reset, verilog-read-always-signals)
15571 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15572 temporary signals in reset list if
15573 verilog-auto-reset-blocking-in-non is nil, and match assignment
15574 style to each signal's assignment type, bug381.
15575 Reported by Thomas Esposito.
15576 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15577 (verilog-uvm-statement-re): Support UVM indentation and
15578 highlighting, with old OVM keywords only.
15579 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15580 Support AUTOTIEOFF creating non-wire data types.
15581 Suggested by Jonathan Greenlaw.
15582 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15583 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15584 (verilog-inject-sense, verilog-read-inst-pins)
15585 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15586 Fix mismatching parenthesis inside commented out code when deleting
15587 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15588 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15589 non-numeric vector width. Reported by Alex Reed.
15590 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15591 detecting signals with parameter widths. Reported by Alex Reed.
15592 (verilog-auto-delete-trailing-whitespace):
15593 With `verilog-auto-delete-trailing-whitespace' remove trailing
15594 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15595 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15596 Fix verilog-scan-cache corruption when running user AUTO expansion
15597 hooks that call indentation routines.
15598 (verilog-simplify-range-expression): Fix typo ignoring lower case
15599 identifiers.
15600 (verilog-delete-auto): Fix delete-autos to also remove user created
15601 automatics, as long as they start with AUTO.
15602 (verilog-batch-diff-auto, verilog-diff-auto)
15603 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15604 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15605 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15606 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15607 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15608 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15609 is disabled and its cache will get corrupt, causing AUTOS not to
15610 expand. Instead use only -quick functions.
15611 (verilog-scan-region): Fix scanning over escaped quotes.
15612 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15613 (verilog-re-search-backward-quick)
15614 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15615 related functions now ignore strings, to fix misparsing of strings
15616 with magic comments embedded in them.
15617 (verilog-read-auto-template):
15618 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15619 Reported by Brad Dobbie.
15620 (verilog-read-auto-template):
15621 Fix 'verilog-auto-inst-template-numbers' with comments.
15622 Reported by Brad Dobbie.
15623 (verilog-auto-inst, verilog-auto-inst-param)
15624 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15625 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15626 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15627 debugging templates without merge conflicts, bug357.
15628 Reported by Brad Dobbie.
15629 (verilog-read-auto-template):
15630 Fix verilog-auto-inst-template-numbers with multiple templates.
15631 Reported by Brad Dobbie.
15632 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15633 abbrevs so user won't be asked to save.
15634 (verilog-read-auto-lisp-present): Fix to start at beginning of
15635 buffer in case called outside of verilog-auto.
15636 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15637 to "X-2". Reported by Matthew Myers.
15638 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15639 all inputs from module templates. Reported by Leith Johnson.
15640 (verilog-module-inside-filename-p): Fix locating programs as with
15641 modules.
15642 (verilog-auto-inst-port): Fix vl-width expressions when using
15643 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15644 (verilog-decls-get-regs, verilog-decls-get-signals,
15645 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15646 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15647 verilog-read-decls): Combine reg and wire structures into one var
15648 structure to represent SystemVerilog concepts.
15649 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15650 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15651 (verilog-auto-wire-type, verilog-insert-definition):
15652 Add verilog-auto-wire-type and AUTOLOGIC to support using
15653 SystemVerilog "logic" keyword instead of "wire"/"reg".
15654 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15655 to declares outputs that also have assignments (presumably in an
15656 ifdef or generate if so there's not a driver conflict).
15657 Reported by Matthew Myers.
15658 (verilog-auto-declare-nettype, verilog-insert-definition):
15659 Add verilog-auto-declare-nettype to fix declarations using
15660 `default_nettype none. Reported by Julian Gorfajn.
15661 (verilog-read-always-signals-recurse, verilog-read-decls)
15662 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15663 malformed end statement, bug325. Reported by Joshua Wise and
15664 Andrew Drake.
15665 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15666 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15667 when expanding .* in interfaces, bug320.
15668 Reported by Pierre-David Pfister.
15669 (verilog-read-module-name): Fix import statements between module
15670 name and open parenthesis, bug317.
15671 Reported by Pierre-David Pfister.
15672 (verilog-simplify-range-expression): Fix simplification of
15673 multiplications inside AUTOWIRE connections, bug303.
15674 (verilog-auto-inst-port): Support parameter expansion in
15675 multidimensional arrays.
15676 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15677 after "assert property". Reported by Julian Gorfajn.
15678 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15679 with multiplication, bug303.
15680 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15681 Reported by Jan Frode Lonnum.
15682
15683 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15684
15685 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15686 (hfy-shell-file-name, hfy-shell):
15687 * international/fontset.el (x-decompose-font-name): Fix typos.
15688
15689 2011-11-29 Ken Brown <kbrown@cornell.edu>
15690
15691 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15692 (gdb-version): Remove defvar.
15693 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15694 (gdb-gud-context-command, gdb-non-stop-handler)
15695 (gdb-current-context-command, gdb-stopped): Use it.
15696 (gdb-init-1): Enable pretty printing here.
15697 (gdb-non-stop-handler): Don't enable pretty-printing here.
15698 Check to see if the target supports non-stop mode; if not, turn off
15699 non-stop mode. Use the following.
15700 (gdb-check-target-async): New defun.
15701 (gud-watch, gdb-stopped): Fix whitespace.
15702 (gdb-get-source-file): Don't try to display the source file if
15703 `gdb-main-file' is nil.
15704
15705 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15706
15707 * align.el: Try to generate fewer markers (bug#10047).
15708 (align--set-marker): New macro.
15709 (align-region): Use it.
15710
15711 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15712
15713 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15714
15715 2011-11-29 Chong Yidong <cyd@gnu.org>
15716
15717 * indent.el (indent-for-tab-command, indent-according-to-mode):
15718 Doc fix.
15719 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15720
15721 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15722
15723 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15724 aware of remote file names. (Bug#10124)
15725
15726 2011-11-29 Chong Yidong <cyd@gnu.org>
15727
15728 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15729
15730 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * files.el (find-file): Don't use force-same-window (bug#10144).
15733 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15734 use pop-to-buffer if the selected window can't be used.
15735 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15736
15737 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15738
15739 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15740 special-mode-map.
15741
15742 2011-11-28 Chong Yidong <cyd@gnu.org>
15743
15744 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15745
15746 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15747
15748 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15749 gdb-get-source-file-list on gdb-create-source-file-list.
15750
15751 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15752
15753 * whitespace.el (whitespace-newline): Use a different foreground
15754 color for 16-color light-background displays.
15755
15756 2011-11-24 Chong Yidong <cyd@gnu.org>
15757
15758 * window.el (display-buffer--special-action): Doc fix.
15759
15760 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15761
15762 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15763 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15764 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15765 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15766 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15767 (avl-tree-stack-first):
15768 * emacs-lisp/cconv.el (cconv--analyse-use):
15769 * net/gnutls.el (gnutls-negotiate): Fix typos.
15770
15771 2011-11-24 Glenn Morris <rgm@gnu.org>
15772
15773 * lpr.el (lpr-windows-system, lpr-lp-system):
15774 * mail/binhex.el (binhex-begin-line):
15775 * progmodes/grep.el (grep-history, grep-find-history):
15776 * textmodes/flyspell.el:
15777 * vc/pcvs-defs.el (cvs-global-menu):
15778 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15779 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15780 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15781
15782 * net/tls.el: Fix case of "GnuTLS".
15783
15784 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15785
15786 * version.el (emacs-build-system): Give it a doc-string.
15787
15788 2011-11-24 Juri Linkov <juri@jurta.org>
15789
15790 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15791
15792 2011-11-24 Glenn Morris <rgm@gnu.org>
15793
15794 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15795 if called on a non-mime message just toggle the headers. (Bug#8006)
15796
15797 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15798
15799 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15800 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15801 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15802 (allout-rebullet-heading, allout-open-sibtopic)
15803 (allout-toggle-current-subtree-encryption)
15804 (allout-toggle-subtree-encryption, allout-encrypt-string)
15805 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15806 (allout-distinctive-bullets-string, allout-auto-activation):
15807 * window.el (window-normalize-buffer-to-display):
15808 * progmodes/verilog-mode.el (verilog-batch-indent):
15809 * textmodes/bibtex.el (bibtex-field-braces-opt)
15810 (bibtex-field-strings-opt):
15811 * vc/cvs-status.el (cvs-tree-merge):
15812 Fix typos.
15813
15814 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15815
15816 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15817 `non-essential' to t, in order to avoid remote connections.
15818
15819 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15820
15821 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15822 On MS-DOS and MS-Windows, compare with loaddefs.el
15823 case-insensitively.
15824
15825 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15826
15827 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15828
15829 2011-11-23 Glenn Morris <rgm@gnu.org>
15830
15831 * paths.el (rmail-file-name): Reformat the doc-string so that it
15832 is picked up.
15833
15834 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15835 (rmail-auto-file): Ignore case in the "special" field names,
15836 as mail-fetch-field does for all others.
15837
15838 * mail/rmail.el (rmail-forward):
15839 * mail/rmailkwd.el (rmail-set-label):
15840 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15841 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15842
15843 * mail/rmail.el (rmail-current-message): Doc fix.
15844
15845 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15846
15847 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15848
15849 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15850
15851 2011-11-22 Glenn Morris <rgm@gnu.org>
15852
15853 * mail/rmailmm.el (test-rmail-mime-handler)
15854 (test-rmail-mime-bulk-handler)
15855 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15856
15857 2011-11-21 Juri Linkov <juri@jurta.org>
15858
15859 * calc/calc.el (calc-read-key-sequence):
15860 Let-bind `input-method-function' to nil. (Bug#10018)
15861
15862 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15863
15864 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15865 Tell the caller that the next line needs recomputation, even
15866 though it doesn't start a sexp (bug#10094).
15867
15868 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15869
15870 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15871
15872 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15875 Use force-same-window.
15876
15877 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15878
15879 * descr-text.el (describe-char-unicode-data):
15880 * json.el (json-string-escape):
15881 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15882 (Footnote-unicode, Footnote-style-p):
15883 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15884
15885 2011-11-20 Chong Yidong <cyd@gnu.org>
15886
15887 * window.el (replace-buffer-in-windows): Restore interactive spec.
15888
15889 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15890
15891 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15892
15893 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15894 (byte-compile-global-not-obsolete-vars): New var.
15895 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15896 Use it.
15897 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15898
15899 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15900
15901 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15902 * progmodes/pascal.el (electric-pascal-equal):
15903 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15904 * xml.el (xml-substitute-special): Fix typos.
15905
15906 2011-11-20 Glenn Morris <rgm@gnu.org>
15907
15908 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15909 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15910 Doc fixes.
15911 (rmail-decode-mime-charset): Mark as obsolete.
15912
15913 * mail/rmailsum.el (rmail-message-regexp-p-1):
15914 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15915 Before using mime functions, check they are set. (Bug#10077)
15916
15917 2011-11-19 Juri Linkov <juri@jurta.org>
15918
15919 * info.el (Info-finder-find-node): Use `package--builtins' instead
15920 of `package-alist'. Use node names formed by the pattern "Keyword "
15921 and the keyword name.
15922
15923 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15924
15925 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15926
15927 2011-11-19 Juri Linkov <juri@jurta.org>
15928
15929 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15930 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15931 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15932 `old-history', `old-history-forward'. Add let-binding
15933 `window-selected'. Remove calls to `kill-buffer',
15934 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15935 before calling `Info-find-node', so `Info-find-node-2' will reread
15936 the Info file. Restore window positions only when `window-selected'
15937 is non-nil.
15938
15939 2011-11-19 Juri Linkov <juri@jurta.org>
15940
15941 * isearch.el (isearch-lazy-highlight-new-loop):
15942 Remove condition `(not isearch-error)'. (Bug#9918)
15943
15944 * misearch.el (multi-isearch-search-fun): Add condition
15945 `(not bound)' to ignore lazy-highlighting search.
15946 Add the search-failed message "end of multi" when the end of
15947 multi-sequence is reached. Uncapitalize the search-failed
15948 message "Repeat for next buffer".
15949
15950 * info.el (Info-search): Add the search-failed message
15951 "end of the manual" when the end of the manual is reached
15952 in Isearch mode.
15953
15954 2011-11-19 Juri Linkov <juri@jurta.org>
15955
15956 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15957 Use non-destructive `remove' instead of `delete' because
15958 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15959 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15960
15961 2011-11-19 Juri Linkov <juri@jurta.org>
15962
15963 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15964 to nil instead of binding `search-ring' and `regexp-search-ring'.
15965 (Bug#9185)
15966
15967 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15968
15969 * simple.el (line-move): Force movement by logical lines for any
15970 hscrolled window, not only when auto-hscroll-mode is on.
15971 (line-move-visual): Update doc string to that effect. (Bug#10076)
15972
15973 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15974
15975 * language/european.el (macintosh): Define as alias for mac-roman.
15976
15977 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15978
15979 * mail/rmailmm.el (rmail-mime-display-header)
15980 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15981 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15982 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15983 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15984 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15985 of a raw aref.
15986 (rmail-mime-entity-segment): To get past the tagline, move forward
15987 2 more lines, to account for the 2 empty lines that precede and
15988 follow the line with the buttons.
15989 (rmail-mime-update-tagline): Move one more line, to get past the
15990 empty line that follows the buttons in the tagline. (Bug#9520)
15991
15992 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15993
15994 * window.el (window-max-delta-1, window-min-delta-1)
15995 (window-min-size-1, window-state-get-1, window-state-put-1)
15996 (window-state-put-2): Use "window--" prefix.
15997
15998 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * emacs-lisp/smie.el: Improve warnings and conflict detection.
16001 (smie-warning-count): New var.
16002 (smie-set-prec2tab): Use it.
16003 (smie-bnf->prec2): Improve warnings. Add docstring.
16004 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16005 (smie-bnf--set-class): New function.
16006 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
16007 corner case.
16008
16009 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16010 (compilation-error-properties, compilation-move-to-column):
16011 Handle compilation-first-column while in the target buffer.
16012
16013 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16014 Don't hardcode point-min==1.
16015
16016 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16017 (eshell-rewrite-for-command): Remove workaround.
16018 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16019 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16020 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16021
16022 * files-x.el (modify-file-local-variable): Obey commenting conventions.
16023
16024 2011-11-17 Glenn Morris <rgm@gnu.org>
16025
16026 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16027 Ignore buffer-local generated-autoload-file if it is the same
16028 as the global value. (Bug#10049)
16029
16030 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
16031
16032 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16033 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16034 (reftex-toc-previous-heading, reftex-toc-max-level)
16035 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16036 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16037 (reftex-toc-do-promote, reftex-toc-promote-prepare)
16038 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16039 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16040 (reftex-toc-rename-label, reftex-toc-visit-location)
16041 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16042 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16043 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16044 leaving "*toc*" only for references to the buffer.
16045
16046 2011-11-17 Martin Rudalics <rudalics@gmx.at>
16047
16048 * window.el (window-resize, delete-window, split-window):
16049 Replace window-splits by window-combination-resize.
16050 * cus-start.el (window-splits): Replace by window-combination-resize.
16051
16052 2011-11-17 Glenn Morris <rgm@gnu.org>
16053
16054 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16055 Make bash entry derive from sh entry, not shell entry.
16056
16057 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
16058
16059 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16060 local file name.
16061
16062 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16063
16064 * menu-bar.el (menu-bar-file-menu):
16065 * printing.el (pr-ps-utility):
16066 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16067 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16068 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16069 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16070 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16071 (icalendar--convert-cyclic-to-ical)
16072 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16073 (icalendar--convert-ical-to-diary)
16074 (icalendar--convert-recurring-to-diary)
16075 (icalendar--convert-non-recurring-all-day-to-diary)
16076 (icalendar-import-format-sample):
16077 * progmodes/idlw-shell.el (idlwave-shell-mode):
16078 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16079 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16080 (vhdl-ps-print-init): Fix typos.
16081
16082 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
16083
16084 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16085 FSF and collapse date sequence, obscure author/maintainer email address
16086 better, remove extra version line, track relocation of author's webpage.
16087
16088 * progmodes/python.el (python-pdbtrack-input-prompt)
16089 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16090 regular python pdb prompts. Adjustments shamelessly taken exactly as
16091 suggested in EmacsWiki page (tiny change):
16092 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16093
16094 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16095
16096 * expand.el (expand-pos, expand-index, expand-point):
16097 Remove redundant info from docstring.
16098 (expand-add-abbrevs): Doc fix.
16099 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16100 (expand-sample-perl-mode-expand-list): Fix typos.
16101
16102 * net/dbus.el (dbus-event-member-name):
16103 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16104 * term/pc-win.el (msdos-create-frame-with-faces):
16105 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16106
16107 2011-11-16 Martin Rudalics <rudalics@gmx.at>
16108
16109 * window.el (split-window, window-state-get-1)
16110 (window-state-put-1, window-state-put-2): Rename occurrences of
16111 window-nest to window-combination-limit.
16112 * cus-start.el (window-nest): Rename to window-combination-limit.
16113
16114 2011-11-16 Chong Yidong <cyd@gnu.org>
16115
16116 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16117 regexp (Bug#10033).
16118
16119 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16122 `completing-read' will remove *Completions* and will preserve
16123 current-buffer for us.
16124 (tmm-add-prompt): Users of *Completions* will always (re)set its
16125 major mode.
16126 (tmm-old-comp-map): Remove.
16127
16128 2011-11-16 Glenn Morris <rgm@gnu.org>
16129
16130 * mail/rmailedit.el: Require rmailmm when compiling.
16131 (rmail-old-mime-state): New declaration.
16132 (rmail-edit-current-message): If editing a mime message,
16133 edit the "raw" message from the mbox buffer.
16134 (rmail-cease-edit): Handle mime messages. (Bug#9840)
16135
16136 2011-11-15 Glenn Morris <rgm@gnu.org>
16137
16138 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16139 which wasn't being used. Add optional arg to force given state.
16140 (rmail-mime): Add optional arg to force given state.
16141
16142 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16143
16144 * allout.el (allout-encryption-plaintext-sanitization-regexps):
16145 * frame.el (display-mm-dimensions-alist):
16146 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16147 (outline-move-subtree-down):
16148 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16149 (newsticker--treeview-do-get-node):
16150 * net/quickurl.el (quickurl-list-buffer-name):
16151 * progmodes/dcl-mode.el (dcl-mode):
16152 * progmodes/gdb-mi.el (gdb-mapcar*):
16153 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16154
16155 2011-11-15 Glenn Morris <rgm@gnu.org>
16156
16157 * mail/rmail.el (rmail-file-coding-system): It's only ever used
16158 in a boolean sense, so just make it a boolean, and fix the doc.
16159 (rmail-show-mime-function, rmail-mime-feature)
16160 (rmail-require-mime-maybe): Doc fixes.
16161 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16162
16163 * mail/rmailmm.el (rmail-show-mime): Doc fix.
16164
16165 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16166
16167 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16168 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16169 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16170 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16171
16172 2011-11-15 Glenn Morris <rgm@gnu.org>
16173
16174 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16175 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16176 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16177 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16178 (rmail-mime, rmail-show-mime): Doc fixes.
16179
16180 * term/ns-win.el (mode-line-frame-identification):
16181 Leave it alone. (Bug#10051)
16182
16183 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
16184
16185 * mail/rmailout.el (rmail-output-to-rmail-buffer):
16186 Handle empty buffers. (Bug#9978)
16187
16188 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
16189
16190 * international/mule.el (define-charset):
16191 * mail/rmailmm.el (rmail-mime-find-header-encoding):
16192 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16193 * progmodes/verilog-mode.el (verilog-backward-token):
16194 * textmodes/ispell.el (lookup-words):
16195 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16196
16197 2011-11-14 Glenn Morris <rgm@gnu.org>
16198
16199 * progmodes/executable.el
16200 (executable-make-buffer-file-executable-if-script-p):
16201 Handle file-modes returning nil.
16202
16203 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16204 message - not necessary, and causes problems. (Bug#9831)
16205
16206 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16207
16208 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16209
16210 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16211 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
16212 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16213
16214 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16215
16216 * window.el (window-resize, delete-window): Use window-splits
16217 variable instead of function.
16218 (window-state-get-1, window-state-put-2, window-state-put):
16219 Don't deal with windows' splits status.
16220
16221 2011-11-12 Glenn Morris <rgm@gnu.org>
16222
16223 * apropos.el (apropos-do-all, apropos-library, apropos-value)
16224 (apropos-documentation): Doc fixes.
16225
16226 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
16227
16228 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16229 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16230
16231 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * electric.el (electric-indent-post-self-insert-function): Make it
16234 possible for a char to only indent in some circumstances.
16235 (electric-indent-mode): Simplify.
16236
16237 2011-11-11 Martin Rudalics <rudalics@gmx.at>
16238
16239 * window.el (windows-with-parameter): Remove unused function.
16240 (windows-at-side): Rename to window-at-side-list.
16241 (window-check, window-atom-check, window-atom-check-1)
16242 (window-side-check, window-size-ignore, window-size-fixed-1)
16243 (window-in-direction-2): Prefix with "window--".
16244 (window-tree-1): Rename to window--subtree, fix doc-string.
16245
16246 2011-11-11 Glenn Morris <rgm@gnu.org>
16247
16248 * subr.el (eval-after-load): If FILE is already loaded,
16249 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
16250
16251 2011-11-10 Glenn Morris <rgm@gnu.org>
16252
16253 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16254 Call svn via vc-svn-command rather than vc-do-command.
16255 (vc-svn-command): Add --non-interactive. (Bug#9993)
16256 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16257
16258 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16259 Add toggle-read-only. (Bug#7292)
16260 * files.el (toggle-read-only): Mention that it should only
16261 be used interactively. (Bug#10006)
16262
16263 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16266 Adjust regexp for OCaml warnings.
16267
16268 * electric.el (electric-pair-post-self-insert-function): Let user
16269 turn it off buffer-locally (bug#9932).
16270
16271 * progmodes/python.el (python-beginning-of-statement):
16272 Rewrite (bug#2703).
16273
16274 * progmodes/compile.el: Better handle TABs (bug#9749).
16275 (compilation-internal-error-properties)
16276 (compilation-next-error-function): Obey the target buffer's
16277 compilation-error-screen-columns.
16278
16279 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
16280
16281 * progmodes/meta-mode.el: Remove obsolete comments.
16282 (meta-right-comment-regexp, meta-ignore-comment-regexp):
16283 Fix typos in docstrings.
16284
16285 2011-11-09 Martin Rudalics <rudalics@gmx.at>
16286
16287 * window.el (window-size-fixed-p): Rewrite doc-string.
16288 (window-resizable-p): Rename to window--resizable-p. Update callers.
16289 (window--resizable): New function. Make all callers of
16290 window-resizable call window--resizable instead.
16291 (window-resizable): Rewrite in terms of window--resizable.
16292
16293 2011-11-08 Glenn Morris <rgm@gnu.org>
16294
16295 * progmodes/delphi.el (delphi-mode-syntax-table):
16296 Let define-derived-mode define a proper syntax table. (Bug#9994)
16297
16298 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * window.el: Stay away from defsubst.
16301 (window-list-no-nils): Remove.
16302 (window-state-get-1, window-state-get): Use backquote instead.
16303
16304 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16305
16306 * emacs-lisp/find-func.el (find-function-read):
16307 Fix incorrect use of default argument in `completing-read'.
16308
16309 2011-11-08 Martin Rudalics <rudalics@gmx.at>
16310
16311 * window.el (display-buffer-function, special-display-function):
16312 Mention display-buffer-record-window but do not mention
16313 help-setup parameter in doc-strings.
16314 (window-min-delta): Fix doc-string typo.
16315
16316 2011-11-08 Chong Yidong <cyd@gnu.org>
16317
16318 * window.el (window-total-height, window-total-width): Doc fix.
16319 (window-body-size): Move from C.
16320 (window-body-height, window-body-width): Move to C.
16321
16322 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * window.el: Make special-display like display-buffer-alist (bug#9532).
16325 (display-buffer--special-action): New function, morphed
16326 from display-buffer--special.
16327 (display-buffer): Use it to handle special-display-buffers at higher
16328 priority (just after display-buffer-alist).
16329 (display-buffer-fallback-action, display-buffer--other-frame-action)
16330 (pop-to-buffer-same-window): Remove display-buffer--special.
16331
16332 2011-11-07 Glenn Morris <rgm@gnu.org>
16333
16334 * calendar/cal-menu.el (cal-menu-set-date-title):
16335 Do nothing if not in a calendar. (Bug#9976)
16336
16337 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16338
16339 * files.el (find-file): Always use selected-window.
16340
16341 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16342
16343 * window.el (window-combinations): Make WINDOW argument
16344 mandatory. Rewrite doc-string.
16345 (walk-window-subtree, window-atom-check, window-min-delta)
16346 (window-max-delta, window--resize-this-window)
16347 (window--resize-root-window-vertically, window-tree)
16348 (balance-windows, window-state-put): Rewrite doc-strings as to
16349 not mention the term "subwindow".
16350 (window--resize-subwindows-skip-p): Rename to
16351 window--resize-child-windows-skip-p.
16352 (window--resize-subwindows-normal): Rename to
16353 window--resize-child-windows-normal.
16354 (window--resize-subwindows): Rename to
16355 window--resize-child-windows.
16356 (window-or-subwindow-p): Rename to window--in-subtree-p.
16357
16358 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16359
16360 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16361 Ensure that mbox format messages end in two newlines (Bug#9974).
16362
16363 2011-11-06 Chong Yidong <cyd@gnu.org>
16364
16365 * window.el (window-combination-p): Function deleted; its
16366 side-effect is not used in any existing code.
16367 (window-combinations, window-combined-p): Call window-*-child
16368 directly.
16369
16370 2011-11-05 Chong Yidong <cyd@gnu.org>
16371
16372 * window.el (window-valid-p): Rename from window-any-p.
16373 (window-size-ignore, window-state-get): Callers changed.
16374 (window-normalize-window): Rename from window-normalize-any-window.
16375 New arg LIVE-ONLY, replacing window-normalize-live-window.
16376 (window-normalize-live-window): Delete.
16377 (window-combination-p, window-combined-p, window-combinations)
16378 (walk-window-subtree, window-atom-root, window-min-size)
16379 (window-sizable, window-sizable-p, window-size-fixed-p)
16380 (window-min-delta, window-max-delta, window-resizable)
16381 (window-resizable-p, window-full-height-p, window-full-width-p)
16382 (window-current-scroll-bars, window-point-1, set-window-point-1)
16383 (window-at-side-p, window-in-direction, window-resize)
16384 (adjust-window-trailing-edge, maximize-window, minimize-window)
16385 (window-deletable-p, delete-window, delete-other-windows)
16386 (record-window-buffer, unrecord-window-buffer)
16387 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16388 (quit-window, split-window, window-state-put)
16389 (set-window-text-height, fit-window-to-buffer)
16390 (shrink-window-if-larger-than-buffer): Callers changed.
16391
16392 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16393
16394 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16395 rfc2047-decode-string.
16396 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16397 warnings.
16398
16399 * window.el (window-body-height, window-body-width): Mention in
16400 the doc string that the return values are in frame's canonical
16401 units. (Bug#9949)
16402
16403 2011-11-03 Alan Mackenzie <acm@muc.de>
16404
16405 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16406 change in cc-engine.el.
16407
16408 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16411
16412 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16413
16414 * window.el (quit-window): Call unrecord-window-buffer after
16415 showing another buffer in the window. (Bug#9937)
16416 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16417
16418 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16419
16420 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16421 Accept status with more than 9 shelves. (Bug#9935)
16422 Reported by Colin D Bennett <colin@gibibit.com>.
16423
16424 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16425
16426 * help.el (with-help-window): Don't reference
16427 temp-buffer-show-specifiers in doc-string.
16428
16429 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16430
16431 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16432 menu-item.
16433
16434 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16435
16436 * whitespace.el: New version 13.2.2.
16437 (whitespace-newline-mode): Disable properly. Reported by Sarah
16438 <EmacsWiki>.
16439
16440 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16441
16442 * net/newst-treeview.el: Remove "Time-stamp".
16443 (newsticker--group-manage-orphan-feeds): Do not call
16444 newsticker--treeview-tree-update.
16445 (newsticker-treeview-update, newsticker-treeview):
16446 Call newsticker--treeview-tree-update if necessary.
16447
16448 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16449
16450 * window.el (window-iso-combination-p, window-iso-combined-p)
16451 (window-iso-combinations): Remove "iso-" infix.
16452 Suggested by Chong Yidong.
16453 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16454 (window-max-delta-1, window-resize, window--resize-siblings)
16455 (window--resize-this-window, adjust-window-trailing-edge)
16456 (split-window, balance-windows-1)
16457 (shrink-window-if-larger-than-buffer):
16458 * calendar/calendar.el (calendar-generate-window):
16459 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16460
16461 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16464 in place (bug#9907).
16465 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16466 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16467 (eshell-structure-basic-command, eshell-rewrite-while-command)
16468 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16469 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16470 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16471 (eshell-do-pipelines-synchronously, eshell-eval-command):
16472 Use backquotes and prefer setq to set.
16473 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16474 (eshell-macrop): Use functionp.
16475 (eshell-do-eval): Handle multiple expressions in `while' body.
16476
16477 2011-10-30 Chong Yidong <cyd@gnu.org>
16478
16479 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16480 instead of set-mark (Bug#9810).
16481
16482 2011-10-30 Chong Yidong <cyd@gnu.org>
16483
16484 * window.el (split-window-below, split-window-right): Rename from
16485 split-window-above-each-other and split-window-side-by-side
16486 respectively. All callers changed.
16487 (split-window-sensibly, split-window-sensibly): Use them.
16488 (split-window-keep-point): Doc fix.
16489
16490 * isearch.el: Add isearch-scroll property to split-window-below
16491 and split-window-right.
16492
16493 * follow.el (follow-mode):
16494 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16495 * progmodes/ada-xref.el (ada-gdb-application):
16496 * emulation/vip.el (vip-buffer-in-two-windows):
16497 * image-dired.el (image-dired-dired-with-window-configuration):
16498 * dired-x.el (dired-do-find-marked-files):
16499 * dired.el (dired-pop-to-buffer):
16500 * bs.el (bs--show-with-configuration):
16501 * vc/emerge.el (emerge-setup-windows):
16502 * textmodes/two-column.el (2C-two-columns):
16503 * textmodes/reftex-toc.el (reftex-toc):
16504 * progmodes/gdb-mi.el (gdb-setup-windows):
16505 * progmodes/fortran.el (fortran-window-create):
16506 * net/newst-treeview.el (newsticker--treeview-window-init):
16507 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16508 * emulation/tpu-edt.el (tpu-gold-map):
16509 * emulation/crisp.el (crisp-mode-map):
16510 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16511
16512 2011-10-29 Chong Yidong <cyd@gnu.org>
16513
16514 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16515
16516 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16517
16518 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16519 forged Ispell output (Bug#7904).
16520
16521 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16522
16523 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16524
16525 * doc-view.el: Avoid ugly errors about not finding nil.
16526 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16527 (doc-view-dvipdf-program, doc-view-unoconv-program)
16528 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16529 Avoid nil or absolute file name as default value.
16530 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16531
16532 2011-10-28 Alan Mackenzie <acm@muc.de>
16533
16534 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16535
16536 2011-10-28 Alan Mackenzie <acm@muc.de>
16537
16538 Amend the handling of c-beginning/end-of-defun in nested declaration
16539 scopes.
16540
16541 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16542 cc-langs.el. Change it to a defcustom.
16543
16544 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16545 cc-vars.el.
16546
16547 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16548 Prevent "class foo : bar" being spuriously recognized as a label.
16549
16550 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16551 Add parameter `inclusive' (to include enclosing braces in the region).
16552 (c-widen-to-enclosing-decl-scope): New function.
16553 (c-while-widening-to-decl-block): New macro.
16554 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16555 outward for defun boundaries, and correspondingly change symbol
16556 `respect-enclosure' to `go-outward'.
16557 (c-declaration-limits): Change algorithm to report only the "innermost"
16558 defun's boundaries.
16559
16560 2011-10-28 Deniz Dogan <deniz@dogan.se>
16561
16562 * net/rcirc.el (rcirc-mode): Use hard newlines.
16563
16564 2011-10-28 Alan Mackenzie <acm@muc.de>
16565
16566 Amend to indent and fontify macros "which include their own semicolon"
16567 correctly, using the "virtual semicolon" mechanism.
16568
16569 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16570
16571 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16572 Recode to scan one line at a time rather than having \n and \r
16573 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16574 (c-forward-label): Amend for virtual semicolons.
16575 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16576
16577 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16578 of the new C macros.
16579
16580 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16581 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16582 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16583 (c-opt-cpp-macro-define): Make into a full language variable.
16584 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16585 AWK Mode (including \n, \r) removed, no longer needed.
16586
16587 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16588 Invoke c-make-macro-with-semi-re.
16589
16590 * progmodes/cc-vars.el (c-macro-with-semi-re):
16591 (c-macro-names-with-semicolon): New variables.
16592 (c-make-macro-with-semi-re): New function.
16593
16594 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16595
16596 * vc/log-edit.el: Fill empty field rather than adding new one.
16597 (log-edit-add-field): New function.
16598 (log-edit-insert-changelog): Use it.
16599
16600 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16601
16602 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16603
16604 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16605
16606 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16607 (gdb--check-interpreter): New function.
16608 (gdb): Use it.
16609
16610 2011-10-27 Glenn Morris <rgm@gnu.org>
16611
16612 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16613 (least-positive-float, least-negative-float)
16614 (least-positive-normalized-float, least-negative-normalized-float)
16615 (float-epsilon, float-negative-epsilon):
16616 Remove unnecessary declarations.
16617
16618 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16619 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16620 (least-positive-float, least-negative-float)
16621 (least-positive-normalized-float, least-negative-normalized-float)
16622 (float-epsilon, float-negative-epsilon): Add doc-strings,
16623 based on those in cl.texi.
16624
16625 * files.el (set-visited-file-name): If the major-mode changed,
16626 reload the local variables. (Bug#9796)
16627
16628 2011-10-27 Chong Yidong <cyd@gnu.org>
16629
16630 * subr.el (change-major-mode-after-body-hook): New hook.
16631 (run-mode-hooks): Run it.
16632
16633 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16634 Use change-major-mode-before-body-hook.
16635
16636 * simple.el (fundamental-mode):
16637 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16638 change introducing fundamental-mode-hook.
16639
16640 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16641
16642 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16643
16644 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16645
16646 * ido.el (ido-file-name-all-completions-1): Do not require
16647 tramp.el explicitly. (Bug#7583)
16648
16649 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16650
16651 * progmodes/octave-mod.el:
16652 * progmodes/octave-inf.el: Update maintainer.
16653
16654 2011-10-26 Chong Yidong <cyd@gnu.org>
16655
16656 * subr.el (with-wrapper-hook): Rewrite doc.
16657
16658 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16659
16660 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16661 filenames "/method:foo:". (Bug#9793)
16662
16663 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16666 (bug#9865).
16667
16668 2011-10-24 Glenn Morris <rgm@gnu.org>
16669
16670 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16671
16672 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16673
16674 * notifications.el: Add the requirement of a running D-Bus session
16675 bus to the Commentary.
16676
16677 2011-10-24 Juri Linkov <juri@jurta.org>
16678
16679 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16680 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16681 (Bug#9364)
16682
16683 2011-10-24 Juri Linkov <juri@jurta.org>
16684
16685 * info.el (Info-following-node-name-re): Add newline to the list
16686 of allowed characters for leading space. (Bug#9824)
16687
16688 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * progmodes/octave-inf.el (inferior-octave-mode-map):
16691 Fix C-c C-h binding.
16692 * progmodes/octave-mod.el (octave-help): Remove.
16693
16694 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16695
16696 Sync with Tramp 2.2.3.
16697
16698 * net/tramp-cache.el (top): Pacify byte-compiler using
16699 `init-file-user' and `site-run-file'.
16700
16701 * net/trampver.el: Update release number.
16702
16703 2011-10-23 Chong Yidong <cyd@gnu.org>
16704
16705 * files.el (toggle-read-only): Remove obsolete comment about
16706 version control.
16707
16708 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16709 for toggle-read-only. Note that this hasn't called vc-next-action
16710 since 2008-05-02, though it wasn't documented at the time.
16711
16712 * vc/ediff-init.el (ediff-toggle-read-only-function):
16713 Use toggle-read-only.
16714
16715 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16716
16717 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16718 of c-parse-state.
16719
16720 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16721 correct faulty logical expression.
16722 (c-parse-state-state, c-record-parse-state-state):
16723 (c-replay-parse-state-state): New defvar/defuns.
16724 (c-debug-parse-state): Use new functions.
16725
16726 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16727
16728 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16729 last fix. Use window-in-direction correctly.
16730
16731 2011-10-21 Chong Yidong <cyd@gnu.org>
16732
16733 * progmodes/idlwave.el (idlwave-mode):
16734 * progmodes/vera-mode.el (vera-mode): No need to set
16735 require-final-newline; that's done in prog-mode.
16736 Suggested by Stefan Monnier.
16737
16738 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16739
16740 * mouse.el (mouse-drag-window-above)
16741 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16742 (mouse-drag-mode-line-1, mouse-drag-header-line)
16743 (mouse-drag-vertical-line-rightward-window): Remove.
16744 (mouse-drag-line): New function.
16745 (mouse-drag-mode-line, mouse-drag-header-line)
16746 (mouse-drag-vertical-line): Call mouse-drag-line.
16747 * window.el (window-at-side-p, windows-at-side): New functions.
16748
16749 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16750
16751 * tar-mode.el (tar-grind-file-mode):
16752 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16753
16754 2011-10-21 Chong Yidong <cyd@gnu.org>
16755
16756 * progmodes/idlwave.el (idlwave-mode):
16757 * progmodes/vera-mode.el (vera-mode):
16758 Use mode-require-final-newline.
16759
16760 2011-10-20 Glenn Morris <rgm@gnu.org>
16761
16762 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16763
16764 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16765
16766 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16767
16768 2011-10-20 Chong Yidong <cyd@gnu.org>
16769
16770 * emulation/cua-base.el (cua-mode):
16771 * mail/footnote.el (footnote-mode):
16772 * mail/mailabbrev.el (mail-abbrevs-mode):
16773 * net/xesam.el (xesam-minor-mode):
16774 * progmodes/bug-reference.el (bug-reference-mode):
16775 * progmodes/cap-words.el (capitalized-words-mode):
16776 * progmodes/compile.el (compilation-minor-mode)
16777 (compilation-shell-minor-mode):
16778 * progmodes/gud.el (gud-tooltip-mode):
16779 * progmodes/hideif.el (hide-ifdef-mode):
16780 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16781 * progmodes/subword.el (subword-mode):
16782 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16783 * progmodes/which-func.el (which-function-mode):
16784 * term/tvi970.el (tvi970-set-keypad-mode):
16785 * term/vt100.el (vt100-wide-mode):
16786 * textmodes/flyspell.el (flyspell-mode):
16787 * textmodes/ispell.el (ispell-minor-mode):
16788 * textmodes/nroff-mode.el (nroff-electric-mode):
16789 * textmodes/paragraphs.el (use-hard-newlines):
16790 * textmodes/refill.el (refill-mode):
16791 * textmodes/reftex.el (reftex-mode):
16792 * textmodes/rst.el (rst-minor-mode):
16793 * textmodes/sgml-mode.el (html-autoview-mode)
16794 (sgml-electric-tag-pair-mode):
16795 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16796 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16797 * emulation/crisp.el (crisp-mode):
16798 * emacs-lisp/eldoc.el (eldoc-mode):
16799 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16800 minor mode behavior.
16801
16802 2011-10-19 Juri Linkov <juri@jurta.org>
16803
16804 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16805 the list of hard-coded chars with escape-glyph face.
16806
16807 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16808
16809 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16810
16811 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16812
16813 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16814 running process.
16815
16816 2011-10-19 Glenn Morris <rgm@gnu.org>
16817
16818 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16819 Ignore ignored files. (Bug#9726)
16820
16821 2011-10-19 Chong Yidong <cyd@gnu.org>
16822
16823 Doc fix for minor modes, stating that an omitted argument enables
16824 the mode unconditionally when called from Lisp.
16825
16826 * abbrev.el (abbrev-mode):
16827 * allout.el (allout-mode):
16828 * autoinsert.el (auto-insert-mode):
16829 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16830 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16831 (global-auto-revert-mode):
16832 * battery.el (display-battery-mode):
16833 * composite.el (global-auto-composition-mode)
16834 (auto-composition-mode):
16835 * delsel.el (delete-selection-mode):
16836 * desktop.el (desktop-save-mode):
16837 * dired-x.el (dired-omit-mode):
16838 * dirtrack.el (dirtrack-mode):
16839 * doc-view.el (doc-view-minor-mode):
16840 * double.el (double-mode):
16841 * electric.el (electric-indent-mode, electric-pair-mode):
16842 * emacs-lock.el (emacs-lock-mode):
16843 * epa-hook.el (auto-encryption-mode):
16844 * follow.el (follow-mode):
16845 * font-core.el (font-lock-mode):
16846 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16847 * help.el (temp-buffer-resize-mode):
16848 * hilit-chg.el (highlight-changes-mode)
16849 (highlight-changes-visible-mode):
16850 * hi-lock.el (hi-lock-mode):
16851 * hl-line.el (hl-line-mode, global-hl-line-mode):
16852 * icomplete.el (icomplete-mode):
16853 * ido.el (ido-everywhere):
16854 * image-file.el (auto-image-file-mode):
16855 * image-mode.el (image-minor-mode):
16856 * iswitchb.el (iswitchb-mode):
16857 * jka-cmpr-hook.el (auto-compression-mode):
16858 * linum.el (linum-mode):
16859 * longlines.el (longlines-mode):
16860 * master.el (master-mode):
16861 * mb-depth.el (minibuffer-depth-indicate-mode):
16862 * menu-bar.el (menu-bar-mode):
16863 * minibuf-eldef.el (minibuffer-electric-default-mode):
16864 * mouse-sel.el (mouse-sel-mode):
16865 * msb.el (msb-mode):
16866 * mwheel.el (mouse-wheel-mode):
16867 * outline.el (outline-minor-mode):
16868 * paren.el (show-paren-mode):
16869 * recentf.el (recentf-mode):
16870 * reveal.el (reveal-mode, global-reveal-mode):
16871 * rfn-eshadow.el (file-name-shadow-mode):
16872 * ruler-mode.el (ruler-mode):
16873 * savehist.el (savehist-mode):
16874 * scroll-all.el (scroll-all-mode):
16875 * scroll-bar.el (scroll-bar-mode):
16876 * server.el (server-mode):
16877 * shell.el (shell-dirtrack-mode):
16878 * simple.el (auto-fill-mode, transient-mark-mode)
16879 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16880 (line-number-mode, column-number-mode, size-indication-mode)
16881 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16882 * strokes.el (strokes-mode):
16883 * time.el (display-time-mode):
16884 * t-mouse.el (gpm-mouse-mode):
16885 * tool-bar.el (tool-bar-mode):
16886 * tooltip.el (tooltip-mode):
16887 * type-break.el (type-break-mode-line-message-mode)
16888 (type-break-query-mode):
16889 * view.el (view-mode):
16890 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16891 (global-whitespace-mode, global-whitespace-newline-mode):
16892 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16893
16894 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16895 Fix autogenerated docstring.
16896
16897 2011-10-19 Juri Linkov <juri@jurta.org>
16898
16899 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16900 by checking environment variables "DESKTOP_SESSION" and
16901 "XDG_CURRENT_DESKTOP". (Bug#9779)
16902
16903 2011-10-19 Juri Linkov <juri@jurta.org>
16904
16905 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16906 (browse-url-chromium-program, browse-url-chromium-arguments):
16907 New defcustoms.
16908 (browse-url-default-browser): Check for `browse-url-chromium' and
16909 call `browse-url-chromium-program'.
16910 (browse-url-chromium): New command. (Bug#9779)
16911
16912 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16913
16914 * facemenu.el (list-colors-duplicates): On Windows, detect more
16915 duplicates by assuming that only colors matching "^System" are
16916 special "system colors". (Bug#9722)
16917
16918 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16921 to distinguish the author from the committer.
16922
16923 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16924
16925 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16926
16927 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16928
16929 * international/mule.el (sgml-html-meta-auto-coding-function):
16930 Add support for detecting encoding in HTML5 specified only as
16931 <meta charset="UTF-8">. Implementation just makes http-equiv and
16932 content-type parts from HTML4 encoding string optional. (Bug#9716)
16933
16934 2011-10-18 Glenn Morris <rgm@gnu.org>
16935
16936 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16937
16938 2011-10-18 Chong Yidong <cyd@gnu.org>
16939
16940 * faces.el (cursor): Doc fix.
16941
16942 2011-10-17 Chong Yidong <cyd@gnu.org>
16943
16944 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16945
16946 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16947
16948 * dirtrack.el (dirtrack): Support shell buffers with path
16949 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16950
16951 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16952
16953 * json.el: Bump version to 1.3 and note change in History.
16954 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16955
16956 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * comint.el (comint-insert-input, comint-send-input)
16959 (comint-get-old-input-default, comint-backward-matching-input)
16960 (comint-next-prompt): Use nil instead of `input' for field property of
16961 past user input (bug#114).
16962
16963 * minibuffer.el (completion--replace): Inherit surrounding properties
16964 (bug#114).
16965 (minibuffer-complete-and-exit): Use it.
16966
16967 * comint.el (comint--table-subvert): Quote the all-completions output
16968 (bug#9160).
16969
16970 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16971
16972 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16973
16974 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16975 window on right of selected. (Bug#9350) Reword other window
16976 entries and separate them from frame entries.
16977
16978 2011-10-15 Glenn Morris <rgm@gnu.org>
16979
16980 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16981 Doc fixes.
16982
16983 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16984
16985 * net/network-stream.el (network-stream-open-starttls):
16986 Improve detection of failure due to lack of TLS support.
16987
16988 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16989 putting the input text in front and in bold.
16990
16991 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16994
16995 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16996 empty buffer.
16997
16998 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16999 unread-command-events rather than pushing yet-another event.
17000
17001 2011-10-14 Eli Zaretskii <eliz@gnu.org>
17002
17003 * mail/sendmail.el (sendmail-query-once): Improve the wording of
17004 the explanation of the possible choices. Make the options passed
17005 to completing-read shorter.
17006
17007 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17008
17009 * textmodes/flyspell.el (flyspell-large-region): Make sure
17010 extended character mode is used if defined (Bug#1339).
17011
17012 2011-10-13 Eli Zaretskii <eliz@gnu.org>
17013
17014 * simple.el (what-cursor-position): Fix the display of the
17015 character info for LRE, LRO, RLE, and RLO characters by appending
17016 an invisible PDF.
17017
17018 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17019
17020 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17021 even in case of error; add debug spec; simplify data flow.
17022 (with-timeout-handler): Remove.
17023
17024 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
17025
17026 Fix Bug#6019, Bug#9315.
17027
17028 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17029 complete `buffer-file-name', the local file name part could look
17030 remotely (for example on VMS).
17031
17032 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17033 `tramp-run-real-handler'.
17034 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17035 already quoted by '"'.
17036
17037 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17038 Let `file-name-handler-alist' be nil, the local file name part
17039 could look remotely (for example on VMS).
17040
17041 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17042
17043 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17044 from here...
17045 (flyspell-post-command-hook): ...to here.
17046
17047 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17048
17049 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17050 if not needed.
17051 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
17052 using completion. Protect against "slow" callers.
17053 Remove the "message hack".
17054
17055 2011-10-11 Juri Linkov <juri@jurta.org>
17056
17057 * isearch.el (isearch-lazy-highlight-word): New variable.
17058 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17059 Use it. (Bug#9727)
17060
17061 2011-10-11 Glenn Morris <rgm@gnu.org>
17062
17063 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17064 like f90-previous-statement does.
17065
17066 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17067
17068 * eshell/eshell.el (eshell-command): History should be saved
17069 only in interactive use, to avoid error.
17070
17071 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * minibuffer.el (completion-file-name-table): Fix last change,
17074 i.e. ignore normal errors but not the other ones.
17075
17076 2011-10-10 Martin Rudalics <rudalics@gmx.at>
17077
17078 * window.el (special-display-buffer-names)
17079 (special-display-regexps): Remove some remnants of earlier
17080 changes from doc-strings.
17081 (quit-windows-on): New function.
17082
17083 * vc/vc.el (vc-revert, vc-rollback):
17084 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17085 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
17086 (Bug#6183) (Bug#7074) (Bug#7447)
17087
17088 2011-10-09 Martin Rudalics <rudalics@gmx.at>
17089
17090 * window.el (frame-auto-hide-function): Add version tag.
17091 (Bug#9699)
17092
17093 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
17094
17095 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17096 condition.
17097
17098 2011-10-09 Leo Liu <sdl.web@gmail.com>
17099
17100 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17101 (Bug#9701)
17102
17103 2011-10-08 Glenn Morris <rgm@gnu.org>
17104
17105 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17106 before the first code statement zero indent. (Bug#9690)
17107
17108 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
17109
17110 * simple.el (count-words-region): Always count in the region.
17111 Report the number of lines and characters too.
17112 (count-words): New command, which counts in the buffer if the
17113 region is inactive, as count-words-region used to.
17114 (count-words--message): New function. Handle plurals.
17115 (count-lines-region): Make it an alias for count-words-region.
17116
17117 * bindings.el (esc-map): Replace count-lines-region with
17118 count-words-region.
17119
17120 2011-10-08 Martin Rudalics <rudalics@gmx.at>
17121
17122 * window.el (window--delete): Delete dedicated frame
17123 unconditionally when argument KILL is non-nil. (Bug#9699)
17124 (switch-to-buffer): Fix doc-string typo.
17125
17126 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17127
17128 * eshell/eshell.el (eshell-command): Avoid using hooks.
17129
17130 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
17131
17132 * bindings.el ([M-left],[M-right]): Bind to left-word and
17133 right-word respectively.
17134
17135 2011-10-07 Glenn Morris <rgm@gnu.org>
17136
17137 * cus-start.el (debug-on-quit): Fix custom type.
17138
17139 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17140
17141 * subr.el (define-key-after): Clarify that the function is not
17142 useful for non-menu keymaps.
17143
17144 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17145
17146 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17147
17148 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17149 in current minibuffer (Fix bug with recursive minibuffers).
17150
17151 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
17152
17153 * progmodes/gdb-mi.el (gdb): Doc fix.
17154
17155 2011-10-05 Martin Rudalics <rudalics@gmx.at>
17156
17157 * window.el (frame-auto-hide-function): New option replacing
17158 frame-auto-delete. Suggested by Stefan Monnier.
17159 (window--delete): Call frame-auto-hide-function instead of
17160 investigating frame-auto-delete.
17161 (window-point-1, set-window-point-1): New functions.
17162 (window-in-direction, record-window-buffer, window-state-get-1)
17163 (display-buffer-record-window): Use window-point-1 instead of
17164 window-point.
17165 (set-window-buffer-start-and-point): Use set-window-point-1.
17166
17167 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17170
17171 2011-10-05 Glenn Morris <rgm@gnu.org>
17172
17173 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17174 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
17175
17176 2011-10-05 Leo Liu <sdl.web@gmail.com>
17177
17178 * subr.el (read-char-choice): Fix argument to buffer-live-p which
17179 works with buffer object.
17180
17181 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * mpc.el (mpc-tool-bar-map): Add labels.
17184
17185 2011-10-04 Glenn Morris <rgm@gnu.org>
17186
17187 * calendar/holidays.el (calendar-check-holidays): Doc fix.
17188
17189 2011-10-04 Martin Rudalics <rudalics@gmx.at>
17190
17191 * window.el (window--delete): New function.
17192 (frame-auto-delete): Resuscitate option.
17193 (bury-buffer, replace-buffer-in-windows)
17194 (quit-window): Rewrite using window--delete.
17195 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17196 Pass display-buffer-mark-dedicated to window--display-buffer-2
17197 (Bug#9639).
17198
17199 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17200
17201 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17202 returns a list (bug#9554). Add remote file name completion.
17203 * comint.el (comint--table-subvert): Curry and get quote&unquote
17204 functions as arguments.
17205 (comint--complete-file-name-data): Adjust call accordingly.
17206 * pcomplete.el (pcomplete--table-subvert): Remove.
17207 (pcomplete-completions-at-point): Use comint--table-subvert instead.
17208
17209 * minibuffer.el (completion-table-case-fold): Use currying.
17210 (completion--styles-type, completion--cycling-threshold-type):
17211 New constants.
17212 (completion-styles, completion-category-overrides)
17213 (completion-cycle-threshold): Use them.
17214 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17215 completion-table-case-fold.
17216
17217 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
17218
17219 * minibuffer.el (completion-category-overrides): Fix type of styles
17220 and add more user friendly tags (bug#9660).
17221
17222 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17223
17224 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17225 (mule-input-method-string): New widget.
17226 (default-input-method, language-info-custom-alist): Use it.
17227
17228 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17229
17230 * pcomplete.el: Require comint.
17231 (pcomplete--common-suffix): Remove.
17232 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17233 (pcomplete--table-subvert): Sync with comint--table-subvert.
17234 (pcomplete--entries): Use comint-completion-file-name-table.
17235 * comint.el (comint-unquote-filename): Simplify.
17236 (comint-completion-file-name-table): New function (bug#9616).
17237 (comint--complete-file-name-data): Use it.
17238
17239 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17240 (pcmpl-gnu-tar-buffer): Remove.
17241 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17242 around. Make sure pcomplete-suffix-list is only changed temporarily.
17243 Don't look inside the tar's file if it's too large.
17244
17245 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
17246
17247 * cus-edit.el (custom-mode-map):
17248 * epa.el (epa-key-list-mode-map):
17249 * man.el (Man-mode-map):
17250 * startup.el (splash-screen-keymap):
17251 * simple.el (special-mode-map): Use scroll-up-command and
17252 scroll-down-command.
17253
17254 * progmodes/idlw-help.el (idlwave-help-mode-map):
17255 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17256 * net/newst-plainview.el (newsticker-mode-map):
17257 * emulation/ws-mode.el (wordstar-mode-map):
17258 * emulation/vi.el (vi-com-map):
17259 * calc/calc-graph.el (calc-graph-show-dumb):
17260 * term/sun.el (terminal-init-sun):
17261 * term/ns-win.el (global-map):
17262 * progmodes/grep.el (grep-mode-map):
17263 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17264 * mail/rmail.el (rmail-mode-map):
17265 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17266
17267 * custom.el (custom-safe-themes, load-theme): Treat value of t for
17268 custom-safe-themes as special.
17269
17270 2011-10-01 Julien Danjou <julien@danjou.info>
17271
17272 * notifications.el (notifications-notify): Fix docstring.
17273
17274 2011-10-01 Per Starbäck <per@starback.se>
17275
17276 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
17277
17278 2011-09-30 Martin Rudalics <rudalics@gmx.at>
17279
17280 * startup.el (command-line-1): Fix last fix by inserting
17281 initial-scratch-message into *scratch* before displaying it.
17282 (Bug#9605) and (Bug#9636)
17283
17284 2011-09-29 Eli Zaretskii <eliz@gnu.org>
17285
17286 * simple.el (line-move): If auto-hscroll-mode is disabled and the
17287 window is hscrolled, move by logical lines. (Bug#9607)
17288 (line-move-visual): Update the doc string to the above effect.
17289
17290 2011-09-29 Martin Rudalics <rudalics@gmx.at>
17291
17292 * window.el (display-buffer-record-window): When WINDOW is the
17293 selected window use `point' instead of `window-point'. (Bug#9626)
17294
17295 * startup.el (command-line-1): Use insert-before-markers when
17296 inserting initial-scratch-message. (Bug#9605)
17297
17298 * help.el (help-window): Remove variable.
17299
17300 2011-09-29 Glenn Morris <rgm@gnu.org>
17301
17302 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17303
17304 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
17305
17306 * descr-text.el (describe-char-categories): Accept category
17307 descriptions more than one line long.
17308
17309 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * simple.el (delete-trailing-whitespace): Fix last change.
17312
17313 * progmodes/perl-mode.el (perl-syntax-propertize-function):
17314 Don't confuse "y => 3" as the beginning of a `y' operation.
17315
17316 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17317 object has more than 4 slots (bug#9613).
17318
17319 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
17320
17321 * subr.el (with-output-to-temp-buffer):
17322 * net/quickurl.el (quickurl, quickurl-browse-url):
17323 Fix typos in docstrings.
17324
17325 2011-09-27 Eli Zaretskii <eliz@gnu.org>
17326
17327 * minibuffer.el (completion-styles)
17328 (completion-category-overrides): Cross reference each other in doc
17329 strings.
17330
17331 2011-09-27 Glenn Morris <rgm@gnu.org>
17332
17333 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17334 to split-string. (Bug#9606)
17335
17336 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17337
17338 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17339 (bug#9615).
17340
17341 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
17342
17343 * emacs-lisp/package.el (list-packages): Fix echo area message.
17344
17345 2011-09-27 Leo Liu <sdl.web@gmail.com>
17346
17347 * ido.el (ido-read-internal): Accept cons cell HIST arg.
17348
17349 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
17350
17351 * net/dbus.el (dbus-unregister-object): Don't release services for
17352 registered signals. (Bug#9581)
17353
17354 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
17355
17356 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17357 function that picks between cfengine 2 and 3 support
17358 automatically. Update docs accordingly.
17359
17360 2011-09-22 Kenichi Handa <handa@m17n.org>
17361
17362 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17363 ZERO.
17364 (indian-itrans-v5-table-for-tamil): New variable.
17365 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17366
17367 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
17368
17369 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17370 that's true if the current command involved collapsing of text.
17371 It's reset to false at the beginning of the next command.
17372 (allout-post-command-business): Move the cursor to the beginning
17373 of entry if the cursor is hidden and collapsing activity just
17374 happened.
17375
17376 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
17377
17378 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17379 tracking (Bug#9541).
17380
17381 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
17382
17383 * net/newst-reader.el (newsticker-html-renderer)
17384 (newsticker-show-news): Automatically load html rendering package
17385 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17386 because w3m-fill-column is let-bound" and the error "Symbol's value
17387 as variable is void: w3m-fill-column".
17388
17389 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17390
17391 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17392 Release services only if they are defined. (Bug#9581)
17393
17394 2011-09-23 Richard Stallman <rms@gnu.org>
17395
17396 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17397 distinguish start of paragraph from start of its text.
17398
17399 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17400
17401 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17402 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17403 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17404
17405 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17406
17407 * international/mule-diag.el (mule-diag): Insert a newline after
17408 each fontset description.
17409
17410 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17411
17412 * simple.el (delete-trailing-whitespace):
17413 Document last change; simplify.
17414
17415 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17416
17417 * simple.el (delete-trailing-whitespace): Also delete
17418 extra newlines at the end of the buffer.
17419
17420 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17421 (picture-newline): Use forward-line so as to ignore fields.
17422
17423 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * subr.el (with-wrapper-hook): Fix edebug spec.
17426
17427 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17428
17429 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17430 (bug#4538).
17431
17432 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17433
17434 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17435 Fix nasty bug using wrong cached values.
17436
17437 2011-09-23 Alan Mackenzie <acm@muc.de>
17438
17439 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17440
17441 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17442
17443 * window.el (pop-to-buffer): Ensure right window is selected if we
17444 chose another frame.
17445
17446 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17447
17448 * simple.el (what-cursor-position): Use get-char-property-change
17449 and next-single-char-property-change, to be able to show display
17450 properties that come from overlays as well as text properties.
17451
17452 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17453
17454 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17455
17456 * cmuscheme.el (run-scheme, switch-to-scheme):
17457 * cus-edit.el (customize-group, custom-buffer-create)
17458 (customize-browse):
17459 * info.el (info):
17460 * shell.el (shell):
17461 * mail/sendmail.el (mail):
17462 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17463
17464 2011-09-22 Richard Stallman <rms@gnu.org>
17465
17466 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17467 move back only to line beg, don't move back over blank lines.
17468
17469 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17470
17471 * files.el (copy-directory): Set directory attributes only in case
17472 they could be retrieved from the source directory. (Bug#9565)
17473
17474 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17475
17476 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17477 (hs-find-block-beginning, hs-hide-level-recursive):
17478 Ignore strings as well as comments. (Bug#9502)
17479
17480 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17481
17482 * progmodes/sql.el (sql-comint-postgres):
17483 Convert port number to a string. (Bug#9566)
17484
17485 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17486
17487 * window.el (quit-window): Undedicate window when switching to
17488 previous buffer. Reported by Thierry Volpiatto
17489 <thierry.volpiatto@gmail.com>.
17490 (special-display-popup-frame): When popping up a new frame reset
17491 its previous buffers to nil. Simplify code.
17492
17493 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17494
17495 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17496 and process filter, as done also in `shell-command'.
17497
17498 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17499
17500 * window.el (set-window-buffer-start-and-point):
17501 Call set-window-start with NOFORCE argument t.
17502 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17503 (quit-window): Reword doc-string. Handle new format of
17504 quit-restore parameter. Don't delete window if it has a
17505 previous buffer we can show instead of the present one.
17506 (display-buffer-record-window): Rewrite using a new format for
17507 the quit-restore window parameter
17508 (special-display-popup-frame, display-buffer-same-window)
17509 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17510 (display-buffer-pop-up-window, display-buffer-use-some-window):
17511 Adapt symbol passed to display-buffer-record-window.
17512 * help.el (help-window-setup): Handle new format of quit-restore
17513 parameter.
17514
17515 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17516
17517 * faces.el (face-list): Fix docstring (bug#9564).
17518
17519 * window.el (display-buffer--action-function-custom-type):
17520 Don't include internal functions in the Custom interface.
17521
17522 2011-09-20 Juri Linkov <juri@jurta.org>
17523
17524 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17525 (Info-forward-node, Info-backward-node, Info-next-preorder)
17526 (Info-last-preorder): Use it. (Bug#9528)
17527
17528 2011-09-20 Juri Linkov <juri@jurta.org>
17529
17530 * info.el (Info-last-preorder): Visit last menu item only when
17531 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17532
17533 2011-09-20 Julien Danjou <julien@danjou.info>
17534
17535 * password-cache.el (password-cache-remove): Remove entries even if the
17536 value is nil, so that password with a nil value (negative caching) is
17537 possible to invalidate.
17538
17539 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17540
17541 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17542 all whitespace around breakpoint. (Bug#9553)
17543 (f90-find-breakpoint): Only break at whitespace inside a comment.
17544
17545 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * minibuffer.el (completion-file-name-table): Keep track of errors.
17548 (completion-table-with-predicate): Handle the case where pred1 is nil.
17549 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17550
17551 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17552
17553 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17554 (debugger-return-value): Signal an error if the debugging context does
17555 not await any return value.
17556
17557 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17558 * image-mode.el (image-toggle-display-text)
17559 (image-toggle-display-image): Stay away from evil `intangible'.
17560
17561 2011-09-19 Leo Liu <sdl.web@gmail.com>
17562
17563 * replace.el (occur-revert-arguments): Make it permanent-local.
17564 (occur-mode): Don't call font-lock-defontify.
17565
17566 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17567
17568 * net/ldap.el (ldap-search-internal): Don't push empty search
17569 result (Bug#9508).
17570
17571 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17572
17573 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17574
17575 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17576
17577 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17578 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17579
17580 2011-09-18 Juri Linkov <juri@jurta.org>
17581
17582 * buff-menu.el (Buffer-menu-mode-map):
17583 * dired.el (dired-mode-map):
17584 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17585 (lisp-interaction-mode-map):
17586 * emacs-lisp/package.el (package-menu-mode-map):
17587 * epa.el (epa-key-list-mode-map):
17588 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17589 (menu-bar-options-menu):
17590 * outline.el (outline-mode-menu-bar-map):
17591 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17592 * vc/vc-dir.el (vc-dir-menu-map):
17593 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17594 Capitalize non-function content words in menu item strings.
17595
17596 * dired.el (dired-mode-map): Add menu item for
17597 `image-dired-dired-toggle-marked-thumbs'.
17598
17599 2011-09-18 Juri Linkov <juri@jurta.org>
17600
17601 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17602 to `isearch-case-fold-search' and restore its original value
17603 after the `isearch-mode' call.
17604
17605 2011-09-18 Juri Linkov <juri@jurta.org>
17606
17607 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17608 because `zgrep' returns 1 for successful matches (bug#9226).
17609
17610 2011-09-18 Juri Linkov <juri@jurta.org>
17611
17612 * info.el (Info-extract-menu-node-name): Check the second match
17613 for empty string (second test-case of bug#9528).
17614 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17615 intermediate nodes to the history (first test-case of bug#9528).
17616
17617 2011-09-18 Juri Linkov <juri@jurta.org>
17618
17619 * info.el (Info-mode-syntax-table): New variable.
17620 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17621
17622 2011-09-18 Juri Linkov <juri@jurta.org>
17623
17624 * info.el (Info-file-supports-index-cookies):
17625 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17626 outputs one more line for long file names (bug#4142).
17627
17628 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17629
17630 * newcomment.el (comment-normalize-vars): If prompting for
17631 comment-start, set comment-start-skip too (Bug#8424).
17632
17633 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17634
17635 * icomplete.el: Fix previous fix of Bug#5849.
17636 (icomplete-mode): Don't set completion-show-inline-help.
17637 (icomplete-minibuffer-setup): Set completion-show-inline-help
17638 locally during icompletion.
17639
17640 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17641
17642 * woman.el (woman2-process-escapes): Don't delete unrecognized
17643 escapes (Bug#7843).
17644
17645 * files.el (inhibit-first-line-modes-regexps): Add image files.
17646 (hack-local-variables-prop-line): Return nil for malformed
17647 prop-lines (Bug#9044).
17648
17649 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17650
17651 * net/tramp.el (top): Don't require 'shell.
17652 (tramp-methods): Fix docstring.
17653 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17654 Return complete remote file name. Handle "smb" case.
17655 Use `tramp-tmpdir', if defined for the respective method.
17656 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17657
17658 * net/tramp-compat.el (top): Require 'shell.
17659
17660 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17661 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17662 `tramp-current-host'.
17663 (tramp-get-remote-tmpdir): Remove.
17664
17665 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17666 `tramp-tmpdir' entries.
17667 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17668 (tramp-smb-handle-file-attributes): Ignore errors.
17669 (tramp-smb-wait-for-output): Check also for process end.
17670
17671 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17672
17673 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17674 when sending QUIT (bug#9312).
17675
17676 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17677
17678 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17679 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17680 occur-mode-display-occurrence.
17681 (occur-edit-mode): Add usage message.
17682 (occur-cease-edit): New command.
17683 (occur-after-change-function): Use text properties to find the
17684 position of the prefix text.
17685 (occur-engine): Set stickiness of prefix text properties.
17686
17687 2011-09-17 Glenn Morris <rgm@gnu.org>
17688
17689 * progmodes/etags.el (complete-tag):
17690 Fix call to completion-in-region. (Bug#9526)
17691
17692 2011-09-17 Juri Linkov <juri@jurta.org>
17693
17694 * textmodes/ispell.el (ispell-word): Add to the error message
17695 the word, ispell program name and current dictionary (bug#9121).
17696 (ispell-tex-arg-end): Capitalize "error" in the error message.
17697
17698 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17699
17700 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17701 check. (Bug#4251)
17702
17703 2011-09-17 Juri Linkov <juri@jurta.org>
17704
17705 * window.el (window-safe-min-height, window-safe-min-width):
17706 Fix typos (followup to bug#9522).
17707
17708 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17709
17710 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17711
17712 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17713
17714 * simple.el (line-move): If goal-column is set, move by logical
17715 lines, not by display lines. (Bug#971)
17716 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17717 to reflect the above change.
17718
17719 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17720
17721 * image.el (imagemagick-register-types): Use regexp-opt.
17722
17723 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17724
17725 * window.el (display-buffer-base-action): Rename from
17726 display-buffer-default-action. Make default value empty.
17727 (display-buffer-overriding-action): Convert to defvar.
17728 (display-buffer-fallback-action): New var.
17729
17730 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17731
17732 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17733 declaration.
17734 (package--add-to-archive-contents): If there is a duplicate entry
17735 with an older version, remove it.
17736 (package-menu-mark-delete, package-menu-mark-install)
17737 (package-menu-mark-unmark): Make unused args optional.
17738 (package-menu-mark-obsolete-for-deletion):
17739 Use package-menu-get-status instead of a regexp search.
17740 (package-menu-get-status): Use tabulated-list-entry.
17741 (package-menu-mark-upgrades): New command.
17742 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17743 (package-menu-execute): Do installation before deletion.
17744 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17745 instead of checking major-mode.
17746 (package-menu--find-upgrades): New function.
17747
17748 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17749
17750 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17751 passwords in the log buffer.
17752 (smtpmail-process-filter): Update the process marker so that the
17753 "broken by peer" status message is inserted in the right place.
17754
17755 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17756
17757 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17758 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17759 bibtex-completion-at-point-function.
17760 (bibtex-completion-at-point-function): Use them.
17761
17762 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17763
17764 * mpc.el (mpc-constraints-tag-lookup): New function.
17765 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17766 also to browser "album|playlist".
17767
17768 2011-09-14 Juri Linkov <juri@jurta.org>
17769
17770 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17771 (isearch-edit-string): Use length of `isearch-string' when
17772 `isearch-fail-pos' returns nil.
17773 (isearch-message): Remove duplicate code and call
17774 `isearch-fail-pos' with arg `t'.
17775
17776 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17777
17778 * replace.el (occur-mode-goto-occurrence): Don't force using other
17779 window (Bug#9499).
17780
17781 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17782
17783 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17784
17785 * window.el (display-buffer-window): Remove.
17786 (display-buffer-record-window): Use help-setup window parameter
17787 instead of variable display-buffer-window.
17788 (display-buffer-function, special-display-buffer-names)
17789 (special-display-function): Mention help-setup parameter instead
17790 of display-buffer-window in doc-string.
17791 * help.el (help-window-setup): New argument help-window.
17792 Use help-window-setup parameter instead of display-buffer-window.
17793 Reword some messages.
17794 (with-help-window): Pass window used for displaying the buffer
17795 to help-window-setup. Don't set display-buffer-window.
17796
17797 2011-09-13 Glenn Morris <rgm@gnu.org>
17798
17799 * emacs-lisp/debug.el (debugger-make-xrefs):
17800 Preserve point. (Bug#9462)
17801
17802 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17803
17804 * window.el (window-deletable-p): Use next-frame.
17805
17806 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17807
17808 * window.el (window-auto-delete): Remove.
17809 (window-deletable-p): Remove argument FORCE. Don't deal with
17810 dedication and previous buffers.
17811 (switch-to-prev-buffer): Don't delete window.
17812 (delete-windows-on): Delete a window's frame if and only if the
17813 window is dedicated.
17814 (replace-buffer-in-windows): Delete buffer's window or frame if
17815 and only if window is dedicated.
17816 (quit-window): Handle quit-restore as before last change.
17817 (bury-buffer): Delete window only if window-deletable-p returns t.
17818
17819 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17820
17821 * window.el (window-deletable-p): Never delete the last frame on a
17822 given terminal.
17823
17824 2011-09-13 Glenn Morris <rgm@gnu.org>
17825
17826 * help.el (describe-key-briefly): Copy previous standard-output change.
17827
17828 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17829
17830 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17831
17832 2011-09-13 Glenn Morris <rgm@gnu.org>
17833
17834 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17835 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17836
17837 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17838
17839 * dired-aux.el (dired-mark-read-string): Don't return default
17840 value on empty input (Bug#9361).
17841 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17842 Omit initial minibuffer contents.
17843 (dired-do-chmod): Signal an error on empty input.
17844 (dired-mark-read-string): Don't return default on empty input.
17845
17846 * files.el (file-modes-symbolic-to-number): Doc fix.
17847
17848 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * international/mule-cmds.el (ucs-completions): Remove.
17851 (read-char-by-name): Use complete-with-action instead; add metadata.
17852
17853 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17854
17855 * window.el (display-buffer--action-function-custom-type)
17856 (display-buffer--action-custom-type): New vars.
17857 (display-buffer-alist, display-buffer-default-action)
17858 (display-buffer-overriding-action): Add defcustom types.
17859
17860 * frame.el (delete-other-frames): Doc fix (Bug#276).
17861
17862 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17863
17864 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17865
17866 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17867
17868 Change modes that used same-window-* vars to use switch-to-buffer.
17869
17870 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17871 Use switch-to-buffer.
17872
17873 * cus-edit.el (customize-group, custom-buffer-create)
17874 (customize-browse, custom-buffer-create-other-window):
17875 Use switch-to-buffer or switch-to-buffer-other-window.
17876
17877 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17878 (Info-prev, Info-up, Info-speedbar-goto-node)
17879 (info-display-manual): Use switch-to-buffer.
17880 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17881
17882 * mail/sendmail.el (mail): Use switch-to-buffer.
17883 (mail-recover): Use switch-to-buffer-other-window.
17884
17885 * cmuscheme.el (run-scheme, switch-to-scheme):
17886 * ielm.el (ielm):
17887 * shell.el (shell):
17888 * net/rlogin.el (rlogin):
17889 * net/telnet.el (telnet, rsh):
17890 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17891
17892 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17893
17894 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17895
17896 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17897
17898 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17899 so don't mention it (bug#9301).
17900 (dired-sort-toggle-or-edit): Clarify string further.
17901
17902 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17903 match `x', `w32' and `ns', like the manual says (bug#9029).
17904
17905 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17906 (process-kill-buffer-query-function): Mention the buffer name in
17907 the query.
17908
17909 * image-mode.el (image-next-line): The line parameter is mandatory
17910 (bug#9258).
17911
17912 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17913 which can be useful (bug#9301).
17914
17915 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17916
17917 * subr.el (match-string): Mention that the current buffer should
17918 be the same as the search was done in (bug#9282).
17919
17920 * facemenu.el: Disable the remove-* commands if the mark isn't
17921 active (bug#9162).
17922
17923 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17924
17925 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17926 of display-buffer.
17927 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17928
17929 * replace.el (occur-mode-goto-occurrence)
17930 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17931 and display-buffer.
17932
17933 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17934 display-buffer.
17935
17936 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17937 special-display and same-window variables.
17938 (mail-other-window): Use switch-to-buffer-other-window.
17939 (mail-other-frame): USe switch-to-buffer-other-frame.
17940
17941 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17942 Use display-buffer-other-frame.
17943 (gdb-display-gdb-buffer): Use pop-to-buffer.
17944
17945 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17946
17947 * progmodes/python.el: Don't set same-window-buffer-names.
17948
17949 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17950
17951 * window.el (display-buffer-alist): Add *Python*.
17952
17953 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17954
17955 * window.el (display-buffer-alist): Add entry for buffers
17956 previously handled same-window-*.
17957 (display-buffer-alist, display-buffer-default-action)
17958 (display-buffer-overriding-action): Mark as risky.
17959 (display-buffer-alist): Document action function changes.
17960 (display-buffer--same-window-action)
17961 (display-buffer--other-frame-action): New variables.
17962 (switch-to-buffer, display-buffer-other-frame): Use them.
17963 (display-buffer): Rename reuse-frame entry to reusable-frames.
17964 (display-buffer-reuse-selected-window): Function deleted.
17965 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17966 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17967 (display-buffer-special): New function.
17968 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17969 display-buffer-reuse-or-pop-window. Split off special-display
17970 part into display-buffer-special.
17971 (display-buffer-use-some-window): Don't perform any special
17972 pop-up-frames handling.
17973 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17974 (display-buffer--maybe-same-window): Rename from
17975 display-buffer-maybe-same-window.
17976
17977 * info.el: Don't set same-window-regexps.
17978 (info-setup): New function.
17979 (info-other-window, info): Call it.
17980
17981 * cus-edit.el: Don't set same-window-regexps.
17982 (customize-group): New argument.
17983 (customize-group-other-window): Use it.
17984 (customize-face, customize-face-other-window): Likewise.
17985 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17986
17987 * net/rlogin.el:
17988 * net/telnet.el:
17989 * progmodes/gud.el: Don't set same-window-regexps.
17990
17991 * cmuscheme.el:
17992 * ielm.el:
17993 * shell.el:
17994 * mail/sendmail.el:
17995 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17996
17997 2011-09-10 Juri Linkov <juri@jurta.org>
17998
17999 * isearch.el (isearch-edit-string): Remove obsolete mention of
18000 `C-w' (`isearch-yank-word-or-char') from docstring.
18001 (isearch-query-replace): Fix typo in docstring (bug#9466).
18002
18003 2011-09-10 Juri Linkov <juri@jurta.org>
18004
18005 * paren.el (show-paren-function): Don't show escaped parens.
18006 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
18007
18008 2011-09-10 Eli Zaretskii <eliz@gnu.org>
18009
18010 * mail/sendmail.el (mml-to-mime, mml-attach-file)
18011 (mm-default-file-encoding): Remove autoload forms, they are
18012 replaced with autoload cookies in mml.el and mm-encode.el.
18013 (mail-add-attachment): New command.
18014 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18015 (mail-mode): Mention mail-insert-file and mail-add-attachment in
18016 the doc string.
18017 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18018
18019 2011-09-10 Reuben Thomas <rrt@sc3d.org>
18020
18021 * simple.el (count-words-region): Use buffer if there's no region
18022 (bug#9429).
18023
18024 2011-09-09 Juri Linkov <juri@jurta.org>
18025
18026 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18027 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18028 (wdired-isearch-filter-read-only): New function. (Bug#6362)
18029
18030 2011-09-09 Alan Mackenzie <acm@muc.de>
18031
18032 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18033 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
18034
18035 2011-09-09 Eli Zaretskii <eliz@gnu.org>
18036
18037 Fix for Savannah bug#9392.
18038 * simple.el (mail-encode-mml): New defvar.
18039
18040 * mail/rmail.el (mail-encode-mml): Add a defvar.
18041 (rmail-enable-mime-composing): Default to t.
18042 (rmail-forward): Use MIME method of forwarding only if both
18043 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18044 Set mail-encode-mml non-nil if the MIME method was used.
18045
18046 * mail/sendmail.el (mml-to-mime): Add autoload form.
18047 (mail-encode-mml): Add a defvar.
18048 (mail-mode): Make mail-encode-mml buffer-local and initialize it
18049 to nil.
18050 (mail-send): If mail-encode-mml is non-nil, run the outgoing
18051 message through mml-to-mime, and reset mail-encode-mml to nil.
18052
18053 2011-09-09 Glenn Morris <rgm@gnu.org>
18054
18055 * woman.el (woman-if-body): When processing an .el block,
18056 do not delete the next .el block as well. (Bug#9447)
18057 (woman-special-characters): Add oq, cq, and hy characters.
18058
18059 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18060
18061 * window.el (window-deletable-p): Make sure window is live before
18062 invoking window-prev-buffers.
18063
18064 2011-09-08 Leo Liu <sdl.web@gmail.com>
18065
18066 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
18067
18068 2011-09-08 Juri Linkov <juri@jurta.org>
18069
18070 * progmodes/compile.el (compilation-environment): Make it
18071 a defcustom (bug#8340).
18072
18073 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18074
18075 * window.el (frame-auto-delete): Rename to window-auto-delete.
18076 Make it control auto-deletion of windows and/or frames.
18077 (window-deletable-p): New argument FORCE. Rewrite conditions
18078 for deleting window/frame. (Bug#9419)
18079 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18080 Rewrite handling of case when window/frame can be deleted.
18081 (delete-windows-on): Call window-deletable-p with new FORCE
18082 argument t. (Bug#9456)
18083
18084 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
18085
18086 * help-mode.el (help-mode): Restore autoload.
18087
18088 2011-09-07 Juri Linkov <juri@jurta.org>
18089
18090 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18091 `compilation-environment'. Set buffer-local
18092 `compilation-environment' to `thisenv' later after (funcall mode).
18093 (Bug#8340)
18094
18095 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
18096 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18097 instead of replacing its value. (Bug#8340)
18098
18099 2011-09-07 Juri Linkov <juri@jurta.org>
18100
18101 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18102 based on text properties put by `grep-filter' instead of matching
18103 escape sequences.
18104 (grep-mode): Set buffer-local `compilation-error-screen-columns'
18105 to the value of `grep-error-screen-columns' (bug#9438).
18106
18107 2011-09-07 Juri Linkov <juri@jurta.org>
18108
18109 * simple.el (next-error-highlight, next-error-highlight-no-select):
18110 Doc fix (bug#9432).
18111
18112 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
18113
18114 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18115 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
18116
18117 2011-09-07 Leo Liu <sdl.web@gmail.com>
18118
18119 * net/rcirc.el (rcirc-mode): Conditionally initialize
18120 rcirc-input-ring.
18121
18122 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * emacs-lisp/find-func.el (find-function-C-source): Only set
18125 find-function-C-source-directory after checking that we found a source
18126 file there (bug#9440).
18127
18128 2011-09-06 Alan Mackenzie <acm@muc.de>
18129
18130 * isearch.el (isearch-other-meta-char): Wherever a key list is
18131 unread, "unread" the prefix arg, too. This fixes bug #8901.
18132
18133 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
18134
18135 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18136
18137 2011-09-05 Juri Linkov <juri@jurta.org>
18138
18139 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18140
18141 2011-09-05 Juri Linkov <juri@jurta.org>
18142
18143 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18144 keeping point where processing of grep matches begins, and
18145 continue to delete remaining escape sequences from the same point.
18146 (grep-filter): Make leading zero optional in "0?1;31m" because
18147 git-grep emits "\033[1;31m" escape sequences unlike expected
18148 "\033[01;31m" as GNU Grep does (bug#9408).
18149 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18150
18151 2011-09-05 Juri Linkov <juri@jurta.org>
18152
18153 * subr.el (y-or-n-p): Capitalize "yes".
18154
18155 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
18156
18157 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
18158 `tramp-cache-unload-hook' where appropriate.
18159 (tramp-methods): Rename `tramp-remote-sh' to
18160 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
18161 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18162
18163 * net/tramp-sh.el (top): Don't require 'shell.
18164 (tramp-methods): Add `tramp-remote-shell' and
18165 `tramp-remote-shell-args' entries.
18166 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18167 (tramp-sh-handle-shell-command): Remove.
18168 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18169 Use `tramp-remote-shell'.
18170
18171 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
18172
18173 * mail/sendmail.el (sendmail-query-once-function): Delete.
18174 (sendmail-query-once): Save directly to send-mail-function.
18175 Update message-send-mail-function too.
18176
18177 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18178
18179 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18180
18181 * progmodes/python.el (python-mode-map): Use correct function to
18182 start python interpreter from menu-bar (as reported by Geert
18183 Kloosterman).
18184 (inferior-python-mode-map): Fix typo.
18185 (python-shell-map): Remove.
18186
18187 2011-09-03 Deniz Dogan <deniz@dogan.se>
18188
18189 * net/rcirc.el (rcirc-print): Simplify code for
18190 rcirc-scroll-show-maximum-output. There is no need to walk
18191 through all windows to find the right one.
18192
18193 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18194
18195 * help.el (help-return-method): Doc fix.
18196
18197 2011-09-03 Martin Rudalics <rudalics@gmx.at>
18198
18199 * window.el (window-deletable-p): Don't return a non-nil value
18200 when there's a buffer that was shown in the window before.
18201 (Bug#9419)
18202 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18203 Set window's previous buffers to nil.
18204
18205 2011-09-03 Eli Zaretskii <eliz@gnu.org>
18206
18207 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18208 newline before and after the tag line, so it doesn't interfere
18209 with determining the paragraph direction of bidirectional text.
18210
18211 2011-09-03 Leo Liu <sdl.web@gmail.com>
18212
18213 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
18214
18215 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18216
18217 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18218 (pop-to-buffer): Change interactive spec. Pass second argument
18219 directly to display-buffer.
18220 (display-buffer): Fix interactive spec. Use functionp to
18221 distinguish between a function and a list of functions.
18222
18223 * abbrev.el (edit-abbrevs):
18224 * arc-mode.el (archive-extract):
18225 * autoinsert.el (auto-insert):
18226 * bookmark.el (bookmark-bmenu-list):
18227 * files.el (find-file):
18228 * view.el (view-buffer):
18229 * progmodes/compile.el (compilation-goto-locus):
18230 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18231
18232 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18233
18234 * window.el (display-buffer-alist): Doc fix.
18235 (display-buffer): Add docstring. Don't treat
18236 display-buffer-default specially.
18237 (display-buffer-reuse-selected-window)
18238 (display-buffer-same-window, display-buffer-maybe-same-window)
18239 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18240 (display-buffer-pop-up-window)
18241 (display-buffer-reuse-or-pop-window)
18242 (display-buffer-use-some-window): New functions.
18243 (display-buffer-default-action): Use them.
18244 (display-buffer-default): Delete.
18245 (pop-to-buffer-1): Fix choice of actions.
18246
18247 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18248
18249 * minibuffer.el (completion--insert-strings): Don't get confused by
18250 completion entries that end with an LF char.
18251
18252 2011-09-01 Eli Zaretskii <eliz@gnu.org>
18253
18254 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18255
18256 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
18257
18258 * window.el (display-buffer): Restore interactive spec.
18259 (display-buffer-same-window, display-buffer-other-window):
18260 New functions.
18261 (pop-to-buffer-1): New function. Use the above.
18262 (pop-to-buffer, pop-to-buffer-same-window): Use it.
18263 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18264
18265 * view.el (view-buffer-other-window, view-buffer-other-frame):
18266 Just use pop-to-buffer.
18267
18268 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18269
18270 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
18271
18272 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
18273
18274 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
18275
18276 2011-08-31 Richard Stallman <rms@gnu.org>
18277
18278 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18279 of the separation of rmail-view-buffer from rmail-buffer.
18280 If you say no to "replace original", the decrypt is in the
18281 view buffer. If you say yes, the decrypt goes into the
18282 rmail buffer also.
18283
18284 2011-08-31 Martin Rudalics <rudalics@gmx.at>
18285
18286 * window.el (display-buffer-window): Rewrite doc-string.
18287 (display-buffer-record-window): New function.
18288 (display-buffer-macro-specifiers)
18289 (display-buffer-even-window-sizes, display-buffer-set-height)
18290 (display-buffer-set-width, display-buffer-in-window)
18291 (display-buffer-reuse-window, display-buffer-split-specifiers)
18292 (display-buffer-side-specifiers, display-buffer-split-window-1)
18293 (display-buffer-split-window, display-buffer-split-atom-window)
18294 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18295 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18296 (display-buffer-other-window-means-other-frame)
18297 (display-buffer-normalize-special)
18298 (display-buffer-normalize-default)
18299 (display-buffer-normalize-argument)
18300 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18301 (display-buffer-normalize-specifiers, display-buffer-frame)
18302 (display-buffer-same-window, display-buffer-same-frame)
18303 (display-buffer-other-window)
18304 (display-buffer-same-frame-other-window)
18305 (display-buffer-other-frame, pop-to-buffer-same-window)
18306 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18307 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18308 (switch-to-buffer-same-frame)
18309 (switch-to-buffer-other-window-same-frame)
18310 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18311 (display-buffer-alist-set-1, display-buffer-alist-set-2)
18312 (display-buffer-alist-set): Remove.
18313 (display-buffer-function, special-display-buffer-names)
18314 (special-display-regexps, special-display-function):
18315 In doc-string refer to display-buffer-window and quit-restore
18316 parameter.
18317 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18318 (special-display-frame-alist, special-display-popup-frame)
18319 (same-window-buffer-names, same-window-regexps, same-window-p)
18320 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18321 (split-window-preferred-function, split-height-threshold)
18322 (split-width-threshold, window-splittable-p)
18323 (split-window-sensibly, window--try-to-split-window)
18324 (window--frame-usable-p, even-window-heights)
18325 (window--even-window-heights, window--display-buffer-1)
18326 (window--display-buffer-2, display-buffer-other-frame):
18327 Restore old Emacs 23 code, order and doc-strings where applicable.
18328 (display-buffer-default, display-buffer-assq-regexp): New functions.
18329 (display-buffer-alist): Rewrite doc-string.
18330 (display-buffer-default-action)
18331 (display-buffer-overriding-action): New variables.
18332 (display-buffer, switch-to-buffer): Rewrite.
18333 (pop-to-buffer): Restore Emacs 23 behavior but use
18334 window-normalize-buffer-to-display.
18335 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18336 Restore Emacs 23 behavior but use
18337 window-normalize-buffer-to-switch-to.
18338 (pop-to-buffer-same-window): Rewrite.
18339 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18340 Rewrite using Emacs 23 options.
18341
18342 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
18343
18344 * net/tramp.el (tramp-root-regexp): Remove.
18345 (tramp-completion-file-name-regexp-unified)
18346 (tramp-completion-file-name-regexp-separate)
18347 (tramp-completion-file-name-regexp-url): Don't use leading volume
18348 letter on w32 systems. (Bug#5303, Bug#9311)
18349 (tramp-drop-volume-letter): Simplify definition.
18350 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18351
18352 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18353
18354 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18355 (bug#9356).
18356
18357 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
18358
18359 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18360
18361 2011-08-29 Juri Linkov <juri@jurta.org>
18362
18363 * isearch.el (isearch-done): Don't display message "Mark saved"
18364 when arg `edit' is non-nil to prevent its flicker in the echo area.
18365
18366 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18367
18368 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18369 obsolete packages for deletion.
18370
18371 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
18372
18373 * help-mode.el (help-mode-map): Add special-mode-map to parent.
18374 (help-mode): Derive help-mode from special-mode. Don't invoke
18375 view-mode from help-mode.
18376 (help-xref-override-view-map): Remove.
18377 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18378 view-mode is not used anymore.
18379
18380 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18381
18382 * server.el (server-port): Doc fix.
18383
18384 * cus-theme.el (custom-theme-choose-mode): Inherit from
18385 special-mode (Bug#9124).
18386 (custom-theme-choose-mode-map): Add special-mode to parent.
18387
18388 2011-08-28 Alan Mackenzie <acm@muc.de>
18389
18390 * progmodes/cc-fonts.el
18391 (c-make-font-lock-BO-decl-search-function): New function.
18392 (c-basic-matchers-after - "Fontify the clauses after various
18393 keywords"): Extract the three keyword lists for the 3 erroneous
18394 constructs from the list of four, and use the new function above
18395 in place of an old one.
18396
18397 2011-08-28 Deniz Dogan <deniz@dogan.se>
18398
18399 * net/rcirc.el (rcirc-insert-prev-input)
18400 (rcirc-insert-next-input): Remove unused argument.
18401
18402 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18405
18406 2011-08-27 Alan Mackenzie <acm@muc.de>
18407
18408 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18409 handle function pointer parameters properly.
18410
18411 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18412
18413 * window.el (display-buffer-reuse-window): Fix case where
18414 selected window was reused with non-nil OTHER-WINDOW argument.
18415 (Bug#9381)
18416
18417 2011-08-27 Deniz Dogan <deniz@dogan.se>
18418
18419 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18420 oftc's NickServ messages.
18421
18422 2011-08-27 Glenn Morris <rgm@gnu.org>
18423
18424 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18425
18426 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18427
18428 * emacs-lisp/package.el (package-install): Call package-initialize
18429 if called interactively.
18430
18431 2011-08-26 Leo Liu <sdl.web@gmail.com>
18432
18433 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18434
18435 2011-08-25 Juri Linkov <juri@jurta.org>
18436
18437 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18438 `search-whitespace-regexp' (bug#9364).
18439
18440 2011-08-25 Juri Linkov <juri@jurta.org>
18441
18442 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18443 `regexp-search-ring' to their global values to protect from
18444 updating by `read-from-minibuffer' (bug#9185).
18445
18446 2011-08-25 Juri Linkov <juri@jurta.org>
18447
18448 * textmodes/ispell.el (ispell-command-loop): Add newline
18449 at the end of the "Use option `i'..." line.
18450
18451 2011-08-25 Juri Linkov <juri@jurta.org>
18452
18453 * battery.el (display-battery-mode): If `battery-status-function'
18454 or `battery-mode-line-format' is nil, display the message and set
18455 `display-battery-mode' to nil (bug#9363).
18456
18457 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18458
18459 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18460 bidi-string-mark-left-to-right; they are unnecessary now.
18461
18462 2011-08-25 Deniz Dogan <deniz@dogan.se>
18463
18464 * net/quickurl.el: Documentation typo fixes.
18465
18466 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18467
18468 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18469
18470 2011-08-25 Glenn Morris <rgm@gnu.org>
18471
18472 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18473
18474 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18475 (smtpmail-via-smtp): Handle nil response from smtp.
18476
18477 2011-08-24 Juri Linkov <juri@jurta.org>
18478
18479 * proced.el (proced-marked): Inherit from `error' instead of
18480 `font-lock-warning-face'.
18481
18482 * ibuffer.el (ibuffer-marked-face): Change default face from
18483 `font-lock-warning-face' to `warning'.
18484 (ibuffer-deletion-face): Change default face from
18485 `font-lock-type-face' to `error'.
18486
18487 * battery.el (battery-update): Use the face `error' instead of
18488 `font-lock-warning-face' (bug#6117).
18489
18490 2011-08-24 Juri Linkov <juri@jurta.org>
18491
18492 * faces.el (success): Change face color from "Green3" to
18493 "ForestGreen" on light background (bug#9353).
18494
18495 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18496
18497 * window.el (quit-window): Rename from quit-restore-window.
18498 Use same arglist as old quit-window.
18499 (frame-auto-delete): Doc fix.
18500
18501 * view.el (view-mode-exit): Use quit-window.
18502
18503 2011-08-24 Juri Linkov <juri@jurta.org>
18504
18505 * isearch.el (isearch-ring-adjust1): Start visiting previous
18506 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18507 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18508 for empty search string (when the last search string is reused
18509 automatically) to adjust the isearch ring to the last element and
18510 prepare the correct index for further M-p commands (bug#9185).
18511
18512 2011-08-24 Kenichi Handa <handa@m17n.org>
18513
18514 * international/ucs-normalize.el: If decomposition property of
18515 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18516 nil.
18517 (nfd, nfkd): Likewise.
18518
18519 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18520
18521 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18522 from process filters aren't reliably transmitted to the surrounding
18523 accept-process-output.
18524 (mpc-proc-check): New function.
18525 (mpc-proc-sync): Use it (bug#8293)
18526
18527 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18530 Add compatibility functions (bug#9313).
18531
18532 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18533
18534 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18535
18536 * international/uni-bidi.el: Regenerate.
18537
18538 2011-08-23 Kenichi Handa <handa@m17n.org>
18539
18540 * international/charprop.el:
18541 * international/uni-bidi.el:
18542 * international/uni-category.el:
18543 * international/uni-combining.el:
18544 * international/uni-comment.el:
18545 * international/uni-decimal.el:
18546 * international/uni-decomposition.el:
18547 * international/uni-digit.el:
18548 * international/uni-lowercase.el:
18549 * international/uni-mirrored.el:
18550 * international/uni-name.el:
18551 * international/uni-numeric.el:
18552 * international/uni-old-name.el:
18553 * international/uni-titlecase.el:
18554 * international/uni-uppercase.el: Regenerate.
18555
18556 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18557
18558 * help.el (help-window-setup): Fix message displayed when other
18559 window is reused. (Bug#9341)
18560
18561 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18564 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18565
18566 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18567 Mark obsolete.
18568 * shell.el (shell-parse-pcomplete-arguments): New function.
18569 (shell-completion-vars): Use it instead (bug#9160).
18570
18571 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18572
18573 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18574 strings and comments (bug#9333).
18575
18576 * emacs-lisp/debug.el (debug-arglist): New function.
18577 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18578 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18579
18580 2011-08-22 Juri Linkov <juri@jurta.org>
18581
18582 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18583 Revert regexp that highlights output switches to its old
18584 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18585
18586 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18587 to check for empty output (bug#9226).
18588
18589 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18590
18591 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18592 symbol-constituent as the default, as that stops font-lock from
18593 working properly (Bug#8843).
18594
18595 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18596
18597 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18598 `coding-system-for-*' around the process open call to avoid
18599 auth-source side effects.
18600 (smtpmail-try-auth-methods): Expand the secret password.
18601 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18602 probe hangs.
18603
18604 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18605
18606 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18607
18608 * emacs-lisp/find-func.el (find-function-noselect): New arg
18609 lisp-only.
18610
18611 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18612 signal an error for built-in functions (Bug#6664).
18613
18614 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18615
18616 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18617 (smtpmail-try-auth-methods): Use it.
18618
18619 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18620
18621 * font-lock.el (font-lock-fontify-region)
18622 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18623 (font-lock-default-unfontify-buffer)
18624 (font-lock-default-fontify-region)
18625 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18626
18627 * progmodes/compile.el (compilation-error-properties):
18628 Fix confusion between file struct and message struct (Bug#9319).
18629 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18630 `ant' regexp.
18631
18632 * net/browse-url.el (browse-url-firefox): Don't call
18633 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18634
18635 2011-08-20 Glenn Morris <rgm@gnu.org>
18636
18637 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18638
18639 * tutorial.el (tutorial--default-keys): Update some default bindings.
18640
18641 * files.el (hack-local-variables): Fully ignore case for "mode:".
18642
18643 2011-08-20 Alan Mackenzie <acm@muc.de>
18644
18645 Resolve invalid use of a regexp in regexp-opt.
18646
18647 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18648 detection for a java annotation.
18649
18650 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18651 detection for a java annotation.
18652
18653 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18654 handling for java.
18655 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18656
18657 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18658
18659 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18660 (Bug#9274).
18661
18662 2011-08-20 Alan Mackenzie <acm@muc.de>
18663
18664 Fontify CPP expressions correctly when starting in the middle of
18665 such a construct. Mainly for when jit-lock etc. starts a chunk
18666 here.
18667
18668 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18669 variable.
18670 (c-make-font-lock-search-form): New function, extracted from
18671 c-make-font-lock-search-function.
18672 (c-make-font-lock-search-function): Use the above function.
18673 (c-make-font-lock-context-search-function): New function.
18674 (c-cpp-matchers): Enhance the preprocessor expression case with
18675 the above function
18676 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18677 which takes an expression.
18678
18679 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18680
18681 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18682
18683 * window.el (display-buffer-reuse-window)
18684 (display-buffer-pop-up-window): Don't reuse or split a side
18685 window.
18686
18687 2011-08-19 Glenn Morris <rgm@gnu.org>
18688
18689 * files.el (hack-local-variables-prop-line, hack-local-variables):
18690 Downcase "Mode:". (Bug#9331)
18691
18692 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18693
18694 * international/characters.el: Add L and R categories.
18695
18696 * subr.el (bidi-string-mark-left-to-right): Rename from
18697 string-mark-left-to-right. Use category search.
18698
18699 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18700
18701 2011-08-18 Juri Linkov <juri@jurta.org>
18702
18703 * faces.el (error, warning, success): New faces with definitions
18704 copied from old default values of `font-lock-warning-face',
18705 `compilation-warning', `compilation-info' (bug#6117).
18706
18707 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18708
18709 * progmodes/compile.el (compilation-error): Inherit from `error'.
18710 (compilation-warning): Inherit from `warning'.
18711 (compilation-info): Inherit from `success'.
18712
18713 * dired.el (dired-marked): Inherit from `warning'.
18714 (dired-flagged): Inherit from `error'.
18715
18716 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18717
18718 * mail/smtpmail.el (auth-source): Require to avoid problems with
18719 binding variables (bug#9298). Also clean up some unused
18720 autoloads.
18721
18722 * net/network-stream.el (network-stream-open-starttls):
18723 Support using starttls.el without using gnutls-cli.
18724
18725 2011-08-17 Juri Linkov <juri@jurta.org>
18726
18727 * progmodes/grep.el (rgrep): Handle the case when
18728 `grep-find-command' is a cons cell (bug#9278).
18729
18730 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18731
18732 * window.el (display-buffer-pop-up-frame): Run frame creation
18733 function with BUFFER current (as special-display-popup-frame
18734 does). Reported by Drew Adams.
18735
18736 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18737
18738 * epa-mail.el: Simplify GnuPG group expansion using
18739 epg-expand-group.
18740 (epa-mail-group-alist, epa-mail-group-modtime)
18741 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18742 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18743 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18744 Remove.
18745
18746 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18747
18748 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18749
18750 2011-08-16 Alan Mackenzie <acm@muc.de>
18751
18752 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18753 Correct, to avoid the inside of macros.
18754
18755 2011-08-16 Richard Stallman <rms@gnu.org>
18756
18757 * epa-mail.el: Handle GnuPG group definitions.
18758 (epa-mail-group-alist, epa-mail-group-modtime)
18759 (epa-mail-gnupg-conf-file): New variables.
18760 (epa-mail-parse-groups, epa-mail-sync-groups)
18761 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18762 (epa-mail-expand-recipients): New functions.
18763 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18764
18765 * mail/rmail.el (rmail-epa-decrypt): New command.
18766
18767 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18768 Don't bind buffer-read-only, just inhibit-read-only.
18769 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18770 (epa-decrypt-armor-in-region): Make error message clearer.
18771
18772 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18773
18774 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18775 and "a2b" to "ab" for `prefix'.
18776
18777 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18780 filter groups.
18781 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18782 Fourquet (Bug#8804).
18783
18784 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * startup.el (argi): Declare as global variable (bug#9275).
18787
18788 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18789
18790 * subr.el (string-mark-left-to-right): Search the entire string
18791 for RTL script, not just the terminating character. Doc fix.
18792
18793 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18794
18795 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18796 New function.
18797 (js--regexp-literal, js-syntax-propertize-function): Remove.
18798 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18799 (js-mode-map): Don't rebind electric keys.
18800 (js-insert-and-indent): Remove.
18801 (js-mode): Setup electric-layout and electric-indent instead.
18802
18803 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18804
18805 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18806
18807 * epa.el (epa-progress-callback-function): Fix the logic of
18808 displaying progress.
18809 * epa-file.el (epa-file-insert-file-contents): Make progress
18810 display more user-friendly.
18811 (epa-file-write-region): Ditto.
18812
18813 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18814
18815 * subr.el (string-mark-left-to-right): New function.
18816
18817 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18818 Use string-mark-left-to-right.
18819 (list-buffers-noselect): Caller changed.
18820
18821 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18822 Use string-mark-left-to-right.
18823 (tabulated-list-print): Recenter after moving point.
18824
18825 2011-08-10 Juri Linkov <juri@jurta.org>
18826
18827 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18828 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18829 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18830
18831 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18832
18833 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18834 (Bug#7554).
18835
18836 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18837
18838 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18839 character. (Bug#6594)
18840
18841 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18842
18843 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18844 (image-dired--with-db-file): New macro.
18845 (image-dired-write-tags, image-dired-remove-tag)
18846 (image-dired-create-gallery-lists, image-dired-write-comments)
18847 (image-dired-get-comment, image-dired-mark-tagged-files)
18848 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18849 (image-dired-gallery-generate): Use insert-file-contents.
18850
18851 * time.el (display-time-world-list, display-time-world-display):
18852 * time-stamp.el (time-stamp-string):
18853 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18854 set-time-zone-rule (Bug#7337).
18855
18856 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18857
18858 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18859 (epg-error-to-string, epg-errors-to-string): New function.
18860 (epg-wait-for-completion): Reverse errors list.
18861 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18862 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18863 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18864 (epg-sign-keys, epg-generate-key-from-file)
18865 (epg-generate-key-from-string): Format errors by using
18866 epg-errors-to-string (bug#9255).
18867 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18868
18869 2011-08-07 Juri Linkov <juri@jurta.org>
18870
18871 * faces.el (list-faces-display): Remove extra angle bracket
18872 from `help-mode-map'.
18873
18874 * info.el (Info-history-toc-nodes): Doc fix.
18875
18876 * longlines.el (longlines-mode): Doc fix.
18877
18878 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18881 of statements and in a few more cases (bug#9183).
18882
18883 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18884 New functions.
18885 (cl-transform-lambda): Use them (bug#9239).
18886
18887 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18888
18889 * window.el (display-buffer-same-window)
18890 (display-buffer-same-frame, display-buffer-other-window)
18891 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18892 (pop-to-buffer-other-window)
18893 (pop-to-buffer-same-frame-other-window)
18894 (pop-to-buffer-other-frame): Make them defuns.
18895 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18896
18897 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * subr.el (make-composed-keymap): Move from C. Change calling
18900 convention, and improve docstring to bring attention to a subtle point.
18901 * minibuffer.el (completing-read-default): Adjust accordingly.
18902
18903 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18904
18905 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18906 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18907
18908 * net/trampver.el: Update release number.
18909
18910 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18913 "in" (bug#9190).
18914
18915 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18916
18917 * mail/sendmail.el (sendmail-query-once): Restore the current
18918 buffer after querying (bug#9074).
18919
18920 * dired.el (dired-flagged): Use different faces for marked and
18921 flagged files (bug#6117).
18922
18923 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18924 (bug#4433).
18925
18926 * ido.el (ido-mode): Switch off the message if called
18927 non-interactively.
18928
18929 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18930 before 587, since it appears that that's more likely to work for
18931 more people.
18932
18933 * cus-edit.el (custom-file): When running under emacs -q, always
18934 refuse to save the customizations, even if the .emacs file doesn't
18935 exist.
18936
18937 * info.el: Remove the `Info-beginning-of-buffer' function
18938 (bug#8325).
18939
18940 * net/network-stream.el (network-stream-open-starttls):
18941 Use `starttls-available-p' to see whether starttls.el can be used.
18942
18943 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18944
18945 * window.el (display-buffer-in-window): Don't set dedicated status
18946 of window here (Bug#9215).
18947 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18948 (display-buffer-pop-up-side-window)
18949 (display-buffer-in-side-window): Set dedicated status of window here.
18950
18951 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18954 before binding generated-autoload-file.
18955
18956 2011-08-01 Deniz Dogan <deniz@dogan.se>
18957
18958 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18959
18960 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18961
18962 Sync with Tramp 2.2.2.
18963
18964 * net/trampver.el: Update release number.
18965
18966 2011-07-30 Juri Linkov <juri@jurta.org>
18967
18968 * dired-aux.el (dired-touch-initial): Remove function.
18969 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18970 current time, and `default' to the last modification time of the
18971 current marked file (bug#6887).
18972
18973 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18974
18975 * simple.el (goto-line): Use string-to-number to provide a
18976 numeric argument to read-number (bug#9163).
18977
18978 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18979
18980 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18981 connection process, it could be nil.
18982
18983 2011-07-27 Leo Liu <sdl.web@gmail.com>
18984
18985 Simplify url handling in rcirc-mode.
18986
18987 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18988 (rcirc-browse-url-at-mouse): Remove.
18989 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18990
18991 2011-07-26 Alan Mackenzie <acm@muc.de>
18992
18993 Fontify bitfield declarations properly.
18994
18995 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18996 (c-symbol-chars): Now exported as a lang variable.
18997 (c-not-primitive-type-keywords): New lang variable.
18998
18999 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19000 QT keyword "more" to prevent "more slots: ...." being spuriously
19001 parsed as a bitfield declaration.
19002
19003 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19004 Refactor and enhance to handle bitfield declarations.
19005 (c-punctuation-in): New function.
19006 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19007 declarations properly.
19008
19009 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
19010
19011 * calendar/icalendar.el (icalendar--all-events): Take care of
19012 multiple vcalendars in a single file.
19013 (icalendar--convert-float-to-ical): Checkdoc fixes.
19014
19015 2011-07-25 Deniz Dogan <deniz@dogan.se>
19016
19017 * image.el (insert-image): Clarifying docstring.
19018
19019 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
19020
19021 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19022 `tramp-send-command-and-check' if there is no error.
19023 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19024
19025 2011-07-22 Alan Mackenzie <acm@muc.de>
19026
19027 Prevent cc-langs.elc being loaded at run time.
19028
19029 * progmodes/cc-mode.el: Remove two autoload forms which loaded
19030 cc-langs.
19031
19032 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19033 "(require 'cc-langs)". Quote a form so it will evaluate at
19034 (cc-mode's) compilation time.
19035
19036 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
19037
19038 * net/tramp.el (tramp-file-name-handler): Avoid recursive
19039 loading. (Bug#9114)
19040
19041 2011-07-21 Martin Rudalics <rudalics@gmx.at>
19042
19043 * window.el (display-buffer-pop-up-window)
19044 (display-buffer-pop-up-side-window)
19045 (display-buffer-in-side-window): Call display-buffer-set-height
19046 and display-buffer-set-width after setting the new window's
19047 buffer so `fit-window-to-buffer' and friends work on the right buffer.
19048
19049 2011-07-20 Sam Steingold <sds@gnu.org>
19050
19051 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19052 (etags-tags-included-tables): Call `convert-standard-filename' on
19053 the file names contained in TAGS so that windows Emacs can handle
19054 TAGS files created by cygwin ctags.
19055
19056 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19057
19058 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19059 which apparently didn't work.
19060
19061 2011-07-19 Roland Winkler <winkler@gnu.org>
19062
19063 * proced.el (proced-send-signal): For *Marked Processes* buffer
19064 put point at beginning of buffer.
19065
19066 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
19067
19068 * proced.el (proced-format): Make header lines align with the text
19069 (bug#1779).
19070
19071 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19072
19073 * view.el (view-buffer): Allow running in `special' modes if we're
19074 visiting a file (bug#8615).
19075
19076 2011-07-19 Martin Rudalics <rudalics@gmx.at>
19077
19078 * window.el (display-buffer-alist-of-strings-p)
19079 (display-buffer-alist-set-1, display-buffer-alist-set-2):
19080 New functions.
19081 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19082 more accurately.
19083
19084 2011-07-18 Alan Mackenzie <acm@muc.de>
19085
19086 Fontify declarators properly when, e.g., a jit-lock chunk begins
19087 inside a declaration.
19088
19089 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19090
19091 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19092 New function.
19093 (c-complex-decl-matchers): Insert reference to
19094 c-font-lock-enclosing-decls.
19095
19096 * progmodes/cc-engine.el (c-backward-single-comment):
19097 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19098 to nil around calls to (forward-comment -1).
19099
19100 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19101
19102 * image.el (put-image): Doc typo fix.
19103
19104 * progmodes/etags.el (tags-search): Doc typo fix.
19105
19106 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19107 password if we get errors 550 to 554.
19108
19109 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19110
19111 * net/gnutls.el (gnutls-log-level): Remove.
19112
19113 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19114 indentation character (bug#6380).
19115
19116 * files.el (buffer-offer-save): Made permanently local (bug#6241).
19117
19118 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19119 to clarify what the problem is (bug#4291).
19120
19121 * simple.el (current-kill): Clarify what
19122 `interprogram-paste-function' does (bug#7500).
19123 (auto-fill-mode): Document `auto-fill-function' in relation to
19124 `auto-fill-mode' (bug#2470).
19125
19126 2011-07-16 Lawrence Mitchell <wence@gmx.li>
19127
19128 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19129 method if slot is read-only (bug#9035).
19130
19131 2011-07-16 Martin Rudalics <rudalics@gmx.at>
19132
19133 * frame.el (select-frame-set-input-focus): New argument NORECORD.
19134 * window.el (pop-to-buffer): Select window used even if it was
19135 selected before, see discussion of (Bug#8615), (Bug#6954).
19136 Pass argument NORECORD on to select-frame-set-input-focus.
19137
19138 2011-07-15 Glenn Morris <rgm@gnu.org>
19139
19140 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
19141 Respect help-form.
19142
19143 2011-07-09 Lawrence Mitchell <wence@gmx.li>
19144
19145 * net/gnutls.el (gnutls-min-prime-bits): New variable.
19146 (gnutls-negotiate): Use it.
19147
19148 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19149
19150 * net/gnutls.el (gnutls-negotiate):
19151 Upcase `gnutls-algorithm-priority'.
19152
19153 2011-07-15 Glenn Morris <rgm@gnu.org>
19154
19155 * jka-compr.el (jka-compr-verbose): Move from here...
19156 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
19157 Add missing :version tag.
19158 * info.el: No need to require jka-compr when compiling.
19159
19160 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19161
19162 * net/gnutls.el (gnutls-algorithm-priority): New variable.
19163 (gnutls-negotiate): Use it.
19164
19165 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19166
19167 * info.el (Info-beginning-of-buffer): New command.
19168 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19169 announcing `b' as the key (bug#8325).
19170 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19171
19172 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19173
19174 * international/mule-cmds.el
19175 (describe-specified-language-support): Make the error message
19176 clearer (bug#8905).
19177
19178 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19179
19180 * isearch.el (isearch-barrier): Add a doc string, since it's
19181 mentioned in a function doc string (bug#8678).
19182
19183 2011-07-15 Martin Rudalics <rudalics@gmx.at>
19184
19185 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19186 buffer argument (Bug#9083) and self-identifying label argument.
19187
19188 2011-07-15 Glenn Morris <rgm@gnu.org>
19189
19190 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
19191
19192 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19193
19194 * man.el (Man-fontify-manpage): Fix message when formatting the
19195 man page (bug#7929).
19196
19197 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19198
19199 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19200 argument LRM; if non-nil, append an invisible LRM character to the
19201 buffer name.
19202 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19203 last argument non-nil, when formatting buffer names.
19204 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19205 paragraph direction.
19206
19207 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19208
19209 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19210 the man page name (bug#7929).
19211
19212 * image.el (put-image): Mention the `put-image' overlay property
19213 (bug#7834).
19214
19215 * scroll-bar.el (set-scroll-bar-mode): Mention that
19216 `scroll-bar-mode' lists the values (bug#7772).
19217
19218 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19219 command (bug#7729).
19220
19221 * rect.el (apply-on-rectangle): Return the point after the last
19222 operation.
19223 (string-rectangle): Go to the point after the last operation
19224 (bug#7522).
19225
19226 * printing.el (pr-toggle-region): Clarify the documentation
19227 slightly (bug#7493).
19228
19229 * time.el (display-time-update):
19230 Allow `display-time-mail-function' to return nil (bug#7158).
19231 Fix suggested by Detlev Zundel.
19232
19233 * vc/diff.el (diff): Clarify the order the file names are read
19234 (bug#7111).
19235
19236 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19237 the doc string (bug#7015).
19238
19239 * font-lock.el (font-lock-maximum-decoration): Mention what
19240 numeric levels mean (bug#6935).
19241
19242 * startup.el (initial-buffer-choice): Don't mention the `none'
19243 selection, which is against policy.
19244
19245 2011-07-14 Martin Rudalics <rudalics@gmx.at>
19246
19247 * window.el (display-buffer-normalize-special):
19248 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19249
19250 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19251
19252 * subr.el (version<, version<=, version=): Mention "-CVS" and
19253 "-12345" alpha version numbers.
19254
19255 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19256
19257 * bindings.el: Add advertised binding for set-mark-command
19258 (Bug#5772).
19259
19260 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19261
19262 * bindings.el (mode-line-other-buffer):
19263 * bookmark.el (bookmark-bmenu-2-window):
19264 * bs.el (bs-cycle-next, bs-cycle-previous):
19265 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19266 switch-to-buffer.
19267
19268 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19269 Delete.
19270
19271 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
19272
19273 * follow.el (follow-debug-message, follow-redisplay):
19274 * jka-cmpr-hook.el (with-auto-compression-mode):
19275 Fix typos in docstrings.
19276
19277 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19278
19279 * subr.el (with-silent-modifications): Clarify somewhat what the
19280 macro inhibits (bug#6525).
19281
19282 * simple.el (eval-expression): Note what it does if called
19283 interactively (bug#6495).
19284
19285 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19286
19287 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19288 Use pop-to-buffer buffer-or-name if it is nil.
19289
19290 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19291 Remove switch-to-buffer.
19292
19293 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19294
19295 * files.el (make-directory): Clarify that an error will be raised
19296 if there's an error (bug#6397).
19297
19298 * startup.el (initial-buffer-choice): Add `none' as a choice
19299 (bug#6234).
19300
19301 * subr.el (add-hook): Clarify section about buffer-local hooks
19302 (bug#6218).
19303
19304 * dired.el (dired-flagged): Clarify doc string (bug#6117).
19305
19306 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19307
19308 * tabify.el (untabify): Preserve the current column so that point
19309 doesn't move (bug#6032).
19310
19311 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19312
19313 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19314 Rewrite to avoid awkward possessive "s" (bug#5986).
19315
19316 2011-07-13 Glenn Morris <rgm@gnu.org>
19317
19318 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
19319 (dired-insert-directory): Give a message the first time
19320 if ls is found not to support --dired.
19321
19322 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19323
19324 * simple.el (toggle-truncate-lines): Clarify what is toggled
19325 (bug#5580). Text by Drew Adams.
19326
19327 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19328
19329 * simple.el (blink-matching-open): Make the error message from the
19330 last change less verbose.
19331
19332 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19333
19334 * font-lock.el (font-lock-comment-face): Use the high contrast
19335 "yellow" color for font-lock-comment-face on low color terminals
19336 using a dark background color (bug#4221).
19337
19338 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19339
19340 * dired.el (dired-insert-set-properties): Make the doc string
19341 reflect what it does now (bug#5325).
19342
19343 * simple.el (blink-matching-open): Say that we were unable to find
19344 the match within the limit, if we're limited (bug#5122).
19345
19346 * international/mule-cmds.el (prefer-coding-system): Add an
19347 example (bug#4869).
19348
19349 * progmodes/etags.el (tags-search): Document `file-list-form'
19350 (bug#4731).
19351
19352 2011-07-13 Lawrence Mitchell <wence@gmx.li>
19353
19354 * net/browse-url.el (browse-url-default-browser)
19355 (browse-url-browser-function): Make the default browser choice a
19356 bit more logical (bug#4300). Also clean up the doc string.
19357
19358 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19359
19360 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19361 binary endings (bug#4440).
19362
19363 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19364
19365 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19366 which can be pretty annoying (bug#8971).
19367
19368 * jka-compr.el (jka-compr-verbose): New variable, and use
19369 throughout (bug#8971).
19370
19371 * info.el (Info-find-file): Fall back on the installation
19372 directory if we can't find the info node anywhere else.
19373
19374 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
19375
19376 * vc/vc.el (vc-revert-file):
19377 Don't set file time-stamp in the past. (Bug#5181)
19378
19379 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19380
19381 * files.el (after-find-file): Give a better error message when
19382 trying to find a symlink that points to a file that doesn't exist
19383 (bug#4398).
19384
19385 * progmodes/cc-vars.el: Remove (probably) misleading comment
19386 (bug#4396).
19387
19388 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19389
19390 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19391
19392 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19393
19394 * mouse-sel.el: Hack restoring functionality, while keeping
19395 compatibility with 2010-07-03 changes to mouse selection.
19396 (mouse-sel-primary-overlay): New var.
19397 (mouse-sel-selection-alist): Use it.
19398 (mouse-sel-mode): Doc fix; remove points that are default features
19399 of mouse.el.
19400
19401 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19402
19403 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19404 Fix previous fix (bug#2490).
19405
19406 2011-07-12 Roland Winkler <winkler@gnu.org>
19407
19408 * textmodes/bibtex.el (bibtex-initialize):
19409 Use pop-to-buffer-same-window.
19410 (bibtex-search-entries): Fix interactive call.
19411
19412 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19413
19414 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19415 Fontise bytecomp Error lines more correctly (bug#2490).
19416 Fix suggested by Johan Bockgård.
19417
19418 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19419
19420 * dired-x.el (dired-guess-default): Use `delete-dups'.
19421
19422 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19423
19424 * dired.el (dired-mark-prompt):
19425 * dired-aux.el (dired-read-shell-command): Doc fix.
19426
19427 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19428
19429 * mail/sendmail.el (sendmail-query-once):
19430 Use `customize-save-variable' unconditionally, now that it works under
19431 emacs -Q.
19432
19433 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19434
19435 * cus-edit.el (custom-file): Take an optional no-error variable.
19436 (customize-save-variable): Set the variable, and give a warning if
19437 running under "emacs -q".
19438
19439 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19440
19441 * loadhist.el (unload-feature-special-hooks):
19442 Add `auto-coding-functions', `fill-nobreak-predicate' and
19443 `find-directory-functions' (bug#5327).
19444
19445 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19446
19447 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19448
19449 * cus-edit.el (custom-guess-name-alist): -alist variables should
19450 use the `alist' type (bug#3120). Suggested by Drew Adams.
19451
19452 * printing.el: Add documentation to all the `pr-toggle-' commands.
19453
19454 2011-07-11 Leo Liu <sdl.web@gmail.com>
19455
19456 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19457 backends where it makes sense (bug#2623).
19458
19459 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19460
19461 * dired-x.el (dired-guess-default): Remove duplicate shell command
19462 entries (bug#2028).
19463 (dired-guess-default): Fix grammar in doc string (bug#2028).
19464 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19465
19466 * subr.el (remove-duplicates): New conveniency function.
19467
19468 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19469
19470 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19471 (bug#1526).
19472
19473 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19474
19475 * window.el (display-buffer-normalize-default): Don't invert
19476 meaning of even-window-heights. Reported by Eli Zaretskii
19477 <eliz@gnu.org>.
19478
19479 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19480
19481 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19482
19483 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19484
19485 * window.el (display-buffer): Fix arguments to
19486 display-buffer-reuse-window in last change.
19487
19488 * faces.el (link): Use a less saturated blue on light backgrounds.
19489
19490 * startup.el (fancy-startup-text, fancy-about-text)
19491 (fancy-startup-tail): Use font-lock faces, for background safety.
19492
19493 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19494
19495 * emulation/viper-cmd.el (viper-change-state-to-vi):
19496 Limit triggering of abbrev expansion (Bug#9038).
19497
19498 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19499
19500 * window.el (display-buffer-default-specifiers): Remove.
19501 (display-buffer-macro-specifiers): Remove default specifiers.
19502 (display-buffer-alist): Default to nil.
19503 (display-buffer-reuse-window): New optional argument other-window.
19504 (display-buffer-pop-up-window): Allow splitting internal
19505 windows. Check whether a live window was created.
19506 (display-buffer-other-window-means-other-frame)
19507 (display-buffer-normalize-arguments): Rename to
19508 display-buffer-normalize-argument and rewrite. Set the
19509 other-window specifier.
19510 (display-buffer-normalize-special): New function.
19511 (display-buffer-normalize-options): Rename to
19512 display-buffer-normalize-default and rewrite.
19513 (display-buffer-normalize-options-inhibit): Remove.
19514 (display-buffer-normalize-specifiers): Rewrite.
19515 (display-buffer): Process other-window specifier and call
19516 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19517 more faithfully.
19518 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19519 (display-buffer-alist-set): Don't handle 'unset default values.
19520 (display-buffer-in-window, display-buffer-alist-set):
19521 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19522 <tassilo@member.fsf.org>.
19523
19524 2011-07-09 Leo Liu <sdl.web@gmail.com>
19525
19526 * register.el (insert-register): Restore accidental change on
19527 2011-06-26. (Bug#9028)
19528
19529 2011-07-09 Glenn Morris <rgm@gnu.org>
19530
19531 * subr.el (remq): Handle the empty list. (Bug#9024)
19532
19533 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19534
19535 * mail/sendmail.el (send-mail-function): No longer delay custom
19536 initialization.
19537 * custom.el (custom-initialize-delay): Doc fix.
19538
19539 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19540
19541 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19542
19543 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19544
19545 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19546 human-friendly prompt.
19547
19548 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19551 provided by a particular plugin.
19552
19553 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19554
19555 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19556 save customizations (with "emacs -Q"), just set the variable
19557 instead of erroring out.
19558
19559 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19560
19561 2011-07-08 Juri Linkov <juri@jurta.org>
19562
19563 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19564 (archive-zip-update-case): Use 7z if found by `executable-find'.
19565 The order of searching the available programs is the same as in
19566 `archive-zip-extract' (bug#8968).
19567
19568 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19569
19570 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19571 (menu-bar-options-menu): Tweak descriptions.
19572
19573 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19574
19575 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19576 menu items into verb phrases (bug#1421). Also refill to fit under
19577 80 columns.
19578
19579 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19580
19581 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19582 (Info-read-node-name): Doc fix (Bug#1084).
19583
19584 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19585 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19586 (end-of-sexp, beginning-of-sexp)
19587 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19588 (forward-symbol, forward-same-syntax, word-at-point)
19589 (sentence-at-point): Doc fix (Bug#1144).
19590
19591 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19592
19593 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19594 should cover it (bug#1281).
19595
19596 * cus-edit.el (custom-show): Mark as obsolete.
19597
19598 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19599 negotiation fails, then possibly try again with a non-encrypted
19600 connection (bug#9017).
19601
19602 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19603 be used.
19604
19605 2011-07-07 Richard Stallman <rms@gnu.org>
19606
19607 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19608 property, and handle its changed format.
19609 Look for the correct line number.
19610 Use file's line contents (but not past first =) to find
19611 correct line in message.
19612
19613 2011-07-07 Kenichi Handa <handa@m17n.org>
19614
19615 * international/characters.el (build-unicode-category-table):
19616 Delete it.
19617 (unicode-category-table): Set it by unicode-property-table-internal.
19618
19619 * international/mule-cmds.el (char-code-property-alist): Move to
19620 to src/chartab.c.
19621 (get-char-code-property): Call unicode-property-table-internal to
19622 load a file. Call get-unicode-property-internal where necessary.
19623 (put-char-code-property): Call unicode-property-table-internal to
19624 load a file. Call put-unicode-property-internal where necessary.
19625 put-unicode-property-internal where necessary.
19626 (char-code-property-description):
19627 Call unicode-property-table-internal to load a file.
19628
19629 * international/charprop.el:
19630 * international/uni-bidi.el:
19631 * international/uni-category.el:
19632 * international/uni-combining.el:
19633 * international/uni-comment.el:
19634 * international/uni-decimal.el:
19635 * international/uni-decomposition.el:
19636 * international/uni-digit.el:
19637 * international/uni-lowercase.el:
19638 * international/uni-mirrored.el:
19639 * international/uni-name.el:
19640 * international/uni-numeric.el:
19641 * international/uni-old-name.el:
19642 * international/uni-titlecase.el:
19643 * international/uni-uppercase.el: Regenerate.
19644
19645 * loadup.el: Load international/charprop.el before
19646 international/characters.
19647
19648 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19649
19650 * window.el (next-buffer, previous-buffer): Signal an error if
19651 called from a minibuffer window.
19652
19653 * bindings.el: Revert 2011-07-04 change.
19654
19655 2011-07-06 Richard Stallman <rms@gnu.org>
19656
19657 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19658 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19659 Treat markers like ints.
19660 (rmail-mime-entity): Doc fix.
19661
19662 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19663
19664 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19665 defcustom again for backwards compatibility.
19666
19667 * simple.el (shell-command-on-region): Fill.
19668
19669 * dired-aux.el (dired-kill-line): Add a doc string.
19670
19671 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19672 to "\\sw\\|\\s_" (bug#358).
19673
19674 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19675 (dired-unmark-backward): Ditto.
19676 (dired-flag-backup-files): Ditto.
19677
19678 * dired-x.el (dired-mark-sexp): Ditto.
19679
19680 2011-07-06 Richard Stallman <rms@gnu.org>
19681
19682 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19683 (rmail-mime-entity): New arg TRUNCATED.
19684 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19685 New functions.
19686 (rmail-mime-save): Warn if entity is truncated.
19687 (rmail-mime-toggle-hidden): Likewise, for showing.
19688 (rmail-mime-process-multipart): Record when an entity is truncated.
19689
19690 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19691 if ENTITY is a string.
19692
19693 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19694
19695 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19696 of faces when `M-C-x'-ing their definitions (bug#8378).
19697 Also clean up the code slightly.
19698
19699 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19700 because that makes the colors go away.
19701
19702 * mail/sendmail.el (send-mail-function): Change the default to
19703 `sendmail-query-once'.
19704 (sendmail-query-once): Add an autoload cookie.
19705
19706 * net/network-stream.el (network-stream-open-starttls): Try using
19707 a plain connection even if the server offered STARTTLS, and we
19708 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19709 capability. This should make smtpmail.el work in slightly more
19710 configurations.
19711
19712 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19713
19714 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19715 New defun.
19716 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19717
19718 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19719
19720 * progmodes/sql.el: Version 3.0
19721 (sql-product-alist): Add product :completion-object,
19722 :completion-column, and :statement attributes.
19723 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19724 (sql-mode-syntax-table): Mark all punctuation.
19725 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19726 ansi keywords.
19727 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19728 (sql-mode-oracle-font-lock-keywords): Improve.
19729 (sql-oracle-show-reserved-words): New function for development.
19730 (sql-product-font-lock): Simplify for source code buffers.
19731 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19732 New functions.
19733 (sql-highlight-product): Set product specific syntax table.
19734 (sql-mode-map): Add statement movement functions.
19735 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19736 New variable.
19737 (sql-statement-regexp, sql-beginning-of-statement)
19738 (sql-end-of-statement, sql-signum): New functions.
19739 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19740 (sql-show-sqli-buffer): Bug fix.
19741 (sql-interactive-mode): Store connection data as buffer local.
19742 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19743 with sql-interactive-mode.
19744 (sql-save-connection): Save buffer local settings.
19745 (sql-connection-menu-filter): Change menu entry name.
19746 (sql-product-interactive): Bug fix.
19747 (sql-preoutput-hold): New variable.
19748 (sql-interactive-remove-continuation-prompt): Bug fixes.
19749 (sql-debug-redirect): New variable.
19750 (sql-str-literal): New function.
19751 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19752 Redesign.
19753 (sql-oracle-save-settings, sql-oracle-restore-settings)
19754 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19755 (sql-completion-object, sql-completion-column)
19756 (sql-completion-sqlbuf): New variables.
19757 (sql-build-completions-1, sql-build-completions)
19758 (sql-try-completion): New functions.
19759 (sql-read-table-name): Use them.
19760 (sql-contains-names): New buffer local variable.
19761 (sql-list-all, sql-list-table): Use it.
19762 (sql-oracle-completion-types): New variable.
19763 (sql-oracle-completion-object, sql-sqlite-completion-object)
19764 (sql-postgres-completion-object): New functions.
19765
19766 2011-07-06 Glenn Morris <rgm@gnu.org>
19767
19768 * window.el (pop-to-buffer): Doc fix.
19769
19770 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19771
19772 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19773
19774 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19775
19776 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19777
19778 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19779
19780 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19781
19782 * button.el (button): Inherit from link face. Suggested by Dan
19783 Nicolaescu.
19784
19785 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * progmodes/gdb-mi.el: Fit in 80 columns.
19788 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19789 switch-to-buffer.
19790
19791 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19792 if imenu is simply not configured (bug#8941).
19793
19794 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19795
19796 * allout.el (allout-post-undo-hook): New allout outline-change
19797 event hook to signal undo activity.
19798 (allout-post-command-business): Run allout-post-undo-hook if an
19799 undo just occurred.
19800 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19801 * allout-widgets.el (allout-widgets-after-undo-function):
19802 Ensure the integrity of the current item's decoration after it has been
19803 in the vicinity of an undo.
19804 (allout-widgets-mode): Include allout-widgets-after-undo-function
19805 on the new allout-post-undo-hook.
19806
19807 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19810 Let define-derived-mode define it.
19811 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19812 cycles of abbrev-table inheritance (bug#8998).
19813
19814 2011-07-05 Roland Winkler <winkler@gnu.org>
19815
19816 * textmodes/bibtex.el: Add support for biblatex.
19817 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19818 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19819 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19820 (bibtex-entry-alist, bibtex-field-alist): New variables.
19821 (bibtex-entry-field-alist): Obsolete alias for
19822 bibtex-BibTeX-entry-alist.
19823 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19824 (bibtex-set-dialect): New command.
19825 (bibtex-entry-type, bibtex-entry-head)
19826 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19827 Bind via bibtex-set-dialect.
19828 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19829 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19830 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19831 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19832 Define via bibtex-set-dialect.
19833 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19834 Obey bibtex-no-opt-remove-re.
19835 (bibtex-vec-push, bibtex-vec-incr): New functions.
19836 (bibtex-format-entry, bibtex-field-list)
19837 (bibtex-print-help-message, bibtex-validate)
19838 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19839
19840 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19841
19842 * progmodes/compile.el (compilation-goto-locus):
19843 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19844 * bs.el (bs-cycle-next, bs-cycle-previous):
19845 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19846 * bindings.el (mode-line-other-buffer):
19847 * autoinsert.el (auto-insert):
19848 * arc-mode.el (archive-extract):
19849 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19850
19851 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19852
19853 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19854 Fix check of `emacs-lock-unlockable-modes'.
19855 Coerce true values of `emacs-lock--try-unlocking' to t.
19856
19857 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19858
19859 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19860 * emacs-lock.el: New file.
19861
19862 2011-07-05 Julien Danjou <julien@danjou.info>
19863
19864 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19865 than `boundp' to check if face is set.
19866
19867 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19868
19869 * register.el (registerv-make):
19870 * window.el (window-min-height): Fix typos in docstrings.
19871
19872 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19873
19874 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19875 Update doc string.
19876
19877 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19878
19879 * server.el (server-execute): Catch quit and call
19880 `server-return-error' to pass the error back to emacsclient and
19881 close the connection (bug#8942).
19882
19883 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19884
19885 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19886 insecure exception for current topic. Also note that auto-saves
19887 are handled differently.
19888
19889 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19890 State variables for tracking auto-save inhibition situation.
19891
19892 (allout-write-contents-hook-handler): Rename from
19893 'allout-write-file-hook-handler', and describe how it depends on
19894 write-contents-functions sensitivity to non-nil value to prevent
19895 file write.
19896
19897 (allout-auto-save-hook-handler): Remove. auto-save does not check
19898 this in individual buffers, only in the starting buffer, so this
19899 is not the right way for us to inhibit auto-save in a buffer
19900 according to its condition.
19901
19902 (allout-mode): Use new allout-write-contents-hook-handler, and
19903 only with write-contents-functions. Remove auto-save provisions -
19904 they're implemented elsewhere.
19905
19906 (allout-before-change-handler): If undo is in progress, note that
19907 for attention of allout-post-command-business.
19908
19909 (allout-post-command-business): If the command we're following was
19910 an undo, check for change in the status of encrypted items and
19911 adjust auto-save inhibitions accordingly.
19912
19913 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19914 according to whether there are or aren't any plain-text topics
19915 pending encryption.
19916
19917 (allout-inhibit-auto-save-info-for-decryption):
19918 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19919 if there are plain-text topics pending encryption.
19920
19921 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19922 buffer-saved-size and some allout state to not inhibit auto-saves
19923 if there are no longer any plain-text topics pending encryption.
19924
19925 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19926 No longer provide for exemption of the current topic.
19927
19928 2011-07-04 Juri Linkov <juri@jurta.org>
19929
19930 Add 7z operations to delete and save changed members (bug#8968).
19931 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19932 New defcustoms.
19933 (archive-7z-write-file-member): New function.
19934 (archive-7z-summarize): Fix the number of dashes in the
19935 listing output.
19936
19937 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19938
19939 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19940 (bug#8958).
19941
19942 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19943
19944 * bindings.el: Ignore next-buffer and previous-buffer in
19945 minibuffer-local-map.
19946
19947 * font-lock.el (font-lock-builtin-face): Change light background
19948 color to dark slate blue (Bug#6693).
19949
19950 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19951
19952 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19953
19954 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19955
19956 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19957 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19958 Add switch-to-buffer.
19959
19960 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19961
19962 * isearch.el (isearch-search-fun-function): Clarify further the
19963 meaning of the function returned.
19964
19965 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19966
19967 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19968
19969 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19970 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19971 Use it.
19972 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19973 `tramp-default-remote-path' does not exist.
19974 (tramp-send-command-and-read): New optional argument NOERROR.
19975 (tramp-open-connection-setup-interactive-shell)
19976 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19977 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19978 (tramp-process-sentinel): Flush also process' connection property.
19979 (tramp-sh-handle-start-file-process): Do not set process
19980 sentinel. It is done now ...
19981 (tramp-maybe-open-connection): ... here. (Bug#8929)
19982
19983 2011-07-04 MON KEY <monkey@sandpframing.com>
19984
19985 * play/animate.el (animate-string): Doc fixes and allow changing
19986 the buffer name (bug#5417).
19987
19988 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19989
19990 * play/animate.el (animation-buffer-name): Rename from *animate*.
19991
19992 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19993
19994 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19995 This is simpler and helps future-proof the code.
19996 (timer-until): Use time-subtract and float-time.
19997 (timer--time-less-p): Use time-less-p.
19998
19999 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20000
20001 * type-break.el (timep): Use the value of `float-time' to avoid a
20002 byte-compiler warning.
20003
20004 * server.el (server-eval-and-print): Return any result, even nil.
20005
20006 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
20007
20008 * type-break.el: Accept time formats that the builtins accept.
20009 (timep, type-break-time-difference): Accept any format that
20010 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20011 This is simpler and helps future-proof the code.
20012 (type-break-time-difference): Round rather than ignoring
20013 subseconds components.
20014
20015 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20016
20017 * info.el (Info-apropos-matches): Make non-interactive, since it
20018 doesn't seem to do anything useful as a command (bug#8829).
20019
20020 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
20021
20022 * frame.el (frame-background-mode, frame-set-background-mode):
20023 Move from faces.el.
20024 (frame-default-terminal-background): New function.
20025
20026 * custom.el (custom-push-theme): Don't record faces in `changed'
20027 theme; this doesn't work correctly for per-frame face settings.
20028 (disable-theme): Use face-set-after-frame-default to reset faces.
20029 (custom--frame-color-default): New function.
20030
20031 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20032
20033 * dired.el (dired-flagging-regexp): Remove unused variable
20034 (bug#8769).
20035
20036 2011-03-29 Kevin Ryde <user42@zip.com.au>
20037
20038 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20039 `perl-Test2' extend to match possible "fail #N" rep count
20040 (bug#8377).
20041
20042 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20043
20044 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20045 `smtpmail-via-smtp' now returns the error instead of nil.
20046
20047 * isearch.el (isearch-search-fun-function): Clarify the doc string
20048 (bug#8101).
20049
20050 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
20051
20052 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20053 unnecessary spaces (bug#8987).
20054
20055 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20056
20057 * net/network-stream.el (open-network-stream): Use the
20058 :end-of-capability command thoughout.
20059
20060 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20061
20062 * net/network-stream.el (open-network-stream): Add the
20063 :end-of-capability command parameter, used by pop3.el.
20064
20065 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20066
20067 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20068
20069 * fringe.el (fringe-query-style): Remove redundant text " (type ?
20070 for list)" (bug#6475).
20071
20072 * files.el (file-expand-wildcards): Ignore non-readable
20073 sub-directories while trying to find matches instead of signaling
20074 an error (bug#6297).
20075
20076 * man.el (Man-reference-regexp): Allow matching possible
20077 word-wrapped references (bug#6289).
20078
20079 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20080 for consistency with the other vc buffers (bug#6197).
20081 (vc-checkin): Ditto.
20082
20083 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20084
20085 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20086
20087 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20088
20089 * custom.el (defcustom): Clarify that :set is only used in the
20090 Customize user interface (bug#6089).
20091
20092 * progmodes/flymake.el (flymake-mode): If the buffer isn't
20093 associated with a file, refuse to run instead of erroring out
20094 (bug#6084).
20095
20096 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20097 the doc string, since it appears that using `fill-column' always
20098 controls the width (bug#7845).
20099
20100 * simple.el (shell-command-on-region): Say where the error output
20101 went if `shell-command-default-error-buffer' is set (bug#6857).
20102
20103 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
20104
20105 * allout.el (allout-yank-processing): Adjust cursor position for
20106 backwards-deleted space.
20107
20108 (allout-rebullet-heading): Register changes with
20109 allout-exposure-changed-hook, so the modified topic is properly
20110 decorated.
20111
20112 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20113
20114 * minibuffer.el (completion-in-region): Document PREDICATE
20115 (bug#7136).
20116
20117 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20118 of keyword/argument pairs (bug#6904).
20119
20120 * replace.el (multi-occur):
20121 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20122
20123 2011-07-02 Drew Adams <drew.adams@oracle.com>
20124
20125 * dired.el (dired-mark-if): Make the message about whether it's
20126 marking or unmarking clearer (bug#8523).
20127
20128 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20129
20130 * disp-table.el (display-table-print-array): New function.
20131 (describe-display-table): Use it to print the vectors more pretty
20132 (Bug#8859).
20133
20134 2011-07-02 Martin Rudalics <rudalics@gmx.at>
20135
20136 * window.el (window-state-get-1): Don't assign clone numbers.
20137 Add clone-of item to list of window parameters.
20138 (window-state-put-2): Don't process clone numbers.
20139 (display-buffer-alist): Fix doc-string.
20140
20141 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20142
20143 * subr.el (remq): Don't allocate if it's not needed.
20144 (keymap--menu-item-binding, keymap--menu-item-with-binding)
20145 (keymap--merge-bindings): New functions.
20146 (keymap-canonicalize): Use them to refine the canonicalization.
20147 * minibuffer.el (minibuffer-local-completion-map)
20148 (minibuffer-local-must-match-map): Move initialization from C.
20149 (minibuffer-local-filename-completion-map): Move initialization from C;
20150 don't inherit from anything here.
20151 (minibuffer-local-filename-must-match-map): Make obsolete.
20152 (completing-read-default): Use make-composed-keymap to combine
20153 minibuffer-local-filename-completion-map with either
20154 minibuffer-local-must-match-map or
20155 minibuffer-local-filename-completion-map.
20156
20157 2011-07-01 Glenn Morris <rgm@gnu.org>
20158
20159 * type-break.el (type-break-time-sum): Use dolist.
20160
20161 * textmodes/flyspell.el (flyspell-word-search-backward):
20162 Replace CL function.
20163
20164 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20165
20166 * mouse.el (mouse--strip-first-event): New function.
20167 (function-key-map): Use it to map fringe clicks to normal clicks
20168 by default.
20169
20170 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20171 (vc-bzr-revision-completion-table): Add support for annotate and date.
20172
20173 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20174 inherit from parent.
20175
20176 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20177
20178 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20179 (dired-show-file-type): Doc fixup (bug#8818).
20180
20181 * dired.el (dired-mode): Fix up the doc string as suggested by
20182 Drew Adams (bug#8817).
20183
20184 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20185 cookie, since the manual says that it should be possible to add
20186 this function to `find-file-hook' (bug#8709).
20187
20188 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20189
20190 * progmodes/cfengine.el: Moved all cfengine3.el functionality
20191 here. Noted Ted Zlatanov as the maintainer.
20192 (cfengine-common-settings, cfengine-common-syntax): New functions
20193 to set up common things between `cfengine-mode' and
20194 `cfengine3-mode'.
20195 (cfengine3-mode): New mode.
20196 (cfengine3-defuns cfengine3-defuns-regex
20197 (cfengine3-class-selector-regex cfengine3-category-regex)
20198 (cfengine3-vartypes cfengine3-font-lock-keywords)
20199 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20200 (cfengine3-indent-line): Add from cfengine3.el.
20201
20202 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
20203
20204 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20205
20206 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20207
20208 2011-07-01 Martin Rudalics <rudalics@gmx.at>
20209
20210 * window.el (same-window-buffer-names, same-window-regexps)
20211 (same-window-p, special-display-frame-alist)
20212 (special-display-popup-frame, special-display-function)
20213 (special-display-buffer-names, special-display-regexps)
20214 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20215 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20216 (split-window-preferred-function, split-height-threshold)
20217 (split-width-threshold, even-window-heights)
20218 (display-buffer-mark-dedicated, window-splittable-p)
20219 (split-window-sensibly, window-safely-shrinkable-p):
20220 Un-obsolete.
20221 (display-buffer): Don't spread args with function specifier
20222 because special-display-popup-frame won't like it.
20223
20224 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
20225
20226 Time-stamp simplifications and fixes.
20227 These improve accuracy slightly, and future-proof the code
20228 against some potential changes to current-time format.
20229
20230 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20231 by using time-since and float-time.
20232
20233 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20234 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
20235 + NNN microseconds".
20236
20237 * type-break.el (type-break-time-sum): Rewrite using time-add.
20238
20239 * play/hanoi.el (hanoi-current-time-float): Remove.
20240 All uses replaced by float-time.
20241
20242 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20243 This yields a more-accurate answer.
20244 (rng-time-to-float): Remove; no longer needed.
20245
20246 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20247
20248 * calendar/timeclock.el (timeclock-seconds-to-time):
20249 Defalias to seconds-to-time, since they're the same thing.
20250
20251 * emacs-lisp/elp.el (elp-elapsed-time):
20252 * emacs-lisp/benchmark.el (benchmark-elapse):
20253 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20254
20255 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20256
20257 * window.el (bury-buffer): Don't iconify the only frame.
20258 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20259 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
20260
20261 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
20262
20263 * eshell/em-smart.el (eshell-smart-display-navigate-list):
20264 Add mouse-yank-primary.
20265
20266 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20267
20268 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20269
20270 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20271
20272 * emacs-lisp/find-func.el (find-library--load-name): New fun.
20273 (find-library-name): Use it to find relative load names when provided
20274 absolute file name (bug#8803).
20275
20276 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20277
20278 * textmodes/flyspell.el (flyspell-word): Consider words that
20279 differ only in case as potential doublons (bug#5687).
20280
20281 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20282 Remove two rather uninteresting debugging-like messages to make
20283 debbugs.el more silent.
20284
20285 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20286 a password-like phrase.
20287
20288 2011-06-30 Masatake YAMATO <yamato@redhat.com>
20289
20290 * progmodes/cc-guess.el: New file.
20291
20292 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20293
20294 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20295 derived from `c-basic-common-init'.
20296
20297 * progmodes/cc-mode.el (top-level): Require cc-guess.
20298 (c-basic-common-init): Use `cc-choose-style-for-mode'.
20299
20300 2011-06-30 Lawrence Mitchell <wence@gmx.li>
20301
20302 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20303
20304 2011-06-30 Alan Mackenzie <acm@muc.de>
20305
20306 * progmodes/cc-engine.el (c-guess-continued-construct):
20307 Correct the handling of template-args-cont, particularly for when font
20308 lock is disabled. Name this case as "CASE G".
20309
20310 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
20311
20312 * allout.el (allout-yank-processing): Fix injection of extra space
20313 between bullet and non-whitespace character in first topic when
20314 pasting, ensuring that the actual spacing in the pasted topic
20315 following the bullet char is preserved. This extra space was
20316 causing pasted encrypted topics to get a decrypted status even
20317 when the content was actually still encrypted. Now the decryption
20318 status from before the paste is preserved.
20319
20320 (allout-flag-region): Set all allout overlays so they evaporate
20321 when reduced to zero length (evanescent), to prevent overlay
20322 leakage.
20323
20324 2011-06-30 Glenn Morris <rgm@gnu.org>
20325
20326 * w32-fns.el (w32-charset-info-alist): Declare.
20327
20328 * find-dired.el (find-grep-options): Simplify.
20329
20330 * term/ns-win.el (ns-set-resource): Declare.
20331
20332 * ses.el (row, col): Declare dynamic variables honestly.
20333
20334 * textmodes/reftex-parse.el (index-tags): Declare.
20335
20336 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
20337
20338 * cus-edit.el (customize-push-and-save): New function.
20339
20340 * files.el (hack-local-variables-confirm): Use it.
20341
20342 * custom.el (load-theme): New arg NO-CONFIRM.
20343 Use customize-push-and-save (Bug#8720).
20344 (custom-enabled-themes): Doc fix.
20345
20346 * cus-theme.el (customize-create-theme)
20347 (custom-theme-merge-theme): Callers to load-theme changed.
20348
20349 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20350
20351 * thingatpt.el (thing-at-point-short-url-regexp): Require that
20352 short URLs have at least one dot in them (bug #7614).
20353
20354 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20355 nil, because using a pty is apparently too slow (bug #895).
20356
20357 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20358
20359 * mail/sendmail.el (sendmail-query-once): New function.
20360 (sendmail-query-once-function): New variable.
20361
20362 2011-06-29 Glenn Morris <rgm@gnu.org>
20363
20364 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20365
20366 * ses.el (top-level): Require cl when compiling.
20367 (ses-set-localvars): Fix error statement.
20368 Call it at compile time to silence a storm of warnings.
20369
20370 2011-06-29 Martin Rudalics <rudalics@gmx.at>
20371
20372 * window.el (normalize-live-buffer): Rename to
20373 window-normalize-buffer.
20374 (normalize-live-frame): Rename to window-normalize-frame.
20375 (normalize-any-window): Rename to window-normalize-any-window.
20376 (normalize-live-window): Rename to window-normalize-live-window.
20377 (make-window-atom): Rename to window-make-atom.
20378 (window-resize-reset): Rename to window--resize-reset.
20379 (window-resize-reset-1): Rename to window--resize-reset-1.
20380 (resize-mini-window): Rename to window--resize-mini-window.
20381 (resize-subwindows-skip-p): Rename to
20382 window--resize-subwindows-skip-p.
20383 (resize-subwindows-normal): Rename to
20384 window--resize-subwindows-normal.
20385 (resize-subwindows): Rename to window--resize-subwindows.
20386 (resize-other-windows): Rename to window--resize-siblings.
20387 (resize-this-window): Rename to window--resize-this-window.
20388 (resize-root-window): Rename to window--resize-root-window.
20389 (resize-root-window-vertically): Rename to
20390 window--resize-root-window-vertically.
20391 (normalize-buffer-to-display): Rename to
20392 window-normalize-buffer-to-display.
20393 (normalize-buffer-to-switch-to): Rename to
20394 window-normalize-buffer-to-switch-to.
20395 Correspondingly update all callers of the functions listed
20396 above.
20397 (display-buffer-alist, display-buffer-normalize-arguments)
20398 (display-buffer-normalize-options, display-buffer)
20399 (display-buffer-alist-set): Use "function" instead of
20400 "fun-with-args".
20401
20402 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20403
20404 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20405 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20406 debbugs.gnu.org. Mention acknowledgment email.
20407
20408 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20409
20410 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20411 buffer multibyteness, since it shouldn't matter.
20412
20413 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20414
20415 * window.el (display-buffer-in-side-window): Handle dedicated
20416 windows as in display-buffer-reuse-window.
20417 (display-buffer-normalize-alist): Use value of override
20418 specifier.
20419 (display-buffer-normalize-specifiers): Use value of
20420 other-window-means-other-frame specifier.
20421 (display-buffer-alist): Rewrite some texts in widgets.
20422 (display-buffer): Spread arguments when calling function
20423 specified by fun-with-args.
20424
20425 2011-06-28 Deniz Dogan <deniz@dogan.se>
20426
20427 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20428 Unnest `let'.
20429
20430 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20431 selectors (Bug#5732).
20432 (css-proprietary-nmstart-re): Use `regexp-opt'.
20433
20434 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20435
20436 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20437 (eshell-ls-date-format): New defcustom.
20438 (eshell-ls-file): Use it.
20439
20440 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20443
20444 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20445
20446 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20447 (ange-ftp-make-tmp-name): New arg.
20448 (ange-ftp-file-local-copy): Use it.
20449
20450 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20451
20452 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20453 no-conversion (Bug#8870).
20454
20455 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20456
20457 * window.el (window-right, window-left, window-child)
20458 (window-child-count, window-last-child)
20459 (window-iso-combination-p, walk-window-tree-1)
20460 (window-atom-check-1, window-tree-1, delete-window)
20461 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20462 new naming conventions - window-vchild, window-hchild,
20463 window-next and window-prev are now called window-top-child,
20464 window-left-child, window-next-sibling and window-prev-sibling
20465 respectively.
20466 (resize-window-reset): Rename to window-resize-reset.
20467 (resize-window-reset-1): Rename to window-resize-reset-1.
20468 (resize-window): Rename to window-resize.
20469 (window-min-height, window-min-width)
20470 (resize-mini-window, resize-this-window, resize-root-window)
20471 (resize-root-window-vertically, adjust-window-trailing-edge)
20472 (enlarge-window, shrink-window, maximize-window)
20473 (minimize-window, delete-window, quit-restore-window)
20474 (split-window, balance-windows, balance-windows-area-adjust)
20475 (balance-windows-area, window-state-put-2)
20476 (display-buffer-even-window-sizes, display-buffer-set-height)
20477 (display-buffer-set-width, set-window-text-height)
20478 (fit-window-to-buffer): Rename all "resize-window" prefixed
20479 calls to use the "window-resize" prefix convention.
20480 (display-buffer-alist): Fix symbol for label specifier.
20481 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20482 corresponding specifier.
20483 Reported by Juanma Barranquero <lekktu@gmail.com>.
20484
20485 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20486
20487 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20488 convention.
20489 (ses-call-printer): Does not pass an empty string to formatter when the
20490 cell is empty to keep from barking printer Calc math-format-value.
20491
20492 2011-06-27 Richard Stallman <rms@gnu.org>
20493
20494 * battery.el (battery-mode-line-limit): New variable.
20495 (battery-update): Handle it.
20496
20497 * mail/rmailmm.el (rmail-mime-process-multipart):
20498 Handle truncated messages.
20499
20500 2011-06-27 Glenn Morris <rgm@gnu.org>
20501
20502 * progmodes/flymake.el (flymake-err-line-patterns):
20503 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20504
20505 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20506
20507 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20508 (ses--clean-!, ses--clean-_): New functions.
20509 (ses-range): Add configurability of readout order, and conversion
20510 to Calc vector.
20511
20512 * ses.el (ses-repair-cell-reference-all): New function.
20513 (ses-cell-symbol): Set macro as safe, so that it can be used in
20514 formulas.
20515
20516 * ses.el: Update cycle detection algorithm.
20517 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20518 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20519 (ses-set-localvars): New function.
20520 (ses-make-cell): Add property-list as a cell element.
20521 (ses-cell-property-get-fun, ses-cell-property-get)
20522 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20523 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20524 New functions.
20525 (ses-cell-property-set, ses-cell-property-pop)
20526 (ses-cell-property-get-handle): New macro.
20527 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20528 New aliases, used for code readability.
20529 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20530 cycle detection.
20531 (ses-self-reference-early-detection): New defcustom.
20532 (ses-formula-references): Robustify against self-referring cells.
20533 (ses-mode): Use ses-set-localvars.
20534 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20535 before lauching the update processing.
20536 (ses-initialize-Dijkstra-attempt): New function.
20537 (ses-recalculate-cell): Update for cycle detection based on
20538 Dijkstra algorithm.
20539
20540 * ses.el: Fix commenting and indenting convention.
20541
20542 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * bs.el (bs-cycle-next): Complete last change.
20545
20546 2011-06-27 Drew Adams <drew.adams@oracle.com>
20547
20548 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20549
20550 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20551
20552 * net/network-stream.el (network-stream-open-starttls):
20553 Don't re-get capabilities unless we've reestablished connection.
20554 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20555
20556 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20557 to binary to possibly avoid line encoding issues on Windows (among
20558 other things).
20559
20560 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20561
20562 * net/network-stream.el (open-network-stream): Return an :error
20563 saying what the problem was, if possible.
20564
20565 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20566 server.
20567
20568 * net/network-stream.el (network-stream-open-starttls): If we
20569 wanted to use STARTTLS, and the server offered it, but we weren't
20570 able to because we had no STARTTLS support, then close the connection.
20571 (open-network-stream): Return an :error element, if present.
20572
20573 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20574
20575 * hl-line.el (hl-line-sticky-flag): Doc fix.
20576 (global-hl-line-sticky-flag): New option (Bug#8323).
20577 (global-hl-line-highlight): Obey it.
20578
20579 * vc/vc.el (vc-revert-show-diff): Default to t.
20580
20581 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20582
20583 * allout-widgets.el (allout-widgets-post-command-business):
20584 Stop decorating intermediate isearch matches. They're not being
20585 undecorated when an isearch is continued past, and isearch
20586 automatically collapses them. This leads to "widget leaks", where
20587 decorated items accumulate in collapsed areas. Lines with lots of
20588 hidden widgets can slow down cursor travel, substantially.
20589 Too much complicated machinery would be needed to ensure undecoration,
20590 so we're doing without this nicety.
20591
20592 (allout-widgets-tally-string): Don't try to do a hash-table-count
20593 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20594 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20595 *Messages* when allout-widgets-maintain-tally is t.
20596
20597 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20598
20599 * window.el (display-buffer-normalize-argument): Rename to
20600 display-buffer-normalize-arguments. Handle special meaning of
20601 LABEL argument. Respect special-display-function when popping up
20602 a new frame. Fix code searching for a window showing the buffer
20603 on another frame.
20604 (display-buffer-normalize-specifiers):
20605 Call display-buffer-normalize-arguments.
20606 (display-buffer-in-window): Don't undedicate the window if its
20607 buffer remains the same.
20608 Reported by Drew Adams <drew.adams@oracle.com>.
20609 (display-buffer-alist): Add choice for same-window macro
20610 specfier.
20611 (display-buffer): Mention special meaning of LABEL argument in
20612 doc-string. Fix quoting. Don't pop up a new frame even as
20613 fallback.
20614
20615 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20616
20617 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20618 avoid deleting the current window in some cases (bug#8911).
20619
20620 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20621
20622 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20623 (Bug#8934)
20624
20625 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20626
20627 * net/network-stream.el (network-stream-open-starttls):
20628 Use built-in TLS support if `gnutls-available-p' is true.
20629 (network-stream-open-tls): Ditto.
20630
20631 2011-06-26 Leo Liu <sdl.web@gmail.com>
20632
20633 * register.el (registerv): New struct.
20634 (registerv-make): New function.
20635 (jump-to-register, describe-register-1, insert-register):
20636 Support the jump-func, print-func and insert-func slot of a registerv
20637 struct. (Bug#8415)
20638
20639 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20640
20641 * vc/vc.el (vc-revert-show-diff): New defcustom.
20642 (vc-diff-internal): New arg specifying diff buffer.
20643 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20644 reuse an existing *vc-diff* buffer (Bug#8927).
20645
20646 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20647
20648 2011-06-26 Glenn Morris <rgm@gnu.org>
20649
20650 * progmodes/f90.el (f90-critical-indent): New option.
20651 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20652 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20653 (f90-mode): Doc fix.
20654 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20655 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20656 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20657 (f90-match-end): Handle block, critical.
20658
20659 2011-06-25 Glenn Morris <rgm@gnu.org>
20660
20661 * calendar/diary-lib.el (diary-included-files): Doc fix.
20662 (diary-include-files): New function, extracted from
20663 diary-include-other-diary-files and diary-mark-included-diary-files.
20664 (diary-include-other-diary-files, diary-mark-included-diary-files):
20665 Just call diary-include-files.
20666 (diary-mark-entries): Reset diary-included-files on first call.
20667
20668 * calendar/diary-lib.el (diary-mark-entries)
20669 (diary-mark-included-diary-files):
20670 Visit included diary-files in temp buffers.
20671
20672 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20673 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20674 (f90-start-block-re, f90-imenu-generic-expression)
20675 (f90-looking-at-program-block-start, f90-no-block-limit):
20676 Add support for submodules.
20677
20678 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20679 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20680
20681 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20682
20683 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20684 buffer-file-type before setting its value, to avoid disastrous
20685 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20686
20687 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20688
20689 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20690
20691 * ses.el (ses-unload-function):
20692 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20693
20694 * proced.el (proced-unload-function):
20695 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20696
20697 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20698
20699 * server.el (server-create-window-system-frame): Add parameters arg.
20700 (server-process-filter): Doc fix. Handle frame-parameters.
20701
20702 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20703
20704 Fix bug#8730, bug#8781.
20705
20706 * loadhist.el (unload--set-major-mode): New function.
20707 (unload-feature): Use it.
20708
20709 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20710 (python-unload-function): New function.
20711
20712 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20713
20714 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20715
20716 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20717
20718 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20719 the candidates list.
20720
20721 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20722
20723 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20724
20725 2011-06-23 Richard Stallman <rms@gnu.org>
20726
20727 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20728 (rmail-variables): Set next-error-move-function.
20729 (rmail-what-message): Take argument POS.
20730 (rmail-next-error-move): New function.
20731
20732 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20733
20734 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20735 messages for adjacent non-terminals.
20736
20737 2011-06-23 Richard Stallman <rms@gnu.org>
20738
20739 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20740 (rmail-show-message-1): Preserve buffer modified flag.
20741 (rmail-start-mail): Don't specify use of rmail-mail-return;
20742 that's done by mail-bury now.
20743 (rmail-mail-return): Handle arg NEWBUF.
20744
20745 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20746
20747 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20748 SIZE is a number.
20749
20750 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20751
20752 * window.el (get-lru-window, get-mru-window)
20753 (get-largest-window): Never return a minibuffer window.
20754 (display-buffer-pop-up-window): Fix a bug that could lead to
20755 reusing the minibuffer window.
20756 (display-buffer): Pass original specifier argument to
20757 display-buffer-function instead of the normalized one.
20758 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20759
20760 2011-06-22 Leo Liu <sdl.web@gmail.com>
20761
20762 * minibuffer.el (completing-read-function)
20763 (completing-read-default): Move from minibuf.c.
20764
20765 2011-06-22 Richard Stallman <rms@gnu.org>
20766
20767 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20768 to Rmail even if not started by a special Rmail command.
20769
20770 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20771 Copy the buffer currently showing just one message.
20772
20773 2011-06-22 Roland Winkler <winkler@gnu.org>
20774
20775 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20776 (bibtex-clean-entry): First delete the old key so that a
20777 customized algorithm for generating the new key does not get
20778 confused by the old key.
20779 (bibtex-url): Obey regexp of first step.
20780 (bibtex-search-entries): Do not use add-to-list with local
20781 list-var.
20782
20783 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20784
20785 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20786 stored a user name, then query for the password first, instead of
20787 waiting for SMTP to give an error message and the trying again.
20788
20789 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20790
20791 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20792 BUFFER in call-process.
20793
20794 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20795
20796 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20797 QUIT twice.
20798 (smtpmail-try-auth-methods): Require user name and password from
20799 auth-source.
20800
20801 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20802
20803 * window.el (display-buffer-default-specifiers)
20804 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20805 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20806 (split-window): Normalize SIDE argument (Bug#8916).
20807
20808 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20809 (special-display-frame-alist, special-display-popup-frame):
20810 Remove duplicate declarations. These are now in window.el.
20811
20812 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20813
20814 * mail/smtpmail.el (smtpmail-via-smtp):
20815 Set :use-starttls-if-possible so that we always use STARTTLS if the
20816 server supports it. SMTP servers that support STARTTLS commonly
20817 require it.
20818
20819 * net/network-stream.el (network-stream-open-starttls): Support
20820 upgrading to STARTTLS always, even if we don't have built-in support.
20821 (open-network-stream): Add the :always-query-capabilities keyword.
20822
20823 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20824 upgrades with `open-network-stream', and rely solely on
20825 auth-source for all credentials. Big changes throughout the file,
20826 but in particular:
20827 (smtpmail-auth-credentials): Remove.
20828 (smtpmail-starttls-credentials): Remove.
20829 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20830 MAIL FROM, too.
20831
20832 * net/network-stream.el (network-stream-open-starttls):
20833 Provide support for client certificates both for external and built-in
20834 STARTTLS.
20835 (auth-source): Require.
20836 (open-network-stream): Document the :client-certificate keyword.
20837 (network-stream-certificate): Change cert-cert to cert and
20838 cert-key to key.
20839
20840 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20841
20842 * net/tramp-cache.el (top): Don't load the persistency file when
20843 "emacs -Q" has been called.
20844
20845 2011-06-21 Tim Harper <timcharper@gmail.com>
20846
20847 * term/ns-win.el (ns-initialize-window-system):
20848 Set application-specific `ApplePressAndHoldEnabled' system
20849 resource to NO as it is not yet supported by the NS port.
20850
20851 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20852
20853 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20854 (list-dynamic-libraries): ...not here.
20855
20856 2011-06-21 Leo Liu <sdl.web@gmail.com>
20857
20858 * subr.el (sha1): Implement sha1 using secure-hash.
20859
20860 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20861
20862 * window.el (display-buffer-alist): In default value do not
20863 enforce searching a window on any but the selected frame.
20864 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20865 (display-buffer-select-window): Remove function.
20866 (display-buffer-in-window): When a window on another frame gets
20867 reused, do not select it any more but just raise its frame if
20868 necessary (Bug#8851) and (Bug#8856).
20869 (display-buffer-normalize-options): Handle pop-up-frames related
20870 options more faithfully.
20871 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20872 window if it is on another frame.
20873 (display-buffer-alist, display-buffer-default-specifiers):
20874 Don't make new frame unsplittable by default.
20875 (display-buffer-normalize-argument): Fix doc-string typo and use
20876 'same-frame-other-window instead of 'other-window when associating
20877 with display-buffer-macro-specifiers.
20878
20879 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20880
20881 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20882 New functions.
20883 (5x5-mode-map, 5x5-mode-menu): Bind them.
20884 (5x5-draw-grid): Tweak the solver's rendering.
20885
20886 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20887
20888 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20889 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20890
20891 2011-06-21 Drew Adams <drew.adams@oracle.com>
20892
20893 * menu-bar.el: Use function variable instead of switch-to-buffer.
20894 (menu-bar-select-buffer-function): New variable.
20895 (menu-bar-update-buffers): Use it (bug#8876).
20896
20897 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20898
20899 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20900 variable's status.
20901
20902 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20903
20904 * x-dnd.el (x-dnd-version-from-flags)
20905 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20906 and long as number (Bug#8899).
20907 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20908
20909 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20910
20911 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20912 (completion-try-completion, completion-all-completions): Compute the
20913 metadata argument if it's missing; make it optional (bug#8795).
20914
20915 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20916 (widget-complete): Use new :completion-function property.
20917 (widget-completions-at-point): New function.
20918 (default): Use :completion-function instead of :complete.
20919 (widget-default-completions): Rename from widget-default-complete;
20920 Rewrite.
20921 (widget-string-complete, widget-file-complete, widget-color-complete):
20922 Remove functions.
20923 (file, symbol, function, variable, coding-system, color):
20924 * international/mule-cmds.el (default-input-method, charset)
20925 (language-info-custom-alist):
20926 * cus-edit.el (face): Use new property :completions.
20927
20928 * progmodes/pascal.el (pascal-completions-at-point): New function.
20929 (pascal-mode): Use it.
20930 (pascal-mode-map): Use completion-at-point.
20931 (pascal-toggle-completions): Make obsolete.
20932 (pascal-complete-word, pascal-show-completions):
20933 * progmodes/octave-mod.el (octave-complete-symbol):
20934 Redefine as obsolete alias.
20935 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20936 Signal absence of completion info for old Octave,
20937 (inferior-octave-complete): Redefine as obsolete alias.
20938 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20939 (meta-completions-at-point): Rename from meta-complete-symbol and
20940 adapt it for use on completion-at-point-functions.
20941 (meta-common-mode): Use it.
20942 (meta-looking-at-backward, meta-match-buffer): Remove.
20943 (meta-complete-symbol): Redefine as obsolete alias.
20944 (meta-common-mode-map): Use completion-at-point.
20945 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20946 (makefile-mode-map): Use completion-at-point.
20947 (makefile-completions-at-point): Rename from makefile-complete and
20948 adapt it for use on completion-at-point-functions.
20949 (makefile-mode): Use it.
20950 (makefile-complete): Redefine as obsolete alias.
20951
20952 2011-06-20 Deniz Dogan <deniz@dogan.se>
20953
20954 * net/rcirc.el: Delete trailing whitespaces once and for all.
20955
20956 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20957
20958 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20959
20960 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20961
20962 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20963
20964 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20965
20966 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20967
20968 * window.el (display-buffer-other-window-means-other-frame):
20969 Call display-buffer-normalize-alist.
20970 (display-buffer-normalize-specifiers-1): Rename to
20971 display-buffer-normalize-argument. New argument other-frame.
20972 Rewrite.
20973 (display-buffer-normalize-specifiers-2): Rename to
20974 display-buffer-normalize-options.
20975 (display-buffer-normalize-alist-1): New function.
20976 (display-buffer-normalize-specifiers-3): Rename to
20977 display-buffer-normalize-alist.
20978 Call display-buffer-normalize-alist-1.
20979 (display-buffer-normalize-options-inhibit): New variable.
20980 (display-buffer-normalize-specifiers): Rewrite calling
20981 display-buffer-normalize-alist,
20982 display-buffer-normalize-argument, and
20983 display-buffer-normalize-options. Don't call the latter if
20984 display-buffer-normalize-options-inhibit is non-nil.
20985 (frame-auto-delete): New option.
20986 (window-deletable-p): Use frame-auto-delete.
20987 (window-list-no-nils, window-state-ignored-parameters)
20988 (window-state-get-1, window-state-get, window-state-put-list)
20989 (window-state-put-1, window-state-put-2, window-state-put):
20990 New functions.
20991 (display-buffer-normalize-options): Move special-display-p group
20992 after pop-up-frame group (Bug#8851) and (Bug#8856).
20993
20994 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20995
20996 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20997 groups (Bug#8776).
20998 (rx-submatch-n): New function.
20999 (rx): Document it.
21000
21001 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21002 (Bug#8768).
21003
21004 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21005
21006 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21007
21008 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21009 anytime existing face settings are present (Bug#8889).
21010
21011 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21012 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21013 Remove unused argument.
21014
21015 2011-06-18 Martin Rudalics <rudalics@gmx.at>
21016
21017 * window.el (display-buffer-default-specifiers):
21018 Remove pop-up-frame. Add pop-up-window-min-height,
21019 pop-up-window-min-width, and another reuse-window specifier
21020 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
21021 (display-buffer-normalize-specifiers-2):
21022 Handle split-height-threshold and split-width-threshold also when
21023 pop-up-windows is unset. Add a reuse-window specifier for the
21024 case popping up a new window fails.
21025 (special-display-popup-frame): Remove double quoting.
21026 (display-buffer-normalize-specifiers-1): Fix thinko.
21027
21028 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21029
21030 * shell.el (shell-completion-vars): Set pcomplete-termination-string
21031 according to comint-completion-addsuffix.
21032
21033 * pcomplete.el: Convert to lexical binding and fix bug#8819.
21034 (pcomplete-suffix-list): Mark as obsolete.
21035 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21036 pcomplete-seen in the closure.
21037 (pcomplete-comint-setup): Setup completion-at-point as well.
21038 (pcomplete--entries): New function.
21039 (pcomplete--env-regexp): New var.
21040 (pcomplete-entries): Rewrite to work with partial-completion and
21041 without relying on pcomplete-suffix-list.
21042 (pcomplete-pare-list): Remove, unused.
21043
21044 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21045
21046 * window.el (display-buffer-alist): Set pop-up-window-min-height
21047 and pop-up-window-min-width in default value. Reported by
21048 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
21049 other-window-means-other-frame.
21050 (display-buffer-macro-specifiers): Comment out entry for
21051 other-window specifier.
21052 (display-buffer-other-window-means-other-frame): New function.
21053 (display-buffer-normalize-specifiers-1): New arguments
21054 buffer-name and label. Treat other-window case specially.
21055 (display-buffer-normalize-specifiers-2): Treat other-window case
21056 specially.
21057 (display-buffer-normalize-specifiers-3): New function.
21058 (display-buffer-normalize-specifiers):
21059 Call display-buffer-normalize-specifiers-3.
21060
21061 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21062
21063 * window.el (same-window-p): Fix two typos introduced when
21064 adding with-no-warnings.
21065 (display-buffer-normalize-specifiers-1): Don't check
21066 pop-up-frames for 'unset initialization.
21067 (display-buffer-normalize-specifiers-2): Major rewrite using
21068 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21069 (pop-up-frames, display-buffer-reuse-frames)
21070 (display-buffer-mark-dedicated): Don't initialize to 'unset.
21071 Suggested by David Engster <deng@randomsample.de>.
21072 (even-window-heights): Initialize to 'unset.
21073 (display-buffer-alist-set): Handle new 'unset initializations.
21074 (display-buffer-macro-specifiers): Don't pop up a new frame in the
21075 other window case.
21076
21077 2011-06-16 Martin Rudalics <rudalics@gmx.at>
21078
21079 * window.el (display-buffer-normalize-specifiers-1):
21080 Respect current value of pop-up-frames for most reasonable values of
21081 second argument of display-buffer (Bug#8865).
21082 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21083 (switch-to-buffer-other-window-same-frame)
21084 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
21085 Adams (Bug#8875).
21086 (display-buffer): Don't check noninteractive when calling
21087 display-buffer-pop-up-frame.
21088 (display-buffer-pop-up-frame): Never pop up a frame in
21089 noninteractive mode (Bug#8857).
21090 (enlarge-window, shrink-window): Don't report an error when the
21091 window can't be resized as requested (Bug#8862).
21092
21093 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21094
21095 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21096
21097 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21098
21099 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21100
21101 2011-06-15 Alan Mackenzie <acm@muc.de>
21102
21103 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21104 for declarators, disable knr checking to speed up for normal files.
21105 2: Refactor, replacing a sequence of nested if forms by a cond form.
21106
21107 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21108
21109 * net/network-stream.el (open-network-stream): Add the keyword
21110 :always-query-capabilities for the case where you want to force a
21111 `plain' network connection, but the protocol still requires the
21112 capabilitiy command (i.e., SMTP and EHLO).
21113
21114 * subr.el (process-live-p): Rename from `process-alive-p' for
21115 consistency with other `-live-p' functions.
21116
21117 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21118
21119 * window.el (same-window-buffer-names, same-window-regexps)
21120 (special-display-frame-alist, special-display-popup-frame)
21121 (special-display-function, special-display-buffer-names)
21122 (special-display-regexps, pop-up-frame-alist)
21123 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21124 (pop-up-windows, split-window-preferred-function)
21125 (split-height-threshold, split-width-threshold, even-window-heights)
21126 (display-buffer-mark-dedicated): Don't encourage the use of
21127 display-buffer-alist from Elisp code.
21128
21129 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
21130
21131 * progmodes/python.el (python-mode): Derive from prog-mode.
21132 * progmodes/ps-mode.el (ps-mode):
21133 * progmodes/mixal-mode.el (mixal-mode):
21134 * progmodes/cfengine.el (cfengine-mode):
21135 * progmodes/ld-script.el (ld-script-mode): Likewise.
21136
21137 2011-06-15 Martin Rudalics <rudalics@gmx.at>
21138
21139 * window.el (display-buffer-alist): Trim default value to avoid
21140 popping up a new frame (Bug#8857) or reusing an arbitrary window
21141 on another frame.
21142 (display-buffer): Do not fall back on popping up a new frame in
21143 batch mode (Bug#8857).
21144
21145 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
21146
21147 * cus-theme.el (describe-theme-1): Use custom-theme-p.
21148 (custom-theme-summary): New function.
21149 (customize-themes): Use it.
21150
21151 2011-06-13 Glenn Morris <rgm@gnu.org>
21152
21153 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21154
21155 2011-06-13 Martin Rudalics <rudalics@gmx.at>
21156
21157 * help.el (help-window): Remove variable.
21158 (help-window-point-marker, temp-buffer-max-height)
21159 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21160 (help-print-return-message): Don't set help-window.
21161 (resize-temp-buffer-window): Rewrite cod eand doc-string.
21162 (help-window-setup-finish): Remove.
21163 (help-window-display-message, help-window-setup)
21164 (with-help-window): Major rewrite based on new
21165 display-buffer-window variable.
21166
21167 * help-mode.el (help-mode-finish): Remove help-window related
21168 code.
21169
21170 * view.el (view-exits-all-viewing-windows): Remove reference to
21171 view-return-to-alist in doc-string.
21172 (view-return-to-alist): Make obsolete.
21173 (view-buffer): Call pop-to-buffer-same-window and remove
21174 undo-window code.
21175 (view-buffer-other-window): Call pop-to-buffer-other-window and
21176 simplify code. Ignore second argument.
21177 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21178 simplify code. Ignore second argument.
21179 (view-return-to-alist-update): Make obsolete.
21180 (view-mode-enter): Rename second argument to QUIT-RESTORE.
21181 Rewrite using quit-restore window parameters.
21182 (view-mode-exit): Rename second argument to EXIT-ONLY.
21183 Rewrite using quit-restore-window.
21184 (View-exit, View-exit-and-edit, View-leave, View-quit)
21185 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21186 appropriate arguments.
21187 (view-end-message): Use quit-restore window parameter.
21188
21189 * window.el (display-buffer-function): Rewrite doc-string.
21190 (display-buffer-window, display-buffer-alist): New variables.
21191 (display-buffer-split-specifiers)
21192 (display-buffer-side-specifiers)
21193 (display-buffer-macro-specifiers): New constants.
21194 (display-buffer-even-window-sizes, display-buffer-set-height)
21195 (display-buffer-set-width, display-buffer-select-window)
21196 (display-buffer-in-window, display-buffer-reuse-window)
21197 (display-buffer-split-window-1, display-buffer-split-window)
21198 (display-buffer-split-atom-window, display-buffer-pop-up-window)
21199 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21200 (display-buffer-in-side-window, normalize-buffer-to-display)
21201 (display-buffer-normalize-specifiers-1)
21202 (display-buffer-normalize-specifiers-2)
21203 (display-buffer-normalize-specifiers, display-buffer-frame):
21204 New functions.
21205 (display-buffer): Major rewrite.
21206 (display-buffer-other-window, display-buffer-other-frame)
21207 (pop-to-buffer, switch-to-buffer-other-window)
21208 (switch-to-buffer-other-frame): Rewrite.
21209 (display-buffer-same-window, display-buffer-same-frame)
21210 (display-buffer-same-frame-other-window)
21211 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21212 (pop-to-buffer-other-window)
21213 (pop-to-buffer-same-frame-other-window)
21214 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21215 (switch-to-buffer-other-window-same-frame): New functions.
21216 (same-window-p, special-display-p): Rewrite disabling warnings.
21217 Make obsolete.
21218 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21219 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21220 Make obsolete
21221 (same-window-buffer-names, same-window-regexps)
21222 (special-display-frame-alist, special-display-popup-frame)
21223 (special-display-function, special-display-buffer-names)
21224 (special-display-regexps, pop-up-frame-alist)
21225 (pop-up-frame-function, split-window-preferred-function)
21226 (split-height-threshold, split-width-threshold)
21227 (even-window-heights): Make obsolete.
21228
21229 2011-06-12 Glenn Morris <rgm@gnu.org>
21230
21231 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
21232 Misc simplifications.
21233
21234 2011-06-12 Martin Rudalics <rudalics@gmx.at>
21235
21236 * window.el (window-safely-shrinkable-p): Restore function which
21237 was inadvertently removed in change from 2011-06-11. Declare as
21238 obsolete.
21239
21240 * calendar/calendar.el (calendar-generate-window):
21241 Use window-iso-combined-p instead of combination of one-window-p and
21242 window-safely-shrinkable-p.
21243
21244 2011-06-12 Glenn Morris <rgm@gnu.org>
21245
21246 * progmodes/fortran.el (fortran-mode-syntax-table):
21247 * progmodes/f90.el (f90-mode-syntax-table):
21248 Set % to punctuation. (Bug#8820)
21249 (f90-find-tag-default): Remove, no longer needed.
21250
21251 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
21252
21253 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21254
21255 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
21256
21257 * image.el (image-animated-p): Return animation delay in seconds.
21258 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21259 (image-animate-timeout): Remove DELAY argument. Don't assume
21260 every subimage has the same delay; get it from image-animated-p.
21261 (image-animate): Caller changed.
21262
21263 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
21264
21265 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21266 to ignored backtrace functions.
21267
21268 2011-06-11 Glenn Morris <rgm@gnu.org>
21269
21270 * calendar/appt.el (appt-disp-window-function): Doc fix.
21271 (appt-check): Handle overlapping appointments. (Bug#8337)
21272
21273 2011-06-11 Martin Rudalics <rudalics@gmx.at>
21274
21275 * window.el (window-tree-1, window-tree): New functions, moving
21276 the latter to window.el.
21277 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21278 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21279 (bw-refresh-edges): Remove.
21280 (balance-windows-1, balance-windows-2): New functions.
21281 (balance-windows): Rewrite in terms of window tree functions,
21282 balance-windows-1 and balance-windows-2.
21283 (bw-adjust-window): Remove.
21284 (balance-windows-area-adjust): New function with functionality of
21285 bw-adjust-window but using resize-window.
21286 (set-window-text-height): Rewrite doc-string.
21287 Use normalize-live-window and resize-window.
21288 (enlarge-window-horizontally, shrink-window-horizontally):
21289 Rename argument to DELTA.
21290 (window-buffer-height): New function.
21291 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21292 Rewrite using new window resize routines.
21293 (kill-buffer-and-window, mouse-autoselect-window-select):
21294 Use ignore-errors instead of condition-case.
21295 (quit-window): Call delete-frame instead of delete-windows-on
21296 for the only buffer on frame.
21297
21298 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21299
21300 * loadup.el (top-level): Load window before files for the sake
21301 of replace-buffer-in-windows.
21302
21303 * files.el (read-buffer-to-switch)
21304 (switch-to-buffer-other-window)
21305 (switch-to-buffer-other-frame, display-buffer-other-frame):
21306 Move to window.el.
21307
21308 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21309 (previous-buffer): Move to window.el.
21310
21311 * bindings.el (unbury-buffer): Move to window.el.
21312
21313 * window.el (delete-other-windows-vertically): Move after
21314 definition of delete-other-windows.
21315 (other-window, delete-windows-on, replace-buffer-in-windows):
21316 Move here from window.c.
21317 (record-window-buffer, unrecord-window-buffer)
21318 (set-window-buffer-start-and-point, switch-to-prev-buffer)
21319 (switch-to-next-buffer): New functions.
21320 (get-next-valid-buffer, last-buffer, next-buffer): Move here
21321 from simple.el. Call switch-to-next-buffer.
21322 (previous-buffer): Move here from simple.el.
21323 Call switch-to-prev-buffer.
21324 (bury-buffer): Move here from buffer.c. Switch to previous
21325 buffer when window cannot be deleted.
21326 (unbury-buffer): Move here from bindings.el.
21327 (ctl-x-map): Move binding for other-window from window.c to
21328 here.
21329 (read-buffer-to-switch, switch-to-buffer-other-window)
21330 (switch-to-buffer-other-frame): Move here from files.el.
21331 (normalize-buffer-to-switch-to): New functions.
21332 (switch-to-buffer): Move here from buffer.c.
21333 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21334
21335 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21336
21337 * window.el (window-min-height, window-min-width): Move here
21338 from window.c. Add defcustoms and rewrite doc-strings.
21339 (resize-mini-window, resize-window): New functions.
21340 (adjust-window-trailing-edge, enlarge-window, shrink-window):
21341 Move here from window.c.
21342 (maximize-window, minimize-window): New functions.
21343 (delete-window, delete-other-windows, split-window): Move here
21344 from window.c.
21345 (window-split-min-size): New function.
21346 (split-window-keep-point): Mention split-window-above-each-other
21347 instead of split-window-vertically.
21348 (split-window-above-each-other, split-window-vertically):
21349 Rename split-window-vertically to split-window-above-each-other
21350 and provide defalias for old definition.
21351 (split-window-side-by-side, split-window-horizontally):
21352 Rename split-window-horizontally to split-window-side-by-side
21353 and provide defalias for the old definition.
21354 (ctl-x-map): Move bindings for delete-window,
21355 delete-other-windows and enlarge-window here from window.c.
21356 Replace bindings for split-window-vertically and
21357 split-window-horizontally by bindings for
21358 split-window-above-each-other and split-window-side-by-side.
21359
21360 * cus-start.el (all): Remove entries for window-min-height and
21361 window-min-width. Add entries for window-splits and
21362 window-nest.
21363
21364 2011-06-09 Glenn Morris <rgm@gnu.org>
21365
21366 * calendar/appt.el (appt-mode-line): New function.
21367 (appt-check, appt-disp-window): Use it.
21368
21369 * files.el (hack-one-local-variable-eval-safep):
21370 Allow minor-modes with explicit +/-1 arguments.
21371
21372 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
21373
21374 * term/xterm.el (xterm): Add defgroup.
21375 (xterm-extra-capabilities): Add defcustom to supply known xterm
21376 capabilities, skip querying them, or query them (default).
21377 (terminal-init-xterm): Use it.
21378 (terminal-init-xterm-modify-other-keys): New function to set up
21379 modifyOtherKeys support to simplify `terminal-init-xterm'.
21380
21381 2011-06-09 Martin Rudalics <rudalics@gmx.at>
21382
21383 * window.el (resize-window-reset, resize-window-reset-1)
21384 (resize-subwindows-skip-p, resize-subwindows-normal)
21385 (resize-subwindows, resize-other-windows, resize-this-window)
21386 (resize-root-window, resize-root-window-vertically)
21387 (window-deletable-p, window-or-subwindow-p)
21388 (frame-root-window-p): New functions.
21389
21390 2011-06-09 Glenn Morris <rgm@gnu.org>
21391
21392 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21393 (ange-ftp-get-files): Use it.
21394
21395 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21396
21397 * mail/sendmail.el (mail-recover-1, mail-recover):
21398 * files.el (recover-file, recover-session):
21399 Handle dired-listing-switches not being just a single short option.
21400
21401 2011-06-09 Glenn Morris <rgm@gnu.org>
21402
21403 * calendar/appt.el (appt-display-message, appt-disp-window):
21404 Handle lists of appointments.
21405
21406 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21407
21408 * window.el (one-window-p): Move down in code.
21409 Rewrite doc-string.
21410 (window-current-scroll-bars): Rewrite doc-string.
21411 Normalize live window argument.
21412 (walk-windows, get-window-with-predicate, count-windows):
21413 Rewrite doc-string. Use window-list-1.
21414 (window-in-direction-2, window-in-direction, get-mru-window):
21415 New functions.
21416
21417 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21418
21419 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21420 Doc fix (Bug#8713).
21421
21422 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21423
21424 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21425
21426 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21427
21428 * loadhist.el (unload-feature-special-hooks):
21429 Add `comint-output-filter-functions'.
21430
21431 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21432
21433 * calendar/appt.el (appt-check): Move some initializations into the let.
21434
21435 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21436
21437 * window.el (window-height): Defalias to window-total-height.
21438 (window-width): Defalias to window-body-width.
21439
21440 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21441
21442 * image-mode.el (image-toggle-animation): New command.
21443 (image-mode-map): Bind it to RET.
21444 (image-mode): Update message.
21445 (image-toggle-display-image): Avoid a spurious cache flush.
21446 (image-transform-rotation): Doc fix.
21447 (image-transform-properties): Return quickly in the normal case.
21448 (image-animate-loop): Rename from image-animate-max-time.
21449
21450 * image.el (image-animate-max-time): Move to image-mode.el.
21451 (create-animated-image): Remove unnecessary function.
21452 (image-animate): Rename from image-animate-start. New arg.
21453 (image-animate-stop): Remove; just use image-animate-timer.
21454 (image-animate-timer): Use car-safe.
21455 (image-animate-timeout): Rename argument.
21456
21457 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21458
21459 * window.el (get-lru-window, get-largest-window): Move here from
21460 window.c. Rename first argument to ALL-FRAMES.
21461 Rephrase doc-strings.
21462 (get-buffer-window-list): Rewrite using window-list-1.
21463 Rephrase doc-string.
21464 (window-safe-min-height, window-safe-min-width): New constants.
21465 (window-size-ignore, window-min-size, window-min-size-1)
21466 (window-sizable, window-sizable-p, window-size-fixed-1)
21467 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21468 (window-max-delta-1, window-max-delta, window-resizable)
21469 (window-resizable-p, window-total-height, window-total-width)
21470 (window-body-width): New functions.
21471 (window-full-height-p, window-full-width-p): Rewrite using
21472 window-total-size.
21473 (window-body-height): Rewrite using window-body-size.
21474
21475 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21476
21477 * window.el (window-right, window-left, window-child)
21478 (window-child-count, window-last-child, window-any-p)
21479 (normalize-live-buffer, normalize-live-frame)
21480 (normalize-any-window, normalize-live-window)
21481 (window-iso-combination-p, window-iso-combined-p)
21482 (window-iso-combinations)
21483 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21484 (windows-with-parameter, window-with-parameter)
21485 (window-atom-root, make-window-atom, window-atom-check-1)
21486 (window-atom-check, window-side-check, window-check):
21487 New functions.
21488 (ignore-window-parameters, window-sides, window-sides-vertical)
21489 (window-sides-slots): New variables.
21490 (window-size-fixed): Move down in code. Minor doc-string fix.
21491
21492 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21493
21494 * comint.el (comint-dynamic-complete-as-filename)
21495 (comint-dynamic-complete-filename): Correctly call
21496 completion-in-region.
21497
21498 2011-06-05 Deniz Dogan <deniz@dogan.se>
21499
21500 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21501 in last change.
21502
21503 2011-06-05 Deniz Dogan <deniz@dogan.se>
21504
21505 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21506 (rcirc): Use it to prompt for encryption.
21507
21508 2011-06-05 Roland Winkler <winkler@gnu.org>
21509
21510 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21511 (bibtex-search-entries): New command bound to C-c C-a.
21512 (bibtex-display-entries): New function.
21513
21514 2011-06-05 Roland Winkler <winkler@gnu.org>
21515
21516 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21517 (bibtex-insert-kill): After yanking insert newline if necessary.
21518 (bibtex-initialize): Call bibtex-string-files-init only once.
21519 (bibtex-mode): Do not call easy-menu-add.
21520 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21521 (bibtex-yank): Set arg properly if nil.
21522
21523 2011-06-05 Roland Winkler <winkler@gnu.org>
21524
21525 * textmodes/bibtex.el (bibtex-search-entry-globally):
21526 New variable.
21527 (bibtex-search-entry): Use it.
21528
21529 2011-06-05 Roland Winkler <winkler@gnu.org>
21530
21531 * textmodes/bibtex.el (bibtex-entry-format): New option
21532 sort-fields.
21533 (bibtex-format-entry, bibtex-reformat): Honor this option.
21534 (bibtex-parse-entry): Return fields in proper order.
21535
21536 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21537
21538 * doc-view.el (doc-view-remove-if): Move computation of result out
21539 of `dolist' to silence misleading lexical-binding warning.
21540
21541 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21542
21543 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21544 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21545
21546 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21547
21548 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21549 "SunOS 5.10".
21550
21551 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21552
21553 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21554 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21555 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21556 (tramp-parse-putty):
21557 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21558 (tramp-completion-function-alist-ssh)
21559 (tramp-completion-function-alist-telnet)
21560 (tramp-completion-function-alist-su)
21561 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21562 cookie.
21563
21564 * net/tramp-ftp.el:
21565 * net/tramp-sh.el:
21566 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21567 load "tramp.el" `tramp-set-completion-function'.
21568
21569 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * shell.el: Require and use pcomplete.
21572 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21573 (shell-completion-vars): Set pcomplete-default-completion-function.
21574
21575 2011-06-04 Deniz Dogan <deniz@dogan.se>
21576
21577 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21578 `memq' (Bug#8799).
21579
21580 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21583
21584 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21585
21586 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21587 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21588 * vc/log-view.el (log-view-beginning-of-defun):
21589 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21590 (smerge-refine-forward, smerge-refine-chopup-region):
21591 Silence warning for unused `dotimes' counter variables.
21592
21593 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21594
21595 * net/tramp.el (tramp-with-progress-reporter): Rename from
21596 with-progress-reporter. Use `declare'.
21597 * net/tramp-smb.el:
21598 * net/tramp-sh.el:
21599 * net/tramp-gvfs.el: Update all uses.
21600
21601 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21602
21603 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21604 buffer isn't killed before making it current.
21605
21606 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21607
21608 Silence various byte-compiler warnings.
21609 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21610 `access-type' and new obsolescence format.
21611 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21612 new format.
21613 (byte-compile-check-variable): New `access-type' argument.
21614 Only warn if the access-type is obsolete.
21615 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21616 (byte-compile-variable-set): Adjust callers.
21617 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21618 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21619 setting it as obsolete.
21620 * simple.el (minibuffer-completing-symbol):
21621 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21622 access as obsolete.
21623 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21624 obsolete yet.
21625 * international/quail.el (quail-mouse-choose-completion): Remove unused
21626 code referring to obsolete var.
21627 (quail-choose-completion-string): Remove.
21628 * server.el (server-clients-with, server-kill-buffer-query-function)
21629 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21630 * proced.el (proced-send-signal):
21631 * emacs-lisp/lisp.el (lisp-complete-symbol):
21632 Replace completion-annotate-function with completion-extra-properties.
21633
21634 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21635
21636 * simple.el (goto-line): Use read-number.
21637 (overriding-map-is-bound): Remove.
21638 (saved-overriding-map): Change default.
21639 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21640 Take the map as argument.
21641 (universal-argument, negative-argument, digit-argument): Use it.
21642 (restore-overriding-map): Adjust.
21643 (do-auto-fill): Use fill-forward-paragraph.
21644 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21645
21646 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21647 (minibuffer-inactive-mode): New major mode.
21648 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21649 the *Messages* buffer" hack.
21650 (mouse-popup-menubar): Don't burp if the event is a normal key.
21651
21652 Miscellaneous tweaks.
21653 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21654 lexical scoping as in subr.el's dolist and dotimes.
21655 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21656 Silence compiler warning.
21657 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21658 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21659 * international/ccl.el (ccl-compile): Trivial simplification.
21660 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21661 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21662 `printflag' argument.
21663 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21664 Purecopy the whole obsolescence data.
21665
21666 2011-06-01 Leo Liu <sdl.web@gmail.com>
21667
21668 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21669 improve doc-string as suggested by Marco Pessotto
21670 <melmothx@gmail.com>.
21671 (rcirc-print): Fix last change.
21672
21673 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21674
21675 * minibuffer.el (complete-with-action): Return nil for the metadata and
21676 boundaries of non-functional tables.
21677 (completion-table-dynamic): Return nil for the metadata.
21678 (completion-table-with-terminator): Add default case, using
21679 complete-with-action.
21680 (completion--metadata): New function.
21681 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21682 to try and avoid pathological performance problems.
21683 (completion--embedded-envvar-table): Return `category' metadata.
21684
21685 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21686
21687 * subr.el (process-alive-p): New tiny convenience function.
21688
21689 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21690
21691 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21692 content but also its previous major mode.
21693
21694 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21695
21696 * emacs-lisp/debug.el (debug): Restore the previous content of the
21697 *Backtrace* buffer when we exit with C-M-c.
21698
21699 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21700
21701 * minibuffer.el: Add metadata method to completion tables.
21702 (completion-category-overrides): New defcustom.
21703 (completion-metadata, completion--field-metadata)
21704 (completion-metadata-get, completion--styles)
21705 (completion--cycle-threshold): New functions.
21706 (completion-try-completion, completion-all-completions):
21707 Add `metadata' argument to choose completion-styles.
21708 (completion--do-completion): Use metadata to choose cycling.
21709 (completion-all-sorted-completions): Use metadata for sorting.
21710 Remove :completion-cycle-penalty which is not needed any more.
21711 (completion--try-word-completion): Add `metadata' argument.
21712 (minibuffer-completion-help): Check metadata for annotation function
21713 and sorting.
21714 (completion-file-name-table): Return `category' metadata.
21715 (minibuffer-completing-file-name): Make obsolete.
21716 * simple.el (minibuffer-completing-symbol): Make obsolete.
21717 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21718 completion-try-completion.
21719
21720 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21721
21722 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21723
21724 2011-05-30 Leo Liu <sdl.web@gmail.com>
21725
21726 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21727 (rcirc-print): Decode all incoming messages (bug#8744).
21728 (rcirc-decode-coding-system): Allow value nil for automatic coding
21729 system detection.
21730
21731 2011-06-01 Glenn Morris <rgm@gnu.org>
21732
21733 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21734
21735 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21736
21737 * image.el (image-animate-max-time): Allow nil and t values.
21738 Default to nil.
21739 (create-animated-image): Doc fix.
21740 (image-animate-start): Remove second arg; just use
21741 image-animate-max-time.
21742 (image-animate-timeout): Doc fix. Args changed.
21743
21744 * image-mode.el (image-toggle-display-image): Ensure that the
21745 image spec passed to the animate timer is the same object as in
21746 the buffer's display property (Bug#6981).
21747 (image-transform-properties): Doc fix.
21748
21749 * image.el (image-animate-max-time): Default to nil.
21750
21751 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21752
21753 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21754 entire buffer list (Bug#8184).
21755
21756 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21757
21758 * image.el (imagemagick-types-inhibit)
21759 (imagemagick-register-types): Doc fix.
21760
21761 2011-05-29 Deniz Dogan <deniz@dogan.se>
21762
21763 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21764 default.
21765
21766 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21767
21768 * select.el: Don't perform clipboard-manager saving in hooks;
21769 leave the hooks empty.
21770
21771 2011-05-28 Leo Liu <sdl.web@gmail.com>
21772
21773 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21774 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21775 (occur-edit-mode): New major mode (Bug#8463).
21776 (occur-after-change-function): New function.
21777 (occur-engine): Give Occur tags a read-only property.
21778
21779 2011-05-28 Kevin Ryde <user42@zip.com.au>
21780
21781 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21782
21783 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21784
21785 * bindings.el (help-echo): Make the initial non-indicator dash
21786 empty on graphical terminals (Bug#7295).
21787
21788 * files.el (auto-mode-alist): Move config rule after the
21789 in-stripping one (Bug#8547).
21790
21791 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21792
21793 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21794 setting (Bug#8740).
21795
21796 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21797
21798 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21799 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21800 (Bug#8539).
21801
21802 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21803
21804 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21805
21806 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21807
21808 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21809 (hs-hide-block-at-point, hs-find-block-beginning)
21810 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21811 (Bug#8279).
21812
21813 2011-05-28 Glenn Morris <rgm@gnu.org>
21814
21815 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21816
21817 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21818
21819 * help-fns.el (describe-function-1): If the function is a derived
21820 major mode, print the parent mode.
21821
21822 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21823 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21824
21825 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 * minibuffer.el (completion--capf-wrapper): Check applicability before
21828 returning non-nil for non-exclusive completion data.
21829 * progmodes/etags.el (tags-completion-at-point-function):
21830 * info-look.el (info-lookup-completions-at-point): Mark as
21831 non-exclusive.
21832 (info-complete): Adjust accordingly.
21833
21834 * info-look.el: Convert to lexical-binding and completion-at-point.
21835 (info-lookup-completions-at-point): New function.
21836 (info-complete): Use it and completion-in-region.
21837
21838 2011-05-28 Drew Adams <drew.adams@oracle.com>
21839
21840 * isearch.el: Let M-e start with point at the first mismatched char.
21841 (isearch-fail-pos): New function.
21842 (isearch-edit-string): Use it.
21843
21844 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21845
21846 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21847
21848 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21849
21850 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21851 traversal functions for avl-trees.
21852 (avl-tree--stack): New struct.
21853 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21854 (avl-tree-enter): Add optional `updatefun' arg.
21855 (avl-tree--do-enter): Add optional `updatefun' arg.
21856 Change return value.
21857 (avl-tree-delete): Add optional `test' and `nilflag' args.
21858 (avl-tree--do-delete): Add `test' and `nilflag' args.
21859 Change return value.
21860 (avl-tree-member): Add optional `nilflag'
21861 (avl-tree-member-p): New function.
21862 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21863 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21864 (avl-tree-stack-empty-p): New functions.
21865
21866 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21867 avl-tree--del-balance1 and make it work both ways.
21868 (avl-tree--del-balance2): Remove.
21869 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21870 make it work both ways.
21871 (avl-tree--enter-balance2): Remove.
21872 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21873 New macros.
21874 (avl-tree--mapc, avl-tree-map): Add direction argument.
21875
21876 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21877
21878 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21879
21880 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21881
21882 * select.el: Support clipboard managers with built-in function
21883 x-clipboard-manager-save, via delete-frame-functions and
21884 kill-emacs-hook.
21885 (xselect-convert-to-targets): Add MULTIPLE target to list.
21886 (xselect-convert-to-save-targets): New function.
21887
21888 2011-05-27 Kenichi Handa <handa@m17n.org>
21889
21890 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21891 let-binding rfc2047-encode-encoded-words to nil.
21892
21893 2011-05-27 Glenn Morris <rgm@gnu.org>
21894
21895 * mail/emacsbug.el: Don't require url-util.
21896
21897 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21898
21899 * files.el (set-auto-mode):
21900 Also respect mode: entries at the end of the file. (Bug#8586)
21901
21902 2011-05-26 Glenn Morris <rgm@gnu.org>
21903
21904 * files.el (hack-local-variables-prop-line, hack-local-variables):
21905 Downcase mode names, as seems to be traditional.
21906 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21907
21908 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21909 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21910
21911 2011-05-25 Julien Danjou <julien@danjou.info>
21912
21913 * textmodes/rst.el (rst-define-level-faces): Do not define face
21914 symbol if it is already defined.
21915
21916 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21917
21918 * play/5x5.el (5x5-new-game, 5x5-randomize):
21919 Reset 5x5-solver-output to nil when a new grid is cast.
21920 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21921 these debugging traces, as defmacro breaks the compiled code.
21922
21923 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21924
21925 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21926
21927 2011-05-24 Leo Liu <sdl.web@gmail.com>
21928
21929 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21930 (vc-bzr-sha1): Adapt.
21931
21932 * sha1.el: Remove. Function `sha1' is now builtin.
21933
21934 * bindings.el: Provide sha1 feature.
21935
21936 2011-05-24 Kenichi Handa <handa@m17n.org>
21937
21938 * mail/sendmail.el: Require `rfc2047'.
21939 (mail-insert-from-field): Do not perform RFC2047 encoding.
21940 (mail-encode-header): New function.
21941 (sendmail-send-it): Set buffer-file-coding-system of the work
21942 buffer to the return value of select-message-coding-system.
21943 Call mail-encode-header.
21944
21945 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21946
21947 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21948
21949 * mail/supercite.el (sc-default-cite-frame):
21950 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21951
21952 2011-05-24 Glenn Morris <rgm@gnu.org>
21953
21954 * progmodes/python.el (brm-menu): Declare.
21955
21956 * emulation/viper.el (viper-set-hooks): Declare.
21957
21958 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21959 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21960 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21961 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21962 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21963 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21964
21965 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21966
21967 Add an :exit-function for completion-at-point.
21968
21969 * minibuffer.el (completion--done): New fun.
21970 (completion--do-completion): Use it. New arg `expect-exact'.
21971 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21972 since completion--do-completion does it for us now.
21973 (minibuffer-force-complete): Use completion--done and
21974 completion--replace. Handle sole-completion case with more care.
21975 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21976 (completion-extra-properties): New var.
21977 (completion-annotate-function): Make obsolete.
21978 (minibuffer-completion-help): Adjust accordingly.
21979 Use completion-list-insert-choice-function.
21980 (completion-at-point, completion-help-at-point):
21981 Bind completion-extra-properties.
21982 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21983 * simple.el (completion-list-insert-choice-function): New var.
21984 (completion-setup-function): Preserve it.
21985 (choose-completion): Pay attention to it, shuffle the code a bit.
21986 (choose-completion-string): New arg `insert-function'.
21987
21988 * textmodes/bibtex.el: Convert to lexical binding.
21989 (bibtex-mode-map): Use completion-at-point.
21990 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21991 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21992 (bibtex-complete): Define as obsolete alias.
21993 (bibtex-complete-internal): Remove.
21994 (bibtex-format-entry): Remove unused sub-group in regexp.
21995 * shell.el (shell--command-completion-data)
21996 (shell-environment-variable-completion):
21997 * pcomplete.el (pcomplete-completions-at-point):
21998 * comint.el (comint--complete-file-name-data): Use :exit-function
21999 instead of completion-table-with-terminator so it also works for
22000 choose-completion.
22001
22002 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22003
22004 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22005
22006 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22007 (bug#8710).
22008
22009 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22010
22011 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
22012
22013 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22014 customization variable and implement: If non-nil, auto-fill will
22015 be inhibited while on topic's header line.
22016
22017 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
22018
22019 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22020 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
22021 always have a solution in grid size = 5 cases.
22022 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22023 (5x5-solver-output, 5x5-log-buffer): New vars.
22024 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22025 Make these variables buffer local to achieve 5x5 multi-session-ness.
22026 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22027 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22028 (5x5-solve-suggest): New funs.
22029 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22030 randomize a grid so that we ensure that there is always a solution.
22031 (5x5-make-random-grid): Allow other movement than flipping.
22032
22033 2011-05-23 Kevin Ryde <user42@zip.com.au>
22034
22035 * emacs-lisp/advice.el (ad-read-advised-function):
22036 Use `function-called-at-point' as the default, if it has
22037 advice and passes PREDICATE.
22038
22039 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22040
22041 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22042 byte-compile-lambda if it's actually a lambda.
22043
22044 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22045 Fix function quoting. Use backquote better.
22046
22047 2011-05-22 Yuanle Song <sylecn@gmail.com>
22048
22049 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22050 matching (Bug#8516).
22051
22052 2011-05-22 Jari Aalto <jari.aalto@cante.net>
22053
22054 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22055 different face (Bug#8178).
22056
22057 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
22058
22059 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22060 defface (Bug#8144).
22061
22062 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22065 funcall as well (bug#8712). Warn when performing those conversions.
22066 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22067
22068 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22069
22070 2011-05-22 Glenn Morris <rgm@gnu.org>
22071
22072 * files.el (hack-local-variables-prop-line): Small simplifications.
22073 (hack-local-variables, hack-local-variables-prop-line):
22074 If MODE-ONLY, return the mode, rather than just `t'.
22075
22076 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
22077
22078 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22079
22080 2011-05-21 Glenn Morris <rgm@gnu.org>
22081
22082 * files.el (hack-local-variables-prop-line, hack-local-variables):
22083 If only interested in the mode, don't bother doing the other stuff.
22084
22085 * image-mode.el (image-after-revert-hook):
22086 Redraw all frames on which the image is visible. (Bug#8567)
22087
22088 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
22089
22090 * wid-edit.el (widget-checklist-match-inline):
22091 Fix 2011-04-19 change. (Bug#8649)
22092
22093 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22096 Also allow singlespace after single-letter capitals followed by a dot.
22097
22098 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22099 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22100
22101 2011-05-20 Nix <nix@esperi.org.uk>
22102
22103 * files.el (basic-save-buffer-2):
22104 Fix handling of break-hardlink-on-save with non-existent files.
22105
22106 2011-05-19 Deniz Dogan <deniz@dogan.se>
22107
22108 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22109 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22110
22111 2011-05-19 Glenn Morris <rgm@gnu.org>
22112
22113 * progmodes/f90.el (f90-type-def-re):
22114 Handle "type, bind(c)". (Bug#8691)
22115
22116 * emacs-lisp/autoload.el (batch-update-autoloads):
22117 Set autoload-excludes by parsing loadup.el rather than Makefiles.
22118
22119 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
22120
22121 * net/tramp.el (tramp-process-actions): Set "first-password-request"
22122 property for the correct connection in case of multihops.
22123
22124 2011-05-18 Glenn Morris <rgm@gnu.org>
22125
22126 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22127 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22128
22129 Rationalize calendar handling of day and month abbrev-arrays.
22130 * calendar/calendar.el (calendar-customized-p): New function.
22131 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22132 (calendar-day-name-array, calendar-month-name-array): Doc fix.
22133 Add :set function.
22134 (calendar-abbrev-length, calendar-day-abbrev-array)
22135 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22136 (calendar-day-abbrev-array, calendar-month-abbrev-array):
22137 Elements may no longer be nil.
22138 (calendar-day-name, calendar-month-name):
22139 Update for changed nature of abbrev arrays.
22140 * calendar/diary-lib.el (diary-name-pattern):
22141 Update for changed nature of abbrev arrays.
22142 (diary-mark-entries-1): Update calendar-make-alist calls.
22143 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22144 * calendar/cal-html.el (cal-html-day-abbrev-array):
22145 Simply inherit from calendar-day-abbrev-array.
22146
22147 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * progmodes/grep.el (grep-mode): Disable default
22150 compilation-directory-matcher setting (bug#8684).
22151
22152 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
22153
22154 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22155 instead of "head" and "tail". There were problems with SunOS 5.9,
22156 and it performs better.
22157
22158 2011-05-17 Glenn Morris <rgm@gnu.org>
22159
22160 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22161
22162 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22163 Replace obsolete function.
22164
22165 * shell.el (pcomplete-parse-arguments-function): Declare.
22166
22167 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22168 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22169 (appt-check): Doc fixes.
22170 (appt-disp-window-function, appt-delete-window-function):
22171 Remove needless special case in custom :type.
22172 (appt-display-count): Default to 0, not nil.
22173 (appt-check): Reset appt-display-count to 0, not nil.
22174
22175 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
22176
22177 * progmodes/python.el (python-font-lock-keywords):
22178 Add the Python 3.X keyword "nonlocal" (bug#8639).
22179
22180 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22181
22182 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22183
22184 2011-05-16 Kevin Ryde <user42@zip.com.au>
22185
22186 * info-look.el (makefile-automake-mode): New setups, looking in
22187 automake manual, then makefile-mode.
22188 (makefile-mode): Remove automake manual, have it just in
22189 makefile-automake-mode since there's various things different or
22190 not relevant to plain make.
22191 (makefile-mode): Remove "other-modes" non-existent automake-mode,
22192 believe a hypothetical automake-mode would go to makefile-mode,
22193 not the other way around.
22194
22195 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
22196
22197 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22198 hunk-end tags (Bug#8672).
22199
22200 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22201 vc-annotate-show-diff-revision-at-line (Bug#8671).
22202
22203 2011-05-14 Glenn Morris <rgm@gnu.org>
22204
22205 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22206 in the middle of an existing one with multiple authors. (Bug#8645)
22207 (change-log-font-lock-keywords): Also handle multiple author lines
22208 with leading tabs. (Bug#8644)
22209
22210 * calendar/appt.el (appt-check): Rename some local variables.
22211 Some simplification/reordering.
22212
22213 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22214 (feedmail-sendmail-f-doesnt-sell-me-out)
22215 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22216 (feedmail-debug-sit-for, feedmail-queue-express-hook)
22217 (feedmail-queue-runner-message-sender): Set :version.
22218 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22219 (bbdb-dwim-net-address, vm-mail): Declare.
22220 (feedmail-binmail-gnulinuxish-template):
22221 Rename from feedmail-binmail-linuxish-template.
22222 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22223 Use insert-buffer-substring.
22224
22225 2011-05-14 Bill Carpenter <bill@carpenter.org>
22226
22227 * mail/feedmail.el (feedmail-patch-level): Increase.
22228 (feedmail-debug): New custom group.
22229 (feedmail-confirm-outgoing-timeout)
22230 (feedmail-sendmail-f-doesnt-sell-me-out)
22231 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22232 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22233 (feedmail-sender-line, feedmail-from-line)
22234 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22235 (feedmail-spray-this-address)
22236 (feedmail-spray-address-fiddle-plex-list)
22237 (feedmail-queue-use-send-time-for-date)
22238 (feedmail-queue-use-send-time-for-message-id)
22239 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22240 (feedmail-buffer-eating-function):
22241 Doc fixes.
22242 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22243 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22244 (feedmail-message-action-scroll-down): New functions.
22245 (feedmail-queue-directory, feedmail-queue-draft-directory):
22246 Use expand-file-name.
22247 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22248 Remove C-v help entry.
22249 (feedmail-queue-buffer-file-name): New variable.
22250 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22251 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22252 (feedmail-message-action-send-strong, feedmail-message-action-edit)
22253 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22254 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22255 (feedmail-message-action-toggle-spray)
22256 (feedmail-run-the-queue-no-prompts)
22257 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22258 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22259 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22260 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22261 (feedmail-envelope-deducer, feedmail-fiddle-from)
22262 (feedmail-fiddle-sender, feedmail-default-date-generator)
22263 (feedmail-fiddle-date, feedmail-fiddle-message-id)
22264 (feedmail-fiddle-spray-address)
22265 (feedmail-fiddle-list-of-spray-fiddle-plexes)
22266 (feedmail-fiddle-list-of-fiddle-plexes)
22267 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22268 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22269 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22270 Change default. Doc fix.
22271 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22272 (feedmail-binmail-linuxish-template): New constant.
22273 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
22274 Respect feedmail-sendmail-f-doesnt-sell-me-out.
22275 (feedmail-send-it): Add debug call.
22276 Use feedmail-queue-buffer-file-name, and
22277 feedmail-send-it-immediately-wrapper.
22278 (feedmail-message-action-send): Add debug call.
22279 Use feedmail-send-it-immediately-wrapper.
22280 (feedmail-queue-express-to-queue): Add debug call.
22281 Run feedmail-queue-express-hook.
22282 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
22283 (feedmail-message-action-help-blat):
22284 Rename from feedmail-queue-send-edit-prompt-help-first.
22285 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
22286 Check line-endings. Handle errors better.
22287 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22288 Doc fix. Add debug call.
22289 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
22290 Use feedmail-queue-send-edit-prompt-inner.
22291 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22292 (feedmail-queue-send-edit-prompt-inner): New function, extracted
22293 from feedmail-queue-send-edit-prompt.
22294 (feedmail-queue-send-edit-prompt-help)
22295 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22296 (feedmail-tidy-up-slug): Add debug call.
22297 Respect feedmail-queue-slug-suspect-regexp.
22298 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22299 (feedmail-dump-message-to-queue): Add debug call.
22300 Expand queue-directory.
22301 (feedmail-dump-message-to-queue): Change message slightly.
22302 Use feedmail-say-chatter.
22303 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
22304 (feedmail-send-it-immediately-wrapper): New function.
22305 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
22306 Insert empty string rather than newline. Handle full-frame case.
22307 Use catch/throw. Use feedmail-say-chatter.
22308 (feedmail-fiddle-from): Try mail-host-address.
22309 (feedmail-default-message-id-generator): Doc fix.
22310 Bind system-time-locale. Handle missing end.
22311 (feedmail-fiddle-x-mailer): Add debug call.
22312 Handle feedmail-x-mailer-line being nil.
22313 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22314 Add debug call. Use buffer-substring-no-properties.
22315 (feedmail-say-debug, feedmail-say-chatter): New functions.
22316 (feedmail-find-eoh): Give an explicit error.
22317
22318 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
22319
22320 * net/newst-treeview.el (newsticker-treeview-face): Change default
22321 family from helvetica to sans.
22322 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22323 etc/images/newsticker.
22324
22325 * net/newst-reader.el (newsticker-feed-face): Change default
22326 family from helvetica to sans.
22327
22328 * net/newst-plainview.el (newsticker-new-item-face)
22329 (newsticker-old-item-face, newsticker-immortal-item-face)
22330 (newsticker-obsolete-item-face, newsticker-date-face)
22331 (newsticker-statistics-face): Change default family from
22332 helvetica to sans.
22333 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22334 etc/images/newsticker.
22335
22336 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22337 (newsticker--process-auto-mark-filter-match): Tell user about
22338 auto-marking.
22339
22340 2011-05-13 Didier Verna <didier@xemacs.org>
22341
22342 Common Lisp indentation improvements on defmethod and lambda-lists.
22343 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22344 TODO entries.
22345 (lisp-lambda-list-keyword-parameter-indentation)
22346 (lisp-lambda-list-keyword-parameter-alignment)
22347 (lisp-lambda-list-keyword-alignment): New customizable user options.
22348 (lisp-indent-defun-method): Improve docstring.
22349 (extended-loop-p): Fix comment.
22350 (lisp-indent-lambda-list-keywords-regexp): New variable.
22351 (lisp-indent-lambda-list): New function.
22352 (lisp-indent-259): Use it.
22353 (lisp-indent-defmethod): Support for more than one
22354 method qualifier and properly indent methods lambda-lists.
22355 (defgeneric): Provide a missing common-lisp-indent-function property.
22356
22357 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
22358
22359 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22360 bounds for the empty string (bug#8667).
22361
22362 2011-05-13 Glenn Morris <rgm@gnu.org>
22363
22364 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22365
22366 * mail/sendmail.el (sendmail-program): Try executable-find first.
22367 (sendmail-send-it): `sendmail-program' cannot be unbound.
22368
22369 * calendar/appt.el (appt-make-list): Simplify.
22370 (appt-time-msg-list): Doc fix.
22371 (appt-check): Change mode-line message at the time of the appointment.
22372
22373 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
22374
22375 * progmodes/ld-script.el (ld-script-keywords)
22376 (ld-script-builtins): Update keywords list.
22377
22378 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22379
22380 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22381
22382 * shell.el (shell-completion-vars): New function.
22383 (shell-mode):
22384 * simple.el (read-shell-command): Use it.
22385 (blink-matching-open): No need for " [...]" in minibuffer-message.
22386
22387 2011-05-12 Glenn Morris <rgm@gnu.org>
22388
22389 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22390 (appt-check): Simplify.
22391
22392 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22393
22394 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22395 literal "/dev/null".
22396
22397 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22398
22399 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22400 Fix typo.
22401
22402 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22403
22404 * progmodes/which-func.el (which-function):
22405 Use add-log-current-defun instead of add-log-current-defun-function,
22406 which might not be defined (Bug#8260).
22407
22408 2011-05-12 Glenn Morris <rgm@gnu.org>
22409
22410 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22411 Let byte-compile-initial-macro-environment always take precedence.
22412
22413 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22414
22415 * net/rcirc.el: Add support for SSL/TLS connections.
22416 (rcirc-server-alist): New field `encryption'.
22417 (rcirc): Check `encryption' settings.
22418 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22419 Merge make-local-variable into `set'.
22420 (rcirc--connection-open-p): New function.
22421 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22422 the process is not a network process (e.g. running gnutls-cli).
22423 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22424 Make rcirc-(en|de)code-coding-system local here.
22425 (rcirc-mode): Merge make-local-variable into `set'.
22426 (rcirc-parent-buffer): Make permanent buffer-local.
22427 (rcirc-multiline-minor-mode): Don't do it here.
22428 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22429 there's no server buffer.
22430
22431 2011-05-11 Glenn Morris <rgm@gnu.org>
22432
22433 * newcomment.el (comment-kill): Prefix "unused" local.
22434
22435 * term/w32console.el (get-screen-color): Declare.
22436
22437 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22438 Handle symbol elements of byte-compile-initial-macro-environment.
22439
22440 2011-05-10 Leo Liu <sdl.web@gmail.com>
22441
22442 * bookmark.el (bookmark-bmenu-mode-map):
22443 Bind bookmark-bmenu-search to `/'.
22444
22445 * mail/footnote.el: Convert to utf-8 encoding.
22446 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22447 (Footnote-unicode): New function.
22448 (footnote-style-alist): Add unicode style to the list.
22449 (footnote-style): Doc fix.
22450
22451 2011-05-10 Jim Meyering <meyering@redhat.com>
22452
22453 Fix doubled-word typos.
22454 * international/quail.el (quail-insert-kbd-layout): and and -> and
22455 * kermit.el: and and -> and
22456 * net/ldap.el (ldap-search-internal): to to -> to
22457 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22458 * progmodes/js.el (js-mode): and and -> and
22459 * textmodes/artist.el (artist-move-to-xy): at at -> at
22460 (artist-draw-region-trim-line-endings): if if -> if
22461 And Safetyc -> Safety.
22462 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22463
22464 2011-05-10 Glenn Morris <rgm@gnu.org>
22465 Stefan Monnier <monnier@iro.umontreal.ca>
22466
22467 * files.el (hack-one-local-variable-eval-safep):
22468 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22469
22470 2011-05-10 Glenn Morris <rgm@gnu.org>
22471
22472 * calendar/diary-lib.el (diary-list-entries-hook)
22473 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22474 (diary-nongregorian-marking-hook, diary-list-entries)
22475 (diary-include-other-diary-files, diary-mark-entries)
22476 (diary-mark-included-diary-files): Doc fixes.
22477
22478 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22479
22480 * misc.el: Require tabulated-list.el during compilation.
22481
22482 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22483
22484 * progmodes/compile.el (compilation-start):
22485 Run compilation-filter-hook for the async case too.
22486 (compilation-filter-hook): Doc fix.
22487
22488 2011-05-09 Deniz Dogan <deniz@dogan.se>
22489
22490 * wdired.el: Remove outdated installation comment. Fix usage
22491 comment.
22492
22493 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22494
22495 * misc.el: Implement new command `list-dynamic-libraries'.
22496 (list-dynamic-libraries--loaded-only-p): New variable.
22497 (list-dynamic-libraries--refresh): New function.
22498 (list-dynamic-libraries): New command.
22499
22500 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22501
22502 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22503 Fix the ant regexp to handle end-line and end-column info from jikes.
22504 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22505 higher priority to avoid clobbering by gnu.
22506
22507 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22508
22509 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22510 if the face has existing theme settings (Bug#8454).
22511
22512 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22513
22514 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22515 Only match variables declared via `my' or `our' (Bug#8261).
22516
22517 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22518 special file names `.' and `..' (Bug#8259).
22519
22520 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22521
22522 * progmodes/grep.el (grep-mode-font-lock-keywords):
22523 Remove buffer-changing entries.
22524 (grep-filter): New function.
22525 (grep-mode): Add it to compilation-filter-hook.
22526
22527 * progmodes/compile.el (compilation-filter-hook)
22528 (compilation-filter-start): New defvars.
22529 (compilation-filter): Call compilation-filter-hook prior to
22530 updating the process mark.
22531
22532 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22533
22534 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22535
22536 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22537
22538 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22539 mailclient-send-it even if window-system is nil. (Bug#8595)
22540
22541 * term/w32console.el (terminal-init-w32console):
22542 Call get-screen-color and use its output to set the frame
22543 background-mode. (Bug#8597)
22544
22545 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22548 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22549 New functions.
22550 (defgeneric, eieio--defmethod): Use them.
22551 (eieio-defgeneric): Remove.
22552 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22553
22554 2011-05-07 Glenn Morris <rgm@gnu.org>
22555
22556 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22557 Use let rather than let*.
22558 (timeclock-find-discrep): Remove unused local.
22559
22560 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22561
22562 * calendar/appt.el (appt-time-msg-list): Doc fix.
22563
22564 2011-05-06 Noah Friedman <friedman@splode.com>
22565
22566 * apropos.el (apropos-print-doc): Only use
22567 emacs-lisp-docstring-fill-column when it is bound to an integer,
22568 per that variable's documentation.
22569
22570 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22571
22572 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22573 and warnings are not silently discarded (e.g. use -d instead of -P).
22574
22575 2011-05-06 Glenn Morris <rgm@gnu.org>
22576
22577 * calendar/appt.el (appt-message-warning-time): Doc fix.
22578 (appt-warning-time-regexp): New option.
22579 (appt-make-list): Respect appt-message-warning-time.
22580
22581 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22582 New options.
22583 (diary-add-to-list): Strip comments from the displayed string.
22584 (diary-mode): Set comment-start and comment-end.
22585
22586 * vc/diff-mode.el (smerge-refine-subst): Declare.
22587 (diff-refine-hunk): Don't require smerge-mode when compiling.
22588
22589 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22590
22591 * simple.el (list-processes): Return nil as the docstring says.
22592
22593 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22594
22595 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22596 to "".
22597 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22598 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22599 determining of binary transfer. (Bug#7383)
22600
22601 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22602
22603 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22604 Fix port computation bug. (Bug#8618)
22605
22606 2011-05-05 Glenn Morris <rgm@gnu.org>
22607
22608 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22609
22610 * simple.el (shell-dynamic-complete-functions)
22611 (comint-dynamic-complete-functions): Declare.
22612
22613 * net/network-stream.el (gnutls-negotiate):
22614 * simple.el (tabulated-list-print): Fix declarations.
22615
22616 * progmodes/gud.el (syntax-symbol, syntax-point):
22617 Remove unnecessary and incorrect declarations.
22618
22619 * emacs-lisp/check-declare.el (check-declare-scan):
22620 Handle byte-compile-initial-macro-environment in bytecomp.el.
22621
22622 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22623
22624 Fix earlier half-done eieio-defmethod change (bug#8338).
22625 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22626 Streamline and change calling convention.
22627 (defmethod): Adjust accordingly and simplify.
22628 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22629 new eieio--defmethod.
22630 (slot-boundp): Minor CSE simplification.
22631
22632 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22633
22634 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22635 (glasses-make-readable): Use glasses-separate-capital-groups.
22636
22637 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22638
22639 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22640 (warning-series): Doc fix.
22641 (display-warning): Don't try to create the buffer if we just found it.
22642
22643 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22644
22645 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22646 (autoload-find-generated-file): New function.
22647 (generate-file-autoloads): Bind generated-autoload-file to
22648 buffer-file-name.
22649 (update-file-autoloads, update-directory-autoloads):
22650 Use autoload-find-generated-file. If called interactively, prompt for
22651 output file (Bug#7989).
22652 (batch-update-autoloads): Doc fix.
22653
22654 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22655
22656 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22657
22658 2011-05-04 Glenn Morris <rgm@gnu.org>
22659
22660 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22661 function, so it follows changes in calendar-date-style.
22662 (diary-fancy-date-matcher): New function.
22663 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22664 (diary-fancy-font-lock-fontify-region-function):
22665 Use diary-fancy-date-pattern as a function.
22666
22667 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22668 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22669
22670 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22671
22672 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22673 instead of positional arguments. Allow :keylist and :crlfiles
22674 arguments.
22675 (open-gnutls-stream): Call it.
22676
22677 * net/network-stream.el (network-stream-open-starttls): Adjust to
22678 call `gnutls-negotiate' with :process and :hostname arguments.
22679
22680 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22681
22682 * minibuffer.el (completion--message): New function.
22683 (completion--do-completion, minibuffer-complete)
22684 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22685 (completion--do-completion): Don't ignore completion-auto-help when in
22686 icomplete-mode.
22687
22688 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22689 internal encoding (e.g. tibetan zero is not whitespace).
22690 (global-whitespace-mode): Prefer save-current-buffer.
22691 (whitespace-trailing-regexp): Remove useless save-match-data.
22692 (whitespace-empty-at-bob-regexp): Minor simplification.
22693
22694 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22695
22696 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22697
22698 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22699
22700 * textmodes/ispell.el (ispell-add-per-file-word-list):
22701 Use `concat' to create string for insertion.
22702
22703 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22704
22705 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22706 Avoid open-line which runs post-self-insert-hook.
22707 (bibtex-fill-entry): Remove unused `end' var.
22708
22709 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22710
22711 * textmodes/ispell.el (ispell-add-per-file-word-list):
22712 Protect against `nil' value of `comment-start' (Bug#8579).
22713
22714 2011-05-03 Leo Liu <sdl.web@gmail.com>
22715
22716 * isearch.el (isearch-yank-pop): New command.
22717 (isearch-mode-map): Bind it to `M-y'.
22718 (isearch-forward): Mention it.
22719
22720 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22721
22722 * simple.el (minibuffer-complete-shell-command): Remove.
22723 (minibuffer-local-shell-command-map): Use completion-at-point.
22724 (read-shell-command): Setup completion vars here instead.
22725 (read-expression-map): Bind TAB to symbol completion.
22726
22727 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22728 error directly rather via storing it into `results'.
22729
22730 2011-05-02 Leo Liu <sdl.web@gmail.com>
22731
22732 * vc/diff.el: Fix description.
22733
22734 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22735
22736 * server.el (server-eval-at): New function.
22737
22738 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22739
22740 * net/network-stream.el (open-network-stream): Take a :nowait
22741 parameter and pass it on to `make-network-process'.
22742 (network-stream-open-plain): Ditto.
22743
22744 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22745
22746 * faces.el (face-spec-set-match-display): Don't match toolkit
22747 options on terminal frames.
22748
22749 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22750
22751 * progmodes/pascal.el: Use lexical binding.
22752 (pascal-mode-map): Remove author preferences.
22753
22754 * pcomplete.el (pcomplete-std-complete): Don't abuse
22755 completion-at-point.
22756
22757 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22758
22759 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22760 removing code that has been dead since 1991 or so.
22761
22762 * startup.el (command-line): When warning about "_emacs", use a
22763 delayed warning to allow the user to filter it out.
22764
22765 2011-04-28 Deniz Dogan <deniz@dogan.se>
22766
22767 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22768 user has not joined.
22769
22770 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22771
22772 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22773 aren't any completions at point.
22774
22775 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22776
22777 * subr.el (display-delayed-warnings): New function.
22778 (delayed-warnings-hook): New variable.
22779
22780 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22781
22782 * minibuffer.el (completion-at-point, completion-help-at-point):
22783 Don't presume that a given completion-at-point-function will always
22784 use the same calling convention.
22785
22786 * pcomplete.el (pcomplete-completions-at-point):
22787 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22788 pcomplete-seen is non-nil.
22789 (pcomplete-comint-setup): Also recognize the new comint/shell
22790 completion functions.
22791 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22792 pcomplete-seen is non-nil.
22793
22794 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22795
22796 * calendar/icalendar.el (diary-lib): Add require statement.
22797 (icalendar--create-uid): Read out a uid from a text-property on
22798 the first character in the entry. This allows for code to add its
22799 own uid to the entry.
22800 (icalendar--convert-float-to-ical): Add export of
22801 `diary-float'-entries save for those with the optional DAY
22802 argument.
22803
22804 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22805
22806 * subr.el (shell-quote-argument): Use alternate escaping strategy
22807 when we spot a variable reference in a string.
22808
22809 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22810
22811 * cus-start.el (all): Define customization for debug-on-event.
22812
22813 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22814
22815 * subr.el (shell-quote-argument): Escape correctly under Windows.
22816
22817 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22818
22819 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22820
22821 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22822
22823 * net/tramp.el (tramp-process-actions): Add POS argument.
22824 Delete region between POS and (pos).
22825
22826 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22827 Use `nil' position in `tramp-process-actions' call.
22828 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22829
22830 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22831 position in `tramp-process-actions' call.
22832
22833 * net/trampver.el: Update release number.
22834
22835 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22836
22837 * custom.el (defcustom): Obey lexical-binding.
22838
22839 Fix octave-inf completion problems reported by Alexander Klimov.
22840 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22841 Inherit from octave-mode-syntax-table.
22842 (inferior-octave-mode): Set info-lookup-mode.
22843 (inferior-octave-completion-at-point): New function.
22844 (inferior-octave-complete): Use it and completion-in-region.
22845 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22846 comint-filename-completion.
22847 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22848 symbol elements which shouldn't be word elements.
22849 (octave-font-lock-keywords, octave-beginning-of-defun)
22850 (octave-function-header-regexp): Adjust regexps accordingly.
22851 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22852
22853 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22854
22855 * net/gnutls.el (gnutls-errorp): Declare before first use.
22856
22857 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22858
22859 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22860 verify-error, and verify-hostname-error parameters. Check whether
22861 default trustfile exists before going to use it. Add missing
22862 argument to gnutls-message-maybe call. Return value.
22863 Reported by Claudio Bley <claudio.bley@gmail.com>.
22864 (open-gnutls-stream): Add usage example.
22865
22866 * net/network-stream.el (network-stream-open-starttls): Give host
22867 parameter to `gnutls-negotiate'.
22868 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22869 * subr.el (shell-quote-argument): Escape correctly under Windows.
22870
22871 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22872
22873 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22874 Use correct match group (bug#8438).
22875
22876 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22877
22878 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22879 (package-menu--generate): New arg specifying packages to show.
22880 (package-menu-refresh, package-menu-execute, list-packages):
22881 Callers changed.
22882 (package-show-package-list): New function, replacing deleted
22883 package--list-packages (renamed because it is non-internal).
22884
22885 * finder.el (finder-list-matches): Use package-show-package-list
22886 instead of deleted package--list-packages.
22887
22888 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22889 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22890 (vc-annotate-mode-map): Bind it to RET.
22891
22892 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22893
22894 * progmodes/etags.el (next-file): Don't use set-buffer to change
22895 buffers (Bug#8478).
22896
22897 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22898
22899 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22900
22901 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22902 (apropos-accumulator): Doc fix.
22903 (apropos-function, apropos-macro, apropos-command)
22904 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22905 (apropos-plist): Add face property.
22906 (apropos-symbols-internal): Fix indentation.
22907 (apropos-print): Simplify help, and recognize apropos-multi-type.
22908 (apropos-print-doc): Use button-type-get to extract the button's
22909 face property. Fill docstring (Bug#8352).
22910
22911 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22912
22913 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22914
22915 * play/mpuz.el (mpuz-silent): Doc fix.
22916 (mpuz-mode-map): Use mapc.
22917 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22918 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22919 Fix typos in docstrings.
22920
22921 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22922 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22923
22924 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22925
22926 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22927
22928 * minibuffer.el (completion--do-completion): Avoid the "Next char
22929 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22930
22931 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22932 mouse-2 into unread-command-events, it is interpreted correctly.
22933
22934 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22935 (image-toggle-display): Doc fix.
22936
22937 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22938
22939 * textmodes/page.el (what-page): Use line-number-at-pos to
22940 calculate line number (Bug#6825).
22941
22942 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22943
22944 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22945 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22946 Pass argument NO-DEFAULT to `find-tag-interactive'.
22947
22948 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22949
22950 Lexical-binding cleanup.
22951
22952 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22953 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22954 * progmodes/ada-prj.el (ada-prj-initialize-values)
22955 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22956 (ada-prj-show-value):
22957 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22958 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22959 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22960 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22961 * progmodes/bug-reference.el (bug-reference-push-button):
22962 * progmodes/fortran.el (fortran-line-length):
22963 * progmodes/glasses.el (glasses-change):
22964 * progmodes/octave-mod.el (octave-fill-paragraph):
22965 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22966 (python-pdbtrack-grub-for-buffer, python-sentinel):
22967 * progmodes/sql.el (sql-save-connection):
22968 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22969 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22970 Mark unused parameters.
22971
22972 * progmodes/compile.el (compilation--flush-directory-cache)
22973 (compilation--flush-parse, compile-internal): Mark unused parameters.
22974 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22975 (compilation-next-error-function): Remove unused variable `timestamp'.
22976
22977 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22978 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22979
22980 * progmodes/dcl-mode.el (dcl-end-of-command):
22981 Remove unused variable `start'.
22982 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22983 (dcl-option-value-basic, dcl-option-value-offset)
22984 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22985 Mark unused parameters.
22986 (dcl-save-local-variable): Remove unused variable `val'.
22987 (mode): Declare.
22988
22989 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22990 Mark unused parameters.
22991 (delphi-ignore-changes): Move before first use.
22992 (delphi-charset-token-at): Remove unused variable `start'.
22993 (delphi-else-start): Remove unused variable `if-count'.
22994 (delphi-comment-block-start, delphi-comment-block-end):
22995 Remove unused variable `kind'.
22996 (delphi-indent-line): Remove unused variable `new-point'.
22997
22998 * progmodes/ebrowse.el (ebrowse-files-list)
22999 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23000 Mark unused parameters. Don't quote `lambda'.
23001 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23002 Don't quote `lambda'.
23003 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23004 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23005 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23006 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23007 Use `ignore-errors'.
23008 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23009 (ebrowse-view/find-file-and-search-pattern)
23010 (ebrowse-view/find-member-declaration/definition):
23011 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23012 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23013 Rename parameter PREFIX-ARG to PREFIX.
23014 (ebrowse-tags-read-name): Remove unused variables `start' and
23015 `member-info'.
23016 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23017 to `tags-file'.
23018
23019 * progmodes/etags.el (local-find-tag-hook): Declare.
23020 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23021 Mark unused parameters.
23022
23023 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23024 (executable-interpret): Mark unused parameter.
23025
23026 * progmodes/flymake.el (flymake-process-sentinel)
23027 (flymake-after-change-function)
23028 (flymake-create-temp-with-folder-structure)
23029 (flymake-get-include-dirs-dot): Mark unused parameters.
23030 (flymake-safe-delete-directory): Remove unused variable `err'.
23031
23032 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23033 (speedbar-timer-fn, speedbar-line-text)
23034 (speedbar-change-expand-button-char, speedbar-delete-subblock)
23035 (speedbar-center-buffer-smartly): Declare functions.
23036 (gdb-find-watch-expression): Remove unused variable `array'.
23037 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23038 (gdb-starting): Mark unused parameters.
23039 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23040 (gdb-table-string): Remove unused variable `res'.
23041 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23042 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23043 (gdb-display-buffer): Remove unused variable `cur-size'.
23044
23045 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23046 allow lexical-binding compilation.
23047 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23048 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23049 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23050 Mark unused parameters.
23051 (gud-gdb-marker-filter): Remove unused variable `match'.
23052 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23053 lambda expressions and funcall them, instead of using `fset'.
23054
23055 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23056 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23057
23058 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23059 variable `header-beg'; use `let'.
23060
23061 * progmodes/icon.el (indent-icon-exp): Remove unused variables
23062 `restart', `last-sexp' and `at-do'.
23063
23064 * progmodes/js.el (js--debug): Mark unused parameter.
23065 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23066 (js--splice-into-items): Remove unused variable `item'.
23067 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23068
23069 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23070 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23071 (makefile-complete): Remove unused variable `try'.
23072 (makefile-fill-paragraph, makefile-match-function-end):
23073 Mark unused parameters.
23074
23075 * progmodes/octave-inf.el (inferior-octave-complete):
23076 Remove unused variable `proc'.
23077 (inferior-octave-output-digest): Mark unused parameter.
23078
23079 * progmodes/perl-mode.el (perl-calculate-indent):
23080 Remove unused variable `err'.
23081
23082 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23083 (prolog-indent-line): Mark unused parameters.
23084 (prolog-indent-line): Remove unused variable `beg'.
23085
23086 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23087 (reporter-dont-compact-list): Declare.
23088
23089 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23090 Remove unused variable `char'.
23091 (sh-debug): Mark unused parameter.
23092 (sh-get-indent-info): Remove unused variable `start'.
23093 (sh-calculate-indent): Remove unused variable `var'.
23094
23095 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23096 (simula-electric-keyword): Remove unused variable `null'.
23097 (simula-search-backward, simula-search-forward): Remove unused
23098 variables `begin' and `end'.
23099
23100 * progmodes/vera-mode.el (vera-guess-basic-syntax):
23101 Remove unused variable `pos'.
23102 (vera-electric-tab, vera-comment-uncomment-region):
23103 Mark unused parameters.
23104 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23105
23106 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
23107
23108 * emacs-lisp/package.el (package--builtins, package-alist)
23109 (package-load-descriptor, package-built-in-p, package-activate)
23110 (define-package, package-installed-p)
23111 (package-compute-transaction, package-buffer-info)
23112 (package--push): Doc fix. Distinguish more clearly between
23113 version strings and version lists.
23114
23115 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
23116
23117 Lexical-binding cleanup.
23118
23119 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23120 (5x5-make-mutate-best):
23121 * play/fortune.el (fortune-in-buffer):
23122 * play/gomoku.el (gomoku-init-display):
23123 * play/solitaire.el (solitaire, solitaire-do-check):
23124 * play/tetris.el (tetris-default-update-speed-function):
23125 Mark unused parameters.
23126
23127 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23128 (bubbles--shift): Remove unused variable `char-org'.
23129 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
23130 (bubbles--show-images): Remove unused variable `char'.
23131
23132 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23133 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23134 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23135 (decipher-analyze-buffer): Use ?\s.
23136 (decipher-make-checkpoint): Remove unused variable `mapping'.
23137
23138 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23139
23140 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23141 Remove unused variable `result'; use `let'.
23142
23143 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23144 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23145 (gametree-children-shown-p, gametree-compute-reduced-score):
23146 Use `ignore-errors'.
23147
23148 * play/handwrite.el (ps-lpr-switches): Declare.
23149 (handwrite): Remove unused variables `pmin' and `lastp'.
23150
23151 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23152
23153 * play/landmark.el (landmark-init-display)
23154 (landmark-update-naught-weights): Mark unused parameters.
23155 (landmark-y): Remove unused variable `noise'. Simplify.
23156 (landmark-human-plays): Remove unused variable `score'.
23157
23158 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23159 (mpuz-try-proposal): Remove unused variable `game'.
23160
23161 * play/zone.el (life-patterns): Declare.
23162
23163 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
23164
23165 * vc/vc.el (ediff-vc-internal): Declare function.
23166
23167 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23168
23169 * shell.el: Use lexical-binding and std completion UI.
23170 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23171 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23172 comint-preoutput-filter-functions rather than on
23173 comint-output-filter-functions.
23174 (shell-command-completion, shell--command-completion-data)
23175 (shell-filename-completion, shell-environment-variable-completion)
23176 (shell-c-a-p-replace-by-expanded-directory): New functions.
23177 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23178 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23179 (shell-dynamic-complete-environment-variable): Use them.
23180 (shell-dynamic-complete-as-environment-variable)
23181 (shell-dynamic-complete-as-command): Remove.
23182 (shell-match-partial-variable): Match past point.
23183 * comint.el: Clean up use of completion-at-point-functions.
23184 (comint-completion-at-point): New function.
23185 (comint-mode): Use it completion-at-point-functions.
23186 (comint-dynamic-complete): Make it obsolete.
23187 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23188 (comint-c-a-p-replace-by-expanded-history): New function.
23189 (comint-dynamic-complete-functions)
23190 (comint-replace-by-expanded-history): Use it.
23191 * minibuffer.el (completion-table-with-terminator): Allow dynamic
23192 termination strings. Try harder to avoid second try-completion.
23193 (completion-in-region-mode-map): Disable bindings that don't work yet.
23194
23195 * comint.el: Use lexical-binding. Require CL.
23196 (comint-dynamic-complete-functions): Use comint-filename-completion.
23197 (comint-completion-addsuffix): Tweak custom type.
23198 (comint-filename-completion, comint--common-suffix)
23199 (comint--common-quoted-suffix, comint--table-subvert)
23200 (comint--complete-file-name-data): New functions.
23201 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23202 (comint-dynamic-list-filename-completions): Use them.
23203 (comint-dynamic-simple-complete): Make obsolete.
23204
23205 * minibuffer.el (completion-in-region-mode):
23206 Keep completion-in-region-mode--predicate global.
23207 (completion-in-region--postch):
23208 Assume completion-in-region-mode--predicate is not null.
23209
23210 * progmodes/flymake.el (flymake-start-syntax-check-process):
23211 Obey `dir'. Simplify.
23212
23213 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23214 we're in VC after all.
23215
23216 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
23217
23218 * vc/vc.el (vc-diff-build-argument-list-internal)
23219 (vc-version-ediff, vc-ediff): New commands.
23220 (vc-version-diff): Use vc-diff-build-argument-list-internal.
23221
23222 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23225 add sanity check.
23226
23227 * obsolete/erc-hecomplete.el: Make obsolete.
23228 * obsolete/: Standardize obsolescence info in the header.
23229
23230 2011-04-20 Glenn Morris <rgm@gnu.org>
23231
23232 * calendar/solar.el (solar-horizontal-coordinates):
23233 Use the longitude argument rather than `calendar-longitude'.
23234 (solar-date-next-longitude): Remove unused locals.
23235
23236 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23237
23238 * whitespace.el: New version 13.2.1.
23239
23240 2011-04-20 felix <EmacsWiki> (tiny change)
23241
23242 * whitespace.el (global-whitespace-mode): Keep highlight when
23243 switching between major modes on a file.
23244
23245 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23246
23247 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23248 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23249 multi-line comments as well.
23250
23251 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
23252
23253 Lexical-binding cleanup.
23254
23255 * arc-mode.el (archive-mode-revert):
23256 * cmuscheme.el (scheme-interactively-start-process):
23257 * custom.el (custom-initialize-delay):
23258 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23259 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23260 * emacs-lock.el (emacs-lock-clear-sentinel):
23261 * ezimage.el (defezimage):
23262 * follow.el (follow-avoid-tail-recenter):
23263 * fringe.el (set-fringe-mode-1):
23264 * generic-x.el (bat-generic-mode-compile):
23265 * help-mode.el (help-info-variable, help-do-xref)
23266 (help-mode-revert-buffer):
23267 * help.el (view-emacs-todo):
23268 * iswitchb.el (iswitchb-completion-help):
23269 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23270 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23271 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23272 * locate.el (locate-update):
23273 * longlines.el (longlines-encode-region)
23274 (longlines-after-change-function):
23275 * outline.el (outline-isearch-open-invisible):
23276 * ps-def.el (declare-function, charset-dimension, char-width)
23277 (encode-char):
23278 * ps-mule.el (ps-mule-plot-string):
23279 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23280 (recentf-edit-list-select, recentf-edit-list-validate)
23281 (recentf-open-files-action):
23282 * rect.el (delete-whitespace-rectangle-line)
23283 (rectangle-number-line-callback):
23284 * register.el (window-configuration-to-register)
23285 (frame-configuration-to-register):
23286 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23287 * select.el (xselect-convert-to-string, xselect-convert-to-length)
23288 (xselect-convert-to-targets, xselect-convert-to-delete)
23289 (xselect-convert-to-filename, xselect-convert-to-charpos)
23290 (xselect-convert-to-lineno, xselect-convert-to-colno)
23291 (xselect-convert-to-os, xselect-convert-to-host)
23292 (xselect-convert-to-user, xselect-convert-to-class)
23293 (xselect-convert-to-name, xselect-convert-to-integer)
23294 (xselect-convert-to-atom, xselect-convert-to-identity):
23295 * subr.el (declare, ignore, process-kill-without-query)
23296 (text-clone-maintain):
23297 * terminal.el (te-get-char, te-tic-sentinel):
23298 * tool-bar.el (tool-bar-make-keymap):
23299 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23300 * type-break.el (type-break-mode, type-break-noninteractive-query):
23301 * view.el (View-back-to-mark):
23302 * wid-browse.el (widget-browse-action, widget-browse-widget)
23303 (widget-browse-widgets, widget-browse-sexp):
23304 * widget.el (define-widget-keywords):
23305 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23306 Mark unused parameters.
23307
23308 * align.el (align-adjust-col-for-rule): Mark unused parameter.
23309 (align-areas): Remove unused variable `look'.
23310 (align-region): Remove unused variables `real-end' and `pos-list'.
23311
23312 * apropos.el (apropos-score-doc): Remove unused variable `i'.
23313
23314 * bindings.el (mode-line-modified, mode-line-remote):
23315 Mark unused parameters.
23316 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23317
23318 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23319 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23320
23321 * comint.el (comint-history-isearch-pop-state)
23322 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23323 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23324 (comint-substitute-in-file-name): Doc fix.
23325
23326 * completion.el (cmpl-statistics-block): Mark unused parameter.
23327 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23328 (save-completions-to-file, load-completions-from-file):
23329 Remove unused local variable `e'.
23330
23331 * composite.el (compose-chars): Remove unused variable `len'.
23332 (lgstring-insert-glyph): Remove unused variable `g'.
23333 (compose-glyph-string): Remove unused variables `ascent',
23334 `descent', `lbearing' and `rbearing'.
23335 (compose-glyph-string-relative): Remove unused variables
23336 `lbearing', `rbearing' and `wadjust'.
23337 (compose-gstring-for-graphic): Remove unused variables `header',
23338 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
23339 (compose-gstring-for-terminal): Remove unused variables `header'
23340 and `nchars'. Use `let', not `let*'.
23341
23342 * cus-edit.el (Custom-set, Custom-save, custom-reset)
23343 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23344 (Custom-buffer-done, custom-buffer-create-internal)
23345 (custom-browse-visibility-action, custom-browse-group-tag-action)
23346 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23347 (widget-magic-mouse-down-action, custom-toggle-parent)
23348 (custom-add-parent-links, custom-toggle-hide-variable)
23349 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23350 (custom-toggle-hide-face, face, hook, custom-group-link-action)
23351 (custom-face-menu-create, custom-variable-menu-create, get)
23352 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23353 (custom-reset-standard-save-and-update): Remove unused variable `value'.
23354 (customize-apropos): Remove unused variable `tests'.
23355 (custom-group-value-create): Remove unused variable `hidden-p'.
23356 (sort-fold-case): Declare.
23357
23358 * cus-theme.el (custom-reset-standard-faces-list)
23359 (custom-reset-standard-variables-list): Declare.
23360 (customize-create-theme, custom-theme-revert, custom-theme-write)
23361 (custom-theme-choose-mode, customize-themes, custom-theme-save):
23362 Mark unused parameters.
23363
23364 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23365
23366 * delim-col.el (delimit-columns-max): Move defvar before first use.
23367
23368 * descr-text.el (describe-char-categories): Don't quote `lambda'.
23369 (describe-char): Don't quote `lambda'. Mark unused parameter.
23370
23371 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23372 (auto-insert): Declare.
23373 (desktop-restore-file-buffer): Rename desktop-* parameters;
23374 mark unused ones.
23375 (desktop-create-buffer): Rename desktop-* parameters and bind them.
23376 (desktop-buffer): Rename desktop-* parameters.
23377
23378 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23379 (dframe-reposition-frame-xemacs, dframe-help-echo)
23380 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23381 Mark unused parameters.
23382
23383 * dired-aux.el (backup-extract-version-start, overwrite-query)
23384 (overwrite-backup-query, rename-regexp-query)
23385 (rename-non-directory-query): Declare.
23386 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23387 (dired-add-entry): Remove unused variable `orig-file-name'.
23388 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23389 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23390 `dired-copy-preserve-time' directly.
23391 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23392 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23393
23394 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23395 (dired-virtual-revert, dired-make-relative-symlink):
23396 Mark unused parameters.
23397 (manual-program): Declare.
23398 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23399 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23400 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23401
23402 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23403
23404 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23405
23406 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23407 Declare.
23408
23409 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23410
23411 * electric.el (Electric-command-loop): Rename parameter
23412 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23413
23414 * expand.el (expand-in-literal): Remove unused variable `here'.
23415
23416 * facemenu.el (facemenu-add-new-color):
23417 Remove unused variable `docstring'.
23418
23419 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23420 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23421 (face-attr-construct): Mark unused parameter. Doc fix.
23422 (read-color): Remove unused variable `hex-string'.
23423
23424 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23425 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23426 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23427 (display-buffer-other-frame): Remove unused variable `old-window'.
23428 (kill-buffer-hook): Declare.
23429 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23430 Mark unused parameters.
23431 (after-find-file): Pass 1 to `auto-save-mode', not t.
23432
23433 * files-x.el (auto-insert): Declare.
23434 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23435
23436 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23437 variable `buf'. Mark unused parameter.
23438 (find-lisp-insert-directory): Mark unused parameter.
23439
23440 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23441 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23442 (format-common-tail): Remove, unused.
23443 (format-deannotate-region): Remove unused variable `loc'.
23444 (format-annotate-region): Remove unused variable `p'.
23445 (format-annotate-single-property-change): Remove unused variables
23446 `default' and `tail'.
23447
23448 * forms.el (read-file-filter): Declare.
23449 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23450
23451 * frame.el (frame-creation-function-alist): Mark unused parameter.
23452 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23453
23454 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23455 Remove unused parameters.
23456 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23457 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23458
23459 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23460 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23461 (hfy-prepare-tag-map): Mark unused parameters.
23462 (htmlfontify-buffer): Use `called-interactively-p'.
23463
23464 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23465 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23466 (ibuffer-do-occur): Mark unused parameters.
23467 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23468 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23469
23470 * ibuffer.el: Don't quote `lambda'.
23471 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23472 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23473 Mark unused parameters.
23474
23475 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23476 (ido-completing-read): Mark unused parameters.
23477 (ido-copy-current-word): Mark unused parameters;
23478 remove unused variable `name'.
23479 (ido-sort-merged-list): Remove unused parameter `dirs'.
23480
23481 * ielm.el (ielm-input-sender): Mark unused parameter.
23482 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23483 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23484 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23485 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23486 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23487
23488 * image-dired.el (image-dired-display-thumbs): Remove unused
23489 variables `curr-file' and `count'.
23490 (image-dired-remove-tag): Remove unused variable `start'.
23491 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23492 variable `curr-file'
23493 (image-dired-rotate-original): Remove unused variable `temp-file'.
23494 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23495 Remove unused variable `file'.
23496 (image-dired-gallery-generate): Remove unused variable `curr'.
23497 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23498
23499 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23500
23501 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23502
23503 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23504
23505 * isearch.el (minibuffer-history-symbol): Declare.
23506 (isearch-edit-string): Remove unused variable `err'.
23507 (isearch-message-prefix, isearch-message-suffix):
23508 Mark unused parameters.
23509
23510 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23511
23512 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23513
23514 * makesum.el (double-column): Remove unused variable `cnt'.
23515
23516 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23517 (ido-ignore-item-temp-list): Declare.
23518
23519 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23520 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23521 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23522 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23523 `mouse-col-delta'.
23524
23525 * mouse-sel.el (mouse-extend-internal):
23526 Remove unused variable `orig-window-frame'.
23527
23528 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23529 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23530 Move declarations before first use.
23531 (pcomplete-opt): Mark unused parameters; doc fix.
23532
23533 * proced.el (proced-revert): Mark unused parameter.
23534 (proced-send-signal): Remove unused variable `err'.
23535
23536 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23537 Rename parameter PREFIX-ARG to ARG.
23538 (ps-basic-plot-string, ps-basic-plot-whitespace):
23539 Mark unused parameters.
23540
23541 * replace.el (replace-count): Define.
23542 (occur-revert-function): Mark unused parameters.
23543 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23544 (isearch-case-fold-search, isearch-string): Declare.
23545 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23546 bind `case-fold-search'. Remove unused variables `beg' and `end',
23547 and simplify.
23548 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23549 COUNT and bind `replace-count'.
23550 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23551 to COUNT.
23552
23553 * savehist.el (print-readably, print-string-length): Declare.
23554
23555 * shadowfile.el (shadow-expand-cluster-in-file-name):
23556 Remove unused variable `cluster'.
23557 (shadow-copy-file): Remove unused variable `i'.
23558 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23559 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23560 (shadow-define-literal-group, shadow-define-regexp-group)
23561 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23562
23563 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23564 (shell): Use `called-interactively-p'.
23565 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23566
23567 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23568 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23569 (delete-backward-char): Remove unused variable `ocol'.
23570 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23571 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23572 (event-apply-hyper-modifier, event-apply-shift-modifier)
23573 (event-apply-control-modifier, event-apply-meta-modifier):
23574 Mark unused parameters.
23575 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23576 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23577
23578 * speedbar.el (speedbar-ignored-directory-expressions)
23579 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23580 (speedbar-find-file, speedbar-dir-follow)
23581 (speedbar-directory-buttons-follow, speedbar-tag-find)
23582 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23583 (speedbar-buffers-line-directory, speedbar-buffer-click):
23584 Mark unused parameters.
23585 (speedbar-tag-file): Remove unused variable `mode'.
23586 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23587
23588 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23589
23590 * talk.el (talk): Remove unused variable `display'.
23591
23592 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23593 (tar-write-region-annotate): Mark unused parameter.
23594
23595 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23596 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23597 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23598 warning by another.
23599
23600 * time-stamp.el (time-stamp-string-preprocess):
23601 Remove unused variable `require-padding'.
23602
23603 * tree-widget.el (widget-glyph-enable): Declare.
23604 (tree-widget-action): Mark unused parameter.
23605
23606 * w32-fns.el (x-get-selection): Mark unused parameter.
23607 (autoload-make-program, generated-autoload-file): Declare.
23608
23609 * wdired.el (wdired-revert): Mark unused parameters.
23610 (wdired-xcase-word): Remove unused variable `err'.
23611
23612 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23613 (whitespace-help-scroll): Remove unused variable `data-help'.
23614
23615 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23616 (widget-image-insert, widget-after-change, default)
23617 (widget-default-format-handler, widget-default-notify)
23618 (widget-default-prompt-value, widget-info-link-action)
23619 (widget-url-link-action, widget-function-link-action)
23620 (widget-variable-link-action, widget-file-link-action)
23621 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23622 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23623 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23624 (widget-insert-button-action, widget-delete-button-action, visibility)
23625 (widget-documentation-link-action, widget-documentation-string-action)
23626 (widget-const-prompt-value, widget-regexp-match, symbol)
23627 (widget-coding-system-prompt-value)
23628 (widget-key-sequence-value-to-external, sexp)
23629 (widget-sexp-value-to-internal, character, vector, cons)
23630 (widget-choice-prompt-value, widget-boolean-prompt-value)
23631 (widget-color--choose-action): Mark unused parameters.
23632 (widget-item-match-inline, widget-choice-match-inline)
23633 (widget-checklist-match, widget-checklist-match-inline)
23634 (widget-group-match): Rename parameter VALUES to VALS.
23635 (widget-field-value-set): Remove unused variable `size'.
23636 (widget-color-action): Remove unused variables `value' and `start'.
23637
23638 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23639 variable `dir'. Doc fix.
23640 (windmove-find-other-window): Don't pass it.
23641
23642 * window.el (count-windows): Mark unused parameter.
23643 (bw-adjust-window): Remove unused variable `err'.
23644
23645 * woman.el (woman-file-name): Remove unused variable `default'.
23646 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23647 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23648 (global-font-lock-mode): Declare.
23649 (woman-decode-region): Mark unused parameter.
23650 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23651
23652 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23653 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23654 (x-dnd-handle-moz-url): Remove unused variable `title'.
23655 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23656
23657 * xml.el (xml-parse-tag, xml-parse-attlist):
23658 Remove unused variable `pos'.
23659
23660 2011-04-19 Glenn Morris <rgm@gnu.org>
23661
23662 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23663 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23664 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23665 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23666 * calendar/cal-html.el (cal-html-insert-minical):
23667 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23668 (calendar-mark-date-pattern):
23669 Prefix "unused" locals.
23670
23671 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23672 optional argument `style'.
23673
23674 * calendar/appt.el (appt-make-list):
23675 * calendar/cal-china.el (calendar-chinese-date-string):
23676 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23677 (diary-hebrew-yahrzeit):
23678 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23679 * calendar/calendar.el (calendar-generate-window):
23680 * calendar/time-date.el (time-to-days):
23681 Remove unused local variables.
23682
23683 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23684
23685 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23686 glyphless-char-display table.
23687 (tabulated-list-glyphless-char-display): New var.
23688
23689 2011-04-18 Sam Steingold <sds@gnu.org>
23690
23691 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23692 to acknowledgments.
23693
23694 2011-04-17 Glenn Morris <rgm@gnu.org>
23695
23696 * calendar/diary-lib.el (diary-sexp-entry):
23697 * calendar/holidays.el (holiday-sexp):
23698 Set debug-on-error rather than the removed stack-trace-on-error.
23699
23700 2011-04-16 Glenn Morris <rgm@gnu.org>
23701
23702 * progmodes/f90.el: Use lexical-binding.
23703 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23704
23705 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23706
23707 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23708 (mail-mode): Setup mailalias completion here instead.
23709 * mail/mailalias.el: Use lexical-binding.
23710 (pattern, mailalias-done): Declare dynamic.
23711 (mail-completion-at-point-function): New function, from mail-complete.
23712 (mail-complete): Use it.
23713 (mail-completion-expand): New function.
23714 (mail-get-names): Use it.
23715 (mail-directory, mail-directory-process, mail-directory-stream):
23716 Don't use `pattern' for lexically bound arg.
23717
23718 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23719
23720 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23721 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23722 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23723
23724 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23725 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23726 (byte-interactive-p): Define them again, for use when inlining
23727 old code.
23728
23729 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23730
23731 * loadup.el: Use `string-to-number', not `string-to-int'.
23732
23733 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23734
23735 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23736 gud-gdb-complete-command.
23737 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23738 (gud-gdb-completion-at-point): New function.
23739 (gud-gdb-completions): Remove.
23740
23741 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23742
23743 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23744 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23745 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23746 whether `executable-find' is bound.
23747
23748 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23749
23750 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23751
23752 * minibuffer.el (completion-in-region-mode-predicate)
23753 (completion-in-region-mode--predicate): New vars.
23754 (completion-in-region, completion-in-region--postch)
23755 (completion-in-region-mode): Use them.
23756 (completion--capf-wrapper): Also return the hook function.
23757 (completion-at-point, completion-help-at-point):
23758 Adjust and provide a predicate.
23759
23760 Preserve arg names for advice of subr and lexical functions (bug#8457).
23761 * help-fns.el (help-function-arglist): Consolidate the subr and
23762 new-byte-code cases. Add argument `preserve-names' to extract names
23763 from the docstring when needed.
23764 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23765 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23766 (ad-arglist): Use help-function-arglist's new arg.
23767 (ad-definition-type): Use cond.
23768
23769 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23770
23771 * autorevert.el (auto-revert-handler):
23772 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23773 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23774 Don't quote lambda.
23775
23776 * image-mode.el (image-transform-set-scale):
23777 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23778
23779 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23780
23781 * net/network-stream.el (network-stream-open-starttls): Only do
23782 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23783 Upgrades via gnutls-cli are too slow to be done opportunistically.
23784
23785 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23786
23787 * dframe.el (dframe-current-frame): Remove spurious quote.
23788
23789 2011-04-12 Glenn Morris <rgm@gnu.org>
23790
23791 * calendar/cal-tex.el (cal-tex-end-document):
23792 Try to automatically use latin1 input if needed.
23793
23794 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23795 Don't try to cons a mark onto an empty element.
23796
23797 2011-04-11 Leo Liu <sdl.web@gmail.com>
23798
23799 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23800 buffers.
23801 (ido-kill-buffer-at-head): Support killing virtual buffers.
23802
23803 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23804
23805 * minibuffer.el (completion-show-inline-help): New var.
23806 (completion--do-completion, minibuffer-complete)
23807 (minibuffer-force-complete, minibuffer-complete-word):
23808 Inhibit minibuffer messages if completion-show-inline-help is nil.
23809
23810 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23811 to avoid interference from inline help (Bug#5849).
23812
23813 2011-04-10 Leo Liu <sdl.web@gmail.com>
23814
23815 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23816 Fix typo.
23817
23818 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23819
23820 * image-mode.el (image-toggle-display-image): Signal an error if
23821 not in Image mode.
23822 (image-transform-mode, image-transform-resize)
23823 (image-transform-set-rotation): Doc fix.
23824 (image-transform-set-resize): Delete.
23825 (image-transform-set-scale, image-transform-fit-to-height)
23826 (image-transform-fit-to-width): Handle image-toggle-display-image
23827 and image-transform-resize directly.
23828
23829 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23830
23831 * doc-view.el (doc-view-fit-width-to-window)
23832 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23833 New functions for fitting the shown image to the Emacs window size.
23834 (doc-view-mode-map): Add bindings for the new functions.
23835
23836 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23837
23838 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23839 Fix typo in docstring.
23840
23841 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23842
23843 * files.el (file-size-human-readable): Produce one digit after
23844 decimal, like "ls -lh" does.
23845
23846 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23847 the file size representation.
23848
23849 * simple.el (list-processes): If async subprocesses are not
23850 available, error out with a clear error message.
23851
23852 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23853
23854 * help.el (help-form-show): New function, to be called from C.
23855 Put help-form output in a buffer named differently than *Help*.
23856
23857 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23858
23859 * files.el (file-size-human-readable): New function.
23860
23861 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23862 computing the representation inline. Don't require `cl'.
23863
23864 2011-04-08 Glenn Morris <rgm@gnu.org>
23865
23866 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23867
23868 * net/browse-url.el (browse-url-firefox):
23869 Test system-type, not system-configuration.
23870
23871 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23872 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23873 Use log-edit-empty-buffer-p. (Bug#7598)
23874
23875 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23876 (rlogin-mode-map): Initialize in the defvar.
23877 (rlogin): Use ignore-errors.
23878
23879 * replace.el (occur-mode-map): Some fixes for menu items.
23880
23881 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23882
23883 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23884
23885 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23886
23887 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23888 issuing unused warnings.
23889
23890 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23891 macro directly.
23892
23893 * simple.el: Lisp reimplement of list-processes. Based on an
23894 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23895 (process-menu-mode): New major mode.
23896 (list-processes--refresh, list-processes):
23897 (process-menu-visit-buffer): New functions.
23898
23899 * files.el (save-buffers-kill-emacs): Don't assume any return
23900 value of list-processes, which is undocumented anyway.
23901
23902 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23903
23904 * emacs-lisp/tabulated-list.el: New file.
23905
23906 * emacs-lisp/package.el: Use Tabulated List mode.
23907 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23908 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23909 table format using Tabulated List mode variables.
23910 (package--push): New macro, replacing package-list-maybe-add.
23911 (package-menu--generate): Use package--push. Renamed from
23912 package--generate-package-list.
23913 (package-menu-refresh, list-packages): Use it.
23914 (package-menu--print-info): Rename from package-print-package.
23915 Return insertion data instead of inserting it directly.
23916 (package-menu-describe-package, package-menu-execute):
23917 Use tabulated-list-get-id.
23918 (package-menu-mark-delete, package-menu-mark-install)
23919 (package-menu-mark-unmark, package-menu-backup-unmark)
23920 (package-menu-mark-obsolete-for-deletion):
23921 Use tabulated-list-put-tag.
23922 (package--list-packages, package-menu-revert)
23923 (package-menu-get-package, package-menu-get-version)
23924 (package-menu-sort-by-column): Functions deleted.
23925 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23926 (package-menu--status-predicate, package-menu--version-predicate)
23927 (package-menu--name-predicate)
23928 (package-menu--description-predicate): Handle arguments in the
23929 Tabulated List format.
23930 (package-list-packages-no-fetch): Call list-packages.
23931
23932 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23933
23934 * files.el (after-find-file-from-revert-buffer): Remove variable.
23935 (after-find-file): Don't bind it.
23936 (revert-buffer-in-progress-p): New variable.
23937 (revert-buffer): Bind it.
23938 Pass nil for `after-find-file-from-revert-buffer'.
23939
23940 * saveplace.el (save-place-find-file-hook): Use new variable
23941 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23942
23943 2011-04-06 Glenn Morris <rgm@gnu.org>
23944
23945 * Makefile.in (AUTOGEN_VCS): New variable.
23946 (autoloads): Use $AUTOGEN_VCS.
23947
23948 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23949 * calendar/calendar.el (calendar-mode-map):
23950 Check for toolkit scroll bars. (Bug#8305)
23951
23952 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23953
23954 * minibuffer.el (completion-in-region--postch)
23955 (completion-in-region-mode): Remove unnecessary messages.
23956
23957 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23958
23959 * font-lock.el (font-lock-refresh-defaults):
23960 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23961 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23962
23963 * info.el (Info-directory-list, Info-read-node-name-2)
23964 (Info-split-parameter-string): Doc fixes.
23965 (Info-virtual-nodes): Reflow docstring.
23966 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23967 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23968 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23969 Fix typos in docstrings.
23970 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23971 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23972 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23973 (Info-restore-desktop-buffer): Mark unused parameters.
23974 (Info-directory-find-file, Info-directory-find-node)
23975 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23976 (Info-virtual-index-find-node, Info-apropos-find-file)
23977 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23978 Mark unused parameters; fix typos in docstrings.
23979 (Info-virtual-index): Remove unused local variable `nodename'.
23980
23981 2011-04-05 Deniz Dogan <deniz@dogan.se>
23982
23983 * net/rcirc.el: Update my e-mail address.
23984 (rcirc-mode-map): Remove M-o binding.
23985
23986 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23987
23988 * startup.el (command-line): Save the cursor's theme-face
23989 directly, instead of using face-override-spec.
23990
23991 * custom.el (load-theme): Minor optimization in assigning faces.
23992
23993 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23994
23995 * help-fns.el (describe-variable): Complete all variables having
23996 documentation, including keywords.
23997 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23998
23999 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24000
24001 Convert to lexical-binding.
24002
24003 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24004 (bs--get-marked-string, bs--get-modified-string)
24005 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24006 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24007 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24008
24009 * ehelp.el (electric-help-execute-extended)
24010 (electric-help-ctrl-x-prefix):
24011 * hexl.el (hexl-revert-buffer-function):
24012 * linum.el (linum-after-change, linum-after-scroll):
24013 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24014
24015 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24016
24017 2011-04-04 Daiki Ueno <ueno@unixuser.org>
24018
24019 * epa-dired.el:
24020 * epa-mail.el:
24021 * epa-hook.el:
24022 * epa-file.el:
24023 * epa.el:
24024 * epg.el: Use lexical binding.
24025
24026 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
24027
24028 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24029
24030 * textmodes/flyspell.el (flyspell-word): Recognize default
24031 dictionary case for flyspell-mark-duplications-exceptions.
24032 Use regexp matching for languages.
24033 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24034 default dictionary (Bug#7926).
24035
24036 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
24037
24038 * emacs-lisp/package.el (package--with-work-buffer):
24039 Recognize https URLs.
24040
24041 * net/network-stream.el: Move from gnus/proto-stream.el.
24042 Change prefix to network-stream throughout.
24043 (open-protocol-stream): Merge into open-network-stream, leaving
24044 open-protocol-stream as an alias. Handle nil BUFFER args.
24045
24046 * subr.el (open-network-stream): Move to net/network-stream.el.
24047
24048 2011-04-02 Glenn Morris <rgm@gnu.org>
24049
24050 * find-dired.el (find-exec-terminator): New option.
24051 (find-ls-option): Test for -ls support.
24052 (find-ls-subdir-switches): Test for -b in find-ls-option.
24053 (find-dired, find-grep-dired): Doc fixes.
24054 (find-dired): Use find-exec-terminator.
24055
24056 * find-dired.el (find-ls-option, find-ls-subdir-switches)
24057 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24058 (find-name-arg): Remove purecopy.
24059
24060 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24061 (grep-compute-defaults): Check for `-exec COMMAND +' support.
24062 Set grep-find-use-xargs, grep-find-command, and grep-find-template
24063 accordingly. Don't add the null-device if not needed.
24064
24065 * files.el (save-some-buffers): Doc fix.
24066
24067 2011-04-02 Eli Zaretskii <eliz@gnu.org>
24068
24069 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24070
24071 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
24072
24073 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24074 Use `dolist' rather than `mapcar'.
24075
24076 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24077
24078 Add lexical binding.
24079
24080 * subr.el (apply-partially): Use new closures rather than CL.
24081 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24082 (dolist, dotimes): Use slightly different expansion for lexical code.
24083 (functionp): Move to C.
24084 (letrec): New macro.
24085 (with-wrapper-hook): Use it and apply-partially instead of CL.
24086 (eval-after-load): Preserve lexical-binding.
24087 (save-window-excursion, with-output-to-temp-buffer): Turn them
24088 into macros.
24089
24090 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24091
24092 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24093 than the arglist.
24094 (help-add-fundoc-usage): Don't add `Not documented'.
24095 (help-function-arglist): Handle closures, subroutines, and new
24096 byte-code-functions.
24097 (help-make-usage): Remove leading underscores.
24098 (describe-function-1): Handle closures.
24099 (describe-variable): Use special-variable-p for completion.
24100
24101 * files.el (lexical-binding): Declare safe.
24102
24103 * emacs-lisp/pcase.el: Don't use destructuring-bind.
24104 (pcase--memoize): Rename from pcase-memoize. Change weakness.
24105 (pcase): Add `let' pattern.
24106 Change memoization so it actually works.
24107 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24108 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24109 <let>: New case.
24110
24111 * emacs-lisp/macroexp.el: Use lexical binding.
24112 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
24113 Don't convert ' to #' without checking that it's indeed quoting
24114 a lambda.
24115
24116 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24117 Use eval-sexp-add-defvars.
24118 (eval-sexp-add-defvars): New fun.
24119
24120 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24121
24122 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24123 Don't autoload.
24124 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24125 than the internal `byte-compile-lambda'.
24126 (defmethod): Don't hide code under quotes.
24127 (eieio-defmethod): New `code' argument.
24128
24129 * emacs-lisp/eieio-comp.el: Remove.
24130
24131 * emacs-lisp/edebug.el (edebug-eval-defun)
24132 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24133 (edebug-toggle): Avoid `eval'.
24134
24135 * emacs-lisp/disass.el (disassemble-internal): Handle new
24136 `closure' objects.
24137 (disassemble-1): Handle new byte codes.
24138
24139 * emacs-lisp/cl.el (pushnew): Silence warning.
24140
24141 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24142 (cl-byte-compile-throw): Remove.
24143 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24144
24145 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24146 closures.
24147
24148 * emacs-lisp/cconv.el: New file.
24149
24150 * emacs-lisp/bytecomp.el: Use lexical binding instead of
24151 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
24152 (byte-compile-initial-macro-environment):
24153 Handle declare-function here.
24154 (byte-compile--lexical-environment): New var.
24155 (byte-stack-ref, byte-stack-set, byte-discardN)
24156 (byte-discardN-preserve-tos): New lap codes.
24157 (byte-interactive-p): Don't use any more.
24158 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24159 New macros.
24160 (byte-compile-lapcode): Use them and handle new lap codes.
24161 (byte-compile-obsolete): Remove.
24162 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24163 (byte-compile-arglist-warn): Check late def of inlinable funs.
24164 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24165 since they should have been expanded by now.
24166 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24167 (byte-compile-from-buffer): Remove unused second arg.
24168 (byte-compile-preprocess): New function.
24169 (byte-compile-toplevel-file-form): New function to distinguish
24170 file-form calls from outside from file-form calls from hunk-handlers.
24171 (byte-compile-file-form): Simplify.
24172 (byte-compile-file-form-defsubst): Remove.
24173 (byte-compile-file-form-defmumble): Simplify now that
24174 byte-compile-lambda always returns a byte-code-function.
24175 (byte-compile): Preprocess.
24176 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24177 Remove, not used any more.
24178 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24179 (byte-compile-make-args-desc): New funs.
24180 (byte-compile-lambda): Handle lexical functions. Always return
24181 a byte-code-function.
24182 (byte-compile-reserved-constants): New var, to make up room for
24183 closed-over variables.
24184 (byte-compile-constants-vector): Obey it.
24185 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24186 (byte-compile-macroexpand-declare-function): New function.
24187 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24188 byte-code-functions.
24189 (byte-compile-form): Check obsolescence here.
24190 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24191 (byte-compile-variable-ref): Remove.
24192 (byte-compile-dynamic-variable-op): New fun.
24193 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24194 (byte-compile-variable-set): New funs.
24195 (byte-compile-discard): Add 2 args.
24196 (byte-compile-stack-ref, byte-compile-stack-set)
24197 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24198 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24199 macroexpand-all instead.
24200 (byte-compile-quote-form): Remove.
24201 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24202 (byte-compile-bind, byte-compile-unbind): New funs.
24203 (byte-compile-let): Handle let* and lexical binding.
24204 (byte-compile-let*): Remove.
24205 (byte-compile-catch, byte-compile-unwind-protect)
24206 (byte-compile-track-mouse, byte-compile-condition-case):
24207 Handle a new :fun-body form, used for lexical scoping.
24208 (byte-compile-save-window-excursion)
24209 (byte-compile-with-output-to-temp-buffer): Remove.
24210 (byte-compile-defun): Simplify.
24211 (byte-compile-stack-adjustment): New fun.
24212 (byte-compile-out): Use it.
24213 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24214
24215 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24216 handler any more.
24217
24218 * emacs-lisp/byte-opt.el: Use lexical binding.
24219 (byte-inline-lapcode): Remove (to bytecomp).
24220 (byte-compile-inline-expand): Pay attention to inlining to/from
24221 lexically bound code.
24222 (byte-compile-unfold-lambda): Don't handle byte-code-functions
24223 any more.
24224 (byte-optimize-form-code-walker): Don't handle save-window-excursion
24225 any more and don't call compiler-macros.
24226 (byte-compile-splice-in-already-compiled-code): Remove.
24227 (byte-code): Don't inline any more.
24228 (disassemble-offset): Receive `bytes' as argument rather than via
24229 dynamic scoping.
24230 (byte-compile-tag-number): Declare before first use.
24231 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24232 `return' even if make-spliceable.
24233 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24234 obsolete interactive-p.
24235 (byte-optimize-lapcode): Optimize new lap-codes.
24236 Don't trip up on new form of `byte-constant' lap code.
24237
24238 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24239
24240 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24241
24242 * custom.el (custom-initialize-default, custom-declare-variable):
24243 Use `defvar'.
24244
24245 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24246 New variables.
24247 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24248 (COMPILE_FIRST): Add macroexp and cconv.
24249 * makefile.w32-in: Mirror changes in Makefile.in.
24250
24251 * vc/cvs-status.el:
24252 * vc/diff-mode.el:
24253 * vc/log-edit.el:
24254 * vc/log-view.el:
24255 * vc/smerge-mode.el:
24256 * textmodes/bibtex-style.el:
24257 * textmodes/css-mode.el:
24258 * startup.el:
24259 * uniquify.el:
24260 * minibuffer.el:
24261 * newcomment.el:
24262 * reveal.el:
24263 * server.el:
24264 * mpc.el:
24265 * emacs-lisp/smie.el:
24266 * doc-view.el:
24267 * dired.el:
24268 * abbrev.el: Use lexical binding.
24269
24270 2011-04-01 Eli Zaretskii <eliz@gnu.org>
24271
24272 * info.el (info-display-manual): New function.
24273
24274 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24275
24276 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24277
24278 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
24279
24280 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24281 an entry for that server in rcirc-authinfo. (Bug#8385)
24282
24283 2011-03-31 Glenn Morris <rgm@gnu.org>
24284
24285 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24286
24287 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24288
24289 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
24290
24291 * progmodes/python.el (python-default-interpreter)
24292 (python-python-command-args, python-jython-command-args)
24293 (python-which-shell, python-which-args, python-which-bufname)
24294 (python-file-queue, python-comint-output-filter-function)
24295 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24296 variables and functions.
24297
24298 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
24299
24300 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24301 (completion-in-region-mode): New minor mode.
24302 (completion-in-region): Use it.
24303 (completion-in-region--data, completion-in-region-mode-map): New vars.
24304 (completion-in-region--postch): New function.
24305 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24306 New vars.
24307 (completion--capf-wrapper): New function.
24308 (completion-at-point): Use it to track well-behavedness of
24309 hook functions.
24310 (completion-help-at-point): New command.
24311
24312 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
24313
24314 * vc/add-log.el (add-change-log-entry): Don't use whitespace
24315 syntax class to search for whitespace on a single line
24316 (Message-ID: <4D938140.4030905@redhat.com>).
24317
24318 2011-03-30 Leo Liu <sdl.web@gmail.com>
24319
24320 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24321 New commands.
24322 (edit-abbrevs-map): Bind them here.
24323 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
24324
24325 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24326
24327 * allout.el (allout-hide-by-annotation, allout-flag-region):
24328 Reduce possibility of overlay leakage by making them volatile.
24329
24330 * allout-widgets.el (allout-widgets-tally): Define as nil so the
24331 hash is not shared between buffers. Mode initialization is
24332 responsible for giving it a useful starting value.
24333 (allout-item-span): Reduce possibility of overlay leakage by
24334 making them volatile.
24335 (allout-widgets-count-buttons-in-region): Add diagnostic function
24336 for tracking down button overlay leaks.
24337
24338 2011-03-29 Leo Liu <sdl.web@gmail.com>
24339
24340 * ido.el (ido-read-internal): Use the default history var
24341 minibuffer-history if no HISTORY is specified.
24342
24343 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
24344
24345 * net/imap.el (imap-shell-open, imap-process-connection-type):
24346 Use imap-process-connection-type for 'shell' streams as well as
24347 Kerberos, SSL, other subprocesses.
24348
24349 2011-03-28 Leo Liu <sdl.web@gmail.com>
24350
24351 * abbrev.el (abbrev-table-empty-p): New function.
24352 (prepare-abbrev-list-buffer): Place empty abbrev tables after
24353 nonempty ones. (Bug#5937)
24354
24355 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
24356
24357 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24358
24359 2011-03-27 Leo Liu <sdl.web@gmail.com>
24360
24361 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24362 for foreground and background colors.
24363 (ansi-color-make-color-map): Adapt.
24364
24365 2011-03-25 Leo Liu <sdl.web@gmail.com>
24366
24367 * midnight.el (midnight-time-float): Remove. Note it calculates
24368 the microsecond component incorrectly and seconds-to-time does the
24369 same job.
24370 Remove redundant (require 'timer).
24371
24372 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24373 (ido-completions): Remove unused arguments. (Bug#8329)
24374
24375 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24376
24377 * minibuffer.el (completion--flush-all-sorted-completions):
24378 Remove itself from hook.
24379 (completion-at-point): Let the functions perform the completion
24380 immediately and return nil or t.
24381 * comint.el (comint-dynamic-complete-functions): Now identical to
24382 completion-at-point-functions.
24383 (comint-dynamic-list-input-ring): Remove unused var `index'.
24384 (comint--match-partial-filename, comint--unquote&expand-filename):
24385 New funs, split from comint-match-partial-filename.
24386 (comint-dynamic-complete): Use completion-at-point.
24387 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24388
24389 2011-03-24 Drew Adams <drew.adams@oracle.com>
24390
24391 * thingatpt.el: Support `defun'.
24392
24393 2011-03-23 Leo Liu <sdl.web@gmail.com>
24394
24395 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24396
24397 * help-mode.el (help-mode-finish): Tweak regexp.
24398
24399 2011-03-23 Glenn Morris <rgm@gnu.org>
24400
24401 * eshell/esh-opt.el (eshell-eval-using-options):
24402 Do not bind unused local variable `eshell-option-stub'.
24403
24404 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24405
24406 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24407
24408 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24409 keymap variable in `with-no-warnings' to avoid a warning when the
24410 keymap has been already `defconst'ed.
24411
24412 2011-03-22 Leo Liu <sdl.web@gmail.com>
24413
24414 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24415 encode all chars in abbrevs; otherwise use emacs-mule or
24416 utf-8-emacs. (Bug#8308)
24417
24418 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24419
24420 * simple.el (backward-delete-char-untabify):
24421 Avoid warning about using `delete-backward-char'.
24422
24423 * image.el (image-type-file-name-regexps): Make it variable.
24424 `imagemagick-register-types' modifies it, and the user may want
24425 to add new extensions for known image types.
24426 (imagemagick-register-types): Throw error if not using ImageMagick.
24427
24428 2011-03-22 Leo Liu <sdl.web@gmail.com>
24429
24430 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24431 located before rcirc-prompt-end-marker.
24432 (rcirc-complete): Error if point is not after rcirc prompt.
24433 Handle the case when table is nil.
24434 (rcirc-user-authenticated): Define to fix compiler warning.
24435
24436 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24437
24438 * custom.el (custom--inhibit-theme-enable): Make it affect only
24439 custom-theme-set-variables and custom-theme-set-faces.
24440 (provide-theme): Ignore custom--inhibit-theme-enable.
24441 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24442 (custom-enabling-themes): Delete variable.
24443 (enable-theme): Accept only loaded themes as arguments.
24444 Ignore the special custom-enabled-themes variable.
24445 (custom-enabled-themes): Forbid themes from setting this.
24446 Eliminate use of custom-enabling-themes.
24447 (custom-push-theme): Quote "changed" custom var entry.
24448
24449 2011-03-21 Leo Liu <sdl.web@gmail.com>
24450
24451 * ido.el (ido-read-internal): Add ido-selected to history instead
24452 of user input.
24453
24454 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24455
24456 * subr.el (deferred-action-list, deferred-action-function):
24457 Mark obsolete.
24458
24459 2011-03-21 Leo Liu <sdl.web@gmail.com>
24460
24461 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24462 change on 2011-02-13 (bug#8309).
24463
24464 * minibuffer.el (read-file-name-function): Change default value.
24465 (read-file-name--defaults): Rename from read-file-name-defaults.
24466 (read-file-name-default): Rename from read-file-name.
24467 (read-file-name): Call read-file-name-function.
24468
24469 2011-03-21 Glenn Morris <rgm@gnu.org>
24470
24471 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24472 Doc fixes.
24473
24474 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24475
24476 * cus-theme.el: Add missing provide statement.
24477 (customize-create-theme): Extract theme value correctly.
24478 (custom-theme-visit-theme): Autoload.
24479 (customize-create-theme): Prompt before inserting default faces.
24480
24481 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24482
24483 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24484 units and musical notes.
24485
24486 2011-03-20 Leo Liu <sdl.web@gmail.com>
24487
24488 * ido.el (ido-read-internal): Use completing-read-default.
24489 (ido-completing-read): Fix compatibility with completing-read.
24490
24491 2011-03-20 Christian Ohler <ohler@gnu.org>
24492
24493 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24494 (ert-delete-all-tests): Use `called-interactively-p' rather than
24495 `interactive-p'.
24496 (ert--make-xrefs-region): Respect END.
24497
24498 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24499
24500 * dired-aux.el (dired-create-directory): Signal an error if the
24501 directory already exists (Bug#8246).
24502
24503 * facemenu.el (list-colors-display): Call list-faces-display
24504 inside with-help-window.
24505 (list-colors-print): Use display property to align the final
24506 column, instead of checking window-width.
24507
24508 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24509
24510 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24511 windows-nt systems.
24512 (emerge-protect-metachars): Quote correctly for ms-dos and
24513 windows-nt systems.
24514
24515 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24516
24517 * info.el (info-initialize): Replace all uses of `:' with
24518 path-separator for compatibility with non-Unix systems.
24519 Cache quoting of path-separator. (Bug#8258)
24520
24521 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24522
24523 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24524 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24525 (mouse-avoidance-mode): Fix typos in docstrings.
24526
24527 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24528
24529 * startup.el (package-subdirectory-regexp): Move from package.el.
24530 Omit \\` and \\', and let callers add them.
24531
24532 * emacs-lisp/package.el (package-strip-version)
24533 (package-load-all-descriptors): Add \\` and \\' to
24534 package-subdirectory-regexp before using it.
24535 (package-untar-buffer): New arg DIR; ensure that file untars only
24536 into this expected directory. Remove superfluous delete-region.
24537 (package-unpack): Caller changed.
24538 (package-tar-file-info): Use package-subdirectory-regexp.
24539
24540 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24541
24542 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24543 diff-mode-shared-map (bug#8284).
24544 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24545
24546 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24547
24548 * calendar/time-date.el (format-seconds): Use assoc instead of
24549 assoc-string, since assoc-string doesn't exist in XEmacs.
24550
24551 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24552
24553 * custom.el (custom-known-themes): Reflow docstring.
24554 (custom-theme-load-path): Fix typo in docstring.
24555 (load-theme): Fix typo in error message.
24556 (custom-available-themes, custom-variable-theme-value):
24557 Use `let', not `let*'.
24558
24559 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24560
24561 * calc/README: Mention inclusion of musical notes.
24562
24563 * calc/calc-units.el (calc-lu-quant): Rename from
24564 `calc-logunits-quantity'.
24565 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24566 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24567 (calc-db): Rename from `calc-dblevel'.
24568 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24569 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24570 (calc-np): Rename from `calc-nplevel'.
24571 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24572 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24573 (calc-lu-plus): Rename from `calc-logunits-add'.
24574 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24575 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24576 (calc-lu-minus): Rename from `calc-logunits-sub'.
24577 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24578 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24579 (calc-lu-times): Rename from `calc-logunits-mul'.
24580 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24581 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24582 (calc-lu-divide): Rename from `calc-logunits-div'.
24583 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24584 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24585
24586 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24587 functions being autoloaded.
24588
24589 * calc/calc.el (calc-lu-power-reference): Rename from
24590 `calc-logunits-power-reference'.
24591 (calc-lu-field-reference): Rename from
24592 `calc-logunits-field-reference'.
24593
24594 * calc/calc-help.el (calc-l-prefix-help):
24595 Mention musical note functions.
24596
24597 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24598
24599 * minibuffer.el (completion-all-sorted-completions):
24600 Use :completion-cycle-penalty text property if present.
24601
24602 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24603
24604 * allout.el (allout-yank-processing): Adjust for new rebulleting
24605 regime so bullet being yanked is used without prompting the user
24606 for a choice.
24607
24608 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24609
24610 * startup.el (command-line): Warn the user that _emacs is deprecated.
24611
24612 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24613
24614 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24615 (delphi-verbose, delphi-comment-face, delphi-string-face)
24616 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24617 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24618 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24619 (delphi-new-comment-line, delphi-font-lock-defaults)
24620 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24621 Fix typos in docstrings.
24622
24623 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24624
24625 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24626 Invert the roles of character and string values for INSTEAD, so a
24627 string is used for the more common case of a defaulting prompt.
24628
24629 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24630
24631 * progmodes/ruby-mode.el (ruby-backward-sexp):
24632 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24633 * play/gamegrid.el (gamegrid-make-face):
24634 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24635 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24636 * notifications.el (notifications-notify):
24637 * net/xesam.el (xesam-search-engines):
24638 * net/quickurl.el (quickurl-list-insert):
24639 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24640
24641 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24642
24643 * startup.el (command-line): Update package subdirectory regexp.
24644
24645 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24646
24647 * allout.el (allout-abbreviate-flattened-numbering)
24648 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24649
24650 * subr.el (read-char-choice): Only show the cursor after the prompt,
24651 not after the answer.
24652
24653 2011-03-15 Kevin Ryde <user42@zip.com.au>
24654
24655 * help-fns.el (variable-at-point): Skip leading quotes, if any
24656 (bug#8253).
24657
24658 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24659
24660 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24661 warning message.
24662
24663 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24664
24665 * shell.el (shell): When called interactively, offer to change the
24666 shell file name on remote hosts.
24667
24668 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24669
24670 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24671 integration for LDAP parameters. The host, base, user or binddn,
24672 and secret tokens can be specified in a netrc file, for instance.
24673 This is optional because an `auth-source' parameter must be
24674 specified in the search attributes.
24675
24676 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24677
24678 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24679
24680 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24681
24682 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24683 into declaration. Remove redundant and harmful binding.
24684
24685 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24686
24687 * files.el (file-ownership-preserved-p): Pass `integer' as an
24688 explicit 2nd argument to `file-attributes'. If the file's owner
24689 is the Administrators group on Windows, and the current user is
24690 Administrator, consider that a match.
24691
24692 * server.el (server-ensure-safe-dir): Consider server directory
24693 safe on MS-Windows if its owner is the Administrators group while
24694 the current Emacs user is Administrator. Use `=' to compare
24695 numerical UIDs, since they could be integers or floats.
24696
24697 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24698
24699 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24700
24701 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24702
24703 Sync with Tramp 2.2.1.
24704
24705 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24706
24707 * net/trampver.el: Update release number.
24708
24709 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24710
24711 * progmodes/compile.el (compilation--previous-directory): Fix up
24712 various nil/dead-marker mismatches (bug#8014).
24713 (compilation-directory-properties, compilation-error-properties):
24714 Don't call it at a position past the one we're about to change.
24715
24716 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24717 Disable obsolescence warnings in the file that declares it.
24718
24719 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24720
24721 * allout-widgets.el (allout-widgets-tally):
24722 Initialize allout-widgets-tally as a hash table rather than nil to
24723 prevent mode-line redisplay warnings. Also, clarify the module
24724 description and fix a comment typo.
24725
24726 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24727
24728 * help-fns.el (describe-variable): Don't complete keywords.
24729 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24730
24731 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24732
24733 * emacs-lisp/package.el (package-version-join): Impose a standard
24734 string representation for pre/alpha/beta version lists.
24735 (package-unpack-single): Standardize the directory name by passing
24736 it through package-version-join.
24737 (package-strip-rcs-id): Accept any version string that does not
24738 signal an error in version-to-list.
24739
24740 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24741
24742 * simple.el (delete-trailing-whitespace): Return nil for the
24743 benefit of `write-file-functions'.
24744
24745 2011-03-10 Glenn Morris <rgm@gnu.org>
24746
24747 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24748
24749 * vc/vc-git.el (vc-git-program): New option.
24750 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24751 (vc-git--call): Use it.
24752
24753 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24754
24755 * cus-edit.el (Custom-newline): If no button at point, look
24756 for a subgroup button at start-of-line. (Bug#2298)
24757
24758 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24759
24760 2011-03-10 Julien Danjou <julien@danjou.info>
24761
24762 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24763 `cursor-type' is nil.
24764
24765 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24766
24767 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24768
24769 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24770
24771 * allout.el: Change so yank of distinctive-bullet items
24772 preserves the existing header prefix, rebulleting it if necessary,
24773 rather than replacing it. This is necessary for proper operation
24774 of cooperative addons like allout-widgets.
24775 (allout-make-topic-prefix, allout-rebullet-heading):
24776 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24777 value as alternate bullet to be used, instead of prompting the user
24778 for a bullet character.
24779
24780 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24781
24782 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24783 Do not use `tramp-file-name-port', because this returns also
24784 `tramp-default-port'.
24785
24786 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24787
24788 * net/rcirc.el (rcirc-handler-001): Remove useless
24789 with-rcirc-process-buffer.
24790 (rcirc-check-auth-status): Swap arguments to string-match.
24791
24792 2011-03-09 Glenn Morris <rgm@gnu.org>
24793
24794 * shell.el (shell-mode):
24795 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24796
24797 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24798 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24799
24800 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24801
24802 * emacs-lisp/package.el (package-refresh-contents)
24803 (package-menu-execute): Use condition-case-no-debug.
24804
24805 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24806
24807 * simple.el (shell-command-to-string): Use `process-file'.
24808
24809 * emacs-lisp/package.el (package-tar-file-info): Handle also
24810 remote files.
24811
24812 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24813 Use `equal' for upload base check.
24814
24815 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24816
24817 * textmodes/texinfo.el (texinfo-environments):
24818 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24819
24820 2011-03-08 Glenn Morris <rgm@gnu.org>
24821
24822 * cus-start.el (cursor-in-non-selected-windows):
24823 Fix :set quoting oddness. (Bug#8192)
24824
24825 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24826 in some setf expressions. (Bug#2159)
24827
24828 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24829
24830 * custom.el (custom-available-themes): Return themes in
24831 alphabetical order.
24832
24833 See ChangeLog.15 for earlier changes.
24834
24835 ;; Local Variables:
24836 ;; coding: utf-8
24837 ;; End:
24838
24839 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24840
24841 This file is part of GNU Emacs.
24842
24843 GNU Emacs is free software: you can redistribute it and/or modify
24844 it under the terms of the GNU General Public License as published by
24845 the Free Software Foundation, either version 3 of the License, or
24846 (at your option) any later version.
24847
24848 GNU Emacs is distributed in the hope that it will be useful,
24849 but WITHOUT ANY WARRANTY; without even the implied warranty of
24850 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24851 GNU General Public License for more details.
24852
24853 You should have received a copy of the GNU General Public License
24854 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.