Merge Org 7.9.3 (commit 31c1aea)
[bpt/emacs.git] / lisp / ChangeLog
1 2013-01-08 Achim Gratz <Stromeko@Stromeko.de>
2
3 * org-compat.el (org-define-obsolete-function-alias)
4 (org-define-obsolete-variable-alias): Introduce new compatibility
5 macros to obsolete functions and variables.
6
7 * org-agenda.el, org-clock.el, org-id.el, org-lparse.el,
8 org-protocol.el org.el: Use
9 `org-define-obsolete-{function,variable}-alias' instead of
10 `define-obsolate{function,variable}-alias'.
11
12 * org-faces.el: Define face alias mode-line for XEmacs (it's
13 called modeline there).
14
15 * org-compat.el (org-condition-case-unless-debug): Do not use
16 defalias for special forms, the Emacs 22 byte-compiler does not
17 recognize them correctly when compiling macros. Use a macro
18 instead and rely on macro expansion. That however makes the
19 decision at compile time, which should be acceptable in this case
20 since it only affects debugging.
21
22 * org-compat.el (org-no-popups): New wrapper macro which let-binds
23 the correct variables to suppress popup windows depending on the
24 Emacs version in use. This is a compile-time decision when
25 byte-compiling.
26
27 * org.el (org-get-location, org-switch-to-buffer-other-window):
28 Use the wrapper `org-no-popups´ to let-bind the correct variables
29 for suppression of popup windows.
30
31 * org-compat.el (user-error): Defalias to `error´ for Emacsen that
32 don't have it.
33
34 * org-agenda.el (org-agenda-write): Use org-called-interactively-p
35 instead of called-interactively-p.
36
37 * org.el (org-find-invisible-foreground): Do not use the value of
38 variables `default-frame-alist´, `initial-frame-alist´ and
39 `window-system-default-frame-alist´ when their symbol is not
40 bound.
41
42 2013-01-08 Bastien Guerry <bzg@gnu.org>
43
44 * org-agenda.el (org-agenda-finalize): Don't remove tag alignment
45 depending on `org-prefix-has-tag', this should depend on
46 `org-agenda-remove-tags'.
47
48 * org-agenda.el (org-agenda-finalize): Downcase tags when readding
49 them after agenda generation.
50
51 * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' from
52 `org-outline-regexp'.
53
54 * org-agenda.el (org-agenda-use-tag-inheritance): Fix custom
55 definition.
56
57 * org.el (org-entry-get): Speed up by let-binding some variables
58 only if needed. Also fix a bug: consider an empty drawer as no
59 drawer.
60
61 * org-agenda.el (org-search-view, org-agenda-get-todos)
62 (org-agenda-get-timestamps, org-agenda-get-sexps)
63 (org-agenda-get-progress, org-agenda-get-deadlines)
64 (org-agenda-get-scheduled, org-agenda-get-blocks)
65 (org-agenda-change-all-lines): Get local tags only.
66 (org-agenda-use-tag-inheritance): New option.
67 (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
68 is non-nil, possibly reset tags in the agenda buffer.
69 (org-agenda-check-type): Enhance docstring.
70
71 * org.el (org-use-tag-inheritance): Fix typo in docstring.
72
73 * org-agenda.el (org-float): Don't alias `org-float'.
74
75 * org.el (org-scan-tags): The skipper already checks for archived
76 entries.
77
78 * org.el (org-refresh-properties): Rename from
79 `org-refresh-effort-properties' and use two new parameters.
80 (org-agenda-prepare-buffers): Use `org-refresh-properties'.
81 Also refresh the 'org-appt-warntime text property.
82
83 * org-clock.el (org-clock-in): Use the renamed defun.
84
85 * org-icalendar.el (org-icalendar-print-entries): Refresh the
86 'org-appt-warntime property.
87 (org-icalendar-print-entries): Do not use `org-entry-get' to get
88 the "APPT_WARNTIME" property value.
89
90 * org-agenda.el (org-agenda-get-timestamps)
91 (org-agenda-get-sexps, org-agenda-get-deadlines)
92 (org-agenda-get-scheduled): Ditto.
93
94 * org.el (org-adaptive-fill-function): Fix checking of
95 post-affiliated.
96 (org-id-link-to-org-use-id): Fix compiler warning.
97
98 * org-agenda.el (org-agenda-format-item): Do not use
99 org-get-effort to get the effort text property.
100 (org-agenda-get-sexps): Use `org-back-to-heading' when setting
101 the tags.
102
103 * org-clock.el (org-clock-in): Refresh effort properties.
104
105 * org.el (org-refresh-effort-properties): New defun.
106 (org-get-effort): Delete.
107 (org-set-effort): Set the 'org-effort text property.
108 (org-property-next-allowed-value): Ditto.
109 (org-agenda-prepare-buffers): Refresh effort properties.
110
111 * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
112 nil so that the mouse doesn't jump when the option is set to t
113 globally.
114
115 * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
116 (org-agenda-dim-blocked-tasks): Make interactive and allow an
117 optional parameter 'invisible to hide blocked tasks instead of
118 just dimming them.
119 (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to
120 "#".
121
122 * org-agenda.el (org-agenda-finalize): Don't try to align tags
123 when there are no tags. Only try to draw the habit consistency
124 graph when there is a habit in the buffer. Only mark clocking
125 task when there is one.
126
127 * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
128
129 * org.el (org-get-priority): Save match data even when using
130 `org-get-priority-function'.
131
132 * org-mobile.el (org-mobile-create-index-file): Possibly
133 normalize `org-todo-keywords'.
134
135 * org-mobile.el (org-mobile-push): Use the correct agenda
136 buffer names.
137
138 * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
139 of the obsolete variable name.
140
141 * org.el (org-fontify-meta-lines-and-blocks-1): Fix bug when
142 fontifying keywords with no value.
143
144 * org.el (org-goto-auto-isearch): Enhance docstring.
145 (org-goto-map): Make a defun, so that the customized value of
146 org-goto-auto-isearch is correctly initialized.
147 (org-goto): Initialize the keymap with `org-goto-map'.
148 (org-get-location): Use *Org Help* as a temporary buffer.
149 Tell whether auto-isearch is on or off.
150
151 * org-exp.el (org-export-as-org): Remove useless argument.
152
153 * org-docbook.el (org-export-as-docbook-batch)
154 (org-export-region-as-docbook, org-export-as-docbook-pdf): Fix
155 the number of arguments.
156 (org-export-as-docbook): Remove useless argument.
157
158 * org.el (org-speed-commands-default): Use ":" instead of ";" for
159 `org-set-tags-command', which is consistent with ":" in agenda
160 view. Use "=" for `org-columns".
161
162 * org.el (org-sparse-tree): Fix redundant information in prompt.
163
164 * org-exp.el (org-export-string): Fix number of arguments passed
165 to the org-export-as-* functions.
166
167 * org-latex.el (org-export-as-latex): Fix typo in docstring.
168
169 * org-list.el (org-cycle-include-plain-lists): Docstring
170 enhancement.
171
172 * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
173 bug when fontifying a keyword with no associated value.
174 (org-cycle-internal-local): Don't run hooks when cycling a plain
175 list before first headline.
176 (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
177 blocked checkbox.
178 (org-indent-line): Fix table formulas indenting.
179
180 * org-agenda.el (org-agenda-open-link): Fix bug when no link is
181 matched. Return a message instead of an error.
182
183 * org-agenda.el (org-agenda-priority): Remove useless parameter
184 and fix showing priority in agenda buffers.
185
186 * org-macs.el (org-with-buffer-modified-unmodified): New macro.
187
188 * org.el (org-entry-blocked-p): Use the new macro.
189
190 * org-src.el (org-edit-src-exit): Don't comma-escape the content
191 of a fixed width region.
192
193 * org.el (org-blocker-hook): Update the docstring to mention that
194 functions in this hook should not modify the buffer.
195 (org-trigger-hook): Small docstring fix.
196 (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
197 so that the function never modifies the buffer.
198
199 * org-agenda.el (org-agenda-open-link): Allow to open an internal
200 link by using the new `org-offer-links-in-entry' function.
201
202 * org.el (org-offer-links-in-entry): Do not open the link directly
203 through `org-open-link-from-string', only offer to select a link
204 and return a cons with the link (as a string) and the end of
205 entry.
206 (org-open-at-point): Use `org-offer-links-in-entry' correctly.
207
208 * org.el (org-cycle-internal-local): Fix bug: allow headings with
209 leading blank characters.
210
211 * org-clock.el (org-clock-persist): Docstring fix: document the
212 'history value.
213
214 * org.el (org-insert-link): Fix bug when inserting links to
215 headlines containing the ">" character.
216
217 * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
218
219 * org-compat.el (org-delete-directory): New compatibility function
220 for Emacs 22, where `delete-directory' does not support recursive
221 deletion.
222
223 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new
224 compatibility function.
225
226 * org.el (org-table-map-tables): Fix allowed blocks.
227 (org-edit-special): Fix regression: allow editing HTML and
228 LaTeX source blocks again.
229
230 * org-src.el (org-edit-src-code): Ditto.
231
232 * org.el (org-nonsticky-props): Add `htmlize-link'.
233
234 * org.el (org-nonsticky-props): Add `htmlize-link'.
235
236 * org.el (org-edit-special): Don't edit in verbatim blocks.
237
238 * org-src.el (org-edit-src-code): Ditto.
239
240 * org-table.el (org-table-fedit-lisp-indent)
241 (orgtbl-self-insert-command): Use `org-delete-backward-char'
242 instead of `backward-delete-char'.
243
244 * org.el (org-delete-backward-char, org-delete-char): Save match
245 data.
246
247 * org-src.el (org-edit-src-code): Fix another bug about editing
248 special blocks "example" and "verbatim".
249
250 * org.el (org-structure-template-alist): Add verbatim.
251 (org-edit-special): Fix bug about editing special blocks
252 "example" and "verbatim".
253
254 * org.el (org-delete-backward-char, org-delete-char): Save match
255 data (`delete-backward-char' and `delete-char' don't.)
256 (org-enable-table-editor, org-insert-heading)
257 (org-remove-timestamp-with-keyword, org-self-insert-command):
258 Use `delete-backward-char' instead of `backward-delete-char'.
259
260 * org-table.el (org-table-fedit-lisp-indent)
261 (orgtbl-self-insert-command): Ditto.
262
263 * org-latex.el (org-export-latex-subcontent): Ditto.
264
265 * org-clock.el (org-clocktable-write-default): Ditto.
266
267 * org-ascii.el (org-export-ascii-preprocess): Ditto.
268
269 * org.el (org-todo): Ignore the comment string when changing the
270 TODO state of a headline.
271
272 * org.el (org-edit-special): Fix docstring.
273 (org-in-src-block-p): Small enhancement.
274
275 * org-publish.el (org-publish-org-to): Call `org-export-as-*'
276 functions with the correct list of arguments.
277
278 * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
279 (org-export-as-html-and-open, org-export-as-html-batch)
280 (org-export-region-as-html): Don't use obsolete arg.
281
282 * org-ascii.el (org-export-as-ascii): Delete obsolete arg
283 `hidden'.
284 (org-export-as-ascii-to-buffer): Don't use obsolete arg.
285
286 * org.el (org-in-fixed-width-region-p): Save match data.
287 (org-in-src-block-p): Use case-folding for searching the block
288 boundaries.
289 (org-activate-plain-links, org-activate-angle-links)
290 (org-activate-bracket-links): Prevent link activation in
291 source code blocks.
292
293 * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
294 setting the correct buffer before marking it unmodified to
295 silently kill him.
296
297 * org.el (org-set-font-lock-defaults): Don't activate links in
298 source code blocks and fixed-width regions.
299
300 * org-agenda.el (org-agenda-finalize): Fix links activation.
301
302 * org.el (org-open-at-point): Throw the correct error on
303 non-links. Use `user-error' instead of `error'.
304
305 * org.el (org-in-fixed-width-region-p): Define before use.
306
307 * org-src.el (org-in-src-block-p): Declare function.
308
309 * org-compat.el: Fix bug: don't use `eval-when-compile' when
310 aliasing `user-error'.
311
312 * org-agenda.el (org-agenda-skip): Only check if point is
313 inside a code block, not at a code block.
314
315 * org.el (org-in-fixed-width-region-p): Rewrite using
316 org-element.el.
317
318 * org.el (org-fill-paragraph): Fill correctly in source code
319 block.
320
321 * org.el (org-in-fixed-width-region-p): New function.
322 (org-edit-special): Fix bug: make sure to DTRT in every
323 special environment. Also use the new function to check
324 against fixed-width environment.
325
326 * org-src.el (org-edit-src-code): Check if we are in a source code
327 block with `org-in-src-block-p'. Slightly reformat the docstring.
328
329 * org.el (org-in-src-block-p): Return t when point is at the
330 #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
331 'inside is set to t.
332
333 * ob-exp.el (obe-marker): Delete useless var.
334
335 * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
336 (copy-marker nil) on Emacs <24.1.
337
338 2013-01-08 Dmitry Antipov <dmantipov@yandex.ru>
339
340 * org-agenda.el (org-agenda-get-restriction-and-command): Use
341 `point-marker'.
342
343 * org-capture.el (org-capture-place-template): Ditto.
344
345 * org-colview-xemacs.el (org-dblock-write:columnview): Ditto.
346
347 * org-colview.el (org-dblock-write:columnview): Ditto.
348
349 * org-mobile.el (org-mobile-locate-entry): Ditto.
350
351 * org-table.el (org-table-convert-region): Ditto.
352
353 * org.el (org-update-statistics-cookies): Ditto.
354
355 2013-01-08 Eric Schulte <eric.schulte@gmx.com>
356
357 * org-exp.el (org-export-string): Pass the dir option on through
358 to any subsequent export functions.
359
360 2013-01-08 Henning Weiss <hdweiss@gmail.com> (tiny change)
361
362 * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
363 description from block agendas when they have a title.
364
365 2013-01-08 Jambunathan K <kjambunathan@gmail.com>
366
367 * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
368 Fix Emacs Bug#13254.
369
370 * org-odt.el (org-odt-format-org-link): Add check for presence of
371 description in headline links.
372
373 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
374
375 * ob.el (org-babel-temp-file): Fix setting of
376 `temporary-file-directory' on remote hosts.
377
378 * ob-eval.el (org-babel-shell-command-on-region): Use
379 `process-file' instead of `call-process-region'. The latter one
380 does not work on remote hosts.
381
382 2013-01-08 Michael Gauland <mike_gauland@stanfordalumni.org> (tiny change)
383
384 * org-src.el: Create a marker to pass to copy-marker.
385
386 2013-01-08 Nicolas Goaziou <n.goaziou@gmail.com>
387
388 * org.el (org-setup-filling): Ignore `auto-fill-inhibit-regexp'.
389 The idea behind this is that `org-adaptive-fill-function' already
390 determines which lines should be filled.
391
392 * org.el (org-fill-paragraph): Small refactoring.
393
394 * org-element.el (org-element--parse-elements)
395 (org-element-at-point): Fix parsing of a list in a block in a
396 list.
397
398 2013-01-08 Sebastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
399
400 * org.el (org-copy-subtree, org-paste-subtree): Fix whitespace
401 handling when copying/pasting a subtree.
402
403 2013-01-07 Glenn Morris <rgm@gnu.org>
404
405 * progmodes/compile.el (compilation-parse-errors):
406 Fix typo. (Bug#13369)
407
408 2013-01-07 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
409
410 * comint.el (comint-send-input): Check size of buffer before
411 waiting for process output, in case already accepted. (Bug#13290)
412
413 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
416 non-negative integers. Otherwise, the default values are used.
417 (tramp-convert-file-attributes): Convert uid and gid to integers.
418
419 2013-01-03 Glenn Morris <rgm@gnu.org>
420
421 * term.el (term-handle-colors-array): Ensure face attributes
422 are fully specified, not nil. (Bug#13337)
423
424 * term.el (term-default-fg-color, term-default-bg-color):
425 Fix custom type.
426
427 * progmodes/etags.el (tags-compression-info-list): Doc fix.
428 (tag-find-file-of-tag-noselect): Check auto-compression-mode
429 rather than 'jka-compr being loaded. (Bug#13338)
430
431 * subr.el (eval-after-load): Don't purecopy the form, so that it
432 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
433
434 * emacs-lisp/byte-run.el (defun): Place cl declarations
435 after any interactive spec. (Bug#13265)
436
437 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
438
439 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
440 defun. Don't check for DECL if DOCSTRING isn't a string.
441 (defun): Likewise.
442
443 2012-12-31 Glenn Morris <rgm@gnu.org>
444
445 * eshell/em-cmpl.el (eshell-pcomplete):
446 More thoroughly imitate pcomplete. (Bug#13293)
447
448 * files.el (parse-colon-path): Doc fix. (Bug#12351)
449 Return nil for empty path elements. (Bug#13296)
450
451 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
452
453 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
454 order to improve efficiency (Based on Daniel Colascione's
455 <dancol@dancol.org> patch). (Bug#13182)
456
457 2012-12-31 Glenn Morris <rgm@gnu.org>
458
459 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
460
461 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
462
463 * progmodes/python.el: Support other commands triggering
464 python-indent-line so indentation cycling continues to work.
465 (python-indent-trigger-commands): New defcustom.
466 (python-indent-line): Use it.
467
468 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
469
470 * progmodes/python.el (python-shell-send-region): Add blank lines
471 for non sent code so backtraces remain correct.
472
473 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
474
475 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
476 neither DOCSTRING nor DECL was given. (Bug#13316)
477
478 2012-12-30 Glenn Morris <rgm@gnu.org>
479
480 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
481 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
482 (rmail-summary-displayed, rmail-summary): Declare.
483 (mairix-rmail-display): Just require rmail.
484
485 2012-12-29 Chong Yidong <cyd@gnu.org>
486
487 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
488 check for the tarball contents.
489
490 2012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
491
492 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
493 tarfile content listings (Bug#13136).
494
495 2012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
496
497 * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert
498 the undecoded text of the message being forwarded. (Bug#9521)
499
500 2012-12-28 Michael Albinus <michael.albinus@gmx.de>
501
502 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
503 integers, if they are real numbers. (Bug#13282)
504
505 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
506
507 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
508 "module" and "def" to have indentation before them. Regression
509 from 109911 (see the new test).
510
511 2012-12-24 Dmitry Gutov <dgutov@yandex.ru>
512
513 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
514
515 2012-12-23 Alan Mackenzie <acm@muc.de>
516
517 Speed up fontification where there's large brace blocks.
518 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
519 to a call of c-beginning-of-decl-1.
520
521 2012-12-21 Chong Yidong <cyd@gnu.org>
522
523 * sort.el (sort-subr): Doc fix (Bug#13056).
524
525 2012-12-20 Bastien Guerry <bzg@gnu.org>
526
527 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
528
529 2012-12-11 Alan Mackenzie <acm@muc.de>
530
531 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
532 * progmodes/cc-engine.el (c-backward-comments): Add code to work
533 around `forward-comment' not recognizing ^M as whitespace.
534
535 2012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
536
537 * progmodes/python.el (python-skeleton-class)
538 (python-skeleton-def): Do not add space after defun name.
539
540 2012-12-09 Chong Yidong <cyd@gnu.org>
541
542 * simple.el (set-mark-default-inactive): Mark as obsolete, for
543 removal after 24.3.
544
545 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
546
547 * simple.el (just-one-space): Doc fix.
548
549 2012-12-07 Eli Zaretskii <eliz@gnu.org>
550
551 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
552 "smallexample".
553
554 2012-12-07 Le Wang <l26wang@gmail.com>
555
556 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
557 narrowed buffer (bug#12361).
558
559 2012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
560
561 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
562 Virtually backported from trunk.
563
564 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
565
566 * vc/vc-hooks.el (vc-state): Doc fix.
567
568 2012-12-06 Glenn Morris <rgm@gnu.org>
569
570 * mail/rmail.el (rmail-maybe-display-summary):
571 Preserve buffer, in case select-window changes it. (Bug#13066)
572
573 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
576 cl-load-hook where they belong.
577
578 2012-12-06 Chong Yidong <cyd@gnu.org>
579
580 * ffap.el (ffap-replace-file-component): Fix typo.
581
582 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
585 fix open-paren-like token test (bug#12785).
586
587 2012-12-04 Glenn Morris <rgm@gnu.org>
588
589 * mail/rmailsum.el (rmail-new-summary): Tweak for
590 rmail-maybe-display-summary changing buffer. (Bug#13066)
591
592 2012-12-03 Juri Linkov <juri@jurta.org>
593
594 * info.el (Info-fontify-node): Don't hide the last newline.
595 (Bug#12272)
596
597 2012-12-01 Leo Liu <sdl.web@gmail.com>
598
599 * files.el (dir-locals-read-from-file): Check file non-empty
600 before reading. (Bug#13038)
601
602 2012-11-28 Glenn Morris <rgm@gnu.org>
603
604 * jka-cmpr-hook.el (jka-compr-get-compression-info):
605 Remove any version extension before checking filename. (Bug#13006)
606 (jka-compr-compression-info-list): Belated :version bump.
607
608 2012-11-28 Chong Yidong <cyd@gnu.org>
609
610 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
611
612 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
613 (buffer-menu): Doc fix (Bug#12294).
614
615 2012-11-27 Roland Winkler <winkler@gnu.org>
616
617 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
618 of diary-show-all-entries in the diary buffer (Bug#12994).
619
620 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
621
622 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
623 "<STDIN>". This is binary safe.
624
625 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * textmodes/table.el (table-insert): Don't use `symbol-name' on
628 lexically scoped variables (bug#13005).
629
630 2012-11-26 Glenn Morris <rgm@gnu.org>
631
632 * vc/vc-hooks.el (vc-mistrust-permissions):
633 Default to t, to avoid data-loss. (Bug#11490)
634
635 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
636
637 * progmodes/python.el (python-indent-guess-indent-offset):
638 If indentation is guessed make python-indent-offset buffer-local.
639
640 Fix Imenu regression.
641 * progmodes/python.el (python-nav-beginning-of-defun):
642 Fix forward movement when statement(s) separates point from defun.
643 (python-imenu-prev-index-position): New function.
644
645 2012-11-26 Eli Zaretskii <eliz@gnu.org>
646
647 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
648
649 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
650 Don't set buffer-file-type. Return nil. (Bug#12989)
651
652 2012-11-26 Glenn Morris <rgm@gnu.org>
653
654 * hippie-exp.el (hippie-expand-try-functions-list):
655 Re-autoload it. (Bug#12982)
656
657 2012-11-25 Eli Zaretskii <eliz@gnu.org>
658
659 * descr-text.el (describe-char-padded-string):
660 Call internal-char-font only on GUI frames. (Bug#11964)
661
662 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
663
664 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
665 and obsoletion message.
666
667 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
670 the constructs to keep outside of the `cl-block' (bug#12977).
671
672 2012-11-24 Chong Yidong <cyd@gnu.org>
673
674 * mouse.el (mouse-drag-line): Even if the line is not draggable,
675 keep reading until we get the up-event anyway, in order to process
676 the up-event for mouse-1-click-follows-link (Bug#12971).
677
678 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
681 lexical-binding (bug#12938).
682
683 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
684
685 * image-mode.el (image-transform-check-size): Use assertions only
686 for images of type imagemagick.
687
688 Otherwise no error, image-transform-fit-to-{width,height} is
689 silently ignored, as before. Doc fix.
690
691 2012-11-23 Chong Yidong <cyd@gnu.org>
692
693 * faces.el (color-defined-p): Doc fix (Bug#12853).
694
695 2012-11-23 Juri Linkov <juri@jurta.org>
696
697 * dired.el (dired-mark): Add optional arg `interactive'.
698 Check for `use-region-p' if `interactive' is non-nil.
699 (dired-unmark, dired-flag-file-deletion): Add optional arg
700 `interactive'. Call `dired-mark' with the arg `interactive'.
701 (Bug#10624)
702
703 2012-11-23 Juri Linkov <juri@jurta.org>
704
705 * wdired.el: Revert 2012-10-17 change partly and replace it with
706 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
707 (wdired-finish-edit): Add marks for new file names to
708 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
709 after `revert-buffer'.
710 (wdired-do-renames): Remove calls to `dired-remove-file',
711 `dired-add-file', `dired-add-entry'. (Bug#11795)
712
713 2012-11-21 Alan Mackenzie <acm@muc.de>
714
715 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
716
717 Fix bugs in the state cache. Enhance a debugging mechanism.
718 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
719 "brace at column zero" strategy for C++.
720 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
721 (c-parse-state-point): New variable.
722 (c-record-parse-state-state): Record old parse state with
723 `copy-tree'. Record previous value of point.
724 (c-debug-parse-state-double-cons): New debugging function.
725 (c-debug-parse-state): Call the above new function.
726 (c-toggle-parse-state-debug): Output a confirmatory message.
727
728 * progmodes/cc-mode.el (c-before-change, c-after-change):
729 Call c-invalidate-state-cache from `c-before-change' instead of
730 `c-after-change'.
731
732 2012-11-20 Daniel Colascione <dancol@dancol.org>
733
734 * term/w32-win.el (cygwin-convert-path-from-windows):
735 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
736 This change is a backport from trunk.
737
738 2012-11-20 Eli Zaretskii <eliz@gnu.org>
739
740 * simple.el (line-move): Don't call line-move-partial if
741 scroll-conservatively is in effect. (Bug#12927)
742
743 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
744
745 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
746 order to distinguish from trunk.
747
748 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
751 non-symbols for compiler macros (yet).
752
753 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
754 Fallback on completion-at-point rather than
755 pcomplete-expand-and-complete, and only if pcomplete actually failed.
756 (eshell-cmpl-initialize): Setup completion-at-point.
757
758 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
759
760 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
761
762 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
763
764 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
765 are remote, check out-of-band property for both.
766
767 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * window.el (switch-to-buffer): Re-add the warning that was lost in the
770 code rewrite.
771
772 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
773
774 More minor time fixes.
775 * calendar/time-date.el: Commentary fix.
776 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
777 too much other code depends on (0 0) time stamps.
778 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
779 Add a couple of FIXME comments.
780
781 Minor cleanup for times as lists of four integers.
782 * files.el (dir-locals-directory-cache):
783 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
784 Doc fixes.
785 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
786 * ps-bdf.el (bdf-file-newer-than-time):
787 Process four-integers time stamps, not two. Doc fixes.
788
789 2012-11-18 Glenn Morris <rgm@gnu.org>
790
791 * image.el (insert-image, insert-sliced-image): Doc fix.
792
793 2012-11-17 Chong Yidong <cyd@gnu.org>
794
795 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
796 (Bug#12810).
797
798 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
799
800 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
801 response when the target file is in a subdirectory (Bug#12757).
802
803 2012-11-17 Chong Yidong <cyd@gnu.org>
804
805 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
806
807 2012-11-17 Glenn Morris <rgm@gnu.org>
808
809 * woman.el (woman-non-underline-faces):
810 * emacs-lisp/cl-lib.el (face-underline-p):
811 Use set-face-underline rather than the alias set-face-underline-p.
812
813 * window.el (with-temp-buffer-window): Doc fix.
814 * subr.el (with-output-to-temp-buffer):
815 Add doc xref to with-temp-buffer-window.
816
817 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * emacs-lisp/cl-lib.el: Set more meaningful version number.
820
821 2012-11-16 Martin Rudalics <rudalics@gmx.at>
822
823 * window.el (enlarge-window, shrink-window): Don't mention return
824 value in doc-string (Bug#12896).
825 (window--display-buffer): Don't resize frames - it won't work
826 with all window managers and defeat pop-up-frame-alist.
827 (display-buffer-alist): In doc-string explain that CONDITION can
828 be a function and which arguments are passed to it (Bug#12854).
829 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
830 expressions (Bug#12854).
831 (display-buffer): Pass ACTION argument to
832 display-buffer-assq-regexp.
833
834 2012-11-16 Glenn Morris <rgm@gnu.org>
835
836 * window.el (fit-frame-to-buffer-bottom-margin)
837 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
838
839 * faces.el (face-underline-p): Use face-attribute-specified-or.
840
841 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
842
843 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
844
845 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
848
849 2012-11-15 Glenn Morris <rgm@gnu.org>
850
851 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
852 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
853
854 * faces.el (face-underline-p): Doc fix. Handle :underline being
855 things other than `t' (a string, a list).
856 (face-inverse-video-p): Doc fix.
857 (set-face-underline): Rename it back from set-face-underline-p.
858 Doc fix. Allow interactive input of values other than t.
859 (read-face-attribute): Apply formatting to :underline,
860 since like :box and :stipple it can take list values.
861
862 * term.el (ansi-term): Don't let C-x escape-char binding
863 clobber the more standard C-c binding. (Bug#12842)
864
865 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
868 (bug#12879).
869
870 2012-11-14 Glenn Morris <rgm@gnu.org>
871
872 * subr.el (set-temporary-overlay-map): Doc fix.
873
874 2012-11-13 Martin Rudalics <rudalics@gmx.at>
875
876 * window.el (record-window-buffer)
877 (display-buffer-record-window): When copying the markers to
878 window-point preserve window-point-insertion-type. (Bug#12588)
879
880 2012-11-13 Glenn Morris <rgm@gnu.org>
881
882 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
883 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
884 Use new names for hooks rather than obsolete aliases.
885
886 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
889
890 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
891
892 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
893 39 and 49. This fixes bug#12792. Also, treat unimplemented
894 parameters as 0, thereby restoring the behavior of revisions prior
895 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
896
897 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
898
899 Fix end-of-defun misbehavior.
900 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
901 python-beginning-of-defun-function. Handle nested defuns
902 correctly.
903 (python-nav-end-of-defun): Rename from
904 python-end-of-defun-function. Ensure forward movement.
905 (python-info-current-defun): Reimplement to work as intended
906 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
907 parent defuns as soon as possible.
908
909 2012-11-12 Glenn Morris <rgm@gnu.org>
910
911 * progmodes/flymake.el (flymake-error-bitmap)
912 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
913 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
914
915 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
916
917 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
918 backward, always stop at indentation. Reverts the change from
919 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
920
921 2012-11-11 Glenn Morris <rgm@gnu.org>
922
923 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
924 Add ibuffer-filter-by-derived-mode.
925
926 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
927 the same name shadowing each other.
928
929 * window.el (with-temp-buffer-window): Doc tweak.
930
931 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
932
933 * help.el (temp-buffer-max-height):
934 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
935 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
936
937 2012-11-10 Leo Liu <sdl.web@gmail.com>
938
939 * ido.el (ido-set-matches-1): Fix split-string args to avoid
940 performance issue. (Bug#12796)
941
942 2012-11-10 Glenn Morris <rgm@gnu.org>
943
944 * term.el (term-default-fg-color, term-default-bg-color):
945 Make obsolete, rather than just saying "deprecated" in the doc.
946
947 * term.el (term): Rename from `term-face'.
948 (term-current-face, ansi-term-color-vector)
949 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
950 Update all users.
951
952 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
953
954 * server.el (server-create-window-system-frame): Improve comment.
955
956 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
957
958 * server.el (server-create-window-system-frame): Handle Nextstep
959 specially (Bug#12780).
960
961 2012-11-08 Glenn Morris <rgm@gnu.org>
962
963 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
964 Unautoload, and make obsolete. (Bug#7449)
965
966 2012-11-08 Chong Yidong <cyd@gnu.org>
967
968 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
969 rename from diff-remove-trailing-whitespace (Bug#12831).
970
971 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
974 miscompilation of trace.el.
975
976 2012-11-08 Glenn Morris <rgm@gnu.org>
977
978 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
979
980 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
983 (bug#12812).
984
985 2012-11-07 Chong Yidong <cyd@gnu.org>
986
987 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
988 a defcustom with an appropriate :set function.
989 (minibuffer-default--in-prompt-regexps): New function.
990
991 2012-11-07 Glenn Morris <rgm@gnu.org>
992
993 * emacs-lisp/cl.el (define-setf-expander, defsetf)
994 (define-modify-macro): Doc fixes.
995
996 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
997 (gv-define-simple-setter): Update doc of `fix-return'.
998
999 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1002 twice when `fix-return' is set (bug#12813).
1003
1004 * emacs-lisp/cl.el (defsetf): Pass the third arg to
1005 gv-define-simple-setter (bug#12812).
1006
1007 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1010 (bug#12756).
1011
1012 2012-11-06 Glenn Morris <rgm@gnu.org>
1013
1014 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1015
1016 2012-11-05 Glenn Morris <rgm@gnu.org>
1017
1018 * emacs-lisp/cl-extra.el (cl-prettyexpand):
1019 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1020 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1021 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1022
1023 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1024
1025 2012-11-03 Glenn Morris <rgm@gnu.org>
1026
1027 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1028 Rename handler properties back from cl-- to cl-. (Bug#12788)
1029
1030 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1031
1032 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1033
1034 * term/pc-win.el: Don't load term/internal from here.
1035
1036 * loadup.el: Load term/internal from here.
1037
1038 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
1039
1040 * progmodes/python.el (inferior-python-mode): Fix hang in
1041 jit-lock (Bug#12645).
1042
1043 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1044
1045 * window.el (switch-to-visible-buffer)
1046 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1047
1048 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
1049
1050 * play/gomoku.el (gomoku-display-statistics): Update mode line
1051 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1052
1053 2012-10-31 Martin Rudalics <rudalics@gmx.at>
1054
1055 * window.el (quit-restore-window): If the window has been
1056 created on an existing frame and ended up as the sole window on
1057 that frame, do not delete it (Bug#12764).
1058
1059 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1062 Rename from sh--inside-arithmetic-expression, handle more cases
1063 (bug#11263).
1064
1065 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1066 (sh-font-lock-open-heredoc): Use it (bug#12770).
1067
1068 2012-10-30 Glenn Morris <rgm@gnu.org>
1069
1070 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1071
1072 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1073
1074 2012-10-29 Chong Yidong <cyd@gnu.org>
1075
1076 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1077 function key is stored in a keyboard macro (Bug#4894).
1078
1079 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1080
1081 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1084 header comments".
1085 (diff-unified->context, diff-context->unified)
1086 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1087
1088 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1089
1090 * files.el (find-alternate-file): Only ask one question (bug#12487).
1091
1092 2012-10-29 Chong Yidong <cyd@gnu.org>
1093
1094 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1095 Suggested by Dan Nicolaescu (Bug#6326).
1096
1097 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1098
1099 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1100
1101 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1102
1103 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1104
1105 * face-remap.el (face-remap-add-relative): Handle the case where a
1106 face-remapping-alist entry is a cons cell (Bug#12762).
1107
1108 2012-10-29 Kevin Ryde <user42@zip.com.au>
1109
1110 * woman.el (woman-parse-numeric-value): Handle picas correctly
1111 (Bug#12639).
1112
1113 2012-10-29 Glenn Morris <rgm@gnu.org>
1114
1115 * emacs-lisp/cl.el (defsetf): Doc fix.
1116
1117 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1120 syntax to the matching opener, if any (bug#12547).
1121 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1122 matching open as a "case-(".
1123 (sh-smie-rc-grammar): Add a corresponding rule for it.
1124
1125 2012-10-28 Daniel Hackney <dan@haxney.org>
1126
1127 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1128 "PKGNAME-autoloads.el" in case we created it.
1129
1130 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1133 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1134 (completion--twq-all): Disable too-strict assertions.
1135
1136 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1137
1138 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1139
1140 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1141 text to match the real keybindings.
1142
1143 2012-10-27 Juri Linkov <juri@jurta.org>
1144
1145 * wdired.el (wdired-keep-marker-rename): New defcustom.
1146 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1147 (Bug#11795)
1148
1149 * dired.el (dired-keep-marker-rename): Add reference to
1150 `wdired-keep-marker-rename' in the docstring.
1151 Add default character value ?R to display initially in
1152 Customization UI instead of ?@.
1153
1154 2012-10-27 Martin Rudalics <rudalics@gmx.at>
1155
1156 * window.el (display-buffer): In doc-string describe
1157 window-height and window-width alist entries.
1158
1159 * time.el (display-time-world): Restore fit-window-to-buffer
1160 behavior.
1161
1162 2012-10-27 Chong Yidong <cyd@gnu.org>
1163
1164 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1165
1166 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
1167
1168 * minibuffer.el (completion-category-overrides): New completion
1169 category `bookmark' (bug#11131).
1170
1171 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1174 Silence bogus compiler warnings for ad-do-it.
1175
1176 * bookmark.el (bookmark-completing-read): Set the completion category
1177 to `bookmark' (bug#11131).
1178
1179 2012-10-26 Bastien <bzg@altern.org>
1180 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * face-remap.el: Use lexical-binding.
1183 (text-scale-adjust): Improve docstring. Use itself for the temporary
1184 overlay-map bindings, so as to repeat the "Use..." message each time.
1185
1186 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * emacs-lisp/macroexp.el (macroexp--expand-all):
1189 Obey byte-compile-warning-enabled-p (bug#12486).
1190
1191 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1192 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1193
1194 2012-10-26 Martin Rudalics <rudalics@gmx.at>
1195
1196 * mouse.el (mouse-drag-line): Move last form into preceding when
1197 clause (Bug#12731).
1198
1199 * help.el (resize-temp-buffer-window): Fix doc-string.
1200
1201 2012-10-25 David Engster <deng@randomsample.de>
1202
1203 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1204 Remove. This feature is already integrated in imenu.
1205
1206 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1207 always loaded. Require `speedbar' unconditionally.
1208
1209 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1212
1213 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1214
1215 * net/ldap.el (ldap-search-internal): The official ldif format starts
1216 with a "version: 1" header (bug#12724).
1217
1218 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1219 (bug#12721).
1220
1221 2012-10-25 Glenn Morris <rgm@gnu.org>
1222
1223 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1224
1225 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * minibuffer.el (minibuffer-force-complete): Use one more marker
1228 for the temporary-overlay-map command (bug#12619).
1229
1230 2012-10-24 Chong Yidong <cyd@gnu.org>
1231
1232 * time.el (display-time-world-mode): Derive from special-mode.
1233 (display-time-world): Use display-buffer (Bug#12708).
1234 (display-time-world-mode-map): Variable deleted.
1235 (display-time-world-display): Wrap the final delete-char inside
1236 inhibit-read-only.
1237
1238 2012-10-24 Chong Yidong <cyd@gnu.org>
1239
1240 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1241 Doc fix.
1242
1243 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1244
1245 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * minibuffer.el (completion--all-sorted-completions-location): New var.
1248 (completion--cache-all-sorted-completions)
1249 (completion--flush-all-sorted-completions): Use it.
1250 (completion-in-region, completion-in-region--postch)
1251 (completion-at-point, completion-help-at-point): Use markers in
1252 completion-in-region--data (bug#12619).
1253
1254 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * progmodes/compile.el (compilation-start): Try to handle common
1257 quoting of `cd' argument (bug#12640).
1258
1259 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1260 (bug#12671).
1261
1262 2012-10-23 Glenn Morris <rgm@gnu.org>
1263
1264 * progmodes/gud.el (gud-menu-map):
1265 Check gdb-active-process is bound. (Bug#12358)
1266
1267 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * repeat.el (repeat): Set real-this-command (bug#12232).
1270
1271 * htmlfontify.el (hfy-post-html-hook):
1272 * filesets.el (filesets-cache-fill-content-hook):
1273 * arc-mode.el (archive-extract-hook):
1274 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1275 * net/rcirc.el (rcirc-sentinel-functions)
1276 (rcirc-receive-message-functions, rcirc-activity-functions)
1277 (rcirc-print-functions):
1278 * net/dbus.el (dbus-event-error-functions):
1279 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1280 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1281 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1282 * term/sun.el (sun-raw-prefix-hooks):
1283 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1284
1285 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1288 Set `tramp-chunksize' to 1. This improves the performance.
1289 (tramp-smb-wait-for-output): Add timeout to
1290 `tramp-accept-process-output' calls.
1291
1292 2012-10-23 Chong Yidong <cyd@gnu.org>
1293
1294 * faces.el (font-list-limit): Define as an obsolete variable.
1295
1296 * startup.el (command-line):
1297 * cus-start.el: Don't refer to font-list-limit.
1298
1299 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1300
1301 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * subr.el (internal-temp-output-buffer-show): Rename from
1304 temp-output-buffer-show, since previously compiled files expect this name.
1305
1306 2012-10-23 Glenn Morris <rgm@gnu.org>
1307
1308 * image.el (image-type-from-file-name): If multiple types match,
1309 return the first one that is supported. (Bug#9045)
1310
1311 2012-10-22 Glenn Morris <rgm@gnu.org>
1312
1313 * image.el (imagemagick-enabled-types): Doc fix.
1314
1315 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1316
1317 * progmodes/which-func.el (which-func-current): The hash-table may have
1318 an explicit nil (bug#12338).
1319
1320 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * electric.el (electric-pair-delete-selection-self-insert-function):
1323 Rename to electric-pair-will-use-region, return a boolean.
1324 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1325
1326 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1327 (delete-selection-pre-hook): Use use-region-p.
1328 (delete-selection-self-insert-function): Remove.
1329 (self-insert-command): Obey self-insert-uses-region-functions.
1330 (self-insert-iso): Revert to previous setting, since we don't actually
1331 know what that command does.
1332 (delete-selection-self-insert-hooks): Remove.
1333
1334 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1335
1336 * delsel.el (delete-selection-helper): New function, extracted from
1337 delete-selection-pre-hook.
1338 (delete-selection-pre-hook): Use it.
1339 (delete-selection-self-insert-function): New function.
1340 (delete-selection-self-insert-hooks): New hook.
1341 (self-insert-command, self-insert-iso): Use it.
1342 * electric.el (electric-pair-syntax): New function, extracted from
1343 electric-pair-post-self-insert-function.
1344 (electric-pair-post-self-insert-function): Use it.
1345 (electric-pair-delete-selection-self-insert-function): New function.
1346 (electric-pair-mode): Require delsel and setup
1347 delete-selection-self-insert-hooks (bug#11520).
1348
1349 2012-10-20 Chong Yidong <cyd@gnu.org>
1350
1351 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1352 no changes to show (Bug#12586).
1353
1354 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1355 list explicitly (Bug#12571).
1356
1357 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1358
1359 * progmodes/flymake.el (flymake-create-temp-inplace):
1360 Use file-truename.
1361
1362 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1363
1364 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1365
1366 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1367
1368 * calc/calc-units.el (math-extract-units): Properly extract powers
1369 of units.
1370
1371 2012-10-20 Daniel Colascione <dancol@dancol.org>
1372
1373 * frame.el (make-frame): Set x-display-name as we used to in order
1374 to unbreak creating an X11 frame from an Emacs daemon started
1375 without a display.
1376
1377 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1380 the same completion-field (bug@12221).
1381
1382 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1383
1384 * emacs-lisp/debug.el (debug): Record height of debugger window
1385 also when debugger will be back (Bug#8789).
1386
1387 2012-10-18 Chong Yidong <cyd@gnu.org>
1388
1389 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1390 Convert to defcustom.
1391 (gdb-get-source-file): Don't bind pop-up-windows.
1392
1393 * progmodes/gud.el (gud-display-line): Don't specially re-use
1394 other frames for the gdb-mi case (Bug#12648).
1395
1396 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * emacs-lisp/advice.el: Clean up commentary a bit.
1399 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1400 (byte-code-function-p): Never redefine.
1401
1402 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1403
1404 2012-10-18 Glenn Morris <rgm@gnu.org>
1405
1406 * dired.el (dired-sort-toggle): Some ls implementations only allow
1407 a single option string. (Bug#12666)
1408
1409 * minibuffer.el (completion-cycle-threshold): Doc fix.
1410
1411 2012-10-17 Kenichi Handa <handa@gnu.org>
1412
1413 * international/mule.el (set-keyboard-coding-system):
1414 Recover input meta mode when the new coding system doesn not use 8-bit.
1415 Supply TERMINAL arg to set-input-meta-mode.
1416
1417 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1418
1419 * wdired.el (wdired-old-marks): New variable.
1420 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1421 (wdired-do-renames): Move point with renamed file and don't lose
1422 mark status (Bug#11795).
1423
1424 2012-10-16 Juri Linkov <juri@jurta.org>
1425
1426 * replace.el (query-replace-help): Mention multi-buffer replacement
1427 keys in the Help message. (Bug#12655)
1428
1429 2012-10-15 Chong Yidong <cyd@gnu.org>
1430
1431 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1432
1433 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1434
1435 * window.el (display-buffer): Doc fix.
1436
1437 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1438 Adjust the msft regexp to the output of Studio 2010, and move msft
1439 before edg-1. See the discussion on emacs-devel,
1440 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1441 for the details.
1442
1443 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1446 (oset): Move uses of object-class-fast macro after its definition.
1447
1448 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1449
1450 2012-10-13 Chong Yidong <cyd@gnu.org>
1451
1452 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1453 enabled, re-enable it (Bug#11963).
1454
1455 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1456
1457 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1458 non-nil, restore window configuration (Bug#12623).
1459
1460 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * help-fns.el (describe-variable, describe-function-1):
1463 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1464
1465 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1466
1467 2012-10-12 Glenn Morris <rgm@gnu.org>
1468
1469 * mail/rmailsum.el (rmail-header-summary):
1470 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1471
1472 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1473
1474 * progmodes/python.el (python-mode-map):
1475 Replace subtitute-key-definition with proper command remapping.
1476 (python-nav--up-list): Fix behavior for blocks on the same level.
1477
1478 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1481
1482 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1483 changes to the format of load-history.
1484
1485 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1486 completion-ignore-case in case that var is buffer-local (bug#12615).
1487
1488 2012-10-11 Kenichi Handa <handa@gnu.org>
1489
1490 * international/eucjp-ms.el: Re-generated.
1491
1492 2012-10-10 Kenichi Handa <handa@gnu.org>
1493
1494 * select.el (xselect--encode-string): If a coding is specified for
1495 selection, and that is compatible with COMPOUND_TEXT, use it.
1496
1497 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1498
1499 * window.el (switch-to-buffer-preserve-window-point): New option.
1500 (switch-to-buffer):
1501 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1502
1503 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1506 Don't document nil as a useful value (bug#12583).
1507
1508 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * net/tramp.el (tramp-debug-message):
1511 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1512 (with-tramp-progress-reporter): Rename from
1513 `tramp-with-progress-reporter'.
1514 (with-tramp-file-property, with-tramp-connection-property):
1515 Move from tramp-cache.el, rename from `with-file-property' and
1516 `with-connection-property', respectively.
1517
1518 * net/tramp-cache.el: Remove `with-file-property' and
1519 `with-connection-property'.
1520
1521 * net/tramp.el:
1522 * net/tramp-gvfs.el:
1523 * net/tramp-sh.el:
1524 * net/tramp-smb.el: Adapt callees.
1525
1526 * net/trampver.el: Update release number.
1527
1528 2012-10-09 Glenn Morris <rgm@gnu.org>
1529
1530 * w32-fns.el (set-message-beep):
1531 * term/w32-win.el (set-message-beep): Update declarations.
1532
1533 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1536 (mode-line-widen, mode-line-input-method-map)
1537 (mode-line-coding-system-map, mode-line-remote)
1538 (mode-line-unbury-buffer, mode-line-bury-buffer)
1539 (mode-line-next-buffer, mode-line-previous-buffer):
1540 Replace save-selected-window+select-window => with-selected-window.
1541
1542 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1543 * progmodes/cc-vars.el (bq-process): Remove, unused.
1544
1545 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1546
1547 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1548
1549 Implemented `backward-up-list'-like navigation.
1550 * progmodes/python.el (python-nav-up-list)
1551 (python-nav-backward-up-list): New functions.
1552 (python-mode-map): Define substitute key for backward-up-list to
1553 python-nav-backward-up-list.
1554
1555 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1556
1557 * progmodes/python.el (python-fill-paragraph): Rename from
1558 python-fill-paragraph-function. Fixed fill-paragraph for
1559 decorators (Bug#12605).
1560
1561 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1562
1563 * progmodes/python.el (python-shell-output-filter): Handle extra
1564 carriage return in OSX (Bug#12409).
1565
1566 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1567
1568 Fix shell handling of unbalanced quotes and parens in output.
1569 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1570 (python-syntax-propertize-function): Use it.
1571 (python-shell-output-syntax-table): New var.
1572 (inferior-python-mode): Prevent unbalanced parens/quotes from
1573 previous output mess with current input context.
1574
1575 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1578 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1579
1580 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1581
1582 * ffap.el (ffap-replace-file-component): Support Tramp file name
1583 syntax, not only ange-ftp's one.
1584
1585 2012-10-08 Glenn Morris <rgm@gnu.org>
1586
1587 * cus-start.el (message-log-max): Set :version.
1588
1589 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1590
1591 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1592
1593 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1594 the minibuffer window (Bug#10851).
1595
1596 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1597
1598 Enhancements on forward-sexp movement.
1599 * progmodes/python.el (python-nav-beginning-of-statement)
1600 (python-nav-end-of-statement): Return point-marker.
1601 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1602 (python-info-current-symbol)
1603 (python-info-statement-starts-block-p): Rename from
1604 python-info-beginning-of-block-p.
1605 (python-info-statement-ends-block-p): Rename from
1606 python-info-end-of-block-p.
1607 (python-info-beginning-of-statement-p)
1608 (python-info-end-of-statement-p)
1609 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1610 New functions.
1611
1612 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1615 frame-selected-windows.
1616
1617 2012-10-08 Daniel Colascione <dancol@dancol.org>
1618
1619 * battery.el (battery-status-function): Check for
1620 w32-battery-status itself, not system-time windows-nt.
1621
1622 * frame.el: Require cl-lib.
1623 (display-format-alist): New variable mapping frame types to
1624 functions that initialize them.
1625 (window-system-for-display): New function: interprets
1626 display-format-alist.
1627 (make-frame-on-display): Remove existing display-selection logic
1628 and just forward to make-frame, which will now DTRT.
1629 (make-frame): Restructure to use window-system-for-display to
1630 figure out how to create a frame on a given display.
1631 (display-mouse-p): Look for frame-type w32, not a particular
1632 system-type.
1633
1634 * loadup.el: Load w32 lisp code when we have the w32 feature.
1635
1636 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1637 system-type windows-nt.
1638
1639 * server.el (server-create-window-system-frame): Look for window
1640 type.
1641 (server-proces-filter): Only force a window system when windows-nt
1642 _and_ w32. Explain why.
1643
1644 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1645 of window systems we configure for the mode.
1646
1647 * startup.el (command-line): Mark window system is initialized
1648 after we've done it.
1649
1650 * common-win.el (x-select-text): Look for w32, not windows-nt.
1651
1652 * ns-win.el: Require cl-lib. Add ourselves to
1653 display-format-alist.
1654 (ns-initialize-window-system): Assert we're not initialized twice.
1655
1656 * w32-win.el: Enable lexical binding; require cl-lib; add
1657 ourselves to display-format-alist.
1658 (w32-handle-dropped-file): Convert incoming dropped files from
1659 Windows paths to Cygwin ones before passing them on to the rest of
1660 Emacs.
1661 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1662 (w32-initialize-window-system): Assert we're not initialized twice.
1663
1664 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1665 (x-initialize-window-system): Assert we're not initialized twice.
1666
1667 * w32-common-fns.el: New File.
1668 (w32-version, w32-using-nt, w32-get-clipboard-data)
1669 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1670 (w32-charset-info-alist, x-last-selected, text)
1671 (x-get-selection-value, x-selection-value): Move here.
1672
1673 * w32-fns.el: Require w32-common-fns.
1674 (w32-version, w32-using-nt, w32-get-clipboard-data)
1675 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1676 (w32-charset-info-alist, x-last-selected, text)
1677 (x-get-selection-value, x-selection-value): Move to
1678 w32-common-fns.
1679
1680 * w32-vars.el:
1681 (w32-allow-system-shell, w32-system-shells): Define only in
1682 non-cygwin case.
1683
1684 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1687 (read-passwd): Remove a few more potential sources of leaks.
1688
1689 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1690
1691 * progmodes/python.el (inferior-python-mode)
1692 (python-shell-make-comint): Fix initialization of local
1693 variables copied from parent buffer.
1694
1695 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1696
1697 * term/ns-win.el (ns-read-file-name): Update declaration to match
1698 nsfns.m.
1699 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1700 it is set when font is acted upon.
1701
1702 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1703
1704 Enhancements to indentation.
1705 * progmodes/python.el (python-indent-context): Give priority to
1706 inside-string context. Make comments indentation markers.
1707 (python-indent-region): Do not mess with strings, unless it's the
1708 enclosing set of quotes.
1709
1710 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * window.el (internal--before-save-selected-window)
1713 (internal--after-save-selected-window): New functions extracted from
1714 save-selected-window. Make sure we return the `alist' we construct.
1715 (save-selected-window): Use them.
1716
1717 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1718 Use with-selected-window.
1719
1720 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1721 forms that define macros (bug#12593).
1722
1723 2012-10-07 Kenichi Handa <handa@gnu.org>
1724
1725 * international/mule-conf.el (compound-text-with-extensions):
1726 Add :mime-charset property as x-ctext.
1727
1728 2012-10-07 Stefan Merten <smerten@oekonux.de>
1729
1730 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1731 (rst-indent-literal-normal, rst-indent-literal-minimized)
1732 (rst-indent-comment): Correct :version tag.
1733 (rst-official-cvs-rev): Correct version string.
1734
1735 2012-10-07 Glenn Morris <rgm@gnu.org>
1736
1737 * mail/rmailmm.el (rmail-mime-process-multipart):
1738 Do not confuse a multipart message with an epilogue
1739 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1740
1741 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1742
1743 Fix shell output retrieval and comint-prompt-regexp init.
1744 * progmodes/python.el (inferior-python-mode):
1745 (python-shell-make-comint): Fix initialization of
1746 comint-prompt-regexp from copied file local variables.
1747 (python-shell-fetched-lines): Remove var.
1748 (python-shell-output-filter-in-progress): Rename from
1749 python-shell-fetch-lines-in-progress.
1750 (python-shell-output-filter-buffer): Rename from
1751 python-shell-fetch-lines-string.
1752 (python-shell-fetch-lines-filter): Delete function.
1753 (python-shell-output-filter): New function.
1754 (python-shell-send-string-no-output): Use them.
1755
1756 2012-10-07 Glenn Morris <rgm@gnu.org>
1757
1758 * hi-lock.el (hi-lock-process-phrase):
1759 Try to make it less fragile. (Bug#7161)
1760
1761 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1762
1763 2012-10-06 Glenn Morris <rgm@gnu.org>
1764
1765 * ehelp.el (electric-help-mode): Use help-mode rather than
1766 non-existent mode `help'.
1767 (electric-help-map): Use button-buffer-map. (Bug#10917)
1768
1769 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1770 (reftex-create-bibtex-footer): Fix custom types.
1771
1772 * progmodes/sh-script.el (sh-indent-after-continuation):
1773 Add explicit :group.
1774
1775 * textmodes/rst.el (rst-preferred-decorations)
1776 (rst-shift-basic-offset): Clarify obsolescence versions.
1777
1778 * profiler.el (profiler): Add missing group :version tag.
1779 * avoid.el (mouse-avoidance-banish-position):
1780 * proced.el (proced-renice-command):
1781 * calc/calc.el (calc-ensure-consistent-units):
1782 * calendar/icalendar.el (icalendar-import-format-uid):
1783 * net/tramp.el (tramp-save-ad-hoc-proxies):
1784 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1785 * progmodes/flymake.el (flymake-error-bitmap)
1786 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1787 * progmodes/sh-script.el (sh-indent-after-continuation):
1788 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1789 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1790 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1791 (vhdl-array-index-record-field-in-sensitivity-list)
1792 (vhdl-indent-comment-like-next-code-line):
1793 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1794 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1795 (reftex-cite-key-separator, reftex-create-bibtex-header)
1796 (reftex-create-bibtex-footer):
1797 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1798 (rst-indent-literal-normal, rst-indent-literal-minimized)
1799 (rst-indent-comment): Add missing custom :version tags.
1800
1801 * calendar/timeclock.el (timeclock-modeline-display):
1802 Add missing obsolete alias for renamed user option.
1803
1804 * strokes.el (strokes-modeline-string):
1805 * emulation/crisp.el (crisp-mode-modeline-string):
1806 * eshell/esh-mode.el (eshell-status-in-modeline):
1807 Aliases to defcustoms must come before the defcustom.
1808
1809 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1810 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1811 (cal-tex-cursor-week-monday): Doc fixes.
1812 (cal-tex-cursor-week2-summary): Doc fix.
1813 Rename from cal-tex-cursor-week-at-a-glance.
1814
1815 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1816 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1817
1818 * calendar/calendar.el (calendar-mode-map):
1819 Add cal-tex-cursor-week2-summary.
1820
1821 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1824
1825 * subr.el (read-passwd-map): New var.
1826 (read-passwd): Use `read-string' again.
1827 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1828
1829 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1830
1831 * register.el (append-to-register, prepend-to-register):
1832 Deactivate mark, as does `copy-to-register' (bug#12389).
1833
1834 2012-10-06 Chong Yidong <cyd@gnu.org>
1835
1836 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1837
1838 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1839
1840 * international/characters.el: Fix simple mistake ((car chars) ->
1841 elt), delete duplicated code.
1842
1843 2012-10-06 Glenn Morris <rgm@gnu.org>
1844
1845 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1846
1847 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1848
1849 * color.el (color-hsl-to-rgb): Fix incorrect results for
1850 small and large hue values. (Bug#12559)
1851
1852 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1853
1854 Enhancements to docstring formatting when filling paragraphs.
1855 * progmodes/python.el (python-fill-docstring-style): Rename from
1856 python-fill-string-style. Added new style.
1857 (python-fill-string): Use new style. Better checks for
1858 docstrings.
1859
1860 2012-10-05 Glenn Morris <rgm@gnu.org>
1861
1862 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1863
1864 * color.el (color-name-to-rgb, color-rgb-to-hex)
1865 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1866 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1867 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1868 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1869
1870 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1871
1872 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1873
1874 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1875 to get the correct size across symlinks.
1876
1877 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1878
1879 2012-10-04 Juri Linkov <juri@jurta.org>
1880
1881 * replace.el (query-replace-interactive): Declare obsolete.
1882 (query-replace-read-from): Add the last incremental search string
1883 to the list of default values accessible via M-n.
1884 (map-query-replace-regexp): Use `read-regexp'.
1885 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1886 (map-query-replace-regexp, replace-string, replace-regexp):
1887 Fix docstrings to replace mentions of `query-replace-interactive'
1888 with alternatives. (Bug#12526)
1889
1890 2012-10-04 Juri Linkov <juri@jurta.org>
1891
1892 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1893 (dired-pop-to-buffer): Declare obsolete.
1894 (dired-mark-pop-up): Doc fix.
1895
1896 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1897
1898 Allow user to set docstring style for fill-paragraph.
1899 * progmodes/python.el
1900 (python-fill-comment-function, python-fill-string-function)
1901 (python-fill-decorator-function, python-fill-paren-function):
1902 Remove :safe for defcustoms.
1903 (python-fill-string-style): New defcustom
1904 (python-fill-paragraph-function): Enhance context detection.
1905 (python-fill-string): Honor python-fill-string-style settings.
1906
1907 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1908
1909 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1910 after setting its buffer (Bug#10805).
1911
1912 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1913
1914 Fix cornercase for string syntax.
1915 * progmodes/python.el (python-syntax-propertize-function):
1916 Simplify and enhance the regexp for unescaped quotes. Now it also
1917 matches quotes in weird situations like the single quote in
1918 "something\"'".
1919 (python-syntax-stringify): Simplify num-quotes detecting code.
1920
1921 2012-10-03 Glenn Morris <rgm@gnu.org>
1922
1923 * help-macro.el (three-step-help):
1924 Revert 2012-09-29 change. (Bug#12567)
1925
1926 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1927
1928 * menu-bar.el (kill-this-buffer): Don't do anything when
1929 `menu-frame' is not alive or visible (Bug#8184).
1930
1931 * emacs-lisp/debug.el (debug): When quitting the debugger window
1932 restore current buffer (Bug#12502).
1933
1934 2012-10-02 Chong Yidong <cyd@gnu.org>
1935
1936 * progmodes/hideif.el (hif-lookup, hif-defined):
1937 Handle semantic-c-takeover-hideif.
1938
1939 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1940
1941 Change sampling interval units from ms to ns.
1942 * profiler.el (profiler-sampling-interval): Change units
1943 from ms to ns, multiplying the default by 1000000 so that
1944 it remains 1 ms.
1945 (profiler-report-cpu-line-format): Give enough room for
1946 the maximum counters on 64-bit hosts.
1947 (profiler-report-render-calltree-1): Call them "CPU samples",
1948 not "Time (ms)", since they are not milliseconds now (and
1949 never really were).
1950
1951 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1952
1953 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1954 Fix querying BBDB for entries without a last name (Bug#11580).
1955
1956 2012-10-02 Chong Yidong <cyd@gnu.org>
1957
1958 * emacs-lisp/eieio.el: Restore Version header.
1959
1960 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * vc/diff-mode.el (diff--auto-refine-data): New var.
1963 (diff-hunk): Use it to delay refinement.
1964 (diff-mode): Remove overlays when we turn off font-lock.
1965
1966 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1967 (table-initialize-table-fixed-width-mode)
1968 (table-set-table-fixed-width-mode): Remove functions.
1969 (table-command-list): Move initialization into declaration.
1970 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1971 (table-with-cache-buffer): Use `declare'.
1972 (table-span-cell): Simplify via CSE.
1973 (table-fixed-width-mode): Use define-minor-mode.
1974 (table-call-interactively, table-funcall, table-apply): Remove.
1975 (table-function): New function, to replace them.
1976
1977 * bookmark.el (bookmark-search-pattern): Remove var.
1978 (bookmark-read-search-input): Remove function.
1979 (bookmark-bmenu-search): Reimplement using a minibuffer.
1980
1981 * faces.el (modeline): Remove obsolete face name.
1982
1983 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1984 and give a non-nil default value.
1985 (add-change-log-entry): Simplify accordingly.
1986
1987 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1988
1989 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1990 (vc-git-log-edit-toggle-amend): New function.
1991 (vc-git-log-edit-toggle-signoff): New function.
1992 (vc-git-log-edit-mode): New major mode.
1993 (vc-git-log-edit-mode-map): Keymap for it.
1994 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1995
1996 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1997 header names.
1998 (log-edit-toggle-header): New function.
1999 (log-edit-extract-headers): Accept function values in HEADERS alist.
2000
2001 2012-10-01 David Engster <deng@randomsample.de>
2002
2003 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2004 from symbol property and change message to be more consistent with
2005 Emacs proper.
2006 (eieio-describe-generic): Add filename for each implementation.
2007 Fix indices for generic and normal methods.
2008 (eieio-method-def, eieio-class-def): New buttons.
2009 (eieio-help-find-method-definition)
2010 (eieio-help-find-class-definition): New functions.
2011 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2012 class, constructor and method definitions.
2013
2014 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2015 information in symbol property.
2016 (scoped-class): Remove.
2017 (eieio-slot-name-index, call-next-method): Check if it is bound.
2018
2019 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
2020
2021 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2022 (eieio-custom-mode): New major mode.
2023 (eieio-customize-object): Use it.
2024
2025 2012-10-01 Eric Ludlam <zappo@gnu.org>
2026
2027 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2028 specifying the expected class, and whether subclassing is allowed.
2029 (eieio-persistent-convert-list-to-object):
2030 (eieio-persistent-validate/fix-slot-value)
2031 (eieio-persistent-slot-type-is-class-p): New functions.
2032 (eieio-named::slot-missing): Doc fix.
2033
2034 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2035 Stop using unused publd variable.
2036
2037 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2038 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2039 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2040 (eieio-speedbar-handle-click): Do not specify a class for the
2041 method. Fixes method invocation order problems with EDE.
2042
2043 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2046 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2047
2048 2012-10-01 Karl Fogel <kfogel@red-bean.com>
2049
2050 * bookmark.el (bookmark-version-control): Give tags in the
2051 :type choices (Bug#12309), and improve doc string.
2052 (bookmark-write-file): Bind `print-circle' to `t' to allow
2053 circular custom bookmark types. (Bug#12503)
2054
2055 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2056
2057 Revert the FOLLOW-SYMLINKS change for file-attributes.
2058 * files.el (remote-file-name-inhibit-cache, after-find-file):
2059 * time.el (display-time-file-nonempty-p): Undo last change.
2060
2061 * profiler.el (profiler-sampling-interval): Change default back to 1.
2062 See Stefan Monnier in
2063 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2064
2065 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2066
2067 Shell output catching a la gud-gdb.
2068 * progmodes/python.el (python-shell-fetch-lines-in-progress)
2069 (python-shell-fetch-lines-string, python-shell-fetched-lines):
2070 New Vars.
2071 (python-shell-fetch-lines-filter): New function.
2072 (python-shell-send-string-no-output): Use them.
2073
2074 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2075
2076 * profiler.el (profiler-sampling-interval): Rename from
2077 profiler-sample-interval.
2078 (profiler-sampling-interval): Default to 10.
2079 (profiler-find-profile): New command (was profiler-find-log).
2080 (profiler-find-profile-other-window): New command.
2081 (profiler-find-profile-other-frame): New command.
2082 (profiler-profile): Introduce API-level data structure.
2083
2084 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2087 * files.el (remote-file-name-inhibit-cache):
2088 * time.el (display-time-file-nonempty-p): Use it.
2089 * files.el (after-find-file): Don't chase links before calling
2090 file-exists-p, as file-exists-p already does the right thing.
2091
2092 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2093
2094 Merge from standalone RefTeX repository.
2095
2096 The following ChangeLog entries are shortened versions of the
2097 original ones with file paths adapted. A not so strongly edited
2098 version of the original ChangeLog can be found in the commit log.
2099
2100 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2101 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2102 Correctly handle new value type returned by `reftex-citation'.
2103
2104 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2105 that entries with whitespace at various places are found.
2106 Doc fix. Include entries that are cross-referenced from cited entries.
2107 Include @String definitions in the resulting bib file. Add header
2108 and footer defined in `reftex-create-bibtex-header' and
2109 `reftex-create-bibtex-footer'.
2110 (reftex-do-citation): Make it possible again to insert
2111 non-existent entries. Save match data when asking for optional
2112 arguments. Return all keys, not just the first one.
2113 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2114 all citations in the same line.
2115 (reftex-parse-bibtex-entry): Accept additional optional argument
2116 `raw' and keep quotes or braces if it is non-nil. Match fields
2117 containing hyphens besides word constituents.
2118 (reftex-get-string-refs): New function.
2119 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2120 and ask if it should be reread in case it did.
2121 (reftex-pop-to-bibtex-entry)
2122 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2123 entries with spaces or tabs in front of arguments.
2124 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2125 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2126 Match entries containing numbers and symbol constituents.
2127 (reftex-do-citation, reftex-figure-out-cite-format):
2128 Use `reftex-cite-key-separator'.
2129
2130 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2131 (reftex-mouse-view-crossref): Explain why point is set.
2132
2133 * textmodes/reftex-global.el: Whitespace changes.
2134
2135 * textmodes/reftex-index.el: Move provide statement to end of
2136 file.
2137 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2138 (reftex-index-visit-phrases-buffer): Set marker when visiting
2139 buffer. This allows for returning from the phrases file to the
2140 file one was just editing instead of the file where the last
2141 phrases was added from.
2142 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2143 punctuation syntax as it usually is not used as string quote in
2144 TeX-related modes and may occur unmatched. The change also
2145 prevents fontification of quoted content.
2146 (reftex-index-phrases-mode): Use it.
2147
2148 * textmodes/reftex-parse.el (reftex-parse-from-file):
2149 Move backward one char if a `\' was matched after a section macro.
2150 (reftex-parse-from-file): Use beginning of match instead of end as
2151 bound.
2152
2153 * textmodes/reftex-ref.el: Adapt creation of
2154 `reftex-<package>-<macro>' functions to new structure of
2155 `reftex-ref-style-alist'.
2156 (reftex-reference): Use `reftex-ref-style-list' function.
2157 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
2158 reference macro if `reftex-ref-macro-prompt' is non-nil.
2159 (reftex-reference): Pass refstyle to `reftex-format-special'.
2160 Determine reference macro by looking at
2161 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2162 Use only one special format function.
2163 (reftex-varioref-vref, reftex-fancyref-fref)
2164 (reftex-fancyref-Fref): Remove definitions. The functions are now
2165 generated from `reftex-ref-style-alist'.
2166 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2167 Remove.
2168 (reftex-format-special): New function.
2169
2170 * textmodes/reftex-sel.el
2171 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2172 of `reftex-ref-style-alist'. Remove code for testing macro type.
2173 (reftex-select-toggle-varioref)
2174 (reftex-select-toggle-fancyref): Remove.
2175 (reftex-select-cycle-ref-style-internal)
2176 (reftex-select-cycle-ref-style-forward)
2177 (reftex-select-cycle-ref-style-backward): New functions.
2178 (reftex-select-label-map): Use `v' and `V' for general cycling
2179 through reference styles. Add `p' for switching between number
2180 and page reference types.
2181
2182 * textmodes/reftex-toc.el (reftex-re-enlarge):
2183 Call `enlarge-window' only if there is something to do because in Emacs
2184 the horizontal version throws an error even if the parameter is 0.
2185
2186 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2187 (reftex-plug-into-AUCTeX): Doc fix.
2188 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2189 string. Adapt to new name.
2190 (reftex-ref-style-alist): Change structure so that it is not
2191 possible to use multiple different package names within a style.
2192 Remove the symbols for symbols for macro type distinction.
2193 Add characters for macro selection.
2194 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2195 (reftex-create-bibtex-footer): New variables.
2196 (reftex-format-ref-function): Mention third argument of special
2197 format function.
2198 (reftex-ref-style-alist, reftex-ref-style-default-list):
2199 New variables.
2200 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2201 to new implementation. Mark as obsolete. Add compatibility code
2202 for honoring the variable values in case they are set.
2203 (reftex-cite-format-builtin, reftex-bibliography-commands):
2204 Add support for ConTeXt.
2205 (reftex-format-ref-function, reftex-format-cite-function):
2206 Fix custom type.
2207 (reftex-cite-key-separator): New variable.
2208
2209 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2210 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2211 `reftex-syntax-table' because parens have to retain their paren
2212 syntax in order for parsing of BibTeX entries like @book(...) to
2213 work.
2214 (reftex-in-comment): Do not error out if `comment-start-skip' is
2215 not set. Deal correctly with escaped comment characters.
2216 (reftex-tie-multifile-symbols): Add doc string.
2217 Initialize `reftex-ref-style-list'.
2218 (reftex-untie-multifile-symbols): Add doc string.
2219 (reftex-add-index-macros): Doc fix.
2220 (reftex-ref-style-activate, reftex-ref-style-toggle)
2221 (reftex-ref-style-list): New functions.
2222 (reftex-mode-menu): Use them. Adapt to new structure of
2223 `reftex-ref-style-alist'.
2224 (reftex-select-with-char): Kill the RefTeX Select buffer when
2225 done.
2226 (reftex-remove-if): New function.
2227 (reftex-erase-all-selection-and-index-buffers)
2228 (reftex-mode-menu): Reference styles are now computed from
2229 `reftex-ref-style-alist'. Fix typo.
2230 (reftex-report-bug): New function.
2231 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2232 algorithms with O(n log n). Introduce optional argument SORT (not
2233 yet used).
2234
2235 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2236
2237 Enhancements for triple-quote string syntax.
2238 * progmodes/python.el (python-syntax-propertize-function):
2239 Match both quote cases in one regexp.
2240 (python-syntax-stringify): Handle matches properly.
2241
2242 2012-09-30 Juri Linkov <juri@jurta.org>
2243
2244 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2245 to nil around the call to `insert' to prevent
2246 directory time modification by lock_file. (Bug#2295)
2247 * tar-mode.el (tar-summarize-buffer): Idem.
2248
2249 2012-09-30 Juri Linkov <juri@jurta.org>
2250
2251 * facemenu.el (list-colors-sort): Add option "Luminance".
2252 (list-colors-sort-key): Implement it.
2253
2254 * vc/diff-mode.el (diff-refine-removed):
2255 * vc/ediff-init.el (ediff-fine-diff-A):
2256 * vc/smerge-mode.el (smerge-refined-removed):
2257 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2258
2259 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2260
2261 * term/ns-win.el (x-file-dialog): New function.
2262
2263 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * ido.el (ido-max-directory-size): Default to nil; the current
2266 default is small for POSIX systems, and impractical on Windows 7
2267 now that lstat returns directory sizes for NTFS.
2268
2269 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2270
2271 In buffer display functions handle window-height/window-width
2272 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2273 * window.el (window--display-buffer): New argument ALIST.
2274 Obey window-height and window-width alist entries.
2275 (window--try-to-split-window): New argument ALIST.
2276 Bind window-combination-limit to t when the window's size shall be
2277 changed and window-combination-limit equals `window-size'.
2278 (display-buffer-in-atom-window)
2279 (display-buffer-in-major-side-window)
2280 (display-buffer-in-side-window, display-buffer-same-window)
2281 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2282 (display-buffer-pop-up-window, display-buffer-below-selected)
2283 (display-buffer-at-bottom, display-buffer-in-previous-window)
2284 (display-buffer-use-some-window): Adjust all callers of
2285 window--display-buffer and window--try-to-split-window.
2286 (fit-frame-to-buffer): New option.
2287 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2288 is non-nil.
2289 (display-buffer-in-major-side-window): Evaluate window-height /
2290 window-width alist entries.
2291
2292 * help.el (temp-buffer-resize-frames)
2293 (temp-buffer-resize-regexps): Remove options.
2294 (temp-buffer-resize-mode): Adjust doc-string.
2295 (resize-temp-buffer-window): Don't consult
2296 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2297 temp-buffer-resize-frames.
2298
2299 * dired.el (dired-mark-pop-up):
2300 Call display-buffer-below-selected with a fit-window-to-buffer alist
2301 entry.
2302
2303 2012-09-30 Chong Yidong <cyd@gnu.org>
2304
2305 * server.el (server-host): Document the security implications.
2306 (server-auth-key): Doc fix.
2307
2308 * startup.el (initial-buffer-choice): Doc fix.
2309
2310 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2311
2312 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2313 restriction change.
2314
2315 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2316
2317 * help-fns.el (help-fns--obsolete): Fix last change.
2318
2319 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2322 (minor-mode-map-alist): Remove redundant code.
2323
2324 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2325 visited in a buffer.
2326 (cvs-insert-visited-file): New function.
2327 (find-file-hook): Use it.
2328
2329 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2330
2331 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2332 chose face.
2333 (log-edit-empty-buffer-p): Don't require a space after a header.
2334
2335 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2336
2337 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2338
2339 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2340 a proper minor-mode.
2341
2342 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2343
2344 2012-09-29 Glenn Morris <rgm@gnu.org>
2345
2346 * winner.el (winner-mode): Remove variable (let define-minor-mode
2347 handle it).
2348 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2349 Doc fixes.
2350 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2351 (winner-mode): Use define-minor-mode.
2352
2353 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2354 the full definition in loaddefs, rather than duplicating it.
2355
2356 * help-macro.el (three-step-help): No need to autoload defcustom.
2357
2358 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2359 (inferior-lisp-program, inferior-lisp-load-command)
2360 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2361 No need to autoload defcustoms.
2362
2363 * hippie-exp.el (hippie-expand-try-functions-list)
2364 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2365 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2366 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2367 (hippie-expand-only-buffers): No need to autoload defcustoms.
2368 * progmodes/vhdl-mode.el (vhdl-line-expand):
2369 Explicitly load hippie-exp, so it does not get autoloaded
2370 while hippie-expand-try-functions-list is let-bound.
2371
2372 2012-09-28 Glenn Morris <rgm@gnu.org>
2373
2374 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2375
2376 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2377 Only "cl.el" counts as cl these days.
2378
2379 2012-09-28 Juri Linkov <juri@jurta.org>
2380
2381 Display archive errors in the echo area instead of inserting
2382 to the file buffer.
2383
2384 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2385 to STDERR-TEST that can be a regexp matching a successful output.
2386 Create a temporary file and redirect stderr to it. Search for
2387 STDERR-TEST in the stderr output and display it in the echo area
2388 if no match is found.
2389 (archive-extract-by-file): New function like
2390 `archive-extract-by-stdout' but extracting archives to files
2391 and looking for successful matches in stdout. Function body is
2392 mostly copied from `archive-rar-extract'.
2393 (archive-rar-extract): Use `archive-extract-by-file'.
2394 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2395
2396 2012-09-28 Leo Liu <sdl.web@gmail.com>
2397
2398 * pcomplete.el (pcomplete-show-completions):
2399 Use minibuffer-message to make pcomplete usable in minibuffer.
2400
2401 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2402
2403 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * type-break.el: Use lexical-binding.
2406 (type-break-mode): Use define-minor-mode.
2407
2408 * emacs-lisp/pcase.el (pcase--mark-used): New.
2409 (pcase--u1): Use it (bug#12512).
2410
2411 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2412 in load-history with the right file name.
2413
2414 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2415
2416 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2417 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2418 (doc-view-get-bounding-box): Make bounding box slicing work for
2419 ODF and DVI documents.
2420
2421 2012-09-28 Glenn Morris <rgm@gnu.org>
2422
2423 * type-break.el (type-break-mode, type-break-interval)
2424 (type-break-good-rest-interval, type-break-keystroke-threshold):
2425 No need to autoload.
2426 (type-break-good-rest-interval, type-break-keystroke-threshold):
2427 Add :set-after.
2428
2429 2012-09-28 Chong Yidong <cyd@gnu.org>
2430
2431 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2432 Add :version tag.
2433
2434 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2437
2438 2012-09-27 Glenn Morris <rgm@gnu.org>
2439
2440 * faces.el (x-display-name): Declare (for without-x builds).
2441
2442 * linum.el (linum-format): Don't autoload it. Improve :type.
2443
2444 * progmodes/tcl.el: Don't require outline when compiling.
2445 (outline-regexp, outline-level): Declare.
2446 * textmodes/sgml-mode.el: Don't require outline when compiling.
2447 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2448
2449 * term.el (term-ansi-reset):
2450 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2451
2452 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2453 files for RCS and SCCS. (Bug#9781)
2454
2455 2012-09-27 Chong Yidong <cyd@gnu.org>
2456
2457 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2458 change; value should be t.
2459
2460 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * image-mode.el: Use lexical-binding.
2463 (image-mode-winprops): Use t to stand for the window of
2464 a buffer that's not displayed.
2465 * doc-view.el (doc-view-new-window-function): Handle the new
2466 t in winprops.
2467 (doc-view-enlarge): Make it a real nop if the size is not changed.
2468 (doc-view-display): Handle the case where the buffer is not (yet?)
2469 displayed in any window.
2470 (doc-view-saved-settings): New var.
2471 (doc-view-mode): Use it.
2472 (doc-view-fallback-mode): Set it.
2473
2474 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2475 Set lexical-binding.
2476 (minibuffer-eldef-shorten-default): New var.
2477 (minibuffer-default-in-prompt-regexps): Use it for new default.
2478 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2479
2480 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2481
2482 * international/uni-bidi.el:
2483 * international/uni-category.el:
2484 * international/uni-name.el:
2485 * international/uni-numeric.el: Regenerate.
2486
2487 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2488 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * profiler.el: New file.
2491
2492 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2495 (testcover-reinstrument): Simplify with CSE.
2496
2497 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2498
2499 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2500
2501 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2502
2503 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2504 (verilog-auto-input, verilog-auto-insert-lisp)
2505 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2506 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2507 (verilog-auto-unused, verilog-auto-wire)
2508 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2509 newline. Reported by Andrew Jones.
2510 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2511 Reported by Brad Dobbie.
2512 (verilog-batch-delete-trailing-whitespace):
2513 Create verilog-batch-delete-trailing-whitespace.
2514 Reported by Brad Dobbie.
2515 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2516 parameters from another module. Reported by Dan Katz.
2517 (verilog-auto, verilog-auto-assign-modport)
2518 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2519 AUTOINOUTMODPORT for UVM interface module shell generation.
2520 Reported by Brad Dobbie.
2521 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2522 standard behavior.
2523 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2524 Reported by Matt Martin.
2525
2526 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2527
2528 * window.el (window--resize-child-windows): When resizing child
2529 windows proportionally, process them in reverse order to
2530 preserve the "when splitting a window the new one gets the odd
2531 line" behavior.
2532 (window--resize-root-window-vertically): When resizing the
2533 minibuffer window try to affect only windows at the bottom of the
2534 frame. (Bug#12419)
2535
2536 2012-09-25 Chong Yidong <cyd@gnu.org>
2537
2538 * subr.el (declare): Doc fix.
2539
2540 * help-fns.el (help-fns--obsolete): Handle macros properly.
2541
2542 2012-09-25 Chong Yidong <cyd@gnu.org>
2543
2544 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2545 this function obsolete.
2546
2547 * calendar/cal-x.el (calendar-two-frame-setup)
2548 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2549 * calendar/calendar.el (american-calendar, european-calendar)
2550 (calendar-for-loop):
2551 * comint.el (comint-dynamic-simple-complete)
2552 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2553 * desktop.el (desktop-load-default):
2554 * dired-x.el (dired-omit-here-always)
2555 (dired-hack-local-variables, dired-default-directory):
2556 * emacs-lisp/derived.el (derived-mode-class):
2557 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2558 * emacs-lock.el (toggle-emacs-lock):
2559 * epa.el (epa-display-verify-result):
2560 * epg.el (epg-sign-keys, epg-start-sign-keys)
2561 (epg-passphrase-callback-function):
2562 * eshell/esh-util.el (eshell-for):
2563 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2564 (eshell-add-to-window-buffer-names):
2565 * files.el (locate-file-completion):
2566 * imenu.el (imenu-example--create-c-index)
2567 (imenu-example--create-lisp-index)
2568 (imenu-example--lisp-extract-index-name)
2569 (imenu-example--name-and-position):
2570 * international/mule-cmds.el (princ-list):
2571 * international/mule-diag.el (decode-codepage-char):
2572 * international/mule-util.el (detect-coding-with-priority):
2573 * iswitchb.el (iswitchb-read-buffer):
2574 * mail/mailalias.el (mail-complete):
2575 * mail/sendmail.el (mail-sent-via):
2576 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2577 (mouse-major-mode-menu):
2578 * password-cache.el (password-read-and-add):
2579 * pcomplete.el (pcomplete-parse-comint-arguments):
2580 * progmodes/sh-script.el (sh-maybe-here-document):
2581 * replace.el (query-replace-regexp-eval):
2582 * savehist.el (savehist-load):
2583 * simple.el (choose-completion-delete-max-match):
2584 * term.el (term-dynamic-simple-complete):
2585 * vc/ediff-init.el (ediff-check-version):
2586 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2587 * vc/vc.el (vc-diff-switches-list):
2588 * view.el (view-return-to-alist-update): Likewise.
2589
2590 * subr.el (eval-next-after-load, makehash, insert-string)
2591 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2592 mark obsolete.
2593 (mode-line-inverse-video): Variable deleted.
2594
2595 * international/mule-util.el (string-to-sequence): Remove.
2596
2597 * calendar/calendar.el (calendar-version):
2598 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2599 (icalendar-convert-diary-to-ical):
2600 * cus-edit.el (custom-mode):
2601 * ansi-color.el (ansi-color-unfontify-region):
2602 * international/latin1-disp.el (latin1-char-displayable-p):
2603 * progmodes/cwarn.el (turn-on-cwarn-mode):
2604 * progmodes/which-func.el (which-func-update-1):
2605 Use define-obsolete-function-alias.
2606
2607 * net/newst-backend.el (newsticker-cache-filename):
2608 * net/newst-treeview.el (newsticker-groups-filename):
2609 Fix incorrect obsolescence declaration.
2610
2611 * allout.el (allout-passphrase-hint-string): Likewise.
2612 (allout-init): Use a declare form to mark obsolete.
2613
2614 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2615 this applies to functions.
2616
2617 * iswitchb.el (iswitchb-read-buffer): Move code of
2618 iswitchb-define-mode-map here, and delete that obsolete function.
2619
2620 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2621 font-lock-reference-face.
2622
2623 2012-09-25 Glenn Morris <rgm@gnu.org>
2624
2625 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2626 Doc fixes.
2627
2628 * eshell/em-term.el (eshell-term-name):
2629 Default to term-term-name. (Bug#12485)
2630
2631 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2632
2633 * progmodes/python.el (python-shell-send-buffer): Better handling
2634 of "if __name__ == '__main__':" conditionals when sending the buffer.
2635
2636 2012-09-24 Glenn Morris <rgm@gnu.org>
2637
2638 * eshell/esh-cmd.el (eshell-find-alias-function):
2639 Tighten up file-name regexp. (Bug#12499)
2640
2641 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2642
2643 Enhancements for triple-quote string syntax.
2644 * progmodes/python.el (python-quote-syntax): Remove.
2645 (python-syntax-propertize-function): New value.
2646 (python-syntax-count-quotes, python-syntax-stringify):
2647 New functions.
2648
2649 2012-09-24 Chong Yidong <cyd@gnu.org>
2650
2651 * mail/supercite.el (sc-version): Remove obsolete function.
2652 (sc-describe): Don't mark as obsolete, since it is bound.
2653 (sc-submit-bug-report): Remove.
2654
2655 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2656 (cvs-commit-buffer-require-final-newline): Remove.
2657 (log-edit-require-final-newline)
2658 (log-edit-changelog-full-paragraphs): Default to t.
2659
2660 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2661 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2662 * vc/vc.el (vc-checkout-carefully): Likewise.
2663
2664 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2665 (emerge-version): Remove.
2666
2667 * progmodes/compile.el (compile-internal): Remove.
2668 (compilation-parse-errors-function): Fix typo.
2669
2670 * international/mule.el (set-char-table-default): Remove.
2671 (set-coding-priority, make-coding-system, generic-char-p)
2672 (charset-list, charset-bytes, charset-id): Use declare to mark
2673 functions as obsolete.
2674
2675 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2676 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2677 * vc/vc-hooks.el (vc-default-registered): Don't use
2678 vc-master-templates.
2679
2680 * font-lock.el (font-lock-reference-face):
2681 Use define-obsolete-variable-alias.
2682
2683 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2684 * calendar/calendar.el (calendar-font-lock-keywords):
2685 * calendar/diary-lib.el (diary-font-lock-keywords)
2686 (diary-fancy-font-lock-keywords):
2687 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2688 * textmodes/reftex-index.el (reftex-insert-index):
2689 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2690 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2691 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2692 * progmodes/prolog.el (prolog-font-lock-keywords):
2693 * progmodes/idlwave.el (idlwave-idl-keywords):
2694 * progmodes/ada-mode.el (ada-font-lock-keywords):
2695 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2696
2697 2012-09-24 Glenn Morris <rgm@gnu.org>
2698
2699 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2700
2701 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2702
2703 * progmodes/python.el (python-indent-line): More consistent cursor
2704 movement behavior.
2705
2706 2012-09-23 Stefan Merten <smerten@oekonux.de>
2707
2708 * textmodes/rst.el: Fix compiler warning.
2709
2710 2012-09-23 Roland Winkler <winkler@gnu.org>
2711
2712 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2713 Transcribe also LaTeX hyphenation.
2714 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2715 bibtex-reformat-previous-options.
2716
2717 2012-09-23 Roland Winkler <winkler@gnu.org>
2718
2719 * proced.el (proced-renice-command): New variable.
2720 (proced-marked-processes): New function.
2721 (proced-with-processes-buffer): New macro.
2722 (proced-send-signal): Use them.
2723 (proced-renice): New command bound to r.
2724
2725 2012-09-23 Roland Winkler <winkler@gnu.org>
2726
2727 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2728 ibuffer-saved-filter-groups has one element, shortcut the call of
2729 completing-read. (Bug#12331)
2730
2731 2012-09-23 Chong Yidong <cyd@gnu.org>
2732
2733 * bindings.el (mode-line-toggle-read-only):
2734 * bs.el (bs-toggle-readonly):
2735 * buff-menu.el (Buffer-menu-toggle-read-only):
2736 * dired.el (dired-toggle-read-only):
2737 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2738
2739 2012-09-23 Chong Yidong <cyd@gnu.org>
2740
2741 * image.el (image-type-available-p): Adapt to init-image-library
2742 argument changes.
2743
2744 2012-09-22 Juri Linkov <juri@jurta.org>
2745
2746 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2747 `dired-toggle-read-only'. (Bug#12462)
2748
2749 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2750
2751 * subr.el (temp-output-buffer-show): New function.
2752 (with-output-to-temp-buffer): Call temp-output-buffer-show
2753 instead of internal-temp-output-buffer-show.
2754
2755 2012-09-22 Chong Yidong <cyd@gnu.org>
2756
2757 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2758 (Bug#12462).
2759
2760 * repeat.el (repeat): Doc fix (Bug#12348).
2761
2762 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2763 (Bug#10909).
2764
2765 * simple.el (shell-command-on-region): Doc fix.
2766 (read-only-mode): Doc fix.
2767
2768 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2769
2770 * emacs-lisp/timer.el (run-with-idle-timer)
2771 (timer-activate-when-idle): Warn against reinvoking an idle timer
2772 from within its own timer action. (Bug#12447)
2773
2774 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2775
2776 * cus-start.el (window-combination-limit): Add new optional
2777 values.
2778 * window.el (temp-buffer-window-show)
2779 (window--try-to-split-window): Handle new values of
2780 window-combination-limit (Bug#1806).
2781 (split-window): Test window-combination-limit for t instead of
2782 non-nil.
2783 (display-buffer-at-bottom): New buffer display action function.
2784 * help.el (temp-buffer-resize-regexps): New option.
2785 (temp-buffer-resize-mode): Rewrite doc-string.
2786 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2787 Don't resize reused window. Suggested by Glenn Morris.
2788
2789 2012-09-22 Stefan Merten <smerten@oekonux.de>
2790
2791 * textmodes/rst.el: Revamp section title faces.
2792 (rst-official-version)
2793 (rst-package-emacs-version-alist): Sync with official version
2794 V1.4.0.
2795 (rst-faces-defaults, rst-set-level-default)
2796 (rst-level-face-max, rst-level-face-base-color)
2797 (rst-level-face-base-light, rst-level-face-format-light)
2798 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2799 (rst-adornment-faces-alist): Match new setup.
2800 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2801 (rst-level-5, rst-level-6): New faces.
2802
2803 2012-09-22 Chong Yidong <cyd@gnu.org>
2804
2805 * simple.el (undo): Handle indirect buffers (Bug#8207).
2806
2807 2012-09-21 Leo Liu <sdl.web@gmail.com>
2808
2809 IDO: Disable match re-ordering for buffer switching.
2810 * ido.el (ido-buffer-disable-smart-matches): New variable.
2811 (ido-set-matches-1): Use it. (Bug#2042)
2812
2813 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2814
2815 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2816 Fix 2011-05-17 change. (Bug#12418)
2817
2818 2012-09-21 Leo Liu <sdl.web@gmail.com>
2819
2820 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2821
2822 2012-09-21 Glenn Morris <rgm@gnu.org>
2823
2824 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2825 Be more robust about locating simple.el.
2826
2827 2012-09-21 Glenn Morris <rgm@gnu.org>
2828
2829 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2830
2831 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2832
2833 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2834
2835 2012-09-20 Juri Linkov <juri@jurta.org>
2836
2837 * replace.el (query-replace-read-from): Use `read-regexp' instead
2838 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2839 (occur-read-primary-args): Use `read-regexp' instead of
2840 `read-string'.
2841 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2842 `read-from-minibuffer'.
2843 * isearch.el (isearch-occur): Use `read-regexp' instead of
2844 `read-string'.
2845 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2846 `read-from-minibuffer'.
2847 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2848 of `read-string'. (Bug#7567)
2849
2850 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2851 and allow accepting a list of strings prepended to a list of
2852 standard default values. Doc fix. (Bug#12321)
2853
2854 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2855
2856 * replace.el (read-regexp): Don't add ": " when PROMPT already
2857 ends with a colon and space. (Bug#12321)
2858
2859 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2860
2861 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2862 error.
2863
2864 2012-09-20 Stefan Merten <smerten@oekonux.de>
2865
2866 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2867 Fixes feature request bug#11711.
2868 (rst-mode): Create `imenu-create-index-function'.
2869 (rst-get-stripped-line): Delete after refactoring.
2870 (rst-section-tree, rst-section-tree-rec)
2871 (rst-section-tree-point): Refactor and document properly.
2872 (rst-imenu-find-adornments-for-position)
2873 (rst-imenu-convert-cell, rst-imenu-create-index):
2874 New function.
2875
2876 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2879 (macroexp--expand-all): Use it.
2880 (macroexp--funcall-and-return): Remove by folding it into its sole
2881 caller (macroexp--warn-and-return).
2882 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2883 Use macroexp--obsolete-warning.
2884
2885 * calc/calc.el: Fix last change by removing the whole chunk, since it
2886 was only needed back when Calc was not bundled.
2887
2888 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2889
2890 * emacs-lisp/debug.el (debug): Restore assignment to
2891 debugger-old-buffer removed on 2012-09-08.
2892
2893 2012-09-20 Juri Linkov <juri@jurta.org>
2894
2895 * dired-aux.el (dired-diff): Remove (require 'diff) since
2896 `diff-latest-backup-file' is now autoloaded.
2897
2898 2012-09-20 Chong Yidong <cyd@gnu.org>
2899
2900 * vc/diff.el (diff-latest-backup-file): Autoload.
2901
2902 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * calc/calc.el: Remove redundant autoload shape check.
2905 (sel-mode): Don't defvar.
2906 (calc-get-stack-element): Add `sel-mode' arg instead.
2907 (calc-top, calc-top-list): Pass it this additional argument.
2908 * calc/calc-store.el (calc-store-map):
2909 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2910 (calc-map-equation, calc-outer-product, calc-inner-product):
2911 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2912
2913 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2914
2915 2012-09-19 Juri Linkov <juri@jurta.org>
2916
2917 * dired-aux.el (dired-diff): Add (require 'diff) because
2918 `diff-latest-backup-file' is not autoloaded.
2919 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2920 of `dired-get-filename' to t to not report error when there is
2921 no default file on the current line.
2922
2923 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2926 macroexp--eval-if-compile.
2927 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2928 (macroexp--expand-all): Use them (bug#12371).
2929
2930 * doc-view.el (doc-view-guess-paper-size)
2931 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2932
2933 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2934
2935 New feature: set optimal slice from BoundingBox information.
2936 * doc-view.el (doc-view-mode-map): Add keybinding.
2937 (doc-view-menu): Add menu entry.
2938 (doc-view-set-slice): Adapt docstring.
2939 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2940 (doc-view-scale-bounding-box)
2941 (doc-view-set-slice-from-bounding-box): New functions.
2942 (doc-view-paper-sizes): New defvar.
2943
2944 2012-09-19 Glenn Morris <rgm@gnu.org>
2945
2946 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2947 (byte-compile-log-warning): Autoload. (Bug#12371)
2948
2949 * calendar/calendar.el (calendar-american-month-header)
2950 (calendar-european-month-header, calendar-iso-month-header)
2951 (calendar-month-header): New options.
2952 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2953 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2954
2955 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2956
2957 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2958
2959 2012-09-18 Juri Linkov <juri@jurta.org>
2960
2961 * dired-aux.el (dired-diff): Restore original functionality of
2962 getting the default value, but keep new feature of using the
2963 latest existing backup file (`diff-latest-backup-file').
2964
2965 2012-09-18 Juri Linkov <juri@jurta.org>
2966
2967 * dired.el (dired-mark): If the region is active in Transient Mark
2968 mode, mark all files in the active region. Doc fix.
2969 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2970 Doc fix. (Bug#10624)
2971
2972 2012-09-18 Juri Linkov <juri@jurta.org>
2973
2974 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2975 attributes for M-n are pulled from the file at point.
2976 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2977 Suggested by Drew Adams. (Bug#10624)
2978
2979 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2980
2981 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2982 whitespace after "end".
2983 (ruby-do-end-to-brace): Collapse block to one line if it fits
2984 within fill-column.
2985
2986 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2987
2988 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2989 value.
2990 (debug): Don't remove debugger window when debugger is expected
2991 to be back.
2992
2993 2012-09-18 Chong Yidong <cyd@gnu.org>
2994
2995 * custom.el (defface): Doc fix.
2996
2997 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2998
2999 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
3000
3001 * progmodes/compile.el (compilation-start): Use compilation-always-kill
3002 to initialize query-on-exit; then test that instead (bug#12288).
3003
3004 2012-09-17 Stefan Merten <smerten@oekonux.de>
3005
3006 * textmodes/rst.el: Add support for `testcover'.
3007 (rst-defcustom-testcover, rst-testcover-add-compose)
3008 (rst-testcover-add-1value): New functions.
3009 (rst-portable-mark-active-p): Replace by `use-region-p'.
3010 (rst-update-section, rst-classify-adornment)
3011 (rst-find-title-line): Mark `1value' forms.
3012 (rst-classify-adornment): Remove superfluous form.
3013 (rst-update-section, rst-get-adornments-around)
3014 (rst-adornment-complete-p, rst-get-next-adornment)
3015 (rst-adjust, rst-promote-region)
3016 (rst-display-adornments-hierarchy, rst-straighten-adornments)
3017 (rst-find-pfx-in-region, rst-section-tree-rec)
3018 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3019 (rst-toc-node, rst-toc, rst-forward-section)
3020 (rst-iterate-leftmost-paragraphs)
3021 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3022 (rst-bullet-list-region)
3023 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3024 (rst-compile-find-conf, rst-compile)
3025 (rst-repeat-last-character): Fix style.
3026
3027 2012-09-17 Chong Yidong <cyd@gnu.org>
3028
3029 * comint.el (comint--complete-file-name-data): Don't add a space
3030 if the status is `sole'; that adds a gratuitous space in the
3031 completion-cycling case (Bug#12092).
3032
3033 * pcomplete.el (pcomplete-completions-at-point): Likewise.
3034
3035 2012-09-17 Richard Stallman <rms@gnu.org>
3036
3037 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3038 only in the mime-shown mode, not in raw mode.
3039 (rmail-mime): Toggle off mime by displaying the message without
3040 mime processing. (Bug#12305)
3041
3042 * mail/rmail.el (rmail-retry-failure):
3043 Turn off mime processing first. (Bug#12037)
3044
3045 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3046
3047 2012-09-17 Chong Yidong <cyd@gnu.org>
3048
3049 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3050 (shell-dynamic-complete-functions): Convert to defcustom.
3051 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3052
3053 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3054 * comint.el (comint-prompt-read-only):
3055 * custom.el (defcustom):
3056 * hi-lock.el (hi-lock-mode):
3057 * ibuffer.el (ibuffer-formats):
3058 * ielm.el (ielm-prompt-read-only):
3059 * novice.el (disable-command):
3060 * saveplace.el (toggle-save-place):
3061 * speedbar.el (speedbar-supported-extension-expressions):
3062 * startup.el (auto-save-list-file-prefix, init-file-user)
3063 (after-init-hook, inhibit-startup-echo-area-message):
3064 * strokes.el (strokes-help):
3065 * time-stamp.el (time-stamp):
3066 * calendar/calendar.el (calendar, diary-file):
3067 * calendar/diary-lib.el (diary-mail-entries, diary)
3068 (diary-list-entries-hook):
3069 * calendar/holidays.el (holidays, calendar-holidays):
3070 * calendar/lunar.el (lunar-phases):
3071 * calendar/solar.el (sunrise-sunset):
3072 * emulation/edt.el (edt-load-keys):
3073 * emulation/viper.el (viper-mode):
3074 * eshell/em-alias.el (eshell-command-aliases-list):
3075 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3076 * international/ogonek.el (ogonek-information):
3077 * net/tramp-cmds.el (tramp-bug):
3078 * net/quickurl.el (quickurl-reread-hook-postfix):
3079 * play/decipher.el (decipher-font-lock-keywords):
3080 * progmodes/cc-styles.el (c-set-style):
3081 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3082 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3083 * progmodes/octave-mod.el (octave-mode):
3084 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3085 * progmodes/verilog-mode.el (verilog-read-defines):
3086 * textmodes/two-column.el (2C-mode): Likewise.
3087
3088 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3089
3090 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3091 that holds many addresses.
3092
3093 2012-09-16 Chong Yidong <cyd@gnu.org>
3094
3095 * align.el (align-areas): Call the indication function with
3096 positions instead of markers for arguments (Bug#12343).
3097
3098 * files.el (parse-colon-path): Use split-string (Bug#12351).
3099
3100 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3101 (display-buffer-function): Mark as obsolete.
3102
3103 * progmodes/compile.el (compilation-parse-errors): Accept list
3104 values similar to font-lock-keywords (Bug#12136).
3105 Suggested by Oleksandr Manzyuk.
3106 (compilation-error-regexp-alist): Doc fix.
3107
3108 2012-09-15 Glenn Morris <rgm@gnu.org>
3109
3110 * version.el (emacs-bzr-version-bzr): New function.
3111 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3112
3113 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3114 checkouts, check the parent dirstate matches the branch.
3115 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3116 empty string.
3117
3118 * version.el (emacs-bzr-version): Doc fix.
3119 (emacs-bzr-version-dirstate): New function.
3120 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3121 is local try and check that it matches the branch. If not, just
3122 use dirstate information. (Bug#12441)
3123
3124 2012-09-14 Juri Linkov <juri@jurta.org>
3125
3126 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3127 (Bug#12399)
3128
3129 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3132
3133 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3134 Remove obsolete byte-compiler hack that tried to silence some warnings.
3135 (edebug-submit-bug-report): Remove.
3136 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3137 Remove aliases, use the un-prefixed name instead.
3138 (edebug-pop-to-buffer): Consider other frames.
3139 (edebug-original-read):: Make it more obvious that it's always defined.
3140 (edebug--make-form-data-entry, edebug--form-data-name)
3141 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3142 single-dashed name, and implement with cl-defstruct.
3143 (edebug-set-form-data-entry): Use the standard accessors.
3144 (edebug-make-top-form-data-entry): Use push.
3145 (edebug-no-match): Drop useless `funcall'.
3146 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3147 to functions.
3148 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3149 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3150 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3151 (easy-menu-define, with-custom-print): Remove redundant specs.
3152 (edebug-outside-overriding-local-map)
3153 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3154 (edebug--display): Bind unread-command-events directly to nil rather
3155 than binding it to unread-command-events and later setting it to nil.
3156 (edebug--display): Kill edebug-eval-buffer here...
3157 (edebug--recursive-edit): ...rather than here.
3158 Bind standard-output and standard-input.
3159 (edebug-eval): Check cl-macroexpand-all is fboundp.
3160 (edebug-temp-display-freq-count): Fix last change.
3161
3162 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3163 * subr.el (noreturn, 1value): Add `debug' spec.
3164 * emacs-lisp/advice.el: Require cl-lib.
3165 (ad-copy-tree): Remove, use copy-tree instead.
3166 (ad-dolist): Remove use dolist or cl-dolist instead.
3167 (ad-do-return): Remove, use cl-return instead.
3168 (defadvice): Add `debug' spec.
3169
3170 2012-09-13 Juri Linkov <juri@jurta.org>
3171
3172 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3173 (Bug#12399)
3174
3175 2012-09-13 Glenn Morris <rgm@gnu.org>
3176
3177 * calc/calc.el (math-compose-expr):
3178 * calc/calc-ext.el (math-compose-expr):
3179 * progmodes/cc-defs.el (cl-macroexpand-all):
3180 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3181 (cl-macroexpand-all): Update declarations.
3182
3183 * vc/vc.el: No need to require ediff.
3184 (ediff-load-version-control): Declare.
3185 (ediff-vc-internal): Fix declaration.
3186 (vc-version-ediff): Require ediff.
3187
3188 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3189
3190 Use a more backwards-compatible timer format (Bug#12430).
3191 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3192 being right after USECS, as that better supports old code that
3193 inadvisedly looked directly at the timer vector.
3194
3195 2012-09-13 Kenichi Handa <handa@gnu.org>
3196
3197 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3198 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3199 `coding-priority' property of these language environment.
3200
3201 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3202
3203 Fix glitches caused by addition of psec to timers (Bug#12430).
3204 * image.el (image-animate-timer):
3205 * time.el (display-time-world-timer):
3206 Use timer--function and timer--args rather than raw access to
3207 timer vector.
3208
3209 2012-09-13 Glenn Morris <rgm@gnu.org>
3210
3211 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3212 If not compiling a file, try using load-file-name.
3213
3214 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3217 Fix last change.
3218 (edebug-update-eval-list): Use `push'.
3219
3220 * emacs-lisp/edebug.el: Use lexical-binding.
3221 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3222 Mark unused args with underscore.
3223 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3224 (edebug-form-data): Use defvar-local.
3225 (edebug-make-before-and-after-form, edebug-make-after-form):
3226 Use backquote.
3227 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3228 Not dynamically scoped any more.
3229 (edebug--enter-trace): Add arguments `function' and `args'.
3230 Rename from edebug-enter-trace.
3231 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3232 (edebug--update-coverage): Add `after-index' and `value' args.
3233 Rename from edebug-update-coverage.
3234 (edebug-slow-after): Call it accordingly.
3235 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3236 edebug-recursive-edit.
3237 (edebug--display): Call it accordingly. Add args `value',
3238 `offset-index', and `arg-mode'. Rename from edebug-display.
3239 (edebug-debugger, edebug): Call it accordingly.
3240 (edebug-eval-display-list): Use dolist.
3241
3242 2012-09-12 Juri Linkov <juri@jurta.org>
3243
3244 * info.el (Info-search): Don't check for isearch-mode and
3245 isearch-regexp before let-binding search-spaces-regexp to
3246 Info-search-whitespace-regexp.
3247 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3248 search-whitespace-regexp if isearch-lax-whitespace or
3249 isearch-regexp-lax-whitespace is non-nil.
3250 (Info-mode): Don't set local variable search-whitespace-regexp.
3251 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3252
3253 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3256 (debugger-env-macro): Remove support for unread-command-char.
3257
3258 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3259 the temporary map re-appearing on emulation-mode-map-alists.
3260
3261 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3262 since 22.1.
3263
3264 * ehelp.el (with-electric-help): Accept functions in
3265 electric-help-form-to-execute.
3266 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3267 And replace unread-command-char -> unread-command-events.
3268
3269 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3270
3271 Sync with Tramp 2.2.6.
3272
3273 * net/tramp.el (tramp-accept-process-output): Don't use
3274 JUST-THIS-ONE in the XEmacs case.
3275
3276 * net/trampver.el: Update release number.
3277
3278 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3279
3280 * emacs-lisp/debug.el (debugger-previous-window-height):
3281 New variable.
3282 (debug): When debugger-jumping-flag is non-nil try to restore
3283 height of debugger window. (Bug#8789)
3284
3285 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3288 overriding-local-map and pre/post-command-hook here.
3289 (edebug-recursive-edit): Do it here instead (bug#12345).
3290 (edebug-outside-unread-command-char): Remove all uses of
3291 unread-command-char.
3292
3293 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3294 inhibit-debugger is bound instead.
3295
3296 2012-09-11 Bastien Guerry <bzg@gnu.org>
3297
3298 * subr.el (set-temporary-overlay-map): Add a docstring.
3299 (Bug#12346)
3300
3301 2012-09-11 Bastien Guerry <bzg@gnu.org>
3302
3303 * minibuffer.el (completion-table-subvert): Fix docstring.
3304 (Bug#12347)
3305
3306 2012-09-11 Bastien Guerry <bzg@gnu.org>
3307
3308 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3309
3310 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3311
3312 * progmodes/sql.el: Version 3.1
3313 (sql-db2-escape-newlines): New variable.
3314 (sql-escape-newlines-filter): Use it.
3315
3316 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3317
3318 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3319
3320 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3321
3322 * vc/diff-mode.el (diff-mode-menu):
3323 Bind diff-remove-trailing-whitespace.
3324
3325 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3328 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3329 (emacs-lisp-byte-code-mode): New functions.
3330 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3331 (eval-defun-2): Remove bogus interactive spec.
3332 (lisp-indent-line): Remove redundant whole-exp code, now done in
3333 indent-according-to-mode.
3334 (save-match-data): Remove redundant indent data.
3335
3336 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3337 Use `declare'.
3338
3339 2012-09-09 Juri Linkov <juri@jurta.org>
3340
3341 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3342 (replace-lax-whitespace, query-replace-regexp)
3343 (query-replace-regexp-eval, replace-regexp): Doc fix.
3344 (perform-replace, replace-highlight): Let-bind
3345 isearch-lax-whitespace to replace-lax-whitespace and
3346 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3347
3348 * isearch.el (isearch-query-replace): Let-bind
3349 replace-lax-whitespace to isearch-lax-whitespace and
3350 replace-regexp-lax-whitespace to
3351 isearch-regexp-lax-whitespace. (Bug#10885)
3352
3353 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3356
3357 2012-09-09 Alan Mackenzie <acm@muc.de>
3358
3359 * progmodes/cc-engine.el (c-state-cache-init):
3360 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3361 (c-record-parse-state-state):
3362 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3363
3364 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3365
3366 * register.el (register-separator): Rename from
3367 separator-register. All uses changed. Doc fix.
3368 (register): Fix version.
3369
3370 2012-09-09 Chong Yidong <cyd@gnu.org>
3371
3372 * replace.el (query-replace-map): Bind four new symbols for
3373 requesting window scrolling.
3374
3375 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3376 query-replace-map (Bug#8948).
3377
3378 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3379
3380 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3381 since they are now in query-replace-map.
3382
3383 * window.el (scroll-other-window-down): Make the arg optional.
3384
3385 2012-09-09 Chong Yidong <cyd@gnu.org>
3386
3387 * files.el (hack-local-variables-confirm): Use quit-window to kill
3388 the *Local Variables* buffer.
3389
3390 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3391
3392 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3393 not just expect to be at its beginning. Adjust callees.
3394 Succeed when do-end block has no space before the pipe character.
3395 (ruby-brace-to-do-end): When the original block is one-liner,
3396 convert to multiline. Reindent the result.
3397
3398 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3399
3400 * register.el (register): New group.
3401 (separator-register): New user option.
3402 (increment-register): Route it to `append-to-register', if
3403 register contains text. Implication is that `C-x r +' can now be
3404 used for appending to a text register (bug#12217).
3405 (append-to-register, prepend-to-register): Add separator based on
3406 `separator-register'.
3407
3408 2012-09-08 Alan Mackenzie <acm@muc.de>
3409
3410 AWK Mode: make auto-newline work when there's "==" in the pattern.
3411 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3412 correctly.
3413 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3414 Test more rigorously for "=" token.
3415
3416 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3417
3418 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3419 Only fail when reached LIMIT.
3420
3421 2012-09-08 Chong Yidong <cyd@gnu.org>
3422
3423 * dired.el (dired-mode-map): Don't bind M-=.
3424
3425 * dired-aux.el (dired-diff): Use backup file as default.
3426
3427 2012-09-08 Drew Adams <drew.adams@oracle.com>
3428
3429 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3430
3431 2012-09-08 Chong Yidong <cyd@gnu.org>
3432
3433 * subr.el (syntax-after, syntax-class): Doc fix.
3434
3435 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3436
3437 * window.el (display-buffer-in-previous-window): New buffer
3438 display action function.
3439
3440 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3441 (debugger-previous-window): New variable.
3442 (debug): Rewrite using display-buffer-in-previous-window,
3443 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3444
3445 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3448
3449 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3450
3451 * progmodes/python.el (python-shell-send-string):
3452 When default-directory is remote, create temp file on remote
3453 filesystem.
3454 (python-shell-send-file): When file is remote, pass local view of
3455 file paths to remote Python interpreter. (Bug#12340)
3456
3457 2012-09-07 Chong Yidong <cyd@gnu.org>
3458
3459 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3460
3461 * files.el (after-find-file): Don't fail on a read-only buffer if
3462 require-final-newline is `visit' or `visit-save' (Bug#11156).
3463
3464 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3465
3466 * userlock.el (ask-user-about-supersession-threat):
3467 Use read-char-choice (Bug#12093).
3468
3469 2012-09-07 Chong Yidong <cyd@gnu.org>
3470
3471 * subr.el (buffer-narrowed-p): New function.
3472
3473 * ses.el (ses-widen):
3474 * simple.el (count-words--buffer-message):
3475 * net/browse-url.el (browse-url-of-buffer): Use it.
3476
3477 * simple.el (count-words-region): Don't signal an error if there
3478 is a non-nil prefix arg and the mark is not set.
3479
3480 * help.el (describe-key-briefly): Allow the message to be seen
3481 when invoked from the minibuffer (Bug#7014).
3482
3483 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3484
3485 * progmodes/ruby-mode.el (ruby-end-of-defun)
3486 (ruby-beginning-of-defun): Simplify, allow indentation before
3487 block beginning and end keywords.
3488 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3489 (ruby-end-of-defun): Expect that the point is at the beginning of
3490 the defun.
3491
3492 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3495 (bug#12367).
3496 (cl--make-usage-args): Strip _ from argument names.
3497
3498 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3499
3500 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3501 obsolete alias speedbar-key-map.
3502 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3503 (vhdl-index-menu-init): Don't use obsolete variable
3504 font-lock-maximum-size.
3505
3506 2012-09-06 Chong Yidong <cyd@gnu.org>
3507
3508 * frame.el (window-system-version): Mark as obsolete.
3509
3510 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3511 of obsolete variable speedbar-key-map.
3512
3513 2012-09-06 Juri Linkov <juri@jurta.org>
3514
3515 * replace.el (replace-lax-whitespace): New defcustom.
3516 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3517 (replace-string, replace-regexp): Mention it in docstrings.
3518 (perform-replace, replace-highlight): Let-bind
3519 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3520 to the values of replace-lax-whitespace and regexp-flag.
3521 Don't let-bind search-whitespace-regexp. (Bug#10885)
3522
3523 * isearch.el (isearch-query-replace): Let-bind
3524 replace-lax-whitespace instead of let-binding
3525 replace-search-function and replace-re-search-function.
3526 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3527 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3528 (isearch-toggle-symbol): Set isearch-regexp to nil
3529 in isearch-word mode (like in isearch-toggle-word).
3530
3531 2012-09-06 Juri Linkov <juri@jurta.org>
3532
3533 * replace.el (replace-search-function)
3534 (replace-re-search-function): Set default values to nil.
3535 (perform-replace): Let-bind isearch-related variables based on
3536 replace-related values, call `isearch-search-fun' and let-bind
3537 the result to `search-function'. Remove code that sets
3538 `search-function' and `search-string' separately for
3539 `delimited-flag'.
3540 (replace-highlight): Add new argument `delimited-flag' and
3541 rename other arguments to the names used in `perform-replace'.
3542 Let-bind `isearch-word' to the argument `delimited-flag'.
3543 (Bug#10885, bug#10887)
3544
3545 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3546
3547 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3548 ruby-beginning-of-indent, simplify, allow all keywords to have
3549 indentation before them.
3550 (ruby-beginning-of-indent): Adjust for above. Search until the
3551 found point is not inside a string or comment.
3552 (ruby-font-lock-keywords): Allow symbols to start with "@"
3553 character, give them higher priority than variables.
3554 (ruby-syntax-propertize-function)
3555 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3556 matchers. Expression expansions are not comments when inside a
3557 string, and there comment syntax status is irrelevant.
3558 (ruby-match-expression-expansion): New function. Check that
3559 expression expansion is inside a string, and it's not escaped.
3560 (ruby-font-lock-keywords): Use it.
3561
3562 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3563
3564 * help.el (temp-buffer-max-height): New default value.
3565 (temp-buffer-resize-frames): New option.
3566 (resize-temp-buffer-window): Optionally resize frame.
3567
3568 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3569 (fit-frame-to-buffer): New function.
3570
3571 2012-09-05 Glenn Morris <rgm@gnu.org>
3572
3573 * emulation/cua-rect.el (cua--init-rectangles):
3574 * textmodes/picture.el (picture-mode-map):
3575 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3576 like forward-char and backward-char. (Bug#12317)
3577
3578 2012-09-05 Leo Liu <sdl.web@gmail.com>
3579
3580 * progmodes/flymake.el (flymake-warning-re): New variable.
3581 (flymake-parse-line): Use it.
3582
3583 2012-09-05 Glenn Morris <rgm@gnu.org>
3584
3585 * calendar/holidays.el (holiday-christian-holidays):
3586 Rename an entry. (Bug#12289)
3587
3588 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3591 (bug#12222).
3592
3593 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * loadup.el: Load macroexp. Remove hack.
3596 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3597 (macroexp--expand-all): Use it to get better warnings.
3598 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3599 (internal-macroexpand-for-load): New functions.
3600 (macroexp--pending-eager-loads): New var.
3601 (emacs-startup-hook): New hack to replace one in loadup.el.
3602 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3603 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3604 (cl-psetf): Simplify.
3605 (cl-defstruct): Add indent rule.
3606
3607 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3608
3609 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3610 over `user-mail-address' for the SMTP MAIL FROM envelope.
3611 (smtpmail-via-smtp): Ditto.
3612
3613 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3614
3615 * progmodes/ruby-mode.el: Clean up keybindings.
3616 (ruby-mode-map): Don't bind ruby-electric-brace,
3617 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3618 backward-kill-word, reindent-then-newline-and-indent.
3619 (ruby-mark-defun): Remove.
3620 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3621 (ruby-mode): Set local beginning-of-defun-function and
3622 end-of-defun-function values.
3623
3624 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3625
3626 * window.el (temp-buffer-window-setup-hook)
3627 (temp-buffer-window-show-hook): New hooks.
3628 (temp-buffer-window-setup, temp-buffer-window-show)
3629 (with-temp-buffer-window): New functions.
3630 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3631 (special-display-popup-frame): Make sure the window used shows BUFFER.
3632
3633 * help.el (temp-buffer-resize-mode): Fix doc-string.
3634 (resize-temp-buffer-window): New optional argument WINDOW.
3635
3636 * files.el (recover-file, save-buffers-kill-emacs):
3637 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3638
3639 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3642 remote definition of `default-directory', ensure we can connect.
3643
3644 2012-09-02 Juri Linkov <juri@jurta.org>
3645
3646 Toggle whitespace matching mode with M-s SPC.
3647 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3648
3649 * isearch.el (search-whitespace-regexp): Doc fix.
3650 Remove cons cell customization.
3651 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3652 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3653 New variables.
3654 (isearch-forward, isearch-forward-regexp): Doc fix.
3655 (isearch-toggle-lax-whitespace): New command.
3656 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3657 (re-search-forward-lax-whitespace)
3658 (re-search-backward-lax-whitespace): New functions.
3659 (isearch-whitespace-regexp): Remove function.
3660 (isearch-query-replace): Let-bind replace-search-function and
3661 replace-re-search-function.
3662 (isearch-occur): Let-bind search-spaces-regexp according to the
3663 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3664 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3665 condition for C-q SPC.
3666 (isearch-search-fun-default): Use new functions mentioned above.
3667 (isearch-search-forward, isearch-search-backward): Remove functions.
3668 (isearch-search): Don't let-bind search-spaces-regexp.
3669 (isearch-lazy-highlight-space-regexp): Remove variable.
3670 (isearch-lazy-highlight-lax-whitespace)
3671 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3672 (isearch-lazy-highlight-new-loop): Use them.
3673 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3674
3675 2012-09-02 Chong Yidong <cyd@gnu.org>
3676
3677 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3678
3679 2012-09-02 Glenn Morris <rgm@gnu.org>
3680
3681 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3682
3683 2012-09-01 Glenn Morris <rgm@gnu.org>
3684
3685 * term.el: Tidy up menu definitions.
3686 (term-mode-map): Use easymenu for In/Out, Complete menus.
3687 (term-pager-break-map): Initialize in the defvar.
3688 (term-terminal-menu, term-signals-menu): Define with easymenu.
3689 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3690 (term-pager-menu): New, extracted from term-process-pager.
3691 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3692 (term-update-mode-line): Propertize line/char and page items.
3693 (term-process-pager): Move keymap initialization elsewhere.
3694
3695 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3696
3697 * window.el (switch-to-prev-buffer): Handle additional values of
3698 BURY-OR-KILL argument. Don't switch in minibuffer window.
3699 (switch-to-next-buffer): Don't switch in minibuffer window.
3700 (quit-restore-window): New function based on quit-window.
3701 Handle additional values of former KILL argument.
3702 (quit-window): Call quit-restore-window with appropriate
3703 interpretation of KILL argument.
3704 (display-buffer-below-selected): New buffer display action
3705 function.
3706
3707 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * minibuffer.el (completion-at-point-functions): Complete docstring
3710 (bug#12254).
3711
3712 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3713
3714 Better seed support for (random).
3715 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3716 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3717 * play/mpuz.el, play/tetris.el, play/zone.el:
3718 * calc/calc-comb.el (math-init-random-base):
3719 * play/blackbox.el (bb-init-board):
3720 * play/life.el (life):
3721 * server.el (server-use-tcp):
3722 * type-break.el (type-break):
3723 Remove unnecessary call to (random t).
3724 * net/sasl.el (sasl-unique-id-function):
3725 Change (random t) to (random), now that the latter is more random.
3726 * play/life.el (life-initialized): Remove no-longer-needed var.
3727
3728 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3729
3730 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3731 Consider frame's buffer predicate when choosing the buffer.
3732 (Bug#12081)
3733
3734 2012-08-30 Richard Stallman <rms@gnu.org>
3735
3736 * simple.el (special-mode-map): Delete binding for `z'.
3737
3738 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3739
3740 * progmodes/compile.el (compilation-always-kill): Doc fix.
3741
3742 2012-08-30 Chong Yidong <cyd@gnu.org>
3743
3744 * window.el (display-buffer-reuse-frames): Make the obsolescence
3745 message more informative.
3746
3747 2012-08-30 Glenn Morris <rgm@gnu.org>
3748
3749 * paren.el (show-paren-delay):
3750 Add a :set function. Doc fix. (Bug#12297)
3751
3752 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3753
3754 * progmodes/compile.el (compilation-always-kill): New var.
3755 (compilation-start): Use it.
3756
3757 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3760 * files.el (read-only-mode): Move to simple.el.
3761
3762 * files.el (read-only-mode): New minor mode.
3763 (toggle-read-only): Use it and mark obsolete.
3764 (find-file--read-only):
3765 * vc/vc.el (vc-next-action, vc-checkout):
3766 * vc/vc-cvs.el (vc-cvs-checkout):
3767 * obsolete/vc-mcvs.el (vc-mcvs-update):
3768 * ffap.el (ffap--toggle-read-only): Update callers.
3769
3770 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3771
3772 * eshell/esh-ext.el (eshell-external-command): Do not examine
3773 remote shell scripts.
3774 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3775
3776 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3777 "/usr/local/sbin".
3778
3779 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3782
3783 2012-08-28 Leo Liu <sdl.web@gmail.com>
3784
3785 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3786 completion-at-point. (Bug#12220)
3787
3788 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3789
3790 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3791
3792 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3795 be buffer-local; add delete-trailing-whitespace (bug#12259).
3796
3797 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3798
3799 * progmodes/hideif.el (hif-compress-define-list):
3800 Fix typo. (Bug#11951)
3801
3802 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3803
3804 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3805 buffer local setting.
3806
3807 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3808 rcirc-encode-coding-system.
3809
3810 2012-08-28 Leo Liu <sdl.web@gmail.com>
3811
3812 * net/rcirc.el (rcirc-split-message): New function.
3813 (rcirc-send-message): Use it. (Bug#12051)
3814
3815 2012-08-28 Juri Linkov <juri@jurta.org>
3816
3817 * info.el (Info-fontify-node): Hide empty lines at the end of
3818 the node. (Bug#12272)
3819
3820 2012-08-27 Drew Adams <drew.adams@oracle.com>
3821
3822 * dired.el (dired-pop-to-buffer): Make window start at beginning
3823 of buffer (Bug#12281).
3824
3825 2012-08-26 Chong Yidong <cyd@gnu.org>
3826
3827 * window.el (special-display-regexps, special-display-frame-alist)
3828 (special-display-buffer-names, special-display-function)
3829 (display-buffer-reuse-frames): Mark as obsolete.
3830
3831 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3832
3833 * help.el (help-print-return-message): Don't treat
3834 display-buffer-reuse-frames specially.
3835
3836 2012-08-26 Chong Yidong <cyd@gnu.org>
3837
3838 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3839 New variable, replacing gdb-frame-parameters.
3840 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3841 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3842 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3843 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3844 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3845 the functions directly with gdb-display-buffer-other-frame-action.
3846 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3847 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3848 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3849 (gdb-display-registers-buffer): Define directly.
3850 (def-gdb-display-buffer): Macro deleted.
3851 (gdb-display-buffer): Remove second and third args, callers don't
3852 use them. Defer to the default display-buffer behavior, apart
3853 from making windows dedicated.
3854 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3855
3856 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3857
3858 * window.el (display-buffer-pop-up-frame): Handle a
3859 pop-up-frame-parameters alist entry.
3860 (display-buffer): Document it.
3861
3862 2012-08-26 Chong Yidong <cyd@gnu.org>
3863
3864 * isearch.el (search-whitespace-regexp): Make string and nil
3865 values apply to both ordinary and regexp search. Allow a cons
3866 cell value to distinguish between the two.
3867 (isearch-whitespace-regexp, isearch-search-forward)
3868 (isearch-search-backward): New functions.
3869 (isearch-occur, isearch-search-fun-default, isearch-search)
3870 (isearch-lazy-highlight-new-loop): Use them.
3871 (isearch-forward, isearch-forward-regexp): Doc fix.
3872
3873 2012-08-26 Chong Yidong <cyd@gnu.org>
3874
3875 * faces.el (help-argument-name): Always inherit from italic
3876 (Bug#12213).
3877
3878 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3879
3880 * window.el (window--even-window-heights): Even heights when
3881 WINDOW and the selected window form a vertical combination.
3882 (display-buffer-use-some-window): Provide that window used gets
3883 sized back by quit-window. (Bug#11880) and (Bug#12091)
3884
3885 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3886
3887 Fix file time stamp problem with bzr and CVS (Bug#12001).
3888 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3889 in the file's time stamp, since the version control system loses
3890 that information.
3891
3892 2012-08-22 Juri Linkov <juri@jurta.org>
3893
3894 * info.el (Info-fontify-node): Hide the suffix of the
3895 Info file name in the header line. (Bug#12187)
3896
3897 2012-08-22 Glenn Morris <rgm@gnu.org>
3898
3899 * calendar/cal-tex.el (cal-tex-weekly-common):
3900 Restore leading blank page.
3901
3902 2012-08-22 Le Wang <l26wang@gmail.com>
3903
3904 * misc.el (forward-to-word, backward-to-word): Activate or extend
3905 the region under `shift-select-mode'. (Bug#12231)
3906
3907 2012-08-22 Bastien Guerry <bzg@gnu.org>
3908
3909 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3910 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3911 gives details on why the space is never needed.
3912
3913 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3914
3915 * window.el (walk-window-tree, window-with-parameter):
3916 New optional argument MINIBUF to control whether these functions
3917 should run on the minibuffer window.
3918 (window-at-side-list): Don't operate on minibuffer window.
3919 (window-in-direction): Simplify and rewrite doc-string.
3920 (window--size-ignore): Rename to window--size-ignore-p.
3921 Update callers.
3922 (display-buffer-in-atom-window, window--major-non-side-window)
3923 (window--major-side-window, display-buffer-in-major-side-window)
3924 (delete-side-window, display-buffer-in-side-window):
3925 New functions.
3926 (window--side-check, window-deletable-p, delete-window)
3927 (delete-other-windows, split-window): Handle side windows and
3928 atomic windows appropriately.
3929 (window--display-buffer): Call display-buffer-record-window also
3930 when the window buffer did not change.
3931
3932 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3933
3934 * help-fns.el (help-fns--key-bindings):
3935 Abbreviate non-symbol remap targets. (Bug#12174)
3936
3937 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3938
3939 * dired.el (dired-mark-remembered): Don't clobber point.
3940 (Bug#11795)
3941
3942 2012-08-22 Glenn Morris <rgm@gnu.org>
3943
3944 * progmodes/bug-reference.el (bug-reference): New custom group.
3945 (bug-reference-bug-regexp): Make it a defcustom.
3946
3947 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3948
3949 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3950 (js-paren-indent-offset, js-square-indent-offset)
3951 (js-curly-indent-offset): Add :safe (Bug#12257).
3952
3953 2012-08-22 Edward O'Connor <hober0@gmail.com>
3954
3955 * json.el (json-key-format): Add error properties.
3956 (json-encode-key): New function.
3957 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3958 Use json-encode-key.
3959
3960 2012-08-22 Glenn Morris <rgm@gnu.org>
3961
3962 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3963 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3964 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3965 Update for above change.
3966
3967 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3968
3969 * cus-face.el (custom-face-attributes): Fix customize type for the
3970 :underline attribute. (Bug#11805)
3971
3972 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3973
3974 * window.el (window-point-1, set-window-point-1): Remove.
3975 (window-in-direction, record-window-buffer)
3976 (set-window-buffer-start-and-point, split-window-below)
3977 (window--state-get-1, display-buffer-record-window):
3978 Replace calls to window-point-1 and set-window-point-1 by calls to
3979 window-point and set-window-point respectively.
3980
3981 2012-08-21 Glenn Morris <rgm@gnu.org>
3982
3983 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3984 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3985 Use it.
3986
3987 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3988 (cal-tex-shortday): New function.
3989 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3990 (cal-tex-cursor-filofax-daily): Use the above.
3991
3992 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3993 New functions.
3994 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3995 (cal-tex-cursor-filofax-week): Use them.
3996
3997 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3998 New constants.
3999 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4000 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4001
4002 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4003 (cal-tex-end-document): Don't rely on buffer name.
4004
4005 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4006 Use cal-tex-vspace.
4007 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4008 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4009 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4010 Use cal-tex-arg.
4011
4012 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4013 (cal-tex-cursor-week, cal-tex-cursor-week2)
4014 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4015 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4016 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4017 (cal-tex-insert-preamble, cal-tex-b-document)
4018 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4019 Improve cal-tex-cmd usage.
4020
4021 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4022 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4023 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4024 (cal-tex-weekly-paper): New function.
4025 (cal-tex-cursor-week, cal-tex-cursor-week2)
4026 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4027 (cal-tex-cursor-day): Use it.
4028
4029 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4030 (cal-tex-cursor-filofax-week): Remove leading blank page.
4031
4032 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4033 Add autoload cookie. For now at least, don't use color, since
4034 no other cal-tex function does.
4035
4036 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4037 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4038 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4039
4040 2012-08-21 Juri Linkov <juri@jurta.org>
4041
4042 * info.el (Info-file-attributes): New variable.
4043 (info-insert-file-contents): Add file attributes to
4044 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4045 `Info-toc-nodes' when previous modtime of the Info file is less
4046 than new modtime.
4047 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4048 of info.el. (Bug#12230)
4049
4050 2012-08-20 Glenn Morris <rgm@gnu.org>
4051
4052 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4053 * calendar/holidays.el (calendar-holiday-list):
4054 Report errors with display-warning rather than beep'n'sleep.
4055
4056 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * net/tramp.el (tramp-accept-process-output): Accept only output
4059 from PROC. Otherwise, process filters and sentinels might be
4060 confused. (Bug#12145)
4061
4062 2012-08-20 Chong Yidong <cyd@gnu.org>
4063
4064 * descr-text.el (describe-text-properties-1): Use overlays-in to
4065 report on empty overlays (Bug#3322).
4066
4067 2012-08-20 Glenn Morris <rgm@gnu.org>
4068
4069 * mail/rmailout.el (rmail-output-read-file-name):
4070 Trap and report errors in rmail-output-file-alist elements.
4071
4072 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4073 since most non-font-lock faces are not also variables).
4074
4075 2012-08-20 Edward Reingold <reingold@iit.edu>
4076
4077 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4078 New function. (Bug12160)
4079
4080 2012-08-19 Glenn Morris <rgm@gnu.org>
4081
4082 * mail/rmailout.el (rmail-output-read-file-name):
4083 Fix previous change (when the alist is nil or does not match).
4084
4085 2012-08-19 Chong Yidong <cyd@gnu.org>
4086
4087 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4088 (Bug#12228).
4089
4090 2012-08-18 Chong Yidong <cyd@gnu.org>
4091
4092 * simple.el (yank-handled-properties): New defcustom.
4093 (yank-excluded-properties): Add font-lock-face and category.
4094 (yank): Doc fix.
4095
4096 * subr.el (remove-yank-excluded-properties):
4097 Obey yank-handled-properties. The special handling of font-lock-face
4098 and category is now done this way, instead of being hard-coded.
4099 (insert-for-yank-1): Remove font-lock-face handling.
4100 (yank-handle-font-lock-face-property)
4101 (yank-handle-category-property): New function.
4102
4103 2012-08-17 Glenn Morris <rgm@gnu.org>
4104
4105 * mail/rmailout.el (rmail-output-read-file-name):
4106 Check rmail-output-file-alist against the full message body
4107 in the correct rmail buffer. (Bug#12214)
4108
4109 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4112 Eliminate superfluous prompt. (Bug#12203)
4113
4114 2012-08-17 Chong Yidong <cyd@gnu.org>
4115
4116 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4117 font spec, set the font directly (Bug#3228).
4118
4119 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4120
4121 * window.el (delete-window): Fix last fix.
4122
4123 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4124
4125 * window.el (window-valid-p): Move to window.c.
4126 (window-child, window-child-count, window-last-child)
4127 (window-normalize-window, window-combined-p)
4128 (window-combinations, window-atom-root, window-min-size)
4129 (window-sizable, window-sizable-p, window-size-fixed-p)
4130 (window-min-delta, window-max-delta, window--resizable)
4131 (window--resizable-p, window-resizable, window-total-size)
4132 (window-full-height-p, window-full-width-p, window-body-size)
4133 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4134 (minimize-window, window-deletable-p, delete-window)
4135 (delete-other-windows, set-window-buffer-start-and-point)
4136 (next-buffer, previous-buffer, split-window, balance-windows-2)
4137 (set-window-text-height, window-buffer-height)
4138 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4139 (truncated-partial-width-window-p): Minor code adjustments.
4140 In doc-strings state whether the argument window has to denote a
4141 live, valid or any window.
4142
4143 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4144
4145 * progmodes/subword.el (subword-forward-function)
4146 (subword-backward-function, subword-forward-regexp)
4147 (subword-backward-regexp): New variables.
4148 (subword-forward, subword-forward-internal, subword-backward-internal):
4149 Use new variables, eg so that different "word" definitions
4150 can be easily used. (Bug#11411)
4151
4152 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4155 for composite selectors.
4156 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4157 operation just because we can't find a previous revision.
4158
4159 2012-08-15 Chong Yidong <cyd@gnu.org>
4160
4161 * frame.el (set-frame-font): Accept font objects.
4162
4163 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4166
4167 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4168
4169 * man.el (Man-overstrike-face, Man-underline-face)
4170 (Man-reverse-face): Remove variables.
4171 (Man-overstrike, Man-underline, Man-reverse): New faces.
4172 (Man-fontify-manpage): Use them instead of the variables.
4173 (Man-cleanup-manpage): Comment change.
4174 (Man-ansi-color-map): New variable.
4175 (Man-fontify-manpage): Use it.
4176 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4177
4178 Implement ANSI SGR parameters 22-27 (bug#12146).
4179 * ansi-color.el (ansi-colors): Doc fix.
4180 (ansi-color-context, ansi-color-context-region): Doc fix.
4181 (ansi-color--find-face): New function.
4182 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4183 Rename the local variable `face' to `codes' since it is now a list of
4184 ansi codes. Doc fix.
4185 (ansi-color-get-face): Remove.
4186 (ansi-color-parse-sequence): New function, derived from
4187 ansi-color-get-face.
4188 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4189 codes 22-27.
4190
4191 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * subr.el (read-passwd): Allow use from a minibuffer.
4194
4195 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4196
4197 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4198 inside comments and strings as identifiers.
4199
4200 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4201 expression to evaluate. This allows to evaluate expressions with
4202 embedded whitespace.
4203 (gud-tooltip-tips): Add a blank before the newline in the
4204 message-box text, for the benefit of message-box emulation on
4205 MS-Windows.
4206
4207 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4208 messages from GDB, pop them up in a tooltip to give feedback to
4209 user.
4210 (gdb-tooltip-print-1): Quote the expression to evaluate.
4211 This allows to evaluate expressions with embedded whitespace.
4212 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4213 if the TTY name is nil or empty (which happens when communicating
4214 with the inferior via pipes, e.g. on MS-Windows).
4215 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4216 don't send that to the GUD buffer.
4217
4218 2012-08-14 Glenn Morris <rgm@gnu.org>
4219
4220 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4221 Optimize away setq-default with no args, as for setq. (Bug#12195)
4222
4223 2012-08-14 Chong Yidong <cyd@gnu.org>
4224
4225 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4226
4227 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4228 (Bug#12085).
4229
4230 2012-08-14 Glenn Morris <rgm@gnu.org>
4231
4232 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4233
4234 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4237 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4238 Use cached shell name.
4239
4240 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4241
4242 * progmodes/python.el (python-shell-send-string):
4243 (python-shell-send-setup-code): Do not use `format' with `message'.
4244
4245 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4246
4247 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4248 (ruby-percent-literal-beg-re): New constant.
4249 (ruby-syntax-general-delimiters-goto-beg): Rename to
4250 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4251 (ruby-syntax-propertize-general-delimiters): Rename to
4252 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4253 popular term. Adjust comments everywhere.
4254 (ruby-syntax-propertize-percent-literal): Only propertize when not
4255 inside a simple string or comment. When the literal is unclosed,
4256 leave the text after it unpropertized.
4257 (ruby-syntax-methods-before-regexp): New constant.
4258 (ruby-syntax-propertize-function): Use it to recognize regexps.
4259 Don't look at the text after regexp, just use the whitelist.
4260
4261 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4262
4263 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4264 non-nil always load the compiled file if it exists. (Bug#12197)
4265
4266 2012-08-14 Chong Yidong <cyd@gnu.org>
4267
4268 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4269 (hi-lock-set-pattern): When deciding whether to use font lock or
4270 overlays, look at font-lock-mode instead of font-lock-fontified
4271 (Bug#12168).
4272 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4273 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4274
4275 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4276
4277 * subr.el (internal--after-with-selected-window): Fix typo
4278 (Bug#12193).
4279
4280 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4281
4282 Use `completion-table-dynamic' for completion functions.
4283 * progmodes/python.el
4284 (python-shell-completion--do-completion-at-point)
4285 (python-shell-completion--get-completions):
4286 Remove functions.
4287 (python-shell-completion-complete-at-point): New function.
4288 (python-completion-complete-at-point): Use it.
4289
4290 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4291
4292 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4293 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4294
4295 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * subr.el (function-get): Refine `autoload' arg so it can also
4298 autoload functions for gv.el (bug#12191).
4299 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4300 autoloads macros.
4301
4302 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4303 Prefer pcase-let over destructuring-bind.
4304 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4305 Also, remove whitespace as we go, rather than after accumulating the
4306 various places.
4307
4308 * subr.el (internal--before-with-selected-window)
4309 (internal--after-with-selected-window): Fix typo seleted->selected.
4310 (with-selected-window): Adjust callers.
4311 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4312
4313 2012-08-13 Bastien Guerry <bzg@gnu.org>
4314
4315 * window.el (special-display-popup-frame): Minor docstring
4316 enhancement. (Bug#12172)
4317
4318 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4319
4320 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4321 type 1-6.
4322 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4323 extended headers.
4324
4325 * files.el (hack-local-variables-filter): Remove useless eval.
4326
4327 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4328
4329 * subr.el (with-selected-window): Fix last change.
4330
4331 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * subr.el (internal--before-with-seleted-window)
4334 (internal--after-with-seleted-window): New functions.
4335 (with-selected-window): Use them, to replace dependency on
4336 tty-top-frame.
4337
4338 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4339
4340 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4341 binding for `newline'.
4342 (ruby-move-to-block): When moving backward, stop at block opening,
4343 not indentation.
4344 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4345 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4346 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4347 `ruby-toggle-block'.
4348
4349 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * ibuffer.el (ibuffer-do-toggle-read-only):
4352 * dired.el (dired-toggle-read-only):
4353 * buff-menu.el (Buffer-menu-toggle-read-only):
4354 * bindings.el (mode-line-toggle-read-only):
4355 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4356
4357 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4358
4359 * descr-text.el (describe-char): Put the overlays over the
4360 "displayed as" character.
4361
4362 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4363
4364 * calc/calc-units.el (math-default-units-table): Give an
4365 initial value.
4366 (math-put-default-units): Add options to put composite units and
4367 unit systems in the default units table.
4368 (calc-convert-units): Send composite units to
4369 `math-put-default-units' when appropriate.
4370
4371 2012-08-11 Glenn Morris <rgm@gnu.org>
4372
4373 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4374
4375 * tutorial.el (help-with-tutorial):
4376 * emacs-lisp/copyright.el (copyright-update-directory):
4377 * emacs-lisp/autoload.el (autoload-find-generated-file)
4378 (autoload-find-file): Disable local eval: (for insurance).
4379
4380 * files.el (hack-local-variables-filter): If an eval: form is not
4381 known to be safe, and enable-local-variables is :safe, then ignore
4382 the form totally, as is done for non-eval forms. (Bug#12155)
4383 This is CVE-2012-3479.
4384
4385 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4388 (rx-form): Simplify.
4389
4390 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4391
4392 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4393 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4394 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4395 (ruby-syntax-propertize-function): Adjust for changes in
4396 `ruby-syntax-propertize-heredoc'.
4397
4398 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4399
4400 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4401 binding (use `M-;' instead).
4402 (ruby-singleton-class-p): New function.
4403 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4404
4405 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4408
4409 2012-08-10 Chong Yidong <cyd@gnu.org>
4410
4411 * progmodes/python.el (python-shell-get-process-name): Don't mess
4412 with same-window-buffer-names.
4413
4414 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4415 (eshell-remove-from-window-buffer-names): Make obsolete.
4416 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4417 (eshell): Just use pop-to-buffer-same-window instead.
4418
4419 2012-08-10 Chong Yidong <cyd@gnu.org>
4420
4421 * bindings.el: Bind M-= back to count-words-region.
4422
4423 * simple.el (count-words-region): Accept a prefix arg for acting
4424 on the entire buffer.
4425 (count-words--buffer-message): New helper function.
4426
4427 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4430 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4431 (event-start, event-end): Use posn-at-point to return a more
4432 informative posn.
4433 (posnp): New function.
4434 * mouse.el (popup-menu-normalize-position): Use it.
4435
4436 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4437
4438 * mouse.el (popup-menu-normalize-position): New function.
4439 (popup-menu): Use `popup-menu-normalize-position' to normalize
4440 the form for POSITION argument.
4441
4442 * term/x-win.el (x-menu-bar-open):
4443 Use the value returend from (posn-at-point) as position
4444 passed to `popup-menu'.
4445
4446 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4447
4448 * calc/calccomp.el (math-compose-expr): Add extra argument
4449 indicating that parentheses should be put around products in
4450 denominators. Give multiplication precedence over division during
4451 composition.
4452
4453 2012-08-09 Chong Yidong <cyd@gnu.org>
4454
4455 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4456 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4457 (Man-untabify-command, manual-program): Convert to defcustom
4458 (Bug#10429).
4459
4460 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4461
4462 * descr-text.el (describe-char): Don't insert extra newlines
4463 (Bug#10127).
4464
4465 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4466 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4467
4468 * align.el (align-region): Delete temporary markers (Bug#10047).
4469 Plus some code cleanups.
4470
4471 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4472
4473 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4474 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4475 (python-shell-internal-last-output): Use make-local-variable
4476 instead of make-variable-buffer-local.
4477
4478 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4479
4480 * progmodes/python.el: Enhancements to forward-sexp.
4481 (python-nav-forward-sexp): Rename from
4482 python-nav-forward-sexp-function.
4483 (python-nav--forward-sexp, python-nav--backward-sexp):
4484 New functions.
4485
4486 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4487
4488 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4489 modes and simplification modes.
4490
4491 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * delsel.el (delete-selection-pre-hook): Don't propagate the
4494 file-supersession signals (bug#12161).
4495
4496 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4499 (cl-map-extents): Add compatibility aliases (bug#12135).
4500
4501 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4502
4503 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4504 tests by `ignore-error'.
4505 (tramp-find-shell): Open also a new shell, when cache is already
4506 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4507
4508 2012-08-08 Juri Linkov <juri@jurta.org>
4509
4510 * bookmark.el: Add `defaults' property to the bookmark record.
4511 (bookmark-current-buffer): Doc fix.
4512 (bookmark-make-record): Add `defaults' property with default values
4513 to the bookmark record.
4514 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4515 with `bookmark-insert-current-bookmark'.
4516 (bookmark-set): Get `defaults' property from the bookmark record
4517 and use it in `read-from-minibuffer'.
4518 (bookmark-insert-current-bookmark): Remove function.
4519
4520 * info.el (Info-bookmark-make-record): Add `defaults' property
4521 with values of canonical Info node name, the current Info file
4522 name and the current Info node name. (Bug#12107)
4523
4524 2012-08-08 Juri Linkov <juri@jurta.org>
4525
4526 * files.el (basic-save-buffer): Use `buffer-name' as the default
4527 of `read-file-name' when buffer is not visiting a file (bug#12128).
4528
4529 2012-08-08 Juri Linkov <juri@jurta.org>
4530
4531 * info.el (Info-isearch-search): Doc fix.
4532 (Info-search): Change search-failed message from "initial node" to
4533 "end of node" (bug#12078).
4534 (Info-isearch-search): Change `isearch-string-state' to
4535 `isearch--state-string'.
4536
4537 2012-08-08 Glenn Morris <rgm@gnu.org>
4538
4539 * language/persian.el: Remove file.
4540 * language/misc-lang.el: Move unique part of persian.el here.
4541 * loadup.el: Remove language/persian.
4542
4543 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4544
4545 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4546
4547 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4548
4549 * progmodes/python.el Fixed defsubst warning.
4550 (python-syntax-context) Rename from python-info-ppss-context.
4551 (python-syntax-context-type): Rename from
4552 python-info-ppss-context-type.
4553 (python-syntax-comment-or-string-p): Rename from
4554 python-info-ppss-comment-or-string-p.
4555
4556 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4557
4558 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4559
4560 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4561
4562 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4563 a defcustom that is quoted with backquote.
4564
4565 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4566 Fix handling of interactive spec when the body uses return.
4567 (math-do-arg-check, math-define-function-body): Use backquote forms.
4568 * calc/calc-ext.el (math-defcache): Likewise.
4569 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4570 * allout.el (allout-new-exposure): Likewise.
4571 * calc/calcalg2.el (math-tracing-integral): Likewise.
4572 * info.el (Info-last-menu-item): Likewise.
4573 * emulation/vip.el (vip-loop): Likewise.
4574 * textmodes/artist.el (artist-funcall): Likewise.
4575 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4576 Construct menu-item directly.
4577
4578 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4579 Don't declare.
4580
4581 2012-08-07 Chong Yidong <cyd@gnu.org>
4582
4583 * simple.el (deactivate-mark): Preserve text properties when
4584 saving the primary selection (Bug#8384).
4585
4586 2012-08-07 Kevin Ryde <user42@zip.com.au>
4587
4588 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4589 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4590 and continue processing (Bug#12110).
4591
4592 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4595 syntax-propertize-function (bug#10095).
4596
4597 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4600 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4601 describe-function-1.
4602 (describe-function-1): Use them. Move compiler macro after sig.
4603 (help-fns--compiler-macro): Use function-get. Assume we're already in
4604 standard-output. Adjust layout to new call order.
4605
4606 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4607 re-binding a symbol that has a symbol-macro (bug#12119).
4608
4609 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4610
4611 * language/persian.el: New file. (Bug#11812)
4612 * loadup.el: Add language/persian.el.
4613
4614 2012-08-06 Chong Yidong <cyd@gnu.org>
4615
4616 * window.el (window--maybe-raise-frame): New function.
4617 (window--display-buffer): Split off from here.
4618 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4619 (display-buffer-pop-up-window, display-buffer-use-some-window):
4620 Obey an inhibit-switch-frame action alist entry.
4621 (display-buffer): Update doc.
4622
4623 * replace.el (occur-after-change-function): Avoid losing focus by
4624 using the inhibit-switch-frame display parameter (Bug#12139).
4625
4626 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4627
4628 Make internal shell process buffer names start with space.
4629 * progmodes/python.el (python-shell-make-comint): Add optional
4630 argument INTERNAL.
4631 (run-python-internal): Use it.
4632 (python-shell-internal-get-or-create-process): Check for new
4633 internal buffer names.
4634
4635 2012-08-06 Glenn Morris <rgm@gnu.org>
4636
4637 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4638 Do less getting and setting of environment variables.
4639
4640 2012-08-05 Chong Yidong <cyd@gnu.org>
4641
4642 * proced.el (proced): Add substitution string to docstring to
4643 trigger autoloading of the proced library on C-h f (Bug#1768).
4644
4645 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4646 Don't show defvars which have no second argument (Bug#8638).
4647
4648 * imenu.el (imenu-generic-expression): Move documentation here
4649 from imenu--generic-function.
4650 (imenu--generic-function): Refer to imenu-generic-expression.
4651
4652 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4653
4654 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4655 indentation declaration.
4656 (viper-loop): Add indentation declaration (Bug#7025).
4657
4658 2012-08-05 Chong Yidong <cyd@gnu.org>
4659
4660 * help-fns.el (describe-variable): Add hyperlink for
4661 directory-local variables files. Improve buffer-local and
4662 permanent-local reporting; suggested by MON KEY (Bug#6644).
4663
4664 * help-mode.el (help-dir-local-var-def): New button type.
4665
4666 * files.el (kill-buffer-hook): Provide a defvar.
4667
4668 2012-08-05 Glenn Morris <rgm@gnu.org>
4669
4670 * eshell/esh-ext.el (eshell/addpath):
4671 Also update eshell-path-env. (Bug#12013)
4672
4673 2012-08-05 Chong Yidong <cyd@gnu.org>
4674
4675 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4676
4677 * fringe.el (fringe-styles): Add docstring.
4678 (fringe--check-mode): New function.
4679 (set-fringe-mode, set-fringe-style): Use it.
4680 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4681
4682 * files.el (set-auto-mode): Fix invalid setq call.
4683
4684 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * isearch.el: Misc simplification; use defstruct.
4687 (isearch-mode-map): Dense maps now work like sparse ones.
4688 (isearch--state): New defstruct.
4689 (isearch-string-state, isearch-message-state, isearch-point-state)
4690 (isearch-success-state, isearch-forward-state)
4691 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4692 (isearch-wrapped-state, isearch-barrier-state)
4693 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4694 replaced by defstruct's accessors.
4695 (isearch--set-state): Rename from isearch-top-state and change
4696 calling convention.
4697 (isearch-push-state): Use new isearch--get-state.
4698 (isearch-toggle-word): Disable regexp when enabling word.
4699 (isearch-message-prefix): Remove unused arg _c-q-hack.
4700 (isearch-message-suffix): Remove unused arg _ellipsis.
4701
4702 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4703
4704 * simple.el (list-processes--refresh): For a server use :host or
4705 :local as the address.
4706 (list-processes): Doc fix.
4707
4708 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4709
4710 * lisp/mpc.el: Support password in host argument.
4711 (mpc--proc-connect): Parse and use new password element.
4712 Set mpc-proc variable instead of returning process.
4713 (mpc-proc): Adjust accordingly.
4714
4715 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4716
4717 * whitespace.el (whitespace-display-mappings): Use Unicode
4718 codepoints, instead of emacs-mule codepoints. See
4719 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4720 for the details.
4721
4722 * files.el (file-truename): Don't skip symlink-chasing part on
4723 windows-nt. Incorporate the resolution of 8+3 short aliases on
4724 Windows into the loop that recursively chases symlinks.
4725 Compare directory and its parent case-insensitively on MS-Windows and
4726 MS-DOS.
4727
4728 2012-08-03 Chong Yidong <cyd@gnu.org>
4729
4730 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4731
4732 * sort.el (sort-regexp-fields): Doc fix.
4733
4734 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4735
4736 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4737 labels regex position point at the expected place.
4738
4739 2012-08-03 MON KEY <monkey@sandpframing.com>
4740
4741 * net/imap.el (imap-interactive-login, imap-authenticate)
4742 (imap-mailbox-lsub, imap-mailbox-list)
4743 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4744 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4745 (imap-parse-response): Doc fix.
4746
4747 2012-08-03 João Távora <joaotavora@gmail.com>
4748
4749 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4750 if sexp scanning does not move point (Bug#5734).
4751
4752 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4753
4754 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4755 Add listings, minted, and ctable packages.
4756 (reftex-label-alist-builtin): Move listings, minted, and ctable
4757 entries before LaTeX.
4758 (reftex-label-alist): Docfix.
4759
4760 2012-08-02 Bastien Guerry <bzg@gnu.org>
4761
4762 * replace.el (occur): Fix docstring (bug#12122).
4763
4764 2012-08-02 Glenn Morris <rgm@gnu.org>
4765
4766 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4767
4768 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4769
4770 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4771 * international/mule-cmds.el: Create
4772 inactivate-current-input-method-function as an obsolete alias for
4773 deactivate-current-input-method-function. See Katsumi Yamaoka in
4774 <http://bugs.gnu.org/10150#46>.
4775
4776 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4777
4778 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4779 of nested `if's.
4780
4781 2012-08-01 Glenn Morris <rgm@gnu.org>
4782
4783 * progmodes/autoconf.el (autoconf-definition-regexp):
4784 Add AH_TEMPLATE, adjust submatch numbering.
4785 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4786 (autoconf-current-defun-function): Update for above change.
4787 (autoconf-current-defun-function): First skip to end of current word.
4788
4789 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4790
4791 * calendar/cal-html.el (cal-html-insert-agenda-days):
4792 Fix typo. (Bug#12018)
4793
4794 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4795
4796 Shell processes: enhancements to startup and CEDET compatibility.
4797 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4798 (python-shell-make-comint): accept-process-output at startup.
4799 (run-python-internal): Set inferior-python-mode-hook to nil.
4800 (python-shell-internal-get-or-create-process): call sit-for.
4801 (python-preoutput-result): Add obsolete alias.
4802 (python-shell-internal-send-string): Use it.
4803 (python-shell-send-setup-code): Remove call to
4804 accept-process-output.
4805
4806 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4807
4808 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4809 (Bug#12108)
4810
4811 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4812
4813 * calc-mode.el (calc-basic-simplification-mode): Rename from
4814 `calc-limited-simplification-mode'.
4815 (calc-alg-simplification-mode): New function.
4816 (calc-set-simplify-mode): Adjust message.
4817
4818 * calc.el (calc-set-mode-line): Adjust mode line display for
4819 basic simplification mode.
4820
4821 * calc-help.el (calc-m-prefix-help): Update help message.
4822
4823 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4824 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4825
4826 2012-07-31 Bastien Guerry <bzg@gnu.org>
4827
4828 * man.el (man): Fix comment. (bug#12101)
4829
4830 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4831
4832 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4833 Don't return a non-nil value when no suitable buffer was found.
4834
4835 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4836
4837 * progmodes/python.el (run-python-internal): Disable font lock for
4838 internal shells.
4839
4840 2012-07-30 Stefan Merten <smerten@oekonux.de>
4841
4842 * textmodes/rst.el: Silence `checkdoc-ispell'.
4843 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4844 (rst-official-version, rst-official-cvs-rev)
4845 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4846 (rst-mode-map): New key binding.
4847
4848 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4849
4850 Update .PHONY listings in makefiles.
4851 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4852 autoloads, update-subdirs, updates, bzr-update, update-authors,
4853 compile-onefile, compile-calc, backup-compiled-files,
4854 compile-after-backup, compile-one-process, mh-autoloads,
4855 bootstrap-clean, distclean, maintainer-clean.
4856
4857 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4858
4859 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4860 (calc-set-mode-line): Don't display "AlgSimp ".
4861
4862 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4863 (calc-lim-simplify-mode): New function.
4864 (calc-set-simplify-mode): Default to 'alg.
4865 (calc-default-simplify-mode): Make algebraic simplifications
4866 the default.
4867
4868 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4869 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4870
4871 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4872 indicate new simplification modes.
4873
4874 * calc/README: Mention new default simplification mode.
4875
4876 * calc/calc.el (math-normalize-error): New variable.
4877 (math-normalize): Set `math-normalize-error' to t
4878 when there's an error.
4879
4880 * calc/calc-alg.el (math-simplify): Don't simplify when
4881 `math-normalize' returns an error.
4882
4883 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4884
4885 * international/mule-cmds.el (set-locale-environment): Revert last
4886 change, since display-graphic-p returns nil when this function is
4887 called during startup. Instead...
4888
4889 * term/w32console.el (terminal-init-w32console): ...setup the
4890 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4891
4892 2012-07-29 Juri Linkov <juri@jurta.org>
4893
4894 * simple.el (goto-line): Don't display default line number in the
4895 prompt because it should be displayed by `read-number' (bug#9952).
4896 Add the current line number to the defaults of `goto-line' to
4897 allow its easier modification by users with `M-n' (bug#9201).
4898
4899 * subr.el (read-number): Support multiple default values like in
4900 other minibuffer reading functions. Replace `read' with
4901 `string-to-number' for consistency with `number-to-string'.
4902
4903 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4904
4905 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4906 * emulation/viper-init.el (viper-deactivate-input-method-action):
4907 Rename from viper-inactivate-input-method-action.
4908 (viper-deactivate-input-method):
4909 Rename from viper-inactivate-input-method.
4910 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4911 * international/mule-cmds.el (deactivate-input-method):
4912 Rename from inactivate-input-method.
4913 Also run input-method-deactivate-hook.
4914 (deactivate-current-input-method-function):
4915 Rename from inactivate-current-input-method-function.
4916 (input-method-deactivate-hook): New hook.
4917 (input-method-inactivate-hook): Mark obsolete.
4918 (inactivate-input-method): Mark obsolete.
4919
4920 * international/quail.el (quail-activate):
4921 Also run quail-deactivate-hook.
4922 (quail-deactivate): Rename from quail-inactivate.
4923 * international/robin.el (robin-activate):
4924 Also run robin-deactivate-hook.
4925 (robin-deactivate): Rename from robin-inactivate.
4926
4927 2012-07-29 Chong Yidong <cyd@gnu.org>
4928
4929 * simple.el (indicate-copied-region): New function.
4930 (kill-ring-save): Split off from here.
4931
4932 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4933 (kill-rectangle): Set deactivate-mark to t on read-only error.
4934
4935 * register.el (copy-to-register, copy-rectangle-to-register):
4936 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4937 (append-to-register, prepend-to-register): Call indicate-copied-region.
4938
4939 2012-07-29 Juri Linkov <juri@jurta.org>
4940
4941 * simple.el (async-shell-command-buffer): New defcustom.
4942 (shell-command): Use it. (Bug#4719)
4943
4944 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4945
4946 * international/mule-cmds.el (set-locale-environment): In a
4947 console session on MS-Windows, set up keyboard and terminal
4948 encoding from the OEM codepage, not the ANSI codepage.
4949 (Bug#12055)
4950
4951 2012-07-28 Chong Yidong <cyd@gnu.org>
4952
4953 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4954 gdb-get-location.
4955
4956 2012-07-28 Leo Liu <sdl.web@gmail.com>
4957
4958 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4959 the alist (bug#12029).
4960
4961 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4962
4963 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4964 (compile-always, compile-first)
4965 ($(lisp)/calendar/cal-loaddefs.el)
4966 ($(lisp)/calendar/diary-loaddefs.el)
4967 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4968 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4969 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4970 instead of on update-subdirs.
4971 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4972
4973 2012-07-28 Chong Yidong <cyd@gnu.org>
4974
4975 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4976 directory if vc-deduce-backend returns nil (Bug#7350).
4977
4978 * simple.el (delete-trailing-lines): New option.
4979 (delete-trailing-whitespace): Obey it (Bug#11879).
4980
4981 2012-07-28 David Engster <deng@randomsample.de>
4982
4983 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4984 Explanation of new 'symbol-qnames feature in doc-strings.
4985 (xml-maybe-do-ns): Return expanded names as plain symbols if
4986 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4987 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4988
4989 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4990
4991 Consistent completion in inferior python with emacs -nw.
4992 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4993 binding in inferior-python-mode-map with "\t".
4994 (python-shell-completion-complete-at-point)
4995 (python-completion-complete-at-point): Remove interactive spec.
4996
4997 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4998
4999 * calc/calccomp.el (math-compose-expr): Undo previous change.
5000
5001 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5002
5003 * progmodes/python.el (python-mode-map): Add keybinding for
5004 run-python.
5005 (python-shell-make-comint): Fix pop-to-buffer call.
5006 (run-python): Autoload. New arg SHOW.
5007 (python-shell-get-or-create-process): Do not pop python process
5008 buffer.
5009
5010 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * notifications.el (notifications-on-action-signal)
5013 (notifications-on-closed-signal): Use also the bus address for the map.
5014 (notifications-notify, notifications-close-notification)
5015 (notifications-get-capabilities): Add optional argument BUS.
5016
5017 2012-07-27 Tassilo Horn <tsdh@gnu.org>
5018
5019 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5020 Add support for the lstlisting and minted environments, and for the
5021 ctable macro.
5022 * textmodes/reftex.el (reftex-compile-variables): Also recognize
5023 labels written in keyvals syntax.
5024
5025 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5026
5027 * calc/calccomp.el (math-compose-expr): Use parentheses when
5028 there is a product in the denominator of a fraction.
5029
5030 2012-07-26 Eli Zaretskii <eliz@gnu.org>
5031
5032 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5033 ($(lisp)/calendar/diary-loaddefs.el)
5034 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5035 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5036 Fixes failures in parallel bootstrap because subdirs.el is being
5037 rewritten while the autoload files are built at the same time,
5038 which needs to load subdirs.el.
5039
5040 2012-07-26 Martin Rudalics <rudalics@gmx.at>
5041
5042 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5043 (mouse-drag-line): Don't exit tracking when a switch-frame or
5044 switch-window event occurs (Bug#12006).
5045
5046 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * mouse.el (popup-menu): Fix last change.
5049
5050 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 Autoload from Lisp with more care. Follow aliases when looking for
5053 function properties.
5054 * subr.el (autoloadp): New function.
5055 (symbol-file): Use it.
5056 (function-get): New function.
5057 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5058 autoload-do-load.
5059 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5060 (lisp-indent-function):
5061 * emacs-lisp/gv.el (gv-get):
5062 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5063 * emacs-lisp/byte-opt.el (byte-optimize-form):
5064 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5065 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5066 Use function-get.
5067 * emacs-lisp/cl.el: Don't propagate function properties any more.
5068
5069 * speedbar.el (speedbar-add-localized-speedbar-support):
5070 * emacs-lisp/disass.el (disassemble-internal):
5071 * desktop.el (desktop-load-file):
5072 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5073 (describe-function-1):
5074 * emacs-lisp/find-func.el (find-function-noselect):
5075 * emacs-lisp/elp.el (elp-instrument-function):
5076 * emacs-lisp/advice.el (ad-has-proper-definition):
5077 * apropos.el (apropos-safe-documentation, apropos-macrop):
5078 * emacs-lisp/debug.el (debug-on-entry):
5079 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5080 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5081 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5082
5083 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5084
5085 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5086 function, not an obsolete variable (Bug#12046).
5087
5088 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5089
5090 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5091
5092 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5093
5094 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5095 window only if it is still live (Bug#12034).
5096
5097 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5098
5099 * subr.el (redirect-frame-focus): Add advertised calling
5100 convention (Bug#12030).
5101
5102 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5103
5104 Prefer typical American spelling for "acknowledgment".
5105 * vc/add-log.el (change-log-acknowledgment): Rename from
5106 change-log-acknowledgement, with an alias for the old name.
5107
5108 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5109
5110 * calc-alg.el (math-simplify-divide): Don't cross multiply
5111 in an equation when the lhs is a variable.
5112
5113 2012-07-24 Julien Danjou <julien@danjou.info>
5114
5115 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5116 Remove, unused.
5117
5118 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5119
5120 * startup.el (command-line): Don't display an empty user name in
5121 the error message about non-existent home directory, when
5122 init-file-user was set to an empty string. See
5123 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5124 for the details and context.
5125
5126 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5127
5128 * ses.el (ses-cell-formula-aset): New macro.
5129 (ses-cell-references-aset): New macro.
5130 (ses-cell-p): New function.
5131 (ses-rename-cell): Do no longer rely on complex operations like
5132 ses-cell-set-formula or ses-set-cell to change the cell and handle
5133 the undo at the same time, but rather use lower level new macros
5134 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5135 the undo directly. Refresh the mode line.
5136
5137 2012-07-21 Leo Liu <sdl.web@gmail.com>
5138
5139 * progmodes/cc-cmds.el (c-defun-name):
5140 Use match-string-no-properties instead for consistency.
5141
5142 2012-07-20 Leo Liu <sdl.web@gmail.com>
5143
5144 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5145 (Bug#7879)
5146
5147 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5148
5149 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5152 * progmodes/bug-reference.el, misearch.el: Provide themselves
5153 (bug#11915).
5154
5155 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5156 of narrowed buffer (bug#11966).
5157
5158 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5159
5160 * ses.el (ses-rename-cell): Set new name also in reference list of
5161 cells of which the renamed cell depends.
5162
5163 2012-07-20 Masatake YAMATO <yamato@redhat.com>
5164
5165 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5166 to check whether menu-bar is shown or not. If not shown,
5167 show the menu-bar as a popup menu instead of using tmm.
5168 * mouse.el (popup-menu): Accept `point' as `position' argument.
5169
5170 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5171
5172 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5173 up inside string symbol literal (bug#11923).
5174
5175 2012-07-20 Eli Zaretskii <eliz@gnu.org>
5176
5177 * startup.el (fancy-startup-text): Read the whole tutorial, not
5178 just its first 256 bytes. Prevents gibberish in display of the
5179 tutorial title.
5180
5181 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5182
5183 Drop idle buffer compaction due to an absence of the
5184 proved efficiency.
5185 * compact.el: Remove.
5186
5187 2012-07-19 Sam Steingold <sds@gnu.org>
5188
5189 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5190 vc-bzr-pull & vc-bzr-merge-branch.
5191 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5192 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5193 for consistency with compilation-error-regexp-alist.
5194 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5195 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5196 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5197 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5198
5199 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * emacs-lisp/chart.el: Use lexical-binding.
5202 (chart-emacs-storage): Don't hardcode the list of entries.
5203
5204 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5205
5206 Next round of tweaks caused by Fgarbage_collect changes.
5207 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5208
5209 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5210
5211 Compact buffers when idle.
5212 * compact.el: New file.
5213
5214 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * subr.el (eventp): Presume that if it looks vaguely like an event,
5217 it's an event (bug#10190).
5218
5219 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5220
5221 Enhancements to ppss related code (thanks Stefan).
5222 * progmodes/python.el (python-indent-context)
5223 (python-indent-calculate-indentation, python-indent-dedent-line)
5224 (python-indent-electric-colon, python-nav-forward-block)
5225 (python-mode-abbrev-table)
5226 (python-info-assignment-continuation-line-p): Simplify checks
5227 for ppss context.
5228 (python-info-continuation-line-p): Cleanup.
5229 (python-info-ppss-context): Do not catch 'quote.
5230 (python-info-ppss-context-type)
5231 (python-info-ppss-comment-or-string-p): Simplify.
5232
5233 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5234
5235 * progmodes/python.el: Enhancements to eldoc support.
5236 (python-info-current-symbol): New function.
5237 (python-eldoc-at-point): Use python-info-current-symbol.
5238 (python-info-current-defun): Fix cornercase on first defun scan.
5239 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5240 and signal error when no inferior python process is available.
5241
5242 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5243
5244 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5245 assume it's always t.
5246 (vc-git-registered): Remove caching, the function is only called
5247 once.
5248 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5249
5250 2012-07-18 Chong Yidong <cyd@gnu.org>
5251
5252 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5253
5254 * simple.el (count-words): Report on narrowing (Bug#9959).
5255
5256 * bindings.el: Bind M-= to count-words.
5257
5258 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5259
5260 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5261
5262 * progmodes/sh-script.el (sh-imenu-generic-expression):
5263 Capture a function with `function' keyword and without parentheses
5264 like "function FOO" (bug#11856).
5265
5266 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5267
5268 * window.el (split-window-sensibly): Make WINDOW argument
5269 optional.
5270
5271 2012-07-18 Chong Yidong <cyd@gnu.org>
5272
5273 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5274
5275 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5276 and make C-x 8 RET exit isearch (Bug#11439).
5277
5278 * international/iso-transl.el: Move isearch-mode-map key
5279 definitions to isearch.el.
5280
5281 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5284 (eieio-defclass): Use gv-define-setter when possible.
5285
5286 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5287
5288 Reflect recent changes in Fgarbage_collect.
5289 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5290 reflect new format of data returned by Fgarbage_collect.
5291
5292 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5293
5294 New utility functions + python-info-ppss-context fix (Bug#11910).
5295 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5296 (python-info-ppss-comment-or-string-p): New functions.
5297 (python-info-ppss-context): Small fix for string check.
5298
5299 2012-07-17 Juri Linkov <juri@jurta.org>
5300
5301 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5302 (dired-do-async-shell-command): Don't add `*' at the end of the
5303 command (Bug#11815).
5304 (dired-do-shell-command): Doc fix.
5305 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5306 Join the individual commands using either "&" or ";" as the
5307 separator depending on the values of these trailing characters.
5308 At the end re-add the trailing "&". (Bug#10598)
5309
5310 * simple.el (async-shell-command): Sync the interactive spec with
5311 `shell-command'. Doc fix.
5312 (shell-command): Doc fix.
5313
5314 2012-07-17 Juri Linkov <juri@jurta.org>
5315
5316 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5317
5318 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5319
5320 Final renames and doc fixes for movement commands (bug#11899).
5321 * progmodes/python.el (python-nav-beginning-of-statement):
5322 Rename from python-nav-statement-start.
5323 (python-nav-end-of-statement): Rename from
5324 python-nav-statement-end.
5325 (python-nav-beginning-of-block): Rename from
5326 python-nav-block-start.
5327 (python-nav-end-of-block): Rename from python-nav-block-end.
5328
5329 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5330
5331 * progmodes/python.el (python-shell-send-string-no-output):
5332 Allow accept-process-output to quit, keeping shell process ready for
5333 future interactions (Bug#11868).
5334
5335 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5338
5339 * emacs-lisp/elint.el (elint-find-args-in-code):
5340 Use help-function-arglist, so as to handle lexical byte-code.
5341
5342 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5343 change (bug#11826).
5344
5345 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5348 Avoid spuriously marking the buffer as modified because of c-is-sws.
5349
5350 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5351 as not-a-comment (bug#11946).
5352
5353 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5354 for uninterned vars.
5355
5356 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5357 Use read-event since we don't really want to read chars but bytes.
5358
5359 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5360 $$..$$ but also $..$ using regexps (bug#11953).
5361 Use tex-verbatim for \url and \path.
5362 (tex-font-lock-keywords): Define as defconst like the others.
5363 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5364
5365 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5366
5367 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5368 alias for insert-char.
5369
5370 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5371
5372 * progmodes/python.el: Simplified imenu implementation.
5373 (python-nav-jump-to-defun): Remove command.
5374 (python-mode-map): Use `imenu' instead.
5375 (python-nav-list-defun-positions-cache)
5376 (python-imenu-include-defun-type, python-imenu-make-tree)
5377 (python-imenu-subtree-root-label, python-imenu-index-alist):
5378 Remove vars.
5379 (python-nav-list-defun-positions, python-nav-read-defun)
5380 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5381 (python-imenu-make-tree, python-imenu-create-index):
5382 Remove functions.
5383 (python-mode): Update to interact with imenu by setting
5384 `imenu-extract-index-name-function' only.
5385
5386 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5387
5388 * progmodes/python.el: Enhancements to navigation commands.
5389 (python-nav-backward-sentence)
5390 (python-nav-forward-sentence): Remove.
5391 (python-nav-backward-statement, python-nav-forward-statement)
5392 (python-nav-statement-start, python-nav-statement-end)
5393 (python-nav-backward-block, python-nav-forward-block)
5394 (python-nav-block-start, python-nav-block-end)
5395 (python-nav-forward-sexp-function)
5396 (python-info-current-line-comment-p)
5397 (python-info-current-line-empty-p): New functions.
5398 (python-indent-context): Use `python-nav-statement-start'.
5399
5400 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5401
5402 * eshell/em-ls.el (eshell/ls): Use `apply'.
5403
5404 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5405 multi-hops, instead of Tramp internals.
5406
5407 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5408
5409 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5410 when F1 and F2 are located on different hosts.
5411
5412 2012-07-14 Chong Yidong <cyd@gnu.org>
5413
5414 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5415 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5416 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5417 (xterm-mouse--read-event-sequence-1000)
5418 (xterm-mouse--read-event-sequence-1006): New functions. For old
5419 mouse protocol, handle M-mouse-X events correctly.
5420 (xterm-mouse-event): New arg specifying mouse protocol.
5421 (turn-on-xterm-mouse-tracking-on-terminal)
5422 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5423 sequence to toggle extended coordinates on newer XTerms.
5424 This appears to be harmless on terminals which do not support this.
5425
5426 2012-07-14 Leo Liu <sdl.web@gmail.com>
5427
5428 Add fringe bitmap indicators for flymake. (Bug#11253)
5429 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5430 (flymake-make-overlay): New arg BITMAP.
5431 (flymake-error-bitmap, flymake-warning-bitmap)
5432 (flymake-fringe-indicator-position): New user variables.
5433
5434 * fringe.el: New bitmap exclamation-mark.
5435
5436 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5437
5438 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5439 also (Bug#7879).
5440
5441 2012-07-14 Chong Yidong <cyd@gnu.org>
5442
5443 * electric.el (electric-pair-post-self-insert-function): Fix pair
5444 insertion in empty-region case (Bug#11520).
5445
5446 2012-07-14 Chong Yidong <cyd@gnu.org>
5447
5448 * bindings.el: Consolidate ctl-x-r-map bindings.
5449 Bind copy-rectangle-as-kill to C-x r w.
5450
5451 * rect.el, register.el: Move bindings to bindings.el.
5452
5453 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5454
5455 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5456
5457 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5458
5459 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5460
5461 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * bindings.el (top): Use `mapc' instead of `mapcar'.
5464
5465 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5466
5467 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5468
5469 * progmodes/sql.el (sql-comint): Suppress the check for program on
5470 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5471 (Bug#11908)
5472
5473 2012-07-13 Chong Yidong <cyd@gnu.org>
5474
5475 * bindings.el: Assign a non-nil permanent-local property to
5476 per-buffer variables which lack a default value (Bug#11930).
5477
5478 * help-fns.el (describe-variable): In the "automatically becomes
5479 local" notice, take note of permanent-local variables.
5480
5481 2012-07-13 Chong Yidong <cyd@gnu.org>
5482
5483 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5484 to allow printing the message when called from Lisp.
5485
5486 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5487 Remove toggle-read-only.
5488
5489 * bs.el (bs-toggle-readonly):
5490 * buff-menu.el (Buffer-menu-toggle-read-only):
5491 Remove with-no-warnings around toggle-read-only.
5492
5493 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5494 Remove with-no-warnings around toggle-read-only.
5495 (ffap-read-only, ffap-read-only-other-window)
5496 (ffap-read-only-other-frame): Callers changed.
5497
5498 * help-mode.el: Don't require view package.
5499 (help-mode-finish): Set buffer-read-only instead of calling
5500 toggle-read-only.
5501
5502 * bindings.el (mode-line-toggle-read-only):
5503 * dired.el (dired-toggle-read-only):
5504 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5505 with non-nil second arg.
5506
5507 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5508 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5509 directly.
5510
5511 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5512
5513 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5514 not incf.
5515
5516 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 More CL cleanups and reduction of use of cl.el.
5519 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5520 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5521 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5522 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5523 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5524 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5525 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5526 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5527 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5528 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5529 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5530 * eshell/em-cmpl.el, eshell/em-banner.el:
5531 * calendar/parse-time.el: Use cl-lib.
5532 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5533 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5534 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5535 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5536 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5537 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5538 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5539 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5540 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5541 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5542 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5543 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5544 `lambda' rather than with `quote'.
5545 (eshell-do-opt): Adjust accordingly.
5546 (eshell-process-option): Simplify.
5547 * eshell/esh-var.el:
5548 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5549 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5550 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5551 to `pcase--dontcare'.
5552 * emacs-lisp/cl.el (labels): Mark obsolete.
5553 (cl--letf, letf): Move to cl-lib.
5554 (cl--letf*, letf*): Remove.
5555 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5556 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5557 (cl-progv): Rewrite.
5558 (cl--letf, cl-letf): Move from cl.el.
5559 (cl-letf*): New macro.
5560 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5561
5562 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5563
5564 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5565
5566 2012-07-11 Chong Yidong <cyd@gnu.org>
5567
5568 * vc/log-edit.el (log-edit-vc-backend): New variable.
5569 (log-edit): Doc fix.
5570
5571 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5572 argument of log-edit to set up all local variables.
5573 (vc-start-logentry): New optional arg specifying VC backend.
5574
5575 * vc/vc.el (vc-checkin): Use it.
5576 (vc-deduce-fileset): Handle Log Edit buffers.
5577 (vc-diff): Make first argument optional too.
5578
5579 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5580
5581 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5582
5583 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5584 command, just in case. The function is not needed anymore.
5585 (eshell-external-command): Do not call `eshell-remote-command'.
5586
5587 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 Reduce use of (require 'cl).
5590 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5591 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5592 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5593 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5594 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5595 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5596 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5597 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5598 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5599 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5600 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5601 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5602 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5603 (byte-compile-unfold-bcf, byte-compile-check-variable):
5604 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5605 (byte-compile-nilconstp):
5606 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5607 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5608
5609 * emacs-lisp/gv.el (cond): Make it a valid place.
5610 (if): Simplify slightly.
5611
5612 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5613 (pcase--self-quoting-p): New function.
5614 (pcase--u1): Use it.
5615
5616 2012-07-10 Glenn Morris <rgm@gnu.org>
5617
5618 * emacs-lisp/authors.el (authors-fixed-entries):
5619 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5620
5621 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5622
5623 Rename configure.in to configure.ac (Bug#11603).
5624 * emacs-lisp/authors.el (authors-canonical-file-name):
5625 * progmodes/autoconf.el (autoconf-mode):
5626 Prefer configure.ac to configure.in.
5627
5628 2012-07-08 Chong Yidong <cyd@gnu.org>
5629
5630 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5631 Implement the mouse-1-click-follows-link handling properly.
5632
5633 * info.el (Info-link-keymap): Use follow-link mechanism for
5634 header-line links (Bug#374).
5635
5636 * simple.el (deactivate-mark): Do not set the primary selection
5637 if another program has acquired it (Bug#11772).
5638
5639 2012-07-07 Kevin Ryde <user42@zip.com.au>
5640
5641 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5642 (woman-decode-region): Replace escaped-escapes without destroying
5643 bold or underline (Bug#11552).
5644 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5645
5646 2012-07-07 Chong Yidong <cyd@gnu.org>
5647
5648 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5649 (interprogram-cut-function, interprogram-paste-function):
5650 Mention that we typically mean the clipboard.
5651
5652 2012-07-06 Glenn Morris <rgm@gnu.org>
5653
5654 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5655
5656 * files.el (toggle-read-only): Restrict message to interactive use.
5657
5658 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5659
5660 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5661
5662 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5663
5664 2012-07-06 Glenn Morris <rgm@gnu.org>
5665
5666 * Makefile.in (compile-one-process): Rename from "recompile".
5667
5668 * Makefile.in (bzr-update): "compile" is the same as "recompile
5669 autoloads", but parallelizable, so use that instead.
5670
5671 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5672
5673 * window.el (quit-window): Always restore window height when
5674 it's saved in quit-restore parameter (Bug#11810).
5675
5676 2012-07-06 Glenn Morris <rgm@gnu.org>
5677
5678 * simple.el (kill-whole-line): Doc tweak.
5679
5680 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5681
5682 * files.el (file-relative-name): Compare file names
5683 case-insensitively if on MS-Windows or MS-DOS, or if
5684 read-file-name-completion-ignore-case is non-nil. Don't use
5685 case-fold-search for this purpose. (Bug#11827)
5686
5687 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5688
5689 * calendar/cal-dst.el (calendar-current-time-zone):
5690 Return calendar-current-time-zone-cache if non-nil.
5691
5692 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5693 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5694
5695 * calendar/cal-dst.el (calendar-current-time-zone):
5696 Return calendar-current-time-zone-cache if non-nil.
5697
5698 2012-07-06 Glenn Morris <rgm@gnu.org>
5699
5700 * Makefile.in (cvs-update): Remove old alias.
5701
5702 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5703
5704 Sync with Tramp 2.2.6-pre.
5705
5706 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5707 compatible declaration.
5708
5709 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5710 Protect `list-load-path-shadows' call.
5711
5712 * net/tramp-compat.el (top): Require packages, which aren't
5713 autoloaded anymore for XEmacs. Protect call of
5714 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5715 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5716 it hurts at least for SXEmacs.
5717 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5718 standard-value for `temporary-file-directory'.
5719
5720 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5721 Redirect stderr to /dev/null.
5722 (tramp-sh-handle-write-region): uid and gid can be floats.
5723 Reported by Russell Sim <russell.sim@gmail.com>.
5724 (tramp-sh-handle-vc-registered): Hide errors.
5725 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5726 and `start-file-process'.
5727 (tramp-maybe-open-connection): Check also whether `non-essential'
5728 is bound.
5729
5730 2012-07-04 Chong Yidong <cyd@gnu.org>
5731
5732 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5733 (xml-parse-tag): Likewise, and avoid changing entity tables.
5734 (xml-syntax-table): Define from scratch, making sure not to give
5735 x2000 and other Unicode spaces whitespace syntax, since those are
5736 not spaces in XML.
5737 (xml-parse-fragment): Delete unused function.
5738 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5739 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5740 (xml-entity-ref, xml-pe-reference-re)
5741 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5742 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5743 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5744 (xml-entity-value-re): Use syntax references in regexps where
5745 possible; no need to define inside a let-binding.
5746 (xml-parse-dtd): Use xml-pe-reference-re.
5747 (xml-entity-or-char-ref-re): New defconst.
5748 (xml-parse-string, xml-substitute-special): Use it.
5749
5750 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5753 (find-file--read-only): New function.
5754 (find-file-read-only, find-file-read-only-other-window)
5755 (find-file-read-only-other-frame): Use it.
5756 (insert-file-contents-literally): Don't `fset'.
5757 (get-free-disk-space): Use locate-dominating-file.
5758
5759 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5760 function is already compiled.
5761
5762 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5763
5764 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5765
5766 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5767 files on the same host.
5768
5769 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5770
5771 * help-fns.el (describe-function-1): Only call
5772 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5773
5774 2012-07-03 Chong Yidong <cyd@gnu.org>
5775
5776 * xml.el: Protect parser against XML bombs.
5777 (xml-entity-expansion-limit): New variable.
5778 (xml-parse-string, xml-substitute-special): Use it.
5779 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5780
5781 2012-07-03 Glenn Morris <rgm@gnu.org>
5782
5783 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5784 Allow linking to specific messages in debbugs reports (eg 123#5).
5785
5786 2012-07-02 Chong Yidong <cyd@gnu.org>
5787
5788 * xml.el: Fix entity and character reference expansion, allowing
5789 them to expand into markup as per XML spec.
5790 (xml-default-ns): New variable.
5791 (xml-entity-alist): Use XML spec definitions for lt and amp.
5792 (xml-parse-region): Make first two arguments optional.
5793 Discard text properties.
5794 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5795 All callers changed.
5796 (xml-parse-tag): Call xml-parse-tag-1. For backward
5797 compatibility, this function should not modify buffer contents.
5798 (xml-parse-tag-1): Fix opening-tag regexp.
5799 (xml-parse-string): Rewrite, handling entity and character
5800 references properly.
5801 (xml--entity-replacement-text): Signal an error if a parameter
5802 entity is undefined.
5803
5804 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * comint.el (comint-output-filter): Filter out repeated prompts.
5807
5808 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5809 and file-name-absolute-p.
5810 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5811 internal calls.
5812
5813 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5814
5815 Spelling fixes.
5816 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5817 Rename from byte-compile--refiy-function. All uses changed.
5818
5819 2012-07-01 Chong Yidong <cyd@gnu.org>
5820
5821 * xml.el (xml--parse-buffer): New function. Move most of
5822 xml-parse-region here.
5823 (xml-parse-region): Copy region into a temporary buffer, since
5824 parameter entity substitution requires changing buffer contents.
5825 Use xml--parse-buffer.
5826 (xml-parse-file): Use xml--parse-buffer.
5827 (xml-parse-dtd): Make parameter entity substitution work right.
5828 Use proper regexps for ELEMENT declarations (Bug#7172).
5829
5830 2012-06-30 Glenn Morris <rgm@gnu.org>
5831
5832 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5833
5834 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5835 Remove outdated and unnecessary dbus declarations.
5836
5837 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5838
5839 * emacs-lisp/timer.el (timer-until): Subtract results of
5840 float-time, instead of taking float-time of the result of
5841 time-subtract, since float-time signals an error for negative time
5842 arguments.
5843
5844 2012-06-30 Chong Yidong <cyd@gnu.org>
5845
5846 * xml.el (xml-*-re): Convert defvars into defconsts, and
5847 eval-and-compile them so eval-and-compile works on derivatives.
5848 (xml--entity-replacement-text): Use eval-and-comple.
5849
5850 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * vc/vc-git.el (vc-git-registered): Use cache property
5853 `git-registered'.
5854 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5855 `vc-git-working-revision' in order to benefit from the cache.
5856 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5857
5858 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5859
5860 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5861 removed (likely outside Emacs). (Bug#11757)
5862
5863 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * emacs-lisp/cl-lib.el: Require macroexp.
5866
5867 2012-06-30 Chong Yidong <cyd@gnu.org>
5868
5869 * xml.el: Implement XML parameter entities.
5870 (xml-parameter-entity-alist): New variable.
5871 (xml-parse-region, xml-parse-fragment): Preserve previous values
5872 of xml-entity-alist and xml-parameter-entity-alist, so that
5873 repeated calls on different documents do not change them.
5874 (xml-parse-tag): Fix doctype regexp.
5875 (xml--entity-replacement-text): New function.
5876 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5877 properly requires url retrieval which is unimplemented.
5878 (xml-escape-string): Doc fix.
5879
5880 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5883
5884 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5885
5886 * fringe.el (fringe-mode): Doc fix.
5887
5888 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5891 is non-nil.
5892 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5893 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5894
5895 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5896
5897 * calendar/cal-dst.el (calendar-current-time-zone):
5898 Return calendar-current-time-zone-cache if non-nil.
5899
5900 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5901
5902 * progmodes/which-func.el (which-func-format):
5903 Add mouse-face. (Bug#11698)
5904
5905 2012-06-29 Leo Liu <sdl.web@gmail.com>
5906
5907 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5908
5909 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * minibuffer.el (minibuffer-confirm-exit-commands):
5912 Add completion-at-point (bug#11725).
5913
5914 2012-06-29 Glenn Morris <rgm@gnu.org>
5915
5916 * progmodes/f90.el (f90-font-lock-keywords-2):
5917 Add some preprocessor elements. (Bug#10499)
5918
5919 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5922 Use syntax-propertize (bug#11739).
5923
5924 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5927
5928 2012-06-28 Julien Danjou <julien@danjou.info>
5929
5930 * term.el (term-handle-colors-array): Use a set of new faces to
5931 color the terminal. Also uses :inverse-video property.
5932 (term-default-fg-color): Set to nil by default, deprecate in favor
5933 of `term-face'.
5934 (term-default-bg-color): Set to nil by default, deprecate in favor
5935 of `term-face'.
5936 (term-current-face): Use `term-face' by default.
5937 (term-bold-attribute): Variable deleted.
5938
5939 2012-06-28 Glenn Morris <rgm@gnu.org>
5940
5941 * simple.el (completion-list-mode-finish):
5942 Don't use toggle-read-only. (Since completion-list-mode has
5943 a special mode-class, it wasn't doing anything extra anyway.)
5944
5945 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 Make inlining of other-mode interpreted functions work (bug#11799).
5948 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5949 (byte-compile): Use it to fix compilation of lexical-binding closures.
5950 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5951 function, if needed.
5952
5953 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * help-mode.el (help-make-xrefs): Don't just withstand
5956 cyclic-variable-indirection but any error in documentation-property.
5957
5958 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5959 memory use.
5960 * bindings.el (bindings--define-key): New function.
5961 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5962 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5963 * bindings.el: Use it to purecopy define-key bindings.
5964
5965 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5966
5967 * emacs-lisp/cl.el (flet): Mark obsolete.
5968 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5969 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5970 * progmodes/js.el (js-c-fill-paragraph):
5971 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5972 (ebrowse-switch-member-buffer-to-derived-class):
5973 * play/5x5.el (5x5-solver): Use cl-flet.
5974
5975 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5976 (cl--symbol-function): New macro.
5977 (cl--letf, cl--letf*): Use it.
5978
5979 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5980 Strip "toggle-" if any.
5981
5982 2012-06-27 Glenn Morris <rgm@gnu.org>
5983
5984 * info.el (Info-default-directory-list): Move here from paths.el.
5985 * paths.el: Remove file, which is now empty.
5986 * loadup.el: No longer load "paths".
5987
5988 * custom.el (custom-initialize-delay): Doc fix.
5989
5990 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5991 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5992 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5993 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5994 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5995 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5996 * eshell/eshell.el (eshell-defgroup): Remove alias.
5997
5998 2012-06-27 Chong Yidong <cyd@gnu.org>
5999
6000 * help.el (help-enable-auto-load): New variable.
6001
6002 * help-fns.el (help-fns--autoloaded-p): New function.
6003 (describe-function-1): Refer to a function as "autoloaded" if it
6004 was autoloaded at any time in the past. Perform autoloading if
6005 help-enable-auto-load is non-nil.
6006
6007 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6008
6009 * makefile.w32-in (compile, compile-always): Depend on
6010 update-subdirs, not on subdirs.el. Otherwise, several different
6011 sub-targets of 'bootstrap' running in parallel could
6012 simultaneously write to subdirs.el, producing a garbled file.
6013
6014 2012-06-26 Sam Steingold <sds@gnu.org>
6015
6016 * files.el (file-name-base): New convenience function.
6017 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6018 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6019 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6020 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6021 * textmodes/ispell.el, textmodes/reftex-ref.el:
6022 * textmodes/tex-mode.el: Use it.
6023 Did not touch cedet and org because they are maintained elsewhere.
6024
6025 2012-06-26 Martin Rudalics <rudalics@gmx.at>
6026
6027 * calendar/calendar.el (calendar-exit): Don't try to delete or
6028 iconify last frame. See:
6029 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6030
6031 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
6032
6033 * server.el (server-process-filter): Remember dir in the
6034 process's `server-client-directory' properties.
6035
6036 2012-06-24 Chong Yidong <cyd@gnu.org>
6037
6038 * xml.el (xml-parse-tag): Correctly handle comment embedded in
6039 non-tag text.
6040
6041 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6044
6045 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * help-fns.el (describe-variable): Don't croak when doc is not found.
6048 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6049 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6050 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6051 * emacs-lisp/smie.el (smie-next-sexp): CSE.
6052 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6053 ((lambda ..) ..).
6054 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6055
6056 2012-06-23 Chong Yidong <cyd@gnu.org>
6057
6058 * info.el (Info-mouse-follow-link): Accept symbol values of
6059 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
6060 (Info-fontify-node): Use Info-link-keymap for all navigation
6061 buttons, with link-args property to perform the desired action.
6062 (Info-link-keymap): Doc fix.
6063 (Info-next-link-keymap, Info-prev-link-keymap)
6064 (Info-up-link-keymap): Delete now-unused keymaps.
6065
6066 2012-06-23 Chong Yidong <cyd@gnu.org>
6067
6068 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6069
6070 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6071 system abbrevs.
6072
6073 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6074
6075 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6078 (bug#11719).
6079
6080 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6081 the requote function doesn't work properly (bug#11714).
6082
6083 2012-06-23 Glenn Morris <rgm@gnu.org>
6084
6085 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6086
6087 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 Further GV/CL cleanups.
6090 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6091 gv-expander.
6092 (gv--defun-declaration): New function.
6093 (defun-declarations-alist): Use it.
6094 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6095 (gv-place): Autoload.
6096 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6097 original definition of dotimes and dolist.
6098 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6099 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6100 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6101 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6102 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6103 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6104 to the function's definition.
6105 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6106 * window.el:
6107 * files.el:
6108 * faces.el:
6109 * env.el: Don't use CL.
6110
6111 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6112
6113 Support higher-resolution time stamps (Bug#9000).
6114
6115 * calendar/time-date.el (with-decoded-time-value): New arg
6116 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6117 (encode-time-value): New optional arg PICO. New type 3.
6118 (time-to-seconds) [!float-time]: Support the new picoseconds
6119 component if it's used.
6120 (seconds-to-time, time-subtract, time-add):
6121 Support ps-resolution time stamps as well.
6122
6123 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6124 (timerp): Timer vectors now have length 9, not 8.
6125 (timer--time): Support new-style (4-part) time stamps.
6126 (timer-next-integral-multiple-of-time): Time stamps now have
6127 picosecond resolution, so take a bit more care about rounding.
6128 (timer-relative-time, timer-inc-time): New optional arg psecs.
6129 (timer-set-time-with-usecs): Set psecs to 0.
6130 (timer--activate): Check psecs component, too.
6131
6132 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6133
6134 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6137 Move the non-essential binding to the post/pre-command-hook where it is
6138 more obviously correct.
6139
6140 * subr.el (read-passwd): Don't use a history at all.
6141 * savehist.el (savehist-save): Remove password saved accidentally
6142 because of the above bug.
6143
6144 2012-06-22 Bastien Guerry <bzg@gnu.org>
6145
6146 * files.el (toggle-read-only): Display a message telling whether
6147 the buffer is read-only or not (bug#11726).
6148
6149 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * emacs-lisp/gv.el: New file.
6152 * subr.el (push, pop): Extend to generalized variables.
6153 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6154 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6155 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6156 gv-define-simple-setter, and gv-define-expander.
6157 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6158 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6159 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6160 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6161 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6162 gv-letplace.
6163 (cl-defstruct): Don't define setf-method any more.
6164 * emacs-lisp/cl.el (flet): Don't autoload.
6165 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6166 (define-setf-expander, defsetf, define-modify-macro)
6167 (cl-struct-setf-expander): Move from cl-lib.el.
6168 * emacs-lisp/syntax.el:
6169 * emacs-lisp/ewoc.el:
6170 * emacs-lisp/smie.el:
6171 * emacs-lisp/cconv.el:
6172 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6173 (timer--time): Use gv-define-simple-setter.
6174 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6175 to avoid coding-system problems in subr.el. Adjust all users.
6176 (macroexp--maxsize, macroexp-small-p): New functions.
6177 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6178 * scroll-bar.el (scroll-bar-mode):
6179 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6180 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6181 * winner.el (winner-configuration, winner-make-point-alist)
6182 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6183 * files.el (locate-file-completion-table): Avoid list*.
6184
6185 2012-06-22 Chong Yidong <cyd@gnu.org>
6186
6187 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6188 (dired-create-files): Doc fix (Bug#11329).
6189 (dired-do-copy): Doc fix (Bug#11334).
6190 (dired-mark-read-string): Doc fix (Bug#11553).
6191
6192 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6193 Doc fix (Bug#11326).
6194 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6195 (dired-dwim-target): Doc fix.
6196
6197 * wdired.el (wdired-mode): Doc fix.
6198
6199 2012-06-22 Glenn Morris <rgm@gnu.org>
6200
6201 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6202 (pcmpl-rpm-cache-stamp-file): New constant.
6203 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6204 (pcmpl-rpm-packages): Optionally cache list of packages.
6205
6206 * pcmpl-rpm.el (pcmpl-rpm): New group.
6207 (pcmpl-rpm-query-options): New option.
6208 (pcmpl-rpm-packages): No need to inline it.
6209 Use pcmpl-rpm-query-options.
6210
6211 * calendar/calendar.el (calendar-in-read-only-buffer):
6212 Avoid some needless mode changes.
6213
6214 2012-06-21 Chong Yidong <cyd@gnu.org>
6215
6216 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6217 (desktop-path): Remove . from the default value (Bug#10977).
6218 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6219
6220 2012-06-20 Chong Yidong <cyd@gnu.org>
6221
6222 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6223
6224 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6225
6226 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6227 (bug#11201).
6228
6229 2012-06-20 Chong Yidong <cyd@gnu.org>
6230
6231 * term.el (term-window-width): Handle the case of a missing right
6232 fringe (Bug#8837).
6233 (term-check-size): Use window-text-height (Bug#5445).
6234 (term-mode): Use define-derived-mode. Minor cleanups.
6235 Set font-lock-defaults (Bug#7692).
6236 (term-move-columns, term-insert-char, term-emulate-terminal)
6237 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6238
6239 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6240
6241 * net/ange-ftp.el (ange-ftp-get-passwd):
6242 Bind `enable-recursive-minibuffers'.
6243 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6244
6245 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6246
6247 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6248
6249 2012-06-19 Glenn Morris <rgm@gnu.org>
6250
6251 * progmodes/python.el (python-mode): Derive from prog-mode.
6252
6253 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6254
6255 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6256 (edt-user-menu-bar-update-buffers): New functions.
6257 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6258
6259 2012-06-19 Chong Yidong <cyd@gnu.org>
6260
6261 * subr.el (with-selected-window): Preserve the selected window's
6262 terminal's top-frame (Bug#4702).
6263
6264 * window.el (save-selected-window): Likewise.
6265
6266 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * progmodes/python.el (python-rx-constituents): Move backquote.
6269 (python-skeleton-define, python-define-auxiliary-skeleton):
6270 Use `declare'.
6271
6272 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6273
6274 * minibuffer.el (read-file-name-default): Revert the patch from
6275 2012-06-17.
6276
6277 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6280 (pcase--u1, pcase--q1): Don't use apply-partially.
6281
6282 2012-06-18 Glenn Morris <rgm@gnu.org>
6283
6284 * progmodes/python.el (python-proc, python-buffer)
6285 (python-send-receive, python-send-string): Fix obsolete versions.
6286
6287 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6288
6289 * window.el (special-display-p): Completely remove stringp
6290 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6291
6292 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6293
6294 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6295
6296 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6297
6298 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6299 * net/tramp-sh.el (tramp-maybe-open-connection):
6300 Throw if `non-essential' is non-nil.
6301
6302 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6303
6304 * window.el (special-display-p): Signal an error if BUFFER-NAME
6305 is not a string (Bug#11713).
6306
6307 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6308
6309 * progmodes/python.el (python-info-beginning-of-backslash):
6310 Rename from python-info-beginning-of-backlash, as a spelling fix.
6311
6312 2012-06-17 Chong Yidong <cyd@gnu.org>
6313
6314 * term.el (term-emulate-terminal): If term-check-size is called,
6315 move point to the process mark without resetting point (Bug#4635).
6316
6317 2012-06-17 Glenn Morris <rgm@gnu.org>
6318
6319 * international/mule-cmds.el (mule-menu-keymap)
6320 (set-language-environment, set-locale-environment): Doc tweaks.
6321
6322 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6323
6324 * cus-face.el (custom-face-attributes): Add wave-style underline
6325 attribute.
6326 * faces.el (set-face-attribute): Update docstring to describe
6327 wave-style underline attribute.
6328
6329 2012-06-16 Chong Yidong <cyd@gnu.org>
6330
6331 * term/xterm.el (terminal-init-xterm): Discard input before
6332 querying background mode (Bug#10959).
6333
6334 2012-06-16 Stefan Merten <smerten@oekonux.de>
6335
6336 * textmodes/rst.el: Added and corrected some comments.
6337 (rst-re-alist-def): Improve symbol syntax.
6338 (rst-mode-syntax-table): Correct syntax entries.
6339 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6340 (rst-official-version, rst-official-cvs-rev): Update version
6341 information.
6342
6343 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6344
6345 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6346 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6347
6348 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6349
6350 * progmodes/python.el: New python.el merge.
6351 (python-guess-indent): Obsolete var.
6352 (python-indent-guess-indent-offset): New defcustom.
6353 (python-indent): Obsolete var.
6354 (python-indent-offset): New defcustom.
6355 (python-python-command, python-jython-command): Delete var.
6356 (python-shell-interpreter): New defcustom.
6357 (python-pdbtrack-do-tracking-p): Delete var.
6358 (python-pdbtrack-activate): New defcustom.
6359 (python-use-skeletons): Obsolete var.
6360 (python-skeleton-autoinsert): New defcustom.
6361 (inferior-python-filter-regexp, python-continuation-offset)
6362 (python-honour-comment-indentation, python-indent-string-contents)
6363 (python-jython-packages, python-mode-hook)
6364 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6365 (python-shell-prompt-alist)
6366 (python-source-modes): Delete defcustoms.
6367 (python-check-buffer-name, python-eldoc-setup-code)
6368 (python-eldoc-string-code, python-ffap-setup-code)
6369 (python-ffap-string-code, python-fill-comment-function)
6370 (python-fill-decorator-function, python-fill-paren-function)
6371 (python-fill-string-function, python-imenu-include-defun-type)
6372 (python-imenu-make-tree, python-imenu-subtree-root-label)
6373 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6374 (python-shell-compilation-regexp-alist)
6375 (python-shell-completion-module-string-code)
6376 (python-shell-completion-pdb-string-code)
6377 (python-shell-completion-setup-code)
6378 (python-shell-completion-string-code)
6379 (python-shell-enable-font-lock, python-shell-exec-path)
6380 (python-shell-extra-pythonpaths)
6381 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6382 (python-shell-process-environment)
6383 (python-shell-prompt-block-regexp)
6384 (python-shell-prompt-output-regexp)
6385 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6386 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6387 (python-shell-virtualenv-path): New defcustoms.
6388 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6389 (inferior-python-mode-syntax-table, python--prompt-regexp)
6390 (python-buffer, python-command python-python-command)
6391 (python-default-template, python-imports, python-indent-index)
6392 (python-indent-list, python-indent-list-length)
6393 (python-mode-running, python-pdbtrack-is-tracking-p)
6394 (python-preoutput-continuation, python-preoutput-leftover)
6395 (python-preoutput-result, python-preoutput-skip-next-prompt)
6396 (python-prev-dir/file, python-recursing)
6397 (python-saved-check-command, python-version-checked)
6398 (python-which-func-length-limit)
6399 (view-return-to-alist): Delete vars.
6400 (python-check-custom-command, python-dotty-syntax-table)
6401 (python-imenu-index-alist, python-indent-current-level)
6402 (python-indent-dedenters, python-indent-levels)
6403 (python-nav-beginning-of-defun-regexp)
6404 (python-nav-list-defun-positions-cache)
6405 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6406 (python-shell-internal-buffer)
6407 (python-skeleton-available): New vars.
6408 (def-python-skeleton): Delete macro.
6409 (python-skeleton-define): New macro.
6410 (python-define-auxiliary-skeleton, python-rx): New macros.
6411 (python-insert-class): Delete command.
6412 (python-skeleton-class): New command.
6413 (python-insert-def): Delete command.
6414 (python-skeleton-def): New command.
6415 (python-insert-for): Delete command.
6416 (python-skeleton-for): New command.
6417 (python-insert-if): Delete command.
6418 (python-skeleton-if): New command.
6419 (python-insert-try/except, python-insert-try/finally): Delete commands.
6420 (python-skeleton-try): New command.
6421 (python-insert-while): Delete command.
6422 (python-skeleton-while): New command.
6423 (python-backspace): Delete command.
6424 (python-indent-dedent-line-backspace): New command.
6425 (python-electric-colon): Delete command.
6426 (python-indent-electric-colon): New command.
6427 (python-guess-indent): Delete command.
6428 (python-indent-guess-indent-offset): New command.
6429 (python-shift-left): Delete command.
6430 (python-indent-shift-left): New command.
6431 (python-shift-right): Delete command.
6432 (python-indent-shift-right): New command.
6433 (python-find-function): Delete command.
6434 (python-nav-jump-to-defun): New command.
6435 (python-next-statement): Delete command.
6436 (python-nav-forward-sentence): New command.
6437 (python-previous-statement): Delete command.
6438 (python-nav-backward-sentence): New command.
6439 (python-fill-paragraph): Delete command.
6440 (python-fill-paragraph-function): New command.
6441 (python-send-buffer): Delete command.
6442 (python-shell-send-buffer): New command.
6443 (python-send-defun): Delete command.
6444 (python-shell-send-defun): New command.
6445 (python-send-region, python-send-region-and-go): Delete commands.
6446 (python-shell-send-region)
6447 (python-shell-switch-to-shell): New commands.
6448 (python-send-string): Delete command.
6449 (python-shell-send-string): New command.
6450 (python-switch-to-python): Delete command.
6451 (python-shell-switch-to-shell): New command.
6452 (python-describe-symbol): Delete command.
6453 (python-eldoc-at-point): New command.
6454 (python--set-prompt-regexp, python-args-to-list)
6455 (python-after-info-look, python-check-version)
6456 (python-check-comint-prompt, python-find-imports)
6457 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6458 (python-unload-function, python-expand-template)
6459 (python-maybe-jython, python-preoutput-filter)
6460 (python-pdbtrack-get-source-buffer)
6461 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6462 (python-pdbtrack-toggle-stack-tracking)
6463 (python-pdbtrack-track-stack-file, python-initial-text)
6464 (python-first-word, python-comment-line-p, python-send-command)
6465 (python-setup-brm, python-sentinel, python-set-proc)
6466 (python-skip-out, python-input-filter, python-outdent-p)
6467 (python-outline-level, python-backslash-continuation-line-p)
6468 (python-end-of-block, python-end-of-statement, python-mark-block)
6469 (python-beginning-of-block, python-beginning-of-statement)
6470 (python-blank-line-p, python-beginning-of-string)
6471 (python-open-block-statement-p): Delete functions.
6472 (python-indent-line, python-indent-line-1): Delete functions.
6473 (python-indent-line): New function.
6474 (python-indentation-levels): Delete function.
6475 (python-indent-calculate-levels): New function.
6476 (python-proc): Delete function.
6477 (python-shell-get-process): New function.
6478 (python-send-receive): Delete function.
6479 (python-shell-send-string-no-output): New function.
6480 (python-module-path): Delete function.
6481 (python-ffap-module-path): New function.
6482 (python-completion-at-point)
6483 (python-symbol-completions): Delete functions.
6484 (python-completion-complete-at-point): New function.
6485 (python-load-file): Delete function.
6486 (python-shell-send-file): New function.
6487 (python-calculate-indentation): Delete function.
6488 (python-indent-calculate-indentation): New function.
6489 (python-skip-comments/blanks): Delete function.
6490 (python-util-forward-comment): New function.
6491 (python-continuation-line-p): Delete function.
6492 (python-info-continuation-line-p): New function.
6493 (python-which-func, python-current-defun): Delete function.
6494 (python-info-current-defun): New function.
6495 (python-beginning-of-defun): Delete function.
6496 (python-nav-beginning-of-defun): New function.
6497 (python-close-block-statement-p)
6498 (python-block-end-p): Delete function.
6499 (python-info-closing-block): New function.
6500 (python-comint-output-filter-function)
6501 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6502 (python-fill-comment, python-fill-decorator, python-fill-paren)
6503 (python-fill-string, python-imenu-make-element-tree)
6504 (python-imenu-make-tree, python-imenu-tree-assoc)
6505 (python-indent-context, python-indent-dedent-line)
6506 (python-indent-line-function)
6507 (python-indent-post-self-insert-function)
6508 (python-indent-toggle-levels)
6509 (python-info-assignment-continuation-line-p)
6510 (python-info-beginning-of-backlash)
6511 (python-info-block-continuation-line-p)
6512 (python-info-closing-block-message)
6513 (python-info-line-ends-backslash-p)
6514 (python-info-looking-at-beginning-of-defun)
6515 (python-info-ppss-context, python-info-ppss-context-type)
6516 (python-nav-list-defun-positions, python-nav-read-defun)
6517 (python-nav-sentence-end, python-nav-sentence-start)
6518 (python-pdbtrack-comint-output-filter-function)
6519 (python-pdbtrack-set-tracked-buffer)
6520 (python-shell-calculate-exec-path)
6521 (python-shell-calculate-process-environment)
6522 (python-shell-completion--do-completion-at-point)
6523 (python-shell-completion--get-completions)
6524 (python-shell-completion-complete-at-point)
6525 (python-shell-completion-complete-or-indent)
6526 (python-shell-get-or-create-process)
6527 (python-shell-get-process-name)
6528 (python-shell-internal-get-or-create-process)
6529 (python-shell-internal-get-process-name)
6530 (python-shell-internal-send-string, python-shell-make-comint)
6531 (python-shell-parse-command, python-shell-send-setup-code)
6532 (python-skeleton-add-menu-items)
6533 (python-util-clone-local-variables, python-util-position)
6534 (run-python-internal, python-indentation-levels)
6535 (python-nav-beginning-of-defun)
6536 (python-completion-complete-at-point): New functions.
6537 (run-python): Change arguments. New API requirements.
6538
6539 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6542 (bug#11649).
6543
6544 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6545 (macroexp--expand-all): Use it.
6546
6547 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6548 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6549 Use `cl-function' instead.
6550
6551 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6552
6553 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6554 Suggested by Stefan Monnier while discussing bug#11657.
6555
6556 2012-06-14 Sam Steingold <sds@gnu.org>
6557
6558 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6559
6560 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6561
6562 * play/doctor.el (doctor-doc): Remove parameter and use
6563 doctor-sent instead of sent.
6564 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6565
6566 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * files.el: Require cl-lib.
6569 (file-name-non-special): Replace case -> cl-case.
6570
6571 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6572
6573 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6574 mapping from #' to function*.
6575
6576 2012-06-13 Chong Yidong <cyd@gnu.org>
6577
6578 * mouse.el (mouse-drag-track): Do not set the mark if the user
6579 releases the mouse without selecting anything (Bug#11588).
6580
6581 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6584 as well (bug#11646).
6585
6586 * loadup.el: Count byte-code functions as well.
6587
6588 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6589 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6590
6591 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6592 (bug#11649). Add cl-defun and cl-defmacro.
6593
6594 2012-06-13 Drew Adams <drew.adams@oracle.com>
6595
6596 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6597 Fix last change.
6598
6599 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6600
6601 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6602 Otherwise, it blocks in batch mode.
6603
6604 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * help-mode.el (bookmark-make-record-default): Declare.
6607
6608 2012-06-13 Chong Yidong <cyd@gnu.org>
6609
6610 * emacs-lisp/package.el (list-packages): Compute a list of
6611 packages that are newly-available since the last list-packages
6612 invocation.
6613 (package-menu--new-package-list): New var.
6614 (package-menu--generate, package-menu--print-info)
6615 (package-menu--status-predicate, package-menu-mark-install):
6616 Handle new status label "new".
6617
6618 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6621 conversion to backquotes.
6622
6623 2012-06-12 Chong Yidong <cyd@gnu.org>
6624
6625 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6626 Rename from gud-inhibit-global-bindings.
6627
6628 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6629
6630 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6631 hook from nxml-glyph-set-hook.
6632
6633 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6634 declaration.
6635
6636 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6637
6638 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6639 Convert to defcustom.
6640
6641 2012-06-12 Drew Adams <drew.adams@oracle.com>
6642
6643 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6644 New functions.
6645 (help-mode): Use them.
6646
6647 2012-06-11 Glenn Morris <rgm@gnu.org>
6648
6649 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6650 Use preprocessor face for directives.
6651 (fortran-directive-re): Doc fix.
6652
6653 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6656 conversion to backquotes (bug#11652).
6657
6658 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6659 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6660 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6661 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6662 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6663 (cl-ninth, cl-tenth): Mark them as inlinable.
6664 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6665 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6666 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6667 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6668 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6669 (cl-list*, cl-adjoin): Don't put an autoload manually.
6670 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6671 (cl--compiler-macro-list*): Add autoload cookie.
6672 (cl--compiler-macro-cXXr): New function.
6673
6674 * help-fns.el (help-fns--compiler-macro): New function extracted from
6675 describe-function-1; follow aliases and use `compiler-macro' property.
6676 (describe-function-1): Use it.
6677
6678 2012-06-11 Chong Yidong <cyd@gnu.org>
6679
6680 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6681 is uninstalled, if imagemagick is installed.
6682
6683 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * emacs-lisp/cl-lib.el: Use lexical-binding.
6686 (cl-map-extents, cl-maclisp-member): Remove.
6687 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6688 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6689 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6690 * emacs-lisp/cl-extra.el: Use lexical-binding.
6691 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6692 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6693 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6694 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6695 * emacs-lisp/cl-seq.el: Use lexical-binding.
6696 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6697 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6698 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6699 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6700 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6701 CL's internals.
6702
6703 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6704
6705 Sync with Tramp 2.2.6-pre.
6706
6707 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6708 `print-length' and `print-level' to nil, in order to avoid
6709 truncation. Reported by Christopher Schmidt
6710 <christopher@ristopher.com>.
6711
6712 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6713
6714 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6715 New defmacro.
6716 (tramp-compat-copy-directory): Add optional argument
6717 COPY-CONTENTS. It is not handled yet.
6718
6719 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6720 (tramp-ftp-file-name-p): Simplify.
6721
6722 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6723 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6724 connection vector.
6725
6726 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6727 (tramp-methods): Do not use `tramp-password-end-of-line'.
6728 (tramp-completion-function-alist-putty): Handle UNIX case.
6729 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6730 (tramp-do-file-attributes-with-stat)
6731 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6732 gid as real numbers. They could run out of integer range on cygwin.
6733 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6734 (tramp-sh-handle-expand-file-name): Handle hops.
6735 (tramp-open-connection-setup-interactive-shell):
6736 Use `tramp-cleanup'. Move check for busyboxes ...
6737 (tramp-find-shell): ... here. Simplify implementation.
6738 Set "remote-shell" property also for alternative shells.
6739 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6740 If failing, a regular file would be written otherwise.
6741 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6742 (tramp-find-inline-encoding): Cache the coding commands in the
6743 process cache. Apply test command on the remote side, if defined.
6744 (tramp-find-inline-compress): Cache the compress commands in the
6745 process cache.
6746 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6747 when requested. Handle hops.
6748 (tramp-current-connection): New defvar.
6749 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6750 Throw `suppress', if there was a failed connection shortly before.
6751 Handle user interrupt. (Bug#10187)
6752 (tramp-get-inline-compress, tramp-get-inline-coding):
6753 Read connection properties from the process cache.
6754
6755 * net/tramp-smb.el (tramp-smb-server-version)
6756 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6757 New defconsts.
6758 (tramp-smb-prompt): Extend for powershell prompt.
6759 (tramp-smb-file-name-handler-alist): Add handlers for
6760 `process-file', `shell-command' and `start-file-process'.
6761 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6762 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6763 (tramp-smb-file-name-p): Simplify.
6764 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6765 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6766 (tramp-smb-shell-quote-argument): New defuns.
6767 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6768 Implement using "tar". By this, time-stamps are preserved.
6769 (tramp-smb-handle-copy-file): Handle also the case of directories.
6770 (tramp-smb-do-file-attributes-with-stat)
6771 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6772 Use `tramp-get-connection-buffer').
6773 (tramp-smb-handle-rename-file): Use "rename", when source and
6774 target are on the same share.
6775 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6776 Use `tramp-smb-server-version'.
6777 (tramp-smb-wait-for-output): Remove prompt.
6778
6779 * net/tramp.el (top): Require 'cl.
6780 (tramp-methods, tramp-rsh-end-of-line):
6781 Remove `tramp-password-end-of-line' from docstring.
6782 (tramp-save-ad-hoc-proxies): New defcustom.
6783 (tramp-completion-function-alist): Adapt docstring.
6784 (tramp-default-password-end-of-line): Remove defcustom.
6785 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6786 (tramp-user-regexp, tramp-file-name-regexp-unified)
6787 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6788 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6789 (tramp-remote-file-name-spec-regexp): New defconst.
6790 (tramp-file-name-structure): Extend structure for hops.
6791 (tramp-get-method-parameter): Move up.
6792 (tramp-file-name-p, tramp-dissect-file-name)
6793 (with-parsed-tramp-file-name): Handle hops.
6794 (tramp-file-name-hop): New defun.
6795 (tramp-make-tramp-file-name): New optional arg HOP.
6796 (tramp-message-show-progress-reporter-message): New defvar.
6797 (tramp-with-progress-reporter): Use it. We cannot use
6798 `tramp-message-show-message' here, because this suppresses also
6799 error buffers.
6800 (tramp-error-with-buffer): Suppress buffer view, if
6801 `tramp-message-show-message' is nil.
6802 Use `tramp-get-connection-buffer'.
6803 (tramp-cleanup): New defun.
6804 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6805 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6806 an error unchanged.
6807 (tramp-completion-handle-file-name-all-completions): Handle hops.
6808 Fix an error when called from ido.
6809 (tramp-completion-dissect-file-name): Use better local variable
6810 name. Add hop to the vector.
6811 (tramp-handle-insert-file-contents): Use progress-reporter for the
6812 whole scenario.
6813 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6814 to `t'.
6815 (tramp-check-for-regexp): Simplify search.
6816 (tramp-enter-password): Remove it. Move implementation ...
6817 (tramp-action-password): ... here.
6818 (tramp-mode-string-to-int, tramp-local-host-p)
6819 (tramp-make-tramp-temp-file, tramp-read-passwd)
6820 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6821 Set tramp-autoload cookie.
6822
6823 * net/trampver.el: Update release number.
6824
6825 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6826 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6829 (tramp-parse-group, tramp-parse-file)
6830 (tramp-parse-shostkeys-sknownhosts): New defuns.
6831 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6832 (tramp-parse-shosts-group, tramp-parse-sconfig)
6833 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6834 (tramp-parse-sknownhosts, tramp-parse-hosts)
6835 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6836 Use them.
6837 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6838 (tramp-parse-putty-group): Don't narrow.
6839 (tramp-parse-putty): Make a loop.
6840 (tramp-file-name-handler): Catch the `suppress' signal.
6841
6842 2012-06-11 Chong Yidong <cyd@gnu.org>
6843
6844 * image.el (imagemagick-register-types): Put the ImageMagick entry
6845 at the end of image-type-file-name-regexps.
6846
6847 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6848
6849 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6850 (pcase, pcase-let*, pcase-dolist): Use them.
6851
6852 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * emacs-lisp/pcase.el (pcase--let*): New function.
6855 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6856 (pcase--expand): Use macroexp-let².
6857
6858 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6861 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6862 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6863 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6864 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6865 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6866
6867 2012-06-10 Glenn Morris <rgm@gnu.org>
6868
6869 * mail/rmail.el (rmail-yank-current-message): Leave point at
6870 correct position. (Bug#11660)
6871
6872 2012-06-10 Chong Yidong <cyd@gnu.org>
6873
6874 * allout-widgets.el: Fix code header.
6875
6876 2012-06-10 Chong Yidong <cyd@gnu.org>
6877
6878 * cus-edit.el (customize-changed-options-previous-release):
6879 Bump to 24.1.
6880
6881 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6882
6883 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6884
6885 2012-06-09 Chong Yidong <cyd@gnu.org>
6886
6887 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6888
6889 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6890
6891 * window.el (special-display-popup-frame): Don't use
6892 window--display-buffer (Bug#11651).
6893
6894 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6895
6896 Fix parallel builds: make sure loaddefs.el is not being written
6897 while Lisp files are compiled.
6898 (compile): Don't depend on 'mh-autoloads'.
6899 (compile-CMD, compile-SH): Depend on 'autoloads'.
6900 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6901
6902 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6903
6904 2012-06-09 Chong Yidong <cyd@gnu.org>
6905
6906 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6907 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6908 Doc fixes (Bug#11225).
6909
6910 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6913 a function if there's a clear indication that it has a compiler-macro.
6914 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6915 (macro-declarations-alist): Add arglist to declaration functions.
6916 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6917 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6918 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6919 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6920 Also add autoload to find the compiler macro.
6921 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6922 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6923 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6924 (cl--compiler-macro-get): New functions, replacing calls to
6925 cl-define-compiler-macro.
6926 (cl-typep) [compiler-macro]: Use macroexp-let².
6927
6928 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6929
6930 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6931 string properly, fixes Bug#11473.
6932
6933 2012-06-08 Chong Yidong <cyd@gnu.org>
6934
6935 * faces.el (set-face-attribute): Doc fix.
6936 (modify-face): Don't use :bold and :italic.
6937 (error, warning, success): Tweak definitions.
6938
6939 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6940 (custom-modified, custom-set, custom-changed, custom-themed)
6941 (custom-saved, custom-button, custom-button-mouse)
6942 (custom-button-pressed, custom-state, custom-comment-tag)
6943 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6944 (custom-group-subtitle): Use new-style face specs.
6945 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6946 (custom-set-face, custom-changed-face, custom-saved-face)
6947 (custom-button-face, custom-button-pressed-face)
6948 (custom-documentation-face, custom-state-face)
6949 (custom-comment-face, custom-comment-tag-face)
6950 (custom-variable-tag-face, custom-variable-button-face)
6951 (custom-face-tag-face, custom-group-tag-face-1)
6952 (custom-group-tag-face): Remove obsolete face alias.
6953
6954 * epa.el (epa-validity-high, epa-validity-medium)
6955 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6956 (epa-field-name, epa-field-body):
6957 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6958 (font-lock-keyword-face, font-lock-builtin-face)
6959 (font-lock-function-name-face, font-lock-variable-name-face)
6960 (font-lock-type-face, font-lock-constant-face):
6961 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6962 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6963 * speedbar.el (speedbar-button-face, speedbar-file-face)
6964 (speedbar-directory-face, speedbar-tag-face)
6965 (speedbar-selected-face, speedbar-highlight-face)
6966 (speedbar-separator-face):
6967 * whitespace.el (whitespace-newline, whitespace-space)
6968 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6969 (whitespace-line, whitespace-space-before-tab)
6970 (whitespace-space-after-tab, whitespace-indentation)
6971 (whitespace-empty):
6972 * emulation/cua-base.el (cua-global-mark):
6973 * eshell/em-prompt.el (eshell-prompt):
6974 * net/newst-plainview.el (newsticker-new-item-face)
6975 (newsticker-old-item-face, newsticker-immortal-item-face)
6976 (newsticker-obsolete-item-face, newsticker-date-face)
6977 (newsticker-statistics-face, newsticker-default-face):
6978 * net/newst-reader.el (newsticker-feed-face)
6979 (newsticker-extra-face, newsticker-enclosure-face):
6980 * net/newst-treeview.el (newsticker-treeview-face)
6981 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6982 (newsticker-treeview-immortal-face)
6983 (newsticker-treeview-obsolete-face)
6984 (newsticker-treeview-selection-face):
6985 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6986 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6987 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6988 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6989 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6990 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6991 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6992 (mpuz-text):
6993 * progmodes/vera-mode.el (vera-font-lock-number)
6994 (vera-font-lock-function, vera-font-lock-interface):
6995 * textmodes/table.el (table-cell): Use new-style face specs, and
6996 don't use the old :bold and :italic attributes.
6997
6998 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6999 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7000 (ebrowse-member-class, ebrowse-progress): Likewise.
7001 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7002 (ebrowse-file-name-face, ebrowse-default-face)
7003 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7004 (ebrowse-progress-face): Remove obsolete faces.
7005
7006 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7007 Inherit from error and warning faces respectively.
7008
7009 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7010 Likewise.
7011 (flyspell-incorrect-face, flyspell-duplicate-face):
7012 Remove obsolete aliases.
7013
7014 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7017 Avoid infloop.
7018
7019 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * startup.el (argv, argi): Make lexically scoped.
7022 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7023 * emacs-lisp/cl-macs.el: Use lexical-binding.
7024 Rename cl-bind-* to cl--bind-*.
7025 * files.el: Don't require `cl' since it doesn't use it.
7026 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7027
7028 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
7029
7030 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
7031 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7032 instead of calling external sort utility.
7033 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7034
7035 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7036
7037 * descr-text.el (describe-char): Mention how to insert the
7038 character, if the current input method doesn't support it.
7039 See the discussion in this thread for the details:
7040 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7041
7042 2012-06-08 Sam Steingold <sds@gnu.org>
7043
7044 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7045 XF86Back to previous-buffer.
7046 (minibuffer-local-map): Bind them to next-history-element and
7047 previous-history-element respectively.
7048 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7049 help-go-back respectively.
7050 * info.el (Info-mode-map): Bind them to Info-history-forward and
7051 Info-history-back respectively.
7052 These are the keys next to Up on the ThinkPad keyboard.
7053
7054 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7057 * emacs-lisp/cl-macs.el: Provide itself.
7058 (cl--labels-convert-cache): New var.
7059 (cl--labels-convert): New function.
7060 (cl-flet, cl-labels): New implementation with new semantics, relying on
7061 lexical-binding.
7062 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7063 (cl-closure-vars, cl--function-convert-cache)
7064 (cl--function-convert): Move from cl-macs.el.
7065 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7066 rename by removing the "cl-" prefix.
7067 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7068
7069 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7072 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7073 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7074 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7075 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7076 (cl-hash-table-count): Add old compatibility aliases.
7077
7078 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7079 Use macroexpand-all-environment instead.
7080 (cl--old-macroexpand): New var.
7081 (cl--sm-macroexpand): New function.
7082 (cl-symbol-macrolet): Use it during macro expansion.
7083 (cl--function-convert-cache): New var.
7084 (cl--function-convert): New function, extracted from
7085 cl-macroexpand-all.
7086 (cl-lexical-let): Use it.
7087
7088 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7089 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7090 (cl-member): Remove old alias.
7091
7092 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7093 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7094 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7095 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7096 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7097 (cl-macroexpand-cmacs): Remove var.
7098 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7099 Use macroexpand-all instead.
7100
7101 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7104 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7105 (macroexp-copyable-p): New functions and macros.
7106 * emacs-lisp/edebug.el (edebug-unwrap):
7107 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7108 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7109 (pcase--let*): Remove.
7110 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7111 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7112 macroexp-const-p instead.
7113 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7114
7115 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7116 instead of "cl-" for internal definitions. Use macroexp-const-p.
7117 (cl-old-bc-file-form): Remove var.
7118 (cl-const-exprs-p): Remove fun.
7119 (cl-labels, cl-macrolet): Use backquote.
7120 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7121 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7122 (cl-define-setf-expander): Rename from cl-define-setf-method.
7123 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7124
7125 * international/mule-cmds.el: Don't require CL.
7126 (view-hello-file): Don't use `letf'.
7127
7128 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * tmm.el (tmm-prompt): Use string-prefix-p.
7131 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7132 (tmm-add-prompt): Use minibuffer-completion-help.
7133 (tmm-delete-map): Remove.
7134
7135 * subr.el (kbd): Make it its own function.
7136
7137 2012-06-07 Stefan Merten <smerten@oekonux.de>
7138
7139 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7140 Silence compiler warnings. Fix versions.
7141 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7142 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7143 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7144 (rst-package-emacs-version-alist): Correct Emacs version to
7145 represent major merge with upstream.
7146 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7147
7148 2012-06-06 Glenn Morris <rgm@gnu.org>
7149
7150 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7151 Only print environment variables if set.
7152
7153 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7156 (macroexp--cons): Rename from maybe-cons.
7157 (macroexp--accumulate): Rename from macroexp-accumulate.
7158 (macroexp--all-forms): Rename from macroexpand-all-forms.
7159 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7160 (macroexp--expand-all): Rename from macroexpand-all-1.
7161
7162 2012-06-06 Sam Steingold <sds@gnu.org>
7163
7164 * calendar/calendar.el (calendar-in-read-only-buffer):
7165 Call `special-mode' to enable the standard read-only keybindings.
7166
7167 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7170 with "loading" messages (bug#11635).
7171
7172 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
7173
7174 * files.el (enable-remote-dir-locals): New option.
7175 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7176
7177 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7178 Ensure, that the temp directory is local.
7179
7180 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7181 `temporary-file-directory'.
7182
7183 * progmodes/python.el (python-send-region): Ensure, that the
7184 temporary file is created also in the remote case.
7185
7186 2012-06-06 Glenn Morris <rgm@gnu.org>
7187
7188 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7189 (vc-rcs-update-changelog): Use it.
7190
7191 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7192
7193 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7194 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7195 (vc-sccs-diff): Replace use of the external vcdiff script.
7196
7197 2012-06-05 Glenn Morris <rgm@gnu.org>
7198
7199 * ledit.el: Move to obsolete/.
7200
7201 2012-06-05 Sam Steingold <sds@gnu.org>
7202
7203 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7204 patch (Bug#11140).
7205
7206 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * emacs-lisp/cust-print.el: Move to obsolete.
7209
7210 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7211 compiler-macro expansion.
7212
7213 Add native compiler-macro support.
7214 * emacs-lisp/macroexp.el (macroexpand-all-1):
7215 Support compiler-macros directly. Properly follow aliases and apply
7216 the compiler macros more thoroughly.
7217 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7218 macroexpand now properly follows aliases.
7219 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7220 (cl-compiler-macroexpand): Use new prop.
7221 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7222
7223 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7224
7225 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7226
7227 * window.el (get-lru-window, get-mru-window, get-largest-window):
7228 New argument NOT-SELECTED to avoid picking the selected window.
7229 (window--display-buffer-1, window--display-buffer-2): Replace by
7230 new function window--display-buffer
7231 (display-buffer-same-window, display-buffer-reuse-window)
7232 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7233 Use window--display-buffer.
7234 (display-buffer-use-some-window): Remove temporary dedication
7235 hack by calling get-lru-window and get-largest-window with
7236 NOT-SELECTED argument non-nil. Call window--display-buffer.
7237
7238 2012-06-05 Glenn Morris <rgm@gnu.org>
7239
7240 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7241 Replace external vcdiff script.
7242
7243 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7246
7247 2012-06-04 Chong Yidong <cyd@gnu.org>
7248
7249 * image.el (imagemagick-types-inhibit): Revert last change.
7250 Add INFO and M.
7251 (imagemagick-enabled-types): Remove CIN and EPS*.
7252
7253 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * emacs-lisp/cl-lib.el: Rename from cl.el.
7256 * emacs-lisp/cl.el: New compatibility file.
7257 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7258 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7259 to obey the "cl-" prefix.
7260 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7261
7262 2012-06-03 Glenn Morris <rgm@gnu.org>
7263
7264 * emacs-lisp/authors.el (authors-aliases): Addition.
7265
7266 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7267 Fix :version.
7268
7269 2012-06-03 Stefan Merten <smerten@oekonux.de>
7270
7271 * textmodes/rst.el: Add comments.
7272 (rst-transition, rst-adornment): New faces.
7273 (rst-adornment-faces-alist): Make default safe to reevaluate.
7274 Fixes
7275 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7276 Improve customization tags.
7277 (rst-define-level-faces): Clarify meaning.
7278
7279 2012-06-03 Chong Yidong <cyd@gnu.org>
7280
7281 * progmodes/compile.el (compilation-mode-line-fail)
7282 (compilation-mode-line-run, compilation-mode-line-exit):
7283 New faces.
7284 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7285
7286 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7287
7288 * progmodes/which-func.el (which-func-update-ediff-windows):
7289 New function. Use it in ediff-select-hook (Bug#11478).
7290
7291 2012-06-03 Chong Yidong <cyd@gnu.org>
7292
7293 * bindings.el: Remove explicit help text from format-mode-line.
7294 It is now supplied by mode-line-default-help-echo.
7295 (mode-line-front-space, mode-line-end-spaces)
7296 (mode-line-misc-info): New variables.
7297 (mode-line-modes, mode-line-position): Move the default value to
7298 the variable definition.
7299 (mode-line-default-help-echo): New defcustom.
7300 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7301 (mode-line-modified-help-echo): New functions.
7302 (mode-line-mule-info, mode-line-modified): Use them.
7303 (mode-line-eol-desc, propertized-buffer-identification):
7304 Consistency fixes for help text.
7305 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7306 set-buffer-file-coding-system (Bug#289).
7307 (mode-line-mule-info-help-echo): Update help text.
7308
7309 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * simple.el (execute-extended-command): Set real-this-command
7312 (bug#11506).
7313
7314 2012-06-02 Chong Yidong <cyd@gnu.org>
7315
7316 Remove incorrect uses of "modeline" in comments, docstrings, and
7317 function/variable names (Bug#10329).
7318
7319 * cus-edit.el (mode-line):
7320 * dframe.el (dframe-mouse-hscroll):
7321 * emacs-lisp/re-builder.el:
7322 * emacs-lisp/easy-mmode.el (define-minor-mode):
7323 * frame.el (set-frame-name):
7324 * help.el (lookup-minor-mode-from-indicator):
7325 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7326 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7327 (c-toggle-hungry-state):
7328 * progmodes/antlr-mode.el (antlr-language-alist):
7329 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7330 * progmodes/vhdl-mode.el (vhdl-mode):
7331 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7332 * term/ns-win.el (ns-face-at-pos):
7333 * term/sup-mouse.el (sup-mouse-report):
7334 * textmodes/flyspell.el (flyspell-mode-line-string):
7335 * textmodes/ispell.el (ispell-highlight-face):
7336 * textmodes/reftex-global.el:
7337 * vc/vc-arch.el (vc-arch-mode-line-string):
7338 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7339 * vc/vc-git.el (vc-git-mode-line-string):
7340 * vc/vc-hooks.el (vc-display-status)
7341 (vc-default-mode-line-string):
7342 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7343
7344 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7345
7346 * dired.el (dired-sort-set-mode-line): Rename from
7347 dired-sort-set-modeline. All callers changed.
7348
7349 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7350 eshell-status-in-modeline.
7351
7352 * foldout.el (foldout-mode-line-string): Rename from
7353 foldout-modeline-string. All callers changed.
7354 (foldout-update-mode-line): Rename from foldout-update-modeline.
7355
7356 * subr.el (redraw-modeline): Make into obsolete alias.
7357
7358 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7359 timeclock-modeline-display. Make old name an alias.
7360 (timeclock-update-mode-line): Likewise. All callers changed.
7361 (timeclock-mode-line-display): No need to check before using
7362 add-hook.
7363 (timeclock-relative, timeclock-day-over-hook)
7364 (timeclock-use-elapsed, timeclock-mode-string)
7365 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7366
7367 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7368 crisp-mode-modeline-string.
7369
7370 * play/solitaire.el (solitaire-build-mode-line): Rename from
7371 solitaire-build-modeline. All callers changed.
7372
7373 * play/zone.el (zone-hiding-mode-line): Rename from
7374 zone-hiding-modeline. All callers changed.
7375 (zone): Remove unusued `modeline-hidden-level' property.
7376
7377 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7378 xscheme-modeline-initialize. All callers changed.
7379
7380 * strokes.el (strokes-lighter): Rename from
7381 strokes-modeline-string.
7382
7383 * textmodes/sgml-mode.el (html-face-tag-alist)
7384 (html-tag-face-alist): Use mode-line face instead of obsolete
7385 alias modeline.
7386
7387 2012-06-02 Stefan Merten <smerten@oekonux.de>
7388
7389 * textmodes/rst.el: Always require `cl'.
7390 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7391
7392 2012-06-02 Chong Yidong <cyd@gnu.org>
7393
7394 * image.el (imagemagick-enabled-types): Rename from
7395 imagemagick-types-enable. Add many more types.
7396 (imagemagick-types-inhibit): Change default to nil.
7397 (imagemagick-filter-types): Caller changed.
7398
7399 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * emacs-lisp/cl-macs.el: Use backquotes.
7402 (cl-transform-function-property): Use eval-and-compile rather than
7403 abusing `require'.
7404 (defstruct): Use declare-function instead of with-no-warnings.
7405
7406 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7407 (byte-compile-output-docform): Re-add the print-circle bindings.
7408 (byte-compile-fix-header): Use #$ just because it's shorter.
7409 (byte-compile-output-file-form): Remove defun/defmacro.
7410
7411 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7412
7413 * simple.el (choose-completion): Remove now obsolete binding for
7414 owindow.
7415
7416 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7417
7418 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7419 in order to avoid "Stack overflow in regexp matcher".
7420
7421 2012-05-31 Glenn Morris <rgm@gnu.org>
7422
7423 * image.el: For clarity, call imagemagick-register-types at
7424 top-level, rather than relying on a custom :initialize.
7425 (imagemagick-types-enable): New option. (Bug#11557)
7426 (imagemagick-filter-types): New function. (Bug#7406)
7427 (imagemagick-register-types): Use imagemagick-filter-types.
7428 If disabling support, remove elements altogether rather
7429 than using an impossible regexp.
7430 (imagemagick-types-inhibit): Give it the default init function.
7431
7432 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7435 Handle arbitrary file name lengths (Bug#11585).
7436
7437 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7438
7439 * desktop.el (desktop-read): Clear previous and next buffers for
7440 all windows and bury *Messages* buffer (bug#11556).
7441
7442 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 Add `declare' for `defun'. Align `defmacro's with it.
7445 * emacs-lisp/easy-mmode.el (define-minor-mode)
7446 (define-globalized-minor-mode): Don't autoload the var definitions.
7447 * emacs-lisp/byte-run.el: Use lexical-binding.
7448 (defun-declarations-alist, macro-declarations-alist): New vars.
7449 (defmacro, defun): Use them.
7450 (make-obsolete, define-obsolete-function-alias)
7451 (make-obsolete-variable, define-obsolete-variable-alias):
7452 Use `declare'.
7453 (macro-declaration-function): Mark obsolete.
7454 * emacs-lisp/autoload.el: Use lexical-binding.
7455 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7456
7457 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7458
7459 * textmodes/ispell.el (ispell-with-no-warnings):
7460 Define as a macro.
7461 (ispell-kill-ispell, ispell-change-dictionary):
7462 Use `called-interactively-p' for Emacs instead of obsolete
7463 `interactive-p'.
7464
7465 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7468 (macro-declaration-function): Move var from C code.
7469 (macro-declaration-function): Define function with defalias.
7470 * emacs-lisp/macroexp.el (macroexpand-all-1):
7471 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7472 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7473 defun/defmacro any more.
7474 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7475 Provide fallback for unknown arglist.
7476 (byte-compile-arglist-warn): Change calling convention.
7477 (byte-compile-output-file-form): Move print-vars binding.
7478 (byte-compile-output-docform): Simplify accordingly.
7479 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7480 (byte-compile-defmacro-declaration): Remove.
7481 (byte-compile-file-form-defmumble): Generalize to defalias.
7482 (byte-compile-output-as-comment): Return byte-positions.
7483 Simplify callers accordingly.
7484 (byte-compile-lambda): Use `assert'.
7485 (byte-compile-defun, byte-compile-defmacro): Remove.
7486 (byte-compile-file-form-defalias):
7487 Use byte-compile-file-form-defmumble.
7488 (byte-compile-defalias-warn): Remove.
7489
7490 2012-05-29 Stefan Merten <smerten@oekonux.de>
7491
7492 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7493 possible. Fix authors. Improve comments. Improve loading of `cl'.
7494
7495 (rst-mode-abbrev-table): Merge definition.
7496 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7497 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7498
7499 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7500
7501 * calendar/icalendar.el
7502 (icalendar-export-region): Export UID properly.
7503
7504 2012-05-29 Leo Liu <sdl.web@gmail.com>
7505 * calendar/icalendar.el (icalendar-import-format):
7506 Add `icalendar-import-format-uid' (Bug#11525).
7507 (icalendar-import-format-uid): New.
7508 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7509 Export UID.
7510
7511 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7514 different alternative patterns.
7515 (pcase-codegen): Be more careful to preserve identity.
7516 (pcase--u1): Don't forget to mark vars as used.
7517
7518 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7519 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7520 (byte-compile-from-buffer): ...rather than here.
7521
7522 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7523 functions from byte-compile-function-environment.
7524
7525 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7526
7527 * window.el (window-deletable-p): Avoid deleting the root window
7528 of a frame with an active minibuffer.
7529
7530 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7531
7532 * simple.el (choose-completion): Use quit-window (Bug#11567).
7533
7534 2012-05-29 Chong Yidong <cyd@gnu.org>
7535
7536 * whitespace.el (whitespace-cleanup): Fix usage of
7537 whitespace-empty-at-bob-regexp (Bug#11492).
7538
7539 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7540
7541 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7542 revert (Bug#11488).
7543
7544 2012-05-29 Juri Linkov <juri@jurta.org>
7545
7546 * isearch.el (isearch-mode-map): Bind `M-s _' to
7547 `isearch-toggle-symbol'. Bind `M-s c' to
7548 `isearch-toggle-case-fold'.
7549 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7550 (isearch-forward): Add `M-s _' to the docstring.
7551 (isearch-forward-symbol, isearch-toggle-case-fold)
7552 (isearch-symbol-regexp): New functions. (Bug#11381)
7553
7554 2012-05-29 Juri Linkov <juri@jurta.org>
7555
7556 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7557 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7558 a function, call it to get the regexp.
7559 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7560 property `isearch-message-prefix' instead of the string "word ".
7561 (isearch-search-fun-default): For the case of `isearch-word',
7562 return a lambda that calls re-search-forward/re-search-backward
7563 with a regexp returned by `word-search-regexp' or by the function
7564 in `isearch-word'.
7565
7566 2012-05-29 Juri Linkov <juri@jurta.org>
7567
7568 * isearch.el (isearch-search-fun-default): New function.
7569 (isearch-search-fun): Move default part to the new function
7570 `isearch-search-fun-default'.
7571 (isearch-search-fun-function): Set the default value to
7572 `isearch-search-fun-default'. (Bug#11381)
7573
7574 * comint.el (comint-history-isearch-end):
7575 Use `isearch-search-fun-default'.
7576 (comint-history-isearch-search): Use `isearch-search-fun-default'
7577 and remove spacial case for `isearch-word'.
7578 (comint-history-isearch-wrap): Remove spacial case for
7579 `isearch-word'.
7580
7581 * hexl.el (hexl-isearch-search-function):
7582 Use `isearch-search-fun-default'.
7583
7584 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7585 Use `word-search-regexp' for `isearch-word'.
7586
7587 * misearch.el (multi-isearch-search-fun):
7588 Use `isearch-search-fun-default'.
7589
7590 * simple.el (minibuffer-history-isearch-search):
7591 Use `isearch-search-fun-default' and remove spacial case for
7592 `isearch-word'.
7593 (minibuffer-history-isearch-wrap): Remove spacial case for
7594 `isearch-word'.
7595
7596 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7597 Remove spacial case for `isearch-word'.
7598 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7599
7600 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7601
7602 Decrease XEmacs incompatibilities.
7603 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7604 Use `string-match'.
7605 (flyspell-delete-region-overlays): Use alternative definition for
7606 XEmacs.
7607 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7608 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7609 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7610 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7611 `define-obsolete-face-alias' under XEmacs, but old method.
7612
7613 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7614 `with-no-warnings' definition or Emacs alias.
7615 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7616 (ispell-word): Do not use `region-p' if XEmacs.
7617
7618 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7619
7620 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7621 Check for `ispell-dictionary-base-alist' instead of full
7622 `ispell-dictionary-alist'.
7623 (ispell-init-process): Show spellchecker when starting new Ispell
7624 process.
7625
7626 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7629 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7630
7631 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7632
7633 * version.el (motif-version-string, gtk-version-string)
7634 (ns-version-string): Declare.
7635
7636 2012-05-27 Juri Linkov <juri@jurta.org>
7637
7638 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7639 after the `eval-defun-1' specialcaseing
7640 like in `edebug-eval-defun' (bug#10181).
7641
7642 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7643 like in `eval-defun-1'.
7644
7645 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7646
7647 * mail/sendmail.el (mail-yank-region):
7648 Recognize rmail-yank-current-message in addition to insert-buffer.
7649 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7650 a *mail* buffer created through rmail-start-mail with sendmail as
7651 mail-user-agent.
7652
7653 2012-05-27 Chong Yidong <cyd@gnu.org>
7654
7655 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7656 Default to 256 (Bug#11267).
7657
7658 * help.el (describe-mode): Doc fix.
7659
7660 2012-05-26 Glenn Morris <rgm@gnu.org>
7661
7662 * w32-fns.el (w32-init-info): Remove.
7663 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7664
7665 * info.el (info-initialize): For self-contained NS builds, put the
7666 included info/ directory at the front. (Bug#2791)
7667
7668 * paths.el (Info-default-directory-list): Make it a defcustom,
7669 mainly so that we can use custom-initialize-delay.
7670
7671 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 * subr.el (buffer-has-markers-at): Mark obsolete.
7674
7675 * subr.el (lambda): Use declare.
7676
7677 * emacs-lisp/lisp-mode.el (lambda):
7678 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7679
7680 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7681
7682 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7683
7684 2012-05-26 Glenn Morris <rgm@gnu.org>
7685
7686 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7687
7688 2012-05-25 Glenn Morris <rgm@gnu.org>
7689
7690 * paths.el: Remove no-byte-compile.
7691 * loadup.el: No need to load paths.el uncompiled.
7692
7693 * image.el (imagemagick-types-inhibit): Doc fix.
7694
7695 * version.el: Remove no-byte-compile and associated formatting.
7696 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7697 is ancient code from when there was an "inc-vers.el".
7698
7699 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * progmodes/gdb-mi.el: Minor style changes.
7702 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7703 Turn into minor modes.
7704 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7705 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7706 (gdb-shell): Remove unneeded let-binding.
7707 (gdb-get-many-fields): Eliminate O(n²) behavior.
7708
7709 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7710
7711 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7712 platforms that don't link in fontset.c.
7713
7714 2012-05-25 Juri Linkov <juri@jurta.org>
7715
7716 Use the same diff color scheme as in modern VCSes (bug#10181).
7717
7718 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7719 to avoid confusion with `diff-added' that now uses green colors.
7720 (diff-removed): Use shades of red.
7721 (diff-added): Use shades of green.
7722 (diff-changed): Leave just the yellow color.
7723 (diff-use-changed-face): New variable.
7724 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7725 how to highlight context diff changes.
7726 (diff-refine-change): Use shades of yellow.
7727 (diff-refine-removed): New face that uses shades of red.
7728 (diff-refine-added): New face that uses shades of green.
7729 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7730 `diff-refine-removed' in the call to `smerge-refine-subst'
7731 depending on the value of `diff-use-changed-face'.
7732
7733 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7734 (smerge-other): Use shades of green.
7735 (smerge-base): Use shades of yellow.
7736 (smerge-refined-change): Empty face.
7737 (smerge-refined-removed): New face that uses shades of red.
7738 (smerge-refined-added): New face that uses shades of green.
7739 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7740 args `props-r' and `props-a', and use them. Doc fix.
7741 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7742 on its value use different faces `smerge-refined-change',
7743 `smerge-refined-removed', `smerge-refined-added' in the call to
7744 `smerge-refine-subst'.
7745
7746 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7747 Add face condition `min-colors 88' with shades of red.
7748 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7749 `min-colors 88' with shades of green.
7750 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7751 `min-colors 88' with shades of yellow.
7752
7753 2012-05-24 Glenn Morris <rgm@gnu.org>
7754
7755 * paths.el (prune-directory-list, remote-shell-program): Move to...
7756 * files.el (prune-directory-list, remote-shell-program): ...here.
7757 For the latter, delay initialization, prefer ssh, just search PATH.
7758
7759 * paths.el (term-file-prefix): Move to faces.el (the only user).
7760 * faces.el (term-file-prefix): Move here, make it a defcustom.
7761
7762 * paths.el (news-directory, news-path, news-inews-program):
7763 Move to gnus/nnspool.el.
7764
7765 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7766
7767 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7768 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7769 Make the latter a defcustom, with a delayed initialization.
7770
7771 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7772 These were deleted from Gnus itself late 2010.
7773
7774 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * progmodes/which-func.el (which-func-ff-hook):
7777 Check against user-error, not error.
7778
7779 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7780 cl-specs.el, which no longer exists.
7781
7782 2012-05-22 Glenn Morris <rgm@gnu.org>
7783
7784 * info.el (info-emacs-bug): New command.
7785 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7786 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7787
7788 2012-05-21 Glenn Morris <rgm@gnu.org>
7789
7790 * makefile.w32-in (update-subdirs-SH):
7791 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7792
7793 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7796
7797 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7798 Simplify Maven regexp, and make sure the file can't start with a space
7799 (bug#11517).
7800
7801 2012-05-21 Glenn Morris <rgm@gnu.org>
7802
7803 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7804 Scrap superfluous subshells.
7805
7806 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7809 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7810
7811 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7812
7813 * calc/calc.el (calc-ensure-consistent-units): New variable.
7814
7815 * calc/calc-units.el (math-consistent-units-p)
7816 (math-check-unit-consistency): New functions.
7817 (calc-quick-units, calc-convert-units):
7818 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7819 is non-nil.
7820 (calc-extract-units): Fix typo.
7821
7822 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7825
7826 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7827 (flyspell-default-deplacement-commands): Don't spell check after
7828 repeated window/frame switches (e.g. triggered by mouse-movement).
7829 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7830 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7831 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7832 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7833 Remove unused vars.
7834 (flyspell-get-casechars, flyspell-get-not-casechars):
7835 Simplify; Don't bother removing a ] just to add it back.
7836 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7837
7838 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7839
7840 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7841 New functions.
7842 (math-function-table): Add support for more C functions.
7843
7844 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7845
7846 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7847 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7848 Protect delay handling for otherchars against empty otherchars.
7849
7850 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7853 their respective macro declarations.
7854 * skeleton.el (define-skeleton):
7855 * progmodes/compile.el (define-compilation-mode):
7856 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7857 (define-ibuffer-filter):
7858 * emacs-lisp/generic.el (define-generic-mode):
7859 * emacs-lisp/easy-mmode.el (define-minor-mode)
7860 (define-globalized-minor-mode):
7861 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7862 * emacs-lisp/byte-run.el (defsubst):
7863 * custom.el (deftheme): Add doc-string metadata.
7864
7865 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7868
7869 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7872
7873 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7874 * emacs-lisp/cl-macs.el: Idem.
7875 * emacs-lisp/cl-specs.el: Remove.
7876
7877 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 Minor renaming of internal CL functions and variables.
7880 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7881 (cl--position): Rename from cl-position.
7882 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7883 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7884 (cl--random-state): Rename from *random-state*.
7885
7886 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7889 parens around the arg list (bug#11499).
7890
7891 2012-05-17 Juri Linkov <juri@jurta.org>
7892
7893 * isearch.el (word-search-regexp, word-search-backward)
7894 (word-search-forward, word-search-backward-lax)
7895 (word-search-forward-lax): Move functions from search.c
7896 (bug#10145, bug#11381).
7897
7898 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7899
7900 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7901 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7902 Delay for otherchars as for normal word components.
7903
7904 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * minibuffer.el (completion--sifn-requote): Fix last change.
7907 (minibuffer-local-must-match-filename-map):
7908 Move define-obsolete-variable-alias before its var.
7909
7910 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7913
7914 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7915 behavior.
7916 (completion--string-equal-p): New function.
7917 (completion--twq-all): Use it to get better assertion failure data.
7918
7919 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7920 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7921 (shell--requote-argument): New functions.
7922 (shell-completion-vars): Use them.
7923 (shell--parse-pcomplete-arguments): Rename from
7924 shell-parse-pcomplete-arguments.
7925 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7926 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7927 Obey comint-file-name-quote-list.
7928
7929 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7930 (smie-indent-keyword): Use it.
7931
7932 2012-05-14 Stefan Merten <smerten@oekonux.de>
7933
7934 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7935
7936 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * net/rlogin.el (rlogin-mode-map): Fix last change.
7939
7940 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7941
7942 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7943 the following \r\n using a single `process-send-string', since the
7944 Lotus SMTP server refuses to accept any commands if they are sent
7945 with two `process-send-string's (Bug#11444).
7946
7947 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * shell.el (shell-parse-pcomplete-arguments):
7950 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7951
7952 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7953
7954 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7955 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7956 (image-transform-width, image-transform-fit-width): New functions.
7957 (image-transform-properties): Use them.
7958 (image-transform-check-size): New function.
7959 (image-toggle-display-image): Use it (for testing).
7960 (image-transform-set-rotation): Reduce angle mod 360.
7961 Delete obsolete comment.
7962
7963 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7964
7965 * image-mode.el: Fix scaling (bug#11399).
7966 (image-transform-resize): Doc fix.
7967 (image-transform-properties): Default scale is 1 and height should
7968 be an integer.
7969
7970 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7971
7972 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7973 than hard-coding `car', to fix misbehavior when moving forward.
7974
7975 2012-05-13 Chong Yidong <cyd@gnu.org>
7976
7977 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7978 (tabulated-list-entries, tabulated-list-padding)
7979 (tabulated-list-sort-key): Make permanent-local.
7980
7981 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7982 (electric-buffer-list): Put electric buffer menu
7983 command descriptions in this docstring, instead of the docstring
7984 of electric-buffer-menu-mode. Code cleanups.
7985 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7986 Electric-buffer-menu-mode.
7987 (electric-buffer-update-highlight): Minor code cleanup.
7988
7989 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7990
7991 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7992 (Bug#11447)
7993
7994 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 Move define-obsolete-variable-alias before the var's definition.
7997 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7998 * tooltip.el (tooltip-hook):
7999 * textmodes/reftex-toc.el (reftex-toc-map):
8000 * textmodes/reftex-sel.el (reftex-select-label-map)
8001 (reftex-select-bib-map):
8002 * textmodes/reftex-index.el (reftex-index-map)
8003 (reftex-index-phrases-map):
8004 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8005 * progmodes/meta-mode.el (meta-mode-map):
8006 * novice.el (disabled-command-hook):
8007 * loadhist.el (unload-hook-features-list):
8008 * frame.el (blink-cursor):
8009 * files.el (find-file-not-found-hooks, write-file-hooks)
8010 (write-contents-hooks):
8011 * emulation/tpu-edt.el (GOLD-map):
8012 * emacs-lock.el (emacs-lock-from-exiting):
8013 * emacs-lisp/generic.el (generic-font-lock-defaults):
8014 * emacs-lisp/chart.el (chart-map):
8015 * dos-fns.el (register-name-alist):
8016 * dired-x.el (dired-omit-files-p):
8017 * desktop.el (desktop-enable):
8018 * cus-edit.el (custom-mode-hook):
8019 * buff-menu.el (buffer-menu-mode-hook):
8020 * bookmark.el (bookmark-read-annotation-text-func)
8021 (bookmark-exit-hooks):
8022 * allout.el (allout-mode-deactivate-hook)
8023 (allout-exposure-change-hook, allout-structure-added-hook)
8024 (allout-structure-deleted-hook, allout-structure-shifted-hook):
8025 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8026 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8027 comes before the corresponding variable's definition.
8028
8029 2012-05-12 Chong Yidong <cyd@gnu.org>
8030
8031 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8032 (Buffer-menu-mouse-select): Restore function (Bug#11459).
8033 (Buffer-menu-mode-map): Bind it.
8034 (Buffer-menu--pretty-name): Add a mouse-face property.
8035
8036 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
8039 (prolog-upper-case-string, prolog-lower-case-string)
8040 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8041 (prolog-use-smie, prolog-smie-grammar): New vars.
8042 (prolog-smie-forward-token, prolog-smie-backward-token)
8043 (prolog-smie-rules): New funs.
8044 (prolog-comment-indent): Remove.
8045 (prolog-mode-variables): Use default comment indentation instead.
8046 Setup SMIE.
8047 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8048 (prolog-mode): Don't call them any more.
8049 (prolog-electric-colon, prolog-electric-dash)
8050 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8051
8052 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8053
8054 * minibuffer.el (completion--twq-all): Again, allow case differences.
8055
8056 * term.el: Move keymap initialization code to be more idiomatic.
8057 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8058 (term-terminal-menu): Move initialization into declaration.
8059 (term-escape-char): Let the user set it in her .emacs.
8060
8061 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8062 Provide SMIE-based indentation (not enabled by default yet).
8063 (sh-mode-map): Don't bind electric keys.
8064 Use electric-pair-mode instead of skeleton-pair.
8065 (sh-assignment-regexp): Fit within 80 columns.
8066 (sh-indent-supported): Specify actual shell name instead of boolean.
8067 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8068 (sh-maybe-here-document): Use it. Make obsolete.
8069 (sh-electric-here-document-mode) New minor mode.
8070 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8071 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8072 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8073 (sh-smie-rc-grammar, sh-use-smie): New vars.
8074 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8075 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8076 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8077 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8078 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8079 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8080 (sh-set-shell): Use smie-setup if requested.
8081
8082 * term.el (term-set-escape-char): Properly set term-escape-char.
8083 See http://stackoverflow.com/questions/10524656.
8084
8085 2012-05-10 Chong Yidong <cyd@gnu.org>
8086
8087 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8088 Use url-generic-parse-url, and handle host names and Windows
8089 filenames properly.
8090 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8091 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8092 URL schemes to work on.
8093 (ffap--toggle-read-only): New function.
8094 (ffap-read-only, ffap-read-only-other-window)
8095 (ffap-read-only-other-frame): Use it.
8096 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8097 necessary for ffap-url-unwrap-remote.
8098
8099 2012-05-10 Dave Abrahams <dave@boostpro.com>
8100
8101 * cus-start.el (create-lockfiles): Add it.
8102
8103 2012-05-09 Chong Yidong <cyd@gnu.org>
8104
8105 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8106 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8107
8108 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8111
8112 2012-05-09 Chong Yidong <cyd@gnu.org>
8113
8114 * ansi-color.el (ansi-color-process-output): Check for validity of
8115 comint-last-output-start before using it. This avoids a bad
8116 interaction with gdb-mi's input/output buffer.
8117
8118 2012-05-09 Glenn Morris <rgm@gnu.org>
8119
8120 * files.el (dir-locals-read-from-file):
8121 Mention dir-locals in any error message.
8122
8123 2012-05-09 Chong Yidong <cyd@gnu.org>
8124
8125 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8126 package (Bug#11410).
8127
8128 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8129 variables into description.
8130
8131 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8134 shell-delimiter-argument-list (bug#11348).
8135 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8136
8137 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8138
8139 * textmodes/rst.el: Silence byte-compiler warnings.
8140 (rst-re-alist, rst-reset-section-caches): Move around.
8141 (rst-re): Use `characterp', not `char-valid-p'.
8142 (font-lock-beg, font-lock-end): Declare.
8143
8144 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8145 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8146
8147 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8148
8149 2012-05-08 Glenn Morris <rgm@gnu.org>
8150
8151 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8152
8153 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * vc/log-edit.el: Add GNU coding standards highlighting.
8156 (log-edit-font-lock-gnu-style)
8157 (log-edit-font-lock-gnu-keywords): New vars.
8158 (log-edit-font-lock-keywords): New fun.
8159 (log-edit-mode): Don't fold case in font-lock.
8160 (log-edit-font-lock-keywords): Do not assume case-folding.
8161
8162 * imenu.el: Misc cleanup. Make docstrings out of comments.
8163 Use lexical-binding.
8164 (imenu--index-alist, imenu--last-menubar-index-alist)
8165 (imenu-menubar-modified-tick): Use defvar-local.
8166 (imenu--split-menu): Remove unused var.
8167 (imenu--cleanup-seen): Declare as global.
8168 (imenu--cleanup): Use dolist.
8169
8170 * subr.el (defvar-local): Add debug spec and doc-string position.
8171
8172 2012-05-08 Glenn Morris <rgm@gnu.org>
8173
8174 * language/burmese.el, language/cham.el, language/czech.el:
8175 * language/english.el, language/georgian.el, language/greek.el:
8176 * language/japanese.el, language/khmer.el, language/korean.el:
8177 * language/lao.el, language/misc-lang.el, language/romanian.el:
8178 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8179 * language/thai.el, language/utf-8-lang.el:
8180 Remove no-byte-compile setting.
8181
8182 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8183
8184 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8185
8186 * progmodes/make-mode.el (makefile-browse):
8187 Remove unnecessary interactive. (Bug#11324)
8188
8189 2012-05-07 Glenn Morris <rgm@gnu.org>
8190
8191 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8192
8193 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8194
8195 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * loadup.el: Preload newcomment.el.
8198 * newcomment.el: Move autoload-only code to toplevel.
8199
8200 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8201 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8202 Handle new :right-align column property.
8203 (tabulated-list-print-col): Idem, plus use `display' text-property to
8204 try and preserve alignment for variable pitch fonts.
8205
8206 2012-05-07 Chong Yidong <cyd@gnu.org>
8207
8208 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8209 (tabulated-list-use-header-line): New var.
8210 (tabulated-list-init-header): Use it.
8211 (tabulated-list-print-fake-header): New function.
8212 (tabulated-list-print): Use it.
8213 (tabulated-list-sort-button-map): Add non-header-line commands.
8214 (tabulated-list-init-header): Add column name property to basic
8215 labels as well.
8216 (tabulated-list-col-sort): Handle non-header-line button case.
8217 (tabulated-list--sort-by-column-name): Fix a corner case.
8218
8219 * buff-menu.el (list-buffers--refresh):
8220 Handle Buffer-menu-use-header-line.
8221
8222 2012-05-06 Chong Yidong <cyd@gnu.org>
8223
8224 * buff-menu.el: Convert to Tabulated List mode.
8225 (Buffer-menu-buffer+size-width): Make obsolete.
8226 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8227 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8228 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8229 documentation into docstring of buffer-menu.
8230 (Buffer-menu-toggle-files-only): Add an informative message.
8231 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8232 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8233 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8234 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8235 (Buffer-menu-execute, Buffer-menu-select)
8236 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8237 (Buffer-menu-bury): Use Tabulated List machinery.
8238 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8239 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8240 Delete.
8241 (list-buffers--refresh): New function.
8242 (list-buffers-noselect): Use it.
8243 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8244 (Buffer-menu--pretty-file-name): New helper functions.
8245
8246 * loadup.el: Preload tabulated-list.
8247
8248 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8249 tabulated-list-sort-column.
8250 (tabulated-list-init-header): Add the initial aligning space even
8251 if tabulated-list-padding is zero.
8252
8253 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8254
8255 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8256 whose cdr is not a cons cell correctly (bug#11038).
8257
8258 2012-05-06 Chong Yidong <cyd@gnu.org>
8259
8260 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8261 Accept additional plist in column descriptors.
8262 (tabulated-list-init-header): Obey it.
8263 (tabulated-list-get-entry): New function.
8264 (tabulated-list-put-tag): Use it. Use string-width instead of
8265 length.
8266 (tabulated-list--column-number): New function.
8267 (tabulated-list-print): Use it.
8268 (tabulated-list-print-col): New function.
8269 Set `tabulated-list-column-name' property on each column's text.
8270 (tabulated-list-print-entry): Use it.
8271 (tabulated-list-delete-entry, tabulated-list-set-col):
8272 New functions.
8273 (tabulated-list-sort-column): New command (Bug#11337).
8274
8275 * buff-menu.el (list-buffers): Move C-x C-b binding from
8276 buff-menu.el to bindings.el.
8277
8278 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8279 :advertised-binding feature.
8280
8281 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8282
8283 * progmodes/compile.el (compilation-internal-error-properties):
8284 Calculate start position correctly when end-col is set but
8285 end-line is not (Bug#11382).
8286
8287 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8288
8289 * man.el (Man-unindent): Use text-property-default-nonsticky to
8290 prevent untabify from inheriting face properties (Bug#11408).
8291
8292 2012-05-05 Stefan Merten <smerten@oekonux.de>
8293
8294 * textmodes/rst.el: Major merge with upstream development up to
8295 Docutils SVN r7399 / rst.el V1.2.1.
8296
8297 Clarify maintainership and authors.
8298
8299 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8300 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8301 (rst-official-version, rst-official-cvs-rev, rst-version)
8302 (rst-package-emacs-version-alist): New functions and variables
8303 for version information.
8304
8305 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8306 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8307 (rst-mode-syntax-table, rst-mode): New and corrected functions
8308 and variables representing reStructuredText features.
8309
8310 (rst-re): New function for reStructuredText regexes. Use in
8311 many places.
8312
8313 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8314 (rst-mode-map): Rebind keys.
8315
8316 (rst-mode-lazy, rst-font-lock-keywords)
8317 (rst-font-lock-extend-region)
8318 (rst-font-lock-extend-region-internal)
8319 (rst-font-lock-extend-region-extend)
8320 (rst-font-lock-find-unindented-line-limit)
8321 (rst-font-lock-find-unindented-line-match)
8322 (rst-adornment-level, rst-font-lock-adornment-level)
8323 (rst-font-lock-adornment-match)
8324 (rst-font-lock-handle-adornment-pre-match-form)
8325 (rst-font-lock-handle-adornment-matcher): Major revision of
8326 font-locking. Integrate with other code. Use `jit-lock-mode'.
8327
8328 (rst-preferred-adornments, rst-adjust-hook)
8329 (rst-new-adornment-down, rst-preferred-bullets)
8330 (rst-preferred-bullets, rst-indent, rst-indent-width)
8331 (rst-indent-field, rst-indent-literal-normal)
8332 (rst-indent-literal-minimized, rst-indent-comment): Change,
8333 extend and improve customization.
8334
8335 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8336 (rst-normalize-cursor-position, rst-get-decoration)
8337 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8338 (rst-rstrip, rst-toc-insert-find-delete-contents)
8339 (rst-shift-fill-region, rst-compute-bullet-tabs)
8340 (rst-debug-print-tabs, rst-debug-mark-found)
8341 (rst-shift-region-guts, rst-shift-region-right)
8342 (rst-shift-region-left, rst-use-char-classes)
8343 (rst-font-lock-keywords-function)
8344 (rst-font-lock-indentation-point)
8345 (rst-font-lock-find-unindented-line-begin)
8346 (rst-font-lock-find-unindented-line-end)
8347 (rst-font-lock-find-unindented-line)
8348 (rst-font-lock-adornment-point, rst-font-lock-level)
8349 (rst-adornment-level-alist): Remove functions and variables.
8350
8351 (rst-compare-adornments, rst-get-adornment-match)
8352 (rst-suggest-new-adornment, rst-get-adornments-around)
8353 (rst-adornment-complete-p, rst-get-next-adornment)
8354 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8355 (rst-straighten-adornments): Standardize function names to
8356 use "adornment" instead of "decoration". Correct callers.
8357 Similar standardizing in many places.
8358
8359 (rst-update-section, rst-adjust, rst-promote-region)
8360 (rst-enumerate-region, rst-bullet-list-region)
8361 (rst-repeat-last-character): Correct use of `interactive'.
8362
8363 (rst-classify-adornment, rst-find-all-adornments)
8364 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8365 (rst-find-leftmost-column, rst-repeat-last-character):
8366 Refactor functions.
8367
8368 (rst-find-title-line, rst-reset-section-caches)
8369 (rst-get-adornments-around, rst-adjust-adornment-work)
8370 (rst-arabic-to-roman, rst-roman-to-arabic)
8371 (rst-insert-list-pos, rst-insert-list-new-item)
8372 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8373 New functions.
8374
8375 (rst-all-sections, rst-section-hierarchy)
8376 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8377 New variables.
8378
8379 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8380 configuration instead of only buffer. Change where necessary.
8381
8382 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8383 (rst-shift-region, rst-adaptive-fill): New functions for
8384 indentation and filling.
8385
8386 (rst-comment-line-break, rst-comment-indent)
8387 (rst-comment-insert-comment, rst-comment-region)
8388 (rst-uncomment-region): New functions for handling comments.
8389
8390 (rst-compile): Quote shell arguments.
8391
8392 (rst-compile-pdf-preview, rst-compile-slides-preview):
8393 Delete temporary files after use.
8394
8395 2012-05-05 Glenn Morris <rgm@gnu.org>
8396
8397 * calendar/cal-html.el: Optionally include holidays in the output.
8398 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8399 (cal-html-holidays): New option.
8400 (cal-html-css-default): Add holiday entry.
8401 (holiday-in-range): Autoload it.
8402 (cal-html-htmlify-entry): Add optional class argument.
8403 (cal-html-htmlify-list): Add optional holidays argument.
8404 (cal-html-insert-agenda-days): Include holidays in the output.
8405 (cal-html-one-month): Maybe include holidays.
8406
8407 * calendar/holidays.el (holiday-in-range):
8408 Move here from cal-tex-list-holidays.
8409 * calendar/cal-tex.el (cal-tex-list-holidays):
8410 Make it an obsolete alias for holiday-in-range. Update all callers.
8411
8412 2012-05-05 Chong Yidong <cyd@gnu.org>
8413
8414 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8415 Nextstep.
8416
8417 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8418
8419 * files.el (file-auto-mode-skip): New var.
8420 (set-auto-mode-1): Use it.
8421
8422 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8423
8424 * repeat.el: Use lexical-binding.
8425 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8426 (repeat-undo-count): Remove.
8427 (repeat):
8428 * progmodes/octave-mod.el (octave-abbrev-start):
8429 * progmodes/f90.el (f90-abbrev-start):
8430 * face-remap.el (text-scale-adjust):
8431 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8432
8433 * emacs-lisp/pcase.el (pcase--let*): New function.
8434 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8435 a bit more.
8436 (pcase--split-pred): Be more clever about ruling out overlap between
8437 a predicate and some constant pattern.
8438 (pcase--q1): Use `null' instead of (eq foo nil).
8439
8440 * subr.el (setq-local, defvar-local): New macros.
8441 (kbd): Redefine as an alias.
8442 (with-selected-window): Leave unrelated frames alone.
8443 (set-temporary-overlay-map): New function.
8444
8445 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * subr.el (user-error): New function.
8448 * window.el (switch-to-buffer):
8449 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8450 (smerge-match-conflict):
8451 * simple.el (previous-matching-history-element)
8452 (next-matching-history-element, goto-history-element, undo-more)
8453 (undo-start):
8454 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8455 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8456 (next-file, tags-loop-scan, list-tags, complete-tag):
8457 * progmodes/compile.el (compilation-loop):
8458 * mouse.el (mouse-minibuffer-check):
8459 * man.el (Man-bgproc-sentinel, Man-goto-page):
8460 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8461 (Info-history-forward, Info-follow-reference, Info-menu)
8462 (Info-extract-menu-item, Info-extract-menu-counting)
8463 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8464 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8465 (Info-next-reference, Info-prev-reference, Info-index)
8466 (Info-index-next, Info-follow-nearest-node)
8467 (Info-copy-current-node-name):
8468 * imenu.el (imenu--make-index-alist)
8469 (imenu-default-create-index-function, imenu-add-to-menubar):
8470 * files.el (basic-save-buffer, recover-file):
8471 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8472 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8473 (checkdoc-message-text, checkdoc-defun):
8474 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8475 * cus-edit.el (customize-changed-options, customize-rogue)
8476 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8477 (custom-variable-mark-to-reset-standard)
8478 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8479 (custom-file):
8480 * completion.el (check-completion-length):
8481 * comint.el (comint-search-arg)
8482 (comint-previous-matching-input-string-position)
8483 (comint-previous-matching-input)
8484 (comint-replace-by-expanded-history-before-point, comint-send-input)
8485 (comint-copy-old-input, comint-backward-matching-input)
8486 (comint-goto-process-mark, comint-set-process-mark):
8487 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8488 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8489
8490 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * dabbrev.el (dabbrev--ignore-case-p): New function.
8493 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8494 Use it.
8495
8496 * files.el (automount-dir-prefix): Mark as obsolete.
8497
8498 2012-05-04 Glenn Morris <rgm@gnu.org>
8499
8500 * patcomp.el, play/bruce.el: Move to obsolete/.
8501
8502 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8503
8504 Fix minor Y10k bugs.
8505 * arc-mode.el (archive-unixdate):
8506 * autoinsert.el (auto-insert-alist):
8507 * calc/calc-forms.el (math-this-year):
8508 * emacs-lisp/copyright.el (copyright-current-year)
8509 (copyright-update-year, copyright):
8510 * tar-mode.el (tar-clip-time-string):
8511 * time.el (display-time-update):
8512 Don't assume years have 4 digits.
8513
8514 2012-05-04 Chong Yidong <cyd@gnu.org>
8515
8516 * dos-w32.el (file-name-buffer-file-type-alist)
8517 (direct-print-region-use-command-dot-com):
8518 * ffap.el (ffap-menu-regexp):
8519 * find-file.el (ff-special-constructs):
8520 * follow.el (follow-debug):
8521 * forms.el (forms--debug):
8522 * iswitchb.el (iswitchb-all-frames):
8523 * ido.el (ido-all-frames):
8524 * emacs-lisp/timer.el (timer-max-repeats):
8525 * mail/feedmail.el (feedmail-mail-send-hook)
8526 (feedmail-mail-send-hook-queued):
8527 * mail/footnote.el (footnote-signature-separator):
8528 * mail/mailabbrev.el (mail-alias-separator-string)
8529 (mail-abbrev-mode-regexp):
8530 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8531 * progmodes/idlwave.el (idlwave-libinfo-file)
8532 (idlwave-default-completion-case-is-down)
8533 (idlwave-library-routines): Convert defvars to defcustoms.
8534
8535 * mail/rmail.el (rmail-decode-mime-charset):
8536 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8537 (idlwave-shell-fix-inserted-breaks)
8538 (idlwave-shell-activate-alt-keybindings)
8539 (idlwave-shell-use-breakpoint-glyph):
8540 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8541
8542 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8545
8546 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8547
8548 * progmodes/verilog-mode.el (font-lock-keywords):
8549 Fix mis-highligting auto. Reported by Craig Barner.
8550 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8551 defines from global name space. Reported by Dan Dever.
8552 (verilog-auto-reset, verilog-auto-reset-widths)
8553 (verilog-auto-tieoff): Support using unbased numbers for
8554 AUTORESET and AUTOTIEOFF.
8555 (verilog-submit-bug-report): Update variable list.
8556 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8557 parenthesis from not matching. Reported by Michael Rytting.
8558 (verilog-auto-template-lint): Fix hash error when linting modules
8559 with no used templates.
8560 (verilog-warn, verilog-warn-error)
8561 (verilog-warn-fatal): When non-interactive report multiple
8562 warnings before exiting. Suggested by Brad Dobbie.
8563 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8564 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8565 to report unused template errors. Reported by Brad Dobbie.
8566 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8567 nets, bug438. Reported by Vns Blore.
8568 (verilog-auto-inout-module, verilog-auto-reg)
8569 (verilog-read-decls, verilog-read-sub-decls-sig)
8570 (verilog-signals-edit-wire-reg, verilog-signals-with):
8571 Fix passing of Verilog data types in ANSI input/output ports
8572 such as "output logic" into the AUTOs. Special case "wire" and
8573 "reg" for backwards compatibility presuming Verilog 2001.
8574 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8575 (verilog-preprocess): Fix replication of preprocess output.
8576 Reported by Brad Dobbie.
8577 (verilog-auto-inst-interfaced-ports):
8578 Create verilog-auto-inst-interfaced-ports, bug429.
8579 Reported by Julian Gorfajn.
8580 (verilog-after-save-font-hook)
8581 (verilog-before-save-font-hook): New variable.
8582 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8583 (verilog-save-font-mods): Wrap disabling fontification, reported
8584 by David Rogoff.
8585 (verilog-do-indent, verilog-pretty-declarations-auto)
8586 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8587 Reported by Pierre-David Pfister.
8588 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8589 of class declarations, bug292. Reported by Kevin Heilman.
8590 (verilog-read-decls): Fix 'parameter type' not appearing in
8591 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8592 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8593 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8594 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8595 Reported by David Kravitz.
8596
8597 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8598
8599 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8600 assignment with tests in ifs and for loops.
8601 (verilog-extended-complete-re, verilog-complete-reg): Change so
8602 that DPI inport functions don't look like fuction declarations.
8603 (verilog-pretty-expr): Don't line up assignment
8604 operations to the test and increment in if and for loops
8605 (verilog-extended-complete-re, verilog-complete-reg): Change so
8606 that DPI inport functions don't look like fuction declarations.
8607
8608 2012-05-03 Kenichi Handa <handa@m17n.org>
8609
8610 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8611 decoding, and show a warning message without signaling an error
8612 (Bug#11282).
8613
8614 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * emacs-lisp/bytecomp.el
8617 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8618 since cconv.el might have introduced :fun-body, internal-make-closure,
8619 and friends for bytecomp to handle (bug#11391).
8620 * custom.el (defcustom): Avoid ((λ ..) ..).
8621
8622 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8625
8626 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8627
8628 * notifications.el (dbus-debug):
8629 * term/linux.el (gpm-mouse-enable):
8630 * term/screen.el (xterm-register-default-colors): Declare.
8631
8632 2012-05-02 Chong Yidong <cyd@gnu.org>
8633
8634 * cus-start.el (gc-cons-percentage, exec-suffixes)
8635 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8636 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8637 (make-cursor-line-fully-visible, void-text-area-pointer)
8638 (font-list-limit): Add customization data.
8639
8640 * allout.el (allout-exposure-change-functions)
8641 (allout-structure-added-functions)
8642 (allout-structure-deleted-functions)
8643 (allout-structure-shifted-functions): Rename abnormal hooks from
8644 *-hook, and convert to defcustoms.
8645 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8646 Convert to defcustoms.
8647 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8648
8649 * allout-widgets.el: Hook callers changed.
8650
8651 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8652
8653 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8654 the yanked message in preference to the default value of
8655 buffer-file-coding-system.
8656
8657 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8658
8659 * window.el (display-buffer--action-function-custom-type):
8660 Fix entry.
8661
8662 2012-05-02 Alan Mackenzie <acm@muc.de>
8663
8664 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8665
8666 2012-05-01 Glenn Morris <rgm@gnu.org>
8667
8668 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8669
8670 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8671
8672 * cus-edit.el (custom-variable-documentation): Simplify with format.
8673
8674 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8675 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * simple.el (suggest-key-bindings, execute-extended-command):
8678 Move from keyboard.c.
8679
8680 2012-05-01 Chong Yidong <cyd@gnu.org>
8681
8682 * follow.el: Eliminate advice.
8683 (set-process-filter, process-filter, sit-for): Advice deleted.
8684 (follow-mode-off-hook): Obsolete hook removed.
8685 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8686 Vars deleted.
8687 (follow-auto): Use a :set function.
8688 (follow-mode): Rewritten. Don't advise process filters.
8689 (follow-switch-to-current-buffer-all, follow-scroll-up)
8690 (follow-scroll-down): Assume follow-mode is bound.
8691 (follow-comint-scroll-to-bottom)
8692 (follow-align-compilation-windows): New functions.
8693 (follow--window-sorter): New function.
8694 (follow-all-followers): Use it to explicitly sort windows by their
8695 positions; don't make assumptions about next-window order.
8696 (follow-windows-start-end, follow-delete-other-windows-and-split)
8697 (follow-calc-win-start): Doc fix.
8698 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8699 vertical-motion unnecessarily.
8700 (follow-adjust-window): New function.
8701 (follow-post-command-hook): Use it.
8702 (follow-call-set-process-filter, follow-call-process-filter)
8703 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8704 (follow-stop-intercept-process-output, follow-generic-filter):
8705 Functions deleted.
8706 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8707 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8708 New functions, replacing advice on scroll-bar-* commands.
8709 (follow-mwheel-scroll): New function (Bug#4112).
8710
8711 * comint.el (comint-adjust-point): New function.
8712 (comint-postoutput-scroll-to-bottom): Use it.
8713 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8714
8715 2012-05-01 Glenn Morris <rgm@gnu.org>
8716
8717 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8718 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8719 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8720 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8721 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8722 Remove no-byte-compile setting.
8723
8724 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8727 all-completions code to not return a number in the last cdr.
8728
8729 2012-04-30 Leo Liu <sdl.web@gmail.com>
8730
8731 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8732 read-only error.
8733
8734 2012-04-29 Chong Yidong <cyd@gnu.org>
8735
8736 * follow.el (follow-calc-win-end): Rewrite to handle partial
8737 screen lines correctly (Bug#8390).
8738 (follow-avoid-tail-recenter): Minor cleanup.
8739
8740 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 Avoid the obsolete `assoc' package.
8743 * speedbar.el (speedbar-refresh): Avoid adelete.
8744 (speedbar-file-lists): Simplify and avoid aput.
8745 * man.el (Man--sections, Man--refpages): New vars, replacing
8746 Man-sections-alist and Man-refpages-alist.
8747 (Man-build-section-alist, Man-build-references-alist):
8748 Use them; avoid aput.
8749 (Man--last-section, Man--last-refpage): New vars.
8750 (Man-follow-manual-reference): Use them.
8751 Use the `default' arg of completing-read.
8752 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8753
8754 2012-04-27 Chong Yidong <cyd@gnu.org>
8755
8756 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8757
8758 * startup.el (x-apply-session-resources): New function.
8759
8760 * term/ns-win.el (ns-initialize-window-system):
8761 * term/w32-win.el (w32-initialize-window-system):
8762 * term/x-win.el (x-initialize-window-system): Use it to properly
8763 set menu-bar-mode and other vars from X resources, even if the
8764 initial frame is not a window-system frame (Bug#2299).
8765
8766 * subr.el (read-key): Avoid running filter function when setting
8767 up temporary tool bar entries (Bug#9922).
8768
8769 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8770
8771 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8772 (Bug#11344)
8773
8774 2012-04-27 Chong Yidong <cyd@gnu.org>
8775
8776 * select.el (xselect--encode-string): New function, split from
8777 xselect-convert-to-string.
8778 (xselect-convert-to-string): Use it.
8779 (xselect-convert-to-filename, xselect-convert-to-os)
8780 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8781 returned strings are properly encoded (Bug#11315).
8782
8783 2012-04-27 Chong Yidong <cyd@gnu.org>
8784
8785 * simple.el (delete-active-region): Move to killing custom group.
8786
8787 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8788
8789 * progmodes/which-func.el (which-func-current): Quote %
8790 characters for mode-line processing.
8791
8792 2012-04-27 Chong Yidong <cyd@gnu.org>
8793
8794 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8795 reaching eob (Bug#11286).
8796
8797 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8798
8799 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8800 (gdb): Make it buffer-local and init to zero.
8801 (gdb-control-commands-regexp): New variable.
8802 (gdb-send): Don't wrap in "-interpreter-exec console" if
8803 gdb-control-level is positive. Increment gdb-control-level
8804 whenever the command matches gdb-control-commands-regexp, and
8805 decrement it each time the command is "end". (Bug#11279)
8806
8807 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8808
8809 * window.el (adjust-window-trailing-edge, enlarge-window)
8810 (shrink-window, window-resize):
8811 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8812 windows (Bug#11276).
8813
8814 2012-04-27 Chong Yidong <cyd@gnu.org>
8815
8816 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8817 fix "missing prefix" warning. All callers changed.
8818
8819 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * emacs-lisp/assoc.el: Move to obsolete/.
8822
8823 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8826
8827 * term/ns-win.el (ns-define-service):
8828 * progmodes/pascal.el (pascal-goto-defun):
8829 * progmodes/js.el (js--read-tab):
8830 * progmodes/etags.el (tags-lazy-completion-table):
8831 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8832 * emacs-lisp/ewoc.el (ewoc--wrap):
8833 * emacs-lisp/assoc.el (aput, adelete, amake):
8834 * doc-view.el (doc-view-convert-current-doc):
8835 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8836
8837 2012-04-26 Chong Yidong <cyd@gnu.org>
8838
8839 * image.el (image-type-from-buffer): Only return supported image
8840 type (Bug#9045).
8841
8842 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8843 value, for symmetry with diff-end-of-hunk.
8844 (diff-split-hunk, diff-find-source-location)
8845 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8846 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8847 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8848 compute the relevant hunk or file properly (Bug#6005).
8849 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8850
8851 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * vc/vc-mtn.el:
8854 * vc/vc-hg.el:
8855 * vc/vc-git.el:
8856 * vc/vc-dir.el:
8857 * vc/vc-cvs.el:
8858 * vc/vc-bzr.el:
8859 * vc/vc-arch.el:
8860 * vc/vc.el: Replace lexical-let by lexical-binding.
8861 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8862 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8863 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8864
8865 2012-04-26 Chong Yidong <cyd@gnu.org>
8866
8867 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8868 (diff-mode-shared-map): Bind it to / and [remap undo].
8869
8870 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8871 (ediff-window-setup-function): Use it as the default, to set up
8872 windows based on whether the current frame is graphical (Bug#2138).
8873 (ediff-choose-window-setup-function-automatically): Make obsolete.
8874
8875 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8876
8877 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * ffap.el: Remove old code for obsolete package.
8880 (ffap-complete-as-file-p): Remove.
8881
8882 Use completion-table-with-quoting for comint and pcomplete.
8883 * comint.el (comint--unquote&requote-argument)
8884 (comint--unquote-argument, comint--requote-argument): New functions.
8885 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8886 (comint-quote-filename): Use regexp-opt-charset.
8887 (comint--common-suffix, comint--common-quoted-suffix)
8888 (comint--table-subvert): Remove.
8889 (comint-unquote-function, comint-requote-function): New vars.
8890 (comint--complete-file-name-data): Use them with
8891 completion-table-with-quoting.
8892 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8893 * pcomplete.el (pcomplete-arg-quote-list)
8894 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8895 (pcomplete-unquote-argument-function): Default to non-nil.
8896 (pcomplete-unquote-argument): Simplify.
8897 (pcomplete--common-quoted-suffix): Remove.
8898 (pcomplete-requote-argument-function): New var.
8899 (pcomplete--common-suffix): New function.
8900 (pcomplete-completions-at-point): Use completion-table-with-quoting
8901 and completion-table-subvert.
8902
8903 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8904 (minibuffer--double-dollars): Preserve properties.
8905 (completion--sifn-requote): New function.
8906 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8907
8908 * minibuffer.el: Add support for completion of quoted/escaped data.
8909 (completion-table-with-quoting, completion-table-subvert): New funs.
8910 (completion--twq-try, completion--twq-all): New functions.
8911 (completion--nth-completion): New function.
8912 (completion-try-completion, completion-all-completions): Use it.
8913
8914 2012-04-25 Leo Liu <sdl.web@gmail.com>
8915
8916 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8917 Use compilation-message if available to find real filename.
8918
8919 2012-04-25 Chong Yidong <cyd@gnu.org>
8920
8921 * vc/diff-mode.el (diff-setup-whitespace): New function.
8922 (diff-mode): Use it.
8923
8924 * vc/diff.el (diff-sentinel):
8925 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8926 Whitespace mode variables based on diff style (Bug#8612).
8927
8928 2012-04-25 Leo Liu <sdl.web@gmail.com>
8929
8930 * progmodes/python.el (python-send-region): Add suffix .py to the
8931 temp file.
8932
8933 * files.el (auto-mode-alist): Use javascript-mode instead.
8934
8935 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8936
8937 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8938
8939 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8940 (soap-resolve-references-for-array-type): Hack to prevent self
8941 references, see Bug#9.
8942 (soap-parse-envelope): Report the contents of the 'detail' node
8943 when receiving a fault reply.
8944 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8945
8946 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8947 (soap-inspect-simple-type): New function.
8948
8949 * net/soap-client.el (soap-simple-type): New struct.
8950 (soap-default-xsd-types, soap-default-soapenc-types)
8951 (soap-decode-basic-type, soap-encode-basic-type):
8952 support unsignedInt and double basic types.
8953 (soap-resolve-references-for-simple-type)
8954 (soap-parse-simple-type, soap-encode-simple-type): New function.
8955 (soap-parse-schema): Parse xsd:simpleType declarations.
8956
8957 * net/soap-client.el (soap-default-xsd-types)
8958 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8959 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8960 the local name of "soapenc:Array".
8961 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8962 decoding integer, byte and anyURI xsd types.
8963
8964 2012-04-25 Chong Yidong <cyd@gnu.org>
8965
8966 * cus-edit.el (custom-buffer-create-internal): Update header text.
8967
8968 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8969
8970 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8971 settings on 'system-type', not on 'window-system'. On MS-Windows,
8972 set interactive-mode on in GDB.
8973
8974 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8977 (ruby-syntax-propertize-regexp): Remove.
8978 (ruby-syntax-propertize-function): Split regexp into chunks.
8979 Match following code directly.
8980
8981 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8982
8983 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8984 (ruby-syntax-propertize-regexp): New function.
8985 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8986 by a special keyword.
8987
8988 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8989 (ruby-syntax-general-delimiters-goto-beg)
8990 (ruby-syntax-propertize-general-delimiters): New functions.
8991 (ruby-syntax-propertize-function): Use them to handle GDL.
8992 (ruby-font-lock-keywords): Move old handling of GDL...
8993 (ruby-font-lock-syntactic-keywords): .. to here.
8994 (ruby-calculate-indent): Adjust indentation for GDL.
8995
8996 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8997
8998 * notifications.el (top): Remove unneeded declarations.
8999 (notifications-specification-version): Change to "1.2".
9000 (notifications-interface, notifications-notify-method)
9001 (notifications-close-notification-method): Fix docstring.
9002 (notifications-get-capabilities-method): New defconst.
9003 (notifications-notify): Add :action-items, :resident and
9004 :transient hints. Change "image_data" to "image-data" and
9005 "image_path" to "image-path".
9006 (notifications-get-capabilities): New defun.
9007
9008 2012-04-24 Leo Liu <sdl.web@gmail.com>
9009
9010 * progmodes/python.el: Move hideshow setup to the end.
9011
9012 2012-04-24 Martin Rudalics <rudalics@gmx.at>
9013
9014 * window.el (handle-select-window): Clear echo area since this is
9015 no more done by read_char (Bug#11304).
9016
9017 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9020 and `/ M' to filter-derived-mode.
9021 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9022 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9023 (ibuffer-mark-by-mode): Use default rather than initial-input.
9024 (ibuffer-filter-by-derived-mode): Autoload and require-match.
9025
9026 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
9027
9028 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9029 (ibuffer-filter-by-derived-mode): New filter.
9030 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9031
9032 2012-04-23 Andreas Politz <politza@fh-trier.de>
9033
9034 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9035
9036 2012-04-23 Chong Yidong <cyd@gnu.org>
9037
9038 * cus-edit.el (customize-apropos, customize-apropos-options):
9039 Disable matching of non-option variables (Bug#11176).
9040 (customize-option, customize-option-other-window)
9041 (customize-changed-options): Doc fix.
9042 (customize-apropos-options, customize-apropos-faces)
9043 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9044
9045 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9046 Fix word list splitting (Bug#11132).
9047 (apropos-symbol, apropos-keybinding, apropos-label)
9048 (apropos-property, apropos-function-button)
9049 (apropos-variable-button, apropos-misc-button): New faces.
9050 (apropos-symbol-face, apropos-keybinding-face)
9051 (apropos-label-face, apropos-property-face, apropos-match-face):
9052 Variables removed (Bug#8396).
9053 (apropos-library-button, apropos-format-plist, apropos-print)
9054 (apropos-print-doc, apropos-describe-plist): Callers changed.
9055
9056 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
9057
9058 * net/xesam.el (xesam-mode-map): Use let-bound map in
9059 initialization. (Bug#11292)
9060
9061 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9062
9063 Preserve ispell session localwords when switching back to
9064 original buffer.
9065
9066 * textmodes/ispell.el (ispell-buffer-session-localwords):
9067 New buffer-local variable to hold buffer session localwords.
9068 (ispell-kill-ispell): Add option 'clear to delete session
9069 localwords.
9070 (ispell-command-loop, ispell-change-dictionary)
9071 (ispell-buffer-local-words): Preserve session localwords when
9072 needed.
9073
9074 * textmodes/flyspell.el (flyspell-process-localwords)
9075 (flyspell-do-correct): Preserve session localwords when needed.
9076
9077 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9078
9079 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9080 using obsolete `translation-table-for-input'.
9081 (ispell-word, ispell-process-line, ispell-complete-word):
9082 Use plain `insert' instead of removed `ispell-insert-word'.
9083
9084 2012-04-22 Chong Yidong <cyd@gnu.org>
9085
9086 * cus-edit.el (custom-variable-menu)
9087 (custom-variable-reset-saved, custom-face-menu)
9088 (custom-face-reset-saved): If there is no saved value, make the
9089 "reset-saved" operation bring back the default (Bug#9509).
9090 (custom-face-state): Properly detect themed faces.
9091
9092 * faces.el (face-spec-set): Stop supporting deprecated form of
9093 third arg.
9094
9095 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9096
9097 Move functions from C to Lisp. Make non-blocking method calls
9098 the default. Implement further D-Bus standard interfaces.
9099
9100 * net/dbus.el (dbus-message-internal): Declare function.
9101 Remove unneeded function declarations.
9102 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9103 (dbus-message-type-method-return, dbus-message-type-error)
9104 (dbus-message-type-signal): Declare variables. Remove local
9105 definitions.
9106 (dbus-interface-dbus, dbus-interface-peer)
9107 (dbus-interface-introspectable, dbus-interface-properties)
9108 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9109 Adapt docstring.
9110 (dbus-interface-objectmanager): New defconst.
9111 (dbus-call-method, dbus-call-method-asynchronously)
9112 (dbus-send-signal, dbus-method-return-internal)
9113 (dbus-method-error-internal, dbus-register-service)
9114 (dbus-register-signal, dbus-register-method): New defuns, moved
9115 from dbusbind.c
9116 (dbus-call-method-handler, dbus-setenv)
9117 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9118 New defuns.
9119 (dbus-call-method-non-blocking): Make it an obsolete function.
9120 (dbus-unregister-object, dbus-unregister-service)
9121 (dbus-handle-event, dbus-register-property)
9122 (dbus-property-handler): Obey the new structure of
9123 `bus-registered-objects'.
9124 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9125 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9126 Use `dbus-call-method'.
9127
9128 2012-04-22 Chong Yidong <cyd@gnu.org>
9129
9130 * cus-edit.el (custom-commands, custom-reset-menu)
9131 (Custom-reset-standard): Tweak labels.
9132 (custom-reset-button-menu): Change default to t.
9133 (custom-buffer-create-internal): For the custom-reset-button-menu
9134 case, put the revert button first.
9135 (custom-group-subtitle): New face.
9136 (custom-group-value-create): Align docstring to a specific column.
9137
9138 * wid-edit.el (widget-documentation-link-add): Don't handle
9139 indentation in this function.
9140 (widget-documentation-string-indent-to): New function.
9141 (widget-documentation-string-value-create): Use it.
9142
9143 * autorevert.el (auto-revert):
9144 * epg-config.el (epg):
9145 * ibuffer.el (ibuffer):
9146 * mpc.el (mpc):
9147 * ses.el (ses):
9148 * eshell/eshell.el (eshell):
9149 * net/ange-ftp.el (ange-ftp):
9150 * progmodes/ebnf2ps.el (postscript):
9151 * progmodes/flymake.el (flymake):
9152 * progmodes/prolog.el (prolog):
9153 * progmodes/verilog-mode.el (verilog-mode):
9154 * progmodes/which-func.el (which-func):
9155 * term/xterm.el (xterm):
9156 * textmodes/picture.el (picture):
9157 * textmodes/tildify.el (tildify):
9158 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9159 customization buffers.
9160
9161 2012-04-22 Alan Mackenzie <acm@muc.de>
9162
9163 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9164 Adding a ) can hide the resulting (..) from searches. Fix it.
9165 Bound the backward search to the position of the existing (.
9166
9167 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
9168
9169 * progmodes/verilog-mode.el (verilog-mode): Check whether
9170 which-func-modes is t before adding verilog-mode.
9171 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9172
9173 2012-04-21 Leo Liu <sdl.web@gmail.com>
9174
9175 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9176
9177 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9178
9179 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9180 filling of the last column of a table (Bug#5635).
9181 (woman-find-next-control-line): New arg, specifying an additional
9182 regexp component for the control line.
9183 (woman2-roff-buffer): Use it.
9184 (woman-break-table): New function.
9185 (woman2-TS): Use it.
9186
9187 2012-04-21 Chong Yidong <cyd@gnu.org>
9188
9189 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9190 (woman-horizontal-escapes, woman-negative-vertical-space)
9191 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9192 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9193
9194 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * minibuffer.el (completion-file-name-table): Complete user names.
9197
9198 2012-04-20 Leo Liu <sdl.web@gmail.com>
9199
9200 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9201 and pcase-let*.
9202
9203 2012-04-20 Chong Yidong <cyd@gnu.org>
9204
9205 * server.el (server-execute): Respect initial-buffer-choice if it
9206 is a string and there are no files to open (Bug#2825).
9207 (server-create-window-system-frame, server-create-tty-frame):
9208 Don't switch buffers here.
9209 (server-process-filter): Only try to open a window system frame if
9210 compiled with graphical support (Bug#8314).
9211
9212 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9213
9214 * battery.el (battery-echo-area-format): Display remaining time
9215 for sysfs backend too (Bug#11269).
9216 (battery-linux-sysfs): Fix conditional for the charge.
9217
9218 2012-04-20 Chong Yidong <cyd@gnu.org>
9219
9220 * progmodes/gdb-mi.el (gdb): Revert previous change.
9221 (gdb-inferior-io--init-proc): New function.
9222 (gdb-init-1): Use it.
9223 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9224 responsible for allocating a new pty and hooking it to gdb when
9225 the old pty gets an EIO due to process exit.
9226 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9227 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9228 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9229
9230 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9231
9232 * window.el (window-min-size, window-sizable, window-min-delta)
9233 (window-max-delta, window--resizable, window-resizable)
9234 (window-total-size, window-full-height-p, window-full-width-p)
9235 (window-in-direction, window--resize-mini-window, window-resize)
9236 (window--resize-child-windows-normal)
9237 (window--resize-child-windows, window--resize-siblings)
9238 (window--resize-this-window, adjust-window-trailing-edge)
9239 (enlarge-window, shrink-window): Doc fixes.
9240
9241 2012-04-20 Chong Yidong <cyd@gnu.org>
9242
9243 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9244 New function to call delete-process on the gdb-inferior buffer's pty.
9245 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9246 pty process (Bug#11273).
9247 (gdb-update): New arg to suppress talking to the gdb process.
9248 (gdb-done-or-error): Use it.
9249 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9250 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9251 sentinel not being called.
9252
9253 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9254
9255 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9256
9257 2012-04-20 Glenn Morris <rgm@gnu.org>
9258
9259 * net/network-stream.el (open-network-stream): Doc fix.
9260
9261 2012-04-20 Chong Yidong <cyd@gnu.org>
9262
9263 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9264
9265 2012-04-20 Alan Mackenzie <acm@muc.de>
9266
9267 Ensure searching for keywords is case sensitive.
9268
9269 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9270 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9271 (c-defun-name, c-mark-function, c-cpp-define-name)
9272 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9273 (c-context-line-break): Bind case-fold-search to nil.
9274
9275 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9276 Bind case-fold-search to nil.
9277
9278 2012-04-20 Chong Yidong <cyd@gnu.org>
9279
9280 * mail/sendmail.el (mail-bury): Call return action with the right
9281 Rmail buffer (Bug#11242).
9282
9283 * server.el (server-process-filter): Handle corner case where both
9284 tty and nowait options are present (Bug#11102).
9285
9286 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9287
9288 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9289 (top level): Put into the executable the ident-style '$Id:' tag on
9290 windows-nt as well.
9291
9292 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * electric.el (electric-indent-post-self-insert-function): Check that
9295 electric-indent-mode is enabled in current buffer.
9296
9297 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9298
9299 * imenu.el (imenu-progress-message): Restore; it is "used" in
9300 erc/erc-imenu.el and net/snmp-mode.el.
9301
9302 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9303
9304 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9305 (mouse-avoidance-nudge-mouse): Remove unused binding.
9306
9307 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9308
9309 * descr-text.el (describe-char):
9310 * progmodes/python.el (python-describe-symbol):
9311 Don't call `toggle-read-only', set `buffer-read-only'.
9312
9313 * imenu.el (imenu-default-goto-function): Mark unused args.
9314 (imenu-progress-message): Remove obsolete macro; all callers changed.
9315
9316 * subr.el (keymap-canonicalize): Remove unused binding.
9317 (read-passwd): Mark unused arg.
9318
9319 * tutorial.el (tutorial--display-changes): Remove unused binding.
9320 (tutorial--save-tutorial-to): Remove unused variable.
9321
9322 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9323 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9324 (package-generate-autoloads, package-menu--generate)
9325 (package-menu--find-upgrades): Remove unused bindings.
9326
9327 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9328 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9329 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9330 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9331 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9332 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9333 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9334 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9335 (cua-delete-char-rectangle): Mark unused args.
9336 (cua-align-rectangle): Remove unused binding.
9337
9338 * mail/rmail.el (compilation--message->loc)
9339 (epa--find-coding-system-for-mime-charset): Declare.
9340
9341 * net/dbus.el (dbus-register-service): Declare.
9342 (dbus-name-owner-changed-handler): Remove unused binding.
9343
9344 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9345 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9346 (nxml-scan-backward-within): Mark unused arg.
9347 (nxml-dynamic-markup-word): Remove unused binding.
9348
9349 * mouse.el (mouse-menu-major-mode-map):
9350 * emacs-lisp/authors.el (authors-scan-change-log)
9351 (authors-add-to-author-list):
9352 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9353 * emacs-lisp/smie.el (smie-auto-fill):
9354 * mail/sendmail.el (mail-bury):
9355 * mail/unrmail.el (unrmail):
9356 * net/tls.el (open-tls-stream):
9357 * textmodes/picture.el (picture-mouse-set-point):
9358 Remove unused bindings.
9359
9360 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * net/tramp.el (tramp-action-password): Let-bind
9363 `enable-recursive-minibuffers' to t.
9364
9365 2012-04-18 Sam Steingold <sds@gnu.org>
9366
9367 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9368 instead of 'string to accommodate values like [f11].
9369 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9370 * progmodes/gdb-mi.el: Likewise.
9371
9372 2012-04-18 Leo Liu <sdl.web@gmail.com>
9373
9374 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9375 current buffer.
9376 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9377 LOCAL is nil.
9378
9379 2012-04-18 Chong Yidong <cyd@gnu.org>
9380
9381 * simple.el (line-move): Use forward-line if in batch mode
9382 (Bug#11053).
9383
9384 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9385
9386 * files.el (after-find-file): Do not try to add a final newline if
9387 the buffer is read-only (Bug#11156).
9388
9389 2012-04-17 Richard Stallman <rms@gnu.org>
9390
9391 * mail/rmail.el (rmail-start-mail):
9392 Pass (rmail-mail-return...) for the return-action.
9393 Pass (rmail-yank-current-message...) for the yank-action.
9394 (rmail-yank-current-message): New function.
9395 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9396 (rmail-reply): Likewise.
9397 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9398
9399 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9400 buffer, not the last. Reject temp buffers. Use the rmail-mode
9401 buffer, not newbuf.
9402
9403 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9404
9405 * server.el (server-ensure-safe-dir): Simplify.
9406
9407 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * emacs-lisp/smie.el: Provide smarter auto-filling.
9410 (smie-auto-fill): New function.
9411 (smie-setup): Use it.
9412
9413 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9414
9415 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9416
9417 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9418 (comment-indent): Use it.
9419
9420 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9421
9422 * ses.el: The overall change is to add cell renaming, that is
9423 setting fancy names for cell symbols other than name matching
9424 "\\`[A-Z]+[0-9]+\\'" regexp .
9425 (ses-localvars): Add ses--renamed-cell-symb-list.
9426 (ses-create-cell-variable): New defun.
9427 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9428 (ses-relocate-formula): Relocate formulas only for cells the
9429 symbols of which are not renamed, i.e. symbols whose names do not
9430 match regexp "\\`[A-Z]+[0-9]+\\'".
9431 (ses-relocate-all): Relocate values only for cells the symbols of
9432 which are not renamed.
9433 (ses-load): Create cells variables as the (ses-cell ...) are read,
9434 in order to check row col consistency with cell symbol name only
9435 for cells that are not renamed.
9436 (ses-replace-name-in-formula): New defun.
9437 (ses-rename-cell): New defun.
9438
9439 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9440
9441 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9442 New option (bug#11118).
9443 (perl-calculate-indent): Respect it.
9444
9445 2012-04-17 Glenn Morris <rgm@gnu.org>
9446
9447 * dired-aux.el (dired-mark-read-string): Doc fix.
9448
9449 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9450
9451 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9452 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9453
9454 2012-04-17 Glenn Morris <rgm@gnu.org>
9455
9456 * mouse.el (mouse-drag-track):
9457 * speedbar.el (speedbar-frame-mode):
9458 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9459
9460 2012-04-16 Leo Liu <sdl.web@gmail.com>
9461
9462 * progmodes/python.el: Trivial cleanup.
9463
9464 2012-04-16 Glenn Morris <rgm@gnu.org>
9465
9466 * vc/vc.el (vc-string-prefix-p):
9467 * vc/pcvs-util.el (cvs-string-prefix-p):
9468 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9469 * mpc.el (mpc-string-prefix-p):
9470 Make all of these into obsolete aliases for string-prefix-p.
9471 Update callers.
9472 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9473
9474 * textmodes/two-column.el: Move custom options to the start.
9475 (frame-width): Remove compat definition.
9476 (2C-associate-buffer, 2C-dissociate):
9477 Use with-current-buffer rather than save-excursion.
9478 (2C-dissociate): Force a mode-line update.
9479 (2C-autoscroll): Use ignore-errors.
9480
9481 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9482 Autoload trivia.
9483
9484 * emacs-lisp/cl-extra.el (*random-state*):
9485 Remove unnecessary declaration.
9486
9487 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9488
9489 * play/cookie1.el (cookie-snarf):
9490 Give an explicit error if input file cannot be read.
9491
9492 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9493
9494 * progmodes/perl-mode.el (c-macro-expand):
9495 Remove unnecessary autoload (it is in loaddefs.el).
9496
9497 * textmodes/picture.el (picture-desired-column)
9498 (picture-update-desired-column): Convert comments to doc-strings.
9499 (picture-substitute): Remove function.
9500 (picture-mode-map): Initialize in the defvar.
9501
9502 * woman.el: Remove eval-after-load for tar-mode.
9503 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9504 (woman-tar-extract-file): Autoload it.
9505
9506 * frame.el (automatic-hscrolling): Make this alias obsolete.
9507
9508 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9509
9510 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9511 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9512 (ispell-dictionary-base-alist): Revert to original XEmacs
9513 friendly version for default. [:alpha:] will be added in
9514 `ispell-set-spellchecker-params' if needed.
9515
9516 2012-04-16 Chong Yidong <cyd@gnu.org>
9517
9518 * image.el (imagemagick--file-regexp): New variable.
9519 (imagemagick-register-types): Use it.
9520 (imagemagick-types-inhibit): Add :set function. Allow new value
9521 of t to inhibit all types.
9522
9523 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9524 so we can preload it.
9525
9526 * loadup.el (fboundp): Preload regexp-opt, needed by
9527 imagemagick-register-types.
9528
9529 2012-04-15 Chong Yidong <cyd@gnu.org>
9530
9531 * frame.el (scrolling): Remove nearly unused customization group.
9532
9533 * scroll-all.el (scroll-all-mode): Move to windows group.
9534
9535 2012-04-15 Chong Yidong <cyd@gnu.org>
9536
9537 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9538
9539 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9542 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9543
9544 2012-04-15 Glenn Morris <rgm@gnu.org>
9545
9546 * simple.el (process-file-side-effects): Doc fix.
9547
9548 2012-04-15 Glenn Morris <rgm@gnu.org>
9549
9550 * international/mule-cmds.el (set-language-environment): Doc fix.
9551
9552 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * server.el (server-auth-key, server-generate-key): Doc fixes.
9555 (server-get-auth-key): Doc fix. Use `string-match-p'.
9556 (server-start): Reflow docstring.
9557
9558 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9559
9560 * server.el (server-generate-key): `called-interactively-p'
9561 requires a parameter.
9562
9563 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9564
9565 * server.el (server-auth-key): New variable.
9566 (server-generate-key, server-get-auth-key): New function.
9567 (server-start): Use the new variable and functions to allow
9568 setting a permanent server key (bug#9423).
9569
9570 2012-04-14 Leo Liu <sdl.web@gmail.com>
9571
9572 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9573
9574 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9575
9576 Spelling fixes.
9577 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9578 Emacs uses American spelling.
9579
9580 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9581
9582 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9583 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9584 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9585 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9586
9587 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * progmodes/which-func.el (which-func-modes): Change default.
9590
9591 2012-04-14 Kim F. Storm <storm@cua.dk>
9592
9593 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9594 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9595
9596 2012-04-14 Chong Yidong <cyd@gnu.org>
9597
9598 * custom.el (custom-theme-set-variables): Doc fix.
9599
9600 2012-04-14 Glenn Morris <rgm@gnu.org>
9601
9602 * international/mule.el (set-auto-coding-for-load): Doc fix.
9603
9604 2012-04-14 Alan Mackenzie <acm@muc.de>
9605
9606 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9607 imenu work again for Objective C Mode. Correct the *-index values,
9608 these having been disturbed by a previous change in 2011-08.
9609
9610 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9611 Correct two search limits.
9612
9613 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9616
9617 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9618
9619 * international/characters.el: Fix sorting.
9620
9621 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9622
9623 * international/characters.el: Add more missing Latin case pairs.
9624
9625 2012-04-14 Glenn Morris <rgm@gnu.org>
9626
9627 * files.el (dir-locals-set-class-variables): Doc fix.
9628
9629 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9630
9631 * international/characters.el: Add set-case-syntax-pair call for
9632 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9633 counterpart. (Bug#11209)
9634
9635 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9636
9637 2012-04-14 Glenn Morris <rgm@gnu.org>
9638
9639 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9640
9641 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9642
9643 * textmodes/ispell.el (ispell-dictionary-base-alist):
9644 Add data for Hebrew.
9645
9646 2012-04-14 Chong Yidong <cyd@gnu.org>
9647
9648 * net/rcirc.el (rcirc-cmd-quit):
9649 Revert 2012-03-18 change (Bug#11192).
9650
9651 2012-04-14 Glenn Morris <rgm@gnu.org>
9652
9653 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9654
9655 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9656
9657 * minibuffer.el (completion-in-region-mode-map):
9658 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9659
9660 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9661
9662 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9663
9664 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9665
9666 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9667 to allow `C-M-f' and `C-M-b' to move to the nearest path
9668 separator (bug#9511).
9669
9670 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9671
9672 * avoid.el: Require cl when compiling. And also move the
9673 `provide' to the end.
9674
9675 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9676
9677 * avoid.el (mouse-avoidance-banish-position): New variable.
9678 (mouse-avoidance-banish-destination): Use it (bug#10165).
9679
9680 2012-04-13 Leo Liu <sdl.web@gmail.com>
9681
9682 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9683
9684 2012-04-13 Ken Brown <kbrown@cornell.edu>
9685
9686 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9687 this is no longer needed now that cygstart understands file:// URLs.
9688 (browse-url-filename-alist): For the same reason, don't modify
9689 file:// URLs on Cygwin.
9690
9691 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9694 the region on shift if the binding is already shifted (bug#11221).
9695
9696 2012-04-12 Glenn Morris <rgm@gnu.org>
9697
9698 * mail/mailpost.el: Move to obsolete/.
9699
9700 2012-04-12 Drew Adams <drew.adams@oracle.com>
9701
9702 * imenu.el (imenu--generic-function): Ignore invisible definitions
9703 (bug#10123).
9704
9705 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9706
9707 * hexl.el (hexl-bits): New variable.
9708 (hexl-options): Mention the variable in the doc string.
9709 (hexl-rulerise, hexl-line-displen): New functions.
9710 (hexl-mode): Mention the new variable.
9711 (hexl-mode, hexl-current-address, hexl-current-address):
9712 Use the displen.
9713 (hexl-ascii-start-column): New function.
9714 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9715 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9716
9717 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9718
9719 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9720 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9721 the encoding, as expected by hunspell.
9722
9723 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * battery.el (battery--linux-sysfs-regexp): New const.
9726 (battery-status-function): Use it. Remove yeeloong special case.
9727 (battery-yeeloong-sysfs): Remove.
9728 (battery-echo-area-format): Remove yeeloong special case.
9729
9730 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9733 Reported by Noah Friedman.
9734
9735 * subr.el (read-passwd): Use read-string.
9736
9737 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9738
9739 * vcursor.el (vcursor-move): Increase the priority of the overlay
9740 (bug#9663).
9741
9742 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9743
9744 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9745 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9746
9747 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9748
9749 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9750 define-minor-mode (bug#10760).
9751
9752 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9753
9754 * progmodes/grep.el (rgrep): Tweak the find command line so
9755 that directories matching `grep-find-ignored-files' won't be
9756 pruned (bug#10351).
9757
9758 2012-04-11 Chong Yidong <cyd@gnu.org>
9759
9760 * startup.el (command-line): Remove support for long-obsolete
9761 variable font-lock-face-attributes.
9762
9763 2012-04-11 Glenn Morris <rgm@gnu.org>
9764
9765 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9766
9767 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * window.el (window--state-get-1): Obey window-point-insertion-type.
9770
9771 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9772
9773 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9774 to previous function when point is on the first character of a
9775 function. Take care of that in `narrow-to-defun' (bug#6157).
9776
9777 2012-04-11 Glenn Morris <rgm@gnu.org>
9778
9779 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9780 not just file-errors.
9781
9782 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9783 (vc-bzr-sha1): Use internal sha1.
9784
9785 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9788
9789 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9790
9791 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9792 that start in the middle of the line (bug#10496).
9793
9794 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9795
9796 * battery.el (battery-linux-proc-acpi): Only one battery is
9797 discharged at a time, but that seems to confuse battery.el when
9798 computing `rate-type' for the battery not being discharged
9799 (bug#10332).
9800
9801 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9804
9805 * international/quail.el: Use dolist and simplify.
9806 (quail-define-package, quail-update-keyboard-layout)
9807 (quail-define-rules): Use dolist.
9808 (quail-insert-kbd-layout, quail-get-translation): CSE.
9809
9810 * tmm.el: Use dolist, remove left over hook.
9811 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9812 Use dolist.
9813 (calendar-load-hook): Don't mess with it.
9814
9815 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9816 Use derived-mode-p. Run the diff asynchronously.
9817
9818 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9819
9820 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9821
9822 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9823
9824 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9825 (list-dynamic-libraries--loaded): New function.
9826 (list-dynamic-libraries--refresh): Use it.
9827
9828 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9829
9830 * progmodes/python.el (python-fill-paragraph):
9831 Make python-fill-region in a multiline string work when font-lock is
9832 disabled (bug#7018).
9833
9834 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9835
9836 * language/european.el (cp775): Add oem/legacy (en)coding on
9837 DOS/MS Windows for the Baltic languages. There are still plenty
9838 of texts written in this encoding/codepage (bug#6519).
9839
9840 2012-04-10 Glenn Morris <rgm@gnu.org>
9841
9842 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9843 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9844
9845 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9846
9847 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9848 next-line "n" and previous-line "p" in order to make recentf more
9849 consistent with ibuffer, dired or org-mode (bug#9387).
9850
9851 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9852
9853 * image.el (put-image): Return the overlay created instead of the
9854 optional input string (bug#7834). Note that this may break code
9855 that is (for some reason or other) depending on `put-image'
9856 returning the string.
9857
9858 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9859
9860 * simple.el (zap-to-char): Allow zapping using input methods
9861 (bug#1580).
9862
9863 * textmodes/fill.el (fill-region): Leave point and mark where they
9864 were before filling (bug#5399).
9865
9866 2012-04-09 Glenn Morris <rgm@gnu.org>
9867
9868 * version.el (emacs-bzr-get-version):
9869 Handle lightweight checkouts of local branches.
9870
9871 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9872
9873 * international/characters.el: Recover lost case pairs. (Bug#11209)
9874
9875 2012-04-09 Chong Yidong <cyd@gnu.org>
9876
9877 * custom.el (custom-variable-p): Return nil for non-symbol
9878 arguments instead of signaling an error.
9879 (user-variable-p): Obsolete alias for custom-variable-p.
9880
9881 * apropos.el (apropos-variable):
9882 * files-x.el (read-file-local-variable):
9883 * simple.el (set-variable):
9884 * woman.el (woman-mini-help):
9885 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9886
9887 2012-04-09 Glenn Morris <rgm@gnu.org>
9888
9889 * startup.el (normal-top-level): Don't look for leim-list.el
9890 in places where it will not be found. (Bug#910)
9891
9892 * international/mule-cmds.el (set-default-coding-systems):
9893 * files.el (normal-mode):
9894 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9895 This function was removed with ucs-tables.el in 2008.
9896
9897 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9898
9899 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9900 ispell-encoding8-command to "-i", without a trailing space.
9901 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9902 separate command-line arguments, to specify the encoding, since
9903 that's how hunspell expects it.
9904
9905 2012-04-08 Glenn Morris <rgm@gnu.org>
9906
9907 * loadup.el: Load bindings before cus-start.
9908 This reduces somewhat the number of "rogue" settings in emacs -Q.
9909
9910 2012-04-07 Glenn Morris <rgm@gnu.org>
9911
9912 * version.el (emacs-bzr-get-version): New function.
9913 (emacs-bzr-version): New variable.
9914 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9915 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9916
9917 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9918
9919 * international/uni-bidi.el, international/uni-category.el:
9920 * international/uni-combining.el, international/uni-decimal.el:
9921 * international/uni-decomposition.el, international/uni-digit.el:
9922 * international/uni-lowercase.el, international/uni-mirrored.el:
9923 * international/uni-name.el, international/uni-numeric.el:
9924 * international/uni-titlecase.el, international/uni-uppercase.el:
9925 Update for Unicode 6.1.
9926
9927 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9928
9929 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9930
9931 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9932
9933 * window.el (shrink-window): Mention the `window-min-height'
9934 variable in the doc string.
9935
9936 2012-04-05 Bastien Guerry <bzg@altern.org>
9937
9938 * color.el (color-lighten-name): Fix typo.
9939
9940 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * server.el (server--on-display-p): New function.
9943 (server--on-display-p): Use it.
9944
9945 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9946
9947 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9948 (bug#11145).
9949
9950 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 * comint.el (comint--common-quoted-suffix): Check string boundary
9953 before comparing (bug#11158).
9954 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9955
9956 2012-04-04 Chong Yidong <cyd@gnu.org>
9957
9958 * minibuffer.el (completion-extra-properties): Doc fix.
9959
9960 * subr.el (delayed-warnings-hook): Doc fix.
9961
9962 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9963
9964 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9965 selection (Bug#11159).
9966 (epa-insert-keys): Inform that the default public key will be
9967 exported if no key is selected.
9968
9969 2012-04-04 Richard Stallman <rms@gnu.org>
9970
9971 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9972
9973 2012-04-03 Chong Yidong <cyd@gnu.org>
9974
9975 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9976 mail-insert-file, not its obsolete alias mail-attach-file.
9977
9978 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9979
9980 * notifications.el (notifications-notify): Fix docstring.
9981
9982 2012-04-02 Glenn Morris <rgm@gnu.org>
9983
9984 * emacs-lisp/authors.el (authors-aliases): Another addition.
9985
9986 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9987
9988 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9989 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9990 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9991
9992 2012-04-01 Chong Yidong <cyd@gnu.org>
9993
9994 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9995 Handle root directory properly.
9996 (copy-directory): Caller changed.
9997
9998 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9999 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10000
10001 2012-03-31 Glenn Morris <rgm@gnu.org>
10002
10003 * term/xterm.el (xterm-extra-capabilities): Doc fix.
10004
10005 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
10006
10007 * calendar/calendar.el (calendar-window-list)
10008 (calendar-hide-window): Restore. (Bug#11140)
10009 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10010
10011 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10012
10013 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10014
10015 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10016 Check if file is a symlink (Bug#10489).
10017
10018 * files.el (copy-directory): Likewise.
10019
10020 2012-03-30 Chong Yidong <cyd@gnu.org>
10021
10022 * image.el (imagemagick-types-inhibit)
10023 (imagemagick-register-types): Doc fix.
10024
10025 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10026
10027 * textmodes/ispell.el (ispell-get-extended-character-mode):
10028 Disable extended-char-mode for hunspell. hunspell does not support it
10029 and treats ~word as ordinary words in pipe mode.
10030
10031 2012-03-30 Glenn Morris <rgm@gnu.org>
10032
10033 * tutorial.el (help-with-tutorial): Ensure local variables don't
10034 happen to make the buffer read-only. (Bug#11127)
10035
10036 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10039 (perl-calculate-indent): Return `noindent' in strings.
10040
10041 2012-03-28 Sam Steingold <sds@gnu.org>
10042
10043 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10044 instead of the broken adhockery which does not prevent calendar
10045 buffers from being displayed at random after exit.
10046 (calendar-window-list, calendar-hide-window): Remove the broken
10047 adhockery.
10048
10049 2012-03-28 Glenn Morris <rgm@gnu.org>
10050
10051 * replace.el (query-replace-map): Doc fix.
10052
10053 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
10054
10055 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10056 contents. (Bug#11109)
10057
10058 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10061 (bug#11077).
10062 (avl-tree--check, avl-tree--check-node): New funs.
10063
10064 2012-03-27 Martin Rudalics <rudalics@gmx.at>
10065
10066 * window.el (switch-to-visible-buffer): New option.
10067 (switch-to-prev-buffer, switch-to-next-buffer):
10068 Observe switch-to-visible-buffer. Make sure that checking for a window
10069 showing a buffer already is done on the same frame.
10070
10071 2012-03-27 Glenn Morris <rgm@gnu.org>
10072
10073 * startup.el (mail-host-address): Doc fix.
10074
10075 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10078 than 197 variables.
10079
10080 2012-03-26 Ami Fischman <ami@fischman.org>
10081
10082 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10083
10084 2012-03-26 Glenn Morris <rgm@gnu.org>
10085
10086 * files.el (save-buffers-kill-emacs): Doc fix.
10087
10088 * startup.el (normal-top-level, command-line, command-line-1):
10089 Give them doc strings.
10090
10091 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10092
10093 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10094 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10095
10096 2012-03-25 Chong Yidong <cyd@gnu.org>
10097
10098 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10099 theme if it was previously enabled before (Bug#11031).
10100
10101 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10102 spec with custom-face-get-current-spec if its :shown-value is not
10103 determined yet (Bug#9337).
10104 (customize-create-theme, custom-theme-revert): Doc fixes.
10105
10106 * button.el (button-at): Minor addition to docstring.
10107
10108 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10109
10110 * vc/vc.el (vc-merge): Fix a prompt.
10111
10112 2012-03-24 Chong Yidong <cyd@gnu.org>
10113
10114 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10115 point (Bug#9623).
10116
10117 * button.el (button-at): Minor addition to docstring.
10118
10119 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * newcomment.el (comment-choose-indent): No space after BOL.
10122
10123 2012-03-22 Sam Steingold <sds@gnu.org>
10124
10125 * window.el (switch-to-prev-buffer): Revert last patch because the
10126 bug turned out to be an advertised feature (Elisp manual 28.14).
10127
10128 2012-03-22 Glenn Morris <rgm@gnu.org>
10129
10130 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10131 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10132
10133 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10134
10135 * net/network-stream.el (network-stream-open-starttls): Make error
10136 message under Windows be less misleading.
10137
10138 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10139
10140 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10141 understands (bug#9942).
10142
10143 2012-03-22 Chong Yidong <cyd@gnu.org>
10144
10145 * simple.el (end-of-visible-line): Handle return value of
10146 next-single-property-change properly (Bug#9371).
10147
10148 2012-03-22 Kenichi Handa <handa@m17n.org>
10149
10150 * international/quail.el (quail-insert-kbd-layout): Fix previous
10151 change. To avoid unwanted bidi reordering, use
10152 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10153
10154 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10155
10156 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10157 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10158 (ruby-beginning-of-indent): Be more careful with the difference
10159 between word-boundary and symbol boundary.
10160 (ruby-mode-syntax-table): Make : a symbol constituent.
10161
10162 2012-03-21 Andreas Politz <politza@fh-trier.de>
10163
10164 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10165
10166 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * progmodes/etags.el (tags-completion-at-point-function):
10169 Improve last fix.
10170
10171 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10172
10173 2012-03-21 Sam Steingold <sds@gnu.org>
10174
10175 * progmodes/etags.el (tags-completion-at-point-function):
10176 Avoid the error when point is inside the pattern.
10177
10178 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10179
10180 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10181 line (Bug#10855).
10182
10183 2012-03-21 Drew Adams <drew.adams@oracle.com>
10184
10185 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10186
10187 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10188
10189 * ido.el (ido-set-current-directory, ido-read-internal)
10190 (ido-choose-completion-string, ido-completion-help): Handle nil
10191 value of ido-completion-buffer (Bug#11008).
10192
10193 2012-03-21 Sam Steingold <sds@gnu.org>
10194
10195 * window.el (switch-to-prev-buffer): Do not switch to a visible
10196 window previous buffer, just like with the frame previous buffers.
10197
10198 2012-03-21 Chong Yidong <cyd@gnu.org>
10199
10200 * faces.el (make-face, make-empty-face, copy-face):
10201 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10202 Doc fixes.
10203
10204 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10207 (widget-complete): Remove broken use of it.
10208
10209 2012-03-20 Chong Yidong <cyd@gnu.org>
10210
10211 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10212 Use string-width and truncate-string-width to handle arbitrary
10213 characters.
10214
10215 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10216
10217 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10218 to draw rectangles, not squares. (Regression introduced by revno
10219 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10220
10221 2012-03-18 Chong Yidong <cyd@gnu.org>
10222
10223 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10224 it is not yet defined (for temacs).
10225
10226 2012-03-18 Leo Liu <sdl.web@gmail.com>
10227
10228 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10229 prefix.
10230
10231 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10232
10233 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10234 (ispell-choices-win-default-height, ispell-silently-savep)
10235 (ispell-dictionary-alist, ispell-encoding8-command)
10236 (ispell-check-version, ispell-aspell-find-dictionary)
10237 (ispell-valid-dictionary-list, ispell-words-keyword)
10238 (ispell-get-word, ispell-internal-change-dictionary)
10239 (ispell-region, ispell-skip-region-list)
10240 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10241 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10242 (ispell-message-text-end, ispell-message)
10243 (ispell-buffer-local-parsing): Doc fix.
10244
10245 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10246
10247 * htmlfontify.el: Add support for code block fontification for ODT
10248 export (Bug #9914).
10249 (hfy-optimisations): Define new option
10250 `body-text-only'
10251 (hfy-fontify-buffer): Honor above setting.
10252 (hfy-begin-span, hfy-end-span): New routines factored out form
10253 `hfy-fontify-buffer'.
10254 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10255 that permit insertion of custom tags.
10256 (hfy-fontify-buffer): Use above handlers.
10257 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10258 (hfy-face-to-css): Re-defined to be a variable.
10259 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10260 over multiple runs. This is made possible by having the caller let
10261 bind a special variable `hfy-user-sheet-assoc'.
10262 (htmlfontify-string): New defun.
10263 (hfy-compile-face-map): Make sure that the last char in the
10264 buffer is correctly fontified.
10265 (hfy-face-resolve-face): Whitespace only change.
10266
10267 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10268
10269 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10270 message more clear.
10271
10272 2012-03-16 Leo Liu <sdl.web@gmail.com>
10273
10274 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10275
10276 2012-03-16 Alan Mackenzie <acm@muc.de>
10277
10278 Further optimise the handling of large macros.
10279
10280 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10281 limit to a call of `c-literal-limits'.
10282 (c-determine-+ve-limit): New function.
10283 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10284 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10285 In CASE 5B, restrict a search limit to 500.
10286 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10287
10288 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10289 Restrict macro bounds to +-500 from after-change's BEG END.
10290
10291 2012-03-16 Leo Liu <sdl.web@gmail.com>
10292
10293 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10294
10295 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10296
10297 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10298 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10299
10300 2012-03-16 Glenn Morris <rgm@gnu.org>
10301
10302 * view.el (view-buffer, view-buffer-other-window)
10303 (view-buffer-other-frame): Doc fixes re special mode-class.
10304
10305 * subr.el (eval-after-load): If named feature is provided not from
10306 a file, run after-load forms. (Bug#10946)
10307
10308 * calendar/calendar.el (calendar-insert-at-column):
10309 Handle non-unit-width characters a bit better. (Bug#10978)
10310
10311 2012-03-15 Chong Yidong <cyd@gnu.org>
10312
10313 * emacs-lisp/ring.el (ring-extend): New function.
10314 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10315
10316 * comint.el (comint-read-input-ring)
10317 (comint-add-to-input-history): Grow comint-input-ring lazily.
10318
10319 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10322 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10323
10324 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10325 (imenu-add-to-menubar): Don't add a redundant index.
10326 (imenu-update-menubar): Handle a dynamically composed keymap.
10327
10328 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10329
10330 * mail/sendmail.el (mail-encode-header):
10331 Bind rfc2047-encode-encoded-words to nil.
10332
10333 2012-03-13 Glenn Morris <rgm@gnu.org>
10334
10335 * calendar/calendar.el (calendar-string-spread):
10336 Handle non-unit-width characters a bit better. (Bug#10978)
10337
10338 2012-03-13 Leo Liu <sdl.web@gmail.com>
10339
10340 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10341 directory and file as argument (Bug#10822).
10342
10343 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10344
10345 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10346 For dynamically generated code, follow $PC.
10347 (gdb-disassembly-handler-custom): Handle no function name case.
10348
10349 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10350
10351 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10352 * emulation/ws-mode.el (ws-query-replace):
10353 * sort.el (sort-regexp-fields):
10354 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10355
10356 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * dabbrev.el: Fix cycle completion order (bug#10963).
10359 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10360 (dabbrev-completion): Don't use an obarray; provide
10361 a cycle-sort-function.
10362
10363 2012-03-12 Leo Liu <sdl.web@gmail.com>
10364
10365 * simple.el (kill-new): Use equal-including-properties for comparison.
10366 (kill-do-not-save-duplicates): Doc fix.
10367
10368 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * dabbrev.el: Fix cycle completion (bug#10963).
10371 Use lexical binding and wrap to 80 columns.
10372 (dabbrev-completion): Delay computing the list of completions.
10373
10374 2012-03-12 Kenichi Handa <handa@m17n.org>
10375
10376 * international/quail.el (quail-insert-kbd-layout): Surround each
10377 row by LRO and PDF instead of inserting many LRMs. Pad the left
10378 and right of each non-spacing marks. Insert invisible space
10379 between lower and upper characters to prevent composition.
10380
10381 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10382
10383 * minibuffer.el (minibuffer-complete): Don't get confused when the
10384 function is run twice via different commands (bug#10958).
10385 (complete-with-action): Fix docstring.
10386
10387 2012-03-12 Chong Yidong <cyd@gnu.org>
10388
10389 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10390 (nxml-completion-at-point-function): New function.
10391 (nxml-mode): Use it.
10392 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10393
10394 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10395 Load generated autoloads file before byte compiling (Bug#10970).
10396 (package--make-autoloads-and-compile): New helper fun.
10397
10398 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10399
10400 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10401
10402 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10403
10404 * autorevert.el (auto-revert-handler): Ensure, that
10405 file-readable-p is applied only for local files or in
10406 auto-revert-tail-mode.
10407
10408 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10409
10410 * server.el (server-eval-at): Handle non-tcp connections.
10411 Decode result string.
10412
10413 * server.el (server-msg-size): New constant.
10414 (server-reply-print): New function.
10415 (server-eval-and-print): Use it.
10416 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10417 Handle -print-nonl.
10418
10419 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10420
10421 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10422 (Bug#10987).
10423
10424 2012-03-11 Chong Yidong <cyd@gnu.org>
10425
10426 * simple.el (goto-line): Doc fix (Bug#9938).
10427
10428 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10429
10430 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10431 when finished (Bug#10963).
10432
10433 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10434
10435 * window.el (split-window-below): Fix bug in case where
10436 split-window-keep-point is nil (Bug#10971).
10437
10438 2012-03-11 Juri Linkov <juri@jurta.org>
10439
10440 * replace.el (replace-highlight): Set isearch-word to nil
10441 unconditionally. (Bug#10887)
10442
10443 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10444
10445 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10446 mairix-replace-illegal-chars; all callers changed. Don't remove
10447 ^, ~, and = characters: they are meaningful in mairix search specs.
10448 (mairix-widget-create-query): Add usage information about mairix
10449 search forms: negating words, searching for substrings, etc.
10450
10451 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10452
10453 * international/fontset.el (font-encoding-alist): Add an entry for
10454 ksx1001 (Bug#5667).
10455
10456 2012-03-10 Richard Stallman <rms@gnu.org>
10457
10458 * mail/sendmail.el (mail-encode-header):
10459 Set rfc2047-encode-encoded-words.
10460
10461 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10462
10463 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10464 view buffer means not swapped.
10465 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10466 (rmail-write-region-annotate): Error if real text has disappeared.
10467
10468 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10469
10470 2012-03-10 Chong Yidong <cyd@gnu.org>
10471
10472 * emulation/cua-rect.el (cua--init-rectangles):
10473 * emulation/cua-base.el (cua--init-keymaps):
10474 Add delete-forward-char to remappings (Bug#9666).
10475
10476 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10477
10478 * speedbar.el (speedbar-unhighlight-one-tag-line):
10479 Avoid unhighlighting due to frame switching (Bug#10275).
10480
10481 2012-03-10 Chong Yidong <cyd@gnu.org>
10482
10483 * minibuffer.el (completion-in-region, completion-help-at-point):
10484 Give the completion field overlay a high priority (Bug#6830).
10485
10486 * dired.el (dired-goto-file): Recognize absolute file name
10487 listings (Bug#7126).
10488 (dired-goto-file-1): New helper function.
10489 (dired-toggle-read-only): Inhibit warnings.
10490
10491 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10492
10493 * net/dbus.el (dbus-property-handler): Return empty array if
10494 there are no properties.
10495
10496 2012-03-09 Leo Liu <sdl.web@gmail.com>
10497
10498 * savehist.el (savehist-printable): Stricter check for string
10499 value (Bug#10937).
10500
10501 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10502
10503 * mail/smtpmail.el (smtpmail-send-it):
10504 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10505 valid mbox format.
10506
10507 2012-03-09 Glenn Morris <rgm@gnu.org>
10508
10509 * files.el (dir-locals-find-file):
10510 Don't check result is regular, readable.
10511 (dir-locals-read-from-file): Demote errors.
10512
10513 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10514
10515 * international/quail.el (quail-insert-kbd-layout):
10516 Insert invisible LRM characters before each character in a keyboard
10517 layout cell, to prevent their reordering by bidi display engine.
10518 For details, see the discussion in
10519 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10520
10521 2012-03-08 Alan Mackenzie <acm@muc.de>
10522
10523 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10524 the starting position; make it extend the marked region when
10525 invoked repeatedly - all under appropriate circumstances.
10526 Fixes bugs #5525, #10906.
10527
10528 2012-03-08 Glenn Morris <rgm@gnu.org>
10529
10530 * files.el (locate-dominating-file, dir-locals-find-file):
10531 Undo 2012-03-06 change.
10532
10533 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10534
10535 * international/quail.el (quail-help):
10536 Force bidi-paragraph-direction be left-to-right. See discussion in
10537 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10538 for the reason.
10539
10540 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10541
10542 Avoid superfluous registering of signals. (Bug#10807)
10543
10544 * notifications.el (notifications-on-action-object)
10545 (notifications-on-close-object): New defvars.
10546 (notifications-on-action-signal, notifications-on-closed-signal):
10547 Unregister the signal if not needed any longer.
10548 (notifications-notify): Register `notifications-action-signal' or
10549 `notifications-closed-signal', if :on-action or :on-close has been
10550 passed as argument.
10551
10552 2012-03-07 Chong Yidong <cyd@gnu.org>
10553
10554 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10555 non-X platforms.
10556
10557 2012-03-06 Glenn Morris <rgm@gnu.org>
10558
10559 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10560 (x-disown-selection-internal, x-get-selection-internal):
10561 Doc fix (add arglist signatures). (Bug#10783)
10562
10563 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10564
10565 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10566 Handle breakpoints with no "type".
10567
10568 2012-03-06 Glenn Morris <rgm@gnu.org>
10569
10570 * files.el (locate-dominating-file): Add optional predicate argument.
10571 (dir-locals-find-file): Make use of above change.
10572
10573 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10574
10575 * info.el (Info-insert-dir): Also try "dir.gz".
10576
10577 2012-03-06 Glenn Morris <rgm@gnu.org>
10578
10579 * files.el (dir-locals-find-file):
10580 Ignore non-readable or non-regular files. (Bug#10928)
10581
10582 * files.el (locate-dominating-file): Doc fix.
10583
10584 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10585
10586 * calendar/calendar.el (calendar-set-mode-line):
10587 `getenv' returns a string. (Bug#10951)
10588
10589 2012-03-05 Leo Liu <sdl.web@gmail.com>
10590
10591 * simple.el (backward-delete-char-untabify): Constrain point to
10592 field (Bug#10939).
10593
10594 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10595
10596 2012-03-05 Chong Yidong <cyd@gnu.org>
10597
10598 * simple.el (count-words): If called from Lisp, return the word
10599 count, for symmetry with `count-lines'. Arglist changed.
10600 (count-words--message): Args changed. Consolidate counting code
10601 from count-words and count-words-region.
10602 (count-words-region): Caller changed.
10603 (count-lines-region): Make it an obsolete alias.
10604
10605 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10606
10607 * saveplace.el (save-place-to-alist)
10608 (save-place-ignore-files-regexp): Allow value nil to disable this
10609 feature.
10610
10611 2012-03-04 Chong Yidong <cyd@gnu.org>
10612
10613 * faces.el (face-spec-reset-face): For the default face, reset the
10614 attributes to default values (Bug#10748).
10615
10616 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10617
10618 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10619 previous patch: Check `message-send-mail-function', and not the
10620 default function (bug#10897).
10621
10622 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10623
10624 * notifications.el (notifications-on-action-signal)
10625 (notifications-on-closed-signal): Check for unique service name of
10626 incoming event. Fix error in removing entry.
10627 (top): Register for signals with wildcard service name.
10628 (notifications-notify): Use daemon unique service name for map entries.
10629
10630 2012-03-04 Chong Yidong <cyd@gnu.org>
10631
10632 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10633
10634 2012-03-04 Glenn Morris <rgm@gnu.org>
10635
10636 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10637 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10638 (expand-abbrev, define-abbrev-table): Doc fixes.
10639
10640 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10641
10642 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10643 `message-default-send-mail-function' and not `send-mail-function'
10644 when doing the prompting for `sendmail-query-once' before sending
10645 in Message buffers (bug#10897).
10646
10647 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10648 This is inconsistent with all the other stream functions, which leave
10649 the setting up to the higher levels (if so wanted) (bug#10931).
10650
10651 2012-03-02 Alan Mackenzie <acm@muc.de>
10652
10653 Depessimize the handling of very large macros.
10654
10655 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10656 (c-macro-cache-syntactic): New variables to implement a one
10657 element macro cache.
10658 (c-invalidate-macro-cache): New function.
10659 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10660 Adapt to use the new cache.
10661 (c-state-safe-place): Use better the cache of safe positions.
10662 (c-state-semi-nonlit-pos-cache)
10663 (c-state-semi-nonlit-pos-cache-limit):
10664 New variables for...
10665 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10666 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10667 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10668 Use c-state-semi-safe-place.
10669
10670 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10671 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10672
10673 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10674
10675 * jka-compr.el (jka-compr-call-process):
10676 Apply `file-accessible-directory-p' only when the default directory is
10677 not remote.
10678
10679 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10680
10681 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10682 access of FILE2, if FILE1 does not exist.
10683
10684 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10685 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10686
10687 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10688 Add "PAGER=" to `process-environment'.
10689
10690 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10691
10692 * progmodes/sql.el: Bug fix
10693 (sql-get-login-ext): Save login values in globals.
10694 (sql-get-login): Use new version of `sql-get-login-ext'.
10695 (sql-interactive-mode): Set global `sql-connection' to nil.
10696 (sql-connect): Set global values for connection.
10697 (sql-product-interactive): Save global values as buffer local.
10698
10699 2012-02-29 Leo Liu <sdl.web@gmail.com>
10700
10701 * abbrev.el (define-abbrevs): Reset sys to nil.
10702
10703 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10704
10705 * files.el (file-equal-p): Rename from `files-equal-p'.
10706 Return nil when one or both files don't exist.
10707 (file-subdir-of-p): Now only top directory must exists,
10708 return nil if it doesn't.
10709 (copy-directory): No need to test with `file-subdir-of-p' after
10710 creating dir.
10711 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10712 to `file-equal-p'.
10713
10714 2012-02-28 Glenn Morris <rgm@gnu.org>
10715
10716 * shell.el (shell-mode):
10717 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10718 * play/landmark.el (landmark-font-lock-face-O):
10719 * play/handwrite.el (handwrite):
10720 * play/gomoku.el (gomoku-O):
10721 * net/browse-url.el (browse-url-browser-display):
10722 * international/mule.el (define-charset):
10723 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10724 * filesets.el (filesets-find-file-delay):
10725 * eshell/em-xtra.el (eshell-xtra):
10726 * eshell/em-unix.el (eshell-grep):
10727 * emulation/viper.el (viper-mode):
10728 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10729 * emacs-lisp/easymenu.el (easy-menu-define):
10730 * calendar/timeclock.el (timeclock-use-display-time):
10731 * bs.el (bs-mode):
10732 * bookmark.el (bookmark-save-flag):
10733 Doc fix (standardize possessive apostrophe usage).
10734
10735 2012-02-27 Chong Yidong <cyd@gnu.org>
10736
10737 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10738 Fix key-binding lookup for ESC key (Bug#9146).
10739
10740 * font-lock.el (font-lock-specified-p): Rename from
10741 font-lock-spec-present. Callers changed.
10742
10743 2012-02-27 Daniel Hackney <dan@haxney.org>
10744
10745 * emacs-lisp/package.el (package-compute-transaction):
10746 Handle holding a package version to t in package-load-list.
10747
10748 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10749
10750 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10751 (tramp-get-inode, tramp-get-device): Use cached values.
10752
10753 2012-02-26 Alan Mackenzie <acm@muc.de>
10754
10755 Check there is a font-lock specification before doing initial
10756 fontification.
10757
10758 * font-core.el (font-lock-mode): Move the conditional from
10759 :after-hook to font-lock-initial-fontify.
10760 (font-lock-default-function): Move the check for a specification
10761 to font-lock-spec-present.
10762
10763 * font-lock.el (font-lock-initial-fontify): Call ...
10764 (font-lock-spec-present): New function.
10765
10766 2012-02-26 Jim Blandy <jimb@red-bean.com>
10767
10768 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10769 (gdb-send): Apply it to the operand of the '-interpreter-exec
10770 console' command, so that we can pass arguments with (say) quotes
10771 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10772
10773 2012-02-26 Chong Yidong <cyd@gnu.org>
10774
10775 * help-fns.el (describe-function-1): Clarify description of
10776 remapping (Bug#10844).
10777
10778 * files.el (files-equal-p): Doc fix.
10779 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10780 and quit the loop once a mismatch is found.
10781
10782 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10783
10784 * bs.el (bs--show-with-configuration): Don't throw an error
10785 if the window cannot be split; otherwise, subsequent calls to
10786 bs-show fail, restoring a stale window config. (Bug#10882)
10787
10788 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10789
10790 * term/ns-win.el (global-map): Bind ns-drag-file to
10791 ns-find-file (Bug#5855, Bug#10050).
10792
10793 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10794
10795 * calendar/parse-time.el (parse-time-string): Allow extractor to
10796 return nil.
10797
10798 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10799
10800 * net/tramp.el (tramp-file-name-for-operation):
10801 Add `files-equal-p' and `file-subdir-of-p'.
10802
10803 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10804 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10805 Add COPY-CONTENTS argument.
10806
10807 2012-02-25 Chong Yidong <cyd@gnu.org>
10808
10809 Add custom groups for VC backends, for consistency with vc-bzr.
10810
10811 * vc/vc-arch.el (vc-arch):
10812 * vc/vc-cvs.el (vc-cvs):
10813 * vc/vc-git.el (vc-git):
10814 * vc/vc-hg.el (vc-hg):
10815 * vc/vc-mtn.el (vc-mtn):
10816 * vc/vc-rcs.el (vc-rcs):
10817 * vc/vc-sccs.el (vc-sccs):
10818 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10819 All relevant defcustoms reassigned.
10820
10821 2012-02-25 Chong Yidong <cyd@gnu.org>
10822
10823 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10824
10825 * term/x-win.el (x-initialize-window-system): Reduce default for
10826 x-selection-timeout to 5 seconds (Bug#8869).
10827
10828 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10829
10830 * files.el (files-equal-p, file-subdir-of-p): New functions.
10831 (copy-directory): Error when trying to copy a directory on itself.
10832 Add missing copy-contents arg to tramp handler.
10833 * dired-aux.el (dired-copy-file-recursive): Same.
10834 (dired-create-files): Modify destination when source is equal to
10835 dest when copying files.
10836 Return also when dest is a subdir of source. (Bug#10489)
10837
10838 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10839
10840 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10841 (Bug#10874)
10842
10843 2012-02-23 Alan Mackenzie <acm@muc.de>
10844
10845 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10846 parameter "after-hook:" to allow the expansion to run code after
10847 the execution of the mode hooks.
10848
10849 * font-lock.el (font-lock-initial-fontify): New function extracted
10850 from font-lock-mode-internal.
10851
10852 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10853 :after-hook.
10854
10855 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10858 (completion--cache-all-sorted-completions): New function.
10859 (completion-all-sorted-completions): Use it.
10860 (completion--do-completion, minibuffer-force-complete):
10861 Use it to re-instate the flush hook.
10862
10863 * icomplete.el (icomplete-completions): Replace last fix with a better
10864 one (bug#10850).
10865
10866 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10867
10868 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10869 when it might call us back infinitely (bug#10797).
10870
10871 2012-02-23 Glenn Morris <rgm@gnu.org>
10872
10873 * minibuffer.el (completion-category-overrides): Doc fix.
10874
10875 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10878 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10879
10880 2012-02-23 Glenn Morris <rgm@gnu.org>
10881
10882 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10883 (authors-obsolete-files-regexps, authors-ignored-files)
10884 (authors-ambiguous-files, authors-renamed-files-alist):
10885 Add more entries.
10886
10887 2012-02-23 Juri Linkov <juri@jurta.org>
10888
10889 * isearch.el (isearch-occur): Sync interactive spec with occur's
10890 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10891
10892 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10893
10894 2012-02-22 Juri Linkov <juri@jurta.org>
10895
10896 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10897 (ucs-insert): Doc fix. Check for hex digits in the string.
10898 Don't display `nil' in the error message. (Bug#10857)
10899
10900 2012-02-22 Alan Mackenzie <acm@muc.de>
10901
10902 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10903
10904 2012-02-22 Glenn Morris <rgm@gnu.org>
10905
10906 * ffap.el (ffap-c-path):
10907 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10908
10909 2012-02-22 Chong Yidong <cyd@gnu.org>
10910
10911 * custom.el (load-theme): Doc fix.
10912
10913 2012-02-22 Glenn Morris <rgm@gnu.org>
10914
10915 * dired-x.el (dired-guess-shell-alist-default):
10916 Remove escape sequences from nroff output. (Bug#172)
10917
10918 2012-02-21 Glenn Morris <rgm@gnu.org>
10919
10920 * vc/emerge.el (emerge-defvar-local):
10921 Set `permanent-local' property rather than unused `preserved'.
10922
10923 * textmodes/picture.el (picture-delete-char): New alias.
10924 (picture-mode-map): Use it. (Bug#10860)
10925 (picture-mode): Doc fix.
10926
10927 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10928
10929 * newcomment.el (uncomment-region-default): Remove unused binding.
10930
10931 2012-02-21 Glenn Morris <rgm@gnu.org>
10932
10933 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10934 (picture-self-insert, picture-tab-chars): Doc fix.
10935 (picture-mode-map): Fix C-a, C-e.
10936
10937 2012-02-20 Glenn Morris <rgm@gnu.org>
10938
10939 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10940
10941 2012-02-20 Leo Liu <sdl.web@gmail.com>
10942
10943 * icomplete.el (icomplete-completions): Check FROM arg before
10944 passing to substring (Bug#10850).
10945
10946 2012-02-19 Chong Yidong <cyd@gnu.org>
10947
10948 * comint.el: Require ansi-color.
10949 (comint-output-filter-functions): Add ansi-color-process-output.
10950
10951 * ansi-color.el: Don't set comint-output-filter-functions; it is
10952 now in the initial value defined in comint.el.
10953 (ansi-color-apply-face-function): New variable.
10954 (ansi-color-apply-on-region): Use it.
10955 (ansi-color-apply-overlay-face): New function.
10956
10957 * shell.el (shell): No need to require ansi-color.
10958 (shell-mode): Use ansi-color-apply-face-function to highlight
10959 color escapes using font-lock-face property (Bug#10835).
10960
10961 2012-02-19 Chong Yidong <cyd@gnu.org>
10962
10963 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10964 mode-line formats (Bug#10839).
10965
10966 2012-02-18 Glenn Morris <rgm@gnu.org>
10967
10968 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10969
10970 * mail/undigest.el (unforward-rmail-message): Doc fix.
10971
10972 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10973
10974 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10975
10976 * international/characters.el (script-list): Sync with the latest
10977 Unicode Character Database.
10978
10979 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10980
10981 * international/titdic-cnv.el: Remove duplicate coding tag.
10982 * language/cham.el: Likewise.
10983 * language/tai-viet.el: Likewise.
10984
10985 2012-02-18 Glenn Morris <rgm@gnu.org>
10986
10987 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10988 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10989 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10990 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10991 * calendar/holidays.el (holiday-bahai-holidays)
10992 (calendar-holidays, list-holidays):
10993 Use utf-8 Bahá'í in doc-strings, menus, etc.
10994
10995 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10996
10997 * saveplace.el (save-place-ignore-files-regexp): New variable
10998 allowing for excluding files from saving their location of point.
10999 The default value matches the temporary commit message editing
11000 files from Git, SVN, Bazaar, and Mercurial.
11001 (save-place-to-alist): Use it.
11002
11003 2012-02-17 Lawrence Mitchell <wence@gmx.li>
11004 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * newcomment.el (uncomment-region-default): Don't leave extra space
11007 when an arg is provided (bug#8150).
11008
11009 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
11010
11011 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11012
11013 2012-02-17 Glenn Morris <rgm@gnu.org>
11014
11015 * net/socks.el: Require network-stream. (Bug#10599)
11016
11017 2012-02-17 Kenichi Handa <handa@m17n.org>
11018
11019 * international/charprop.el:
11020 * international/uni-name.el:
11021 * international/uni-old-name.el:
11022 * international/uni-comment.el: Regenerate.
11023
11024 2012-02-16 Glenn Morris <rgm@gnu.org>
11025
11026 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11027 Interactively in calendar buffer, give an error if not on a date.
11028
11029 2012-02-15 Glenn Morris <rgm@gnu.org>
11030
11031 * shell.el (shell-delimiter-argument-list):
11032 Revert 2011-02-17 change. (Bug#8027)
11033
11034 2012-02-15 Chong Yidong <cyd@gnu.org>
11035
11036 * minibuffer.el (completion-at-point-functions): Doc fix.
11037
11038 * custom.el (defcustom): Doc fix; note use of defvar.
11039
11040 2012-02-15 Glenn Morris <rgm@gnu.org>
11041
11042 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11043 Doc fixes.
11044
11045 2012-02-14 Glenn Morris <rgm@gnu.org>
11046
11047 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11048
11049 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11050
11051 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11052 way the ports list is computed.
11053 (smtpmail-query-smtp-server): Prompt the user for a port number if
11054 we can't connect to any of the standard ports (bug#10810).
11055
11056 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11057
11058 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11059
11060 2012-02-13 Glenn Morris <rgm@gnu.org>
11061
11062 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
11063
11064 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
11065
11066 * net/gnutls.el (gnutls-trustfiles): New variable.
11067 (gnutls-negotiate): Use it.
11068
11069 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
11070
11071 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11072 does its stuff if Gnus is running.
11073
11074 2012-02-13 Alan Mackenzie <acm@muc.de>
11075
11076 Fix a loop in c-set-fl-decl-start.
11077
11078 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11079 c-backward-syntactic-ws actually moves backwards.
11080
11081 2012-02-13 Leo Liu <sdl.web@gmail.com>
11082
11083 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11084 beginning so that all \C-o chars are removed.
11085
11086 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11087
11088 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11089
11090 2012-02-12 Alan Mackenzie <acm@muc.de>
11091
11092 Fix infinite loop with long macros.
11093 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11094
11095 2012-02-12 Chong Yidong <cyd@gnu.org>
11096
11097 * window.el (display-buffer): Doc fix (Bug#10785).
11098
11099 2012-02-12 Glenn Morris <rgm@gnu.org>
11100
11101 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11102 (x-disown-selection-internal, x-get-selection-internal):
11103 Sync docs with the xselect.c versions.
11104
11105 * allout-widgets.el: Add missing license notice.
11106
11107 2012-02-11 Glenn Morris <rgm@gnu.org>
11108
11109 * select.el (x-get-selection-internal, x-own-selection-internal)
11110 (x-disown-selection-internal):
11111 * x-dnd.el (x-get-selection-internal): Update declarations.
11112
11113 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11114
11115 * window.el (window-sides-slots):
11116 * tool-bar.el (tool-bar-position):
11117 * term/xterm.el (xterm-extra-capabilities):
11118 * ses.el (ses-self-reference-early-detection):
11119 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11120 (verilog-auto-wire-type)
11121 (verilog-auto-delete-trailing-whitespace)
11122 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11123 (verilog-auto-tieoff-declaration):
11124 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11125 (sql-oracle-statement-starters, sql-oracle-scan-on):
11126 * progmodes/prolog.el (prolog-align-comments-flag)
11127 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11128 (prolog-left-indent-regexp, prolog-paren-indent-p)
11129 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11130 (prolog-types, prolog-mode-specificators)
11131 (prolog-determinism-specificators, prolog-directives)
11132 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11133 (prolog-electric-dot-flag)
11134 (prolog-electric-dot-full-predicate-template)
11135 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11136 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11137 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11138 (prolog-program-switches, prolog-prompt-regexp)
11139 (prolog-debug-on-string, prolog-debug-off-string)
11140 (prolog-trace-on-string, prolog-trace-off-string)
11141 (prolog-zip-on-string, prolog-zip-off-string)
11142 (prolog-use-standard-consult-compile-method-flag)
11143 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11144 (prolog-imenu-max-lines, prolog-info-predicate-index)
11145 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11146 (prolog-char-quote-workaround):
11147 * progmodes/cc-vars.el (c-defun-tactic):
11148 * net/tramp.el (tramp-encoding-command-interactive)
11149 (tramp-local-end-of-line):
11150 * net/soap-client.el (soap-client):
11151 * net/netrc.el (netrc-file):
11152 * net/gnutls.el (gnutls):
11153 * minibuffer.el (completion-category-overrides)
11154 (completion-cycle-threshold)
11155 (completion-pcm-complete-word-inserts-delimiters):
11156 * man.el (Man-name-local-regexp):
11157 * mail/feedmail.el (feedmail-display-full-frame):
11158 * international/characters.el (glyphless-char-display-control):
11159 * eshell/em-ls.el (eshell-ls-date-format):
11160 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11161 (lisp-lambda-list-keyword-parameter-indentation)
11162 (lisp-lambda-list-keyword-parameter-alignment):
11163 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11164 * dired-x.el (dired-omit-verbose):
11165 * cus-theme.el (custom-theme-allow-multiple-selections):
11166 * calc/calc.el (calc-highlight-selections-with-faces)
11167 (calc-lu-field-reference, calc-lu-power-reference)
11168 (calc-note-threshold):
11169 * battery.el (battery-mode-line-limit):
11170 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11171 (archive-7z-update):
11172 * allout.el (allout-prefixed-keybindings)
11173 (allout-unprefixed-keybindings)
11174 (allout-inhibit-auto-fill-on-headline)
11175 (allout-flattened-numbering-abbreviation):
11176 * allout-widgets.el (allout-widgets-auto-activation)
11177 (allout-widgets-icons-dark-subdir)
11178 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11179 (allout-widgets-theme-dark-background)
11180 (allout-widgets-theme-light-background)
11181 (allout-widgets-item-image-properties-emacs)
11182 (allout-widgets-item-image-properties-xemacs)
11183 (allout-widgets-run-unit-tests-on-load)
11184 (allout-widgets-time-decoration-activity)
11185 (allout-widgets-hook-error-post-time)
11186 (allout-widgets-track-decoration):
11187 Add missing :version tags to new defcustoms and defgroups.
11188
11189 * progmodes/sql.el (sql-ansi-statement-starters)
11190 (sql-oracle-statement-starters): Add custom type.
11191
11192 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11193 (prolog-system-version): Give it a type.
11194
11195 2012-02-11 Eli Zaretskii <eliz@gnu.org>
11196
11197 * term/pc-win.el (x-select-text, x-selection-owner-p)
11198 (x-own-selection-internal, x-disown-selection-internal)
11199 (x-get-selection-internal): Sync doc strings and argument lists
11200 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11201
11202 2012-02-11 Leo Liu <sdl.web@gmail.com>
11203
11204 * progmodes/python.el (python-end-of-statement): Fix infinite
11205 loop. (Bug#10788)
11206
11207 2012-02-10 Glenn Morris <rgm@gnu.org>
11208
11209 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11210 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11211
11212 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11213
11214 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11215 about SMTP before checking the From header.
11216
11217 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11218 into own function for reuse by emacsbug.el.
11219
11220 2012-02-10 Leo Liu <sdl.web@gmail.com>
11221
11222 * subr.el (condition-case-unless-debug): Rename from
11223 condition-case-no-debug. All callers changed.
11224 (with-demoted-errors): Fix caller.
11225
11226 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11227 * nxml/rng-valid.el (rng-do-some-validation):
11228 * emacs-lisp/package.el (package-refresh-contents)
11229 (package-menu-execute):
11230 * desktop.el (desktop-create-buffer):
11231 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11232
11233 2012-02-10 Glenn Morris <rgm@gnu.org>
11234
11235 * textmodes/bibtex.el:
11236 Add missing :version tags for new/changed defcustoms.
11237
11238 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11239
11240 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11241
11242 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11243 (smtpmail-via-smtp): Use it, or fall back on the From address.
11244 (smtpmail-send-it): Ditto.
11245
11246 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11249 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11250 (byte-compile-tmp-var): New const.
11251 (byte-compile-defvar): Use it to minimize .elc size.
11252 Just use `defvar' rather than simulate it (bug#10761).
11253
11254 2012-02-09 Glenn Morris <rgm@gnu.org>
11255
11256 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11257
11258 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11259 Add :version tags.
11260
11261 * progmodes/compile.el (compilation-error-screen-columns)
11262 (compilation-first-column, compilation-filter-start): Doc fixes.
11263
11264 * vc/log-view.el (log-view-toggle-entry-display):
11265 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11266
11267 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11268 (report-emacs-bug-can-use-xdg-email):
11269 (report-emacs-bug-insert-to-mailer): Doc fixes.
11270 (report-emacs-bug): Message fix.
11271
11272 * net/browse-url.el (browse-url-can-use-xdg-open)
11273 (browse-url-xdg-open): Doc fixes.
11274
11275 * electric.el (electric-indent-mode, electric-pair-mode)
11276 (electric-layout-rules, electric-layout-mode): Doc fixes.
11277 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11278
11279 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11280
11281 * server.el (server-unselect-display): Don't inadvertently kill
11282 the current buffer. (Bug#10729)
11283
11284 2012-02-08 Glenn Morris <rgm@gnu.org>
11285
11286 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11287 (sql-list-table): Doc fixes.
11288
11289 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11290 Comment out (does nothing).
11291
11292 * completion.el (dynamic-completion-mode):
11293 * dirtrack.el (dirtrack-debug-mode):
11294 * electric.el (electric-layout-mode):
11295 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11296 * face-remap.el (text-scale-mode, buffer-face-mode):
11297 * iimage.el (iimage-mode):
11298 * image-mode.el (image-transform-mode):
11299 * minibuffer.el (completion-in-region-mode):
11300 * scroll-lock.el (scroll-lock-mode):
11301 * simple.el (next-error-follow-minor-mode):
11302 * tar-mode.el (tar-subfile-mode):
11303 * tooltip.el (tooltip-mode):
11304 * vcursor.el (vcursor-use-vcursor-map):
11305 * wid-browse.el (widget-minor-mode):
11306 * emulation/tpu-edt.el (tpu-edt-mode):
11307 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11308 * international/iso-ascii.el (iso-ascii-mode):
11309 * language/thai-util.el (thai-word-mode):
11310 * mail/supercite.el (sc-minor-mode):
11311 * net/goto-addr.el (goto-address-mode):
11312 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11313 * progmodes/cwarn.el (cwarn-mode):
11314 * progmodes/flymake.el (flymake-mode):
11315 * progmodes/glasses.el (glasses-mode):
11316 * progmodes/hideshow.el (hs-minor-mode):
11317 * progmodes/pascal.el (pascal-outline-mode):
11318 * textmodes/enriched.el (enriched-mode):
11319 * vc/smerge-mode.el (smerge-mode):
11320 Doc fixes (minor mode argument).
11321
11322 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11323
11324 * ls-lisp.el (ls-lisp-sanitize): New function.
11325 (ls-lisp-insert-directory): Use it to fix or remove any elements
11326 in file-alist with missing attributes. (Bug#4673)
11327
11328 2012-02-07 Alan Mackenzie <acm@muc.de>
11329
11330 Fix spurious recognition of c-in-knr-argdecl.
11331
11332 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11333 putative K&R region.
11334
11335 2012-02-07 Alan Mackenzie <acm@muc.de>
11336
11337 * progmodes/cc-engine.el (c-forward-objc-directive):
11338 Prevent looping in "#pragma mark @implementation".
11339
11340 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11341
11342 * notifications.el (notifications-on-closed-signal): Make `reason'
11343 optional. (Bug#10744)
11344
11345 2012-02-07 Glenn Morris <rgm@gnu.org>
11346
11347 * emacs-lisp/easy-mmode.el (define-minor-mode):
11348 Doc fixes for the macro and the mode it defines.
11349
11350 * image.el (imagemagick-types-inhibit): Doc fix.
11351
11352 * cus-start.el (imagemagick-render-type): Add it.
11353
11354 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11355
11356 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11357 Set the default at load time, too, so that `font-lock-fontify-buffer'
11358 can be called without setting up the entire mode first. This fixes
11359 a bug in `mm-inline-text' with C MIME parts.
11360
11361 2012-02-06 Chong Yidong <cyd@gnu.org>
11362
11363 * simple.el (list-processes--refresh): Delete exited processes
11364 (Bug#8094).
11365
11366 * comint.el (comint-next-prompt): next-single-char-property-change
11367 and prev-single-char-property-change never return nil (Bug#8657).
11368
11369 * custom.el (defcustom): Doc fix (Bug#9711).
11370
11371 2012-02-05 Chong Yidong <cyd@gnu.org>
11372
11373 * cus-edit.el (custom-variable-reset-backup): Quote the value
11374 before storing it in the customized-value property (Bug#6712).
11375 (custom-display): Add a customization type tag.
11376 (custom-buffer-create-internal): Improve tooltip message.
11377
11378 * wid-edit.el (widget-field-value-get): New optional arg to
11379 suppress trailing whitespace truncation.
11380 (character): Use it (Bug#2689).
11381
11382 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11383
11384 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11385 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11386
11387 2012-02-05 Chong Yidong <cyd@gnu.org>
11388
11389 * cus-edit.el (custom-variable-value-create): For mismatched
11390 types, show the current value (Bug#7600).
11391
11392 * custom.el (defcustom): Doc fix.
11393
11394 2012-02-05 Glenn Morris <rgm@gnu.org>
11395
11396 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11397
11398 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11401 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11402 (pp-last-sexp): Use `looking-at-p'.
11403
11404 2012-02-04 Glenn Morris <rgm@gnu.org>
11405
11406 * files.el (revert-buffer):
11407 Doc fix (mention revert-buffer-in-progress-p).
11408
11409 * emacs-lisp/ert-x.el (ert-simulate-command):
11410 Check deferred-action-list (which is obsolete) is bound.
11411
11412 * subr.el (with-wrapper-hook): Doc fixes.
11413
11414 * simple.el (filter-buffer-substring-functions)
11415 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11416
11417 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11418
11419 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11420 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11421
11422 2012-02-04 Leo Liu <sdl.web@gmail.com>
11423
11424 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11425
11426 2012-02-04 Glenn Morris <rgm@gnu.org>
11427
11428 * image.el (image-extension-data): Add obsolete alias.
11429
11430 * isearch.el (isearch-update): Doc fix.
11431
11432 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11433
11434 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11435
11436 2012-02-03 Glenn Morris <rgm@gnu.org>
11437
11438 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11439 (image-animate-timeout): Doc fix.
11440
11441 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11442
11443 2012-02-02 Glenn Morris <rgm@gnu.org>
11444
11445 * server.el (server-auth-dir): Doc fix.
11446 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11447
11448 * subr.el (run-mode-hooks): Doc fix.
11449
11450 2012-02-02 Juri Linkov <juri@jurta.org>
11451
11452 * image-mode.el (image-toggle-display-image): Remove tautological
11453 `major-mode' from the `derived-mode-p' test.
11454
11455 2012-02-02 Kenichi Handa <handa@m17n.org>
11456
11457 * composite.el (compose-region): Cancel previous change.
11458
11459 2012-02-02 Kenichi Handa <handa@m17n.org>
11460
11461 * composite.el (compose-region, compose-string): Signal error for
11462 a null string component (Bug#6988).
11463
11464 2012-02-01 Chong Yidong <cyd@gnu.org>
11465
11466 * view.el (view-buffer-other-window, view-buffer-other-frame):
11467 Handle special modes like view-buffer (Bug#10650).
11468 (view-buffer): Simplify.
11469
11470 * frame.el (set-frame-font): Tweak meaning of third argument.
11471
11472 * dynamic-setting.el (font-setting-change-default-font):
11473 Use set-frame-font (Bug#9982).
11474
11475 2012-02-01 Glenn Morris <rgm@gnu.org>
11476
11477 * progmodes/compile.el (compilation-internal-error-properties):
11478 Respect compilation-first-column in the "*compilation*" buffer.
11479
11480 * emacs-lisp/easy-mmode.el (define-minor-mode):
11481 Relax :variable's test for a named function.
11482
11483 2012-01-31 Alan Mackenzie <acm@muc.de>
11484
11485 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11486 off by one error.
11487
11488 2012-01-31 Chong Yidong <cyd@gnu.org>
11489
11490 * frame.el (set-frame-font): New arg ALL-FRAMES.
11491
11492 * menu-bar.el (menu-set-font): Use set-frame-font.
11493
11494 * faces.el (face-spec-reset-face): Don't apply unspecified
11495 attribute values to the default face.
11496
11497 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11498
11499 * progmodes/cwarn.el (cwarn): Remove dead link.
11500 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11501 Remove * from defcustom docstrings.
11502 (turn-on-cwarn-mode): Make obsolete.
11503 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11504 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11505
11506 2012-01-31 Glenn Morris <rgm@gnu.org>
11507
11508 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11509 Fix :variable handling of mode a symbol not equal to modefun.
11510 Allow named functions to be used as the cdr of :variable.
11511
11512 2012-01-30 Glenn Morris <rgm@gnu.org>
11513
11514 * emacs-lisp/authors.el (authors-fixed-entries):
11515 Remove reference to deleted file rnewspost.el.
11516
11517 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * window.el (window-with-parameter): Remove unused variable `windows'.
11520 (window--side-check): Remove unused variable `code'.
11521 (window--resize-siblings): Remove unused variable `first'.
11522 (adjust-window-trailing-edge): Remove unused variable `failed'.
11523 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11524 Use `let', not `let*'.
11525 (balance-windows-2): Remove unused variable `found'.
11526 (window--state-put-2): Remove unused variable `splits'.
11527 (window-state-put): Remove unused variable `selected'.
11528 (same-window-p): Use `string-match-p'.
11529 (display-buffer-assq-regexp): Remove unused variable `value'.
11530 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11531 Mark argument ALIST as ignored.
11532 (pop-to-buffer): Remove unused variable `old-window'.
11533
11534 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11535
11536 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11537 and .lzma compressed files.
11538
11539 2012-01-29 Chong Yidong <cyd@gnu.org>
11540
11541 * frame.el (window-system-default-frame-alist): Doc fix.
11542
11543 * dynamic-setting.el (font-setting-change-default-font): Don't
11544 change the default face if SET-FONT argument is non-nil (Bug#9982).
11545
11546 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11547
11548 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11549
11550 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11551
11552 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11553 breakpoints in files outside current directory (Bug#6098).
11554
11555 2012-01-29 Chong Yidong <cyd@gnu.org>
11556
11557 * progmodes/python.el: Require ansi-color at top-level.
11558
11559 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11560 Define and use in Emacs Lisp mode (Bug#9360).
11561 (lisp-mode-abbrev-table): Add doc.
11562 (lisp-mode-variables): Don't set local-abbrev-table.
11563 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11564
11565 2012-01-28 Roland Winkler <winkler@gnu.org>
11566
11567 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11568
11569 2012-01-28 Roland Winkler <winkler@gnu.org>
11570
11571 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11572 (bibtex-set-dialect): Use it. Either set global values of
11573 dialect-dependent variables or bind these variables buffer-locally
11574 (Bug#10254).
11575 (bibtex-mode): Call bibtex-set-dialect via
11576 hack-local-variables-hook.
11577 (bibtex-dialect): Update docstring.
11578 Add safe-local-variable predicate.
11579 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11580 bibtex-set-dialect.
11581 (bibtex-mode-map): Define menu for each dialect.
11582 (bibtex-entry): Fix docstring.
11583
11584 2012-01-28 Chong Yidong <cyd@gnu.org>
11585
11586 * eshell/esh-arg.el (eshell-quote-argument): New function.
11587
11588 * eshell/esh-ext.el (eshell-invoke-batch-file):
11589 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11590 first arg to eshell-parse-command (Bug#10523).
11591
11592 2012-01-28 Drew Adams <drew.adams@oracle.com>
11593
11594 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11595 `default-directory' is non-nil.
11596
11597 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11598
11599 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11600 line that displays system-configuration-options. (Bug#9924)
11601
11602 2012-01-28 Drew Adams <drew.adams@oracle.com>
11603
11604 * descr-text.el (describe-char): Show information about POS, in
11605 addition to information about the character at POS. Improve and
11606 update the doc string. Change "code point" to "code point in
11607 charset", to avoid confusion with the character's Unicode code
11608 point shown above that. (Bug#10129)
11609
11610 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11611
11612 * descr-text.el (describe-char): Show the raw character, not only
11613 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11614 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11615 for the reasons.
11616
11617 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11618
11619 * emacs-lisp/package.el (package-install):
11620 Run package-refresh-contents if there is no archive yet (Bug#9798).
11621
11622 2012-01-28 Chong Yidong <cyd@gnu.org>
11623
11624 * emacs-lisp/package.el (package-maybe-load-descriptor):
11625 New function, split from package-maybe-load-descriptor.
11626 (package-maybe-load-descriptor): Use it.
11627 (package-download-transaction): Fully load required packages
11628 inside the loop, so that `require' calls work (Bug#10593).
11629 (package-install): No need to call package-initialize now.
11630
11631 2012-01-28 Chong Yidong <cyd@gnu.org>
11632
11633 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11634
11635 * tooltip.el (tooltip-mode): Doc fix.
11636 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11637
11638 * frame.el (set-cursor-color): Doc fix (Bug#352).
11639
11640 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11641 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11642
11643 * cus-edit.el (custom-buffer-create-internal): Fix search button
11644 action (Bug#10542).
11645 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11646
11647 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11648
11649 * dired.el (dired-mark-files-regexp):
11650 Include any subdirectory components. (Bug#10445)
11651
11652 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11653
11654 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11655 Handle [host]:port syntax. (Bug#10533)
11656
11657 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11658
11659 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11660
11661 2012-01-26 Glenn Morris <rgm@gnu.org>
11662
11663 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11664 * term.el (term-raw-escape-map): Use Control-X-prefix.
11665 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11666
11667 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11668
11669 * window.el (window-state-get, window--state-get-1): Don't deal
11670 with fixed-sizeness of windows. Simplify code.
11671
11672 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11673
11674 * window.el (window--state-get-1, window--state-put-2):
11675 Don't save and restore the mark.
11676
11677 2012-01-25 Chong Yidong <cyd@gnu.org>
11678
11679 * custom.el (custom-variable-p): Doc fix.
11680
11681 2012-01-25 Glenn Morris <rgm@gnu.org>
11682
11683 * dired.el (dired-goto-file): Handle some of the more common
11684 characters that `ls -b' escapes. (Bug#10596)
11685
11686 * progmodes/compile.el (compilation-next-error-function):
11687 Respect compilation-first-column in the "*compilation*" buffer.
11688 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11689
11690 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11691
11692 2012-01-24 Glenn Morris <rgm@gnu.org>
11693
11694 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11695
11696 2012-01-24 Julien Danjou <julien@danjou.info>
11697
11698 * color.el (color-rgb-to-hsl): Fix value computing.
11699 (color-hue-to-rgb): New function.
11700 (color-hsl-to-rgb): New function.
11701 (color-clamp, color-saturate-hsl, color-saturate-name)
11702 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11703 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11704
11705 2012-01-24 Glenn Morris <rgm@gnu.org>
11706
11707 * vc/vc-rcs.el (vc-rcs-create-tag):
11708 * vc/vc-sccs.el (vc-sccs-create-tag):
11709 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11710
11711 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11712
11713 * eshell/esh-util.el (eshell-read-hosts-file):
11714 Skip comment lines. (Bug#10549)
11715
11716 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11717
11718 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11719
11720 * subr.el (display-delayed-warnings): Doc fix.
11721 (collapse-delayed-warnings): New function to collapse identical
11722 adjacent warnings.
11723 (delayed-warnings-hook): Add it.
11724
11725 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11726
11727 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11728
11729 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11730 (tramp-default-user-alist): Don't add "pscp".
11731 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11732 property "login-as", if set. (Bug#10530)
11733
11734 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11735
11736 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11737 "plink1" and "psftp". (Bug#10530)
11738
11739 2012-01-21 Kenichi Handa <handa@m17n.org>
11740
11741 * international/mule-cmds.el (prefer-coding-system): Show a
11742 warning message if the default value of file-name-coding-system
11743 was not changed.
11744
11745 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11746
11747 * windmove.el (windmove-reference-loc):
11748 Fix windmove-reference-loc miscalculation.
11749
11750 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11751
11752 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11753 default unit.
11754
11755 2012-01-21 Glenn Morris <rgm@gnu.org>
11756
11757 * international/mule.el (auto-coding-alist): Add .tbz.
11758
11759 * files.el (local-enable-local-variables): Doc fix.
11760 (inhibit-local-variables-regexps): Rename from
11761 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11762 Doc fix. Add some extensions from auto-coding-alist.
11763 (inhibit-local-variables-suffixes):
11764 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11765 (inhibit-local-variables-p):
11766 New function, extracted from set-auto-mode-1.
11767 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11768 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11769 (hack-local-variables): Doc fix. Make the mode-only case
11770 respect enable-local-variables and friends.
11771 Respect inhibit-local-variables-regexps for file-locals, but
11772 not for directory-locals.
11773 (set-visited-file-name):
11774 Take account of inhibit-local-variables-regexps.
11775 Whether it applies may change as the file name is changed.
11776 * jka-cmpr-hook.el (jka-compr-install):
11777 * jka-compr.el (jka-compr-uninstall):
11778 Update for inhibit-first-line-modes-suffixes name change.
11779
11780 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11781
11782 * help-macro.el (make-help-screen): Temporarily restore original
11783 binding for minor-mode-map-alist (Bug#10454).
11784
11785 2012-01-19 Julien Danjou <julien@danjou.info>
11786
11787 * color.el (color-name-to-rgb): Use the white color to find the max
11788 color component value and return correctly computed values.
11789 (color-name-to-rgb): Add missing float conversion for max value.
11790
11791 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11792
11793 * window.el (window--state-get-1, window-state-get): Do not use
11794 special state value for window-persistent-parameters.
11795 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11796 (window--state-put-2): Reset all window parameters to nil before
11797 assigning values of persistent parameters.
11798
11799 2012-01-18 Alan Mackenzie <acm@muc.de>
11800
11801 Eliminate sluggishness and hangs in fontification of "semicolon
11802 deserts".
11803
11804 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11805 Change value 10000 -> 3000.
11806 (c-state-safe-place): Reformulate so it doesn't stack up an
11807 infinite number of wrong entries in c-state-nonlit-pos-cache.
11808 (c-determine-limit-get-base, c-determine-limit): New functions to
11809 determine backward search limits disregarding literals.
11810 (c-find-decl-spots): Amend commenting.
11811 (c-cheap-inside-bracelist-p): New function which detects "={".
11812
11813 * progmodes/cc-fonts.el
11814 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11815 backward search.
11816 (c-font-lock-declarations): Fix an occurrence of point being
11817 undefined. Check additionally for point being in a bracelist or
11818 near a macro invocation without a semicolon so as to avoid a
11819 fruitless time consuming search for a declarator. Give a more
11820 precise search limit for declarators using the new
11821 c-determine-limit.
11822
11823 2012-01-18 Glenn Morris <rgm@gnu.org>
11824
11825 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11826 (set-auto-mode): Doc fixes.
11827
11828 2012-01-17 Glenn Morris <rgm@gnu.org>
11829
11830 * isearch.el (search-nonincremental-instead): Fix doc typo.
11831
11832 * dired.el (dired-insert-directory): Handle newlines in directory name.
11833 (dired-build-subdir-alist): Unescape newlines in directory name.
11834
11835 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11836
11837 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11838 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11839 (tramp-action-terminal): Use it. (Bug#10530)
11840
11841 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11844
11845 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11846
11847 * window.el (window-state-ignored-parameters): Remove variable.
11848 (window--state-get-1): Rename argument MARKERS to IGNORE.
11849 Handle persistent window parameters. Make copy of clone-of
11850 parameter only if requested. (Bug#10348)
11851 (window--state-put-2): Install a window parameter only if it has
11852 a non-nil value or an existing parameter shall be overwritten.
11853
11854 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11855
11856 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11857
11858 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11859
11860 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11861 don't pass the (nil) value of `upnode' to string-match.
11862
11863 2012-01-14 Chong Yidong <cyd@gnu.org>
11864
11865 * startup.el (command-line): Fix X resource class for cursorColor.
11866 Fix values recognized by the cursorBlink resource.
11867
11868 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11869
11870 * epg.el (epg--make-temp-file): Avoid permission race condition
11871 when running on old Emacs versions (bug#10403).
11872
11873 2012-01-14 Glenn Morris <rgm@gnu.org>
11874
11875 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11876
11877 2012-01-13 Alan Mackenzie <acm@muc.de>
11878
11879 Fix filling for when filladapt mode is enabled.
11880
11881 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11882 c-mask-paragraph, pass in `fill-paragraph' rather than
11883 `fill-region-as-paragraph'. (This is a reversion of a previous
11884 change.)
11885 * progmodes/cc-mode.el (c-basic-common-init):
11886 Make fill-paragraph-handle-comment buffer local and set it to nil.
11887
11888 2012-01-13 Glenn Morris <rgm@gnu.org>
11889
11890 * dired.el (dired-switches-escape-p): New function.
11891 (dired-insert-directory): Use dired-switches-escape-p.
11892 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11893
11894 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11895
11896 2012-01-12 Glenn Morris <rgm@gnu.org>
11897
11898 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11899 changes in adaptive-fill-regexp. (Bug#10276)
11900
11901 2012-01-11 Alan Mackenzie <acm@muc.de>
11902
11903 Fix Emacs bug #10463 - put `widen's around the critical spots.
11904
11905 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11906 widen around each invocation of c-state-pp-to-literal. Remove an
11907 unused let variable.
11908
11909 2012-01-11 Glenn Morris <rgm@gnu.org>
11910
11911 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11912 Doc fix.
11913
11914 2012-01-10 Chong Yidong <cyd@gnu.org>
11915
11916 * net/network-stream.el (network-stream-open-starttls):
11917 Avoid emitting a confusing error message when the server gives a bad
11918 response to the capability command.
11919
11920 2012-01-10 Glenn Morris <rgm@gnu.org>
11921
11922 * mail/unrmail.el (unrmail): Tweak previous change.
11923
11924 2012-01-09 Chong Yidong <cyd@gnu.org>
11925
11926 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11927
11928 2012-01-08 Alan Mackenzie <acm@muc.de>
11929
11930 Optimise font locking in long enum definitions.
11931
11932 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11933 arm to a cond form to handle enums.
11934 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11935 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11936
11937 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11938
11939 * files.el (move-file-to-trash): Preserve default file modes on error.
11940 (Bug#10401)
11941
11942 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11943
11944 * faces.el (set-face-attribute): Clarify the meaning of the nil
11945 frame (bug#10294).
11946
11947 * subr.el (with-selected-frame): Mention that the selected frame
11948 is restored (bug#9980).
11949
11950 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11951 (bug#9759).
11952
11953 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11954 (password-read): Don't autoload unused function.
11955
11956 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * progmodes/which-func.el (which-func-mode): Turn into a
11959 non-interactive function and mark as obsolete (bug#10428).
11960
11961 2012-01-06 Chong Yidong <cyd@gnu.org>
11962
11963 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11964 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11965 functions, along with 1 and -1.
11966
11967 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11968
11969 * time.el (display-time-load-average)
11970 (display-time-default-load-average): Doc fixes. See the thread
11971 starting at
11972 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11973 for the details.
11974
11975 2012-01-06 Glenn Morris <rgm@gnu.org>
11976
11977 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11978 has no messages. (Bug#10377)
11979
11980 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11981 than Info-edit. (Bug#10385)
11982
11983 * time.el (display-time-load-average, display-time-next-load-average):
11984 Doc fixes.
11985
11986 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11987 local setting of buffer-read-only to the input buffer. (Bug#10419)
11988
11989 * calendar/calendar.el (calendar-mode):
11990 Locally set scroll-margin to 0. (Bug#10379)
11991
11992 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11993
11994 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11995
11996 2012-01-05 Glenn Morris <rgm@gnu.org>
11997
11998 * eshell/em-unix.el (diff-no-select): Autoload it.
11999 (eshell/diff): Use diff-no-select. (Bug#10420)
12000
12001 2012-01-05 Chong Yidong <cyd@gnu.org>
12002
12003 * shell.el (shell-dynamic-complete-functions): Revert last change.
12004 (shell-command-completion-function): New function.
12005 (shell-completion-vars): Use it to implement
12006 shell-completion-execonly (Bug#10417).
12007
12008 * custom.el (enable-theme): Don't set custom-safe-themes.
12009
12010 * cus-theme.el (custom-theme-merge-theme):
12011 Ignore custom-enabled-themes and custom-safe-themes.
12012
12013 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
12014
12015 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12016 first prompt in `sql-interacive-mode'.
12017 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12018 keywords.
12019 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12020 (sql-product-interactive): Bug fix: Set `sql-buffer' in
12021 context of original buffer. Invoke `sql-login-hook'.
12022
12023 2012-01-04 Eli Zaretskii <eliz@gnu.org>
12024
12025 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12026 letters in cite-prefix.
12027
12028 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12029
12030 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12031
12032 2012-01-03 Chong Yidong <cyd@gnu.org>
12033
12034 * shell.el (shell-dynamic-complete-functions):
12035 Put pcomplete-completions-at-point, so as to try
12036 comint-filename-completion first (Bug#10417).
12037
12038 2012-01-02 Richard Stallman <rms@gnu.org>
12039
12040 * battery.el (battery-status-function):
12041 Detect when to use battery-yeeloong-sysfs.
12042 (battery-echo-area-format): Add string for Yeeloong.
12043 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12044 (battery-yeeloong-sysfs): New function.
12045
12046 2012-01-02 Chong Yidong <cyd@gnu.org>
12047
12048 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12049 (dirtrack): Merge code for handling relative filenames in prompt
12050 from shell-dir-cookie-watcher.
12051 (dirtrack-debug-message): New arg to avoid excess format calls.
12052
12053 * shell.el (shell-dir-cookie-re): Variable deleted.
12054 (shell-dir-cookie-watcher): Function deleted.
12055 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12056 with dirtrack-mode.
12057
12058 2012-01-01 Eli Zaretskii <eliz@gnu.org>
12059
12060 * term/w32-win.el (dynamic-library-alist) <gnutls>:
12061 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12062 libgnutls-26.dll.
12063
12064 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
12065
12066 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12067
12068 2011-12-31 Eli Zaretskii <eliz@gnu.org>
12069
12070 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12071 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12072
12073 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
12074
12075 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12076 also for alternative shells.
12077 (tramp-open-connection-setup-interactive-shell): Check, whether
12078 the shell is a busybox.
12079 (tramp-send-command): Don't suppress multiple prompts for
12080 busyboxes, it hurts.
12081
12082 2011-12-28 Chong Yidong <cyd@gnu.org>
12083
12084 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12085 (gdb-get-source-file): Move mode line update to
12086 gdb-get-source-file (Bug#10087).
12087
12088 2011-12-25 Chong Yidong <cyd@gnu.org>
12089
12090 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12091 gud-gdb-marker-filter without taking it as an argument.
12092 (gud-gdb-run-command-fetch-lines): Caller changed.
12093 (gud-gdb-completion-function): New variable.
12094 (gud-gdb-completion-at-point): Use it.
12095 (gud-gdb-completions-1): Split from gud-gdb-completions.
12096
12097 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12098 function as separate arguments.
12099 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12100 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12101 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12102 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12103 (gdb-stopped, def-gdb-auto-update-trigger)
12104 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12105 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12106 Callers changed.
12107 (gud-gdbmi-completions): New function.
12108 (gdb): Use it for generating the completion table.
12109
12110 2011-12-24 Alan Mackenzie <acm@muc.de>
12111
12112 Introduce a mechanism to widen the region used in context font
12113 locking. Use this to protect declarations from losing their contexts.
12114
12115 * progmodes/cc-langs.el (c-before-font-lock-functions):
12116 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12117 (c-before-context-fontification-functions): New defvar, a list of
12118 functions to be run just before context (etc.) font locking.
12119
12120 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12121 New, functionality extracted from
12122 c-neutralize-syntax-in-and-mark-CPP.
12123 (c-in-after-change-fontification): New variable.
12124 (c-after-change): Set c-in-after-change-fontification.
12125 (c-set-fl-decl-start): Rejig its interface, so it can be called
12126 from both after-change and context fontifying.
12127 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12128 New functions.
12129 (c-standard-font-lock-fontify-region-function): New variable.
12130 (c-font-lock-fontify-region): New function.
12131
12132 2011-12-24 Juri Linkov <juri@jurta.org>
12133
12134 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12135 (Bug#10348)
12136
12137 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12138
12139 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12140 existence of source file. (Bug#10325)
12141
12142 2011-12-23 Alan Mackenzie <acm@muc.de>
12143
12144 Fix unstable fontification inside templates.
12145
12146 * progmodes/cc-langs.el (c-before-font-lock-functions):
12147 Newly created from the singular version. The (c c++ objc) entry now
12148 additionally has c-set-fl-decl-start. The other languages (apart
12149 from AWK) have that as a single entry.
12150
12151 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12152 The functionality for "local" declarations has been extracted to
12153 c-set-fl-decl-start.
12154
12155 * progmodes/cc-mode.el (c-common-init, c-after-change):
12156 Changes due to pluralisation of c-before-font-lock-functions.
12157 (c-set-fl-decl-start): New function, extracted from
12158 c-font-lock-enclosing-decls and enhanced.
12159
12160 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
12161
12162 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12163
12164 2011-12-22 Juri Linkov <juri@jurta.org>
12165
12166 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12167
12168 2011-12-22 Chong Yidong <cyd@gnu.org>
12169
12170 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12171
12172 2011-12-21 Drew Adams <drew.adams@oracle.com>
12173
12174 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12175
12176 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12177
12178 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12179
12180 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12181
12182 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12183 highlighting and support. Fix up comments for capitalization.
12184 (cfengine-mode-debug): New var.
12185 (cfengine3-mode): Change the modeline indicator to "CFE3".
12186 (cfengine3-font-lock-keywords): Improve defun highlighting.
12187 (cfengine2-actions): Rename from `cfengine-actions'.
12188 (cfengine2-font-lock-keywords): Rename from
12189 `cfengine-font-lock-keywords'.
12190 (cfengine2-imenu-expression): Rename from
12191 `cfengine-imenu-expression'.
12192 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12193 (cfengine2-beginning-of-defun): Rename from
12194 `cfengine-beginning-of-defun'.
12195 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12196 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12197 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12198 modeline indicator to "CFE2".
12199 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12200 (cfengine-mode-abbrevs): Mark obsolete.
12201
12202 2011-12-21 Chong Yidong <cyd@gnu.org>
12203
12204 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12205 filename argument.
12206
12207 2011-12-20 Martin Rudalics <rudalics@gmx.at>
12208
12209 * window.el (window-normalize-buffer-to-display): Remove.
12210 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12211
12212 2011-12-19 Chong Yidong <cyd@gnu.org>
12213
12214 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12215 Don't signal an error in a predicate function; return non-nil.
12216 (vc-dir-mark-file): Move the error here.
12217 (vc-dir-mark-unmark): If acting on the region, keep going if one
12218 of the entries cannot be marked/unmarked.
12219 (vc-dir-mark-all-files): If current entry is a directory, mark
12220 only child files, as documented.
12221
12222 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12223
12224 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12225 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12226 addition.
12227
12228 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12229
12230 * term/ns-win.el (ns-get-selection-internal)
12231 (ns-store-selection-internal): Declare.
12232 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12233 Declare as obsolete.
12234 (ns-get-pasteboard, ns-paste-secondary):
12235 Use ns-get-selection-internal.
12236 (ns-set-pasteboard, ns-copy-including-secondary):
12237 Use ns-store-selection-internal.
12238
12239 2011-12-17 Chong Yidong <cyd@gnu.org>
12240
12241 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12242 (vc-deduce-fileset): Doc fix.
12243
12244 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12245
12246 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12247
12248 2011-12-13 Sam Steingold <sds@gnu.org>
12249
12250 * man.el (Man-getpage-in-background): When running under a
12251 window-system, ignore $MANWIDTH and $COLUMNS.
12252
12253 2011-12-15 Kenichi Handa <handa@m17n.org>
12254
12255 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12256 (setup-ethiopic-environment-internal): Comment out key-binding for
12257 ethio-toggle-punctuation.
12258
12259 2011-12-13 Alan Mackenzie <acm@muc.de>
12260
12261 Add the switch statement to AWK Mode.
12262
12263 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12264 "default" to the keywords regexp.
12265
12266 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12267 expression as the rest.
12268 (c-nonlabel-token-key): Allow string literals for AWK.
12269 Refactor for the other modes.
12270
12271 Large brace-block initialisation makes CC Mode slow: Fix.
12272 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12273 routines. Limit backward searching in c-font-lock-enclosing.decl.
12274
12275 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12276 pp-state and literal type in addition to the limits.
12277 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12278 (c-state-literal-at): Use the above new defun.
12279 (c-slow-in-literal, c-fast-in-literal): Remove.
12280 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12281
12282 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12283 being in a literal. Add a limit for backward searching.
12284
12285 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12286 c-slow-in-literal.
12287
12288 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12291
12292 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12293
12294 * window.el (delete-other-windows): Use correct frame in call to
12295 window-with-parameter.
12296
12297 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12298
12299 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12300 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12301 (makefile-gmake-statements, makefile-makepp-statements):
12302 Use it and add new makepp keywords.
12303 (makefile-makepp-font-lock-keywords): Add new patterns.
12304 (makefile-match-function-end): Match new [...] and [[...]].
12305
12306 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12307
12308 * ses.el (ses-call-printer-return, ses-cell-property-get)
12309 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12310 (ses-create-cell-variable, ses-reset-header-string)
12311 (ses-cell-set-formula, ses-repair-cell-reference-all)
12312 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12313 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12314 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12315 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12316 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12317 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12318 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12319 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12320 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12321 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12322 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12323 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12324
12325 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12326
12327 * ses.el: The overall change is to add cell renaming, that is
12328 setting fancy names for cell symbols other than name matching
12329 "\\`[A-Z]+[0-9]+\\'" regexp .
12330 (ses-create-cell-variable): New defun.
12331 (ses-relocate-formula): Relocate formulas only for cells the
12332 symbols of which are not renamed, i.e. symbols whose names do not
12333 match regexp "\\`[A-Z]+[0-9]+\\'".
12334 (ses-relocate-all): Relocate values only for cells the symbols of
12335 which are not renamed.
12336 (ses-load): Create cells variables as the (ses-cell ...) are read,
12337 in order to check row col consistency with cell symbol name only
12338 for cells that are not renamed.
12339 (ses-replace-name-in-formula): New defun.
12340 (ses-rename-cell): New defun.
12341
12342 2011-12-11 Chong Yidong <cyd@gnu.org>
12343
12344 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12345 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12346
12347 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12348
12349 * window.el (other-window): Fix docstring.
12350
12351 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12352
12353 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12354 `from' or `to' address before taking its substring.
12355 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12356 encoded name is chopped in the middle of the encoded string, and
12357 thus displayed encoded.
12358
12359 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12360
12361 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12362
12363 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12364
12365 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12366 to use texinfo-update-node and commands that call it if the
12367 Texinfo file uses @node lines without next/prev/up pointers.
12368 Correct outdated description about texinfo-master-menu.
12369 (texinfo-all-menus-update, texinfo-master-menu)
12370 (texinfo-update-node, texinfo-every-node-update)
12371 (texinfo-multiple-files-update): Doc fix. Warn against updating
12372 all the @node lines.
12373 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12374 argument is numeric. Explain better in the doc string what the
12375 function really does.
12376 (texinfo-insert-master-menu-list): Improve the error message
12377 displayed if there's no menu in the Top node.
12378 (Bug#2975) See also this thread:
12379 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12380
12381 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12382
12383 * speedbar.el (speedbar-supported-extension-expressions):
12384 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12385
12386 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12387
12388 * printing.el (pr-mode-alist):
12389 * simple.el (filter-buffer-substring-functions)
12390 (completion-list-insert-choice-function):
12391 * window.el (window-with-parameter, window-atom-root)
12392 (window-sides-slots, window-size-fixed, window-min-delta)
12393 (window-max-delta, window--resize-mini-window)
12394 (window--resize-child-windows-normal, window-tree)
12395 (delete-other-windows, quit-window, split-window)
12396 (display-buffer-record-window, special-display-buffer-names)
12397 (special-display-regexps, special-display-popup-frame)
12398 (same-window-p, split-window-sensibly)
12399 (display-buffer-overriding-action, display-buffer-alist)
12400 (display-buffer-base-action, display-buffer, switch-to-buffer)
12401 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12402 (fit-window-to-buffer, recenter-positions)
12403 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12404 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12405 and remove unneeded backslashes in docstrings.
12406
12407 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12410
12411 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12412 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12413 end in ".mk".
12414 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12415 when reading the makefile (bug#10116).
12416
12417 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12420 (bug#10116).
12421
12422 2011-12-06 Glenn Morris <rgm@gnu.org>
12423
12424 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12425
12426 2011-12-06 Chong Yidong <cyd@gnu.org>
12427
12428 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12429
12430 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12431
12432 * textmodes/table.el (table-shorten-cell): Fix typo.
12433
12434 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12435
12436 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12437
12438 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12439
12440 * descr-text.el (describe-char): Fix display of strong
12441 right-to-left characters and directional embeddings and overrides.
12442
12443 * simple.el (what-cursor-position): Fix display of codepoints of
12444 strong right-to-left characters.
12445
12446 2011-12-05 Chong Yidong <cyd@gnu.org>
12447
12448 * faces.el (read-color): Doc fix.
12449
12450 2011-12-05 Glenn Morris <rgm@gnu.org>
12451
12452 * align.el (align--set-marker): Add doc-string.
12453 Don't try to move something that is not a marker. (Bug#10216)
12454
12455 2011-12-04 Glenn Morris <rgm@gnu.org>
12456
12457 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12458 overly zealous deletion of trailing whitespace.
12459
12460 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * server.el (server-delete-client): On Windows, do not try to delete
12463 the only terminal.
12464 (server-process-filter): On Windows, treat requests for a tty frame as
12465 if they were for a GUI frame if the running server is in GUI mode.
12466
12467 2011-12-03 Glenn Morris <rgm@gnu.org>
12468
12469 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12470
12471 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * electric.el: Streamline electric-indent's hook.
12474 (electric-indent-chars): Revert to simple list.
12475 (electric-indent-functions): New var.
12476 (electric-indent-post-self-insert-function): Use it.
12477
12478 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12479 there's no inferior buffer (bug#10196).
12480 (prolog-consult-compile): Don't use toggle-read-only.
12481
12482 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12483
12484 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12485 interrupt. (Bug#10187)
12486
12487 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12488
12489 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12490 (bug#9160).
12491
12492 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12493 (bug#10191).
12494
12495 2011-12-02 Juri Linkov <juri@jurta.org>
12496
12497 * info.el (Info-search): Display "end of manual" when Isearch
12498 reaches the end of single-file Info manual. (Bug#9918)
12499
12500 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12501
12502 * isearch.el (isearch-message-prefix): Run the input method part
12503 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12504
12505 2011-12-02 Juri Linkov <juri@jurta.org>
12506
12507 * isearch.el (isearch-occur): Use `word-search-regexp' for
12508 `isearch-word'.
12509 (isearch-search-and-update): Add condition for `isearch-word' and
12510 call `word-search-regexp'. (Bug#10145)
12511
12512 2011-12-01 Glenn Morris <rgm@gnu.org>
12513
12514 * eshell/em-hist.el (eshell-hist-initialize):
12515 Handle eshell-history-size nil and HISTSIZE set or unset.
12516 (eshell-history-file-name, eshell-history-size): Fix custom type.
12517
12518 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12521
12522 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12523
12524 * progmodes/verilog-mode.el (verilog-pretty-expr):
12525 Rework verilog-pretty-expr to handle new assignment operators in system
12526 verilog, such as += *= and the like.
12527 (verilog-assignment-operator-re): Regular expression to find the
12528 assigment operator in a verilog assignment.
12529 (verilog-assignment-operation-re): Regular expression to find an
12530 assignment statement for pretty-expr.
12531 (verilog-in-attribute-p): Query returns true if point is in an
12532 attribute context; used to skip these for expression line up from
12533 pretty-expr.
12534 (verilog-in-parameter-p): Query returns true if point is in an
12535 parameter definition context; used to skip these for expression
12536 line up from pretty-expr.
12537 (verilog-in-parenthesis-p): Query returns true if point is in a
12538 parenthetical expression, specifically ( ) but not [ ] or { };
12539 used by pretty-expr.
12540 (verilog-just-one-space): If there is no space, don't add one.
12541 (verilog-get-lineup-indent-2): Specifically skip just attribute
12542 contexts for expression lineup, rather than skipping all
12543 parenthetical expressions.
12544 (verilog-calculate-indent): Fix comment, and fix indent.
12545 (verilog-do-indent): Indent declarations in lists (suggested by
12546 Joachim Lechner).
12547 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12548 skeleton items.
12549 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12550 by Alain Mellan).
12551
12552 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12553
12554 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12555 parameters with embedded comments. Reported by Ray Stevens.
12556 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12557 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12558 Reported by Tim Holt.
12559 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12560 instantiated by upper module causing wrong expansion until AUTOed a
12561 second time. Reported by K C Buckenmaier.
12562 (verilog-diff-auto): Fix showing .* as a difference when
12563 `verilog-auto-star-save' off. Reported by Dan Dever.
12564 (verilog-auto-reset, verilog-read-always-signals)
12565 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12566 temporary signals in reset list if
12567 verilog-auto-reset-blocking-in-non is nil, and match assignment
12568 style to each signal's assignment type, bug381.
12569 Reported by Thomas Esposito.
12570 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12571 (verilog-uvm-statement-re): Support UVM indentation and
12572 highlighting, with old OVM keywords only.
12573 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12574 Support AUTOTIEOFF creating non-wire data types.
12575 Suggested by Jonathan Greenlaw.
12576 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12577 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12578 (verilog-inject-sense, verilog-read-inst-pins)
12579 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12580 Fix mismatching parenthesis inside commented out code when deleting
12581 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12582 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12583 non-numeric vector width. Reported by Alex Reed.
12584 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12585 detecting signals with parameter widths. Reported by Alex Reed.
12586 (verilog-auto-delete-trailing-whitespace):
12587 With `verilog-auto-delete-trailing-whitespace' remove trailing
12588 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12589 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12590 Fix verilog-scan-cache corruption when running user AUTO expansion
12591 hooks that call indentation routines.
12592 (verilog-simplify-range-expression): Fix typo ignoring lower case
12593 identifiers.
12594 (verilog-delete-auto): Fix delete-autos to also remove user created
12595 automatics, as long as they start with AUTO.
12596 (verilog-batch-diff-auto, verilog-diff-auto)
12597 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12598 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12599 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12600 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12601 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12602 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12603 is disabled and its cache will get corrupt, causing AUTOS not to
12604 expand. Instead use only -quick functions.
12605 (verilog-scan-region): Fix scanning over escaped quotes.
12606 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12607 (verilog-re-search-backward-quick)
12608 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12609 related functions now ignore strings, to fix misparsing of strings
12610 with magic comments embedded in them.
12611 (verilog-read-auto-template):
12612 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12613 Reported by Brad Dobbie.
12614 (verilog-read-auto-template):
12615 Fix 'verilog-auto-inst-template-numbers' with comments.
12616 Reported by Brad Dobbie.
12617 (verilog-auto-inst, verilog-auto-inst-param)
12618 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12619 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12620 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12621 debugging templates without merge conflicts, bug357.
12622 Reported by Brad Dobbie.
12623 (verilog-read-auto-template):
12624 Fix verilog-auto-inst-template-numbers with multiple templates.
12625 Reported by Brad Dobbie.
12626 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12627 abbrevs so user won't be asked to save.
12628 (verilog-read-auto-lisp-present): Fix to start at beginning of
12629 buffer in case called outside of verilog-auto.
12630 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12631 to "X-2". Reported by Matthew Myers.
12632 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12633 all inputs from module templates. Reported by Leith Johnson.
12634 (verilog-module-inside-filename-p): Fix locating programs as with
12635 modules.
12636 (verilog-auto-inst-port): Fix vl-width expressions when using
12637 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12638 (verilog-decls-get-regs, verilog-decls-get-signals,
12639 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12640 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12641 verilog-read-decls): Combine reg and wire structures into one var
12642 structure to represent SystemVerilog concepts.
12643 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12644 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12645 (verilog-auto-wire-type, verilog-insert-definition):
12646 Add verilog-auto-wire-type and AUTOLOGIC to support using
12647 SystemVerilog "logic" keyword instead of "wire"/"reg".
12648 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12649 to declares outputs that also have assignments (presumably in an
12650 ifdef or generate if so there's not a driver conflict).
12651 Reported by Matthew Myers.
12652 (verilog-auto-declare-nettype, verilog-insert-definition):
12653 Add verilog-auto-declare-nettype to fix declarations using
12654 `default_nettype none. Reported by Julian Gorfajn.
12655 (verilog-read-always-signals-recurse, verilog-read-decls)
12656 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12657 malformed end statement, bug325. Reported by Joshua Wise and
12658 Andrew Drake.
12659 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12660 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12661 when expanding .* in interfaces, bug320.
12662 Reported by Pierre-David Pfister.
12663 (verilog-read-module-name): Fix import statements between module
12664 name and open parenthesis, bug317.
12665 Reported by Pierre-David Pfister.
12666 (verilog-simplify-range-expression): Fix simplification of
12667 multiplications inside AUTOWIRE connections, bug303.
12668 (verilog-auto-inst-port): Support parameter expansion in
12669 multidimensional arrays.
12670 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12671 after "assert property". Reported by Julian Gorfajn.
12672 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12673 with multiplication, bug303.
12674 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12675 Reported by Jan Frode Lonnum.
12676
12677 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12678
12679 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12680 (hfy-shell-file-name, hfy-shell):
12681 * international/fontset.el (x-decompose-font-name): Fix typos.
12682
12683 2011-11-29 Ken Brown <kbrown@cornell.edu>
12684
12685 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12686 (gdb-version): Remove defvar.
12687 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12688 (gdb-gud-context-command, gdb-non-stop-handler)
12689 (gdb-current-context-command, gdb-stopped): Use it.
12690 (gdb-init-1): Enable pretty printing here.
12691 (gdb-non-stop-handler): Don't enable pretty-printing here.
12692 Check to see if the target supports non-stop mode; if not, turn off
12693 non-stop mode. Use the following.
12694 (gdb-check-target-async): New defun.
12695 (gud-watch, gdb-stopped): Fix whitespace.
12696 (gdb-get-source-file): Don't try to display the source file if
12697 `gdb-main-file' is nil.
12698
12699 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * align.el: Try to generate fewer markers (bug#10047).
12702 (align--set-marker): New macro.
12703 (align-region): Use it.
12704
12705 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12708
12709 2011-11-29 Chong Yidong <cyd@gnu.org>
12710
12711 * indent.el (indent-for-tab-command, indent-according-to-mode):
12712 Doc fix.
12713 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12714
12715 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12716
12717 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12718 aware of remote file names. (Bug#10124)
12719
12720 2011-11-29 Chong Yidong <cyd@gnu.org>
12721
12722 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12723
12724 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 * files.el (find-file): Don't use force-same-window (bug#10144).
12727 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12728 use pop-to-buffer if the selected window can't be used.
12729 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12730
12731 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12732
12733 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12734 special-mode-map.
12735
12736 2011-11-28 Chong Yidong <cyd@gnu.org>
12737
12738 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12739
12740 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12741
12742 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12743 gdb-get-source-file-list on gdb-create-source-file-list.
12744
12745 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12746
12747 * whitespace.el (whitespace-newline): Use a different foreground
12748 color for 16-color light-background displays.
12749
12750 2011-11-24 Chong Yidong <cyd@gnu.org>
12751
12752 * window.el (display-buffer--special-action): Doc fix.
12753
12754 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12755
12756 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12757 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12758 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12759 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12760 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12761 (avl-tree-stack-first):
12762 * emacs-lisp/cconv.el (cconv--analyse-use):
12763 * net/gnutls.el (gnutls-negotiate): Fix typos.
12764
12765 2011-11-24 Glenn Morris <rgm@gnu.org>
12766
12767 * lpr.el (lpr-windows-system, lpr-lp-system):
12768 * mail/binhex.el (binhex-begin-line):
12769 * progmodes/grep.el (grep-history, grep-find-history):
12770 * textmodes/flyspell.el:
12771 * vc/pcvs-defs.el (cvs-global-menu):
12772 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12773 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12774 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12775
12776 * net/tls.el: Fix case of "GnuTLS".
12777
12778 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12779
12780 * version.el (emacs-build-system): Give it a doc-string.
12781
12782 2011-11-24 Juri Linkov <juri@jurta.org>
12783
12784 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12785
12786 2011-11-24 Glenn Morris <rgm@gnu.org>
12787
12788 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12789 if called on a non-mime message just toggle the headers. (Bug#8006)
12790
12791 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12792
12793 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12794 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12795 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12796 (allout-rebullet-heading, allout-open-sibtopic)
12797 (allout-toggle-current-subtree-encryption)
12798 (allout-toggle-subtree-encryption, allout-encrypt-string)
12799 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12800 (allout-distinctive-bullets-string, allout-auto-activation):
12801 * window.el (window-normalize-buffer-to-display):
12802 * progmodes/verilog-mode.el (verilog-batch-indent):
12803 * textmodes/bibtex.el (bibtex-field-braces-opt)
12804 (bibtex-field-strings-opt):
12805 * vc/cvs-status.el (cvs-tree-merge):
12806 Fix typos.
12807
12808 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12809
12810 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12811 `non-essential' to t, in order to avoid remote connections.
12812
12813 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12814
12815 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12816 On MS-DOS and MS-Windows, compare with loaddefs.el
12817 case-insensitively.
12818
12819 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12820
12821 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12822
12823 2011-11-23 Glenn Morris <rgm@gnu.org>
12824
12825 * paths.el (rmail-file-name): Reformat the doc-string so that it
12826 is picked up.
12827
12828 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12829 (rmail-auto-file): Ignore case in the "special" field names,
12830 as mail-fetch-field does for all others.
12831
12832 * mail/rmail.el (rmail-forward):
12833 * mail/rmailkwd.el (rmail-set-label):
12834 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12835 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12836
12837 * mail/rmail.el (rmail-current-message): Doc fix.
12838
12839 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12840
12841 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12842
12843 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12844
12845 2011-11-22 Glenn Morris <rgm@gnu.org>
12846
12847 * mail/rmailmm.el (test-rmail-mime-handler)
12848 (test-rmail-mime-bulk-handler)
12849 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12850
12851 2011-11-21 Juri Linkov <juri@jurta.org>
12852
12853 * calc/calc.el (calc-read-key-sequence):
12854 Let-bind `input-method-function' to nil. (Bug#10018)
12855
12856 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12857
12858 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12859 Tell the caller that the next line needs recomputation, even
12860 though it doesn't start a sexp (bug#10094).
12861
12862 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12865
12866 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12869 Use force-same-window.
12870
12871 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * descr-text.el (describe-char-unicode-data):
12874 * json.el (json-string-escape):
12875 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12876 (Footnote-unicode, Footnote-style-p):
12877 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12878
12879 2011-11-20 Chong Yidong <cyd@gnu.org>
12880
12881 * window.el (replace-buffer-in-windows): Restore interactive spec.
12882
12883 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12886
12887 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12888 (byte-compile-global-not-obsolete-vars): New var.
12889 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12890 Use it.
12891 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12892
12893 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12894
12895 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12896 * progmodes/pascal.el (electric-pascal-equal):
12897 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12898 * xml.el (xml-substitute-special): Fix typos.
12899
12900 2011-11-20 Glenn Morris <rgm@gnu.org>
12901
12902 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12903 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12904 Doc fixes.
12905 (rmail-decode-mime-charset): Mark as obsolete.
12906
12907 * mail/rmailsum.el (rmail-message-regexp-p-1):
12908 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12909 Before using mime functions, check they are set. (Bug#10077)
12910
12911 2011-11-19 Juri Linkov <juri@jurta.org>
12912
12913 * info.el (Info-finder-find-node): Use `package--builtins' instead
12914 of `package-alist'. Use node names formed by the pattern "Keyword "
12915 and the keyword name.
12916
12917 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12918
12919 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12920
12921 2011-11-19 Juri Linkov <juri@jurta.org>
12922
12923 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12924 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12925 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12926 `old-history', `old-history-forward'. Add let-binding
12927 `window-selected'. Remove calls to `kill-buffer',
12928 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12929 before calling `Info-find-node', so `Info-find-node-2' will reread
12930 the Info file. Restore window positions only when `window-selected'
12931 is non-nil.
12932
12933 2011-11-19 Juri Linkov <juri@jurta.org>
12934
12935 * isearch.el (isearch-lazy-highlight-new-loop):
12936 Remove condition `(not isearch-error)'. (Bug#9918)
12937
12938 * misearch.el (multi-isearch-search-fun): Add condition
12939 `(not bound)' to ignore lazy-highlighting search.
12940 Add the search-failed message "end of multi" when the end of
12941 multi-sequence is reached. Uncapitalize the search-failed
12942 message "Repeat for next buffer".
12943
12944 * info.el (Info-search): Add the search-failed message
12945 "end of the manual" when the end of the manual is reached
12946 in Isearch mode.
12947
12948 2011-11-19 Juri Linkov <juri@jurta.org>
12949
12950 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12951 Use non-destructive `remove' instead of `delete' because
12952 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12953 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12954
12955 2011-11-19 Juri Linkov <juri@jurta.org>
12956
12957 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12958 to nil instead of binding `search-ring' and `regexp-search-ring'.
12959 (Bug#9185)
12960
12961 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12962
12963 * simple.el (line-move): Force movement by logical lines for any
12964 hscrolled window, not only when auto-hscroll-mode is on.
12965 (line-move-visual): Update doc string to that effect. (Bug#10076)
12966
12967 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12968
12969 * language/european.el (macintosh): Define as alias for mac-roman.
12970
12971 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12972
12973 * mail/rmailmm.el (rmail-mime-display-header)
12974 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12975 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12976 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12977 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12978 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12979 of a raw aref.
12980 (rmail-mime-entity-segment): To get past the tagline, move forward
12981 2 more lines, to account for the 2 empty lines that precede and
12982 follow the line with the buttons.
12983 (rmail-mime-update-tagline): Move one more line, to get past the
12984 empty line that follows the buttons in the tagline. (Bug#9520)
12985
12986 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12987
12988 * window.el (window-max-delta-1, window-min-delta-1)
12989 (window-min-size-1, window-state-get-1, window-state-put-1)
12990 (window-state-put-2): Use "window--" prefix.
12991
12992 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12993
12994 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12995 (smie-warning-count): New var.
12996 (smie-set-prec2tab): Use it.
12997 (smie-bnf->prec2): Improve warnings. Add docstring.
12998 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12999 (smie-bnf--set-class): New function.
13000 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
13001 corner case.
13002
13003 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13004 (compilation-error-properties, compilation-move-to-column):
13005 Handle compilation-first-column while in the target buffer.
13006
13007 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13008 Don't hardcode point-min==1.
13009
13010 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13011 (eshell-rewrite-for-command): Remove workaround.
13012 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13013 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13014 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13015
13016 * files-x.el (modify-file-local-variable): Obey commenting conventions.
13017
13018 2011-11-17 Glenn Morris <rgm@gnu.org>
13019
13020 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13021 Ignore buffer-local generated-autoload-file if it is the same
13022 as the global value. (Bug#10049)
13023
13024 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13027 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13028 (reftex-toc-previous-heading, reftex-toc-max-level)
13029 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13030 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13031 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13032 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13033 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13034 (reftex-toc-rename-label, reftex-toc-visit-location)
13035 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13036 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13037 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13038 leaving "*toc*" only for references to the buffer.
13039
13040 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13041
13042 * window.el (window-resize, delete-window, split-window):
13043 Replace window-splits by window-combination-resize.
13044 * cus-start.el (window-splits): Replace by window-combination-resize.
13045
13046 2011-11-17 Glenn Morris <rgm@gnu.org>
13047
13048 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13049 Make bash entry derive from sh entry, not shell entry.
13050
13051 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
13052
13053 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13054 local file name.
13055
13056 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13057
13058 * menu-bar.el (menu-bar-file-menu):
13059 * printing.el (pr-ps-utility):
13060 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13061 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13062 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13063 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13064 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13065 (icalendar--convert-cyclic-to-ical)
13066 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13067 (icalendar--convert-ical-to-diary)
13068 (icalendar--convert-recurring-to-diary)
13069 (icalendar--convert-non-recurring-all-day-to-diary)
13070 (icalendar-import-format-sample):
13071 * progmodes/idlw-shell.el (idlwave-shell-mode):
13072 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13073 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13074 (vhdl-ps-print-init): Fix typos.
13075
13076 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13077
13078 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13079 FSF and collapse date sequence, obscure author/maintainer email address
13080 better, remove extra version line, track relocation of author's webpage.
13081
13082 * progmodes/python.el (python-pdbtrack-input-prompt)
13083 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13084 regular python pdb prompts. Adjustments shamelessly taken exactly as
13085 suggested in EmacsWiki page (tiny change):
13086 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13087
13088 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13089
13090 * expand.el (expand-pos, expand-index, expand-point):
13091 Remove redundant info from docstring.
13092 (expand-add-abbrevs): Doc fix.
13093 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13094 (expand-sample-perl-mode-expand-list): Fix typos.
13095
13096 * net/dbus.el (dbus-event-member-name):
13097 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13098 * term/pc-win.el (msdos-create-frame-with-faces):
13099 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13100
13101 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13102
13103 * window.el (split-window, window-state-get-1)
13104 (window-state-put-1, window-state-put-2): Rename occurrences of
13105 window-nest to window-combination-limit.
13106 * cus-start.el (window-nest): Rename to window-combination-limit.
13107
13108 2011-11-16 Chong Yidong <cyd@gnu.org>
13109
13110 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13111 regexp (Bug#10033).
13112
13113 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13116 `completing-read' will remove *Completions* and will preserve
13117 current-buffer for us.
13118 (tmm-add-prompt): Users of *Completions* will always (re)set its
13119 major mode.
13120 (tmm-old-comp-map): Remove.
13121
13122 2011-11-16 Glenn Morris <rgm@gnu.org>
13123
13124 * mail/rmailedit.el: Require rmailmm when compiling.
13125 (rmail-old-mime-state): New declaration.
13126 (rmail-edit-current-message): If editing a mime message,
13127 edit the "raw" message from the mbox buffer.
13128 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13129
13130 2011-11-15 Glenn Morris <rgm@gnu.org>
13131
13132 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13133 which wasn't being used. Add optional arg to force given state.
13134 (rmail-mime): Add optional arg to force given state.
13135
13136 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13137
13138 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13139 * frame.el (display-mm-dimensions-alist):
13140 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13141 (outline-move-subtree-down):
13142 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13143 (newsticker--treeview-do-get-node):
13144 * net/quickurl.el (quickurl-list-buffer-name):
13145 * progmodes/dcl-mode.el (dcl-mode):
13146 * progmodes/gdb-mi.el (gdb-mapcar*):
13147 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13148
13149 2011-11-15 Glenn Morris <rgm@gnu.org>
13150
13151 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13152 in a boolean sense, so just make it a boolean, and fix the doc.
13153 (rmail-show-mime-function, rmail-mime-feature)
13154 (rmail-require-mime-maybe): Doc fixes.
13155 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13156
13157 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13158
13159 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13160
13161 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13162 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13163 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13164 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13165
13166 2011-11-15 Glenn Morris <rgm@gnu.org>
13167
13168 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13169 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13170 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13171 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13172 (rmail-mime, rmail-show-mime): Doc fixes.
13173
13174 * term/ns-win.el (mode-line-frame-identification):
13175 Leave it alone. (Bug#10051)
13176
13177 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13178
13179 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13180 Handle empty buffers. (Bug#9978)
13181
13182 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13183
13184 * international/mule.el (define-charset):
13185 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13186 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13187 * progmodes/verilog-mode.el (verilog-backward-token):
13188 * textmodes/ispell.el (lookup-words):
13189 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13190
13191 2011-11-14 Glenn Morris <rgm@gnu.org>
13192
13193 * progmodes/executable.el
13194 (executable-make-buffer-file-executable-if-script-p):
13195 Handle file-modes returning nil.
13196
13197 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13198 message - not necessary, and causes problems. (Bug#9831)
13199
13200 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13201
13202 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13203
13204 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13205 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13206 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13207
13208 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13209
13210 * window.el (window-resize, delete-window): Use window-splits
13211 variable instead of function.
13212 (window-state-get-1, window-state-put-2, window-state-put):
13213 Don't deal with windows' splits status.
13214
13215 2011-11-12 Glenn Morris <rgm@gnu.org>
13216
13217 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13218 (apropos-documentation): Doc fixes.
13219
13220 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13221
13222 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13223 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13224
13225 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * electric.el (electric-indent-post-self-insert-function): Make it
13228 possible for a char to only indent in some circumstances.
13229 (electric-indent-mode): Simplify.
13230
13231 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13232
13233 * window.el (windows-with-parameter): Remove unused function.
13234 (windows-at-side): Rename to window-at-side-list.
13235 (window-check, window-atom-check, window-atom-check-1)
13236 (window-side-check, window-size-ignore, window-size-fixed-1)
13237 (window-in-direction-2): Prefix with "window--".
13238 (window-tree-1): Rename to window--subtree, fix doc-string.
13239
13240 2011-11-11 Glenn Morris <rgm@gnu.org>
13241
13242 * subr.el (eval-after-load): If FILE is already loaded,
13243 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13244
13245 2011-11-10 Glenn Morris <rgm@gnu.org>
13246
13247 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13248 Call svn via vc-svn-command rather than vc-do-command.
13249 (vc-svn-command): Add --non-interactive. (Bug#9993)
13250 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13251
13252 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13253 Add toggle-read-only. (Bug#7292)
13254 * files.el (toggle-read-only): Mention that it should only
13255 be used interactively. (Bug#10006)
13256
13257 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13260 Adjust regexp for OCaml warnings.
13261
13262 * electric.el (electric-pair-post-self-insert-function): Let user
13263 turn it off buffer-locally (bug#9932).
13264
13265 * progmodes/python.el (python-beginning-of-statement):
13266 Rewrite (bug#2703).
13267
13268 * progmodes/compile.el: Better handle TABs (bug#9749).
13269 (compilation-internal-error-properties)
13270 (compilation-next-error-function): Obey the target buffer's
13271 compilation-error-screen-columns.
13272
13273 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13274
13275 * progmodes/meta-mode.el: Remove obsolete comments.
13276 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13277 Fix typos in docstrings.
13278
13279 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13280
13281 * window.el (window-size-fixed-p): Rewrite doc-string.
13282 (window-resizable-p): Rename to window--resizable-p. Update callers.
13283 (window--resizable): New function. Make all callers of
13284 window-resizable call window--resizable instead.
13285 (window-resizable): Rewrite in terms of window--resizable.
13286
13287 2011-11-08 Glenn Morris <rgm@gnu.org>
13288
13289 * progmodes/delphi.el (delphi-mode-syntax-table):
13290 Let define-derived-mode define a proper syntax table. (Bug#9994)
13291
13292 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * window.el: Stay away from defsubst.
13295 (window-list-no-nils): Remove.
13296 (window-state-get-1, window-state-get): Use backquote instead.
13297
13298 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13299
13300 * emacs-lisp/find-func.el (find-function-read):
13301 Fix incorrect use of default argument in `completing-read'.
13302
13303 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13304
13305 * window.el (display-buffer-function, special-display-function):
13306 Mention display-buffer-record-window but do not mention
13307 help-setup parameter in doc-strings.
13308 (window-min-delta): Fix doc-string typo.
13309
13310 2011-11-08 Chong Yidong <cyd@gnu.org>
13311
13312 * window.el (window-total-height, window-total-width): Doc fix.
13313 (window-body-size): Move from C.
13314 (window-body-height, window-body-width): Move to C.
13315
13316 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * window.el: Make special-display like display-buffer-alist (bug#9532).
13319 (display-buffer--special-action): New function, morphed
13320 from display-buffer--special.
13321 (display-buffer): Use it to handle special-display-buffers at higher
13322 priority (just after display-buffer-alist).
13323 (display-buffer-fallback-action, display-buffer--other-frame-action)
13324 (pop-to-buffer-same-window): Remove display-buffer--special.
13325
13326 2011-11-07 Glenn Morris <rgm@gnu.org>
13327
13328 * calendar/cal-menu.el (cal-menu-set-date-title):
13329 Do nothing if not in a calendar. (Bug#9976)
13330
13331 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * files.el (find-file): Always use selected-window.
13334
13335 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13336
13337 * window.el (window-combinations): Make WINDOW argument
13338 mandatory. Rewrite doc-string.
13339 (walk-window-subtree, window-atom-check, window-min-delta)
13340 (window-max-delta, window--resize-this-window)
13341 (window--resize-root-window-vertically, window-tree)
13342 (balance-windows, window-state-put): Rewrite doc-strings as to
13343 not mention the term "subwindow".
13344 (window--resize-subwindows-skip-p): Rename to
13345 window--resize-child-windows-skip-p.
13346 (window--resize-subwindows-normal): Rename to
13347 window--resize-child-windows-normal.
13348 (window--resize-subwindows): Rename to
13349 window--resize-child-windows.
13350 (window-or-subwindow-p): Rename to window--in-subtree-p.
13351
13352 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13353
13354 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13355 Ensure that mbox format messages end in two newlines (Bug#9974).
13356
13357 2011-11-06 Chong Yidong <cyd@gnu.org>
13358
13359 * window.el (window-combination-p): Function deleted; its
13360 side-effect is not used in any existing code.
13361 (window-combinations, window-combined-p): Call window-*-child
13362 directly.
13363
13364 2011-11-05 Chong Yidong <cyd@gnu.org>
13365
13366 * window.el (window-valid-p): Rename from window-any-p.
13367 (window-size-ignore, window-state-get): Callers changed.
13368 (window-normalize-window): Rename from window-normalize-any-window.
13369 New arg LIVE-ONLY, replacing window-normalize-live-window.
13370 (window-normalize-live-window): Delete.
13371 (window-combination-p, window-combined-p, window-combinations)
13372 (walk-window-subtree, window-atom-root, window-min-size)
13373 (window-sizable, window-sizable-p, window-size-fixed-p)
13374 (window-min-delta, window-max-delta, window-resizable)
13375 (window-resizable-p, window-full-height-p, window-full-width-p)
13376 (window-current-scroll-bars, window-point-1, set-window-point-1)
13377 (window-at-side-p, window-in-direction, window-resize)
13378 (adjust-window-trailing-edge, maximize-window, minimize-window)
13379 (window-deletable-p, delete-window, delete-other-windows)
13380 (record-window-buffer, unrecord-window-buffer)
13381 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13382 (quit-window, split-window, window-state-put)
13383 (set-window-text-height, fit-window-to-buffer)
13384 (shrink-window-if-larger-than-buffer): Callers changed.
13385
13386 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13387
13388 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13389 rfc2047-decode-string.
13390 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13391 warnings.
13392
13393 * window.el (window-body-height, window-body-width): Mention in
13394 the doc string that the return values are in frame's canonical
13395 units. (Bug#9949)
13396
13397 2011-11-03 Alan Mackenzie <acm@muc.de>
13398
13399 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13400 change in cc-engine.el.
13401
13402 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13405
13406 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13407
13408 * window.el (quit-window): Call unrecord-window-buffer after
13409 showing another buffer in the window. (Bug#9937)
13410 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13411
13412 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13413
13414 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13415 Accept status with more than 9 shelves. (Bug#9935)
13416 Reported by Colin D Bennett <colin@gibibit.com>.
13417
13418 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13419
13420 * help.el (with-help-window): Don't reference
13421 temp-buffer-show-specifiers in doc-string.
13422
13423 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13424
13425 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13426 menu-item.
13427
13428 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13429
13430 * whitespace.el: New version 13.2.2.
13431 (whitespace-newline-mode): Disable properly. Reported by Sarah
13432 <EmacsWiki>.
13433
13434 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13435
13436 * net/newst-treeview.el: Remove "Time-stamp".
13437 (newsticker--group-manage-orphan-feeds): Do not call
13438 newsticker--treeview-tree-update.
13439 (newsticker-treeview-update, newsticker-treeview):
13440 Call newsticker--treeview-tree-update if necessary.
13441
13442 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13443
13444 * window.el (window-iso-combination-p, window-iso-combined-p)
13445 (window-iso-combinations): Remove "iso-" infix.
13446 Suggested by Chong Yidong.
13447 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13448 (window-max-delta-1, window-resize, window--resize-siblings)
13449 (window--resize-this-window, adjust-window-trailing-edge)
13450 (split-window, balance-windows-1)
13451 (shrink-window-if-larger-than-buffer):
13452 * calendar/calendar.el (calendar-generate-window):
13453 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13454
13455 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13458 in place (bug#9907).
13459 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13460 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13461 (eshell-structure-basic-command, eshell-rewrite-while-command)
13462 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13463 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13464 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13465 (eshell-do-pipelines-synchronously, eshell-eval-command):
13466 Use backquotes and prefer setq to set.
13467 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13468 (eshell-macrop): Use functionp.
13469 (eshell-do-eval): Handle multiple expressions in `while' body.
13470
13471 2011-10-30 Chong Yidong <cyd@gnu.org>
13472
13473 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13474 instead of set-mark (Bug#9810).
13475
13476 2011-10-30 Chong Yidong <cyd@gnu.org>
13477
13478 * window.el (split-window-below, split-window-right): Rename from
13479 split-window-above-each-other and split-window-side-by-side
13480 respectively. All callers changed.
13481 (split-window-sensibly, split-window-sensibly): Use them.
13482 (split-window-keep-point): Doc fix.
13483
13484 * isearch.el: Add isearch-scroll property to split-window-below
13485 and split-window-right.
13486
13487 * follow.el (follow-mode):
13488 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13489 * progmodes/ada-xref.el (ada-gdb-application):
13490 * emulation/vip.el (vip-buffer-in-two-windows):
13491 * image-dired.el (image-dired-dired-with-window-configuration):
13492 * dired-x.el (dired-do-find-marked-files):
13493 * dired.el (dired-pop-to-buffer):
13494 * bs.el (bs--show-with-configuration):
13495 * vc/emerge.el (emerge-setup-windows):
13496 * textmodes/two-column.el (2C-two-columns):
13497 * textmodes/reftex-toc.el (reftex-toc):
13498 * progmodes/gdb-mi.el (gdb-setup-windows):
13499 * progmodes/fortran.el (fortran-window-create):
13500 * net/newst-treeview.el (newsticker--treeview-window-init):
13501 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13502 * emulation/tpu-edt.el (tpu-gold-map):
13503 * emulation/crisp.el (crisp-mode-map):
13504 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13505
13506 2011-10-29 Chong Yidong <cyd@gnu.org>
13507
13508 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13509
13510 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13511
13512 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13513 forged Ispell output (Bug#7904).
13514
13515 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13516
13517 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * doc-view.el: Avoid ugly errors about not finding nil.
13520 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13521 (doc-view-dvipdf-program, doc-view-unoconv-program)
13522 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13523 Avoid nil or absolute file name as default value.
13524 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13525
13526 2011-10-28 Alan Mackenzie <acm@muc.de>
13527
13528 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13529
13530 2011-10-28 Alan Mackenzie <acm@muc.de>
13531
13532 Amend the handling of c-beginning/end-of-defun in nested declaration
13533 scopes.
13534
13535 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13536 cc-langs.el. Change it to a defcustom.
13537
13538 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13539 cc-vars.el.
13540
13541 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13542 Prevent "class foo : bar" being spuriously recognized as a label.
13543
13544 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13545 Add parameter `inclusive' (to include enclosing braces in the region).
13546 (c-widen-to-enclosing-decl-scope): New function.
13547 (c-while-widening-to-decl-block): New macro.
13548 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13549 outward for defun boundaries, and correspondingly change symbol
13550 `respect-enclosure' to `go-outward'.
13551 (c-declaration-limits): Change algorithm to report only the "innermost"
13552 defun's boundaries.
13553
13554 2011-10-28 Deniz Dogan <deniz@dogan.se>
13555
13556 * net/rcirc.el (rcirc-mode): Use hard newlines.
13557
13558 2011-10-28 Alan Mackenzie <acm@muc.de>
13559
13560 Amend to indent and fontify macros "which include their own semicolon"
13561 correctly, using the "virtual semicolon" mechanism.
13562
13563 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13564
13565 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13566 Recode to scan one line at a time rather than having \n and \r
13567 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13568 (c-forward-label): Amend for virtual semicolons.
13569 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13570
13571 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13572 of the new C macros.
13573
13574 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13575 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13576 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13577 (c-opt-cpp-macro-define): Make into a full language variable.
13578 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13579 AWK Mode (including \n, \r) removed, no longer needed.
13580
13581 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13582 Invoke c-make-macro-with-semi-re.
13583
13584 * progmodes/cc-vars.el (c-macro-with-semi-re):
13585 (c-macro-names-with-semicolon): New variables.
13586 (c-make-macro-with-semi-re): New function.
13587
13588 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * vc/log-edit.el: Fill empty field rather than adding new one.
13591 (log-edit-add-field): New function.
13592 (log-edit-insert-changelog): Use it.
13593
13594 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13595
13596 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13597
13598 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13601 (gdb--check-interpreter): New function.
13602 (gdb): Use it.
13603
13604 2011-10-27 Glenn Morris <rgm@gnu.org>
13605
13606 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13607 (least-positive-float, least-negative-float)
13608 (least-positive-normalized-float, least-negative-normalized-float)
13609 (float-epsilon, float-negative-epsilon):
13610 Remove unnecessary declarations.
13611
13612 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13613 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13614 (least-positive-float, least-negative-float)
13615 (least-positive-normalized-float, least-negative-normalized-float)
13616 (float-epsilon, float-negative-epsilon): Add doc-strings,
13617 based on those in cl.texi.
13618
13619 * files.el (set-visited-file-name): If the major-mode changed,
13620 reload the local variables. (Bug#9796)
13621
13622 2011-10-27 Chong Yidong <cyd@gnu.org>
13623
13624 * subr.el (change-major-mode-after-body-hook): New hook.
13625 (run-mode-hooks): Run it.
13626
13627 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13628 Use change-major-mode-before-body-hook.
13629
13630 * simple.el (fundamental-mode):
13631 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13632 change introducing fundamental-mode-hook.
13633
13634 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13635
13636 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13637
13638 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13639
13640 * ido.el (ido-file-name-all-completions-1): Do not require
13641 tramp.el explicitly. (Bug#7583)
13642
13643 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * progmodes/octave-mod.el:
13646 * progmodes/octave-inf.el: Update maintainer.
13647
13648 2011-10-26 Chong Yidong <cyd@gnu.org>
13649
13650 * subr.el (with-wrapper-hook): Rewrite doc.
13651
13652 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13653
13654 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13655 filenames "/method:foo:". (Bug#9793)
13656
13657 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13660 (bug#9865).
13661
13662 2011-10-24 Glenn Morris <rgm@gnu.org>
13663
13664 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13665
13666 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13667
13668 * notifications.el: Add the requirement of a running D-Bus session
13669 bus to the Commentary.
13670
13671 2011-10-24 Juri Linkov <juri@jurta.org>
13672
13673 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13674 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13675 (Bug#9364)
13676
13677 2011-10-24 Juri Linkov <juri@jurta.org>
13678
13679 * info.el (Info-following-node-name-re): Add newline to the list
13680 of allowed characters for leading space. (Bug#9824)
13681
13682 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13683
13684 * progmodes/octave-inf.el (inferior-octave-mode-map):
13685 Fix C-c C-h binding.
13686 * progmodes/octave-mod.el (octave-help): Remove.
13687
13688 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13689
13690 Sync with Tramp 2.2.3.
13691
13692 * net/tramp-cache.el (top): Pacify byte-compiler using
13693 `init-file-user' and `site-run-file'.
13694
13695 * net/trampver.el: Update release number.
13696
13697 2011-10-23 Chong Yidong <cyd@gnu.org>
13698
13699 * files.el (toggle-read-only): Remove obsolete comment about
13700 version control.
13701
13702 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13703 for toggle-read-only. Note that this hasn't called vc-next-action
13704 since 2008-05-02, though it wasn't documented at the time.
13705
13706 * vc/ediff-init.el (ediff-toggle-read-only-function):
13707 Use toggle-read-only.
13708
13709 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13710
13711 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13712 of c-parse-state.
13713
13714 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13715 correct faulty logical expression.
13716 (c-parse-state-state, c-record-parse-state-state):
13717 (c-replay-parse-state-state): New defvar/defuns.
13718 (c-debug-parse-state): Use new functions.
13719
13720 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13721
13722 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13723 last fix. Use window-in-direction correctly.
13724
13725 2011-10-21 Chong Yidong <cyd@gnu.org>
13726
13727 * progmodes/idlwave.el (idlwave-mode):
13728 * progmodes/vera-mode.el (vera-mode): No need to set
13729 require-final-newline; that's done in prog-mode.
13730 Suggested by Stefan Monnier.
13731
13732 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13733
13734 * mouse.el (mouse-drag-window-above)
13735 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13736 (mouse-drag-mode-line-1, mouse-drag-header-line)
13737 (mouse-drag-vertical-line-rightward-window): Remove.
13738 (mouse-drag-line): New function.
13739 (mouse-drag-mode-line, mouse-drag-header-line)
13740 (mouse-drag-vertical-line): Call mouse-drag-line.
13741 * window.el (window-at-side-p, windows-at-side): New functions.
13742
13743 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13744
13745 * tar-mode.el (tar-grind-file-mode):
13746 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13747
13748 2011-10-21 Chong Yidong <cyd@gnu.org>
13749
13750 * progmodes/idlwave.el (idlwave-mode):
13751 * progmodes/vera-mode.el (vera-mode):
13752 Use mode-require-final-newline.
13753
13754 2011-10-20 Glenn Morris <rgm@gnu.org>
13755
13756 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13757
13758 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13759
13760 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13761
13762 2011-10-20 Chong Yidong <cyd@gnu.org>
13763
13764 * emulation/cua-base.el (cua-mode):
13765 * mail/footnote.el (footnote-mode):
13766 * mail/mailabbrev.el (mail-abbrevs-mode):
13767 * net/xesam.el (xesam-minor-mode):
13768 * progmodes/bug-reference.el (bug-reference-mode):
13769 * progmodes/cap-words.el (capitalized-words-mode):
13770 * progmodes/compile.el (compilation-minor-mode)
13771 (compilation-shell-minor-mode):
13772 * progmodes/gud.el (gud-tooltip-mode):
13773 * progmodes/hideif.el (hide-ifdef-mode):
13774 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13775 * progmodes/subword.el (subword-mode):
13776 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13777 * progmodes/which-func.el (which-function-mode):
13778 * term/tvi970.el (tvi970-set-keypad-mode):
13779 * term/vt100.el (vt100-wide-mode):
13780 * textmodes/flyspell.el (flyspell-mode):
13781 * textmodes/ispell.el (ispell-minor-mode):
13782 * textmodes/nroff-mode.el (nroff-electric-mode):
13783 * textmodes/paragraphs.el (use-hard-newlines):
13784 * textmodes/refill.el (refill-mode):
13785 * textmodes/reftex.el (reftex-mode):
13786 * textmodes/rst.el (rst-minor-mode):
13787 * textmodes/sgml-mode.el (html-autoview-mode)
13788 (sgml-electric-tag-pair-mode):
13789 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13790 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13791 * emulation/crisp.el (crisp-mode):
13792 * emacs-lisp/eldoc.el (eldoc-mode):
13793 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13794 minor mode behavior.
13795
13796 2011-10-19 Juri Linkov <juri@jurta.org>
13797
13798 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13799 the list of hard-coded chars with escape-glyph face.
13800
13801 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13804
13805 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13806
13807 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13808 running process.
13809
13810 2011-10-19 Glenn Morris <rgm@gnu.org>
13811
13812 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13813 Ignore ignored files. (Bug#9726)
13814
13815 2011-10-19 Chong Yidong <cyd@gnu.org>
13816
13817 Doc fix for minor modes, stating that an omitted argument enables
13818 the mode unconditionally when called from Lisp.
13819
13820 * abbrev.el (abbrev-mode):
13821 * allout.el (allout-mode):
13822 * autoinsert.el (auto-insert-mode):
13823 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13824 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13825 (global-auto-revert-mode):
13826 * battery.el (display-battery-mode):
13827 * composite.el (global-auto-composition-mode)
13828 (auto-composition-mode):
13829 * delsel.el (delete-selection-mode):
13830 * desktop.el (desktop-save-mode):
13831 * dired-x.el (dired-omit-mode):
13832 * dirtrack.el (dirtrack-mode):
13833 * doc-view.el (doc-view-minor-mode):
13834 * double.el (double-mode):
13835 * electric.el (electric-indent-mode, electric-pair-mode):
13836 * emacs-lock.el (emacs-lock-mode):
13837 * epa-hook.el (auto-encryption-mode):
13838 * follow.el (follow-mode):
13839 * font-core.el (font-lock-mode):
13840 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13841 * help.el (temp-buffer-resize-mode):
13842 * hilit-chg.el (highlight-changes-mode)
13843 (highlight-changes-visible-mode):
13844 * hi-lock.el (hi-lock-mode):
13845 * hl-line.el (hl-line-mode, global-hl-line-mode):
13846 * icomplete.el (icomplete-mode):
13847 * ido.el (ido-everywhere):
13848 * image-file.el (auto-image-file-mode):
13849 * image-mode.el (image-minor-mode):
13850 * iswitchb.el (iswitchb-mode):
13851 * jka-cmpr-hook.el (auto-compression-mode):
13852 * linum.el (linum-mode):
13853 * longlines.el (longlines-mode):
13854 * master.el (master-mode):
13855 * mb-depth.el (minibuffer-depth-indicate-mode):
13856 * menu-bar.el (menu-bar-mode):
13857 * minibuf-eldef.el (minibuffer-electric-default-mode):
13858 * mouse-sel.el (mouse-sel-mode):
13859 * msb.el (msb-mode):
13860 * mwheel.el (mouse-wheel-mode):
13861 * outline.el (outline-minor-mode):
13862 * paren.el (show-paren-mode):
13863 * recentf.el (recentf-mode):
13864 * reveal.el (reveal-mode, global-reveal-mode):
13865 * rfn-eshadow.el (file-name-shadow-mode):
13866 * ruler-mode.el (ruler-mode):
13867 * savehist.el (savehist-mode):
13868 * scroll-all.el (scroll-all-mode):
13869 * scroll-bar.el (scroll-bar-mode):
13870 * server.el (server-mode):
13871 * shell.el (shell-dirtrack-mode):
13872 * simple.el (auto-fill-mode, transient-mark-mode)
13873 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13874 (line-number-mode, column-number-mode, size-indication-mode)
13875 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13876 * strokes.el (strokes-mode):
13877 * time.el (display-time-mode):
13878 * t-mouse.el (gpm-mouse-mode):
13879 * tool-bar.el (tool-bar-mode):
13880 * tooltip.el (tooltip-mode):
13881 * type-break.el (type-break-mode-line-message-mode)
13882 (type-break-query-mode):
13883 * view.el (view-mode):
13884 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13885 (global-whitespace-mode, global-whitespace-newline-mode):
13886 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13887
13888 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13889 Fix autogenerated docstring.
13890
13891 2011-10-19 Juri Linkov <juri@jurta.org>
13892
13893 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13894 by checking environment variables "DESKTOP_SESSION" and
13895 "XDG_CURRENT_DESKTOP". (Bug#9779)
13896
13897 2011-10-19 Juri Linkov <juri@jurta.org>
13898
13899 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13900 (browse-url-chromium-program, browse-url-chromium-arguments):
13901 New defcustoms.
13902 (browse-url-default-browser): Check for `browse-url-chromium' and
13903 call `browse-url-chromium-program'.
13904 (browse-url-chromium): New command. (Bug#9779)
13905
13906 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13907
13908 * facemenu.el (list-colors-duplicates): On Windows, detect more
13909 duplicates by assuming that only colors matching "^System" are
13910 special "system colors". (Bug#9722)
13911
13912 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13915 to distinguish the author from the committer.
13916
13917 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13918
13919 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13920
13921 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13922
13923 * international/mule.el (sgml-html-meta-auto-coding-function):
13924 Add support for detecting encoding in HTML5 specified only as
13925 <meta charset="UTF-8">. Implementation just makes http-equiv and
13926 content-type parts from HTML4 encoding string optional. (Bug#9716)
13927
13928 2011-10-18 Glenn Morris <rgm@gnu.org>
13929
13930 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13931
13932 2011-10-18 Chong Yidong <cyd@gnu.org>
13933
13934 * faces.el (cursor): Doc fix.
13935
13936 2011-10-17 Chong Yidong <cyd@gnu.org>
13937
13938 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13939
13940 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13941
13942 * dirtrack.el (dirtrack): Support shell buffers with path
13943 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13944
13945 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13946
13947 * json.el: Bump version to 1.3 and note change in History.
13948 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13949
13950 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * comint.el (comint-insert-input, comint-send-input)
13953 (comint-get-old-input-default, comint-backward-matching-input)
13954 (comint-next-prompt): Use nil instead of `input' for field property of
13955 past user input (bug#114).
13956
13957 * minibuffer.el (completion--replace): Inherit surrounding properties
13958 (bug#114).
13959 (minibuffer-complete-and-exit): Use it.
13960
13961 * comint.el (comint--table-subvert): Quote the all-completions output
13962 (bug#9160).
13963
13964 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13965
13966 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13967
13968 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13969 window on right of selected. (Bug#9350) Reword other window
13970 entries and separate them from frame entries.
13971
13972 2011-10-15 Glenn Morris <rgm@gnu.org>
13973
13974 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13975 Doc fixes.
13976
13977 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13978
13979 * net/network-stream.el (network-stream-open-starttls):
13980 Improve detection of failure due to lack of TLS support.
13981
13982 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13983 putting the input text in front and in bold.
13984
13985 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13988
13989 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13990 empty buffer.
13991
13992 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13993 unread-command-events rather than pushing yet-another event.
13994
13995 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13996
13997 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13998 the explanation of the possible choices. Make the options passed
13999 to completing-read shorter.
14000
14001 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14002
14003 * textmodes/flyspell.el (flyspell-large-region): Make sure
14004 extended character mode is used if defined (Bug#1339).
14005
14006 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14007
14008 * simple.el (what-cursor-position): Fix the display of the
14009 character info for LRE, LRO, RLE, and RLO characters by appending
14010 an invisible PDF.
14011
14012 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14015 even in case of error; add debug spec; simplify data flow.
14016 (with-timeout-handler): Remove.
14017
14018 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
14019
14020 Fix Bug#6019, Bug#9315.
14021
14022 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14023 complete `buffer-file-name', the local file name part could look
14024 remotely (for example on VMS).
14025
14026 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14027 `tramp-run-real-handler'.
14028 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14029 already quoted by '"'.
14030
14031 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14032 Let `file-name-handler-alist' be nil, the local file name part
14033 could look remotely (for example on VMS).
14034
14035 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14038 from here...
14039 (flyspell-post-command-hook): ...to here.
14040
14041 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14044 if not needed.
14045 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14046 using completion. Protect against "slow" callers.
14047 Remove the "message hack".
14048
14049 2011-10-11 Juri Linkov <juri@jurta.org>
14050
14051 * isearch.el (isearch-lazy-highlight-word): New variable.
14052 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14053 Use it. (Bug#9727)
14054
14055 2011-10-11 Glenn Morris <rgm@gnu.org>
14056
14057 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14058 like f90-previous-statement does.
14059
14060 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14061
14062 * eshell/eshell.el (eshell-command): History should be saved
14063 only in interactive use, to avoid error.
14064
14065 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14066
14067 * minibuffer.el (completion-file-name-table): Fix last change,
14068 i.e. ignore normal errors but not the other ones.
14069
14070 2011-10-10 Martin Rudalics <rudalics@gmx.at>
14071
14072 * window.el (special-display-buffer-names)
14073 (special-display-regexps): Remove some remnants of earlier
14074 changes from doc-strings.
14075 (quit-windows-on): New function.
14076
14077 * vc/vc.el (vc-revert, vc-rollback):
14078 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14079 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14080 (Bug#6183) (Bug#7074) (Bug#7447)
14081
14082 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14083
14084 * window.el (frame-auto-hide-function): Add version tag.
14085 (Bug#9699)
14086
14087 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14088
14089 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14090 condition.
14091
14092 2011-10-09 Leo Liu <sdl.web@gmail.com>
14093
14094 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14095 (Bug#9701)
14096
14097 2011-10-08 Glenn Morris <rgm@gnu.org>
14098
14099 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14100 before the first code statement zero indent. (Bug#9690)
14101
14102 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14103
14104 * simple.el (count-words-region): Always count in the region.
14105 Report the number of lines and characters too.
14106 (count-words): New command, which counts in the buffer if the
14107 region is inactive, as count-words-region used to.
14108 (count-words--message): New function. Handle plurals.
14109 (count-lines-region): Make it an alias for count-words-region.
14110
14111 * bindings.el (esc-map): Replace count-lines-region with
14112 count-words-region.
14113
14114 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14115
14116 * window.el (window--delete): Delete dedicated frame
14117 unconditionally when argument KILL is non-nil. (Bug#9699)
14118 (switch-to-buffer): Fix doc-string typo.
14119
14120 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14121
14122 * eshell/eshell.el (eshell-command): Avoid using hooks.
14123
14124 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14125
14126 * bindings.el ([M-left],[M-right]): Bind to left-word and
14127 right-word respectively.
14128
14129 2011-10-07 Glenn Morris <rgm@gnu.org>
14130
14131 * cus-start.el (debug-on-quit): Fix custom type.
14132
14133 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14134
14135 * subr.el (define-key-after): Clarify that the function is not
14136 useful for non-menu keymaps.
14137
14138 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14139
14140 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14141
14142 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14143 in current minibuffer (Fix bug with recursive minibuffers).
14144
14145 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14146
14147 * progmodes/gdb-mi.el (gdb): Doc fix.
14148
14149 2011-10-05 Martin Rudalics <rudalics@gmx.at>
14150
14151 * window.el (frame-auto-hide-function): New option replacing
14152 frame-auto-delete. Suggested by Stefan Monnier.
14153 (window--delete): Call frame-auto-hide-function instead of
14154 investigating frame-auto-delete.
14155 (window-point-1, set-window-point-1): New functions.
14156 (window-in-direction, record-window-buffer, window-state-get-1)
14157 (display-buffer-record-window): Use window-point-1 instead of
14158 window-point.
14159 (set-window-buffer-start-and-point): Use set-window-point-1.
14160
14161 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14162
14163 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14164
14165 2011-10-05 Glenn Morris <rgm@gnu.org>
14166
14167 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14168 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14169
14170 2011-10-05 Leo Liu <sdl.web@gmail.com>
14171
14172 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14173 works with buffer object.
14174
14175 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14176
14177 * mpc.el (mpc-tool-bar-map): Add labels.
14178
14179 2011-10-04 Glenn Morris <rgm@gnu.org>
14180
14181 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14182
14183 2011-10-04 Martin Rudalics <rudalics@gmx.at>
14184
14185 * window.el (window--delete): New function.
14186 (frame-auto-delete): Resuscitate option.
14187 (bury-buffer, replace-buffer-in-windows)
14188 (quit-window): Rewrite using window--delete.
14189 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14190 Pass display-buffer-mark-dedicated to window--display-buffer-2
14191 (Bug#9639).
14192
14193 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14196 returns a list (bug#9554). Add remote file name completion.
14197 * comint.el (comint--table-subvert): Curry and get quote&unquote
14198 functions as arguments.
14199 (comint--complete-file-name-data): Adjust call accordingly.
14200 * pcomplete.el (pcomplete--table-subvert): Remove.
14201 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14202
14203 * minibuffer.el (completion-table-case-fold): Use currying.
14204 (completion--styles-type, completion--cycling-threshold-type):
14205 New constants.
14206 (completion-styles, completion-category-overrides)
14207 (completion-cycle-threshold): Use them.
14208 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14209 completion-table-case-fold.
14210
14211 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14212
14213 * minibuffer.el (completion-category-overrides): Fix type of styles
14214 and add more user friendly tags (bug#9660).
14215
14216 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14219 (mule-input-method-string): New widget.
14220 (default-input-method, language-info-custom-alist): Use it.
14221
14222 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * pcomplete.el: Require comint.
14225 (pcomplete--common-suffix): Remove.
14226 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14227 (pcomplete--table-subvert): Sync with comint--table-subvert.
14228 (pcomplete--entries): Use comint-completion-file-name-table.
14229 * comint.el (comint-unquote-filename): Simplify.
14230 (comint-completion-file-name-table): New function (bug#9616).
14231 (comint--complete-file-name-data): Use it.
14232
14233 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14234 (pcmpl-gnu-tar-buffer): Remove.
14235 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14236 around. Make sure pcomplete-suffix-list is only changed temporarily.
14237 Don't look inside the tar's file if it's too large.
14238
14239 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14240
14241 * cus-edit.el (custom-mode-map):
14242 * epa.el (epa-key-list-mode-map):
14243 * man.el (Man-mode-map):
14244 * startup.el (splash-screen-keymap):
14245 * simple.el (special-mode-map): Use scroll-up-command and
14246 scroll-down-command.
14247
14248 * progmodes/idlw-help.el (idlwave-help-mode-map):
14249 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14250 * net/newst-plainview.el (newsticker-mode-map):
14251 * emulation/ws-mode.el (wordstar-mode-map):
14252 * emulation/vi.el (vi-com-map):
14253 * calc/calc-graph.el (calc-graph-show-dumb):
14254 * term/sun.el (terminal-init-sun):
14255 * term/ns-win.el (global-map):
14256 * progmodes/grep.el (grep-mode-map):
14257 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14258 * mail/rmail.el (rmail-mode-map):
14259 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14260
14261 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14262 custom-safe-themes as special.
14263
14264 2011-10-01 Julien Danjou <julien@danjou.info>
14265
14266 * notifications.el (notifications-notify): Fix docstring.
14267
14268 2011-10-01 Per Starbäck <per@starback.se>
14269
14270 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14271
14272 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14273
14274 * startup.el (command-line-1): Fix last fix by inserting
14275 initial-scratch-message into *scratch* before displaying it.
14276 (Bug#9605) and (Bug#9636)
14277
14278 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14279
14280 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14281 window is hscrolled, move by logical lines. (Bug#9607)
14282 (line-move-visual): Update the doc string to the above effect.
14283
14284 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14285
14286 * window.el (display-buffer-record-window): When WINDOW is the
14287 selected window use `point' instead of `window-point'. (Bug#9626)
14288
14289 * startup.el (command-line-1): Use insert-before-markers when
14290 inserting initial-scratch-message. (Bug#9605)
14291
14292 * help.el (help-window): Remove variable.
14293
14294 2011-09-29 Glenn Morris <rgm@gnu.org>
14295
14296 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14297
14298 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14299
14300 * descr-text.el (describe-char-categories): Accept category
14301 descriptions more than one line long.
14302
14303 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * simple.el (delete-trailing-whitespace): Fix last change.
14306
14307 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14308 Don't confuse "y => 3" as the beginning of a `y' operation.
14309
14310 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14311 object has more than 4 slots (bug#9613).
14312
14313 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14314
14315 * subr.el (with-output-to-temp-buffer):
14316 * net/quickurl.el (quickurl, quickurl-browse-url):
14317 Fix typos in docstrings.
14318
14319 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14320
14321 * minibuffer.el (completion-styles)
14322 (completion-category-overrides): Cross reference each other in doc
14323 strings.
14324
14325 2011-09-27 Glenn Morris <rgm@gnu.org>
14326
14327 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14328 to split-string. (Bug#9606)
14329
14330 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14331
14332 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14333 (bug#9615).
14334
14335 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14336
14337 * emacs-lisp/package.el (list-packages): Fix echo area message.
14338
14339 2011-09-27 Leo Liu <sdl.web@gmail.com>
14340
14341 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14342
14343 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14344
14345 * net/dbus.el (dbus-unregister-object): Don't release services for
14346 registered signals. (Bug#9581)
14347
14348 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14349
14350 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14351 function that picks between cfengine 2 and 3 support
14352 automatically. Update docs accordingly.
14353
14354 2011-09-22 Kenichi Handa <handa@m17n.org>
14355
14356 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14357 ZERO.
14358 (indian-itrans-v5-table-for-tamil): New variable.
14359 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14360
14361 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14362
14363 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14364 that's true if the current command involved collapsing of text.
14365 It's reset to false at the beginning of the next command.
14366 (allout-post-command-business): Move the cursor to the beginning
14367 of entry if the cursor is hidden and collapsing activity just
14368 happened.
14369
14370 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14371
14372 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14373 tracking (Bug#9541).
14374
14375 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14376
14377 * net/newst-reader.el (newsticker-html-renderer)
14378 (newsticker-show-news): Automatically load html rendering package
14379 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14380 because w3m-fill-column is let-bound" and the error "Symbol's value
14381 as variable is void: w3m-fill-column".
14382
14383 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14384
14385 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14386 Release services only if they are defined. (Bug#9581)
14387
14388 2011-09-23 Richard Stallman <rms@gnu.org>
14389
14390 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14391 distinguish start of paragraph from start of its text.
14392
14393 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14394
14395 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14396 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14397 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14398
14399 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14400
14401 * international/mule-diag.el (mule-diag): Insert a newline after
14402 each fontset description.
14403
14404 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * simple.el (delete-trailing-whitespace):
14407 Document last change; simplify.
14408
14409 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14410
14411 * simple.el (delete-trailing-whitespace): Also delete
14412 extra newlines at the end of the buffer.
14413
14414 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14415 (picture-newline): Use forward-line so as to ignore fields.
14416
14417 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * subr.el (with-wrapper-hook): Fix edebug spec.
14420
14421 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14422
14423 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14424 (bug#4538).
14425
14426 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14427
14428 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14429 Fix nasty bug using wrong cached values.
14430
14431 2011-09-23 Alan Mackenzie <acm@muc.de>
14432
14433 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14434
14435 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14436
14437 * window.el (pop-to-buffer): Ensure right window is selected if we
14438 chose another frame.
14439
14440 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14441
14442 * simple.el (what-cursor-position): Use get-char-property-change
14443 and next-single-char-property-change, to be able to show display
14444 properties that come from overlays as well as text properties.
14445
14446 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14447
14448 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14449
14450 * cmuscheme.el (run-scheme, switch-to-scheme):
14451 * cus-edit.el (customize-group, custom-buffer-create)
14452 (customize-browse):
14453 * info.el (info):
14454 * shell.el (shell):
14455 * mail/sendmail.el (mail):
14456 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14457
14458 2011-09-22 Richard Stallman <rms@gnu.org>
14459
14460 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14461 move back only to line beg, don't move back over blank lines.
14462
14463 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14464
14465 * files.el (copy-directory): Set directory attributes only in case
14466 they could be retrieved from the source directory. (Bug#9565)
14467
14468 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14469
14470 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14471 (hs-find-block-beginning, hs-hide-level-recursive):
14472 Ignore strings as well as comments. (Bug#9502)
14473
14474 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14475
14476 * progmodes/sql.el (sql-comint-postgres):
14477 Convert port number to a string. (Bug#9566)
14478
14479 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14480
14481 * window.el (quit-window): Undedicate window when switching to
14482 previous buffer. Reported by Thierry Volpiatto
14483 <thierry.volpiatto@gmail.com>.
14484 (special-display-popup-frame): When popping up a new frame reset
14485 its previous buffers to nil. Simplify code.
14486
14487 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14488
14489 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14490 and process filter, as done also in `shell-command'.
14491
14492 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14493
14494 * window.el (set-window-buffer-start-and-point):
14495 Call set-window-start with NOFORCE argument t.
14496 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14497 (quit-window): Reword doc-string. Handle new format of
14498 quit-restore parameter. Don't delete window if it has a
14499 previous buffer we can show instead of the present one.
14500 (display-buffer-record-window): Rewrite using a new format for
14501 the quit-restore window parameter
14502 (special-display-popup-frame, display-buffer-same-window)
14503 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14504 (display-buffer-pop-up-window, display-buffer-use-some-window):
14505 Adapt symbol passed to display-buffer-record-window.
14506 * help.el (help-window-setup): Handle new format of quit-restore
14507 parameter.
14508
14509 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14510
14511 * faces.el (face-list): Fix docstring (bug#9564).
14512
14513 * window.el (display-buffer--action-function-custom-type):
14514 Don't include internal functions in the Custom interface.
14515
14516 2011-09-20 Juri Linkov <juri@jurta.org>
14517
14518 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14519 (Info-forward-node, Info-backward-node, Info-next-preorder)
14520 (Info-last-preorder): Use it. (Bug#9528)
14521
14522 2011-09-20 Juri Linkov <juri@jurta.org>
14523
14524 * info.el (Info-last-preorder): Visit last menu item only when
14525 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14526
14527 2011-09-20 Julien Danjou <julien@danjou.info>
14528
14529 * password-cache.el (password-cache-remove): Remove entries even if the
14530 value is nil, so that password with a nil value (negative caching) is
14531 possible to invalidate.
14532
14533 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14534
14535 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14536 all whitespace around breakpoint. (Bug#9553)
14537 (f90-find-breakpoint): Only break at whitespace inside a comment.
14538
14539 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * minibuffer.el (completion-file-name-table): Keep track of errors.
14542 (completion-table-with-predicate): Handle the case where pred1 is nil.
14543 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14544
14545 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14546
14547 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14548 (debugger-return-value): Signal an error if the debugging context does
14549 not await any return value.
14550
14551 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14552 * image-mode.el (image-toggle-display-text)
14553 (image-toggle-display-image): Stay away from evil `intangible'.
14554
14555 2011-09-19 Leo Liu <sdl.web@gmail.com>
14556
14557 * replace.el (occur-revert-arguments): Make it permanent-local.
14558 (occur-mode): Don't call font-lock-defontify.
14559
14560 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14561
14562 * net/ldap.el (ldap-search-internal): Don't push empty search
14563 result (Bug#9508).
14564
14565 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14568
14569 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14570
14571 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14572 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14573
14574 2011-09-18 Juri Linkov <juri@jurta.org>
14575
14576 * buff-menu.el (Buffer-menu-mode-map):
14577 * dired.el (dired-mode-map):
14578 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14579 (lisp-interaction-mode-map):
14580 * emacs-lisp/package.el (package-menu-mode-map):
14581 * epa.el (epa-key-list-mode-map):
14582 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14583 (menu-bar-options-menu):
14584 * outline.el (outline-mode-menu-bar-map):
14585 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14586 * vc/vc-dir.el (vc-dir-menu-map):
14587 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14588 Capitalize non-function content words in menu item strings.
14589
14590 * dired.el (dired-mode-map): Add menu item for
14591 `image-dired-dired-toggle-marked-thumbs'.
14592
14593 2011-09-18 Juri Linkov <juri@jurta.org>
14594
14595 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14596 to `isearch-case-fold-search' and restore its original value
14597 after the `isearch-mode' call.
14598
14599 2011-09-18 Juri Linkov <juri@jurta.org>
14600
14601 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14602 because `zgrep' returns 1 for successful matches (bug#9226).
14603
14604 2011-09-18 Juri Linkov <juri@jurta.org>
14605
14606 * info.el (Info-extract-menu-node-name): Check the second match
14607 for empty string (second test-case of bug#9528).
14608 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14609 intermediate nodes to the history (first test-case of bug#9528).
14610
14611 2011-09-18 Juri Linkov <juri@jurta.org>
14612
14613 * info.el (Info-mode-syntax-table): New variable.
14614 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14615
14616 2011-09-18 Juri Linkov <juri@jurta.org>
14617
14618 * info.el (Info-file-supports-index-cookies):
14619 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14620 outputs one more line for long file names (bug#4142).
14621
14622 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14623
14624 * newcomment.el (comment-normalize-vars): If prompting for
14625 comment-start, set comment-start-skip too (Bug#8424).
14626
14627 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14628
14629 * icomplete.el: Fix previous fix of Bug#5849.
14630 (icomplete-mode): Don't set completion-show-inline-help.
14631 (icomplete-minibuffer-setup): Set completion-show-inline-help
14632 locally during icompletion.
14633
14634 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14635
14636 * woman.el (woman2-process-escapes): Don't delete unrecognized
14637 escapes (Bug#7843).
14638
14639 * files.el (inhibit-first-line-modes-regexps): Add image files.
14640 (hack-local-variables-prop-line): Return nil for malformed
14641 prop-lines (Bug#9044).
14642
14643 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14644
14645 * net/tramp.el (top): Don't require 'shell.
14646 (tramp-methods): Fix docstring.
14647 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14648 Return complete remote file name. Handle "smb" case.
14649 Use `tramp-tmpdir', if defined for the respective method.
14650 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14651
14652 * net/tramp-compat.el (top): Require 'shell.
14653
14654 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14655 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14656 `tramp-current-host'.
14657 (tramp-get-remote-tmpdir): Remove.
14658
14659 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14660 `tramp-tmpdir' entries.
14661 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14662 (tramp-smb-handle-file-attributes): Ignore errors.
14663 (tramp-smb-wait-for-output): Check also for process end.
14664
14665 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14666
14667 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14668 when sending QUIT (bug#9312).
14669
14670 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14671
14672 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14673 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14674 occur-mode-display-occurrence.
14675 (occur-edit-mode): Add usage message.
14676 (occur-cease-edit): New command.
14677 (occur-after-change-function): Use text properties to find the
14678 position of the prefix text.
14679 (occur-engine): Set stickiness of prefix text properties.
14680
14681 2011-09-17 Glenn Morris <rgm@gnu.org>
14682
14683 * progmodes/etags.el (complete-tag):
14684 Fix call to completion-in-region. (Bug#9526)
14685
14686 2011-09-17 Juri Linkov <juri@jurta.org>
14687
14688 * textmodes/ispell.el (ispell-word): Add to the error message
14689 the word, ispell program name and current dictionary (bug#9121).
14690 (ispell-tex-arg-end): Capitalize "error" in the error message.
14691
14692 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14693
14694 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14695 check. (Bug#4251)
14696
14697 2011-09-17 Juri Linkov <juri@jurta.org>
14698
14699 * window.el (window-safe-min-height, window-safe-min-width):
14700 Fix typos (followup to bug#9522).
14701
14702 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14703
14704 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14705
14706 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14707
14708 * simple.el (line-move): If goal-column is set, move by logical
14709 lines, not by display lines. (Bug#971)
14710 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14711 to reflect the above change.
14712
14713 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * image.el (imagemagick-register-types): Use regexp-opt.
14716
14717 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14718
14719 * window.el (display-buffer-base-action): Rename from
14720 display-buffer-default-action. Make default value empty.
14721 (display-buffer-overriding-action): Convert to defvar.
14722 (display-buffer-fallback-action): New var.
14723
14724 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14725
14726 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14727 declaration.
14728 (package--add-to-archive-contents): If there is a duplicate entry
14729 with an older version, remove it.
14730 (package-menu-mark-delete, package-menu-mark-install)
14731 (package-menu-mark-unmark): Make unused args optional.
14732 (package-menu-mark-obsolete-for-deletion):
14733 Use package-menu-get-status instead of a regexp search.
14734 (package-menu-get-status): Use tabulated-list-entry.
14735 (package-menu-mark-upgrades): New command.
14736 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14737 (package-menu-execute): Do installation before deletion.
14738 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14739 instead of checking major-mode.
14740 (package-menu--find-upgrades): New function.
14741
14742 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14743
14744 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14745 passwords in the log buffer.
14746 (smtpmail-process-filter): Update the process marker so that the
14747 "broken by peer" status message is inserted in the right place.
14748
14749 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14750
14751 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14752 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14753 bibtex-completion-at-point-function.
14754 (bibtex-completion-at-point-function): Use them.
14755
14756 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14757
14758 * mpc.el (mpc-constraints-tag-lookup): New function.
14759 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14760 also to browser "album|playlist".
14761
14762 2011-09-14 Juri Linkov <juri@jurta.org>
14763
14764 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14765 (isearch-edit-string): Use length of `isearch-string' when
14766 `isearch-fail-pos' returns nil.
14767 (isearch-message): Remove duplicate code and call
14768 `isearch-fail-pos' with arg `t'.
14769
14770 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14771
14772 * replace.el (occur-mode-goto-occurrence): Don't force using other
14773 window (Bug#9499).
14774
14775 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14776
14777 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14778
14779 * window.el (display-buffer-window): Remove.
14780 (display-buffer-record-window): Use help-setup window parameter
14781 instead of variable display-buffer-window.
14782 (display-buffer-function, special-display-buffer-names)
14783 (special-display-function): Mention help-setup parameter instead
14784 of display-buffer-window in doc-string.
14785 * help.el (help-window-setup): New argument help-window.
14786 Use help-window-setup parameter instead of display-buffer-window.
14787 Reword some messages.
14788 (with-help-window): Pass window used for displaying the buffer
14789 to help-window-setup. Don't set display-buffer-window.
14790
14791 2011-09-13 Glenn Morris <rgm@gnu.org>
14792
14793 * emacs-lisp/debug.el (debugger-make-xrefs):
14794 Preserve point. (Bug#9462)
14795
14796 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14797
14798 * window.el (window-deletable-p): Use next-frame.
14799
14800 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14801
14802 * window.el (window-auto-delete): Remove.
14803 (window-deletable-p): Remove argument FORCE. Don't deal with
14804 dedication and previous buffers.
14805 (switch-to-prev-buffer): Don't delete window.
14806 (delete-windows-on): Delete a window's frame if and only if the
14807 window is dedicated.
14808 (replace-buffer-in-windows): Delete buffer's window or frame if
14809 and only if window is dedicated.
14810 (quit-window): Handle quit-restore as before last change.
14811 (bury-buffer): Delete window only if window-deletable-p returns t.
14812
14813 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14814
14815 * window.el (window-deletable-p): Never delete the last frame on a
14816 given terminal.
14817
14818 2011-09-13 Glenn Morris <rgm@gnu.org>
14819
14820 * help.el (describe-key-briefly): Copy previous standard-output change.
14821
14822 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14823
14824 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14825
14826 2011-09-13 Glenn Morris <rgm@gnu.org>
14827
14828 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14829 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14830
14831 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14832
14833 * dired-aux.el (dired-mark-read-string): Don't return default
14834 value on empty input (Bug#9361).
14835 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14836 Omit initial minibuffer contents.
14837 (dired-do-chmod): Signal an error on empty input.
14838 (dired-mark-read-string): Don't return default on empty input.
14839
14840 * files.el (file-modes-symbolic-to-number): Doc fix.
14841
14842 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * international/mule-cmds.el (ucs-completions): Remove.
14845 (read-char-by-name): Use complete-with-action instead; add metadata.
14846
14847 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14848
14849 * window.el (display-buffer--action-function-custom-type)
14850 (display-buffer--action-custom-type): New vars.
14851 (display-buffer-alist, display-buffer-default-action)
14852 (display-buffer-overriding-action): Add defcustom types.
14853
14854 * frame.el (delete-other-frames): Doc fix (Bug#276).
14855
14856 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14857
14858 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14859
14860 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14861
14862 Change modes that used same-window-* vars to use switch-to-buffer.
14863
14864 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14865 Use switch-to-buffer.
14866
14867 * cus-edit.el (customize-group, custom-buffer-create)
14868 (customize-browse, custom-buffer-create-other-window):
14869 Use switch-to-buffer or switch-to-buffer-other-window.
14870
14871 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14872 (Info-prev, Info-up, Info-speedbar-goto-node)
14873 (info-display-manual): Use switch-to-buffer.
14874 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14875
14876 * mail/sendmail.el (mail): Use switch-to-buffer.
14877 (mail-recover): Use switch-to-buffer-other-window.
14878
14879 * cmuscheme.el (run-scheme, switch-to-scheme):
14880 * ielm.el (ielm):
14881 * shell.el (shell):
14882 * net/rlogin.el (rlogin):
14883 * net/telnet.el (telnet, rsh):
14884 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14885
14886 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14887
14888 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14889
14890 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14891
14892 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14893 so don't mention it (bug#9301).
14894 (dired-sort-toggle-or-edit): Clarify string further.
14895
14896 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14897 match `x', `w32' and `ns', like the manual says (bug#9029).
14898
14899 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14900 (process-kill-buffer-query-function): Mention the buffer name in
14901 the query.
14902
14903 * image-mode.el (image-next-line): The line parameter is mandatory
14904 (bug#9258).
14905
14906 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14907 which can be useful (bug#9301).
14908
14909 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14910
14911 * subr.el (match-string): Mention that the current buffer should
14912 be the same as the search was done in (bug#9282).
14913
14914 * facemenu.el: Disable the remove-* commands if the mark isn't
14915 active (bug#9162).
14916
14917 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14918
14919 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14920 of display-buffer.
14921 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14922
14923 * replace.el (occur-mode-goto-occurrence)
14924 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14925 and display-buffer.
14926
14927 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14928 display-buffer.
14929
14930 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14931 special-display and same-window variables.
14932 (mail-other-window): Use switch-to-buffer-other-window.
14933 (mail-other-frame): USe switch-to-buffer-other-frame.
14934
14935 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14936 Use display-buffer-other-frame.
14937 (gdb-display-gdb-buffer): Use pop-to-buffer.
14938
14939 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14940
14941 * progmodes/python.el: Don't set same-window-buffer-names.
14942
14943 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14944
14945 * window.el (display-buffer-alist): Add *Python*.
14946
14947 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14948
14949 * window.el (display-buffer-alist): Add entry for buffers
14950 previously handled same-window-*.
14951 (display-buffer-alist, display-buffer-default-action)
14952 (display-buffer-overriding-action): Mark as risky.
14953 (display-buffer-alist): Document action function changes.
14954 (display-buffer--same-window-action)
14955 (display-buffer--other-frame-action): New variables.
14956 (switch-to-buffer, display-buffer-other-frame): Use them.
14957 (display-buffer): Rename reuse-frame entry to reusable-frames.
14958 (display-buffer-reuse-selected-window): Function deleted.
14959 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14960 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14961 (display-buffer-special): New function.
14962 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14963 display-buffer-reuse-or-pop-window. Split off special-display
14964 part into display-buffer-special.
14965 (display-buffer-use-some-window): Don't perform any special
14966 pop-up-frames handling.
14967 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14968 (display-buffer--maybe-same-window): Rename from
14969 display-buffer-maybe-same-window.
14970
14971 * info.el: Don't set same-window-regexps.
14972 (info-setup): New function.
14973 (info-other-window, info): Call it.
14974
14975 * cus-edit.el: Don't set same-window-regexps.
14976 (customize-group): New argument.
14977 (customize-group-other-window): Use it.
14978 (customize-face, customize-face-other-window): Likewise.
14979 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14980
14981 * net/rlogin.el:
14982 * net/telnet.el:
14983 * progmodes/gud.el: Don't set same-window-regexps.
14984
14985 * cmuscheme.el:
14986 * ielm.el:
14987 * shell.el:
14988 * mail/sendmail.el:
14989 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14990
14991 2011-09-10 Juri Linkov <juri@jurta.org>
14992
14993 * isearch.el (isearch-edit-string): Remove obsolete mention of
14994 `C-w' (`isearch-yank-word-or-char') from docstring.
14995 (isearch-query-replace): Fix typo in docstring (bug#9466).
14996
14997 2011-09-10 Juri Linkov <juri@jurta.org>
14998
14999 * paren.el (show-paren-function): Don't show escaped parens.
15000 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
15001
15002 2011-09-10 Eli Zaretskii <eliz@gnu.org>
15003
15004 * mail/sendmail.el (mml-to-mime, mml-attach-file)
15005 (mm-default-file-encoding): Remove autoload forms, they are
15006 replaced with autoload cookies in mml.el and mm-encode.el.
15007 (mail-add-attachment): New command.
15008 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15009 (mail-mode): Mention mail-insert-file and mail-add-attachment in
15010 the doc string.
15011 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15012
15013 2011-09-10 Reuben Thomas <rrt@sc3d.org>
15014
15015 * simple.el (count-words-region): Use buffer if there's no region
15016 (bug#9429).
15017
15018 2011-09-09 Juri Linkov <juri@jurta.org>
15019
15020 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15021 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15022 (wdired-isearch-filter-read-only): New function. (Bug#6362)
15023
15024 2011-09-09 Alan Mackenzie <acm@muc.de>
15025
15026 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15027 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
15028
15029 2011-09-09 Eli Zaretskii <eliz@gnu.org>
15030
15031 Fix for Savannah bug#9392.
15032 * simple.el (mail-encode-mml): New defvar.
15033
15034 * mail/rmail.el (mail-encode-mml): Add a defvar.
15035 (rmail-enable-mime-composing): Default to t.
15036 (rmail-forward): Use MIME method of forwarding only if both
15037 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15038 Set mail-encode-mml non-nil if the MIME method was used.
15039
15040 * mail/sendmail.el (mml-to-mime): Add autoload form.
15041 (mail-encode-mml): Add a defvar.
15042 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15043 to nil.
15044 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15045 message through mml-to-mime, and reset mail-encode-mml to nil.
15046
15047 2011-09-09 Glenn Morris <rgm@gnu.org>
15048
15049 * woman.el (woman-if-body): When processing an .el block,
15050 do not delete the next .el block as well. (Bug#9447)
15051 (woman-special-characters): Add oq, cq, and hy characters.
15052
15053 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15054
15055 * window.el (window-deletable-p): Make sure window is live before
15056 invoking window-prev-buffers.
15057
15058 2011-09-08 Leo Liu <sdl.web@gmail.com>
15059
15060 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
15061
15062 2011-09-08 Juri Linkov <juri@jurta.org>
15063
15064 * progmodes/compile.el (compilation-environment): Make it
15065 a defcustom (bug#8340).
15066
15067 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15068
15069 * window.el (frame-auto-delete): Rename to window-auto-delete.
15070 Make it control auto-deletion of windows and/or frames.
15071 (window-deletable-p): New argument FORCE. Rewrite conditions
15072 for deleting window/frame. (Bug#9419)
15073 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15074 Rewrite handling of case when window/frame can be deleted.
15075 (delete-windows-on): Call window-deletable-p with new FORCE
15076 argument t. (Bug#9456)
15077
15078 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
15079
15080 * help-mode.el (help-mode): Restore autoload.
15081
15082 2011-09-07 Juri Linkov <juri@jurta.org>
15083
15084 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15085 `compilation-environment'. Set buffer-local
15086 `compilation-environment' to `thisenv' later after (funcall mode).
15087 (Bug#8340)
15088
15089 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15090 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15091 instead of replacing its value. (Bug#8340)
15092
15093 2011-09-07 Juri Linkov <juri@jurta.org>
15094
15095 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15096 based on text properties put by `grep-filter' instead of matching
15097 escape sequences.
15098 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15099 to the value of `grep-error-screen-columns' (bug#9438).
15100
15101 2011-09-07 Juri Linkov <juri@jurta.org>
15102
15103 * simple.el (next-error-highlight, next-error-highlight-no-select):
15104 Doc fix (bug#9432).
15105
15106 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15107
15108 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15109 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15110
15111 2011-09-07 Leo Liu <sdl.web@gmail.com>
15112
15113 * net/rcirc.el (rcirc-mode): Conditionally initialize
15114 rcirc-input-ring.
15115
15116 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * emacs-lisp/find-func.el (find-function-C-source): Only set
15119 find-function-C-source-directory after checking that we found a source
15120 file there (bug#9440).
15121
15122 2011-09-06 Alan Mackenzie <acm@muc.de>
15123
15124 * isearch.el (isearch-other-meta-char): Wherever a key list is
15125 unread, "unread" the prefix arg, too. This fixes bug #8901.
15126
15127 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15128
15129 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15130
15131 2011-09-05 Juri Linkov <juri@jurta.org>
15132
15133 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15134
15135 2011-09-05 Juri Linkov <juri@jurta.org>
15136
15137 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15138 keeping point where processing of grep matches begins, and
15139 continue to delete remaining escape sequences from the same point.
15140 (grep-filter): Make leading zero optional in "0?1;31m" because
15141 git-grep emits "\033[1;31m" escape sequences unlike expected
15142 "\033[01;31m" as GNU Grep does (bug#9408).
15143 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15144
15145 2011-09-05 Juri Linkov <juri@jurta.org>
15146
15147 * subr.el (y-or-n-p): Capitalize "yes".
15148
15149 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
15150
15151 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15152 `tramp-cache-unload-hook' where appropriate.
15153 (tramp-methods): Rename `tramp-remote-sh' to
15154 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15155 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15156
15157 * net/tramp-sh.el (top): Don't require 'shell.
15158 (tramp-methods): Add `tramp-remote-shell' and
15159 `tramp-remote-shell-args' entries.
15160 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15161 (tramp-sh-handle-shell-command): Remove.
15162 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15163 Use `tramp-remote-shell'.
15164
15165 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
15166
15167 * mail/sendmail.el (sendmail-query-once-function): Delete.
15168 (sendmail-query-once): Save directly to send-mail-function.
15169 Update message-send-mail-function too.
15170
15171 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15172
15173 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15174
15175 * progmodes/python.el (python-mode-map): Use correct function to
15176 start python interpreter from menu-bar (as reported by Geert
15177 Kloosterman).
15178 (inferior-python-mode-map): Fix typo.
15179 (python-shell-map): Remove.
15180
15181 2011-09-03 Deniz Dogan <deniz@dogan.se>
15182
15183 * net/rcirc.el (rcirc-print): Simplify code for
15184 rcirc-scroll-show-maximum-output. There is no need to walk
15185 through all windows to find the right one.
15186
15187 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15188
15189 * help.el (help-return-method): Doc fix.
15190
15191 2011-09-03 Martin Rudalics <rudalics@gmx.at>
15192
15193 * window.el (window-deletable-p): Don't return a non-nil value
15194 when there's a buffer that was shown in the window before.
15195 (Bug#9419)
15196 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15197 Set window's previous buffers to nil.
15198
15199 2011-09-03 Eli Zaretskii <eliz@gnu.org>
15200
15201 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15202 newline before and after the tag line, so it doesn't interfere
15203 with determining the paragraph direction of bidirectional text.
15204
15205 2011-09-03 Leo Liu <sdl.web@gmail.com>
15206
15207 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15208
15209 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15210
15211 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15212 (pop-to-buffer): Change interactive spec. Pass second argument
15213 directly to display-buffer.
15214 (display-buffer): Fix interactive spec. Use functionp to
15215 distinguish between a function and a list of functions.
15216
15217 * abbrev.el (edit-abbrevs):
15218 * arc-mode.el (archive-extract):
15219 * autoinsert.el (auto-insert):
15220 * bookmark.el (bookmark-bmenu-list):
15221 * files.el (find-file):
15222 * view.el (view-buffer):
15223 * progmodes/compile.el (compilation-goto-locus):
15224 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15225
15226 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15227
15228 * window.el (display-buffer-alist): Doc fix.
15229 (display-buffer): Add docstring. Don't treat
15230 display-buffer-default specially.
15231 (display-buffer-reuse-selected-window)
15232 (display-buffer-same-window, display-buffer-maybe-same-window)
15233 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15234 (display-buffer-pop-up-window)
15235 (display-buffer-reuse-or-pop-window)
15236 (display-buffer-use-some-window): New functions.
15237 (display-buffer-default-action): Use them.
15238 (display-buffer-default): Delete.
15239 (pop-to-buffer-1): Fix choice of actions.
15240
15241 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * minibuffer.el (completion--insert-strings): Don't get confused by
15244 completion entries that end with an LF char.
15245
15246 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15247
15248 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15249
15250 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15251
15252 * window.el (display-buffer): Restore interactive spec.
15253 (display-buffer-same-window, display-buffer-other-window):
15254 New functions.
15255 (pop-to-buffer-1): New function. Use the above.
15256 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15257 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15258
15259 * view.el (view-buffer-other-window, view-buffer-other-frame):
15260 Just use pop-to-buffer.
15261
15262 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15263
15264 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15265
15266 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15267
15268 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15269
15270 2011-08-31 Richard Stallman <rms@gnu.org>
15271
15272 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15273 of the separation of rmail-view-buffer from rmail-buffer.
15274 If you say no to "replace original", the decrypt is in the
15275 view buffer. If you say yes, the decrypt goes into the
15276 rmail buffer also.
15277
15278 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15279
15280 * window.el (display-buffer-window): Rewrite doc-string.
15281 (display-buffer-record-window): New function.
15282 (display-buffer-macro-specifiers)
15283 (display-buffer-even-window-sizes, display-buffer-set-height)
15284 (display-buffer-set-width, display-buffer-in-window)
15285 (display-buffer-reuse-window, display-buffer-split-specifiers)
15286 (display-buffer-side-specifiers, display-buffer-split-window-1)
15287 (display-buffer-split-window, display-buffer-split-atom-window)
15288 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15289 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15290 (display-buffer-other-window-means-other-frame)
15291 (display-buffer-normalize-special)
15292 (display-buffer-normalize-default)
15293 (display-buffer-normalize-argument)
15294 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15295 (display-buffer-normalize-specifiers, display-buffer-frame)
15296 (display-buffer-same-window, display-buffer-same-frame)
15297 (display-buffer-other-window)
15298 (display-buffer-same-frame-other-window)
15299 (display-buffer-other-frame, pop-to-buffer-same-window)
15300 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15301 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15302 (switch-to-buffer-same-frame)
15303 (switch-to-buffer-other-window-same-frame)
15304 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15305 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15306 (display-buffer-alist-set): Remove.
15307 (display-buffer-function, special-display-buffer-names)
15308 (special-display-regexps, special-display-function):
15309 In doc-string refer to display-buffer-window and quit-restore
15310 parameter.
15311 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15312 (special-display-frame-alist, special-display-popup-frame)
15313 (same-window-buffer-names, same-window-regexps, same-window-p)
15314 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15315 (split-window-preferred-function, split-height-threshold)
15316 (split-width-threshold, window-splittable-p)
15317 (split-window-sensibly, window--try-to-split-window)
15318 (window--frame-usable-p, even-window-heights)
15319 (window--even-window-heights, window--display-buffer-1)
15320 (window--display-buffer-2, display-buffer-other-frame):
15321 Restore old Emacs 23 code, order and doc-strings where applicable.
15322 (display-buffer-default, display-buffer-assq-regexp): New functions.
15323 (display-buffer-alist): Rewrite doc-string.
15324 (display-buffer-default-action)
15325 (display-buffer-overriding-action): New variables.
15326 (display-buffer, switch-to-buffer): Rewrite.
15327 (pop-to-buffer): Restore Emacs 23 behavior but use
15328 window-normalize-buffer-to-display.
15329 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15330 Restore Emacs 23 behavior but use
15331 window-normalize-buffer-to-switch-to.
15332 (pop-to-buffer-same-window): Rewrite.
15333 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15334 Rewrite using Emacs 23 options.
15335
15336 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15337
15338 * net/tramp.el (tramp-root-regexp): Remove.
15339 (tramp-completion-file-name-regexp-unified)
15340 (tramp-completion-file-name-regexp-separate)
15341 (tramp-completion-file-name-regexp-url): Don't use leading volume
15342 letter on w32 systems. (Bug#5303, Bug#9311)
15343 (tramp-drop-volume-letter): Simplify definition.
15344 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15345
15346 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15349 (bug#9356).
15350
15351 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15352
15353 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15354
15355 2011-08-29 Juri Linkov <juri@jurta.org>
15356
15357 * isearch.el (isearch-done): Don't display message "Mark saved"
15358 when arg `edit' is non-nil to prevent its flicker in the echo area.
15359
15360 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15361
15362 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15363 obsolete packages for deletion.
15364
15365 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15366
15367 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15368 (help-mode): Derive help-mode from special-mode. Don't invoke
15369 view-mode from help-mode.
15370 (help-xref-override-view-map): Remove.
15371 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15372 view-mode is not used anymore.
15373
15374 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15375
15376 * server.el (server-port): Doc fix.
15377
15378 * cus-theme.el (custom-theme-choose-mode): Inherit from
15379 special-mode (Bug#9124).
15380 (custom-theme-choose-mode-map): Add special-mode to parent.
15381
15382 2011-08-28 Alan Mackenzie <acm@muc.de>
15383
15384 * progmodes/cc-fonts.el
15385 (c-make-font-lock-BO-decl-search-function): New function.
15386 (c-basic-matchers-after - "Fontify the clauses after various
15387 keywords"): Extract the three keyword lists for the 3 erroneous
15388 constructs from the list of four, and use the new function above
15389 in place of an old one.
15390
15391 2011-08-28 Deniz Dogan <deniz@dogan.se>
15392
15393 * net/rcirc.el (rcirc-insert-prev-input)
15394 (rcirc-insert-next-input): Remove unused argument.
15395
15396 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15397
15398 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15399
15400 2011-08-27 Alan Mackenzie <acm@muc.de>
15401
15402 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15403 handle function pointer parameters properly.
15404
15405 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15406
15407 * window.el (display-buffer-reuse-window): Fix case where
15408 selected window was reused with non-nil OTHER-WINDOW argument.
15409 (Bug#9381)
15410
15411 2011-08-27 Deniz Dogan <deniz@dogan.se>
15412
15413 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15414 oftc's NickServ messages.
15415
15416 2011-08-27 Glenn Morris <rgm@gnu.org>
15417
15418 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15419
15420 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15421
15422 * emacs-lisp/package.el (package-install): Call package-initialize
15423 if called interactively.
15424
15425 2011-08-26 Leo Liu <sdl.web@gmail.com>
15426
15427 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15428
15429 2011-08-25 Juri Linkov <juri@jurta.org>
15430
15431 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15432 `search-whitespace-regexp' (bug#9364).
15433
15434 2011-08-25 Juri Linkov <juri@jurta.org>
15435
15436 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15437 `regexp-search-ring' to their global values to protect from
15438 updating by `read-from-minibuffer' (bug#9185).
15439
15440 2011-08-25 Juri Linkov <juri@jurta.org>
15441
15442 * textmodes/ispell.el (ispell-command-loop): Add newline
15443 at the end of the "Use option `i'..." line.
15444
15445 2011-08-25 Juri Linkov <juri@jurta.org>
15446
15447 * battery.el (display-battery-mode): If `battery-status-function'
15448 or `battery-mode-line-format' is nil, display the message and set
15449 `display-battery-mode' to nil (bug#9363).
15450
15451 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15452
15453 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15454 bidi-string-mark-left-to-right; they are unnecessary now.
15455
15456 2011-08-25 Deniz Dogan <deniz@dogan.se>
15457
15458 * net/quickurl.el: Documentation typo fixes.
15459
15460 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15461
15462 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15463
15464 2011-08-25 Glenn Morris <rgm@gnu.org>
15465
15466 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15467
15468 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15469 (smtpmail-via-smtp): Handle nil response from smtp.
15470
15471 2011-08-24 Juri Linkov <juri@jurta.org>
15472
15473 * proced.el (proced-marked): Inherit from `error' instead of
15474 `font-lock-warning-face'.
15475
15476 * ibuffer.el (ibuffer-marked-face): Change default face from
15477 `font-lock-warning-face' to `warning'.
15478 (ibuffer-deletion-face): Change default face from
15479 `font-lock-type-face' to `error'.
15480
15481 * battery.el (battery-update): Use the face `error' instead of
15482 `font-lock-warning-face' (bug#6117).
15483
15484 2011-08-24 Juri Linkov <juri@jurta.org>
15485
15486 * faces.el (success): Change face color from "Green3" to
15487 "ForestGreen" on light background (bug#9353).
15488
15489 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15490
15491 * window.el (quit-window): Rename from quit-restore-window.
15492 Use same arglist as old quit-window.
15493 (frame-auto-delete): Doc fix.
15494
15495 * view.el (view-mode-exit): Use quit-window.
15496
15497 2011-08-24 Juri Linkov <juri@jurta.org>
15498
15499 * isearch.el (isearch-ring-adjust1): Start visiting previous
15500 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15501 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15502 for empty search string (when the last search string is reused
15503 automatically) to adjust the isearch ring to the last element and
15504 prepare the correct index for further M-p commands (bug#9185).
15505
15506 2011-08-24 Kenichi Handa <handa@m17n.org>
15507
15508 * international/ucs-normalize.el: If decomposition property of
15509 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15510 nil.
15511 (nfd, nfkd): Likewise.
15512
15513 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15516 from process filters aren't reliably transmitted to the surrounding
15517 accept-process-output.
15518 (mpc-proc-check): New function.
15519 (mpc-proc-sync): Use it (bug#8293)
15520
15521 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15522
15523 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15524 Add compatibility functions (bug#9313).
15525
15526 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15527
15528 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15529
15530 * international/uni-bidi.el: Regenerate.
15531
15532 2011-08-23 Kenichi Handa <handa@m17n.org>
15533
15534 * international/charprop.el:
15535 * international/uni-bidi.el:
15536 * international/uni-category.el:
15537 * international/uni-combining.el:
15538 * international/uni-comment.el:
15539 * international/uni-decimal.el:
15540 * international/uni-decomposition.el:
15541 * international/uni-digit.el:
15542 * international/uni-lowercase.el:
15543 * international/uni-mirrored.el:
15544 * international/uni-name.el:
15545 * international/uni-numeric.el:
15546 * international/uni-old-name.el:
15547 * international/uni-titlecase.el:
15548 * international/uni-uppercase.el: Regenerate.
15549
15550 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15551
15552 * help.el (help-window-setup): Fix message displayed when other
15553 window is reused. (Bug#9341)
15554
15555 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15558 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15559
15560 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15561 Mark obsolete.
15562 * shell.el (shell-parse-pcomplete-arguments): New function.
15563 (shell-completion-vars): Use it instead (bug#9160).
15564
15565 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15566
15567 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15568 strings and comments (bug#9333).
15569
15570 * emacs-lisp/debug.el (debug-arglist): New function.
15571 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15572 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15573
15574 2011-08-22 Juri Linkov <juri@jurta.org>
15575
15576 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15577 Revert regexp that highlights output switches to its old
15578 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15579
15580 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15581 to check for empty output (bug#9226).
15582
15583 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15584
15585 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15586 symbol-constituent as the default, as that stops font-lock from
15587 working properly (Bug#8843).
15588
15589 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15590
15591 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15592 `coding-system-for-*' around the process open call to avoid
15593 auth-source side effects.
15594 (smtpmail-try-auth-methods): Expand the secret password.
15595 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15596 probe hangs.
15597
15598 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15599
15600 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15601
15602 * emacs-lisp/find-func.el (find-function-noselect): New arg
15603 lisp-only.
15604
15605 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15606 signal an error for built-in functions (Bug#6664).
15607
15608 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15609
15610 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15611 (smtpmail-try-auth-methods): Use it.
15612
15613 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15614
15615 * font-lock.el (font-lock-fontify-region)
15616 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15617 (font-lock-default-unfontify-buffer)
15618 (font-lock-default-fontify-region)
15619 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15620
15621 * progmodes/compile.el (compilation-error-properties):
15622 Fix confusion between file struct and message struct (Bug#9319).
15623 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15624 `ant' regexp.
15625
15626 * net/browse-url.el (browse-url-firefox): Don't call
15627 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15628
15629 2011-08-20 Glenn Morris <rgm@gnu.org>
15630
15631 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15632
15633 * tutorial.el (tutorial--default-keys): Update some default bindings.
15634
15635 * files.el (hack-local-variables): Fully ignore case for "mode:".
15636
15637 2011-08-20 Alan Mackenzie <acm@muc.de>
15638
15639 Resolve invalid use of a regexp in regexp-opt.
15640
15641 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15642 detection for a java annotation.
15643
15644 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15645 detection for a java annotation.
15646
15647 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15648 handling for java.
15649 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15650
15651 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15652
15653 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15654 (Bug#9274).
15655
15656 2011-08-20 Alan Mackenzie <acm@muc.de>
15657
15658 Fontify CPP expressions correctly when starting in the middle of
15659 such a construct. Mainly for when jit-lock etc. starts a chunk
15660 here.
15661
15662 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15663 variable.
15664 (c-make-font-lock-search-form): New function, extracted from
15665 c-make-font-lock-search-function.
15666 (c-make-font-lock-search-function): Use the above function.
15667 (c-make-font-lock-context-search-function): New function.
15668 (c-cpp-matchers): Enhance the preprocessor expression case with
15669 the above function
15670 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15671 which takes an expression.
15672
15673 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15674
15675 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15676
15677 * window.el (display-buffer-reuse-window)
15678 (display-buffer-pop-up-window): Don't reuse or split a side
15679 window.
15680
15681 2011-08-19 Glenn Morris <rgm@gnu.org>
15682
15683 * files.el (hack-local-variables-prop-line, hack-local-variables):
15684 Downcase "Mode:". (Bug#9331)
15685
15686 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15687
15688 * international/characters.el: Add L and R categories.
15689
15690 * subr.el (bidi-string-mark-left-to-right): Rename from
15691 string-mark-left-to-right. Use category search.
15692
15693 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15694
15695 2011-08-18 Juri Linkov <juri@jurta.org>
15696
15697 * faces.el (error, warning, success): New faces with definitions
15698 copied from old default values of `font-lock-warning-face',
15699 `compilation-warning', `compilation-info' (bug#6117).
15700
15701 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15702
15703 * progmodes/compile.el (compilation-error): Inherit from `error'.
15704 (compilation-warning): Inherit from `warning'.
15705 (compilation-info): Inherit from `success'.
15706
15707 * dired.el (dired-marked): Inherit from `warning'.
15708 (dired-flagged): Inherit from `error'.
15709
15710 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15711
15712 * mail/smtpmail.el (auth-source): Require to avoid problems with
15713 binding variables (bug#9298). Also clean up some unused
15714 autoloads.
15715
15716 * net/network-stream.el (network-stream-open-starttls):
15717 Support using starttls.el without using gnutls-cli.
15718
15719 2011-08-17 Juri Linkov <juri@jurta.org>
15720
15721 * progmodes/grep.el (rgrep): Handle the case when
15722 `grep-find-command' is a cons cell (bug#9278).
15723
15724 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15725
15726 * window.el (display-buffer-pop-up-frame): Run frame creation
15727 function with BUFFER current (as special-display-popup-frame
15728 does). Reported by Drew Adams.
15729
15730 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15731
15732 * epa-mail.el: Simplify GnuPG group expansion using
15733 epg-expand-group.
15734 (epa-mail-group-alist, epa-mail-group-modtime)
15735 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15736 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15737 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15738 Remove.
15739
15740 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15741
15742 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15743
15744 2011-08-16 Alan Mackenzie <acm@muc.de>
15745
15746 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15747 Correct, to avoid the inside of macros.
15748
15749 2011-08-16 Richard Stallman <rms@gnu.org>
15750
15751 * epa-mail.el: Handle GnuPG group definitions.
15752 (epa-mail-group-alist, epa-mail-group-modtime)
15753 (epa-mail-gnupg-conf-file): New variables.
15754 (epa-mail-parse-groups, epa-mail-sync-groups)
15755 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15756 (epa-mail-expand-recipients): New functions.
15757 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15758
15759 * mail/rmail.el (rmail-epa-decrypt): New command.
15760
15761 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15762 Don't bind buffer-read-only, just inhibit-read-only.
15763 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15764 (epa-decrypt-armor-in-region): Make error message clearer.
15765
15766 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15769 and "a2b" to "ab" for `prefix'.
15770
15771 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15772
15773 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15774 filter groups.
15775 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15776 Fourquet (Bug#8804).
15777
15778 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15779
15780 * startup.el (argi): Declare as global variable (bug#9275).
15781
15782 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15783
15784 * subr.el (string-mark-left-to-right): Search the entire string
15785 for RTL script, not just the terminating character. Doc fix.
15786
15787 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15788
15789 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15790 New function.
15791 (js--regexp-literal, js-syntax-propertize-function): Remove.
15792 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15793 (js-mode-map): Don't rebind electric keys.
15794 (js-insert-and-indent): Remove.
15795 (js-mode): Setup electric-layout and electric-indent instead.
15796
15797 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15798
15799 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15800
15801 * epa.el (epa-progress-callback-function): Fix the logic of
15802 displaying progress.
15803 * epa-file.el (epa-file-insert-file-contents): Make progress
15804 display more user-friendly.
15805 (epa-file-write-region): Ditto.
15806
15807 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15808
15809 * subr.el (string-mark-left-to-right): New function.
15810
15811 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15812 Use string-mark-left-to-right.
15813 (list-buffers-noselect): Caller changed.
15814
15815 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15816 Use string-mark-left-to-right.
15817 (tabulated-list-print): Recenter after moving point.
15818
15819 2011-08-10 Juri Linkov <juri@jurta.org>
15820
15821 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15822 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15823 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15824
15825 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15826
15827 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15828 (Bug#7554).
15829
15830 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15831
15832 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15833 character. (Bug#6594)
15834
15835 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15836
15837 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15838 (image-dired--with-db-file): New macro.
15839 (image-dired-write-tags, image-dired-remove-tag)
15840 (image-dired-create-gallery-lists, image-dired-write-comments)
15841 (image-dired-get-comment, image-dired-mark-tagged-files)
15842 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15843 (image-dired-gallery-generate): Use insert-file-contents.
15844
15845 * time.el (display-time-world-list, display-time-world-display):
15846 * time-stamp.el (time-stamp-string):
15847 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15848 set-time-zone-rule (Bug#7337).
15849
15850 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15851
15852 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15853 (epg-error-to-string, epg-errors-to-string): New function.
15854 (epg-wait-for-completion): Reverse errors list.
15855 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15856 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15857 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15858 (epg-sign-keys, epg-generate-key-from-file)
15859 (epg-generate-key-from-string): Format errors by using
15860 epg-errors-to-string (bug#9255).
15861 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15862
15863 2011-08-07 Juri Linkov <juri@jurta.org>
15864
15865 * faces.el (list-faces-display): Remove extra angle bracket
15866 from `help-mode-map'.
15867
15868 * info.el (Info-history-toc-nodes): Doc fix.
15869
15870 * longlines.el (longlines-mode): Doc fix.
15871
15872 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15875 of statements and in a few more cases (bug#9183).
15876
15877 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15878 New functions.
15879 (cl-transform-lambda): Use them (bug#9239).
15880
15881 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15882
15883 * window.el (display-buffer-same-window)
15884 (display-buffer-same-frame, display-buffer-other-window)
15885 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15886 (pop-to-buffer-other-window)
15887 (pop-to-buffer-same-frame-other-window)
15888 (pop-to-buffer-other-frame): Make them defuns.
15889 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15890
15891 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15892
15893 * subr.el (make-composed-keymap): Move from C. Change calling
15894 convention, and improve docstring to bring attention to a subtle point.
15895 * minibuffer.el (completing-read-default): Adjust accordingly.
15896
15897 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15898
15899 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15900 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15901
15902 * net/trampver.el: Update release number.
15903
15904 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15907 "in" (bug#9190).
15908
15909 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15910
15911 * mail/sendmail.el (sendmail-query-once): Restore the current
15912 buffer after querying (bug#9074).
15913
15914 * dired.el (dired-flagged): Use different faces for marked and
15915 flagged files (bug#6117).
15916
15917 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15918 (bug#4433).
15919
15920 * ido.el (ido-mode): Switch off the message if called
15921 non-interactively.
15922
15923 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15924 before 587, since it appears that that's more likely to work for
15925 more people.
15926
15927 * cus-edit.el (custom-file): When running under emacs -q, always
15928 refuse to save the customizations, even if the .emacs file doesn't
15929 exist.
15930
15931 * info.el: Remove the `Info-beginning-of-buffer' function
15932 (bug#8325).
15933
15934 * net/network-stream.el (network-stream-open-starttls):
15935 Use `starttls-available-p' to see whether starttls.el can be used.
15936
15937 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15938
15939 * window.el (display-buffer-in-window): Don't set dedicated status
15940 of window here (Bug#9215).
15941 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15942 (display-buffer-pop-up-side-window)
15943 (display-buffer-in-side-window): Set dedicated status of window here.
15944
15945 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15948 before binding generated-autoload-file.
15949
15950 2011-08-01 Deniz Dogan <deniz@dogan.se>
15951
15952 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15953
15954 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15955
15956 Sync with Tramp 2.2.2.
15957
15958 * net/trampver.el: Update release number.
15959
15960 2011-07-30 Juri Linkov <juri@jurta.org>
15961
15962 * dired-aux.el (dired-touch-initial): Remove function.
15963 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15964 current time, and `default' to the last modification time of the
15965 current marked file (bug#6887).
15966
15967 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15968
15969 * simple.el (goto-line): Use string-to-number to provide a
15970 numeric argument to read-number (bug#9163).
15971
15972 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15973
15974 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15975 connection process, it could be nil.
15976
15977 2011-07-27 Leo Liu <sdl.web@gmail.com>
15978
15979 Simplify url handling in rcirc-mode.
15980
15981 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15982 (rcirc-browse-url-at-mouse): Remove.
15983 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15984
15985 2011-07-26 Alan Mackenzie <acm@muc.de>
15986
15987 Fontify bitfield declarations properly.
15988
15989 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15990 (c-symbol-chars): Now exported as a lang variable.
15991 (c-not-primitive-type-keywords): New lang variable.
15992
15993 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15994 QT keyword "more" to prevent "more slots: ...." being spuriously
15995 parsed as a bitfield declaration.
15996
15997 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15998 Refactor and enhance to handle bitfield declarations.
15999 (c-punctuation-in): New function.
16000 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16001 declarations properly.
16002
16003 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
16004
16005 * calendar/icalendar.el (icalendar--all-events): Take care of
16006 multiple vcalendars in a single file.
16007 (icalendar--convert-float-to-ical): Checkdoc fixes.
16008
16009 2011-07-25 Deniz Dogan <deniz@dogan.se>
16010
16011 * image.el (insert-image): Clarifying docstring.
16012
16013 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
16014
16015 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16016 `tramp-send-command-and-check' if there is no error.
16017 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16018
16019 2011-07-22 Alan Mackenzie <acm@muc.de>
16020
16021 Prevent cc-langs.elc being loaded at run time.
16022
16023 * progmodes/cc-mode.el: Remove two autoload forms which loaded
16024 cc-langs.
16025
16026 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16027 "(require 'cc-langs)". Quote a form so it will evaluate at
16028 (cc-mode's) compilation time.
16029
16030 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
16031
16032 * net/tramp.el (tramp-file-name-handler): Avoid recursive
16033 loading. (Bug#9114)
16034
16035 2011-07-21 Martin Rudalics <rudalics@gmx.at>
16036
16037 * window.el (display-buffer-pop-up-window)
16038 (display-buffer-pop-up-side-window)
16039 (display-buffer-in-side-window): Call display-buffer-set-height
16040 and display-buffer-set-width after setting the new window's
16041 buffer so `fit-window-to-buffer' and friends work on the right buffer.
16042
16043 2011-07-20 Sam Steingold <sds@gnu.org>
16044
16045 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16046 (etags-tags-included-tables): Call `convert-standard-filename' on
16047 the file names contained in TAGS so that windows Emacs can handle
16048 TAGS files created by cygwin ctags.
16049
16050 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16051
16052 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16053 which apparently didn't work.
16054
16055 2011-07-19 Roland Winkler <winkler@gnu.org>
16056
16057 * proced.el (proced-send-signal): For *Marked Processes* buffer
16058 put point at beginning of buffer.
16059
16060 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
16061
16062 * proced.el (proced-format): Make header lines align with the text
16063 (bug#1779).
16064
16065 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16066
16067 * view.el (view-buffer): Allow running in `special' modes if we're
16068 visiting a file (bug#8615).
16069
16070 2011-07-19 Martin Rudalics <rudalics@gmx.at>
16071
16072 * window.el (display-buffer-alist-of-strings-p)
16073 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16074 New functions.
16075 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16076 more accurately.
16077
16078 2011-07-18 Alan Mackenzie <acm@muc.de>
16079
16080 Fontify declarators properly when, e.g., a jit-lock chunk begins
16081 inside a declaration.
16082
16083 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16084
16085 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16086 New function.
16087 (c-complex-decl-matchers): Insert reference to
16088 c-font-lock-enclosing-decls.
16089
16090 * progmodes/cc-engine.el (c-backward-single-comment):
16091 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16092 to nil around calls to (forward-comment -1).
16093
16094 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16095
16096 * image.el (put-image): Doc typo fix.
16097
16098 * progmodes/etags.el (tags-search): Doc typo fix.
16099
16100 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16101 password if we get errors 550 to 554.
16102
16103 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16104
16105 * net/gnutls.el (gnutls-log-level): Remove.
16106
16107 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16108 indentation character (bug#6380).
16109
16110 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16111
16112 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16113 to clarify what the problem is (bug#4291).
16114
16115 * simple.el (current-kill): Clarify what
16116 `interprogram-paste-function' does (bug#7500).
16117 (auto-fill-mode): Document `auto-fill-function' in relation to
16118 `auto-fill-mode' (bug#2470).
16119
16120 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16121
16122 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16123 method if slot is read-only (bug#9035).
16124
16125 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16126
16127 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16128 * window.el (pop-to-buffer): Select window used even if it was
16129 selected before, see discussion of (Bug#8615), (Bug#6954).
16130 Pass argument NORECORD on to select-frame-set-input-focus.
16131
16132 2011-07-15 Glenn Morris <rgm@gnu.org>
16133
16134 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16135 Respect help-form.
16136
16137 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16138
16139 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16140 (gnutls-negotiate): Use it.
16141
16142 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16143
16144 * net/gnutls.el (gnutls-negotiate):
16145 Upcase `gnutls-algorithm-priority'.
16146
16147 2011-07-15 Glenn Morris <rgm@gnu.org>
16148
16149 * jka-compr.el (jka-compr-verbose): Move from here...
16150 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16151 Add missing :version tag.
16152 * info.el: No need to require jka-compr when compiling.
16153
16154 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16155
16156 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16157 (gnutls-negotiate): Use it.
16158
16159 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16160
16161 * info.el (Info-beginning-of-buffer): New command.
16162 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16163 announcing `b' as the key (bug#8325).
16164 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16165
16166 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16167
16168 * international/mule-cmds.el
16169 (describe-specified-language-support): Make the error message
16170 clearer (bug#8905).
16171
16172 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16173
16174 * isearch.el (isearch-barrier): Add a doc string, since it's
16175 mentioned in a function doc string (bug#8678).
16176
16177 2011-07-15 Martin Rudalics <rudalics@gmx.at>
16178
16179 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16180 buffer argument (Bug#9083) and self-identifying label argument.
16181
16182 2011-07-15 Glenn Morris <rgm@gnu.org>
16183
16184 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16185
16186 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16187
16188 * man.el (Man-fontify-manpage): Fix message when formatting the
16189 man page (bug#7929).
16190
16191 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16192
16193 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16194 argument LRM; if non-nil, append an invisible LRM character to the
16195 buffer name.
16196 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16197 last argument non-nil, when formatting buffer names.
16198 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16199 paragraph direction.
16200
16201 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16202
16203 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16204 the man page name (bug#7929).
16205
16206 * image.el (put-image): Mention the `put-image' overlay property
16207 (bug#7834).
16208
16209 * scroll-bar.el (set-scroll-bar-mode): Mention that
16210 `scroll-bar-mode' lists the values (bug#7772).
16211
16212 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16213 command (bug#7729).
16214
16215 * rect.el (apply-on-rectangle): Return the point after the last
16216 operation.
16217 (string-rectangle): Go to the point after the last operation
16218 (bug#7522).
16219
16220 * printing.el (pr-toggle-region): Clarify the documentation
16221 slightly (bug#7493).
16222
16223 * time.el (display-time-update):
16224 Allow `display-time-mail-function' to return nil (bug#7158).
16225 Fix suggested by Detlev Zundel.
16226
16227 * vc/diff.el (diff): Clarify the order the file names are read
16228 (bug#7111).
16229
16230 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16231 the doc string (bug#7015).
16232
16233 * font-lock.el (font-lock-maximum-decoration): Mention what
16234 numeric levels mean (bug#6935).
16235
16236 * startup.el (initial-buffer-choice): Don't mention the `none'
16237 selection, which is against policy.
16238
16239 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16240
16241 * window.el (display-buffer-normalize-special):
16242 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16243
16244 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16245
16246 * subr.el (version<, version<=, version=): Mention "-CVS" and
16247 "-12345" alpha version numbers.
16248
16249 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16250
16251 * bindings.el: Add advertised binding for set-mark-command
16252 (Bug#5772).
16253
16254 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16255
16256 * bindings.el (mode-line-other-buffer):
16257 * bookmark.el (bookmark-bmenu-2-window):
16258 * bs.el (bs-cycle-next, bs-cycle-previous):
16259 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16260 switch-to-buffer.
16261
16262 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16263 Delete.
16264
16265 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16266
16267 * follow.el (follow-debug-message, follow-redisplay):
16268 * jka-cmpr-hook.el (with-auto-compression-mode):
16269 Fix typos in docstrings.
16270
16271 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16272
16273 * subr.el (with-silent-modifications): Clarify somewhat what the
16274 macro inhibits (bug#6525).
16275
16276 * simple.el (eval-expression): Note what it does if called
16277 interactively (bug#6495).
16278
16279 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16280
16281 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16282 Use pop-to-buffer buffer-or-name if it is nil.
16283
16284 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16285 Remove switch-to-buffer.
16286
16287 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16288
16289 * files.el (make-directory): Clarify that an error will be raised
16290 if there's an error (bug#6397).
16291
16292 * startup.el (initial-buffer-choice): Add `none' as a choice
16293 (bug#6234).
16294
16295 * subr.el (add-hook): Clarify section about buffer-local hooks
16296 (bug#6218).
16297
16298 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16299
16300 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * tabify.el (untabify): Preserve the current column so that point
16303 doesn't move (bug#6032).
16304
16305 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16306
16307 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16308 Rewrite to avoid awkward possessive "s" (bug#5986).
16309
16310 2011-07-13 Glenn Morris <rgm@gnu.org>
16311
16312 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16313 (dired-insert-directory): Give a message the first time
16314 if ls is found not to support --dired.
16315
16316 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16317
16318 * simple.el (toggle-truncate-lines): Clarify what is toggled
16319 (bug#5580). Text by Drew Adams.
16320
16321 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16322
16323 * simple.el (blink-matching-open): Make the error message from the
16324 last change less verbose.
16325
16326 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16327
16328 * font-lock.el (font-lock-comment-face): Use the high contrast
16329 "yellow" color for font-lock-comment-face on low color terminals
16330 using a dark background color (bug#4221).
16331
16332 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16333
16334 * dired.el (dired-insert-set-properties): Make the doc string
16335 reflect what it does now (bug#5325).
16336
16337 * simple.el (blink-matching-open): Say that we were unable to find
16338 the match within the limit, if we're limited (bug#5122).
16339
16340 * international/mule-cmds.el (prefer-coding-system): Add an
16341 example (bug#4869).
16342
16343 * progmodes/etags.el (tags-search): Document `file-list-form'
16344 (bug#4731).
16345
16346 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16347
16348 * net/browse-url.el (browse-url-default-browser)
16349 (browse-url-browser-function): Make the default browser choice a
16350 bit more logical (bug#4300). Also clean up the doc string.
16351
16352 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16353
16354 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16355 binary endings (bug#4440).
16356
16357 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16358
16359 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16360 which can be pretty annoying (bug#8971).
16361
16362 * jka-compr.el (jka-compr-verbose): New variable, and use
16363 throughout (bug#8971).
16364
16365 * info.el (Info-find-file): Fall back on the installation
16366 directory if we can't find the info node anywhere else.
16367
16368 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16369
16370 * vc/vc.el (vc-revert-file):
16371 Don't set file time-stamp in the past. (Bug#5181)
16372
16373 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16374
16375 * files.el (after-find-file): Give a better error message when
16376 trying to find a symlink that points to a file that doesn't exist
16377 (bug#4398).
16378
16379 * progmodes/cc-vars.el: Remove (probably) misleading comment
16380 (bug#4396).
16381
16382 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16383
16384 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16385
16386 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16387
16388 * mouse-sel.el: Hack restoring functionality, while keeping
16389 compatibility with 2010-07-03 changes to mouse selection.
16390 (mouse-sel-primary-overlay): New var.
16391 (mouse-sel-selection-alist): Use it.
16392 (mouse-sel-mode): Doc fix; remove points that are default features
16393 of mouse.el.
16394
16395 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16396
16397 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16398 Fix previous fix (bug#2490).
16399
16400 2011-07-12 Roland Winkler <winkler@gnu.org>
16401
16402 * textmodes/bibtex.el (bibtex-initialize):
16403 Use pop-to-buffer-same-window.
16404 (bibtex-search-entries): Fix interactive call.
16405
16406 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16407
16408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16409 Fontise bytecomp Error lines more correctly (bug#2490).
16410 Fix suggested by Johan Bockgård.
16411
16412 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16413
16414 * dired-x.el (dired-guess-default): Use `delete-dups'.
16415
16416 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16417
16418 * dired.el (dired-mark-prompt):
16419 * dired-aux.el (dired-read-shell-command): Doc fix.
16420
16421 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16422
16423 * mail/sendmail.el (sendmail-query-once):
16424 Use `customize-save-variable' unconditionally, now that it works under
16425 emacs -Q.
16426
16427 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16428
16429 * cus-edit.el (custom-file): Take an optional no-error variable.
16430 (customize-save-variable): Set the variable, and give a warning if
16431 running under "emacs -q".
16432
16433 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16434
16435 * loadhist.el (unload-feature-special-hooks):
16436 Add `auto-coding-functions', `fill-nobreak-predicate' and
16437 `find-directory-functions' (bug#5327).
16438
16439 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16440
16441 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16442
16443 * cus-edit.el (custom-guess-name-alist): -alist variables should
16444 use the `alist' type (bug#3120). Suggested by Drew Adams.
16445
16446 * printing.el: Add documentation to all the `pr-toggle-' commands.
16447
16448 2011-07-11 Leo Liu <sdl.web@gmail.com>
16449
16450 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16451 backends where it makes sense (bug#2623).
16452
16453 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16454
16455 * dired-x.el (dired-guess-default): Remove duplicate shell command
16456 entries (bug#2028).
16457 (dired-guess-default): Fix grammar in doc string (bug#2028).
16458 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16459
16460 * subr.el (remove-duplicates): New conveniency function.
16461
16462 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16463
16464 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16465 (bug#1526).
16466
16467 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16468
16469 * window.el (display-buffer-normalize-default): Don't invert
16470 meaning of even-window-heights. Reported by Eli Zaretskii
16471 <eliz@gnu.org>.
16472
16473 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16474
16475 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16476
16477 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16478
16479 * window.el (display-buffer): Fix arguments to
16480 display-buffer-reuse-window in last change.
16481
16482 * faces.el (link): Use a less saturated blue on light backgrounds.
16483
16484 * startup.el (fancy-startup-text, fancy-about-text)
16485 (fancy-startup-tail): Use font-lock faces, for background safety.
16486
16487 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16488
16489 * emulation/viper-cmd.el (viper-change-state-to-vi):
16490 Limit triggering of abbrev expansion (Bug#9038).
16491
16492 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16493
16494 * window.el (display-buffer-default-specifiers): Remove.
16495 (display-buffer-macro-specifiers): Remove default specifiers.
16496 (display-buffer-alist): Default to nil.
16497 (display-buffer-reuse-window): New optional argument other-window.
16498 (display-buffer-pop-up-window): Allow splitting internal
16499 windows. Check whether a live window was created.
16500 (display-buffer-other-window-means-other-frame)
16501 (display-buffer-normalize-arguments): Rename to
16502 display-buffer-normalize-argument and rewrite. Set the
16503 other-window specifier.
16504 (display-buffer-normalize-special): New function.
16505 (display-buffer-normalize-options): Rename to
16506 display-buffer-normalize-default and rewrite.
16507 (display-buffer-normalize-options-inhibit): Remove.
16508 (display-buffer-normalize-specifiers): Rewrite.
16509 (display-buffer): Process other-window specifier and call
16510 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16511 more faithfully.
16512 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16513 (display-buffer-alist-set): Don't handle 'unset default values.
16514 (display-buffer-in-window, display-buffer-alist-set):
16515 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16516 <tassilo@member.fsf.org>.
16517
16518 2011-07-09 Leo Liu <sdl.web@gmail.com>
16519
16520 * register.el (insert-register): Restore accidental change on
16521 2011-06-26. (Bug#9028)
16522
16523 2011-07-09 Glenn Morris <rgm@gnu.org>
16524
16525 * subr.el (remq): Handle the empty list. (Bug#9024)
16526
16527 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16528
16529 * mail/sendmail.el (send-mail-function): No longer delay custom
16530 initialization.
16531 * custom.el (custom-initialize-delay): Doc fix.
16532
16533 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16534
16535 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16536
16537 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16538
16539 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16540 human-friendly prompt.
16541
16542 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16543
16544 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16545 provided by a particular plugin.
16546
16547 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16548
16549 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16550 save customizations (with "emacs -Q"), just set the variable
16551 instead of erroring out.
16552
16553 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16554
16555 2011-07-08 Juri Linkov <juri@jurta.org>
16556
16557 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16558 (archive-zip-update-case): Use 7z if found by `executable-find'.
16559 The order of searching the available programs is the same as in
16560 `archive-zip-extract' (bug#8968).
16561
16562 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16563
16564 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16565 (menu-bar-options-menu): Tweak descriptions.
16566
16567 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16568
16569 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16570 menu items into verb phrases (bug#1421). Also refill to fit under
16571 80 columns.
16572
16573 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16574
16575 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16576 (Info-read-node-name): Doc fix (Bug#1084).
16577
16578 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16579 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16580 (end-of-sexp, beginning-of-sexp)
16581 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16582 (forward-symbol, forward-same-syntax, word-at-point)
16583 (sentence-at-point): Doc fix (Bug#1144).
16584
16585 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16586
16587 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16588 should cover it (bug#1281).
16589
16590 * cus-edit.el (custom-show): Mark as obsolete.
16591
16592 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16593 negotiation fails, then possibly try again with a non-encrypted
16594 connection (bug#9017).
16595
16596 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16597 be used.
16598
16599 2011-07-07 Richard Stallman <rms@gnu.org>
16600
16601 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16602 property, and handle its changed format.
16603 Look for the correct line number.
16604 Use file's line contents (but not past first =) to find
16605 correct line in message.
16606
16607 2011-07-07 Kenichi Handa <handa@m17n.org>
16608
16609 * international/characters.el (build-unicode-category-table):
16610 Delete it.
16611 (unicode-category-table): Set it by unicode-property-table-internal.
16612
16613 * international/mule-cmds.el (char-code-property-alist): Move to
16614 to src/chartab.c.
16615 (get-char-code-property): Call unicode-property-table-internal to
16616 load a file. Call get-unicode-property-internal where necessary.
16617 (put-char-code-property): Call unicode-property-table-internal to
16618 load a file. Call put-unicode-property-internal where necessary.
16619 put-unicode-property-internal where necessary.
16620 (char-code-property-description):
16621 Call unicode-property-table-internal to load a file.
16622
16623 * international/charprop.el:
16624 * international/uni-bidi.el:
16625 * international/uni-category.el:
16626 * international/uni-combining.el:
16627 * international/uni-comment.el:
16628 * international/uni-decimal.el:
16629 * international/uni-decomposition.el:
16630 * international/uni-digit.el:
16631 * international/uni-lowercase.el:
16632 * international/uni-mirrored.el:
16633 * international/uni-name.el:
16634 * international/uni-numeric.el:
16635 * international/uni-old-name.el:
16636 * international/uni-titlecase.el:
16637 * international/uni-uppercase.el: Regenerate.
16638
16639 * loadup.el: Load international/charprop.el before
16640 international/characters.
16641
16642 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16643
16644 * window.el (next-buffer, previous-buffer): Signal an error if
16645 called from a minibuffer window.
16646
16647 * bindings.el: Revert 2011-07-04 change.
16648
16649 2011-07-06 Richard Stallman <rms@gnu.org>
16650
16651 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16652 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16653 Treat markers like ints.
16654 (rmail-mime-entity): Doc fix.
16655
16656 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16657
16658 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16659 defcustom again for backwards compatibility.
16660
16661 * simple.el (shell-command-on-region): Fill.
16662
16663 * dired-aux.el (dired-kill-line): Add a doc string.
16664
16665 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16666 to "\\sw\\|\\s_" (bug#358).
16667
16668 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16669 (dired-unmark-backward): Ditto.
16670 (dired-flag-backup-files): Ditto.
16671
16672 * dired-x.el (dired-mark-sexp): Ditto.
16673
16674 2011-07-06 Richard Stallman <rms@gnu.org>
16675
16676 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16677 (rmail-mime-entity): New arg TRUNCATED.
16678 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16679 New functions.
16680 (rmail-mime-save): Warn if entity is truncated.
16681 (rmail-mime-toggle-hidden): Likewise, for showing.
16682 (rmail-mime-process-multipart): Record when an entity is truncated.
16683
16684 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16685 if ENTITY is a string.
16686
16687 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16688
16689 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16690 of faces when `M-C-x'-ing their definitions (bug#8378).
16691 Also clean up the code slightly.
16692
16693 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16694 because that makes the colors go away.
16695
16696 * mail/sendmail.el (send-mail-function): Change the default to
16697 `sendmail-query-once'.
16698 (sendmail-query-once): Add an autoload cookie.
16699
16700 * net/network-stream.el (network-stream-open-starttls): Try using
16701 a plain connection even if the server offered STARTTLS, and we
16702 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16703 capability. This should make smtpmail.el work in slightly more
16704 configurations.
16705
16706 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16707
16708 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16709 New defun.
16710 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16711
16712 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16713
16714 * progmodes/sql.el: Version 3.0
16715 (sql-product-alist): Add product :completion-object,
16716 :completion-column, and :statement attributes.
16717 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16718 (sql-mode-syntax-table): Mark all punctuation.
16719 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16720 ansi keywords.
16721 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16722 (sql-mode-oracle-font-lock-keywords): Improve.
16723 (sql-oracle-show-reserved-words): New function for development.
16724 (sql-product-font-lock): Simplify for source code buffers.
16725 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16726 New functions.
16727 (sql-highlight-product): Set product specific syntax table.
16728 (sql-mode-map): Add statement movement functions.
16729 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16730 New variable.
16731 (sql-statement-regexp, sql-beginning-of-statement)
16732 (sql-end-of-statement, sql-signum): New functions.
16733 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16734 (sql-show-sqli-buffer): Bug fix.
16735 (sql-interactive-mode): Store connection data as buffer local.
16736 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16737 with sql-interactive-mode.
16738 (sql-save-connection): Save buffer local settings.
16739 (sql-connection-menu-filter): Change menu entry name.
16740 (sql-product-interactive): Bug fix.
16741 (sql-preoutput-hold): New variable.
16742 (sql-interactive-remove-continuation-prompt): Bug fixes.
16743 (sql-debug-redirect): New variable.
16744 (sql-str-literal): New function.
16745 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16746 Redesign.
16747 (sql-oracle-save-settings, sql-oracle-restore-settings)
16748 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16749 (sql-completion-object, sql-completion-column)
16750 (sql-completion-sqlbuf): New variables.
16751 (sql-build-completions-1, sql-build-completions)
16752 (sql-try-completion): New functions.
16753 (sql-read-table-name): Use them.
16754 (sql-contains-names): New buffer local variable.
16755 (sql-list-all, sql-list-table): Use it.
16756 (sql-oracle-completion-types): New variable.
16757 (sql-oracle-completion-object, sql-sqlite-completion-object)
16758 (sql-postgres-completion-object): New functions.
16759
16760 2011-07-06 Glenn Morris <rgm@gnu.org>
16761
16762 * window.el (pop-to-buffer): Doc fix.
16763
16764 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16765
16766 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16767
16768 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16769
16770 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16771
16772 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16773
16774 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16775
16776 * button.el (button): Inherit from link face. Suggested by Dan
16777 Nicolaescu.
16778
16779 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * progmodes/gdb-mi.el: Fit in 80 columns.
16782 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16783 switch-to-buffer.
16784
16785 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16786 if imenu is simply not configured (bug#8941).
16787
16788 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16789
16790 * allout.el (allout-post-undo-hook): New allout outline-change
16791 event hook to signal undo activity.
16792 (allout-post-command-business): Run allout-post-undo-hook if an
16793 undo just occurred.
16794 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16795 * allout-widgets.el (allout-widgets-after-undo-function):
16796 Ensure the integrity of the current item's decoration after it has been
16797 in the vicinity of an undo.
16798 (allout-widgets-mode): Include allout-widgets-after-undo-function
16799 on the new allout-post-undo-hook.
16800
16801 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16802
16803 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16804 Let define-derived-mode define it.
16805 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16806 cycles of abbrev-table inheritance (bug#8998).
16807
16808 2011-07-05 Roland Winkler <winkler@gnu.org>
16809
16810 * textmodes/bibtex.el: Add support for biblatex.
16811 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16812 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16813 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16814 (bibtex-entry-alist, bibtex-field-alist): New variables.
16815 (bibtex-entry-field-alist): Obsolete alias for
16816 bibtex-BibTeX-entry-alist.
16817 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16818 (bibtex-set-dialect): New command.
16819 (bibtex-entry-type, bibtex-entry-head)
16820 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16821 Bind via bibtex-set-dialect.
16822 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16823 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16824 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16825 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16826 Define via bibtex-set-dialect.
16827 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16828 Obey bibtex-no-opt-remove-re.
16829 (bibtex-vec-push, bibtex-vec-incr): New functions.
16830 (bibtex-format-entry, bibtex-field-list)
16831 (bibtex-print-help-message, bibtex-validate)
16832 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16833
16834 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16835
16836 * progmodes/compile.el (compilation-goto-locus):
16837 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16838 * bs.el (bs-cycle-next, bs-cycle-previous):
16839 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16840 * bindings.el (mode-line-other-buffer):
16841 * autoinsert.el (auto-insert):
16842 * arc-mode.el (archive-extract):
16843 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16844
16845 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16846
16847 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16848 Fix check of `emacs-lock-unlockable-modes'.
16849 Coerce true values of `emacs-lock--try-unlocking' to t.
16850
16851 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16854 * emacs-lock.el: New file.
16855
16856 2011-07-05 Julien Danjou <julien@danjou.info>
16857
16858 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16859 than `boundp' to check if face is set.
16860
16861 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16862
16863 * register.el (registerv-make):
16864 * window.el (window-min-height): Fix typos in docstrings.
16865
16866 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16867
16868 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16869 Update doc string.
16870
16871 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16872
16873 * server.el (server-execute): Catch quit and call
16874 `server-return-error' to pass the error back to emacsclient and
16875 close the connection (bug#8942).
16876
16877 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16878
16879 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16880 insecure exception for current topic. Also note that auto-saves
16881 are handled differently.
16882
16883 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16884 State variables for tracking auto-save inhibition situation.
16885
16886 (allout-write-contents-hook-handler): Rename from
16887 'allout-write-file-hook-handler', and describe how it depends on
16888 write-contents-functions sensitivity to non-nil value to prevent
16889 file write.
16890
16891 (allout-auto-save-hook-handler): Remove. auto-save does not check
16892 this in individual buffers, only in the starting buffer, so this
16893 is not the right way for us to inhibit auto-save in a buffer
16894 according to its condition.
16895
16896 (allout-mode): Use new allout-write-contents-hook-handler, and
16897 only with write-contents-functions. Remove auto-save provisions -
16898 they're implemented elsewhere.
16899
16900 (allout-before-change-handler): If undo is in progress, note that
16901 for attention of allout-post-command-business.
16902
16903 (allout-post-command-business): If the command we're following was
16904 an undo, check for change in the status of encrypted items and
16905 adjust auto-save inhibitions accordingly.
16906
16907 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16908 according to whether there are or aren't any plain-text topics
16909 pending encryption.
16910
16911 (allout-inhibit-auto-save-info-for-decryption):
16912 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16913 if there are plain-text topics pending encryption.
16914
16915 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16916 buffer-saved-size and some allout state to not inhibit auto-saves
16917 if there are no longer any plain-text topics pending encryption.
16918
16919 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16920 No longer provide for exemption of the current topic.
16921
16922 2011-07-04 Juri Linkov <juri@jurta.org>
16923
16924 Add 7z operations to delete and save changed members (bug#8968).
16925 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16926 New defcustoms.
16927 (archive-7z-write-file-member): New function.
16928 (archive-7z-summarize): Fix the number of dashes in the
16929 listing output.
16930
16931 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16932
16933 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16934 (bug#8958).
16935
16936 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16937
16938 * bindings.el: Ignore next-buffer and previous-buffer in
16939 minibuffer-local-map.
16940
16941 * font-lock.el (font-lock-builtin-face): Change light background
16942 color to dark slate blue (Bug#6693).
16943
16944 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16945
16946 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16947
16948 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16951 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16952 Add switch-to-buffer.
16953
16954 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16955
16956 * isearch.el (isearch-search-fun-function): Clarify further the
16957 meaning of the function returned.
16958
16959 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16960
16961 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16962
16963 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16964 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16965 Use it.
16966 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16967 `tramp-default-remote-path' does not exist.
16968 (tramp-send-command-and-read): New optional argument NOERROR.
16969 (tramp-open-connection-setup-interactive-shell)
16970 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16971 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16972 (tramp-process-sentinel): Flush also process' connection property.
16973 (tramp-sh-handle-start-file-process): Do not set process
16974 sentinel. It is done now ...
16975 (tramp-maybe-open-connection): ... here. (Bug#8929)
16976
16977 2011-07-04 MON KEY <monkey@sandpframing.com>
16978
16979 * play/animate.el (animate-string): Doc fixes and allow changing
16980 the buffer name (bug#5417).
16981
16982 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16983
16984 * play/animate.el (animation-buffer-name): Rename from *animate*.
16985
16986 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16987
16988 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16989 This is simpler and helps future-proof the code.
16990 (timer-until): Use time-subtract and float-time.
16991 (timer--time-less-p): Use time-less-p.
16992
16993 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16994
16995 * type-break.el (timep): Use the value of `float-time' to avoid a
16996 byte-compiler warning.
16997
16998 * server.el (server-eval-and-print): Return any result, even nil.
16999
17000 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
17001
17002 * type-break.el: Accept time formats that the builtins accept.
17003 (timep, type-break-time-difference): Accept any format that
17004 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17005 This is simpler and helps future-proof the code.
17006 (type-break-time-difference): Round rather than ignoring
17007 subseconds components.
17008
17009 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17010
17011 * info.el (Info-apropos-matches): Make non-interactive, since it
17012 doesn't seem to do anything useful as a command (bug#8829).
17013
17014 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
17015
17016 * frame.el (frame-background-mode, frame-set-background-mode):
17017 Move from faces.el.
17018 (frame-default-terminal-background): New function.
17019
17020 * custom.el (custom-push-theme): Don't record faces in `changed'
17021 theme; this doesn't work correctly for per-frame face settings.
17022 (disable-theme): Use face-set-after-frame-default to reset faces.
17023 (custom--frame-color-default): New function.
17024
17025 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17026
17027 * dired.el (dired-flagging-regexp): Remove unused variable
17028 (bug#8769).
17029
17030 2011-03-29 Kevin Ryde <user42@zip.com.au>
17031
17032 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17033 `perl-Test2' extend to match possible "fail #N" rep count
17034 (bug#8377).
17035
17036 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17037
17038 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17039 `smtpmail-via-smtp' now returns the error instead of nil.
17040
17041 * isearch.el (isearch-search-fun-function): Clarify the doc string
17042 (bug#8101).
17043
17044 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
17045
17046 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17047 unnecessary spaces (bug#8987).
17048
17049 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17050
17051 * net/network-stream.el (open-network-stream): Use the
17052 :end-of-capability command thoughout.
17053
17054 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17055
17056 * net/network-stream.el (open-network-stream): Add the
17057 :end-of-capability command parameter, used by pop3.el.
17058
17059 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060
17061 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17062
17063 * fringe.el (fringe-query-style): Remove redundant text " (type ?
17064 for list)" (bug#6475).
17065
17066 * files.el (file-expand-wildcards): Ignore non-readable
17067 sub-directories while trying to find matches instead of signaling
17068 an error (bug#6297).
17069
17070 * man.el (Man-reference-regexp): Allow matching possible
17071 word-wrapped references (bug#6289).
17072
17073 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17074 for consistency with the other vc buffers (bug#6197).
17075 (vc-checkin): Ditto.
17076
17077 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17078
17079 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17080
17081 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17082
17083 * custom.el (defcustom): Clarify that :set is only used in the
17084 Customize user interface (bug#6089).
17085
17086 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17087 associated with a file, refuse to run instead of erroring out
17088 (bug#6084).
17089
17090 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17091 the doc string, since it appears that using `fill-column' always
17092 controls the width (bug#7845).
17093
17094 * simple.el (shell-command-on-region): Say where the error output
17095 went if `shell-command-default-error-buffer' is set (bug#6857).
17096
17097 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17098
17099 * allout.el (allout-yank-processing): Adjust cursor position for
17100 backwards-deleted space.
17101
17102 (allout-rebullet-heading): Register changes with
17103 allout-exposure-changed-hook, so the modified topic is properly
17104 decorated.
17105
17106 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17107
17108 * minibuffer.el (completion-in-region): Document PREDICATE
17109 (bug#7136).
17110
17111 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17112 of keyword/argument pairs (bug#6904).
17113
17114 * replace.el (multi-occur):
17115 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17116
17117 2011-07-02 Drew Adams <drew.adams@oracle.com>
17118
17119 * dired.el (dired-mark-if): Make the message about whether it's
17120 marking or unmarking clearer (bug#8523).
17121
17122 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17123
17124 * disp-table.el (display-table-print-array): New function.
17125 (describe-display-table): Use it to print the vectors more pretty
17126 (Bug#8859).
17127
17128 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17129
17130 * window.el (window-state-get-1): Don't assign clone numbers.
17131 Add clone-of item to list of window parameters.
17132 (window-state-put-2): Don't process clone numbers.
17133 (display-buffer-alist): Fix doc-string.
17134
17135 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * subr.el (remq): Don't allocate if it's not needed.
17138 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17139 (keymap--merge-bindings): New functions.
17140 (keymap-canonicalize): Use them to refine the canonicalization.
17141 * minibuffer.el (minibuffer-local-completion-map)
17142 (minibuffer-local-must-match-map): Move initialization from C.
17143 (minibuffer-local-filename-completion-map): Move initialization from C;
17144 don't inherit from anything here.
17145 (minibuffer-local-filename-must-match-map): Make obsolete.
17146 (completing-read-default): Use make-composed-keymap to combine
17147 minibuffer-local-filename-completion-map with either
17148 minibuffer-local-must-match-map or
17149 minibuffer-local-filename-completion-map.
17150
17151 2011-07-01 Glenn Morris <rgm@gnu.org>
17152
17153 * type-break.el (type-break-time-sum): Use dolist.
17154
17155 * textmodes/flyspell.el (flyspell-word-search-backward):
17156 Replace CL function.
17157
17158 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * mouse.el (mouse--strip-first-event): New function.
17161 (function-key-map): Use it to map fringe clicks to normal clicks
17162 by default.
17163
17164 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17165 (vc-bzr-revision-completion-table): Add support for annotate and date.
17166
17167 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17168 inherit from parent.
17169
17170 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17171
17172 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17173 (dired-show-file-type): Doc fixup (bug#8818).
17174
17175 * dired.el (dired-mode): Fix up the doc string as suggested by
17176 Drew Adams (bug#8817).
17177
17178 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17179 cookie, since the manual says that it should be possible to add
17180 this function to `find-file-hook' (bug#8709).
17181
17182 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17183
17184 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17185 here. Noted Ted Zlatanov as the maintainer.
17186 (cfengine-common-settings, cfengine-common-syntax): New functions
17187 to set up common things between `cfengine-mode' and
17188 `cfengine3-mode'.
17189 (cfengine3-mode): New mode.
17190 (cfengine3-defuns cfengine3-defuns-regex
17191 (cfengine3-class-selector-regex cfengine3-category-regex)
17192 (cfengine3-vartypes cfengine3-font-lock-keywords)
17193 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17194 (cfengine3-indent-line): Add from cfengine3.el.
17195
17196 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
17197
17198 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17199
17200 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17201
17202 2011-07-01 Martin Rudalics <rudalics@gmx.at>
17203
17204 * window.el (same-window-buffer-names, same-window-regexps)
17205 (same-window-p, special-display-frame-alist)
17206 (special-display-popup-frame, special-display-function)
17207 (special-display-buffer-names, special-display-regexps)
17208 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17209 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17210 (split-window-preferred-function, split-height-threshold)
17211 (split-width-threshold, even-window-heights)
17212 (display-buffer-mark-dedicated, window-splittable-p)
17213 (split-window-sensibly, window-safely-shrinkable-p):
17214 Un-obsolete.
17215 (display-buffer): Don't spread args with function specifier
17216 because special-display-popup-frame won't like it.
17217
17218 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17219
17220 Time-stamp simplifications and fixes.
17221 These improve accuracy slightly, and future-proof the code
17222 against some potential changes to current-time format.
17223
17224 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17225 by using time-since and float-time.
17226
17227 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17228 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17229 + NNN microseconds".
17230
17231 * type-break.el (type-break-time-sum): Rewrite using time-add.
17232
17233 * play/hanoi.el (hanoi-current-time-float): Remove.
17234 All uses replaced by float-time.
17235
17236 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17237 This yields a more-accurate answer.
17238 (rng-time-to-float): Remove; no longer needed.
17239
17240 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17241
17242 * calendar/timeclock.el (timeclock-seconds-to-time):
17243 Defalias to seconds-to-time, since they're the same thing.
17244
17245 * emacs-lisp/elp.el (elp-elapsed-time):
17246 * emacs-lisp/benchmark.el (benchmark-elapse):
17247 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17248
17249 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17250
17251 * window.el (bury-buffer): Don't iconify the only frame.
17252 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17253 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17254
17255 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17256
17257 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17258 Add mouse-yank-primary.
17259
17260 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17261
17262 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17263
17264 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17265
17266 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17267 (find-library-name): Use it to find relative load names when provided
17268 absolute file name (bug#8803).
17269
17270 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * textmodes/flyspell.el (flyspell-word): Consider words that
17273 differ only in case as potential doublons (bug#5687).
17274
17275 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17276 Remove two rather uninteresting debugging-like messages to make
17277 debbugs.el more silent.
17278
17279 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17280 a password-like phrase.
17281
17282 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17283
17284 * progmodes/cc-guess.el: New file.
17285
17286 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17287
17288 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17289 derived from `c-basic-common-init'.
17290
17291 * progmodes/cc-mode.el (top-level): Require cc-guess.
17292 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17293
17294 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17295
17296 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17297
17298 2011-06-30 Alan Mackenzie <acm@muc.de>
17299
17300 * progmodes/cc-engine.el (c-guess-continued-construct):
17301 Correct the handling of template-args-cont, particularly for when font
17302 lock is disabled. Name this case as "CASE G".
17303
17304 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17305
17306 * allout.el (allout-yank-processing): Fix injection of extra space
17307 between bullet and non-whitespace character in first topic when
17308 pasting, ensuring that the actual spacing in the pasted topic
17309 following the bullet char is preserved. This extra space was
17310 causing pasted encrypted topics to get a decrypted status even
17311 when the content was actually still encrypted. Now the decryption
17312 status from before the paste is preserved.
17313
17314 (allout-flag-region): Set all allout overlays so they evaporate
17315 when reduced to zero length (evanescent), to prevent overlay
17316 leakage.
17317
17318 2011-06-30 Glenn Morris <rgm@gnu.org>
17319
17320 * w32-fns.el (w32-charset-info-alist): Declare.
17321
17322 * find-dired.el (find-grep-options): Simplify.
17323
17324 * term/ns-win.el (ns-set-resource): Declare.
17325
17326 * ses.el (row, col): Declare dynamic variables honestly.
17327
17328 * textmodes/reftex-parse.el (index-tags): Declare.
17329
17330 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17331
17332 * cus-edit.el (customize-push-and-save): New function.
17333
17334 * files.el (hack-local-variables-confirm): Use it.
17335
17336 * custom.el (load-theme): New arg NO-CONFIRM.
17337 Use customize-push-and-save (Bug#8720).
17338 (custom-enabled-themes): Doc fix.
17339
17340 * cus-theme.el (customize-create-theme)
17341 (custom-theme-merge-theme): Callers to load-theme changed.
17342
17343 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17344
17345 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17346 short URLs have at least one dot in them (bug #7614).
17347
17348 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17349 nil, because using a pty is apparently too slow (bug #895).
17350
17351 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17352
17353 * mail/sendmail.el (sendmail-query-once): New function.
17354 (sendmail-query-once-function): New variable.
17355
17356 2011-06-29 Glenn Morris <rgm@gnu.org>
17357
17358 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17359
17360 * ses.el (top-level): Require cl when compiling.
17361 (ses-set-localvars): Fix error statement.
17362 Call it at compile time to silence a storm of warnings.
17363
17364 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17365
17366 * window.el (normalize-live-buffer): Rename to
17367 window-normalize-buffer.
17368 (normalize-live-frame): Rename to window-normalize-frame.
17369 (normalize-any-window): Rename to window-normalize-any-window.
17370 (normalize-live-window): Rename to window-normalize-live-window.
17371 (make-window-atom): Rename to window-make-atom.
17372 (window-resize-reset): Rename to window--resize-reset.
17373 (window-resize-reset-1): Rename to window--resize-reset-1.
17374 (resize-mini-window): Rename to window--resize-mini-window.
17375 (resize-subwindows-skip-p): Rename to
17376 window--resize-subwindows-skip-p.
17377 (resize-subwindows-normal): Rename to
17378 window--resize-subwindows-normal.
17379 (resize-subwindows): Rename to window--resize-subwindows.
17380 (resize-other-windows): Rename to window--resize-siblings.
17381 (resize-this-window): Rename to window--resize-this-window.
17382 (resize-root-window): Rename to window--resize-root-window.
17383 (resize-root-window-vertically): Rename to
17384 window--resize-root-window-vertically.
17385 (normalize-buffer-to-display): Rename to
17386 window-normalize-buffer-to-display.
17387 (normalize-buffer-to-switch-to): Rename to
17388 window-normalize-buffer-to-switch-to.
17389 Correspondingly update all callers of the functions listed
17390 above.
17391 (display-buffer-alist, display-buffer-normalize-arguments)
17392 (display-buffer-normalize-options, display-buffer)
17393 (display-buffer-alist-set): Use "function" instead of
17394 "fun-with-args".
17395
17396 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17397
17398 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17399 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17400 debbugs.gnu.org. Mention acknowledgment email.
17401
17402 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17403
17404 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17405 buffer multibyteness, since it shouldn't matter.
17406
17407 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17408
17409 * window.el (display-buffer-in-side-window): Handle dedicated
17410 windows as in display-buffer-reuse-window.
17411 (display-buffer-normalize-alist): Use value of override
17412 specifier.
17413 (display-buffer-normalize-specifiers): Use value of
17414 other-window-means-other-frame specifier.
17415 (display-buffer-alist): Rewrite some texts in widgets.
17416 (display-buffer): Spread arguments when calling function
17417 specified by fun-with-args.
17418
17419 2011-06-28 Deniz Dogan <deniz@dogan.se>
17420
17421 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17422 Unnest `let'.
17423
17424 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17425 selectors (Bug#5732).
17426 (css-proprietary-nmstart-re): Use `regexp-opt'.
17427
17428 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17429
17430 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17431 (eshell-ls-date-format): New defcustom.
17432 (eshell-ls-file): Use it.
17433
17434 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17437
17438 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17439
17440 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17441 (ange-ftp-make-tmp-name): New arg.
17442 (ange-ftp-file-local-copy): Use it.
17443
17444 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17445
17446 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17447 no-conversion (Bug#8870).
17448
17449 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17450
17451 * window.el (window-right, window-left, window-child)
17452 (window-child-count, window-last-child)
17453 (window-iso-combination-p, walk-window-tree-1)
17454 (window-atom-check-1, window-tree-1, delete-window)
17455 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17456 new naming conventions - window-vchild, window-hchild,
17457 window-next and window-prev are now called window-top-child,
17458 window-left-child, window-next-sibling and window-prev-sibling
17459 respectively.
17460 (resize-window-reset): Rename to window-resize-reset.
17461 (resize-window-reset-1): Rename to window-resize-reset-1.
17462 (resize-window): Rename to window-resize.
17463 (window-min-height, window-min-width)
17464 (resize-mini-window, resize-this-window, resize-root-window)
17465 (resize-root-window-vertically, adjust-window-trailing-edge)
17466 (enlarge-window, shrink-window, maximize-window)
17467 (minimize-window, delete-window, quit-restore-window)
17468 (split-window, balance-windows, balance-windows-area-adjust)
17469 (balance-windows-area, window-state-put-2)
17470 (display-buffer-even-window-sizes, display-buffer-set-height)
17471 (display-buffer-set-width, set-window-text-height)
17472 (fit-window-to-buffer): Rename all "resize-window" prefixed
17473 calls to use the "window-resize" prefix convention.
17474 (display-buffer-alist): Fix symbol for label specifier.
17475 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17476 corresponding specifier.
17477 Reported by Juanma Barranquero <lekktu@gmail.com>.
17478
17479 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17480
17481 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17482 convention.
17483 (ses-call-printer): Does not pass an empty string to formatter when the
17484 cell is empty to keep from barking printer Calc math-format-value.
17485
17486 2011-06-27 Richard Stallman <rms@gnu.org>
17487
17488 * battery.el (battery-mode-line-limit): New variable.
17489 (battery-update): Handle it.
17490
17491 * mail/rmailmm.el (rmail-mime-process-multipart):
17492 Handle truncated messages.
17493
17494 2011-06-27 Glenn Morris <rgm@gnu.org>
17495
17496 * progmodes/flymake.el (flymake-err-line-patterns):
17497 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17498
17499 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17500
17501 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17502 (ses--clean-!, ses--clean-_): New functions.
17503 (ses-range): Add configurability of readout order, and conversion
17504 to Calc vector.
17505
17506 * ses.el (ses-repair-cell-reference-all): New function.
17507 (ses-cell-symbol): Set macro as safe, so that it can be used in
17508 formulas.
17509
17510 * ses.el: Update cycle detection algorithm.
17511 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17512 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17513 (ses-set-localvars): New function.
17514 (ses-make-cell): Add property-list as a cell element.
17515 (ses-cell-property-get-fun, ses-cell-property-get)
17516 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17517 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17518 New functions.
17519 (ses-cell-property-set, ses-cell-property-pop)
17520 (ses-cell-property-get-handle): New macro.
17521 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17522 New aliases, used for code readability.
17523 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17524 cycle detection.
17525 (ses-self-reference-early-detection): New defcustom.
17526 (ses-formula-references): Robustify against self-referring cells.
17527 (ses-mode): Use ses-set-localvars.
17528 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17529 before lauching the update processing.
17530 (ses-initialize-Dijkstra-attempt): New function.
17531 (ses-recalculate-cell): Update for cycle detection based on
17532 Dijkstra algorithm.
17533
17534 * ses.el: Fix commenting and indenting convention.
17535
17536 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * bs.el (bs-cycle-next): Complete last change.
17539
17540 2011-06-27 Drew Adams <drew.adams@oracle.com>
17541
17542 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17543
17544 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17545
17546 * net/network-stream.el (network-stream-open-starttls):
17547 Don't re-get capabilities unless we've reestablished connection.
17548 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17549
17550 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17551 to binary to possibly avoid line encoding issues on Windows (among
17552 other things).
17553
17554 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17555
17556 * net/network-stream.el (open-network-stream): Return an :error
17557 saying what the problem was, if possible.
17558
17559 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17560 server.
17561
17562 * net/network-stream.el (network-stream-open-starttls): If we
17563 wanted to use STARTTLS, and the server offered it, but we weren't
17564 able to because we had no STARTTLS support, then close the connection.
17565 (open-network-stream): Return an :error element, if present.
17566
17567 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17568
17569 * hl-line.el (hl-line-sticky-flag): Doc fix.
17570 (global-hl-line-sticky-flag): New option (Bug#8323).
17571 (global-hl-line-highlight): Obey it.
17572
17573 * vc/vc.el (vc-revert-show-diff): Default to t.
17574
17575 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17576
17577 * allout-widgets.el (allout-widgets-post-command-business):
17578 Stop decorating intermediate isearch matches. They're not being
17579 undecorated when an isearch is continued past, and isearch
17580 automatically collapses them. This leads to "widget leaks", where
17581 decorated items accumulate in collapsed areas. Lines with lots of
17582 hidden widgets can slow down cursor travel, substantially.
17583 Too much complicated machinery would be needed to ensure undecoration,
17584 so we're doing without this nicety.
17585
17586 (allout-widgets-tally-string): Don't try to do a hash-table-count
17587 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17588 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17589 *Messages* when allout-widgets-maintain-tally is t.
17590
17591 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17592
17593 * window.el (display-buffer-normalize-argument): Rename to
17594 display-buffer-normalize-arguments. Handle special meaning of
17595 LABEL argument. Respect special-display-function when popping up
17596 a new frame. Fix code searching for a window showing the buffer
17597 on another frame.
17598 (display-buffer-normalize-specifiers):
17599 Call display-buffer-normalize-arguments.
17600 (display-buffer-in-window): Don't undedicate the window if its
17601 buffer remains the same.
17602 Reported by Drew Adams <drew.adams@oracle.com>.
17603 (display-buffer-alist): Add choice for same-window macro
17604 specfier.
17605 (display-buffer): Mention special meaning of LABEL argument in
17606 doc-string. Fix quoting. Don't pop up a new frame even as
17607 fallback.
17608
17609 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17610
17611 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17612 avoid deleting the current window in some cases (bug#8911).
17613
17614 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17615
17616 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17617 (Bug#8934)
17618
17619 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17620
17621 * net/network-stream.el (network-stream-open-starttls):
17622 Use built-in TLS support if `gnutls-available-p' is true.
17623 (network-stream-open-tls): Ditto.
17624
17625 2011-06-26 Leo Liu <sdl.web@gmail.com>
17626
17627 * register.el (registerv): New struct.
17628 (registerv-make): New function.
17629 (jump-to-register, describe-register-1, insert-register):
17630 Support the jump-func, print-func and insert-func slot of a registerv
17631 struct. (Bug#8415)
17632
17633 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17634
17635 * vc/vc.el (vc-revert-show-diff): New defcustom.
17636 (vc-diff-internal): New arg specifying diff buffer.
17637 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17638 reuse an existing *vc-diff* buffer (Bug#8927).
17639
17640 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17641
17642 2011-06-26 Glenn Morris <rgm@gnu.org>
17643
17644 * progmodes/f90.el (f90-critical-indent): New option.
17645 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17646 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17647 (f90-mode): Doc fix.
17648 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17649 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17650 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17651 (f90-match-end): Handle block, critical.
17652
17653 2011-06-25 Glenn Morris <rgm@gnu.org>
17654
17655 * calendar/diary-lib.el (diary-included-files): Doc fix.
17656 (diary-include-files): New function, extracted from
17657 diary-include-other-diary-files and diary-mark-included-diary-files.
17658 (diary-include-other-diary-files, diary-mark-included-diary-files):
17659 Just call diary-include-files.
17660 (diary-mark-entries): Reset diary-included-files on first call.
17661
17662 * calendar/diary-lib.el (diary-mark-entries)
17663 (diary-mark-included-diary-files):
17664 Visit included diary-files in temp buffers.
17665
17666 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17667 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17668 (f90-start-block-re, f90-imenu-generic-expression)
17669 (f90-looking-at-program-block-start, f90-no-block-limit):
17670 Add support for submodules.
17671
17672 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17673 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17674
17675 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17676
17677 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17678 buffer-file-type before setting its value, to avoid disastrous
17679 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17680
17681 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17682
17683 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17684
17685 * ses.el (ses-unload-function):
17686 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17687
17688 * proced.el (proced-unload-function):
17689 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17690
17691 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17692
17693 * server.el (server-create-window-system-frame): Add parameters arg.
17694 (server-process-filter): Doc fix. Handle frame-parameters.
17695
17696 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17697
17698 Fix bug#8730, bug#8781.
17699
17700 * loadhist.el (unload--set-major-mode): New function.
17701 (unload-feature): Use it.
17702
17703 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17704 (python-unload-function): New function.
17705
17706 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17709
17710 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17711
17712 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17713 the candidates list.
17714
17715 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17718
17719 2011-06-23 Richard Stallman <rms@gnu.org>
17720
17721 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17722 (rmail-variables): Set next-error-move-function.
17723 (rmail-what-message): Take argument POS.
17724 (rmail-next-error-move): New function.
17725
17726 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17727
17728 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17729 messages for adjacent non-terminals.
17730
17731 2011-06-23 Richard Stallman <rms@gnu.org>
17732
17733 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17734 (rmail-show-message-1): Preserve buffer modified flag.
17735 (rmail-start-mail): Don't specify use of rmail-mail-return;
17736 that's done by mail-bury now.
17737 (rmail-mail-return): Handle arg NEWBUF.
17738
17739 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17740
17741 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17742 SIZE is a number.
17743
17744 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17745
17746 * window.el (get-lru-window, get-mru-window)
17747 (get-largest-window): Never return a minibuffer window.
17748 (display-buffer-pop-up-window): Fix a bug that could lead to
17749 reusing the minibuffer window.
17750 (display-buffer): Pass original specifier argument to
17751 display-buffer-function instead of the normalized one.
17752 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17753
17754 2011-06-22 Leo Liu <sdl.web@gmail.com>
17755
17756 * minibuffer.el (completing-read-function)
17757 (completing-read-default): Move from minibuf.c.
17758
17759 2011-06-22 Richard Stallman <rms@gnu.org>
17760
17761 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17762 to Rmail even if not started by a special Rmail command.
17763
17764 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17765 Copy the buffer currently showing just one message.
17766
17767 2011-06-22 Roland Winkler <winkler@gnu.org>
17768
17769 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17770 (bibtex-clean-entry): First delete the old key so that a
17771 customized algorithm for generating the new key does not get
17772 confused by the old key.
17773 (bibtex-url): Obey regexp of first step.
17774 (bibtex-search-entries): Do not use add-to-list with local
17775 list-var.
17776
17777 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17778
17779 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17780 stored a user name, then query for the password first, instead of
17781 waiting for SMTP to give an error message and the trying again.
17782
17783 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17784
17785 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17786 BUFFER in call-process.
17787
17788 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17789
17790 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17791 QUIT twice.
17792 (smtpmail-try-auth-methods): Require user name and password from
17793 auth-source.
17794
17795 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17796
17797 * window.el (display-buffer-default-specifiers)
17798 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17799 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17800 (split-window): Normalize SIDE argument (Bug#8916).
17801
17802 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17803 (special-display-frame-alist, special-display-popup-frame):
17804 Remove duplicate declarations. These are now in window.el.
17805
17806 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17807
17808 * mail/smtpmail.el (smtpmail-via-smtp):
17809 Set :use-starttls-if-possible so that we always use STARTTLS if the
17810 server supports it. SMTP servers that support STARTTLS commonly
17811 require it.
17812
17813 * net/network-stream.el (network-stream-open-starttls): Support
17814 upgrading to STARTTLS always, even if we don't have built-in support.
17815 (open-network-stream): Add the :always-query-capabilities keyword.
17816
17817 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17818 upgrades with `open-network-stream', and rely solely on
17819 auth-source for all credentials. Big changes throughout the file,
17820 but in particular:
17821 (smtpmail-auth-credentials): Remove.
17822 (smtpmail-starttls-credentials): Remove.
17823 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17824 MAIL FROM, too.
17825
17826 * net/network-stream.el (network-stream-open-starttls):
17827 Provide support for client certificates both for external and built-in
17828 STARTTLS.
17829 (auth-source): Require.
17830 (open-network-stream): Document the :client-certificate keyword.
17831 (network-stream-certificate): Change cert-cert to cert and
17832 cert-key to key.
17833
17834 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17835
17836 * net/tramp-cache.el (top): Don't load the persistency file when
17837 "emacs -Q" has been called.
17838
17839 2011-06-21 Tim Harper <timcharper@gmail.com>
17840
17841 * term/ns-win.el (ns-initialize-window-system):
17842 Set application-specific `ApplePressAndHoldEnabled' system
17843 resource to NO as it is not yet supported by the NS port.
17844
17845 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17846
17847 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17848 (list-dynamic-libraries): ...not here.
17849
17850 2011-06-21 Leo Liu <sdl.web@gmail.com>
17851
17852 * subr.el (sha1): Implement sha1 using secure-hash.
17853
17854 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17855
17856 * window.el (display-buffer-alist): In default value do not
17857 enforce searching a window on any but the selected frame.
17858 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17859 (display-buffer-select-window): Remove function.
17860 (display-buffer-in-window): When a window on another frame gets
17861 reused, do not select it any more but just raise its frame if
17862 necessary (Bug#8851) and (Bug#8856).
17863 (display-buffer-normalize-options): Handle pop-up-frames related
17864 options more faithfully.
17865 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17866 window if it is on another frame.
17867 (display-buffer-alist, display-buffer-default-specifiers):
17868 Don't make new frame unsplittable by default.
17869 (display-buffer-normalize-argument): Fix doc-string typo and use
17870 'same-frame-other-window instead of 'other-window when associating
17871 with display-buffer-macro-specifiers.
17872
17873 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17874
17875 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17876 New functions.
17877 (5x5-mode-map, 5x5-mode-menu): Bind them.
17878 (5x5-draw-grid): Tweak the solver's rendering.
17879
17880 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17881
17882 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17883 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17884
17885 2011-06-21 Drew Adams <drew.adams@oracle.com>
17886
17887 * menu-bar.el: Use function variable instead of switch-to-buffer.
17888 (menu-bar-select-buffer-function): New variable.
17889 (menu-bar-update-buffers): Use it (bug#8876).
17890
17891 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17894 variable's status.
17895
17896 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17897
17898 * x-dnd.el (x-dnd-version-from-flags)
17899 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17900 and long as number (Bug#8899).
17901 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17902
17903 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17904
17905 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17906 (completion-try-completion, completion-all-completions): Compute the
17907 metadata argument if it's missing; make it optional (bug#8795).
17908
17909 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17910 (widget-complete): Use new :completion-function property.
17911 (widget-completions-at-point): New function.
17912 (default): Use :completion-function instead of :complete.
17913 (widget-default-completions): Rename from widget-default-complete;
17914 Rewrite.
17915 (widget-string-complete, widget-file-complete, widget-color-complete):
17916 Remove functions.
17917 (file, symbol, function, variable, coding-system, color):
17918 * international/mule-cmds.el (default-input-method, charset)
17919 (language-info-custom-alist):
17920 * cus-edit.el (face): Use new property :completions.
17921
17922 * progmodes/pascal.el (pascal-completions-at-point): New function.
17923 (pascal-mode): Use it.
17924 (pascal-mode-map): Use completion-at-point.
17925 (pascal-toggle-completions): Make obsolete.
17926 (pascal-complete-word, pascal-show-completions):
17927 * progmodes/octave-mod.el (octave-complete-symbol):
17928 Redefine as obsolete alias.
17929 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17930 Signal absence of completion info for old Octave,
17931 (inferior-octave-complete): Redefine as obsolete alias.
17932 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17933 (meta-completions-at-point): Rename from meta-complete-symbol and
17934 adapt it for use on completion-at-point-functions.
17935 (meta-common-mode): Use it.
17936 (meta-looking-at-backward, meta-match-buffer): Remove.
17937 (meta-complete-symbol): Redefine as obsolete alias.
17938 (meta-common-mode-map): Use completion-at-point.
17939 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17940 (makefile-mode-map): Use completion-at-point.
17941 (makefile-completions-at-point): Rename from makefile-complete and
17942 adapt it for use on completion-at-point-functions.
17943 (makefile-mode): Use it.
17944 (makefile-complete): Redefine as obsolete alias.
17945
17946 2011-06-20 Deniz Dogan <deniz@dogan.se>
17947
17948 * net/rcirc.el: Delete trailing whitespaces once and for all.
17949
17950 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17951
17952 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17953
17954 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17955
17956 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17957
17958 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17959
17960 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17961
17962 * window.el (display-buffer-other-window-means-other-frame):
17963 Call display-buffer-normalize-alist.
17964 (display-buffer-normalize-specifiers-1): Rename to
17965 display-buffer-normalize-argument. New argument other-frame.
17966 Rewrite.
17967 (display-buffer-normalize-specifiers-2): Rename to
17968 display-buffer-normalize-options.
17969 (display-buffer-normalize-alist-1): New function.
17970 (display-buffer-normalize-specifiers-3): Rename to
17971 display-buffer-normalize-alist.
17972 Call display-buffer-normalize-alist-1.
17973 (display-buffer-normalize-options-inhibit): New variable.
17974 (display-buffer-normalize-specifiers): Rewrite calling
17975 display-buffer-normalize-alist,
17976 display-buffer-normalize-argument, and
17977 display-buffer-normalize-options. Don't call the latter if
17978 display-buffer-normalize-options-inhibit is non-nil.
17979 (frame-auto-delete): New option.
17980 (window-deletable-p): Use frame-auto-delete.
17981 (window-list-no-nils, window-state-ignored-parameters)
17982 (window-state-get-1, window-state-get, window-state-put-list)
17983 (window-state-put-1, window-state-put-2, window-state-put):
17984 New functions.
17985 (display-buffer-normalize-options): Move special-display-p group
17986 after pop-up-frame group (Bug#8851) and (Bug#8856).
17987
17988 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17989
17990 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17991 groups (Bug#8776).
17992 (rx-submatch-n): New function.
17993 (rx): Document it.
17994
17995 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17996 (Bug#8768).
17997
17998 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17999
18000 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18001
18002 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18003 anytime existing face settings are present (Bug#8889).
18004
18005 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18006 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18007 Remove unused argument.
18008
18009 2011-06-18 Martin Rudalics <rudalics@gmx.at>
18010
18011 * window.el (display-buffer-default-specifiers):
18012 Remove pop-up-frame. Add pop-up-window-min-height,
18013 pop-up-window-min-width, and another reuse-window specifier
18014 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
18015 (display-buffer-normalize-specifiers-2):
18016 Handle split-height-threshold and split-width-threshold also when
18017 pop-up-windows is unset. Add a reuse-window specifier for the
18018 case popping up a new window fails.
18019 (special-display-popup-frame): Remove double quoting.
18020 (display-buffer-normalize-specifiers-1): Fix thinko.
18021
18022 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18023
18024 * shell.el (shell-completion-vars): Set pcomplete-termination-string
18025 according to comint-completion-addsuffix.
18026
18027 * pcomplete.el: Convert to lexical binding and fix bug#8819.
18028 (pcomplete-suffix-list): Mark as obsolete.
18029 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18030 pcomplete-seen in the closure.
18031 (pcomplete-comint-setup): Setup completion-at-point as well.
18032 (pcomplete--entries): New function.
18033 (pcomplete--env-regexp): New var.
18034 (pcomplete-entries): Rewrite to work with partial-completion and
18035 without relying on pcomplete-suffix-list.
18036 (pcomplete-pare-list): Remove, unused.
18037
18038 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18039
18040 * window.el (display-buffer-alist): Set pop-up-window-min-height
18041 and pop-up-window-min-width in default value. Reported by
18042 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18043 other-window-means-other-frame.
18044 (display-buffer-macro-specifiers): Comment out entry for
18045 other-window specifier.
18046 (display-buffer-other-window-means-other-frame): New function.
18047 (display-buffer-normalize-specifiers-1): New arguments
18048 buffer-name and label. Treat other-window case specially.
18049 (display-buffer-normalize-specifiers-2): Treat other-window case
18050 specially.
18051 (display-buffer-normalize-specifiers-3): New function.
18052 (display-buffer-normalize-specifiers):
18053 Call display-buffer-normalize-specifiers-3.
18054
18055 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18056
18057 * window.el (same-window-p): Fix two typos introduced when
18058 adding with-no-warnings.
18059 (display-buffer-normalize-specifiers-1): Don't check
18060 pop-up-frames for 'unset initialization.
18061 (display-buffer-normalize-specifiers-2): Major rewrite using
18062 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18063 (pop-up-frames, display-buffer-reuse-frames)
18064 (display-buffer-mark-dedicated): Don't initialize to 'unset.
18065 Suggested by David Engster <deng@randomsample.de>.
18066 (even-window-heights): Initialize to 'unset.
18067 (display-buffer-alist-set): Handle new 'unset initializations.
18068 (display-buffer-macro-specifiers): Don't pop up a new frame in the
18069 other window case.
18070
18071 2011-06-16 Martin Rudalics <rudalics@gmx.at>
18072
18073 * window.el (display-buffer-normalize-specifiers-1):
18074 Respect current value of pop-up-frames for most reasonable values of
18075 second argument of display-buffer (Bug#8865).
18076 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18077 (switch-to-buffer-other-window-same-frame)
18078 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18079 Adams (Bug#8875).
18080 (display-buffer): Don't check noninteractive when calling
18081 display-buffer-pop-up-frame.
18082 (display-buffer-pop-up-frame): Never pop up a frame in
18083 noninteractive mode (Bug#8857).
18084 (enlarge-window, shrink-window): Don't report an error when the
18085 window can't be resized as requested (Bug#8862).
18086
18087 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18088
18089 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18090
18091 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18092
18093 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18094
18095 2011-06-15 Alan Mackenzie <acm@muc.de>
18096
18097 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18098 for declarators, disable knr checking to speed up for normal files.
18099 2: Refactor, replacing a sequence of nested if forms by a cond form.
18100
18101 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18102
18103 * net/network-stream.el (open-network-stream): Add the keyword
18104 :always-query-capabilities for the case where you want to force a
18105 `plain' network connection, but the protocol still requires the
18106 capabilitiy command (i.e., SMTP and EHLO).
18107
18108 * subr.el (process-live-p): Rename from `process-alive-p' for
18109 consistency with other `-live-p' functions.
18110
18111 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18112
18113 * window.el (same-window-buffer-names, same-window-regexps)
18114 (special-display-frame-alist, special-display-popup-frame)
18115 (special-display-function, special-display-buffer-names)
18116 (special-display-regexps, pop-up-frame-alist)
18117 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18118 (pop-up-windows, split-window-preferred-function)
18119 (split-height-threshold, split-width-threshold, even-window-heights)
18120 (display-buffer-mark-dedicated): Don't encourage the use of
18121 display-buffer-alist from Elisp code.
18122
18123 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18124
18125 * progmodes/python.el (python-mode): Derive from prog-mode.
18126 * progmodes/ps-mode.el (ps-mode):
18127 * progmodes/mixal-mode.el (mixal-mode):
18128 * progmodes/cfengine.el (cfengine-mode):
18129 * progmodes/ld-script.el (ld-script-mode): Likewise.
18130
18131 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18132
18133 * window.el (display-buffer-alist): Trim default value to avoid
18134 popping up a new frame (Bug#8857) or reusing an arbitrary window
18135 on another frame.
18136 (display-buffer): Do not fall back on popping up a new frame in
18137 batch mode (Bug#8857).
18138
18139 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18140
18141 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18142 (custom-theme-summary): New function.
18143 (customize-themes): Use it.
18144
18145 2011-06-13 Glenn Morris <rgm@gnu.org>
18146
18147 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18148
18149 2011-06-13 Martin Rudalics <rudalics@gmx.at>
18150
18151 * help.el (help-window): Remove variable.
18152 (help-window-point-marker, temp-buffer-max-height)
18153 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18154 (help-print-return-message): Don't set help-window.
18155 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18156 (help-window-setup-finish): Remove.
18157 (help-window-display-message, help-window-setup)
18158 (with-help-window): Major rewrite based on new
18159 display-buffer-window variable.
18160
18161 * help-mode.el (help-mode-finish): Remove help-window related
18162 code.
18163
18164 * view.el (view-exits-all-viewing-windows): Remove reference to
18165 view-return-to-alist in doc-string.
18166 (view-return-to-alist): Make obsolete.
18167 (view-buffer): Call pop-to-buffer-same-window and remove
18168 undo-window code.
18169 (view-buffer-other-window): Call pop-to-buffer-other-window and
18170 simplify code. Ignore second argument.
18171 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18172 simplify code. Ignore second argument.
18173 (view-return-to-alist-update): Make obsolete.
18174 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18175 Rewrite using quit-restore window parameters.
18176 (view-mode-exit): Rename second argument to EXIT-ONLY.
18177 Rewrite using quit-restore-window.
18178 (View-exit, View-exit-and-edit, View-leave, View-quit)
18179 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18180 appropriate arguments.
18181 (view-end-message): Use quit-restore window parameter.
18182
18183 * window.el (display-buffer-function): Rewrite doc-string.
18184 (display-buffer-window, display-buffer-alist): New variables.
18185 (display-buffer-split-specifiers)
18186 (display-buffer-side-specifiers)
18187 (display-buffer-macro-specifiers): New constants.
18188 (display-buffer-even-window-sizes, display-buffer-set-height)
18189 (display-buffer-set-width, display-buffer-select-window)
18190 (display-buffer-in-window, display-buffer-reuse-window)
18191 (display-buffer-split-window-1, display-buffer-split-window)
18192 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18193 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18194 (display-buffer-in-side-window, normalize-buffer-to-display)
18195 (display-buffer-normalize-specifiers-1)
18196 (display-buffer-normalize-specifiers-2)
18197 (display-buffer-normalize-specifiers, display-buffer-frame):
18198 New functions.
18199 (display-buffer): Major rewrite.
18200 (display-buffer-other-window, display-buffer-other-frame)
18201 (pop-to-buffer, switch-to-buffer-other-window)
18202 (switch-to-buffer-other-frame): Rewrite.
18203 (display-buffer-same-window, display-buffer-same-frame)
18204 (display-buffer-same-frame-other-window)
18205 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18206 (pop-to-buffer-other-window)
18207 (pop-to-buffer-same-frame-other-window)
18208 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18209 (switch-to-buffer-other-window-same-frame): New functions.
18210 (same-window-p, special-display-p): Rewrite disabling warnings.
18211 Make obsolete.
18212 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18213 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18214 Make obsolete
18215 (same-window-buffer-names, same-window-regexps)
18216 (special-display-frame-alist, special-display-popup-frame)
18217 (special-display-function, special-display-buffer-names)
18218 (special-display-regexps, pop-up-frame-alist)
18219 (pop-up-frame-function, split-window-preferred-function)
18220 (split-height-threshold, split-width-threshold)
18221 (even-window-heights): Make obsolete.
18222
18223 2011-06-12 Glenn Morris <rgm@gnu.org>
18224
18225 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18226 Misc simplifications.
18227
18228 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18229
18230 * window.el (window-safely-shrinkable-p): Restore function which
18231 was inadvertently removed in change from 2011-06-11. Declare as
18232 obsolete.
18233
18234 * calendar/calendar.el (calendar-generate-window):
18235 Use window-iso-combined-p instead of combination of one-window-p and
18236 window-safely-shrinkable-p.
18237
18238 2011-06-12 Glenn Morris <rgm@gnu.org>
18239
18240 * progmodes/fortran.el (fortran-mode-syntax-table):
18241 * progmodes/f90.el (f90-mode-syntax-table):
18242 Set % to punctuation. (Bug#8820)
18243 (f90-find-tag-default): Remove, no longer needed.
18244
18245 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18246
18247 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18248
18249 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18250
18251 * image.el (image-animated-p): Return animation delay in seconds.
18252 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18253 (image-animate-timeout): Remove DELAY argument. Don't assume
18254 every subimage has the same delay; get it from image-animated-p.
18255 (image-animate): Caller changed.
18256
18257 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18258
18259 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18260 to ignored backtrace functions.
18261
18262 2011-06-11 Glenn Morris <rgm@gnu.org>
18263
18264 * calendar/appt.el (appt-disp-window-function): Doc fix.
18265 (appt-check): Handle overlapping appointments. (Bug#8337)
18266
18267 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18268
18269 * window.el (window-tree-1, window-tree): New functions, moving
18270 the latter to window.el.
18271 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18272 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18273 (bw-refresh-edges): Remove.
18274 (balance-windows-1, balance-windows-2): New functions.
18275 (balance-windows): Rewrite in terms of window tree functions,
18276 balance-windows-1 and balance-windows-2.
18277 (bw-adjust-window): Remove.
18278 (balance-windows-area-adjust): New function with functionality of
18279 bw-adjust-window but using resize-window.
18280 (set-window-text-height): Rewrite doc-string.
18281 Use normalize-live-window and resize-window.
18282 (enlarge-window-horizontally, shrink-window-horizontally):
18283 Rename argument to DELTA.
18284 (window-buffer-height): New function.
18285 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18286 Rewrite using new window resize routines.
18287 (kill-buffer-and-window, mouse-autoselect-window-select):
18288 Use ignore-errors instead of condition-case.
18289 (quit-window): Call delete-frame instead of delete-windows-on
18290 for the only buffer on frame.
18291
18292 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18293
18294 * loadup.el (top-level): Load window before files for the sake
18295 of replace-buffer-in-windows.
18296
18297 * files.el (read-buffer-to-switch)
18298 (switch-to-buffer-other-window)
18299 (switch-to-buffer-other-frame, display-buffer-other-frame):
18300 Move to window.el.
18301
18302 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18303 (previous-buffer): Move to window.el.
18304
18305 * bindings.el (unbury-buffer): Move to window.el.
18306
18307 * window.el (delete-other-windows-vertically): Move after
18308 definition of delete-other-windows.
18309 (other-window, delete-windows-on, replace-buffer-in-windows):
18310 Move here from window.c.
18311 (record-window-buffer, unrecord-window-buffer)
18312 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18313 (switch-to-next-buffer): New functions.
18314 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18315 from simple.el. Call switch-to-next-buffer.
18316 (previous-buffer): Move here from simple.el.
18317 Call switch-to-prev-buffer.
18318 (bury-buffer): Move here from buffer.c. Switch to previous
18319 buffer when window cannot be deleted.
18320 (unbury-buffer): Move here from bindings.el.
18321 (ctl-x-map): Move binding for other-window from window.c to
18322 here.
18323 (read-buffer-to-switch, switch-to-buffer-other-window)
18324 (switch-to-buffer-other-frame): Move here from files.el.
18325 (normalize-buffer-to-switch-to): New functions.
18326 (switch-to-buffer): Move here from buffer.c.
18327 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18328
18329 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18330
18331 * window.el (window-min-height, window-min-width): Move here
18332 from window.c. Add defcustoms and rewrite doc-strings.
18333 (resize-mini-window, resize-window): New functions.
18334 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18335 Move here from window.c.
18336 (maximize-window, minimize-window): New functions.
18337 (delete-window, delete-other-windows, split-window): Move here
18338 from window.c.
18339 (window-split-min-size): New function.
18340 (split-window-keep-point): Mention split-window-above-each-other
18341 instead of split-window-vertically.
18342 (split-window-above-each-other, split-window-vertically):
18343 Rename split-window-vertically to split-window-above-each-other
18344 and provide defalias for old definition.
18345 (split-window-side-by-side, split-window-horizontally):
18346 Rename split-window-horizontally to split-window-side-by-side
18347 and provide defalias for the old definition.
18348 (ctl-x-map): Move bindings for delete-window,
18349 delete-other-windows and enlarge-window here from window.c.
18350 Replace bindings for split-window-vertically and
18351 split-window-horizontally by bindings for
18352 split-window-above-each-other and split-window-side-by-side.
18353
18354 * cus-start.el (all): Remove entries for window-min-height and
18355 window-min-width. Add entries for window-splits and
18356 window-nest.
18357
18358 2011-06-09 Glenn Morris <rgm@gnu.org>
18359
18360 * calendar/appt.el (appt-mode-line): New function.
18361 (appt-check, appt-disp-window): Use it.
18362
18363 * files.el (hack-one-local-variable-eval-safep):
18364 Allow minor-modes with explicit +/-1 arguments.
18365
18366 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18367
18368 * term/xterm.el (xterm): Add defgroup.
18369 (xterm-extra-capabilities): Add defcustom to supply known xterm
18370 capabilities, skip querying them, or query them (default).
18371 (terminal-init-xterm): Use it.
18372 (terminal-init-xterm-modify-other-keys): New function to set up
18373 modifyOtherKeys support to simplify `terminal-init-xterm'.
18374
18375 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18376
18377 * window.el (resize-window-reset, resize-window-reset-1)
18378 (resize-subwindows-skip-p, resize-subwindows-normal)
18379 (resize-subwindows, resize-other-windows, resize-this-window)
18380 (resize-root-window, resize-root-window-vertically)
18381 (window-deletable-p, window-or-subwindow-p)
18382 (frame-root-window-p): New functions.
18383
18384 2011-06-09 Glenn Morris <rgm@gnu.org>
18385
18386 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18387 (ange-ftp-get-files): Use it.
18388
18389 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18390
18391 * mail/sendmail.el (mail-recover-1, mail-recover):
18392 * files.el (recover-file, recover-session):
18393 Handle dired-listing-switches not being just a single short option.
18394
18395 2011-06-09 Glenn Morris <rgm@gnu.org>
18396
18397 * calendar/appt.el (appt-display-message, appt-disp-window):
18398 Handle lists of appointments.
18399
18400 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18401
18402 * window.el (one-window-p): Move down in code.
18403 Rewrite doc-string.
18404 (window-current-scroll-bars): Rewrite doc-string.
18405 Normalize live window argument.
18406 (walk-windows, get-window-with-predicate, count-windows):
18407 Rewrite doc-string. Use window-list-1.
18408 (window-in-direction-2, window-in-direction, get-mru-window):
18409 New functions.
18410
18411 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18412
18413 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18414 Doc fix (Bug#8713).
18415
18416 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18417
18418 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18419
18420 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18421
18422 * loadhist.el (unload-feature-special-hooks):
18423 Add `comint-output-filter-functions'.
18424
18425 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18426
18427 * calendar/appt.el (appt-check): Move some initializations into the let.
18428
18429 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18430
18431 * window.el (window-height): Defalias to window-total-height.
18432 (window-width): Defalias to window-body-width.
18433
18434 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18435
18436 * image-mode.el (image-toggle-animation): New command.
18437 (image-mode-map): Bind it to RET.
18438 (image-mode): Update message.
18439 (image-toggle-display-image): Avoid a spurious cache flush.
18440 (image-transform-rotation): Doc fix.
18441 (image-transform-properties): Return quickly in the normal case.
18442 (image-animate-loop): Rename from image-animate-max-time.
18443
18444 * image.el (image-animate-max-time): Move to image-mode.el.
18445 (create-animated-image): Remove unnecessary function.
18446 (image-animate): Rename from image-animate-start. New arg.
18447 (image-animate-stop): Remove; just use image-animate-timer.
18448 (image-animate-timer): Use car-safe.
18449 (image-animate-timeout): Rename argument.
18450
18451 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18452
18453 * window.el (get-lru-window, get-largest-window): Move here from
18454 window.c. Rename first argument to ALL-FRAMES.
18455 Rephrase doc-strings.
18456 (get-buffer-window-list): Rewrite using window-list-1.
18457 Rephrase doc-string.
18458 (window-safe-min-height, window-safe-min-width): New constants.
18459 (window-size-ignore, window-min-size, window-min-size-1)
18460 (window-sizable, window-sizable-p, window-size-fixed-1)
18461 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18462 (window-max-delta-1, window-max-delta, window-resizable)
18463 (window-resizable-p, window-total-height, window-total-width)
18464 (window-body-width): New functions.
18465 (window-full-height-p, window-full-width-p): Rewrite using
18466 window-total-size.
18467 (window-body-height): Rewrite using window-body-size.
18468
18469 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18470
18471 * window.el (window-right, window-left, window-child)
18472 (window-child-count, window-last-child, window-any-p)
18473 (normalize-live-buffer, normalize-live-frame)
18474 (normalize-any-window, normalize-live-window)
18475 (window-iso-combination-p, window-iso-combined-p)
18476 (window-iso-combinations)
18477 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18478 (windows-with-parameter, window-with-parameter)
18479 (window-atom-root, make-window-atom, window-atom-check-1)
18480 (window-atom-check, window-side-check, window-check):
18481 New functions.
18482 (ignore-window-parameters, window-sides, window-sides-vertical)
18483 (window-sides-slots): New variables.
18484 (window-size-fixed): Move down in code. Minor doc-string fix.
18485
18486 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18487
18488 * comint.el (comint-dynamic-complete-as-filename)
18489 (comint-dynamic-complete-filename): Correctly call
18490 completion-in-region.
18491
18492 2011-06-05 Deniz Dogan <deniz@dogan.se>
18493
18494 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18495 in last change.
18496
18497 2011-06-05 Deniz Dogan <deniz@dogan.se>
18498
18499 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18500 (rcirc): Use it to prompt for encryption.
18501
18502 2011-06-05 Roland Winkler <winkler@gnu.org>
18503
18504 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18505 (bibtex-search-entries): New command bound to C-c C-a.
18506 (bibtex-display-entries): New function.
18507
18508 2011-06-05 Roland Winkler <winkler@gnu.org>
18509
18510 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18511 (bibtex-insert-kill): After yanking insert newline if necessary.
18512 (bibtex-initialize): Call bibtex-string-files-init only once.
18513 (bibtex-mode): Do not call easy-menu-add.
18514 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18515 (bibtex-yank): Set arg properly if nil.
18516
18517 2011-06-05 Roland Winkler <winkler@gnu.org>
18518
18519 * textmodes/bibtex.el (bibtex-search-entry-globally):
18520 New variable.
18521 (bibtex-search-entry): Use it.
18522
18523 2011-06-05 Roland Winkler <winkler@gnu.org>
18524
18525 * textmodes/bibtex.el (bibtex-entry-format): New option
18526 sort-fields.
18527 (bibtex-format-entry, bibtex-reformat): Honor this option.
18528 (bibtex-parse-entry): Return fields in proper order.
18529
18530 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18531
18532 * doc-view.el (doc-view-remove-if): Move computation of result out
18533 of `dolist' to silence misleading lexical-binding warning.
18534
18535 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18536
18537 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18538 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18539
18540 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18541
18542 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18543 "SunOS 5.10".
18544
18545 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18546
18547 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18548 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18549 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18550 (tramp-parse-putty):
18551 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18552 (tramp-completion-function-alist-ssh)
18553 (tramp-completion-function-alist-telnet)
18554 (tramp-completion-function-alist-su)
18555 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18556 cookie.
18557
18558 * net/tramp-ftp.el:
18559 * net/tramp-sh.el:
18560 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18561 load "tramp.el" `tramp-set-completion-function'.
18562
18563 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18564
18565 * shell.el: Require and use pcomplete.
18566 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18567 (shell-completion-vars): Set pcomplete-default-completion-function.
18568
18569 2011-06-04 Deniz Dogan <deniz@dogan.se>
18570
18571 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18572 `memq' (Bug#8799).
18573
18574 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18575
18576 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18577
18578 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18579
18580 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18581 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18582 * vc/log-view.el (log-view-beginning-of-defun):
18583 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18584 (smerge-refine-forward, smerge-refine-chopup-region):
18585 Silence warning for unused `dotimes' counter variables.
18586
18587 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * net/tramp.el (tramp-with-progress-reporter): Rename from
18590 with-progress-reporter. Use `declare'.
18591 * net/tramp-smb.el:
18592 * net/tramp-sh.el:
18593 * net/tramp-gvfs.el: Update all uses.
18594
18595 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18596
18597 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18598 buffer isn't killed before making it current.
18599
18600 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18601
18602 Silence various byte-compiler warnings.
18603 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18604 `access-type' and new obsolescence format.
18605 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18606 new format.
18607 (byte-compile-check-variable): New `access-type' argument.
18608 Only warn if the access-type is obsolete.
18609 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18610 (byte-compile-variable-set): Adjust callers.
18611 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18612 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18613 setting it as obsolete.
18614 * simple.el (minibuffer-completing-symbol):
18615 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18616 access as obsolete.
18617 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18618 obsolete yet.
18619 * international/quail.el (quail-mouse-choose-completion): Remove unused
18620 code referring to obsolete var.
18621 (quail-choose-completion-string): Remove.
18622 * server.el (server-clients-with, server-kill-buffer-query-function)
18623 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18624 * proced.el (proced-send-signal):
18625 * emacs-lisp/lisp.el (lisp-complete-symbol):
18626 Replace completion-annotate-function with completion-extra-properties.
18627
18628 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18629
18630 * simple.el (goto-line): Use read-number.
18631 (overriding-map-is-bound): Remove.
18632 (saved-overriding-map): Change default.
18633 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18634 Take the map as argument.
18635 (universal-argument, negative-argument, digit-argument): Use it.
18636 (restore-overriding-map): Adjust.
18637 (do-auto-fill): Use fill-forward-paragraph.
18638 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18639
18640 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18641 (minibuffer-inactive-mode): New major mode.
18642 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18643 the *Messages* buffer" hack.
18644 (mouse-popup-menubar): Don't burp if the event is a normal key.
18645
18646 Miscellaneous tweaks.
18647 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18648 lexical scoping as in subr.el's dolist and dotimes.
18649 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18650 Silence compiler warning.
18651 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18652 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18653 * international/ccl.el (ccl-compile): Trivial simplification.
18654 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18655 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18656 `printflag' argument.
18657 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18658 Purecopy the whole obsolescence data.
18659
18660 2011-06-01 Leo Liu <sdl.web@gmail.com>
18661
18662 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18663 improve doc-string as suggested by Marco Pessotto
18664 <melmothx@gmail.com>.
18665 (rcirc-print): Fix last change.
18666
18667 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * minibuffer.el (complete-with-action): Return nil for the metadata and
18670 boundaries of non-functional tables.
18671 (completion-table-dynamic): Return nil for the metadata.
18672 (completion-table-with-terminator): Add default case, using
18673 complete-with-action.
18674 (completion--metadata): New function.
18675 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18676 to try and avoid pathological performance problems.
18677 (completion--embedded-envvar-table): Return `category' metadata.
18678
18679 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18680
18681 * subr.el (process-alive-p): New tiny convenience function.
18682
18683 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18684
18685 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18686 content but also its previous major mode.
18687
18688 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18689
18690 * emacs-lisp/debug.el (debug): Restore the previous content of the
18691 *Backtrace* buffer when we exit with C-M-c.
18692
18693 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18694
18695 * minibuffer.el: Add metadata method to completion tables.
18696 (completion-category-overrides): New defcustom.
18697 (completion-metadata, completion--field-metadata)
18698 (completion-metadata-get, completion--styles)
18699 (completion--cycle-threshold): New functions.
18700 (completion-try-completion, completion-all-completions):
18701 Add `metadata' argument to choose completion-styles.
18702 (completion--do-completion): Use metadata to choose cycling.
18703 (completion-all-sorted-completions): Use metadata for sorting.
18704 Remove :completion-cycle-penalty which is not needed any more.
18705 (completion--try-word-completion): Add `metadata' argument.
18706 (minibuffer-completion-help): Check metadata for annotation function
18707 and sorting.
18708 (completion-file-name-table): Return `category' metadata.
18709 (minibuffer-completing-file-name): Make obsolete.
18710 * simple.el (minibuffer-completing-symbol): Make obsolete.
18711 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18712 completion-try-completion.
18713
18714 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18717
18718 2011-05-30 Leo Liu <sdl.web@gmail.com>
18719
18720 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18721 (rcirc-print): Decode all incoming messages (bug#8744).
18722 (rcirc-decode-coding-system): Allow value nil for automatic coding
18723 system detection.
18724
18725 2011-06-01 Glenn Morris <rgm@gnu.org>
18726
18727 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18728
18729 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18730
18731 * image.el (image-animate-max-time): Allow nil and t values.
18732 Default to nil.
18733 (create-animated-image): Doc fix.
18734 (image-animate-start): Remove second arg; just use
18735 image-animate-max-time.
18736 (image-animate-timeout): Doc fix. Args changed.
18737
18738 * image-mode.el (image-toggle-display-image): Ensure that the
18739 image spec passed to the animate timer is the same object as in
18740 the buffer's display property (Bug#6981).
18741 (image-transform-properties): Doc fix.
18742
18743 * image.el (image-animate-max-time): Default to nil.
18744
18745 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18746
18747 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18748 entire buffer list (Bug#8184).
18749
18750 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18751
18752 * image.el (imagemagick-types-inhibit)
18753 (imagemagick-register-types): Doc fix.
18754
18755 2011-05-29 Deniz Dogan <deniz@dogan.se>
18756
18757 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18758 default.
18759
18760 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18761
18762 * select.el: Don't perform clipboard-manager saving in hooks;
18763 leave the hooks empty.
18764
18765 2011-05-28 Leo Liu <sdl.web@gmail.com>
18766
18767 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18768 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18769 (occur-edit-mode): New major mode (Bug#8463).
18770 (occur-after-change-function): New function.
18771 (occur-engine): Give Occur tags a read-only property.
18772
18773 2011-05-28 Kevin Ryde <user42@zip.com.au>
18774
18775 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18776
18777 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * bindings.el (help-echo): Make the initial non-indicator dash
18780 empty on graphical terminals (Bug#7295).
18781
18782 * files.el (auto-mode-alist): Move config rule after the
18783 in-stripping one (Bug#8547).
18784
18785 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18786
18787 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18788 setting (Bug#8740).
18789
18790 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18791
18792 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18793 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18794 (Bug#8539).
18795
18796 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18797
18798 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18799
18800 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18801
18802 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18803 (hs-hide-block-at-point, hs-find-block-beginning)
18804 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18805 (Bug#8279).
18806
18807 2011-05-28 Glenn Morris <rgm@gnu.org>
18808
18809 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18810
18811 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18812
18813 * help-fns.el (describe-function-1): If the function is a derived
18814 major mode, print the parent mode.
18815
18816 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18817 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18818
18819 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18820
18821 * minibuffer.el (completion--capf-wrapper): Check applicability before
18822 returning non-nil for non-exclusive completion data.
18823 * progmodes/etags.el (tags-completion-at-point-function):
18824 * info-look.el (info-lookup-completions-at-point): Mark as
18825 non-exclusive.
18826 (info-complete): Adjust accordingly.
18827
18828 * info-look.el: Convert to lexical-binding and completion-at-point.
18829 (info-lookup-completions-at-point): New function.
18830 (info-complete): Use it and completion-in-region.
18831
18832 2011-05-28 Drew Adams <drew.adams@oracle.com>
18833
18834 * isearch.el: Let M-e start with point at the first mismatched char.
18835 (isearch-fail-pos): New function.
18836 (isearch-edit-string): Use it.
18837
18838 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18839
18840 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18841
18842 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18843
18844 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18845 traversal functions for avl-trees.
18846 (avl-tree--stack): New struct.
18847 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18848 (avl-tree-enter): Add optional `updatefun' arg.
18849 (avl-tree--do-enter): Add optional `updatefun' arg.
18850 Change return value.
18851 (avl-tree-delete): Add optional `test' and `nilflag' args.
18852 (avl-tree--do-delete): Add `test' and `nilflag' args.
18853 Change return value.
18854 (avl-tree-member): Add optional `nilflag'
18855 (avl-tree-member-p): New function.
18856 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18857 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18858 (avl-tree-stack-empty-p): New functions.
18859
18860 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18861 avl-tree--del-balance1 and make it work both ways.
18862 (avl-tree--del-balance2): Remove.
18863 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18864 make it work both ways.
18865 (avl-tree--enter-balance2): Remove.
18866 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18867 New macros.
18868 (avl-tree--mapc, avl-tree-map): Add direction argument.
18869
18870 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18871
18872 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18873
18874 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18875
18876 * select.el: Support clipboard managers with built-in function
18877 x-clipboard-manager-save, via delete-frame-functions and
18878 kill-emacs-hook.
18879 (xselect-convert-to-targets): Add MULTIPLE target to list.
18880 (xselect-convert-to-save-targets): New function.
18881
18882 2011-05-27 Kenichi Handa <handa@m17n.org>
18883
18884 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18885 let-binding rfc2047-encode-encoded-words to nil.
18886
18887 2011-05-27 Glenn Morris <rgm@gnu.org>
18888
18889 * mail/emacsbug.el: Don't require url-util.
18890
18891 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18892
18893 * files.el (set-auto-mode):
18894 Also respect mode: entries at the end of the file. (Bug#8586)
18895
18896 2011-05-26 Glenn Morris <rgm@gnu.org>
18897
18898 * files.el (hack-local-variables-prop-line, hack-local-variables):
18899 Downcase mode names, as seems to be traditional.
18900 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18901
18902 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18903 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18904
18905 2011-05-25 Julien Danjou <julien@danjou.info>
18906
18907 * textmodes/rst.el (rst-define-level-faces): Do not define face
18908 symbol if it is already defined.
18909
18910 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18911
18912 * play/5x5.el (5x5-new-game, 5x5-randomize):
18913 Reset 5x5-solver-output to nil when a new grid is cast.
18914 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18915 these debugging traces, as defmacro breaks the compiled code.
18916
18917 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18918
18919 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18920
18921 2011-05-24 Leo Liu <sdl.web@gmail.com>
18922
18923 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18924 (vc-bzr-sha1): Adapt.
18925
18926 * sha1.el: Remove. Function `sha1' is now builtin.
18927
18928 * bindings.el: Provide sha1 feature.
18929
18930 2011-05-24 Kenichi Handa <handa@m17n.org>
18931
18932 * mail/sendmail.el: Require `rfc2047'.
18933 (mail-insert-from-field): Do not perform RFC2047 encoding.
18934 (mail-encode-header): New function.
18935 (sendmail-send-it): Set buffer-file-coding-system of the work
18936 buffer to the return value of select-message-coding-system.
18937 Call mail-encode-header.
18938
18939 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18940
18941 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18942
18943 * mail/supercite.el (sc-default-cite-frame):
18944 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18945
18946 2011-05-24 Glenn Morris <rgm@gnu.org>
18947
18948 * progmodes/python.el (brm-menu): Declare.
18949
18950 * emulation/viper.el (viper-set-hooks): Declare.
18951
18952 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18953 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18954 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18955 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18956 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18957 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18958
18959 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18960
18961 Add an :exit-function for completion-at-point.
18962
18963 * minibuffer.el (completion--done): New fun.
18964 (completion--do-completion): Use it. New arg `expect-exact'.
18965 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18966 since completion--do-completion does it for us now.
18967 (minibuffer-force-complete): Use completion--done and
18968 completion--replace. Handle sole-completion case with more care.
18969 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18970 (completion-extra-properties): New var.
18971 (completion-annotate-function): Make obsolete.
18972 (minibuffer-completion-help): Adjust accordingly.
18973 Use completion-list-insert-choice-function.
18974 (completion-at-point, completion-help-at-point):
18975 Bind completion-extra-properties.
18976 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18977 * simple.el (completion-list-insert-choice-function): New var.
18978 (completion-setup-function): Preserve it.
18979 (choose-completion): Pay attention to it, shuffle the code a bit.
18980 (choose-completion-string): New arg `insert-function'.
18981
18982 * textmodes/bibtex.el: Convert to lexical binding.
18983 (bibtex-mode-map): Use completion-at-point.
18984 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18985 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18986 (bibtex-complete): Define as obsolete alias.
18987 (bibtex-complete-internal): Remove.
18988 (bibtex-format-entry): Remove unused sub-group in regexp.
18989 * shell.el (shell--command-completion-data)
18990 (shell-environment-variable-completion):
18991 * pcomplete.el (pcomplete-completions-at-point):
18992 * comint.el (comint--complete-file-name-data): Use :exit-function
18993 instead of completion-table-with-terminator so it also works for
18994 choose-completion.
18995
18996 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18997
18998 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18999
19000 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19001 (bug#8710).
19002
19003 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19004
19005 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
19006
19007 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19008 customization variable and implement: If non-nil, auto-fill will
19009 be inhibited while on topic's header line.
19010
19011 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
19012
19013 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19014 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
19015 always have a solution in grid size = 5 cases.
19016 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19017 (5x5-solver-output, 5x5-log-buffer): New vars.
19018 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19019 Make these variables buffer local to achieve 5x5 multi-session-ness.
19020 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19021 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19022 (5x5-solve-suggest): New funs.
19023 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19024 randomize a grid so that we ensure that there is always a solution.
19025 (5x5-make-random-grid): Allow other movement than flipping.
19026
19027 2011-05-23 Kevin Ryde <user42@zip.com.au>
19028
19029 * emacs-lisp/advice.el (ad-read-advised-function):
19030 Use `function-called-at-point' as the default, if it has
19031 advice and passes PREDICATE.
19032
19033 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19034
19035 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19036 byte-compile-lambda if it's actually a lambda.
19037
19038 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19039 Fix function quoting. Use backquote better.
19040
19041 2011-05-22 Yuanle Song <sylecn@gmail.com>
19042
19043 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19044 matching (Bug#8516).
19045
19046 2011-01-22 Jari Aalto <jari.aalto@cante.net>
19047
19048 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19049 different face (Bug#8178).
19050
19051 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
19052
19053 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19054 defface (Bug#8144).
19055
19056 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19057
19058 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19059 funcall as well (bug#8712). Warn when performing those conversions.
19060 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19061
19062 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19063
19064 2011-05-22 Glenn Morris <rgm@gnu.org>
19065
19066 * files.el (hack-local-variables-prop-line): Small simplifications.
19067 (hack-local-variables, hack-local-variables-prop-line):
19068 If MODE-ONLY, return the mode, rather than just `t'.
19069
19070 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19071
19072 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19073
19074 2011-05-21 Glenn Morris <rgm@gnu.org>
19075
19076 * files.el (hack-local-variables-prop-line, hack-local-variables):
19077 If only interested in the mode, don't bother doing the other stuff.
19078
19079 * image-mode.el (image-after-revert-hook):
19080 Redraw all frames on which the image is visible. (Bug#8567)
19081
19082 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19083
19084 * wid-edit.el (widget-checklist-match-inline):
19085 Fix 2011-04-19 change. (Bug#8649)
19086
19087 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19088
19089 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19090 Also allow singlespace after single-letter capitals followed by a dot.
19091
19092 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19093 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19094
19095 2011-05-20 Nix <nix@esperi.org.uk>
19096
19097 * files.el (basic-save-buffer-2):
19098 Fix handling of break-hardlink-on-save with non-existent files.
19099
19100 2011-05-19 Deniz Dogan <deniz@dogan.se>
19101
19102 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19103 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19104
19105 2011-05-19 Glenn Morris <rgm@gnu.org>
19106
19107 * progmodes/f90.el (f90-type-def-re):
19108 Handle "type, bind(c)". (Bug#8691)
19109
19110 * emacs-lisp/autoload.el (batch-update-autoloads):
19111 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19112
19113 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19114
19115 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19116 property for the correct connection in case of multihops.
19117
19118 2011-05-18 Glenn Morris <rgm@gnu.org>
19119
19120 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19121 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19122
19123 Rationalize calendar handling of day and month abbrev-arrays.
19124 * calendar/calendar.el (calendar-customized-p): New function.
19125 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19126 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19127 Add :set function.
19128 (calendar-abbrev-length, calendar-day-abbrev-array)
19129 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19130 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19131 Elements may no longer be nil.
19132 (calendar-day-name, calendar-month-name):
19133 Update for changed nature of abbrev arrays.
19134 * calendar/diary-lib.el (diary-name-pattern):
19135 Update for changed nature of abbrev arrays.
19136 (diary-mark-entries-1): Update calendar-make-alist calls.
19137 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19138 * calendar/cal-html.el (cal-html-day-abbrev-array):
19139 Simply inherit from calendar-day-abbrev-array.
19140
19141 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19142
19143 * progmodes/grep.el (grep-mode): Disable default
19144 compilation-directory-matcher setting (bug#8684).
19145
19146 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19147
19148 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19149 instead of "head" and "tail". There were problems with SunOS 5.9,
19150 and it performs better.
19151
19152 2011-05-17 Glenn Morris <rgm@gnu.org>
19153
19154 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19155
19156 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19157 Replace obsolete function.
19158
19159 * shell.el (pcomplete-parse-arguments-function): Declare.
19160
19161 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19162 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19163 (appt-check): Doc fixes.
19164 (appt-disp-window-function, appt-delete-window-function):
19165 Remove needless special case in custom :type.
19166 (appt-display-count): Default to 0, not nil.
19167 (appt-check): Reset appt-display-count to 0, not nil.
19168
19169 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
19170
19171 * progmodes/python.el (python-font-lock-keywords):
19172 Add the Python 3.X keyword "nonlocal" (bug#8639).
19173
19174 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19175
19176 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19177
19178 2011-05-16 Kevin Ryde <user42@zip.com.au>
19179
19180 * info-look.el (makefile-automake-mode): New setups, looking in
19181 automake manual, then makefile-mode.
19182 (makefile-mode): Remove automake manual, have it just in
19183 makefile-automake-mode since there's various things different or
19184 not relevant to plain make.
19185 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19186 believe a hypothetical automake-mode would go to makefile-mode,
19187 not the other way around.
19188
19189 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
19190
19191 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19192 hunk-end tags (Bug#8672).
19193
19194 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19195 vc-annotate-show-diff-revision-at-line (Bug#8671).
19196
19197 2011-05-14 Glenn Morris <rgm@gnu.org>
19198
19199 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19200 in the middle of an existing one with multiple authors. (Bug#8645)
19201 (change-log-font-lock-keywords): Also handle multiple author lines
19202 with leading tabs. (Bug#8644)
19203
19204 * calendar/appt.el (appt-check): Rename some local variables.
19205 Some simplification/reordering.
19206
19207 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19208 (feedmail-sendmail-f-doesnt-sell-me-out)
19209 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19210 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19211 (feedmail-queue-runner-message-sender): Set :version.
19212 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19213 (bbdb-dwim-net-address, vm-mail): Declare.
19214 (feedmail-binmail-gnulinuxish-template):
19215 Rename from feedmail-binmail-linuxish-template.
19216 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19217 Use insert-buffer-substring.
19218
19219 2011-05-14 Bill Carpenter <bill@carpenter.org>
19220
19221 * mail/feedmail.el (feedmail-patch-level): Increase.
19222 (feedmail-debug): New custom group.
19223 (feedmail-confirm-outgoing-timeout)
19224 (feedmail-sendmail-f-doesnt-sell-me-out)
19225 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19226 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19227 (feedmail-sender-line, feedmail-from-line)
19228 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19229 (feedmail-spray-this-address)
19230 (feedmail-spray-address-fiddle-plex-list)
19231 (feedmail-queue-use-send-time-for-date)
19232 (feedmail-queue-use-send-time-for-message-id)
19233 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19234 (feedmail-buffer-eating-function):
19235 Doc fixes.
19236 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19237 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19238 (feedmail-message-action-scroll-down): New functions.
19239 (feedmail-queue-directory, feedmail-queue-draft-directory):
19240 Use expand-file-name.
19241 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19242 Remove C-v help entry.
19243 (feedmail-queue-buffer-file-name): New variable.
19244 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19245 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19246 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19247 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19248 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19249 (feedmail-message-action-toggle-spray)
19250 (feedmail-run-the-queue-no-prompts)
19251 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19252 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19253 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19254 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19255 (feedmail-envelope-deducer, feedmail-fiddle-from)
19256 (feedmail-fiddle-sender, feedmail-default-date-generator)
19257 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19258 (feedmail-fiddle-spray-address)
19259 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19260 (feedmail-fiddle-list-of-fiddle-plexes)
19261 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19262 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19263 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19264 Change default. Doc fix.
19265 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19266 (feedmail-binmail-linuxish-template): New constant.
19267 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19268 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19269 (feedmail-send-it): Add debug call.
19270 Use feedmail-queue-buffer-file-name, and
19271 feedmail-send-it-immediately-wrapper.
19272 (feedmail-message-action-send): Add debug call.
19273 Use feedmail-send-it-immediately-wrapper.
19274 (feedmail-queue-express-to-queue): Add debug call.
19275 Run feedmail-queue-express-hook.
19276 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19277 (feedmail-message-action-help-blat):
19278 Rename from feedmail-queue-send-edit-prompt-help-first.
19279 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19280 Check line-endings. Handle errors better.
19281 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19282 Doc fix. Add debug call.
19283 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19284 Use feedmail-queue-send-edit-prompt-inner.
19285 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19286 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19287 from feedmail-queue-send-edit-prompt.
19288 (feedmail-queue-send-edit-prompt-help)
19289 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19290 (feedmail-tidy-up-slug): Add debug call.
19291 Respect feedmail-queue-slug-suspect-regexp.
19292 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19293 (feedmail-dump-message-to-queue): Add debug call.
19294 Expand queue-directory.
19295 (feedmail-dump-message-to-queue): Change message slightly.
19296 Use feedmail-say-chatter.
19297 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19298 (feedmail-send-it-immediately-wrapper): New function.
19299 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19300 Insert empty string rather than newline. Handle full-frame case.
19301 Use catch/throw. Use feedmail-say-chatter.
19302 (feedmail-fiddle-from): Try mail-host-address.
19303 (feedmail-default-message-id-generator): Doc fix.
19304 Bind system-time-locale. Handle missing end.
19305 (feedmail-fiddle-x-mailer): Add debug call.
19306 Handle feedmail-x-mailer-line being nil.
19307 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19308 Add debug call. Use buffer-substring-no-properties.
19309 (feedmail-say-debug, feedmail-say-chatter): New functions.
19310 (feedmail-find-eoh): Give an explicit error.
19311
19312 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19313
19314 * net/newst-treeview.el (newsticker-treeview-face): Change default
19315 family from helvetica to sans.
19316 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19317 etc/images/newsticker.
19318
19319 * net/newst-reader.el (newsticker-feed-face): Change default
19320 family from helvetica to sans.
19321
19322 * net/newst-plainview.el (newsticker-new-item-face)
19323 (newsticker-old-item-face, newsticker-immortal-item-face)
19324 (newsticker-obsolete-item-face, newsticker-date-face)
19325 (newsticker-statistics-face): Change default family from
19326 helvetica to sans.
19327 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19328 etc/images/newsticker.
19329
19330 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19331 (newsticker--process-auto-mark-filter-match): Tell user about
19332 auto-marking.
19333
19334 2011-05-13 Didier Verna <didier@xemacs.org>
19335
19336 Common Lisp indentation improvements on defmethod and lambda-lists.
19337 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19338 TODO entries.
19339 (lisp-lambda-list-keyword-parameter-indentation)
19340 (lisp-lambda-list-keyword-parameter-alignment)
19341 (lisp-lambda-list-keyword-alignment): New customizable user options.
19342 (lisp-indent-defun-method): Improve docstring.
19343 (extended-loop-p): Fix comment.
19344 (lisp-indent-lambda-list-keywords-regexp): New variable.
19345 (lisp-indent-lambda-list): New function.
19346 (lisp-indent-259): Use it.
19347 (lisp-indent-defmethod): Support for more than one
19348 method qualifier and properly indent methods lambda-lists.
19349 (defgeneric): Provide a missing common-lisp-indent-function property.
19350
19351 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19354 bounds for the empty string (bug#8667).
19355
19356 2011-05-13 Glenn Morris <rgm@gnu.org>
19357
19358 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19359
19360 * mail/sendmail.el (sendmail-program): Try executable-find first.
19361 (sendmail-send-it): `sendmail-program' cannot be unbound.
19362
19363 * calendar/appt.el (appt-make-list): Simplify.
19364 (appt-time-msg-list): Doc fix.
19365 (appt-check): Change mode-line message at the time of the appointment.
19366
19367 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19368
19369 * progmodes/ld-script.el (ld-script-keywords)
19370 (ld-script-builtins): Update keywords list.
19371
19372 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19373
19374 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19375
19376 * shell.el (shell-completion-vars): New function.
19377 (shell-mode):
19378 * simple.el (read-shell-command): Use it.
19379 (blink-matching-open): No need for " [...]" in minibuffer-message.
19380
19381 2011-05-12 Glenn Morris <rgm@gnu.org>
19382
19383 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19384 (appt-check): Simplify.
19385
19386 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19387
19388 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19389 literal "/dev/null".
19390
19391 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19392
19393 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19394 Fix typo.
19395
19396 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19397
19398 * progmodes/which-func.el (which-function):
19399 Use add-log-current-defun instead of add-log-current-defun-function,
19400 which might not be defined (Bug#8260).
19401
19402 2011-05-12 Glenn Morris <rgm@gnu.org>
19403
19404 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19405 Let byte-compile-initial-macro-environment always take precedence.
19406
19407 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19408
19409 * net/rcirc.el: Add support for SSL/TLS connections.
19410 (rcirc-server-alist): New field `encryption'.
19411 (rcirc): Check `encryption' settings.
19412 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19413 Merge make-local-variable into `set'.
19414 (rcirc--connection-open-p): New function.
19415 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19416 the process is not a network process (e.g. running gnutls-cli).
19417 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19418 Make rcirc-(en|de)code-coding-system local here.
19419 (rcirc-mode): Merge make-local-variable into `set'.
19420 (rcirc-parent-buffer): Make permanent buffer-local.
19421 (rcirc-multiline-minor-mode): Don't do it here.
19422 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19423 there's no server buffer.
19424
19425 2011-05-11 Glenn Morris <rgm@gnu.org>
19426
19427 * newcomment.el (comment-kill): Prefix "unused" local.
19428
19429 * term/w32console.el (get-screen-color): Declare.
19430
19431 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19432 Handle symbol elements of byte-compile-initial-macro-environment.
19433
19434 2011-05-10 Leo Liu <sdl.web@gmail.com>
19435
19436 * bookmark.el (bookmark-bmenu-mode-map):
19437 Bind bookmark-bmenu-search to `/'.
19438
19439 * mail/footnote.el: Convert to utf-8 encoding.
19440 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19441 (Footnote-unicode): New function.
19442 (footnote-style-alist): Add unicode style to the list.
19443 (footnote-style): Doc fix.
19444
19445 2011-05-10 Jim Meyering <meyering@redhat.com>
19446
19447 Fix doubled-word typos.
19448 * international/quail.el (quail-insert-kbd-layout): and and -> and
19449 * kermit.el: and and -> and
19450 * net/ldap.el (ldap-search-internal): to to -> to
19451 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19452 * progmodes/js.el (js-mode): and and -> and
19453 * textmodes/artist.el (artist-move-to-xy): at at -> at
19454 (artist-draw-region-trim-line-endings): if if -> if
19455 And Safetyc -> Safety.
19456 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19457
19458 2011-05-10 Glenn Morris <rgm@gnu.org>
19459 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 * files.el (hack-one-local-variable-eval-safep):
19462 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19463
19464 2011-05-10 Glenn Morris <rgm@gnu.org>
19465
19466 * calendar/diary-lib.el (diary-list-entries-hook)
19467 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19468 (diary-nongregorian-marking-hook, diary-list-entries)
19469 (diary-include-other-diary-files, diary-mark-entries)
19470 (diary-mark-included-diary-files): Doc fixes.
19471
19472 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19473
19474 * misc.el: Require tabulated-list.el during compilation.
19475
19476 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19477
19478 * progmodes/compile.el (compilation-start):
19479 Run compilation-filter-hook for the async case too.
19480 (compilation-filter-hook): Doc fix.
19481
19482 2011-05-09 Deniz Dogan <deniz@dogan.se>
19483
19484 * wdired.el: Remove outdated installation comment. Fix usage
19485 comment.
19486
19487 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19488
19489 * misc.el: Implement new command `list-dynamic-libraries'.
19490 (list-dynamic-libraries--loaded-only-p): New variable.
19491 (list-dynamic-libraries--refresh): New function.
19492 (list-dynamic-libraries): New command.
19493
19494 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19495
19496 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19497 Fix the ant regexp to handle end-line and end-column info from jikes.
19498 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19499 higher priority to avoid clobbering by gnu.
19500
19501 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19502
19503 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19504 if the face has existing theme settings (Bug#8454).
19505
19506 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19507
19508 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19509 Only match variables declared via `my' or `our' (Bug#8261).
19510
19511 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19512 special file names `.' and `..' (Bug#8259).
19513
19514 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19515
19516 * progmodes/grep.el (grep-mode-font-lock-keywords):
19517 Remove buffer-changing entries.
19518 (grep-filter): New function.
19519 (grep-mode): Add it to compilation-filter-hook.
19520
19521 * progmodes/compile.el (compilation-filter-hook)
19522 (compilation-filter-start): New defvars.
19523 (compilation-filter): Call compilation-filter-hook prior to
19524 updating the process mark.
19525
19526 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19529
19530 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19531
19532 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19533 mailclient-send-it even if window-system is nil. (Bug#8595)
19534
19535 * term/w32console.el (terminal-init-w32console):
19536 Call get-screen-color and use its output to set the frame
19537 background-mode. (Bug#8597)
19538
19539 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19540
19541 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19542 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19543 New functions.
19544 (defgeneric, eieio--defmethod): Use them.
19545 (eieio-defgeneric): Remove.
19546 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19547
19548 2011-05-07 Glenn Morris <rgm@gnu.org>
19549
19550 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19551 Use let rather than let*.
19552 (timeclock-find-discrep): Remove unused local.
19553
19554 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19555
19556 * calendar/appt.el (appt-time-msg-list): Doc fix.
19557
19558 2011-05-06 Noah Friedman <friedman@splode.com>
19559
19560 * apropos.el (apropos-print-doc): Only use
19561 emacs-lisp-docstring-fill-column when it is bound to an integer,
19562 per that variable's documentation.
19563
19564 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19565
19566 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19567 and warnings are not silently discarded (e.g. use -d instead of -P).
19568
19569 2011-05-06 Glenn Morris <rgm@gnu.org>
19570
19571 * calendar/appt.el (appt-message-warning-time): Doc fix.
19572 (appt-warning-time-regexp): New option.
19573 (appt-make-list): Respect appt-message-warning-time.
19574
19575 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19576 New options.
19577 (diary-add-to-list): Strip comments from the displayed string.
19578 (diary-mode): Set comment-start and comment-end.
19579
19580 * vc/diff-mode.el (smerge-refine-subst): Declare.
19581 (diff-refine-hunk): Don't require smerge-mode when compiling.
19582
19583 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19584
19585 * simple.el (list-processes): Return nil as the docstring says.
19586
19587 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19588
19589 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19590 to "".
19591 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19592 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19593 determining of binary transfer. (Bug#7383)
19594
19595 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19596
19597 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19598 Fix port computation bug. (Bug#8618)
19599
19600 2011-05-05 Glenn Morris <rgm@gnu.org>
19601
19602 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19603
19604 * simple.el (shell-dynamic-complete-functions)
19605 (comint-dynamic-complete-functions): Declare.
19606
19607 * net/network-stream.el (gnutls-negotiate):
19608 * simple.el (tabulated-list-print): Fix declarations.
19609
19610 * progmodes/gud.el (syntax-symbol, syntax-point):
19611 Remove unnecessary and incorrect declarations.
19612
19613 * emacs-lisp/check-declare.el (check-declare-scan):
19614 Handle byte-compile-initial-macro-environment in bytecomp.el.
19615
19616 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19617
19618 Fix earlier half-done eieio-defmethod change (bug#8338).
19619 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19620 Streamline and change calling convention.
19621 (defmethod): Adjust accordingly and simplify.
19622 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19623 new eieio--defmethod.
19624 (slot-boundp): Minor CSE simplification.
19625
19626 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19627
19628 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19629 (glasses-make-readable): Use glasses-separate-capital-groups.
19630
19631 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19632
19633 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19634 (warning-series): Doc fix.
19635 (display-warning): Don't try to create the buffer if we just found it.
19636
19637 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19638
19639 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19640 (autoload-find-generated-file): New function.
19641 (generate-file-autoloads): Bind generated-autoload-file to
19642 buffer-file-name.
19643 (update-file-autoloads, update-directory-autoloads):
19644 Use autoload-find-generated-file. If called interactively, prompt for
19645 output file (Bug#7989).
19646 (batch-update-autoloads): Doc fix.
19647
19648 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19649
19650 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19651
19652 2011-05-04 Glenn Morris <rgm@gnu.org>
19653
19654 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19655 function, so it follows changes in calendar-date-style.
19656 (diary-fancy-date-matcher): New function.
19657 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19658 (diary-fancy-font-lock-fontify-region-function):
19659 Use diary-fancy-date-pattern as a function.
19660
19661 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19662 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19663
19664 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19665
19666 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19667 instead of positional arguments. Allow :keylist and :crlfiles
19668 arguments.
19669 (open-gnutls-stream): Call it.
19670
19671 * net/network-stream.el (network-stream-open-starttls): Adjust to
19672 call `gnutls-negotiate' with :process and :hostname arguments.
19673
19674 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * minibuffer.el (completion--message): New function.
19677 (completion--do-completion, minibuffer-complete)
19678 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19679 (completion--do-completion): Don't ignore completion-auto-help when in
19680 icomplete-mode.
19681
19682 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19683 internal encoding (e.g. tibetan zero is not whitespace).
19684 (global-whitespace-mode): Prefer save-current-buffer.
19685 (whitespace-trailing-regexp): Remove useless save-match-data.
19686 (whitespace-empty-at-bob-regexp): Minor simplification.
19687
19688 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19689
19690 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19691
19692 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19693
19694 * textmodes/ispell.el (ispell-add-per-file-word-list):
19695 Use `concat' to create string for insertion.
19696
19697 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19698
19699 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19700 Avoid open-line which runs post-self-insert-hook.
19701 (bibtex-fill-entry): Remove unused `end' var.
19702
19703 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19704
19705 * textmodes/ispell.el (ispell-add-per-file-word-list):
19706 Protect against `nil' value of `comment-start' (Bug#8579).
19707
19708 2011-05-03 Leo Liu <sdl.web@gmail.com>
19709
19710 * isearch.el (isearch-yank-pop): New command.
19711 (isearch-mode-map): Bind it to `M-y'.
19712 (isearch-forward): Mention it.
19713
19714 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * simple.el (minibuffer-complete-shell-command): Remove.
19717 (minibuffer-local-shell-command-map): Use completion-at-point.
19718 (read-shell-command): Setup completion vars here instead.
19719 (read-expression-map): Bind TAB to symbol completion.
19720
19721 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19722 error directly rather via storing it into `results'.
19723
19724 2011-05-02 Leo Liu <sdl.web@gmail.com>
19725
19726 * vc/diff.el: Fix description.
19727
19728 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19729
19730 * server.el (server-eval-at): New function.
19731
19732 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19733
19734 * net/network-stream.el (open-network-stream): Take a :nowait
19735 parameter and pass it on to `make-network-process'.
19736 (network-stream-open-plain): Ditto.
19737
19738 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19739
19740 * faces.el (face-spec-set-match-display): Don't match toolkit
19741 options on terminal frames.
19742
19743 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * progmodes/pascal.el: Use lexical binding.
19746 (pascal-mode-map): Remove author preferences.
19747
19748 * pcomplete.el (pcomplete-std-complete): Don't abuse
19749 completion-at-point.
19750
19751 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19752
19753 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19754 removing code that has been dead since 1991 or so.
19755
19756 * startup.el (command-line): When warning about "_emacs", use a
19757 delayed warning to allow the user to filter it out.
19758
19759 2011-04-28 Deniz Dogan <deniz@dogan.se>
19760
19761 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19762 user has not joined.
19763
19764 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19767 aren't any completions at point.
19768
19769 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19770
19771 * subr.el (display-delayed-warnings): New function.
19772 (delayed-warnings-hook): New variable.
19773
19774 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * minibuffer.el (completion-at-point, completion-help-at-point):
19777 Don't presume that a given completion-at-point-function will always
19778 use the same calling convention.
19779
19780 * pcomplete.el (pcomplete-completions-at-point):
19781 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19782 pcomplete-seen is non-nil.
19783 (pcomplete-comint-setup): Also recognize the new comint/shell
19784 completion functions.
19785 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19786 pcomplete-seen is non-nil.
19787
19788 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19789
19790 * calendar/icalendar.el (diary-lib): Add require statement.
19791 (icalendar--create-uid): Read out a uid from a text-property on
19792 the first character in the entry. This allows for code to add its
19793 own uid to the entry.
19794 (icalendar--convert-float-to-ical): Add export of
19795 `diary-float'-entries save for those with the optional DAY
19796 argument.
19797
19798 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19799
19800 * subr.el (shell-quote-argument): Use alternate escaping strategy
19801 when we spot a variable reference in a string.
19802
19803 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19804
19805 * cus-start.el (all): Define customization for debug-on-event.
19806
19807 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19808
19809 * subr.el (shell-quote-argument): Escape correctly under Windows.
19810
19811 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19812
19813 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19814
19815 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19816
19817 * net/tramp.el (tramp-process-actions): Add POS argument.
19818 Delete region between POS and (pos).
19819
19820 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19821 Use `nil' position in `tramp-process-actions' call.
19822 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19823
19824 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19825 position in `tramp-process-actions' call.
19826
19827 * net/trampver.el: Update release number.
19828
19829 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19830
19831 * custom.el (defcustom): Obey lexical-binding.
19832
19833 Fix octave-inf completion problems reported by Alexander Klimov.
19834 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19835 Inherit from octave-mode-syntax-table.
19836 (inferior-octave-mode): Set info-lookup-mode.
19837 (inferior-octave-completion-at-point): New function.
19838 (inferior-octave-complete): Use it and completion-in-region.
19839 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19840 comint-filename-completion.
19841 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19842 symbol elements which shouldn't be word elements.
19843 (octave-font-lock-keywords, octave-beginning-of-defun)
19844 (octave-function-header-regexp): Adjust regexps accordingly.
19845 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19846
19847 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19848
19849 * net/gnutls.el (gnutls-errorp): Declare before first use.
19850
19851 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19852
19853 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19854 verify-error, and verify-hostname-error parameters. Check whether
19855 default trustfile exists before going to use it. Add missing
19856 argument to gnutls-message-maybe call. Return value.
19857 Reported by Claudio Bley <claudio.bley@gmail.com>.
19858 (open-gnutls-stream): Add usage example.
19859
19860 * net/network-stream.el (network-stream-open-starttls): Give host
19861 parameter to `gnutls-negotiate'.
19862 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19863 * subr.el (shell-quote-argument): Escape correctly under Windows.
19864
19865 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19866
19867 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19868 Use correct match group (bug#8438).
19869
19870 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19871
19872 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19873 (package-menu--generate): New arg specifying packages to show.
19874 (package-menu-refresh, package-menu-execute, list-packages):
19875 Callers changed.
19876 (package-show-package-list): New function, replacing deleted
19877 package--list-packages (renamed because it is non-internal).
19878
19879 * finder.el (finder-list-matches): Use package-show-package-list
19880 instead of deleted package--list-packages.
19881
19882 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19883 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19884 (vc-annotate-mode-map): Bind it to RET.
19885
19886 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19887
19888 * progmodes/etags.el (next-file): Don't use set-buffer to change
19889 buffers (Bug#8478).
19890
19891 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19892
19893 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19894
19895 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19896 (apropos-accumulator): Doc fix.
19897 (apropos-function, apropos-macro, apropos-command)
19898 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19899 (apropos-plist): Add face property.
19900 (apropos-symbols-internal): Fix indentation.
19901 (apropos-print): Simplify help, and recognize apropos-multi-type.
19902 (apropos-print-doc): Use button-type-get to extract the button's
19903 face property. Fill docstring (Bug#8352).
19904
19905 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19906
19907 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19908
19909 * play/mpuz.el (mpuz-silent): Doc fix.
19910 (mpuz-mode-map): Use mapc.
19911 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19912 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19913 Fix typos in docstrings.
19914
19915 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19916 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19917
19918 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19919
19920 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19921
19922 * minibuffer.el (completion--do-completion): Avoid the "Next char
19923 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19924
19925 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19926 mouse-2 into unread-command-events, it is interpreted correctly.
19927
19928 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19929 (image-toggle-display): Doc fix.
19930
19931 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19932
19933 * textmodes/page.el (what-page): Use line-number-at-pos to
19934 calculate line number (Bug#6825).
19935
19936 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19937
19938 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19939 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19940 Pass argument NO-DEFAULT to `find-tag-interactive'.
19941
19942 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19943
19944 Lexical-binding cleanup.
19945
19946 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19947 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19948 * progmodes/ada-prj.el (ada-prj-initialize-values)
19949 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19950 (ada-prj-show-value):
19951 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19952 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19953 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19954 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19955 * progmodes/bug-reference.el (bug-reference-push-button):
19956 * progmodes/fortran.el (fortran-line-length):
19957 * progmodes/glasses.el (glasses-change):
19958 * progmodes/octave-mod.el (octave-fill-paragraph):
19959 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19960 (python-pdbtrack-grub-for-buffer, python-sentinel):
19961 * progmodes/sql.el (sql-save-connection):
19962 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19963 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19964 Mark unused parameters.
19965
19966 * progmodes/compile.el (compilation--flush-directory-cache)
19967 (compilation--flush-parse, compile-internal): Mark unused parameters.
19968 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19969 (compilation-next-error-function): Remove unused variable `timestamp'.
19970
19971 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19972 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19973
19974 * progmodes/dcl-mode.el (dcl-end-of-command):
19975 Remove unused variable `start'.
19976 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19977 (dcl-option-value-basic, dcl-option-value-offset)
19978 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19979 Mark unused parameters.
19980 (dcl-save-local-variable): Remove unused variable `val'.
19981 (mode): Declare.
19982
19983 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19984 Mark unused parameters.
19985 (delphi-ignore-changes): Move before first use.
19986 (delphi-charset-token-at): Remove unused variable `start'.
19987 (delphi-else-start): Remove unused variable `if-count'.
19988 (delphi-comment-block-start, delphi-comment-block-end):
19989 Remove unused variable `kind'.
19990 (delphi-indent-line): Remove unused variable `new-point'.
19991
19992 * progmodes/ebrowse.el (ebrowse-files-list)
19993 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19994 Mark unused parameters. Don't quote `lambda'.
19995 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19996 Don't quote `lambda'.
19997 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19998 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19999 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20000 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20001 Use `ignore-errors'.
20002 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20003 (ebrowse-view/find-file-and-search-pattern)
20004 (ebrowse-view/find-member-declaration/definition):
20005 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20006 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20007 Rename parameter PREFIX-ARG to PREFIX.
20008 (ebrowse-tags-read-name): Remove unused variables `start' and
20009 `member-info'.
20010 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20011 to `tags-file'.
20012
20013 * progmodes/etags.el (local-find-tag-hook): Declare.
20014 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20015 Mark unused parameters.
20016
20017 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20018 (executable-interpret): Mark unused parameter.
20019
20020 * progmodes/flymake.el (flymake-process-sentinel)
20021 (flymake-after-change-function)
20022 (flymake-create-temp-with-folder-structure)
20023 (flymake-get-include-dirs-dot): Mark unused parameters.
20024 (flymake-safe-delete-directory): Remove unused variable `err'.
20025
20026 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20027 (speedbar-timer-fn, speedbar-line-text)
20028 (speedbar-change-expand-button-char, speedbar-delete-subblock)
20029 (speedbar-center-buffer-smartly): Declare functions.
20030 (gdb-find-watch-expression): Remove unused variable `array'.
20031 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20032 (gdb-starting): Mark unused parameters.
20033 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20034 (gdb-table-string): Remove unused variable `res'.
20035 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20036 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20037 (gdb-display-buffer): Remove unused variable `cur-size'.
20038
20039 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20040 allow lexical-binding compilation.
20041 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20042 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20043 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20044 Mark unused parameters.
20045 (gud-gdb-marker-filter): Remove unused variable `match'.
20046 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20047 lambda expressions and funcall them, instead of using `fset'.
20048
20049 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20050 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20051
20052 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20053 variable `header-beg'; use `let'.
20054
20055 * progmodes/icon.el (indent-icon-exp): Remove unused variables
20056 `restart', `last-sexp' and `at-do'.
20057
20058 * progmodes/js.el (js--debug): Mark unused parameter.
20059 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20060 (js--splice-into-items): Remove unused variable `item'.
20061 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20062
20063 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20064 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20065 (makefile-complete): Remove unused variable `try'.
20066 (makefile-fill-paragraph, makefile-match-function-end):
20067 Mark unused parameters.
20068
20069 * progmodes/octave-inf.el (inferior-octave-complete):
20070 Remove unused variable `proc'.
20071 (inferior-octave-output-digest): Mark unused parameter.
20072
20073 * progmodes/perl-mode.el (perl-calculate-indent):
20074 Remove unused variable `err'.
20075
20076 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20077 (prolog-indent-line): Mark unused parameters.
20078 (prolog-indent-line): Remove unused variable `beg'.
20079
20080 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20081 (reporter-dont-compact-list): Declare.
20082
20083 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20084 Remove unused variable `char'.
20085 (sh-debug): Mark unused parameter.
20086 (sh-get-indent-info): Remove unused variable `start'.
20087 (sh-calculate-indent): Remove unused variable `var'.
20088
20089 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20090 (simula-electric-keyword): Remove unused variable `null'.
20091 (simula-search-backward, simula-search-forward): Remove unused
20092 variables `begin' and `end'.
20093
20094 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20095 Remove unused variable `pos'.
20096 (vera-electric-tab, vera-comment-uncomment-region):
20097 Mark unused parameters.
20098 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20099
20100 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20101
20102 * emacs-lisp/package.el (package--builtins, package-alist)
20103 (package-load-descriptor, package-built-in-p, package-activate)
20104 (define-package, package-installed-p)
20105 (package-compute-transaction, package-buffer-info)
20106 (package--push): Doc fix. Distinguish more clearly between
20107 version strings and version lists.
20108
20109 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20110
20111 Lexical-binding cleanup.
20112
20113 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20114 (5x5-make-mutate-best):
20115 * play/fortune.el (fortune-in-buffer):
20116 * play/gomoku.el (gomoku-init-display):
20117 * play/solitaire.el (solitaire, solitaire-do-check):
20118 * play/tetris.el (tetris-default-update-speed-function):
20119 Mark unused parameters.
20120
20121 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20122 (bubbles--shift): Remove unused variable `char-org'.
20123 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20124 (bubbles--show-images): Remove unused variable `char'.
20125
20126 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20127 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20128 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20129 (decipher-analyze-buffer): Use ?\s.
20130 (decipher-make-checkpoint): Remove unused variable `mapping'.
20131
20132 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20133
20134 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20135 Remove unused variable `result'; use `let'.
20136
20137 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20138 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20139 (gametree-children-shown-p, gametree-compute-reduced-score):
20140 Use `ignore-errors'.
20141
20142 * play/handwrite.el (ps-lpr-switches): Declare.
20143 (handwrite): Remove unused variables `pmin' and `lastp'.
20144
20145 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20146
20147 * play/landmark.el (landmark-init-display)
20148 (landmark-update-naught-weights): Mark unused parameters.
20149 (landmark-y): Remove unused variable `noise'. Simplify.
20150 (landmark-human-plays): Remove unused variable `score'.
20151
20152 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20153 (mpuz-try-proposal): Remove unused variable `game'.
20154
20155 * play/zone.el (life-patterns): Declare.
20156
20157 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
20158
20159 * vc/vc.el (ediff-vc-internal): Declare function.
20160
20161 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * shell.el: Use lexical-binding and std completion UI.
20164 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20165 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20166 comint-preoutput-filter-functions rather than on
20167 comint-output-filter-functions.
20168 (shell-command-completion, shell--command-completion-data)
20169 (shell-filename-completion, shell-environment-variable-completion)
20170 (shell-c-a-p-replace-by-expanded-directory): New functions.
20171 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20172 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20173 (shell-dynamic-complete-environment-variable): Use them.
20174 (shell-dynamic-complete-as-environment-variable)
20175 (shell-dynamic-complete-as-command): Remove.
20176 (shell-match-partial-variable): Match past point.
20177 * comint.el: Clean up use of completion-at-point-functions.
20178 (comint-completion-at-point): New function.
20179 (comint-mode): Use it completion-at-point-functions.
20180 (comint-dynamic-complete): Make it obsolete.
20181 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20182 (comint-c-a-p-replace-by-expanded-history): New function.
20183 (comint-dynamic-complete-functions)
20184 (comint-replace-by-expanded-history): Use it.
20185 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20186 termination strings. Try harder to avoid second try-completion.
20187 (completion-in-region-mode-map): Disable bindings that don't work yet.
20188
20189 * comint.el: Use lexical-binding. Require CL.
20190 (comint-dynamic-complete-functions): Use comint-filename-completion.
20191 (comint-completion-addsuffix): Tweak custom type.
20192 (comint-filename-completion, comint--common-suffix)
20193 (comint--common-quoted-suffix, comint--table-subvert)
20194 (comint--complete-file-name-data): New functions.
20195 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20196 (comint-dynamic-list-filename-completions): Use them.
20197 (comint-dynamic-simple-complete): Make obsolete.
20198
20199 * minibuffer.el (completion-in-region-mode):
20200 Keep completion-in-region-mode--predicate global.
20201 (completion-in-region--postch):
20202 Assume completion-in-region-mode--predicate is not null.
20203
20204 * progmodes/flymake.el (flymake-start-syntax-check-process):
20205 Obey `dir'. Simplify.
20206
20207 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20208 we're in VC after all.
20209
20210 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20211
20212 * vc/vc.el (vc-diff-build-argument-list-internal)
20213 (vc-version-ediff, vc-ediff): New commands.
20214 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20215
20216 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20219 add sanity check.
20220
20221 * obsolete/erc-hecomplete.el: Make obsolete.
20222 * obsolete/: Standardize obsolescence info in the header.
20223
20224 2011-04-20 Glenn Morris <rgm@gnu.org>
20225
20226 * calendar/solar.el (solar-horizontal-coordinates):
20227 Use the longitude argument rather than `calendar-longitude'.
20228 (solar-date-next-longitude): Remove unused locals.
20229
20230 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20231
20232 * whitespace.el: New version 13.2.1.
20233
20234 2011-04-20 felix <EmacsWiki> (tiny change)
20235
20236 * whitespace.el (global-whitespace-mode): Keep highlight when
20237 switching between major modes on a file.
20238
20239 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20240
20241 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20242 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20243 multi-line comments as well.
20244
20245 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20246
20247 Lexical-binding cleanup.
20248
20249 * arc-mode.el (archive-mode-revert):
20250 * cmuscheme.el (scheme-interactively-start-process):
20251 * custom.el (custom-initialize-delay):
20252 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20253 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20254 * emacs-lock.el (emacs-lock-clear-sentinel):
20255 * ezimage.el (defezimage):
20256 * follow.el (follow-avoid-tail-recenter):
20257 * fringe.el (set-fringe-mode-1):
20258 * generic-x.el (bat-generic-mode-compile):
20259 * help-mode.el (help-info-variable, help-do-xref)
20260 (help-mode-revert-buffer):
20261 * help.el (view-emacs-todo):
20262 * iswitchb.el (iswitchb-completion-help):
20263 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20264 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20265 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20266 * locate.el (locate-update):
20267 * longlines.el (longlines-encode-region)
20268 (longlines-after-change-function):
20269 * outline.el (outline-isearch-open-invisible):
20270 * ps-def.el (declare-function, charset-dimension, char-width)
20271 (encode-char):
20272 * ps-mule.el (ps-mule-plot-string):
20273 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20274 (recentf-edit-list-select, recentf-edit-list-validate)
20275 (recentf-open-files-action):
20276 * rect.el (delete-whitespace-rectangle-line)
20277 (rectangle-number-line-callback):
20278 * register.el (window-configuration-to-register)
20279 (frame-configuration-to-register):
20280 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20281 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20282 (xselect-convert-to-targets, xselect-convert-to-delete)
20283 (xselect-convert-to-filename, xselect-convert-to-charpos)
20284 (xselect-convert-to-lineno, xselect-convert-to-colno)
20285 (xselect-convert-to-os, xselect-convert-to-host)
20286 (xselect-convert-to-user, xselect-convert-to-class)
20287 (xselect-convert-to-name, xselect-convert-to-integer)
20288 (xselect-convert-to-atom, xselect-convert-to-identity):
20289 * subr.el (declare, ignore, process-kill-without-query)
20290 (text-clone-maintain):
20291 * terminal.el (te-get-char, te-tic-sentinel):
20292 * tool-bar.el (tool-bar-make-keymap):
20293 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20294 * type-break.el (type-break-mode, type-break-noninteractive-query):
20295 * view.el (View-back-to-mark):
20296 * wid-browse.el (widget-browse-action, widget-browse-widget)
20297 (widget-browse-widgets, widget-browse-sexp):
20298 * widget.el (define-widget-keywords):
20299 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20300 Mark unused parameters.
20301
20302 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20303 (align-areas): Remove unused variable `look'.
20304 (align-region): Remove unused variables `real-end' and `pos-list'.
20305
20306 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20307
20308 * bindings.el (mode-line-modified, mode-line-remote):
20309 Mark unused parameters.
20310 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20311
20312 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20313 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20314
20315 * comint.el (comint-history-isearch-pop-state)
20316 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20317 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20318 (comint-substitute-in-file-name): Doc fix.
20319
20320 * completion.el (cmpl-statistics-block): Mark unused parameter.
20321 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20322 (save-completions-to-file, load-completions-from-file):
20323 Remove unused local variable `e'.
20324
20325 * composite.el (compose-chars): Remove unused variable `len'.
20326 (lgstring-insert-glyph): Remove unused variable `g'.
20327 (compose-glyph-string): Remove unused variables `ascent',
20328 `descent', `lbearing' and `rbearing'.
20329 (compose-glyph-string-relative): Remove unused variables
20330 `lbearing', `rbearing' and `wadjust'.
20331 (compose-gstring-for-graphic): Remove unused variables `header',
20332 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20333 (compose-gstring-for-terminal): Remove unused variables `header'
20334 and `nchars'. Use `let', not `let*'.
20335
20336 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20337 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20338 (Custom-buffer-done, custom-buffer-create-internal)
20339 (custom-browse-visibility-action, custom-browse-group-tag-action)
20340 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20341 (widget-magic-mouse-down-action, custom-toggle-parent)
20342 (custom-add-parent-links, custom-toggle-hide-variable)
20343 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20344 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20345 (custom-face-menu-create, custom-variable-menu-create, get)
20346 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20347 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20348 (customize-apropos): Remove unused variable `tests'.
20349 (custom-group-value-create): Remove unused variable `hidden-p'.
20350 (sort-fold-case): Declare.
20351
20352 * cus-theme.el (custom-reset-standard-faces-list)
20353 (custom-reset-standard-variables-list): Declare.
20354 (customize-create-theme, custom-theme-revert, custom-theme-write)
20355 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20356 Mark unused parameters.
20357
20358 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20359
20360 * delim-col.el (delimit-columns-max): Move defvar before first use.
20361
20362 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20363 (describe-char): Don't quote `lambda'. Mark unused parameter.
20364
20365 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20366 (auto-insert): Declare.
20367 (desktop-restore-file-buffer): Rename desktop-* parameters;
20368 mark unused ones.
20369 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20370 (desktop-buffer): Rename desktop-* parameters.
20371
20372 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20373 (dframe-reposition-frame-xemacs, dframe-help-echo)
20374 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20375 Mark unused parameters.
20376
20377 * dired-aux.el (backup-extract-version-start, overwrite-query)
20378 (overwrite-backup-query, rename-regexp-query)
20379 (rename-non-directory-query): Declare.
20380 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20381 (dired-add-entry): Remove unused variable `orig-file-name'.
20382 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20383 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20384 `dired-copy-preserve-time' directly.
20385 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20386 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20387
20388 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20389 (dired-virtual-revert, dired-make-relative-symlink):
20390 Mark unused parameters.
20391 (manual-program): Declare.
20392 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20393 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20394 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20395
20396 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20397
20398 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20399
20400 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20401 Declare.
20402
20403 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20404
20405 * electric.el (Electric-command-loop): Rename parameter
20406 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20407
20408 * expand.el (expand-in-literal): Remove unused variable `here'.
20409
20410 * facemenu.el (facemenu-add-new-color):
20411 Remove unused variable `docstring'.
20412
20413 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20414 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20415 (face-attr-construct): Mark unused parameter. Doc fix.
20416 (read-color): Remove unused variable `hex-string'.
20417
20418 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20419 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20420 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20421 (display-buffer-other-frame): Remove unused variable `old-window'.
20422 (kill-buffer-hook): Declare.
20423 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20424 Mark unused parameters.
20425 (after-find-file): Pass 1 to `auto-save-mode', not t.
20426
20427 * files-x.el (auto-insert): Declare.
20428 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20429
20430 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20431 variable `buf'. Mark unused parameter.
20432 (find-lisp-insert-directory): Mark unused parameter.
20433
20434 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20435 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20436 (format-common-tail): Remove, unused.
20437 (format-deannotate-region): Remove unused variable `loc'.
20438 (format-annotate-region): Remove unused variable `p'.
20439 (format-annotate-single-property-change): Remove unused variables
20440 `default' and `tail'.
20441
20442 * forms.el (read-file-filter): Declare.
20443 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20444
20445 * frame.el (frame-creation-function-alist): Mark unused parameter.
20446 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20447
20448 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20449 Remove unused parameters.
20450 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20451 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20452
20453 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20454 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20455 (hfy-prepare-tag-map): Mark unused parameters.
20456 (htmlfontify-buffer): Use `called-interactively-p'.
20457
20458 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20459 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20460 (ibuffer-do-occur): Mark unused parameters.
20461 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20462 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20463
20464 * ibuffer.el: Don't quote `lambda'.
20465 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20466 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20467 Mark unused parameters.
20468
20469 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20470 (ido-completing-read): Mark unused parameters.
20471 (ido-copy-current-word): Mark unused parameters;
20472 remove unused variable `name'.
20473 (ido-sort-merged-list): Remove unused parameter `dirs'.
20474
20475 * ielm.el (ielm-input-sender): Mark unused parameter.
20476 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20477 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20478 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20479 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20480 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20481
20482 * image-dired.el (image-dired-display-thumbs): Remove unused
20483 variables `curr-file' and `count'.
20484 (image-dired-remove-tag): Remove unused variable `start'.
20485 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20486 variable `curr-file'
20487 (image-dired-rotate-original): Remove unused variable `temp-file'.
20488 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20489 Remove unused variable `file'.
20490 (image-dired-gallery-generate): Remove unused variable `curr'.
20491 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20492
20493 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20494
20495 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20496
20497 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20498
20499 * isearch.el (minibuffer-history-symbol): Declare.
20500 (isearch-edit-string): Remove unused variable `err'.
20501 (isearch-message-prefix, isearch-message-suffix):
20502 Mark unused parameters.
20503
20504 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20505
20506 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20507
20508 * makesum.el (double-column): Remove unused variable `cnt'.
20509
20510 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20511 (ido-ignore-item-temp-list): Declare.
20512
20513 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20514 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20515 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20516 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20517 `mouse-col-delta'.
20518
20519 * mouse-sel.el (mouse-extend-internal):
20520 Remove unused variable `orig-window-frame'.
20521
20522 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20523 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20524 Move declarations before first use.
20525 (pcomplete-opt): Mark unused parameters; doc fix.
20526
20527 * proced.el (proced-revert): Mark unused parameter.
20528 (proced-send-signal): Remove unused variable `err'.
20529
20530 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20531 Rename parameter PREFIX-ARG to ARG.
20532 (ps-basic-plot-string, ps-basic-plot-whitespace):
20533 Mark unused parameters.
20534
20535 * replace.el (replace-count): Define.
20536 (occur-revert-function): Mark unused parameters.
20537 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20538 (isearch-case-fold-search, isearch-string): Declare.
20539 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20540 bind `case-fold-search'. Remove unused variables `beg' and `end',
20541 and simplify.
20542 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20543 COUNT and bind `replace-count'.
20544 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20545 to COUNT.
20546
20547 * savehist.el (print-readably, print-string-length): Declare.
20548
20549 * shadowfile.el (shadow-expand-cluster-in-file-name):
20550 Remove unused variable `cluster'.
20551 (shadow-copy-file): Remove unused variable `i'.
20552 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20553 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20554 (shadow-define-literal-group, shadow-define-regexp-group)
20555 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20556
20557 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20558 (shell): Use `called-interactively-p'.
20559 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20560
20561 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20562 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20563 (delete-backward-char): Remove unused variable `ocol'.
20564 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20565 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20566 (event-apply-hyper-modifier, event-apply-shift-modifier)
20567 (event-apply-control-modifier, event-apply-meta-modifier):
20568 Mark unused parameters.
20569 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20570 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20571
20572 * speedbar.el (speedbar-ignored-directory-expressions)
20573 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20574 (speedbar-find-file, speedbar-dir-follow)
20575 (speedbar-directory-buttons-follow, speedbar-tag-find)
20576 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20577 (speedbar-buffers-line-directory, speedbar-buffer-click):
20578 Mark unused parameters.
20579 (speedbar-tag-file): Remove unused variable `mode'.
20580 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20581
20582 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20583
20584 * talk.el (talk): Remove unused variable `display'.
20585
20586 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20587 (tar-write-region-annotate): Mark unused parameter.
20588
20589 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20590 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20591 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20592 warning by another.
20593
20594 * time-stamp.el (time-stamp-string-preprocess):
20595 Remove unused variable `require-padding'.
20596
20597 * tree-widget.el (widget-glyph-enable): Declare.
20598 (tree-widget-action): Mark unused parameter.
20599
20600 * w32-fns.el (x-get-selection): Mark unused parameter.
20601 (autoload-make-program, generated-autoload-file): Declare.
20602
20603 * wdired.el (wdired-revert): Mark unused parameters.
20604 (wdired-xcase-word): Remove unused variable `err'.
20605
20606 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20607 (whitespace-help-scroll): Remove unused variable `data-help'.
20608
20609 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20610 (widget-image-insert, widget-after-change, default)
20611 (widget-default-format-handler, widget-default-notify)
20612 (widget-default-prompt-value, widget-info-link-action)
20613 (widget-url-link-action, widget-function-link-action)
20614 (widget-variable-link-action, widget-file-link-action)
20615 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20616 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20617 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20618 (widget-insert-button-action, widget-delete-button-action, visibility)
20619 (widget-documentation-link-action, widget-documentation-string-action)
20620 (widget-const-prompt-value, widget-regexp-match, symbol)
20621 (widget-coding-system-prompt-value)
20622 (widget-key-sequence-value-to-external, sexp)
20623 (widget-sexp-value-to-internal, character, vector, cons)
20624 (widget-choice-prompt-value, widget-boolean-prompt-value)
20625 (widget-color--choose-action): Mark unused parameters.
20626 (widget-item-match-inline, widget-choice-match-inline)
20627 (widget-checklist-match, widget-checklist-match-inline)
20628 (widget-group-match): Rename parameter VALUES to VALS.
20629 (widget-field-value-set): Remove unused variable `size'.
20630 (widget-color-action): Remove unused variables `value' and `start'.
20631
20632 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20633 variable `dir'. Doc fix.
20634 (windmove-find-other-window): Don't pass it.
20635
20636 * window.el (count-windows): Mark unused parameter.
20637 (bw-adjust-window): Remove unused variable `err'.
20638
20639 * woman.el (woman-file-name): Remove unused variable `default'.
20640 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20641 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20642 (global-font-lock-mode): Declare.
20643 (woman-decode-region): Mark unused parameter.
20644 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20645
20646 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20647 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20648 (x-dnd-handle-moz-url): Remove unused variable `title'.
20649 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20650
20651 * xml.el (xml-parse-tag, xml-parse-attlist):
20652 Remove unused variable `pos'.
20653
20654 2011-04-19 Glenn Morris <rgm@gnu.org>
20655
20656 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20657 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20658 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20659 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20660 * calendar/cal-html.el (cal-html-insert-minical):
20661 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20662 (calendar-mark-date-pattern):
20663 Prefix "unused" locals.
20664
20665 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20666 optional argument `style'.
20667
20668 * calendar/appt.el (appt-make-list):
20669 * calendar/cal-china.el (calendar-chinese-date-string):
20670 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20671 (diary-hebrew-yahrzeit):
20672 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20673 * calendar/calendar.el (calendar-generate-window):
20674 * calendar/time-date.el (time-to-days):
20675 Remove unused local variables.
20676
20677 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20678
20679 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20680 glyphless-char-display table.
20681 (tabulated-list-glyphless-char-display): New var.
20682
20683 2011-04-18 Sam Steingold <sds@gnu.org>
20684
20685 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20686 to acknowledgments.
20687
20688 2011-04-17 Glenn Morris <rgm@gnu.org>
20689
20690 * calendar/diary-lib.el (diary-sexp-entry):
20691 * calendar/holidays.el (holiday-sexp):
20692 Set debug-on-error rather than the removed stack-trace-on-error.
20693
20694 2011-04-16 Glenn Morris <rgm@gnu.org>
20695
20696 * progmodes/f90.el: Use lexical-binding.
20697 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20698
20699 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20700
20701 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20702 (mail-mode): Setup mailalias completion here instead.
20703 * mail/mailalias.el: Use lexical-binding.
20704 (pattern, mailalias-done): Declare dynamic.
20705 (mail-completion-at-point-function): New function, from mail-complete.
20706 (mail-complete): Use it.
20707 (mail-completion-expand): New function.
20708 (mail-get-names): Use it.
20709 (mail-directory, mail-directory-process, mail-directory-stream):
20710 Don't use `pattern' for lexically bound arg.
20711
20712 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20713
20714 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20715 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20716 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20717
20718 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20719 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20720 (byte-interactive-p): Define them again, for use when inlining
20721 old code.
20722
20723 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20724
20725 * loadup.el: Use `string-to-number', not `string-to-int'.
20726
20727 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20728
20729 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20730 gud-gdb-complete-command.
20731 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20732 (gud-gdb-completion-at-point): New function.
20733 (gud-gdb-completions): Remove.
20734
20735 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20736
20737 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20738 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20739 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20740 whether `executable-find' is bound.
20741
20742 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20743
20744 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20745
20746 * minibuffer.el (completion-in-region-mode-predicate)
20747 (completion-in-region-mode--predicate): New vars.
20748 (completion-in-region, completion-in-region--postch)
20749 (completion-in-region-mode): Use them.
20750 (completion--capf-wrapper): Also return the hook function.
20751 (completion-at-point, completion-help-at-point):
20752 Adjust and provide a predicate.
20753
20754 Preserve arg names for advice of subr and lexical functions (bug#8457).
20755 * help-fns.el (help-function-arglist): Consolidate the subr and
20756 new-byte-code cases. Add argument `preserve-names' to extract names
20757 from the docstring when needed.
20758 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20759 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20760 (ad-arglist): Use help-function-arglist's new arg.
20761 (ad-definition-type): Use cond.
20762
20763 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20764
20765 * autorevert.el (auto-revert-handler):
20766 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20767 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20768 Don't quote lambda.
20769
20770 * image-mode.el (image-transform-set-scale):
20771 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20772
20773 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20774
20775 * net/network-stream.el (network-stream-open-starttls): Only do
20776 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20777 Upgrades via gnutls-cli are too slow to be done opportunistically.
20778
20779 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20780
20781 * dframe.el (dframe-current-frame): Remove spurious quote.
20782
20783 2011-04-12 Glenn Morris <rgm@gnu.org>
20784
20785 * calendar/cal-tex.el (cal-tex-end-document):
20786 Try to automatically use latin1 input if needed.
20787
20788 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20789 Don't try to cons a mark onto an empty element.
20790
20791 2011-04-11 Leo Liu <sdl.web@gmail.com>
20792
20793 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20794 buffers.
20795 (ido-kill-buffer-at-head): Support killing virtual buffers.
20796
20797 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20798
20799 * minibuffer.el (completion-show-inline-help): New var.
20800 (completion--do-completion, minibuffer-complete)
20801 (minibuffer-force-complete, minibuffer-complete-word):
20802 Inhibit minibuffer messages if completion-show-inline-help is nil.
20803
20804 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20805 to avoid interference from inline help (Bug#5849).
20806
20807 2011-04-10 Leo Liu <sdl.web@gmail.com>
20808
20809 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20810 Fix typo.
20811
20812 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20813
20814 * image-mode.el (image-toggle-display-image): Signal an error if
20815 not in Image mode.
20816 (image-transform-mode, image-transform-resize)
20817 (image-transform-set-rotation): Doc fix.
20818 (image-transform-set-resize): Delete.
20819 (image-transform-set-scale, image-transform-fit-to-height)
20820 (image-transform-fit-to-width): Handle image-toggle-display-image
20821 and image-transform-resize directly.
20822
20823 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20824
20825 * doc-view.el (doc-view-fit-width-to-window)
20826 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20827 New functions for fitting the shown image to the Emacs window size.
20828 (doc-view-mode-map): Add bindings for the new functions.
20829
20830 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20831
20832 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20833 Fix typo in docstring.
20834
20835 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20836
20837 * files.el (file-size-human-readable): Produce one digit after
20838 decimal, like "ls -lh" does.
20839
20840 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20841 the file size representation.
20842
20843 * simple.el (list-processes): If async subprocesses are not
20844 available, error out with a clear error message.
20845
20846 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20847
20848 * help.el (help-form-show): New function, to be called from C.
20849 Put help-form output in a buffer named differently than *Help*.
20850
20851 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20852
20853 * files.el (file-size-human-readable): New function.
20854
20855 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20856 computing the representation inline. Don't require `cl'.
20857
20858 2011-04-08 Glenn Morris <rgm@gnu.org>
20859
20860 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20861
20862 * net/browse-url.el (browse-url-firefox):
20863 Test system-type, not system-configuration.
20864
20865 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20866 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20867 Use log-edit-empty-buffer-p. (Bug#7598)
20868
20869 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20870 (rlogin-mode-map): Initialize in the defvar.
20871 (rlogin): Use ignore-errors.
20872
20873 * replace.el (occur-mode-map): Some fixes for menu items.
20874
20875 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20876
20877 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20878
20879 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20880
20881 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20882 issuing unused warnings.
20883
20884 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20885 macro directly.
20886
20887 * simple.el: Lisp reimplement of list-processes. Based on an
20888 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20889 (process-menu-mode): New major mode.
20890 (list-processes--refresh, list-processes):
20891 (process-menu-visit-buffer): New functions.
20892
20893 * files.el (save-buffers-kill-emacs): Don't assume any return
20894 value of list-processes, which is undocumented anyway.
20895
20896 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20897
20898 * emacs-lisp/tabulated-list.el: New file.
20899
20900 * emacs-lisp/package.el: Use Tabulated List mode.
20901 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20902 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20903 table format using Tabulated List mode variables.
20904 (package--push): New macro, replacing package-list-maybe-add.
20905 (package-menu--generate): Use package--push. Renamed from
20906 package--generate-package-list.
20907 (package-menu-refresh, list-packages): Use it.
20908 (package-menu--print-info): Rename from package-print-package.
20909 Return insertion data instead of inserting it directly.
20910 (package-menu-describe-package, package-menu-execute):
20911 Use tabulated-list-get-id.
20912 (package-menu-mark-delete, package-menu-mark-install)
20913 (package-menu-mark-unmark, package-menu-backup-unmark)
20914 (package-menu-mark-obsolete-for-deletion):
20915 Use tabulated-list-put-tag.
20916 (package--list-packages, package-menu-revert)
20917 (package-menu-get-package, package-menu-get-version)
20918 (package-menu-sort-by-column): Functions deleted.
20919 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20920 (package-menu--status-predicate, package-menu--version-predicate)
20921 (package-menu--name-predicate)
20922 (package-menu--description-predicate): Handle arguments in the
20923 Tabulated List format.
20924 (package-list-packages-no-fetch): Call list-packages.
20925
20926 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20927
20928 * files.el (after-find-file-from-revert-buffer): Remove variable.
20929 (after-find-file): Don't bind it.
20930 (revert-buffer-in-progress-p): New variable.
20931 (revert-buffer): Bind it.
20932 Pass nil for `after-find-file-from-revert-buffer'.
20933
20934 * saveplace.el (save-place-find-file-hook): Use new variable
20935 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20936
20937 2011-04-06 Glenn Morris <rgm@gnu.org>
20938
20939 * Makefile.in (AUTOGEN_VCS): New variable.
20940 (autoloads): Use $AUTOGEN_VCS.
20941
20942 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20943 * calendar/calendar.el (calendar-mode-map):
20944 Check for toolkit scroll bars. (Bug#8305)
20945
20946 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20947
20948 * minibuffer.el (completion-in-region--postch)
20949 (completion-in-region-mode): Remove unnecessary messages.
20950
20951 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20952
20953 * font-lock.el (font-lock-refresh-defaults):
20954 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20955 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20956
20957 * info.el (Info-directory-list, Info-read-node-name-2)
20958 (Info-split-parameter-string): Doc fixes.
20959 (Info-virtual-nodes): Reflow docstring.
20960 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20961 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20962 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20963 Fix typos in docstrings.
20964 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20965 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20966 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20967 (Info-restore-desktop-buffer): Mark unused parameters.
20968 (Info-directory-find-file, Info-directory-find-node)
20969 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20970 (Info-virtual-index-find-node, Info-apropos-find-file)
20971 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20972 Mark unused parameters; fix typos in docstrings.
20973 (Info-virtual-index): Remove unused local variable `nodename'.
20974
20975 2011-04-05 Deniz Dogan <deniz@dogan.se>
20976
20977 * net/rcirc.el: Update my e-mail address.
20978 (rcirc-mode-map): Remove M-o binding.
20979
20980 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20981
20982 * startup.el (command-line): Save the cursor's theme-face
20983 directly, instead of using face-override-spec.
20984
20985 * custom.el (load-theme): Minor optimization in assigning faces.
20986
20987 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20988
20989 * help-fns.el (describe-variable): Complete all variables having
20990 documentation, including keywords.
20991 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20992
20993 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20994
20995 Convert to lexical-binding.
20996
20997 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20998 (bs--get-marked-string, bs--get-modified-string)
20999 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21000 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21001 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21002
21003 * ehelp.el (electric-help-execute-extended)
21004 (electric-help-ctrl-x-prefix):
21005 * hexl.el (hexl-revert-buffer-function):
21006 * linum.el (linum-after-change, linum-after-scroll):
21007 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21008
21009 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21010
21011 2011-04-04 Daiki Ueno <ueno@unixuser.org>
21012
21013 * epa-dired.el:
21014 * epa-mail.el:
21015 * epa-hook.el:
21016 * epa-file.el:
21017 * epa.el:
21018 * epg.el: Use lexical binding.
21019
21020 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
21021
21022 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21023
21024 * textmodes/flyspell.el (flyspell-word): Recognize default
21025 dictionary case for flyspell-mark-duplications-exceptions.
21026 Use regexp matching for languages.
21027 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21028 default dictionary (Bug#7926).
21029
21030 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
21031
21032 * emacs-lisp/package.el (package--with-work-buffer):
21033 Recognize https URLs.
21034
21035 * net/network-stream.el: Move from gnus/proto-stream.el.
21036 Change prefix to network-stream throughout.
21037 (open-protocol-stream): Merge into open-network-stream, leaving
21038 open-protocol-stream as an alias. Handle nil BUFFER args.
21039
21040 * subr.el (open-network-stream): Move to net/network-stream.el.
21041
21042 2011-04-02 Glenn Morris <rgm@gnu.org>
21043
21044 * find-dired.el (find-exec-terminator): New option.
21045 (find-ls-option): Test for -ls support.
21046 (find-ls-subdir-switches): Test for -b in find-ls-option.
21047 (find-dired, find-grep-dired): Doc fixes.
21048 (find-dired): Use find-exec-terminator.
21049
21050 * find-dired.el (find-ls-option, find-ls-subdir-switches)
21051 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21052 (find-name-arg): Remove purecopy.
21053
21054 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21055 (grep-compute-defaults): Check for `-exec COMMAND +' support.
21056 Set grep-find-use-xargs, grep-find-command, and grep-find-template
21057 accordingly. Don't add the null-device if not needed.
21058
21059 * files.el (save-some-buffers): Doc fix.
21060
21061 2011-04-02 Eli Zaretskii <eliz@gnu.org>
21062
21063 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21064
21065 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
21066
21067 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21068 Use `dolist' rather than `mapcar'.
21069
21070 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21071
21072 Add lexical binding.
21073
21074 * subr.el (apply-partially): Use new closures rather than CL.
21075 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21076 (dolist, dotimes): Use slightly different expansion for lexical code.
21077 (functionp): Move to C.
21078 (letrec): New macro.
21079 (with-wrapper-hook): Use it and apply-partially instead of CL.
21080 (eval-after-load): Preserve lexical-binding.
21081 (save-window-excursion, with-output-to-temp-buffer): Turn them
21082 into macros.
21083
21084 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21085
21086 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21087 than the arglist.
21088 (help-add-fundoc-usage): Don't add `Not documented'.
21089 (help-function-arglist): Handle closures, subroutines, and new
21090 byte-code-functions.
21091 (help-make-usage): Remove leading underscores.
21092 (describe-function-1): Handle closures.
21093 (describe-variable): Use special-variable-p for completion.
21094
21095 * files.el (lexical-binding): Declare safe.
21096
21097 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21098 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21099 (pcase): Add `let' pattern.
21100 Change memoization so it actually works.
21101 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21102 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21103 <let>: New case.
21104
21105 * emacs-lisp/macroexp.el: Use lexical binding.
21106 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21107 Don't convert ' to #' without checking that it's indeed quoting
21108 a lambda.
21109
21110 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21111 Use eval-sexp-add-defvars.
21112 (eval-sexp-add-defvars): New fun.
21113
21114 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21115
21116 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21117 Don't autoload.
21118 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21119 than the internal `byte-compile-lambda'.
21120 (defmethod): Don't hide code under quotes.
21121 (eieio-defmethod): New `code' argument.
21122
21123 * emacs-lisp/eieio-comp.el: Remove.
21124
21125 * emacs-lisp/edebug.el (edebug-eval-defun)
21126 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21127 (edebug-toggle): Avoid `eval'.
21128
21129 * emacs-lisp/disass.el (disassemble-internal): Handle new
21130 `closure' objects.
21131 (disassemble-1): Handle new byte codes.
21132
21133 * emacs-lisp/cl.el (pushnew): Silence warning.
21134
21135 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21136 (cl-byte-compile-throw): Remove.
21137 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21138
21139 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21140 closures.
21141
21142 * emacs-lisp/cconv.el: New file.
21143
21144 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21145 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21146 (byte-compile-initial-macro-environment):
21147 Handle declare-function here.
21148 (byte-compile--lexical-environment): New var.
21149 (byte-stack-ref, byte-stack-set, byte-discardN)
21150 (byte-discardN-preserve-tos): New lap codes.
21151 (byte-interactive-p): Don't use any more.
21152 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21153 New macros.
21154 (byte-compile-lapcode): Use them and handle new lap codes.
21155 (byte-compile-obsolete): Remove.
21156 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21157 (byte-compile-arglist-warn): Check late def of inlinable funs.
21158 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21159 since they should have been expanded by now.
21160 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21161 (byte-compile-from-buffer): Remove unused second arg.
21162 (byte-compile-preprocess): New function.
21163 (byte-compile-toplevel-file-form): New function to distinguish
21164 file-form calls from outside from file-form calls from hunk-handlers.
21165 (byte-compile-file-form): Simplify.
21166 (byte-compile-file-form-defsubst): Remove.
21167 (byte-compile-file-form-defmumble): Simplify now that
21168 byte-compile-lambda always returns a byte-code-function.
21169 (byte-compile): Preprocess.
21170 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21171 Remove, not used any more.
21172 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21173 (byte-compile-make-args-desc): New funs.
21174 (byte-compile-lambda): Handle lexical functions. Always return
21175 a byte-code-function.
21176 (byte-compile-reserved-constants): New var, to make up room for
21177 closed-over variables.
21178 (byte-compile-constants-vector): Obey it.
21179 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21180 (byte-compile-macroexpand-declare-function): New function.
21181 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21182 byte-code-functions.
21183 (byte-compile-form): Check obsolescence here.
21184 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21185 (byte-compile-variable-ref): Remove.
21186 (byte-compile-dynamic-variable-op): New fun.
21187 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21188 (byte-compile-variable-set): New funs.
21189 (byte-compile-discard): Add 2 args.
21190 (byte-compile-stack-ref, byte-compile-stack-set)
21191 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21192 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21193 macroexpand-all instead.
21194 (byte-compile-quote-form): Remove.
21195 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21196 (byte-compile-bind, byte-compile-unbind): New funs.
21197 (byte-compile-let): Handle let* and lexical binding.
21198 (byte-compile-let*): Remove.
21199 (byte-compile-catch, byte-compile-unwind-protect)
21200 (byte-compile-track-mouse, byte-compile-condition-case):
21201 Handle a new :fun-body form, used for lexical scoping.
21202 (byte-compile-save-window-excursion)
21203 (byte-compile-with-output-to-temp-buffer): Remove.
21204 (byte-compile-defun): Simplify.
21205 (byte-compile-stack-adjustment): New fun.
21206 (byte-compile-out): Use it.
21207 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21208
21209 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21210 handler any more.
21211
21212 * emacs-lisp/byte-opt.el: Use lexical binding.
21213 (byte-inline-lapcode): Remove (to bytecomp).
21214 (byte-compile-inline-expand): Pay attention to inlining to/from
21215 lexically bound code.
21216 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21217 any more.
21218 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21219 any more and don't call compiler-macros.
21220 (byte-compile-splice-in-already-compiled-code): Remove.
21221 (byte-code): Don't inline any more.
21222 (disassemble-offset): Receive `bytes' as argument rather than via
21223 dynamic scoping.
21224 (byte-compile-tag-number): Declare before first use.
21225 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21226 `return' even if make-spliceable.
21227 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21228 obsolete interactive-p.
21229 (byte-optimize-lapcode): Optimize new lap-codes.
21230 Don't trip up on new form of `byte-constant' lap code.
21231
21232 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21233
21234 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21235
21236 * custom.el (custom-initialize-default, custom-declare-variable):
21237 Use `defvar'.
21238
21239 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21240 New variables.
21241 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21242 (COMPILE_FIRST): Add macroexp and cconv.
21243 * makefile.w32-in: Mirror changes in Makefile.in.
21244
21245 * vc/cvs-status.el:
21246 * vc/diff-mode.el:
21247 * vc/log-edit.el:
21248 * vc/log-view.el:
21249 * vc/smerge-mode.el:
21250 * textmodes/bibtex-style.el:
21251 * textmodes/css-mode.el:
21252 * startup.el:
21253 * uniquify.el:
21254 * minibuffer.el:
21255 * newcomment.el:
21256 * reveal.el:
21257 * server.el:
21258 * mpc.el:
21259 * emacs-lisp/smie.el:
21260 * doc-view.el:
21261 * dired.el:
21262 * abbrev.el: Use lexical binding.
21263
21264 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21265
21266 * info.el (info-display-manual): New function.
21267
21268 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21269
21270 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21271
21272 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21273
21274 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21275 an entry for that server in rcirc-authinfo. (Bug#8385)
21276
21277 2011-03-31 Glenn Morris <rgm@gnu.org>
21278
21279 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21280
21281 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21282
21283 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21284
21285 * progmodes/python.el (python-default-interpreter)
21286 (python-python-command-args, python-jython-command-args)
21287 (python-which-shell, python-which-args, python-which-bufname)
21288 (python-file-queue, python-comint-output-filter-function)
21289 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21290 variables and functions.
21291
21292 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21295 (completion-in-region-mode): New minor mode.
21296 (completion-in-region): Use it.
21297 (completion-in-region--data, completion-in-region-mode-map): New vars.
21298 (completion-in-region--postch): New function.
21299 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21300 New vars.
21301 (completion--capf-wrapper): New function.
21302 (completion-at-point): Use it to track well-behavedness of
21303 hook functions.
21304 (completion-help-at-point): New command.
21305
21306 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21307
21308 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21309 syntax class to search for whitespace on a single line
21310 (Message-ID: <4D938140.4030905@redhat.com>).
21311
21312 2011-03-30 Leo Liu <sdl.web@gmail.com>
21313
21314 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21315 New commands.
21316 (edit-abbrevs-map): Bind them here.
21317 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21318
21319 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21320
21321 * allout.el (allout-hide-by-annotation, allout-flag-region):
21322 Reduce possibility of overlay leakage by making them volatile.
21323
21324 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21325 hash is not shared between buffers. Mode initialization is
21326 responsible for giving it a useful starting value.
21327 (allout-item-span): Reduce possibility of overlay leakage by
21328 making them volatile.
21329 (allout-widgets-count-buttons-in-region): Add diagnostic function
21330 for tracking down button overlay leaks.
21331
21332 2011-03-29 Leo Liu <sdl.web@gmail.com>
21333
21334 * ido.el (ido-read-internal): Use the default history var
21335 minibuffer-history if no HISTORY is specified.
21336
21337 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21338
21339 * net/imap.el (imap-shell-open, imap-process-connection-type):
21340 Use imap-process-connection-type for 'shell' streams as well as
21341 Kerberos, SSL, other subprocesses.
21342
21343 2011-03-28 Leo Liu <sdl.web@gmail.com>
21344
21345 * abbrev.el (abbrev-table-empty-p): New function.
21346 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21347 nonempty ones. (Bug#5937)
21348
21349 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21350
21351 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21352
21353 2011-03-27 Leo Liu <sdl.web@gmail.com>
21354
21355 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21356 for foreground and background colors.
21357 (ansi-color-make-color-map): Adapt.
21358
21359 2011-03-25 Leo Liu <sdl.web@gmail.com>
21360
21361 * midnight.el (midnight-time-float): Remove. Note it calculates
21362 the microsecond component incorrectly and seconds-to-time does the
21363 same job.
21364 Remove redundant (require 'timer).
21365
21366 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21367 (ido-completions): Remove unused arguments. (Bug#8329)
21368
21369 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21370
21371 * minibuffer.el (completion--flush-all-sorted-completions):
21372 Remove itself from hook.
21373 (completion-at-point): Let the functions perform the completion
21374 immediately and return nil or t.
21375 * comint.el (comint-dynamic-complete-functions): Now identical to
21376 completion-at-point-functions.
21377 (comint-dynamic-list-input-ring): Remove unused var `index'.
21378 (comint--match-partial-filename, comint--unquote&expand-filename):
21379 New funs, split from comint-match-partial-filename.
21380 (comint-dynamic-complete): Use completion-at-point.
21381 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21382
21383 2011-03-24 Drew Adams <drew.adams@oracle.com>
21384
21385 * thingatpt.el: Support `defun'.
21386
21387 2011-03-23 Leo Liu <sdl.web@gmail.com>
21388
21389 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21390
21391 * help-mode.el (help-mode-finish): Tweak regexp.
21392
21393 2011-03-23 Glenn Morris <rgm@gnu.org>
21394
21395 * eshell/esh-opt.el (eshell-eval-using-options):
21396 Do not bind unused local variable `eshell-option-stub'.
21397
21398 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21399
21400 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21401
21402 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21403 keymap variable in `with-no-warnings' to avoid a warning when the
21404 keymap has been already `defconst'ed.
21405
21406 2011-03-22 Leo Liu <sdl.web@gmail.com>
21407
21408 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21409 encode all chars in abbrevs; otherwise use emacs-mule or
21410 utf-8-emacs. (Bug#8308)
21411
21412 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21413
21414 * simple.el (backward-delete-char-untabify):
21415 Avoid warning about using `delete-backward-char'.
21416
21417 * image.el (image-type-file-name-regexps): Make it variable.
21418 `imagemagick-register-types' modifies it, and the user may want
21419 to add new extensions for known image types.
21420 (imagemagick-register-types): Throw error if not using ImageMagick.
21421
21422 2011-03-22 Leo Liu <sdl.web@gmail.com>
21423
21424 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21425 located before rcirc-prompt-end-marker.
21426 (rcirc-complete): Error if point is not after rcirc prompt.
21427 Handle the case when table is nil.
21428 (rcirc-user-authenticated): Define to fix compiler warning.
21429
21430 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21431
21432 * custom.el (custom--inhibit-theme-enable): Make it affect only
21433 custom-theme-set-variables and custom-theme-set-faces.
21434 (provide-theme): Ignore custom--inhibit-theme-enable.
21435 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21436 (custom-enabling-themes): Delete variable.
21437 (enable-theme): Accept only loaded themes as arguments.
21438 Ignore the special custom-enabled-themes variable.
21439 (custom-enabled-themes): Forbid themes from setting this.
21440 Eliminate use of custom-enabling-themes.
21441 (custom-push-theme): Quote "changed" custom var entry.
21442
21443 2011-03-21 Leo Liu <sdl.web@gmail.com>
21444
21445 * ido.el (ido-read-internal): Add ido-selected to history instead
21446 of user input.
21447
21448 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21449
21450 * subr.el (deferred-action-list, deferred-action-function):
21451 Mark obsolete.
21452
21453 2011-03-21 Leo Liu <sdl.web@gmail.com>
21454
21455 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21456 change on 2011-02-13 (bug#8309).
21457
21458 * minibuffer.el (read-file-name-function): Change default value.
21459 (read-file-name--defaults): Rename from read-file-name-defaults.
21460 (read-file-name-default): Rename from read-file-name.
21461 (read-file-name): Call read-file-name-function.
21462
21463 2011-03-21 Glenn Morris <rgm@gnu.org>
21464
21465 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21466 Doc fixes.
21467
21468 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21469
21470 * cus-theme.el: Add missing provide statement.
21471 (customize-create-theme): Extract theme value correctly.
21472 (custom-theme-visit-theme): Autoload.
21473 (customize-create-theme): Prompt before inserting default faces.
21474
21475 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21476
21477 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21478 units and musical notes.
21479
21480 2011-03-20 Leo Liu <sdl.web@gmail.com>
21481
21482 * ido.el (ido-read-internal): Use completing-read-default.
21483 (ido-completing-read): Fix compatibility with completing-read.
21484
21485 2011-03-20 Christian Ohler <ohler@gnu.org>
21486
21487 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21488 (ert-delete-all-tests): Use `called-interactively-p' rather than
21489 `interactive-p'.
21490 (ert--make-xrefs-region): Respect END.
21491
21492 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21493
21494 * dired-aux.el (dired-create-directory): Signal an error if the
21495 directory already exists (Bug#8246).
21496
21497 * facemenu.el (list-colors-display): Call list-faces-display
21498 inside with-help-window.
21499 (list-colors-print): Use display property to align the final
21500 column, instead of checking window-width.
21501
21502 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21503
21504 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21505 windows-nt systems.
21506 (emerge-protect-metachars): Quote correctly for ms-dos and
21507 windows-nt systems.
21508
21509 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21510
21511 * info.el (info-initialize): Replace all uses of `:' with
21512 path-separator for compatibility with non-Unix systems.
21513 Cache quoting of path-separator. (Bug#8258)
21514
21515 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21516
21517 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21518 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21519 (mouse-avoidance-mode): Fix typos in docstrings.
21520
21521 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21522
21523 * startup.el (package-subdirectory-regexp): Move from package.el.
21524 Omit \\` and \\', and let callers add them.
21525
21526 * emacs-lisp/package.el (package-strip-version)
21527 (package-load-all-descriptors): Add \\` and \\' to
21528 package-subdirectory-regexp before using it.
21529 (package-untar-buffer): New arg DIR; ensure that file untars only
21530 into this expected directory. Remove superfluous delete-region.
21531 (package-unpack): Caller changed.
21532 (package-tar-file-info): Use package-subdirectory-regexp.
21533
21534 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21537 diff-mode-shared-map (bug#8284).
21538 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21539
21540 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21541
21542 * calendar/time-date.el (format-seconds): Use assoc instead of
21543 assoc-string, since assoc-string doesn't exist in XEmacs.
21544
21545 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21546
21547 * custom.el (custom-known-themes): Reflow docstring.
21548 (custom-theme-load-path): Fix typo in docstring.
21549 (load-theme): Fix typo in error message.
21550 (custom-available-themes, custom-variable-theme-value):
21551 Use `let', not `let*'.
21552
21553 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21554
21555 * calc/README: Mention inclusion of musical notes.
21556
21557 * calc/calc-units.el (calc-lu-quant): Rename from
21558 `calc-logunits-quantity'.
21559 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21560 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21561 (calc-db): Rename from `calc-dblevel'.
21562 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21563 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21564 (calc-np): Rename from `calc-nplevel'.
21565 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21566 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21567 (calc-lu-plus): Rename from `calc-logunits-add'.
21568 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21569 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21570 (calc-lu-minus): Rename from `calc-logunits-sub'.
21571 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21572 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21573 (calc-lu-times): Rename from `calc-logunits-mul'.
21574 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21575 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21576 (calc-lu-divide): Rename from `calc-logunits-div'.
21577 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21578 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21579
21580 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21581 functions being autoloaded.
21582
21583 * calc/calc.el (calc-lu-power-reference): Rename from
21584 `calc-logunits-power-reference'.
21585 (calc-lu-field-reference): Rename from
21586 `calc-logunits-field-reference'.
21587
21588 * calc/calc-help.el (calc-l-prefix-help):
21589 Mention musical note functions.
21590
21591 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21592
21593 * minibuffer.el (completion-all-sorted-completions):
21594 Use :completion-cycle-penalty text property if present.
21595
21596 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21597
21598 * allout.el (allout-yank-processing): Adjust for new rebulleting
21599 regime so bullet being yanked is used without prompting the user
21600 for a choice.
21601
21602 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21603
21604 * startup.el (command-line): Warn the user that _emacs is deprecated.
21605
21606 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21607
21608 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21609 (delphi-verbose, delphi-comment-face, delphi-string-face)
21610 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21611 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21612 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21613 (delphi-new-comment-line, delphi-font-lock-defaults)
21614 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21615 Fix typos in docstrings.
21616
21617 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21618
21619 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21620 Invert the roles of character and string values for INSTEAD, so a
21621 string is used for the more common case of a defaulting prompt.
21622
21623 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * progmodes/ruby-mode.el (ruby-backward-sexp):
21626 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21627 * play/gamegrid.el (gamegrid-make-face):
21628 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21629 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21630 * notifications.el (notifications-notify):
21631 * net/xesam.el (xesam-search-engines):
21632 * net/quickurl.el (quickurl-list-insert):
21633 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21634
21635 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21636
21637 * startup.el (command-line): Update package subdirectory regexp.
21638
21639 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * allout.el (allout-abbreviate-flattened-numbering)
21642 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21643
21644 * subr.el (read-char-choice): Only show the cursor after the prompt,
21645 not after the answer.
21646
21647 2011-03-15 Kevin Ryde <user42@zip.com.au>
21648
21649 * help-fns.el (variable-at-point): Skip leading quotes, if any
21650 (bug#8253).
21651
21652 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21653
21654 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21655 warning message.
21656
21657 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21658
21659 * shell.el (shell): When called interactively, offer to change the
21660 shell file name on remote hosts.
21661
21662 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21663
21664 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21665 integration for LDAP parameters. The host, base, user or binddn,
21666 and secret tokens can be specified in a netrc file, for instance.
21667 This is optional because an `auth-source' parameter must be
21668 specified in the search attributes.
21669
21670 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21671
21672 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21673
21674 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21677 into declaration. Remove redundant and harmful binding.
21678
21679 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21680
21681 * files.el (file-ownership-preserved-p): Pass `integer' as an
21682 explicit 2nd argument to `file-attributes'. If the file's owner
21683 is the Administrators group on Windows, and the current user is
21684 Administrator, consider that a match.
21685
21686 * server.el (server-ensure-safe-dir): Consider server directory
21687 safe on MS-Windows if its owner is the Administrators group while
21688 the current Emacs user is Administrator. Use `=' to compare
21689 numerical UIDs, since they could be integers or floats.
21690
21691 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21692
21693 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21694
21695 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21696
21697 Sync with Tramp 2.2.1.
21698
21699 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21700
21701 * net/trampver.el: Update release number.
21702
21703 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21704
21705 * progmodes/compile.el (compilation--previous-directory): Fix up
21706 various nil/dead-marker mismatches (bug#8014).
21707 (compilation-directory-properties, compilation-error-properties):
21708 Don't call it at a position past the one we're about to change.
21709
21710 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21711 Disable obsolescence warnings in the file that declares it.
21712
21713 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21714
21715 * allout-widgets.el (allout-widgets-tally):
21716 Initialize allout-widgets-tally as a hash table rather than nil to
21717 prevent mode-line redisplay warnings. Also, clarify the module
21718 description and fix a comment typo.
21719
21720 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21721
21722 * help-fns.el (describe-variable): Don't complete keywords.
21723 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21724
21725 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21726
21727 * emacs-lisp/package.el (package-version-join): Impose a standard
21728 string representation for pre/alpha/beta version lists.
21729 (package-unpack-single): Standardize the directory name by passing
21730 it through package-version-join.
21731 (package-strip-rcs-id): Accept any version string that does not
21732 signal an error in version-to-list.
21733
21734 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21735
21736 * simple.el (delete-trailing-whitespace): Return nil for the
21737 benefit of `write-file-functions'.
21738
21739 2011-03-10 Glenn Morris <rgm@gnu.org>
21740
21741 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21742
21743 * vc/vc-git.el (vc-git-program): New option.
21744 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21745 (vc-git--call): Use it.
21746
21747 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21748
21749 * cus-edit.el (Custom-newline): If no button at point, look
21750 for a subgroup button at start-of-line. (Bug#2298)
21751
21752 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21753
21754 2011-03-10 Julien Danjou <julien@danjou.info>
21755
21756 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21757 `cursor-type' is nil.
21758
21759 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21760
21761 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21762
21763 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21764
21765 * allout.el: Change so yank of distinctive-bullet items
21766 preserves the existing header prefix, rebulleting it if necessary,
21767 rather than replacing it. This is necessary for proper operation
21768 of cooperative addons like allout-widgets.
21769 (allout-make-topic-prefix, allout-rebullet-heading):
21770 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21771 value as alternate bullet to be used, instead of prompting the user
21772 for a bullet character.
21773
21774 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21775
21776 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21777 Do not use `tramp-file-name-port', because this returns also
21778 `tramp-default-port'.
21779
21780 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21781
21782 * net/rcirc.el (rcirc-handler-001): Remove useless
21783 with-rcirc-process-buffer.
21784 (rcirc-check-auth-status): Swap arguments to string-match.
21785
21786 2011-03-09 Glenn Morris <rgm@gnu.org>
21787
21788 * shell.el (shell-mode):
21789 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21790
21791 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21792 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21793
21794 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21795
21796 * emacs-lisp/package.el (package-refresh-contents)
21797 (package-menu-execute): Use condition-case-no-debug.
21798
21799 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21800
21801 * simple.el (shell-command-to-string): Use `process-file'.
21802
21803 * emacs-lisp/package.el (package-tar-file-info): Handle also
21804 remote files.
21805
21806 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21807 Use `equal' for upload base check.
21808
21809 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21810
21811 * textmodes/texinfo.el (texinfo-environments):
21812 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21813
21814 2011-03-08 Glenn Morris <rgm@gnu.org>
21815
21816 * cus-start.el (cursor-in-non-selected-windows):
21817 Fix :set quoting oddness. (Bug#8192)
21818
21819 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21820 in some setf expressions. (Bug#2159)
21821
21822 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21823
21824 * custom.el (custom-available-themes): Return themes in
21825 alphabetical order.
21826
21827 See ChangeLog.15 for earlier changes.
21828
21829 ;; Local Variables:
21830 ;; coding: utf-8
21831 ;; End:
21832
21833 Copyright (C) 2011-2013 Free Software Foundation, Inc.
21834
21835 This file is part of GNU Emacs.
21836
21837 GNU Emacs is free software: you can redistribute it and/or modify
21838 it under the terms of the GNU General Public License as published by
21839 the Free Software Foundation, either version 3 of the License, or
21840 (at your option) any later version.
21841
21842 GNU Emacs is distributed in the hope that it will be useful,
21843 but WITHOUT ANY WARRANTY; without even the implied warranty of
21844 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21845 GNU General Public License for more details.
21846
21847 You should have received a copy of the GNU General Public License
21848 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.