lisp/textmodes/bibtex.el (bibtex-search-entries): Bug fix
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-13 Roland Winkler <winkler@gnu.org>
2
3 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
4 data before it gets modified by bibtex-beginning-of-entry.
5
6 2013-04-13 Roland Winkler <winkler@gnu.org>
7
8 * textmodes/bibtex.el (bibtex-url): Doc fix.
9
10 2013-04-13 Roland Winkler <winkler@gnu.org>
11
12 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13 does not visit a BibTeX file, exclude it from the list of buffers
14 returned by bibtex-initialize.
15
16 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
17
18 * window.el (split-window): Remove interactive form, since as a
19 command this function is a special case of split-window-below.
20 Correct doc string.
21
22 2013-04-12 Roland Winkler <winkler@gnu.org>
23
24 * faces.el (read-face-name): Do not override value of arg default.
25 Allow single faces and strings as default values. Remove those
26 elements from return value that are not faces.
27 (describe-face): Simplify.
28 (face-at-point): New optional args thing and multiple so that this
29 function can provide the same functionality previously provided by
30 read-face-name.
31 (make-face-bold, make-face-unbold, make-face-italic)
32 (make-face-unitalic, make-face-bold-italic, invert-face)
33 (modify-face, read-face-and-attribute): Use face-at-point.
34
35 * cus-edit.el (customize-face, customize-face-other-window)
36 * cus-theme.el (custom-theme-add-face)
37 * face-remap.el (buffer-face-set)
38 * facemenu.el (facemenu-set-face): Use face-at-point.
39
40 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
41
42 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
43
44 2013-04-10 Tassilo Horn <tsdh@gnu.org>
45
46 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
47 off leading { and trailing } from field values.
48
49 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * emacs-lisp/timer.el (timer--check): New function.
52 (timer--time, timer-set-function, timer-event-handler): Use it.
53 (timer-set-idle-time): Simplify.
54 (timer--activate): CSE.
55 (timer-event-handler): Give more info in error message.
56 (internal-timer-start-idle): New function, moved from C.
57
58 * mpc.el (mpc-proc): Add `restart' argument.
59 (mpc-proc-cmd): Use it.
60 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
61 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
62 less often.
63
64 2013-04-10 Masatake YAMATO <yamato@redhat.com>
65
66 * progmodes/sh-script.el: Implement `sh-mode' own
67 `add-log-current-defun-function' (bug#14112).
68 (sh-current-defun-name): New function.
69 (sh-mode): Use the function.
70
71 2013-04-09 Bastien Guerry <bzg@gnu.org>
72
73 * simple.el (choose-completion-string): Fix docstring (bug#14163).
74
75 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
78
79 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
80 timer (bug#14156).
81
82 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
83
84 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
85 declaration.
86
87 2013-04-07 Leo Liu <sdl.web@gmail.com>
88
89 * pcmpl-x.el: New file.
90
91 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
92
93 Do not set x-display-name until X connection is established.
94 This is needed to prevent from weird situation described at
95 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
96 * frame.el (make-frame): Set x-display-name after call to
97 window system initialization function, not before.
98 * term/x-win.el (x-initialize-window-system): Add optional
99 display argument and use it.
100 * term/w32-win.el (w32-initialize-window-system):
101 * term/ns-win.el (ns-initialize-window-system):
102 * term/pc-win.el (msdos-initialize-window-system):
103 Add compatible optional display argument.
104
105 2013-04-06 Eli Zaretskii <eliz@gnu.org>
106
107 * files.el (normal-backup-enable-predicate): On MS-Windows and
108 MS-DOS compare truenames of temporary-file-directory and of the
109 file, so that 8+3 aliases (usually found in $TEMP on Windows)
110 don't fail comparison by compare-strings. Also, compare file
111 names case-insensitively on MS-Windows and MS-DOS.
112
113 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
116 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
117
118 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
119
120 * whitespace.el (whitespace-color-on, whitespace-color-off):
121 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
122
123 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
124
125 * ispell.el (ispell-set-spellchecker-params):
126 Really set `ispell-args' for all equivs.
127
128 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * ido.el (ido-completions): Use extra elements of ido-decorations
131 (bug#14143).
132 (ido-decorations): Update docstring.
133
134 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
135
136 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
137 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
138 nil during initialization, in order not to miss changes since the
139 file was opened. (Bug#14140)
140
141 2013-04-05 Leo Liu <sdl.web@gmail.com>
142
143 * kmacro.el (kmacro-call-macro): Fix bug#14135.
144
145 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
146
147 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
148
149 2013-04-04 Glenn Morris <rgm@gnu.org>
150
151 * electric.el (electric-pair-inhibit-predicate): Add :version.
152
153 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
156 when a package is required several times (bug#14082).
157
158 2013-04-04 Roland Winkler <winkler@gnu.org>
159
160 * faces.el (read-face-name): Behave as promised by the docstring.
161 Assume that arg default is a list of faces.
162 (describe-face): Call read-face-name with list of default faces.
163
164 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
165
166 * bookmark.el: Fix deletion of bookmarks (bug#13972).
167 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
168 (bookmark-bmenu-execute-deletions): Only skip first line if it's
169 the header.
170 (bookmark-exit-hook-internal): Save even if list is empty.
171
172 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
173
174 * emacs-lisp/package.el (package-pinned-packages): New var.
175 (package--add-to-archive-contents): Obey it (bug#14118).
176
177 2013-04-03 Alan Mackenzie <acm@muc.de>
178
179 Handle `parse-partial-sexp' landing inside a comment opener
180 (Bug#13244). Also adapt to the new values of element 7 of a parse
181 state.
182
183 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
184 parameter `not-in-delimiter'. Handle being inside comment opener.
185 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
186 character in case we're typing a '*' after a '/'.
187 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
188 instead by passing the parameter to c-state-pp-to-literal.
189
190 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
191 for elt. 7 of a parse state.
192
193 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
194
195 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
196 * international/latin1-disp.el, international/mule-util.el:
197 * language/cyril-util.el, language/european.el, language/ind-util.el:
198 * language/lao-util.el, language/thai.el, language/tibet-util.el:
199 * language/tibetan.el, language/viet-util.el:
200 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
201
202 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
205 (electric-pair-post-self-insert-function): Use it.
206 (electric-pair-default-inhibit): New function, extracted from
207 electric-pair-post-self-insert-function.
208
209 2013-03-31 Roland Winkler <winkler@gnu.org>
210
211 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
212
213 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
216
217 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
218
219 Un-indent after "pass" and "return" statements (Bug#13888)
220 * progmodes/python.el (python-indent-block-enders): New var.
221 (python-indent-calculate-indentation): Use it.
222
223 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
224
225 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
226 defun. Defining it as defalias could introduce too eager
227 byte-compiler optimization. (Bug#14030)
228
229 2013-03-30 Chong Yidong <cyd@gnu.org>
230
231 * iswitchb.el (iswitchb-read-buffer): Fix typo.
232
233 2013-03-30 Leo Liu <sdl.web@gmail.com>
234
235 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
236 (kmacro-execute-from-register): Pass the keyboard macro to
237 kmacro-call-macro or repeating won't work correctly.
238
239 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
240
241 * progmodes/subword.el: Back to using `forward-symbol'.
242
243 * subr.el (forward-whitespace, forward-symbol)
244 (forward-same-syntax): Move from thingatpt.el.
245
246 2013-03-29 Leo Liu <sdl.web@gmail.com>
247
248 * kmacro.el (kmacro-to-register): New command.
249 (kmacro-execute-from-register): New function.
250 (kmacro-keymap): Bind to 'x'. (Bug#14071)
251
252 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * mpc.el: Use defvar-local and setq-local.
255 (mpc--proc-connect): Connection failures are not bugs.
256 (mpc-mode-map): `follow-link' only applies to the buffer's content.
257 (mpc-volume-map): Bind to the up-events.
258
259 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
260
261 * progmodes/subword.el (superword-mode): Use `forward-sexp'
262 instead of `forward-symbol'.
263
264 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
267 (edebug--recursive-edit): Use it.
268 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
269 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
270
271 2013-03-28 Leo Liu <sdl.web@gmail.com>
272
273 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
274
275 2013-03-27 Eli Zaretskii <eliz@gnu.org>
276
277 * facemenu.el (list-colors-callback): New defvar.
278 (list-colors-redisplay): New function.
279 (list-colors-display): Install list-colors-redisplay as the
280 revert-buffer-function. (Bug#14063)
281
282 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
285 and suffixes don't overlap (bug#14061).
286
287 * case-table.el: Use lexical-binding.
288 (case-table-get-table): New function.
289 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
290
291 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
292
293 * progmodes/subword.el: Add `superword-mode' to do word motion
294 over symbol_words (parallels and leverages `subword-mode' which
295 does word motion inside MixedCaseWords).
296
297 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
298
299 * eshell/em-unix.el: Move su and sudo to...
300 * eshell/em-tramp.el: ...Eshell tramp module
301
302 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
305 Change return value to be a sexp. Delay `get-buffer' to after
306 restoring the desktop (bug#13951).
307
308 2013-03-26 Leo Liu <sdl.web@gmail.com>
309
310 * register.el: Move semantic tag handling back to
311 cedet/semantic/senator.el. (Bug#14052)
312
313 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
316 into the prompt either (bug#13963).
317
318 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
321 part of "(error-foo)".
322
323 2013-03-24 Juri Linkov <juri@jurta.org>
324
325 * replace.el (list-matching-lines-prefix-face): New defcustom.
326 (occur-1): Pass `list-matching-lines-prefix-face' to the function
327 `occur-engine' if `face-differs-from-default-p' returns t.
328 (occur-engine): Add `,' inside backquote construct to evaluate
329 `prefix-face'. Propertize the prefix with the `prefix-face' face.
330 Pass `prefix-face' to the functions `occur-context-lines' and
331 `occur-engine-add-prefix'.
332 (occur-engine-add-prefix, occur-context-lines): Add optional arg
333 `prefix-face' and propertize the prefix with `prefix-face'.
334 (Bug#14017)
335
336 2013-03-24 Leo Liu <sdl.web@gmail.com>
337
338 * nxml/rng-valid.el (rng-validate-while-idle)
339 (rng-validate-quick-while-idle): Guard against deleted buffer.
340 (Bug#13999)
341
342 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
343 is the last entry in kill-buffer-hook.
344
345 * files.el (kill-buffer-hook): Doc fix.
346
347 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
348
349 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
350 Make it safe-local.
351
352 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
353
354 2013-03-23 Leo Liu <sdl.web@gmail.com>
355
356 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
357 Remove.
358
359 * nxml/rng-valid.el (rng-validate-mode)
360 (rng-after-change-function, rng-do-some-validation):
361 * nxml/rng-maint.el (rng-validate-buffer):
362 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
363 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
364 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
365 (nxml-extend-after-change-region): Use with-silent-modifications.
366
367 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
368 timer-idle-list.
369
370 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
371 (rng-next-error-1, rng-previous-error-1): Do not let-bind
372 timer-idle-list. (Bug#13999)
373
374 2013-03-23 Juri Linkov <juri@jurta.org>
375
376 * info.el (info-index-match): New face.
377 (Info-index, Info-apropos-matches): Add a nested subgroup to the
378 main pattern and add text properties with the new face to matches
379 in index entries relative to the beginning of the index entry.
380 (Bug#14015)
381
382 2013-03-21 Eric Ludlam <zappo@gnu.org>
383
384 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
385 Inhibit read only while inserting objects.
386
387 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
388
389 * progmodes/cfengine.el: Update docs to mention
390 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
391 symbol motion. Remove "_" from the word syntax.
392
393 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
394
395 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
396 syntax for both `cfengine2-mode' and `cfengine3-mode'.
397
398 2013-03-20 Juri Linkov <juri@jurta.org>
399
400 * info.el (Info-next-reference-or-link)
401 (Info-prev-reference-or-link): New functions.
402 (Info-next-reference, Info-prev-reference): Use them.
403 (Info-try-follow-nearest-node): Handle footnote navigation.
404 (Info-fontify-node): Fontify footnotes. (Bug#13989)
405
406 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
409 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
410
411 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
412
413 Suppress unnecessary non-ASCII chatter during build process.
414 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
415 (batch-skkdic-convert): Suppress most of the chatter.
416 It's not needed so much now that machines are faster,
417 and its non-ASCII component was confusing; see Dmitry Gutov in
418 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
419
420 2013-03-20 Leo Liu <sdl.web@gmail.com>
421
422 * ido.el (ido-chop): Fix bug#10994.
423
424 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
425
426 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
427 Remove vars.
428 (whitespace-color-on, whitespace-color-off):
429 Use `font-lock-fontify-buffer' (Bug#13817).
430
431 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
434 remapping in mode-line.
435 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
436
437 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
438
439 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
440 value for `whitespace-line' face (Bug#13875).
441 (whitespace-font-lock-keywords): Change description.
442 (whitespace-color-on): Don't save `font-lock-keywords' value, save
443 the constructed keywords instead.
444 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
445
446 2013-03-19 Leo Liu <sdl.web@gmail.com>
447
448 * progmodes/compile.el (compilation-display-error): New command.
449 (compilation-mode-map, compilation-minor-mode-map): Bind it to
450 C-o. (Bug#13992)
451
452 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
453
454 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
455
456 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
457
458 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
459
460 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
461
462 * net/tramp-compat.el (tramp-compat-user-error): New defun.
463
464 * net/tramp-adb.el (tramp-adb-handle-shell-command):
465 * net/tramp-gvfs.el (top):
466 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
467 (tramp-handle-shell-command): Use it.
468 (tramp-dissect-file-name): Raise an error when hostname is a
469 method name, and neither method nor user is specified.
470
471 * net/trampver.el: Update release number.
472
473 2013-03-18 Leo Liu <sdl.web@gmail.com>
474
475 Make sure eldoc can be turned off properly.
476 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
477 eldoc-mode.
478 (eldoc-display-message-p): Revert last change.
479 (eldoc-display-message-no-interference-p)
480 (eldoc-print-current-symbol-info): Tweak.
481
482 2013-03-18 Tassilo Horn <tsdh@gnu.org>
483
484 * doc-view.el (doc-view-new-window-function): Check the new window
485 overlay's display property instead the char property of the
486 buffer's first char. Use `with-selected-window' instead of
487 `save-window-excursion' with `select-window'.
488 (doc-view-document->bitmap): Check the current doc-view overlay's
489 display property instead the char property of the buffer's first char.
490
491 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
492
493 Automate the build of ja-dic.el (Bug#13984).
494 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
495 from the input, rather than assume that it's been done for us by the
496 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
497 the current date into a ja-dic.el comment, as that complicates
498 regression testing.
499
500 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * whitespace.el: Fix double evaluation.
503 (whitespace-space, whitespace-hspace, whitespace-tab)
504 (whitespace-newline, whitespace-trailing, whitespace-line)
505 (whitespace-space-before-tab, whitespace-indentation)
506 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
507 obsolete defvars.
508 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
509 (whitespace-color-on): Use a single font-lock-add-keywords call.
510 Fix double-evaluation of face variables.
511
512 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
513
514 * net/tramp-adb.el (tramp-adb-parse-device-names):
515 Use `start-process' instead of `call-process'. Otherwise, the
516 function might be blocked under MS Windows. (Bug#13299)
517
518 2013-03-17 Leo Liu <sdl.web@gmail.com>
519
520 Extend eldoc to display info in the mode-line. (Bug#13978)
521 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
522 (eldoc-mode-line-string): New variable.
523 (eldoc-minibuffer-message): New function.
524 (eldoc-message-function): New variable.
525 (eldoc-message): Use it.
526 (eldoc-display-message-p)
527 (eldoc-display-message-no-interference-p):
528 Support eldoc-post-insert-mode.
529
530 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
531 (eval-expression): Run it.
532
533 2013-03-17 Roland Winkler <winkler@gnu.org>
534
535 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
536 strings in the list of return values.
537
538 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
539
540 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
541 radix before checking for HMS forms.
542
543 2013-03-16 Leo Liu <sdl.web@gmail.com>
544
545 * progmodes/scheme.el: Add indentation and font-locking for λ.
546 (Bug#13975)
547
548 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
551 token before point (bug#13942).
552
553 2013-03-16 Leo Liu <sdl.web@gmail.com>
554
555 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
556
557 2013-03-16 Eli Zaretskii <eliz@gnu.org>
558
559 * startup.el (command-line-normalize-file-name): Fix handling of
560 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
561 <xfq.free@gmail.com> in
562 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
563
564 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
565
566 Sync with Tramp 2.2.7.
567
568 * net/trampver.el: Update release number.
569
570 2013-03-14 Tassilo Horn <tsdh@gnu.org>
571
572 * doc-view.el Fix bug#13887.
573 (doc-view-insert-image): Don't modify overlay associated to
574 non-live windows, and implement horizontal centering of image in
575 case it's smaller than the window.
576 (doc-view-new-window-function): Force redisplay of new windows on
577 doc-view buffers.
578
579 2013-03-13 Karl Fogel <kfogel@red-bean.com>
580
581 * saveplace.el (save-place-alist-to-file): Don't sort
582 `save-place-alist', just pretty-print it (bug#13882).
583
584 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
585
586 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
587 whether `default-file-name-coding-system' is bound. It isn't in
588 XEmacs.
589
590 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
593 backquotes for `obsolete' (bug#13929).
594
595 * international/mule.el (find-auto-coding): Include file name in
596 obsolescence warning (bug#13922).
597
598 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
599
600 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
601 for CFEngine 3-specific indentation.
602 (cfengine3-indent-line): Use it. Fix up category regex.
603 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
604
605 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * type-break.el (type-break-file-name):
608 * textmodes/remember.el (remember-data-file):
609 * strokes.el (strokes-file):
610 * shadowfile.el (shadow-initialize):
611 * saveplace.el (save-place-file):
612 * ps-bdf.el (bdf-cache-file):
613 * progmodes/idlwave.el (idlwave-config-directory):
614 * net/quickurl.el (quickurl-url-file):
615 * international/kkc.el (kkc-init-file-name):
616 * ido.el (ido-save-directory-list-file):
617 * emulation/viper.el (viper-custom-file-name):
618 * emulation/vip.el (vip-startup-file):
619 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
620 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
621
622 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
623
624 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
625 * language/thai-word.el: Switch to UTF-8.
626
627 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
630
631 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
632
633 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
634 Use with-current-buffer and don't move point.
635 (net-utils-run-simple): Remove useless code.
636 (net-utils-remove-ctl-m): Remove unused custom.
637
638 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
639
640 * international/characters.el (glyphless-set-char-table-range): New fun.
641 (update-glyphless-char-display): Use it (bug#13744).
642
643 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
644
645 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
646 namespaces in the syntax, indent closer for hanging brace
647 correctly, allow single-quote delimited 'strings', and make
648 `cfengine3-mode' the default.
649
650 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
651
652 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
653 Use lexical-binding. Fix up docstring according to conventions.
654 (gdbmi-debug-mode): New var.
655 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
656 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
657 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
658 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
659 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
660 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
661 (gdbmi-bnf-incomplete-record-result): New functions.
662 (gdb-car<): Remove function.
663 (gdbmi-record-list): Remove variable.
664 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
665 (gdbmi-bnf-result-state-configs): New const.
666 (gud-gdbmi-marker-filter): Rewrite.
667 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
668 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
669 Add `token' argument.
670 (gdb-done, gdb-error): New functions.
671 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
672
673 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * term/xterm.el (xterm--report-background-handler): Don't burp
676 upon timeout.
677 (xterm--version-handler): Extract from terminal-init-xterm.
678 (xterm--query): Don't mishandle timeout. Remove debugging messages.
679 Allow multiple handlers.
680 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
681
682 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
683 (xterm--report-background-handler, xterm--query): New functions.
684 (terminal-init-xterm): Use them.
685
686 2013-03-11 Michael R. Mauger <michael@mauger.com>
687
688 * progmodes/sql.el Version 3.2
689 Please note that my address changed to <michael@mauger.com>;
690 the <mmaug@yahoo.com> address remains active.
691 (sql-connection-alist): Updates documentation to fix bug#13715.
692 (sql-connect): Handle missing `sql-connection-alist' correctly.
693 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
694 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
695 property.
696 (sql-default-value): New function.
697 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
698 values were not used.
699 (sql-rename-buffer): Make sure alternate buffer name has no text
700 properties.
701 (sql-input-sender, sql-execute-feature): Fetch variable with
702 `buffer-local-value' rather than `with-current-buffer'.
703 (sql-*): Use #' function syntax consistently.
704 (sql-*): Use message/error/user-error consistently.
705
706 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * xt-mouse.el (xterm-mouse-event-read): Remove.
709 (xterm-mouse--read-event-sequence-1000)
710 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
711
712 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * term/xterm.el (xterm-function-map): Support format used with
715 formatOtherKeys=1 (bug#13839).
716
717 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
718 (with-no-warnings): Use `declare'.
719
720 * whitespace.el (whitespace-enable-predicate): New variable.
721 (whitespace-enable-predicate): Use it.
722
723 * comint.el (comint-send-input, comint-snapshot-last-prompt)
724 (comint-output-filter, comint-update-fence):
725 Use with-silent-modifications.
726
727 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
728
729 * replace.el (occur-read-regexp-defaults-function): New var.
730 (occur-read-regexp-defaults): New defun.
731 (occur-read-primary-args): Propagate above change (bug#13892).
732
733 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * mouse.el (mouse-drag-track): Remove left-over debugging code.
736
737 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
738
739 Major rewrite due to changed D-Bus interface of GVFS 1.14.
740
741 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
742 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
743 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
744 New defconst.
745 (tramp-gvfs-file-name-handler-alist) [directory-files]
746 [directory-files-and-attributes, file-exists-p, file-modes]:
747 Use Tramp default handler.
748 [file-acl, file-selinux-context, process-file, set-file-acl]:
749 [set-file-modes, set-file-selinux-context, shell-command]:
750 [start-file-process]: Remove handler.
751 [verify-visited-file-modtime]: New handler.
752 (tramp-gvfs-dbus-string-to-byte-array)
753 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
754 calls of `dbus-string-to-byte-array' and
755 `tramp-gvfs-dbus-byte-array-to-string'.
756 (tramp-gvfs-handle-copy-file)
757 (tramp-gvfs-handle-delete-directory)
758 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
759 (tramp-gvfs-handle-file-directory-p)
760 (tramp-gvfs-handle-file-executable-p)
761 (tramp-gvfs-handle-file-name-all-completions)
762 (tramp-gvfs-handle-file-readable-p)
763 (tramp-gvfs-handle-file-writable-p)
764 (tramp-gvfs-handle-insert-directory)
765 (tramp-gvfs-handle-insert-file-contents)
766 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
767 (tramp-gvfs-handle-set-visited-file-modtime)
768 (tramp-gvfs-handle-write-region): Rewrite.
769 (tramp-gvfs-handle-file-acl)
770 (tramp-gvfs-handle-file-selinux-context)
771 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
772 (tramp-gvfs-handle-set-file-modes)
773 (tramp-gvfs-handle-set-file-selinux-context)
774 (tramp-gvfs-handle-shell-command)
775 (tramp-gvfs-handle-start-file-process)
776 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
777 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
778 over the symlinks. Fix user handling.
779 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
780 of the D-Bus signals.
781 (tramp-gvfs-connection-mounted-p): Handle different names of the
782 D-Bus methods.
783 (tramp-gvfs-mount-spec-entry): New defun.
784 (tramp-gvfs-mount-spec): Use it.
785 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
786 there is a share name. Handle different names of the D-Bus
787 signals and methods. Set connection properties needed for
788 `tramp-check-cached-permissions'.
789 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
790 Return t or nil.
791
792 * net/tramp.el (tramp-backtrace): Move up.
793 (tramp-error): Dump a backtrace into the debug buffer when
794 `tramp-verbose > 9.
795 (tramp-file-mode-type-map, tramp-file-mode-from-int)
796 (tramp-file-mode-permissions, tramp-get-local-uid)
797 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
798 tramp-sh.el.
799
800 * net/tramp-sh.el (tramp-file-mode-type-map)
801 (tramp-check-cached-permissions, tramp-file-mode-from-int)
802 (tramp-file-mode-permissions, tramp-get-local-uid)
803 (tramp-get-local-gid): Move to tramp.el.
804
805 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 Separate mouse-1-click-follows-link from mouse-drag-region.
808 * mouse.el (mouse--down-1-maybe-follows-link): New function.
809 (key-translation-map): Use it to implement mouse-1-click-follows-link.
810 (mouse-drag-line, mouse-drag-track):
811 Remove mouse-1-click-follows-link code.
812 (mouse--remap-link-click-p): Remove.
813
814 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
815
816 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
817 (hi-lock-read-regexp-defaults): New defun.
818 (hi-lock-line-face-buffer, hi-lock-face-buffer)
819 (hi-lock-face-phrase-buffer): Propagate above change.
820 Update docstring (bug#13892).
821
822 * subr.el (find-tag-default-as-regexp): New defun.
823 * replace.el (read-regexp): Propagate above change.
824
825 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
826
827 * calc/calc-units.el (calc-convert-units): Fix the way that default
828 new units are stored.
829
830 2013-03-07 Matthias Meulien <orontee@gmail.com>
831
832 * bookmark.el: Define a face to highlight bookmark names in
833 bookmark menu buffers, where the default is a bold face similarly
834 to buffer names in buffer menu buffers.
835 (bookmark-menu-bookmark): New face to highlight bookmark names.
836 (bookmark-insert-location): Remove duplicated text property to
837 conform to buffer list (see `list-buffers').
838 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
839 `bookmark-menu-bookmark' to bookmark names.
840
841 2013-03-07 Matthias Meulien <orontee@gmail.com>
842 Karl Fogel <kfogel@red-bean.com>
843
844 * bookmark.el: Display the bookmark list header similarly to the
845 buffer list header (see `list-buffers'), where the default is now
846 an immovable/immutable header line.
847 (bookmark-bmenu-use-header-line): New variable.
848 (bookmark-bmenu-inline-header-height): New name for
849 `bookmark-bmenu-header-height', to avoid confusion with the code
850 for the new immovable header. All references changed.
851 (bookmark-bmenu-set-header): New function.
852 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
853 Conditionalize header construction accordingly.
854 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
855 the inline header height.
856 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
857 Conditionalize the skipping of the inline header height.
858
859 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
860
861 * progmodes/js.el (js--multi-line-declaration-indentation):
862 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
863
864 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
865
866 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
867 Only propertize regexp when not inside a string (Bug#13885).
868
869 2013-03-06 Alan Mackenzie <acm@muc.de>
870
871 Correct the position of point in some line-up functions.
872 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
873 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
874 point at column 0 rather than at a random place in the line.
875
876 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
877
878 * net/tramp-compat.el (tramp-compat-delete-directory):
879 Implement TRASH argument.
880
881 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
882
883 Keep pre-existing highlighting in completion candidates (Bug#13250).
884 * minibuffer.el (completions-first-difference): State that the
885 face is "added" in the docstring.
886 (completions-common-part): Same. And don't inherit from default.
887 (completion-hilit-commonality): Prepend 'completions-common-part
888 and 'completion-first-difference faces to the 'face property,
889 instead of replacing the value(s).
890 (completion--insert-strings): Same with 'completions-annotations face.
891 (completion-hilit-commonality): Use 'face instead of
892 'font-lock-face, because it gets priority if the completion
893 strings already have 'face set.
894
895 2013-03-04 Alan Mackenzie <acm@muc.de>
896
897 Replace `last-command-event' by `last-command-char' in XEmacs.
898 * progmodes/cc-defs.el (c-last-command-char): New macro.
899 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
900 (c-semi&comma-no-newlines-before-nonblanks)
901 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
902 in place of `last-command-event'.
903 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
904 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
905 (c-electric-paren, c-electric-continued-statement): Use the new
906 macro in place of `last-command-event'.
907
908 2013-03-04 Glenn Morris <rgm@gnu.org>
909
910 * files.el (inhibit-local-variables-regexps):
911 Add .diff and .patch. (Bug#13862)
912
913 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
914
915 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
916 whether the "su" command is available on the device.
917
918 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
919
920 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
921 (tramp-adb-handle-process-file): Remove superfluous setting.
922 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
923 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
924 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
925
926 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
929 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
930 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
931 Use dict-key rather than dict-name for the error message.
932
933 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
934
935 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
936 when reverting (bug#13831).
937
938 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
939
940 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
941 Always expand affix-file before storing to protect against changed
942 `default-directory'.
943 (ispell-print-if-debug): Make sure message is printed at the end
944 of the debug buffer.
945
946 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
947
948 * net/tramp.el (tramp-obsolete-methods): New defconst.
949 (tramp-warned-obsolete-methods): New defvar.
950 (tramp-find-method): Check for obsolete methods. Map them to a
951 replacement method if appropriate.
952
953 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
954 Remove methods.
955 (top): Remove completion functions for "scp1", "scp2", "ssh1",
956 "ssh2" and "plink1".
957
958 2013-02-28 Dale Sedivec <dale@codefu.org>
959
960 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
961 Return valid syntax-table property value when converting
962 quotes within text from string syntax to punctuation syntax (bug#13844).
963
964 2013-02-28 Juri Linkov <juri@jurta.org>
965
966 * dired-aux.el (dired-diff): If file at point is a backup file,
967 use its original as the default value, and reverse the order
968 of arguments to the `diff' call. Doc fix. (Bug#13772)
969
970 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
971
972 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
973 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
974
975 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
976
977 Initial support for hunspell dictionaries auto-detection (Bug#13639)
978
979 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
980 Ask hunspell about available and default dictionaries.
981 (ispell-parse-hunspell-affix-file): Extract relevant info from
982 hunspell affix file.
983 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
984 `ispell-dictionary-alist' entry for given dictionary after info
985 provided by `ispell-parse-hunspell-affix-file'.
986 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
987 of parsed hunspell dicts and associated affix files.
988 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
989 of parsed hunspell dicts and associated parameters.
990 (ispell-set-spellchecker-params):
991 Call `ispell-find-hunspell-dictionaries' if hunspell and not
992 previously done.
993 (ispell-start-process):
994 Call `ispell-hunspell-fill-dictionary-entry' for current
995 dictionary if it is not initialized.
996
997 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * imenu.el: Comment nitpicks.
1000
1001 2013-02-28 Sam Steingold <sds@gnu.org>
1002
1003 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1004 See <http://stackoverflow.com/questions/14720205>.
1005
1006 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1007
1008 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1009 (net-utils-mode): Use it.
1010 (net-utils--revert-cmd): New var.
1011 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1012 (traceroute): Use net-utils-run-simple.
1013
1014 2013-02-28 Glenn Morris <rgm@gnu.org>
1015
1016 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1017
1018 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1021 (doc-view-fallback-mode): Remove overlays here.
1022 (doc-view-toggle-display): Instead of here. Don't throw away
1023 image-mode-winprops-alist.
1024 (doc-view-goto-page): Don't mess with hscroll.
1025
1026 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1027
1028 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1029 &optional (bug#13819).
1030
1031 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1032
1033 * net/tramp-adb.el (tramp-adb-parse-device-names)
1034 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1035
1036 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1037
1038 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1039 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1040 defined. POSIX environments fall back to the "C" locale then and
1041 emit a warning, which shall be suppressed.
1042
1043 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1046 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1047
1048 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1051
1052 2013-02-25 Juri Linkov <juri@jurta.org>
1053
1054 * replace.el (read-regexp): Let-bind `default' to the first
1055 element of `defaults' if it's a list, otherwise it should be
1056 a string or nil. Let-bind `suggestions' to `defaults' if it's
1057 a list, otherwise make a list with the string value. Doc fix.
1058 (Bug#13805)
1059
1060 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1061
1062 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1063 that match "\`\.#", to avoid compiling lock files, even if they
1064 are readable (as they are on MS-Windows).
1065
1066 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * files.el (basic-save-buffer): Remove redundant directory-creation.
1069
1070 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1071
1072 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1073 Add option to force `pi' to remain symbolic.
1074 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1075 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1076 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1077 derivatives, when necessary.
1078
1079 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1080
1081 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1082 (ps-mode-octal-region): Use string-make-unibyte.
1083
1084 2013-02-23 Glenn Morris <rgm@gnu.org>
1085
1086 * emulation/viper-cmd.el (viper-submit-report):
1087 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1088 * progmodes/vera-mode.el (vera-mode-help-address):
1089 * textmodes/artist.el (artist-maintainer-address):
1090 * textmodes/reftex.el (reftex-report-bug):
1091 * vc/ediff-util.el (ediff-submit-report):
1092 Add bug-gnu-emacs to bug report address.
1093
1094 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1095 Remove bug report entries.
1096 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1097
1098 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1099 (byte-compile-file, byte-compile-from-buffer):
1100 Use separate input/output buffers for each level of recursive
1101 byte-compile-file calls. (Bug#13787)
1102
1103 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * net/tramp.el (tramp-methods): Fix docstring.
1106 (tramp-ssh-controlmaster-options): Rename it from
1107 `tramp-ssh-controlmaster-template'. Return a string.
1108 (tramp-default-method): Adapt check for
1109 `tramp-ssh-controlmaster-options'.
1110
1111 * net/tramp-sh.el (tramp-methods):
1112 Replace `tramp-ssh-controlmaster-template' by "%c".
1113 (tramp-do-copy-or-rename-file-out-of-band)
1114 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1115 that it is applied for the first hop only.
1116
1117 2013-02-22 Juri Linkov <juri@jurta.org>
1118
1119 * isearch.el (isearch-lazy-highlight-new-loop):
1120 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1121 to `isearch-other-end' if it is not nil. (Bug#13402)
1122
1123 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1124 to `match-beg'.
1125
1126 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1127 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1128 and `isearch-error' to nil.
1129
1130 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1131
1132 * progmodes/python.el (python-info-current-defun):
1133 Enhance match-data cluttering prevention.
1134
1135 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1138
1139 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1140 Handle multibyte file names.
1141
1142 2013-02-22 Glenn Morris <rgm@gnu.org>
1143
1144 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1145 (sgml-transformation-function): Give it a :set function.
1146 (sgml-tag): Doc fix.
1147
1148 * cmuscheme.el (scheme-buffer):
1149 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1150 * progmodes/tcl.el (inferior-tcl-buffer):
1151 * textmodes/tex-mode.el (tex-command): Doc fixes.
1152
1153 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1154
1155 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1156
1157 2013-02-21 Bastien Guerry <bzg@gnu.org>
1158
1159 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1160
1161 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1162
1163 * progmodes/python.el (python-info-current-defun):
1164 Enhance match-data cluttering prevention.
1165
1166 2013-02-21 Glenn Morris <rgm@gnu.org>
1167
1168 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1169 loaded while outline-regexp is let bound. (Bug#9584)
1170
1171 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1172
1173 * progmodes/python.el (python-info-current-defun): Fix failed
1174 defun name retrieval because of unwanted match-data cluttering.
1175
1176 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1177
1178 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1179 defconst. Apply independent check for ControlPersist.
1180
1181 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1182 temporarily, via "env".
1183
1184 2013-02-21 Glenn Morris <rgm@gnu.org>
1185
1186 * info.el (Info-enable-edit): Remove.
1187 (Info-edit): Disable it rather than using Info-enable.
1188 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1189 (Info-cease-edit): Make editing of Info files obsolete.
1190
1191 * informat.el (Info-tagify):
1192 Handle buffers not visiting files. (Bug#13763)
1193
1194 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1197
1198 2013-02-21 Glenn Morris <rgm@gnu.org>
1199
1200 * files.el (basic-save-buffer): Move check for existing parent
1201 directory after hooks. (Bug#13773)
1202
1203 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * simple.el (command-execute): Move from C. Add obsolete check.
1206 (extended-command-history): Move from C.
1207
1208 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1209
1210 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1211 (jka-compr-mode-alist-additions): Handle .txz suffix for
1212 XZ-compressed tar archives (bug#13770).
1213
1214 2013-02-20 Bastien Guerry <bzg@gnu.org>
1215
1216 * outline.el (outline-regexp, outline-heading-end-regexp):
1217 Make variables, not options (bug#13731).
1218
1219 2013-02-20 Glenn Morris <rgm@gnu.org>
1220
1221 * image.el (image-current-frame): Change from variable to function.
1222 (image-show-frame): Rename from image-nth-frame. Update callers.
1223 * image-mode.el (image-multi-frame): New variable.
1224 (image-mode-map, image-mode, image-goto-frame):
1225 Use image-multi-frame rather than image-current-frame.
1226 (image-mode, image-goto-frame): Use image-current-frame as
1227 function rather than as variable.
1228
1229 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1230 * emacs-lisp/cl-macs.el (cl--make-type-test)
1231 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1232
1233 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1234
1235 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1236 (tramp-get-file-property, tramp-set-file-property)
1237 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1238 (tramp-flush-file-property, tramp-flush-directory-property):
1239 Rename argument to KEY.
1240 (tramp-flush-connection-property): Simplify a little bit.
1241 (tramp-connection-property-p): New defun.
1242 (top): Reapply saved values only if there isn't a corresponding
1243 entry in `tramp-connection-properties'.
1244
1245 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1246
1247 * progmodes/python.el (python-indent-context):
1248 Fix python-info-line-ends-backslash-p call.
1249 (python-info-line-ends-backslash-p)
1250 (python-info-beginning-of-backslash): Respect line-number argument.
1251 (python-info-current-line-comment-p):
1252 Fix behavior when not at beginning-of-line.
1253 (python-util-position): Remove function.
1254 (python-util-goto-line): New function.
1255
1256 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1257
1258 * eshell/em-unix.el (eshell/su): Require tramp.
1259 (eshell/sudo): Require tramp. Remove now unnecessary check.
1260
1261 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1262 `tramp-current-connection' in order to avoid an error when several
1263 commands are invoked in a short time in eshell and friends.
1264
1265 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 Cleanup some of EIEIO's namespace.
1268 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1269 Use it to define all the class-* and object-* field accessors (renamed
1270 to eieio--class-* and eieio--object-*). Update all uses.
1271 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1272 class-num-slots and object-num-slots.
1273 (eieio--check-type): New macro.
1274 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1275 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1276 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1277 (object-assoc-list-safe): Use it.
1278 (eieio-defclass): Tighten regexp.
1279 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1280 Remove unreachable code.
1281 (object-class-fast): Declare obsolete.
1282 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1283 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1284 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1285 Rename from class-name, object-name, object-set-name-string,
1286 object-class, object-class-name, class-parents, class-children,
1287 class-precedence-list, class-parent; with obsolete alias.
1288 (class-of, class-direct-superclasses, class-direct-subclasses):
1289 Declare obsolete.
1290 (eieio-defmethod): Use `memq'; remove unreachable code.
1291 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1292 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1293 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1294
1295
1296 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1297
1298 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1299 commentary.
1300
1301 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1302
1303 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1304 Use font-lock-keyword-face for macros and special forms (bug#8345).
1305
1306 2013-02-17 Didier Verna <didier@didierverna.net>
1307
1308 * net/network-stream.el (network-stream-open-starttls):
1309 Check that response to the starttls-command is non-nil. (Bug#13706)
1310
1311 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1314 Don't assume all identifier chars have syntax word.
1315 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1316 Remove bar-not-symbol. Adjust callers.
1317 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1318
1319 2013-02-17 Leo Liu <sdl.web@gmail.com>
1320
1321 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1322
1323 2013-02-17 Glenn Morris <rgm@gnu.org>
1324
1325 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1326
1327 * image-mode.el (image-mode-map): Add image-dired menu entry.
1328
1329 * image-dired.el (tumme): Make this alias obsolete.
1330
1331 2013-02-16 Glenn Morris <rgm@gnu.org>
1332
1333 * image.el (image-animated-types): Remove.
1334 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1335 (image-animated-p): Make obsolete alias.
1336 (image-animate, image-nth-frame, image-animate-timeout):
1337 Use image-multi-frame-p.
1338 (image-animate-timeout): If no delay, use image-default-frame-delay.
1339 * image-mode.el (image-mode, image-toggle-animation):
1340 Use image-multi-frame-p. (Bug#763, bug#10739)
1341 (image-mode): Adjust startup message for a multi-frame image.
1342
1343 * image-mode.el (image-mode-map): Give it a menu.
1344
1345 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp-cache.el (tramp-connection-properties): New customer
1348 option.
1349 (tramp-get-connection-property): Use it.
1350
1351 * net/tramp-compat.el (top): Require 'trampver.
1352
1353 * net/tramp-sh.el (tramp-remote-process-environment):
1354 Set tramp-autoload cookie.
1355
1356 2013-02-16 Kevin Ryde <user42@zip.com.au>
1357
1358 * info-look.el (info-lookup-select-mode): If major-mode has no
1359 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1360
1361 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1362
1363 * replace.el (read-regexp): Tighten the regexp that matches tag.
1364 When tag is retrieved with `find-tag-default', use regexp that
1365 matches tag at point. Also update docstring (Bug#13687).
1366
1367 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1368
1369 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1370 add watch for the file, not its parent directory, since w32notify
1371 sets up the watch for the directory internally. (Bug#13725)
1372
1373 2013-02-16 Glenn Morris <rgm@gnu.org>
1374
1375 * image.el (image-default-frame-delay): New variable.
1376 (image-animated-p): Use image-default-frame-delay.
1377 (image-minimum-frame-delay): New constant.
1378 (image-animate-timeout): Use image-minimum-frame-delay.
1379
1380 * image.el (image-nth-frame): New, split from image-animate-timeout.
1381 (image-animate-timeout): Use image-nth-frame.
1382 * image-mode.el (image-goto-frame, image-next-frame)
1383 (image-previous-frame): New commands.
1384 (image-mode-map): Add new frame commands.
1385
1386 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1387
1388 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1389 If col-desc already has help-echo, use it. (Bug#13563)
1390
1391 2013-02-16 Glenn Morris <rgm@gnu.org>
1392
1393 * image.el (image-current-frame): New variable.
1394 (image-animate-timeout): Set image-current-frame.
1395 * image-mode.el (image-mode): For animated images,
1396 display a frame counter via mode-line-process.
1397
1398 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1399
1400 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1403
1404 2013-02-15 Alan Mackenzie <acm@muc.de>
1405
1406 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1407 global minor mode has been enabled, call the minor mode function
1408 for a new buffer once only, after the major mode hook, whilst
1409 allowing that hook explicitly to disable the minor mode.
1410 (MODE-disable-in-buffer): New (generated) function.
1411 (disable-MODE): New (generated) buffer local variable.
1412
1413 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1414
1415 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1416 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1417 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1418 `ido-next-match' and `ido-prev-match' resply.
1419 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1420 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1421 `icomplete-backward-completions' (Bug#13708).
1422
1423 2013-02-15 Glenn Morris <rgm@gnu.org>
1424
1425 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1426
1427 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1430 (goto-address-fontify-region): Use them instead of narrowing, so
1431 syntax-ppss has access to the whole buffer.
1432
1433 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1434
1435 * progmodes/python.el: Explain how to restore "cc-mode"-like
1436 forward-sexp movement in header documentation (Bug#13642).
1437 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1438 comments and strings (GH bug 114).
1439
1440 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1441
1442 * progmodes/python.el (python-info-current-defun): Fix current
1443 defun detection (Bug#13618).
1444
1445 2013-02-15 Chong Yidong <cyd@gnu.org>
1446
1447 * xml.el (xml-parse-string): Fix typo in handling of bad character
1448 references.
1449
1450 2013-02-15 Glenn Morris <rgm@gnu.org>
1451
1452 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1453
1454 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp.el (tramp-debug-message):
1457 Add `tramp-condition-case-unless-debug'.
1458 (tramp-debug-on-error): New defvar.
1459 (tramp-condition-case-unless-debug): New defun.
1460 (tramp-file-name-handler): Use it.
1461
1462 2013-02-14 Juri Linkov <juri@jurta.org>
1463
1464 * info.el (Info-isearch-filter): Treat non-nil values of
1465 `search-invisible' including its default value `open'
1466 like the value `t' to match hidden text. (Bug#13402)
1467
1468 2013-02-14 Glenn Morris <rgm@gnu.org>
1469
1470 * help-fns.el (find-lisp-object-file-name): Give special treatment
1471 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1472
1473 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1474
1475 * net/quickurl.el (quickurl-save-urls):
1476 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1477
1478 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1479
1480 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1481 depth for unfinished percent literal. Not using it in the caller.
1482 (ruby-move-to-block): Jump over multiline literals of all types,
1483 ignoring code-looking contents inside them.
1484 (ruby-add-log-current-method): Improve performance at the expense
1485 of accuracy. `ruby-block-contains-point' is relatively slow, so
1486 only use it for method and singleton class blocks.
1487
1488 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1489
1490 Use ControlMaster where applicable. (Bug#13677)
1491
1492 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1493 replacing `tramp-detect-ssh-controlmaster'.
1494 (tramp-default-method): Use it.
1495
1496 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1497 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1498 arguments.
1499 [scpc, rsyncc]: Remove methods.
1500 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1501 and "ssh2_old".
1502 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1503 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1504
1505 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * emacs-lisp/package.el (package--initialized): Move before first use.
1508
1509 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1510
1511 * icomplete.el (icomplete-hide-common-prefix): New user option.
1512 (icomplete-first-match): New face.
1513 (icomplete-completions): Correct handling of "complete but not
1514 unique" (Bug#12638).
1515
1516 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1517
1518 * descr-text.el (describe-char): Display the script (bug#13698).
1519
1520 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * tmm.el: Use lexical-binding and current-active-maps.
1523 (tmm-menubar): Use map-keymap and pcase.
1524 (tmm--completion-table): New function.
1525 (tmm-prompt): Use it to fix the menu order.
1526 (tmm-get-keybind): Use current-active-maps.
1527
1528 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1529
1530 Add dired-hide-details-mode. (Bug#6799)
1531
1532 * locate.el (locate-mode): Set parent mode property to dired-mode.
1533
1534 * find-dired.el (find-dired): Call dired-insert-set-properties on
1535 initial information line. Set process mark on end of buffer.
1536 (find-dired-sentinel):
1537 Call dired-insert-set-properties on summary.
1538
1539 * dired.el (dired-hide-details-hide-symlink-targets)
1540 (dired-hide-details-hide-information-lines): New options.
1541 (dired-insert-directory):
1542 Set properties after final treatment of output.
1543 (dired-insert-set-properties):
1544 Set dired-hide-details-* properties.
1545 (dired-mode-map): Bind dired-hide-details-mode.
1546 (dired-mode): Set buffer-invisibility-spec to a list.
1547 (dired-next-line): Skip hidden lines.
1548 (dired-previous-line): Use dired-next-line.
1549 (dired-hide-details-mode): New minor mode.
1550 (dired-hide-details-update-invisibility-spec): New function.
1551
1552 2013-02-13 Glenn Morris <rgm@gnu.org>
1553
1554 * play/yow.el: Move to obsolete/. (Bug#9384)
1555
1556 2013-02-13 Juri Linkov <juri@jurta.org>
1557
1558 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1559 to select `ediff-control-frame' and set input focus correctly on Xfce.
1560 (Bug#12218)
1561
1562 2013-02-13 Juri Linkov <juri@jurta.org>
1563
1564 * image-mode.el (image-mode-map):
1565 * doc-view.el (doc-view-mode-map):
1566 * vc/ediff-util.el (ediff-setup-keymap):
1567 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1568
1569 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1570
1571 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1572 performance. Instead of recalculating indentation fully for each
1573 line, sum up indentation depth based only on visited lines.
1574 (ruby-parse-partial): Increase the depth after "do" even when END
1575 is right after it.
1576 (ruby-parse-partial): When END is in the middle of a percent
1577 literal, increase the depth if the delimiter chars belong to the
1578 paren syntax class.
1579
1580 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1581
1582 * play/fortune.el (fortune-compile): Also make the compiled file
1583 if it does not exist at all, not just if it is old. (Bug#5338)
1584
1585 2013-02-13 Glenn Morris <rgm@gnu.org>
1586
1587 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1588
1589 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1590
1591 * lisp/emacs-lisp/package.el (package-menu-execute):
1592 Add optional noquery argument. (Bug#13625)
1593
1594 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1595
1596 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1597 if DIR exists and PARENTS is non-nil.
1598
1599 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1600
1601 * progmodes/js.el (js--multi-line-declaration-indentation):
1602 Silence byte-compiler warning.
1603
1604 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1605
1606 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1607
1608 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1609 only if it doesn't exist.
1610
1611 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1612 Set process marker.
1613
1614 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1615
1616 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1617 UserInstallation when calling soffice to work around LibreOffice
1618 bug 37531.
1619
1620 2013-02-12 Glenn Morris <rgm@gnu.org>
1621
1622 * files.el (basic-save-buffer):
1623 Offer to create a non-existing directory. (Bug#3016)
1624
1625 * calc/calc-graph.el (calc-graph-show-dumb):
1626 * calendar/calendar.el (calendar-mode-map):
1627 * cus-edit.el (custom-mode-map):
1628 * ehelp.el (electric-help-map):
1629 * emulation/vip.el (vip-mode-map):
1630 * epa.el (epa-key-list-mode-map):
1631 * info.el (Info-mode-map):
1632 * mail/rmail.el (rmail-mode-map):
1633 * mail/rmailsum.el (rmail-summary-mode-map):
1634 * man.el (Man-mode-map):
1635 * net/newst-plainview.el (newsticker-mode-map):
1636 * progmodes/cpp.el (cpp-edit-mode-map):
1637 * progmodes/grep.el (grep-mode-map):
1638 * progmodes/idlw-help.el (idlwave-help-mode-map):
1639 * simple.el (special-mode-map):
1640 * startup.el (splash-screen-keymap):
1641 * view.el (view-mode-map):
1642 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1643
1644 2013-02-11 Elias Pipping <pipping@lavabit.com>
1645
1646 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1647 (bug#13679).
1648
1649 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1652
1653 2013-02-11 Glenn Morris <rgm@gnu.org>
1654
1655 * vc/diff.el (diff-use-labels): New variable.
1656 (diff-no-select): Use --label rather than -L, and first
1657 check that it is supported. (Bug#11067)
1658
1659 * files.el (enable-dir-local-variables): New variable.
1660 (hack-dir-local-variables): Respect enable-dir-local-variables.
1661 * tutorial.el (help-with-tutorial):
1662 Ignore directory-local variables. (Bug#11127)
1663
1664 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1665 (vc-svn-global-switches): ... to here. (Bug#13513)
1666
1667 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1668
1669 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1670 Handle "foo (bar, default: xxx): " prompts.
1671
1672 2013-02-10 Chong Yidong <cyd@gnu.org>
1673
1674 * files.el (basic-save-buffer-1): Do not set
1675 buffer-file-coding-system-explicit (Bug#4533).
1676
1677 * mail/emacsbug.el (report-emacs-bug): Change binding of
1678 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1679
1680 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1681
1682 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1683 * calc/calc-units.el (calc-convert-units): Use new variable.
1684
1685 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1686
1687 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1688
1689 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1690 buffer-file-type.
1691
1692 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1693 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1694 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1695 coding-system-for-write instead.
1696
1697 * jka-compr.el (jka-compr-write-region): Don't bind
1698 buffer-file-type.
1699
1700 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1701 buffer-file-type.
1702
1703 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1704 (insert-file-contents-literally): Remove reference to
1705 file-name-buffer-file-type-alist.
1706
1707 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1708 make-obsolete.
1709 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1710 (find-buffer-file-type-coding-system): Remove references to
1711 find-buffer-file-type-match, find-buffer-file-type, and
1712 buffer-file-type.
1713 Don't put find-buffer-file-type-coding-system into
1714 file-coding-system-alist.
1715 (find-file-binary, find-file-text): Bind coding-system-for-read
1716 instead of file-name-buffer-file-type-alist.
1717
1718 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1719
1720 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1721 converter (Bug#13622).
1722 (doc-view-unoconv-program): Make obsolete alias.
1723 (doc-view-odf->pdf-converter-program): New variable.
1724 (doc-view-odf->pdf-converter-function): New variable.
1725 (doc-view-mode-p): Use it.
1726 (doc-view-odf->pdf-converter-unoconv):
1727 Rename from `doc-view-odf->pdf-converter-unoconv'.
1728 (doc-view-odf->pdf-converter-soffice): New function.
1729 (doc-view-convert-current-doc):
1730 Use `doc-view-odf->pdf-converter-function'.
1731
1732 2013-02-09 Chong Yidong <cyd@gnu.org>
1733
1734 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1735 view-echo-area-messages (Bug#13340).
1736
1737 * help.el (view-echo-area-messages): Use display-buffer.
1738
1739 * dired-x.el (dired-do-run-mail): Prompt for confirmation
1740 (Bug#13561).
1741
1742 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1745 Eval body right away, now that we do eager macroexpansion (bug#13605).
1746
1747 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1748 (fundamental-mode): Use run-mode-hooks.
1749
1750 * eshell/esh-proc.el (eshell/kill): Fix last change.
1751 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1752
1753 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1754
1755 * eshell/esh-proc.el (eshell/kill): Rewrite.
1756
1757 * eshell/em-ls.el (show-almost-all): Declare.
1758 (eshell-do-ls): Add support for -A argument.
1759
1760 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
1761
1762 * icomplete.el (icomplete-forward-completions)
1763 (icomplete-backward-completions): Handle corner case (bug#13602).
1764
1765 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
1766
1767 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1768 be nil. Handle this. (Bug#13636)
1769
1770 2013-02-07 Richard Stallman <rms@gnu.org>
1771
1772 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1773 `save-buffer-coding-system'.
1774
1775 2013-02-07 Alan Mackenzie <acm@muc.de>
1776
1777 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
1778 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1779 (c-parse-state-get-strategy): Don't return 'BOD any more.
1780 (c-append-lower-brace-pair-to-state-cache):
1781 Extra parameter HERE instead of narrowing.
1782 Widen to top of buffer before searching backwards for a brace pair.
1783 (c-state-push-any-brace-pair): Add HERE parameter to function call.
1784 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1785 Narrow to parameter HERE, in place of being called narrowed.
1786 (c-remove-stale-state-cache): Extra parameter HERE in place of
1787 narrowing. Check there's an open brace in the cache before
1788 searching for its match.
1789 (c-invalidate-state-cache-1): Add HERE parameter to function call.
1790 (c-parse-state-1): Don't narrow here for 'forward strategy,
1791 instead passing extra parameter HERE to several functions.
1792 Remove 'BOD strategy.
1793
1794 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1795
1796 * emacs-lisp/package.el (describe-package-1): Tell what archive is
1797 used to install the package.
1798
1799 2013-02-06 Glenn Morris <rgm@gnu.org>
1800
1801 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1802 if we can't get user input. (Bug#6567)
1803
1804 * startup.el (command-line): If simple.el is missing,
1805 test and warn about for some possible causes.
1806
1807 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1808
1809 * cus-start.el (all): Add ns-use-native-fullscreen.
1810
1811 2013-02-05 Glenn Morris <rgm@gnu.org>
1812
1813 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1814
1815 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1816 Fix directory creation in fallback case.
1817
1818 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1819
1820 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1821 (vc-update-change-log): Use dolist.
1822
1823 2013-02-04 Chong Yidong <cyd@gnu.org>
1824
1825 * thingatpt.el: Rewrite the URL detection routines, absorbing some
1826 code from ffap.el.
1827 (thing-at-point-beginning-of-url-regexp): New var.
1828 (thing-at-point-uri-schemes): Update list of URI schemes.
1829 (thing-at-point-url-regexp): Variable deleted.
1830 (thing-at-point-markedup-url-regexp): Disallow newlines.
1831 (thing-at-point-newsgroup-regexp)
1832 (thing-at-point-newsgroup-heads)
1833 (thing-at-point-default-mail-uri-scheme): New variables.
1834 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
1835 method to find the possible bounds of the URI at point.
1836 New optional argument to find ill-formed URIs.
1837 (thing-at-point-url-at-point): Rewrite. New arguments for finding
1838 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
1839 the scheme-adding heuristics from ffap-url-at-point.
1840 (thing-at-point--bounds-of-well-formed-url): New function.
1841 Do parens matching to decide whether to include parens in the URI
1842 (Bug#9153).
1843
1844 * ffap.el: Require thingatpt.
1845 (ffap-url-at-point): Delegate URI detection to thing-at-point.
1846 All URI-valid characters are now recognized (Bug#5673).
1847 (ffap-string-at-point): Use use-region-p.
1848 (ffap-url-regexp): Extra character is handled by thing-at-point.
1849 (ffap-string-at-point-mode-alist): Allow parentheses.
1850 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1851 Convert to aliases; code moved to thingatpt.el.
1852 (ffap-gnus-hook): Use setq-local.
1853
1854 2013-02-04 Glenn Morris <rgm@gnu.org>
1855
1856 * emacs-lisp/ert.el (ert--explain-format-atom):
1857 Don't try to print non-characters as characters. (Bug#13543)
1858
1859 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
1860
1861 * net/tramp.el (tramp-debug-message): Extend function exclude list.
1862 (tramp-backtrace): New defun.
1863 (tramp-handle-insert-file-contents): Use `visit' when inserting
1864 the local copy.
1865
1866 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1867 Use `remote-file-name-inhibit-cache'.
1868
1869 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1872 (bug#13614).
1873
1874 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1875 current-load-list (bug#13366).
1876
1877 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
1878
1879 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1880 Identify g++ template instantiation trace. (Bug#12287)
1881 (compilation-mode-hook, compilation-start-hook)
1882 (compilation-window-height): Simplify docstrings. (Bug#13379)
1883
1884 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * mouse.el (mouse-drag-track): Always deactivate the mark before
1887 running the final event's command since that command is in charge of
1888 activating the mark if needed (bug#13523).
1889
1890 2013-02-02 Juri Linkov <juri@jurta.org>
1891
1892 * replace.el (perform-replace): Move let-bindings of isearch-*
1893 variables deeper to the loop that searches for the next match.
1894 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1895 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1896 (Bug#13579)
1897
1898 * isearch.el (isearch-search-fun-default): Check for null
1899 first element of isearch-cmds as a precaution when it's used
1900 with inactive isearch.
1901
1902 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
1903
1904 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1905 error when buffer in question is narrowed so position 1 is out of
1906 visible part.
1907
1908 2013-02-02 Glenn Morris <rgm@gnu.org>
1909
1910 * textmodes/remember.el (remember-clipboard): Doc fix.
1911
1912 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1915 properties (bug#13179).
1916
1917 2013-02-02 Juri Linkov <juri@jurta.org>
1918
1919 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1920 instead of hard-coded default face `match'. (Bug#9438)
1921
1922 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
1923
1924 * vc/vc-arch.el (vc-arch-registered):
1925 * vc/vc-bzr.el (vc-bzr-registered):
1926 * vc/vc-cvs.el (vc-cvs-registered):
1927 * vc/vc-git.el (vc-git-registered):
1928 * vc/vc-hg.el (vc-hg-registered):
1929 * vc/vc-mtn.el (vc-mtn-registered):
1930 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1931 (Bug#13139)
1932
1933 * info.el (Info-next-reference, Info-prev-reference): Add numeric
1934 prefix argument. (Bug#11656)
1935
1936 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1939
1940 2013-02-01 Glenn Morris <rgm@gnu.org>
1941
1942 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1943 if the backend is known not to support it.
1944
1945 * imenu.el (imenu-default-create-index-function):
1946 Tweak infinite loop test to check for forward motion as well as none.
1947
1948 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
1949
1950 * net/soap-client.el (soap-invoke): Encode the string for
1951 `url-request-data' as UTF-8.
1952 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1953
1954 2013-02-01 Glenn Morris <rgm@gnu.org>
1955
1956 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1957
1958 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1959
1960 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * net/tramp.el (tramp-tramp-file-p): Comment check for
1963 `string-as-unibyte'. The function does not exist on XEmacs, and
1964 likely we need another approach.
1965
1966 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1967 `tramp-gw-*' variables are bound.
1968
1969 2013-01-31 Glenn Morris <rgm@gnu.org>
1970
1971 * files.el (basic-save-buffer-2): Choose coding system for
1972 writing the file before backing it up, to reduce delay between
1973 backing up and writing the new version. (Bug#13522)
1974
1975 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
1976
1977 * simple.el (cycle-spacing): New command.
1978 (just-one-space): Use it.
1979
1980 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
1983 (opascal-newline-always-indents): Remove custom.
1984 (opascal-tab, opascal-newline): Remove commands.
1985 (opascal-new-comment-line): Insert "\n" instead of calling newline.
1986 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1987 (opascal-save-match-data): Remove, use save-match-data instead.
1988 (opascal-save-state): Use with-silent-modifications.
1989
1990 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1991 (bug#13585).
1992
1993 2013-01-30 Juri Linkov <juri@jurta.org>
1994
1995 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1996 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
1997 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1998
1999 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2002 column if we're just deleting the backslashes.
2003 (makefile-fill-paragraph): Use eolp.
2004
2005 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * autorevert.el (auto-revert-use-notify): Fix docstring.
2008
2009 2013-01-30 Leo Liu <sdl.web@gmail.com>
2010
2011 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2012
2013 2013-01-30 Glenn Morris <rgm@gnu.org>
2014
2015 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2016 unread-command-events twice in some cases. This tries to implement
2017 the 2012-07-26 changes in a different way. (Bug#13560)
2018
2019 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2020
2021 * progmodes/python.el
2022 (python-pdbtrack-comint-output-filter-function): Enhancements on
2023 stacktrace detection. (thanks @gnovak)
2024
2025 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2028 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2029 Use defvar-local.
2030 (jit-lock-register): Use setq-local.
2031
2032 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2033
2034 * calc-units.el (math-default-units-table): Remove initial value.
2035 (calc-convert-units): Treat expressions where all the units cancel as
2036 if they didn't have units.
2037
2038 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2039
2040 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2041 (tramp-completion-reread-directory-timeout): Fix type.
2042 (tramp-connection-min-time-diff): New defcustom.
2043
2044 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2045
2046 2013-01-30 Glenn Morris <rgm@gnu.org>
2047
2048 * imenu.el (imenu-default-create-index-function):
2049 Put back a version of the infinite loop test removed 2013-01-23.
2050
2051 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2052
2053 * progmodes/python.el (python-shell-parse-command):
2054 Find python-shell-interpreter with modified environment.
2055
2056 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2059
2060 2013-01-29 Alan Mackenzie <acm@muc.de>
2061
2062 Amend to fontify /regexp/s in actions correctly.
2063 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2064 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2065 are no longer included.
2066 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2067 What used to be these variables without "-line" in the name.
2068 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2069 (c-awk-non-arith-op-bra-re): Now also matches {.
2070 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2071 "return", and "case".
2072 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2073 by /.
2074 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2075 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2076
2077 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2078
2079 * autorevert.el (auto-revert-use-notify):
2080 Use `custom-initialize-default' for initialization. (Bug#13583)
2081
2082 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2083
2084 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2085 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2086 in `tramp-file-name-handler'.
2087 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2088 compatibility.
2089 (tramp-compute-multi-hops): Check, whether
2090 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2091
2092 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2095 (bug#13297).
2096
2097 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2098
2099 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2100 checks made superfluous by the \_< operator.
2101 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2102 temporarily) broken indentation.
2103 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2104 Highlight nested constants, too. \_< broke that.
2105
2106 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2107
2108 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2109 instead of "\\b".
2110
2111 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2112
2113 * autorevert.el (auto-revert-handler): Notifications which result
2114 from a saved file shall not be taken into account. (Bug#13557)
2115
2116 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2117
2118 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2119 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2120 (lisp-mode): Pass t for it. (Bug#13556)
2121
2122 2013-01-25 Alan Mackenzie <acm@muc.de>
2123
2124 AWK Mode: Fix indentation bug at top level. Bug #12274.
2125
2126 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2127 just before CASE 5D.
2128
2129 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2130
2131 * net/socks.el (socks-nslookup-host): Use string-to-number.
2132
2133 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * autorevert.el (auto-revert-remote-files)
2136 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2137 (auto-revert-notify-enabled, auto-revert-use-notify)
2138 (auto-revert-notify-watch-descriptor-hash-list)
2139 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2140 (auto-revert-notify-event-descriptor)
2141 (auto-revert-notify-event-action)
2142 (auto-revert-notify-event-file-name): Doc fix.
2143 (global-auto-revert-mode): Reorder checks.
2144 (auto-revert-notify-rm-watch): Respect changed values of
2145 `auto-revert-notify-watch-descriptor-hash-list'.
2146 (auto-revert-notify-add-watch): Check for
2147 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2148 `inotify-add-watch'. Watch `default-directory' instead of
2149 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2150 has a changed meaning now. (Bug#13540)
2151 (auto-revert-notify-handler): Change implementation wrt events
2152 returning from a directory.
2153 (auto-revert-handler): Reorder implementation for checks of remote
2154 files.
2155 (auto-revert-buffers): Fix parentheses error.
2156
2157 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2158
2159 * progmodes/python.el: Enhancements to header documentation about
2160 skeletons. (Bug#5716)
2161
2162 * imenu.el (imenu-default-create-index-function): Remove useless
2163 infinite loop check. (Bug#13438)
2164
2165 2013-01-25 Alan Mackenzie <acm@muc.de>
2166
2167 Fix a bug in the state cache mechanism. Refactor this a bit.
2168
2169 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2170 `cache-pos' element from the return value.
2171 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2172 buffer to enable proper searching from beyond HERE. Amend the
2173 test for detecting the sought brace pair. Amend the value written
2174 to the "brace desert cache" when the brace isn't found.
2175 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2176 and several other variables analogously.
2177 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2178 parameter to a locally calculated variable.
2179 (c-parse-state-1): Change the calling conventions to the two
2180 defuns involving `cache-pos'.
2181
2182 2013-01-25 Chong Yidong <cyd@gnu.org>
2183
2184 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2185
2186 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2187
2188 * paren.el (show-paren-function): Make sure to set 'priority and
2189 'face only if the overlay does exist.
2190
2191 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2194
2195 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2196 basic attributes.
2197 (tramp-sh-handle-set-file-acl): Improve error checking.
2198
2199 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2200
2201 * doc-view.el (doc-view-display): Force mode line update until all
2202 document is converted. Suggested by Stefan Monnier (Bug#13164).
2203
2204 2013-01-23 Bastien Guerry <bzg@gnu.org>
2205
2206 * paren.el (show-paren-function): Make sure an overlay exists
2207 before trying to delete it. Also use `pos' as a position only
2208 when it is an integer.
2209
2210 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2211
2212 * play/gametree.el (gametree-break-line-here): Use point-marker.
2213
2214 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2217 Mark descriptive parts with `display' property.
2218
2219 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2220
2221 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2222 New variable to map standard dict names to hunspell ones.
2223 (ispell-set-spellchecker-params): Make sure specific dict names
2224 are used for standard dicts with hunspell.
2225
2226 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2227
2228 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2229 chars for note (%N) and url (%U).
2230 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2231
2232 2013-01-21 Juri Linkov <juri@jurta.org>
2233
2234 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2235 in addition to existing separate binding `meta f10' in `global-map'.
2236 (Bug#13484)
2237
2238 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2239
2240 Improve XEmacs compatibility.
2241
2242 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2243
2244 * net/tramp-adb.el (top): Require `time-date'.
2245 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2246 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2247 Use `tramp-file-name-handler'.
2248 (tramp-adb-maybe-open-connection):
2249 Use `tramp-compat-set-process-query-on-exit-flag'.
2250
2251 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2252 Use `tramp-compat-funcall'.
2253
2254 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2255 `tramp-compat-funcall'.
2256
2257 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2258
2259 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2260 reimplementation using "adb shell command ..." instead of running
2261 remote shell interactively.
2262
2263 2013-01-20 Glenn Morris <rgm@gnu.org>
2264
2265 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2266 Add native profiler menu entries.
2267
2268 * profiler.el (profiler-running-p): New function.
2269 (profiler-cpu-profile): Use profiler-running-p.
2270 (profiler-report-mode-map): Add some more menu entries.
2271
2272 2013-01-19 Glenn Morris <rgm@gnu.org>
2273
2274 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2275 fixes 2012-12-07 change. (Bug#13499)
2276
2277 2013-01-19 Leo Liu <sdl.web@gmail.com>
2278
2279 * dired.el (dired-get-marked-files): Prune erroneous values due to
2280 last change. (Bug#13152)
2281
2282 2013-01-19 Glenn Morris <rgm@gnu.org>
2283
2284 * progmodes/etags.el (tags-table-check-computed-list):
2285 Preserve point in tags buffer. (Bug#13412)
2286
2287 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2288
2289 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2290 Chong Yidong <cyd@gnu.org>
2291
2292 * image-mode.el (image-next-file, image-previous-file):
2293 New commands (Bug#8453).
2294 (image-mode-map): Bind them to n and p.
2295 (image-mode--images-in-directory): New helper function.
2296
2297 2013-01-19 Chong Yidong <cyd@gnu.org>
2298
2299 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2300 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2301 save and restore the old window configuration.
2302
2303 2013-01-18 Leo Liu <sdl.web@gmail.com>
2304
2305 * progmodes/js.el: Tweak autoload cookie for alias.
2306
2307 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2308
2309 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2310 buffer local, again. This was lost with the fix on 2013-01-12.
2311
2312 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2313
2314 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2315 order to support several eshell buffers in parallel.
2316
2317 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2318
2319 * autorevert.el (auto-revert-use-notify): In the :set function, do
2320 not modify `kill-buffer-hook'.
2321 (auto-revert-notify-rm-watch):
2322 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2323 (auto-revert-notify-add-watch): Do not call
2324 `auto-revert-notify-rm-watch', but add it to a buffer local
2325 `kill-buffer-hook'.
2326
2327 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2330 call to `eval' rather than a backquoted lambda.
2331
2332 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2335 to return an explicit nil.
2336 (advice--remove-function): Change accordingly.
2337
2338 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2339 the use of nadvice.el.
2340
2341 * progmodes/which-func.el (which-function): Silence imenu errors
2342 (bug#13433).
2343
2344 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2345
2346 * progmodes/sql.el: (sql-imenu-generic-expression):
2347 (sql-mode-font-lock-object-name): Match schema qualified names.
2348 (sql-connect): Use string keys.
2349 (sql-product-interactive): Wait for interpreter prompt.
2350 (sql-comint-oracle): Set process coding based on NLS_LANG.
2351
2352 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2353
2354 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2355 (sql-interactive-remove-continuation-prompt):
2356 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2357
2358 2013-01-14 Leo Liu <sdl.web@gmail.com>
2359
2360 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2361 (Bug#13420)
2362
2363 2013-01-14 Glenn Morris <rgm@gnu.org>
2364
2365 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2366 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2367
2368 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2369
2370 * progmodes/python.el (python-nav-end-of-statement):
2371 Fix cornercase when handling multiline strings.
2372
2373 2013-01-13 Richard Stallman <rms@gnu.org>
2374
2375 * mail/sendmail.el (mail-position-on-field): Add doc string.
2376
2377 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2378 Get current message boundaries and pass them to
2379 message-forward-make-body-mime. Minor style changes.
2380
2381 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2382
2383 * cus-start.el (all): Avoid warnings about
2384 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2385
2386 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2387
2388 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2389
2390 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2393 (jit-lock--debug-fontifying): New var.
2394 (jit-lock--debug-fontify): New function.
2395 * subr.el (condition-case-unless-debug): Don't prevent catching the
2396 error, just let the debbugger run.
2397 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2398 timer code and don't drop errors silently.
2399
2400 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2403 `permanent-local' property.
2404 (auto-revert-notify-handler): Use `file-equal-p'.
2405
2406 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2407
2408 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2409 file notification by ACTION. For filtering by file name, compare
2410 only the non-directory part of the file name.
2411
2412 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * autorevert.el: Use cl-lib instead of cl.
2415
2416 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2417 (vc-bzr-checkin): Use it.
2418 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2419 will preserve match-data.
2420
2421 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2422
2423 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2424 (js--declaration-keyword-re): New var.
2425 (js--multi-line-declaration-indentation): New function.
2426 (js--proper-indentation): Use it.
2427
2428 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2429
2430 * calc/calc.el (calc-highlight-selections-with-faces)
2431 (calc-dispatch):
2432 * comint.el (comint-history-isearch-message):
2433 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2434 * ffap.el (ffap-string-at-point-region, ffap-next)
2435 (ffap-string-at-point, ffap-string-around)
2436 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2437 (ffap-literally):
2438 * font-lock.el (font-lock-keywords-alist)
2439 (font-lock-removed-keywords-alist):
2440 * help-mode.el (help-xref-symbol-regexp):
2441 * info.el (Info-find-emacs-command-nodes):
2442 * international/mule.el (add-to-coding-system-list):
2443 * isearch.el (isearch-message-function, isearch-fail-pos):
2444 * misearch.el (multi-isearch-next-buffer-function):
2445 * newcomment.el (comment-box):
2446 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2447 (pr-setting-database):
2448 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2449 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2450 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2451 (pike-font-lock-keywords-3):
2452 * progmodes/compile.el (compile):
2453 * progmodes/etags.el (tags-table-files)
2454 (tags-table-files-function, tags-included-tables-function):
2455 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2456 (gdb-restore-windows):
2457 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2458 (ps-n-up-filling-database):
2459 * server.el (server-buffer, server-log):
2460 * simple.el (newline, delete-backward-char, delete-forward-char)
2461 (minibuffer-history-isearch-message, kill-line, track-eol)
2462 (temporary-goal-column):
2463 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2464 (flyspell-default-deplacement-commands):
2465 * textmodes/ispell.el (ispell-accept-output):
2466 * textmodes/sgml-mode.el (html-tag-help):
2467 * vc/compare-w.el (compare-ignore-whitespace)
2468 (compare-ignore-case, compare-windows-dehighlight):
2469 * vc/diff.el (diff):
2470 * whitespace.el (whitespace-point)
2471 (whitespace-font-lock-refontify, whitespace-bob-marker)
2472 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2473
2474 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2475
2476 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2477 (auto-revert-notify-rm-watch): Ignore errors.
2478 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2479 inotify, and '(size last-write-time) for w32notify.
2480 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2481 watch fails - this is a fallback to the file modification check.
2482 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2483 (auto-revert-notify-event-action)
2484 (auto-revert-notify-event-file-name): New defuns.
2485 (auto-revert-notify-handler): Use them. Implement first
2486 plausibility checks.
2487 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2488
2489 2013-01-11 Julien Danjou <julien@danjou.info>
2490
2491 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2492 max are almost equal. Also return the correct value for V which is
2493 already between 0 and 1.
2494
2495 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2496
2497 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2498
2499 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2500
2501 * autorevert.el (auto-revert-notify-rm-watch)
2502 (auto-revert-notify-add-watch): Fix typos in w32notify function
2503 names.
2504
2505 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2506
2507 * autorevert.el (auto-revert-notify-enabled): Move up.
2508 (auto-revert-use-notify): New defcustom.
2509 (auto-revert-mode, global-auto-revert-mode)
2510 (auto-revert-notify-add-watch, auto-revert-handler)
2511 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2512 `auto-revert-notify-enabled'.
2513
2514 2013-01-10 Elias Pipping <pipping@exherbo.org>
2515
2516 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2517 * doc-view.el (doc-view-document->bitmap):
2518 Use doc-view-single-page-converter-function instead of
2519 single-page-converter arg; adjust callers.
2520
2521 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2522
2523 * progmodes/which-func.el (which-function): Understand Semantic's use
2524 of overlays in imenu--index-alist.
2525
2526 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2527
2528 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2529 (Man-man-k-use-anchor): New var.
2530 (Man-parse-man-k): New function.
2531 (Man-completion-table): Use it.
2532 (man): Flush the completion cache between uses.
2533
2534 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * autorevert.el: Add file watch support.
2537 (auto-revert-notify-enabled): New defconst.
2538 (auto-revert-notify-watch-descriptor-hash-list)
2539 (auto-revert-notify-watch-descriptor)
2540 (auto-revert-notify-modified-p): New defvars.
2541 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2542 (auto-revert-notify-handler): New defuns.
2543 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2544 when mode is disabled.
2545 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2546 (auto-revert-buffers): Add file watches for active buffers.
2547
2548 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2549
2550 * cus-start.el (toplevel): Only allow float values for
2551 scroll-up-aggressively and scroll-down-aggressively.
2552 Allow any number for line-spacing.
2553
2554 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2557 (doc-view-pdf->png-converter-function): Use mupdf if available.
2558 (doc-view-djvu->png-converter-function)
2559 (doc-view-ps->png-converter-function): Remove.
2560 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2561 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2562 (doc-view-already-converted-p): Adjust accordingly.
2563 (doc-view-mode-p): Simplify.
2564 (doc-view-enlarge): Use setq-local.
2565 (doc-view-pdf->png-converter-ghostscript)
2566 (doc-view-djvu->png-converter-ddjvu)
2567 (doc-view-pdf->png-converter-mupdf): Rework to call
2568 doc-view-start-process directly.
2569 (doc-view-pdf/ps->png): Simplify accordingly.
2570 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2571 (doc-view-document->bitmap): Rename from doc-view-document->png.
2572 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2573 (doc-view-set-slice-from-bounding-box): Fix completion table.
2574 (doc-view-mode): Use add-hook for after-revert-hook.
2575
2576 2013-01-10 Glenn Morris <rgm@gnu.org>
2577
2578 * emacs-lisp/authors.el (authors-ignored-files)
2579 (authors-valid-file-names, authors-renamed-files-alist):
2580 Add some more entries.
2581
2582 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2585 `t' pseudo-window entry.
2586
2587 2013-01-10 Alan Mackenzie <acm@muc.de>
2588
2589 Fix bugs in the c-parse-state mechanism. Reuse some markers
2590 instead of continually generating new ones.
2591
2592 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2593 (c-state-old-cpp-end-marker): New variables.
2594 (c-append-lower-brace-pair-to-state-cache): Start a backward
2595 search for "}" definitively outside CPP constructs.
2596 (c-remove-stale-state-cache): Inform the caller of a need to
2597 search back for a brace pair in certain circumstances.
2598 (c-state-maybe-marker): New macro.
2599 (c-parse-state): Reuse markers when appropriate.
2600
2601 2013-01-10 Glenn Morris <rgm@gnu.org>
2602
2603 * simple.el (execute-extended-command): Doc fix.
2604 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2605
2606 2013-01-10 Chong Yidong <cyd@gnu.org>
2607
2608 * faces.el (read-face-name): Doc fix.
2609
2610 2013-01-10 Roland Winkler <winkler@gnu.org>
2611
2612 * emacs-lisp/crm.el: Allow any regexp for separators.
2613 (crm-default-separator): All spaces around the default comma separator.
2614 (crm--completion-command): New macro.
2615 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2616 (crm-complete-and-exit): Handle non-single-char separators.
2617
2618 2013-01-09 Elias Pipping <pipping@lavabit.com>
2619
2620 * doc-view.el: Add support for DjVu (bug#13164).
2621 (doc-view-djvu->png-converter-function): New config var.
2622 (doc-view-single-page-converter-function, doc-view--image-type)
2623 (doc-view--image-file-extension): New vars.
2624 (doc-view-mode): Initialize them.
2625 (doc-view-goto-page): Use them.
2626 (doc-view-mode-p): Add support for ddjvu.
2627 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2628 (doc-view-set-up-single-converter): New funs.
2629 (doc-view-pdf/ps->png): Extend for djvu.
2630 (doc-view-document->png): Rename from doc-view-pdf->png.
2631 (doc-view-convert-current-doc): Handle djvu.
2632 (doc-view-insert-image, doc-view-display)
2633 (doc-view-already-converted-p): Don't hardcode png.
2634 (doc-view-set-doc-type): Recognize djvu docs.
2635
2636 2013-01-09 Elias Pipping <pipping@lavabit.com>
2637
2638 * doc-view.el: Add support for mupdf converter (bug#13164).
2639 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2640 (doc-view-ps->png-converter-function): New config vars.
2641 (doc-view-pdf->png-converter-ghostscript)
2642 (doc-view-ps->png-converter-ghostscript)
2643 (doc-view-pdf->png-converter-mupdf): New functions.
2644 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2645
2646 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2647
2648 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2649 first in session cache: When `tramp-own-remote-path' is in
2650 `tramp-remote-path', the remote path is only set in the session
2651 cache.
2652
2653 2013-01-09 Glenn Morris <rgm@gnu.org>
2654
2655 * emacs-lisp/trace.el (trace-function-foreground)
2656 (trace-function-background): Doc fix.
2657
2658 2013-01-09 Juri Linkov <juri@jurta.org>
2659
2660 * international/mule-cmds.el (read-char-by-name): Move let-binding
2661 of completion-ignore-case around completing-read to fix regression
2662 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2663 `string-match-p' using the nil value of `case-fold-search' and
2664 `completion-ignore-case' in `completion-pcm--all-completions'.
2665 (Bug#12615).
2666
2667 2013-01-09 Glenn Morris <rgm@gnu.org>
2668
2669 * progmodes/compile.el (compilation-parse-errors):
2670 Fix typo. (Bug#13369)
2671
2672 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2673
2674 * comint.el (comint-send-input): Check size of buffer before
2675 waiting for process output, in case already accepted. (Bug#13290)
2676
2677 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2678
2679 Spelling fixes.
2680 * net/tramp-adb.el (tramp-adb-get-toolbox):
2681 Fix misspelling of 'unknown'.
2682
2683 2013-01-08 Juri Linkov <juri@jurta.org>
2684
2685 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2686 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2687 Use underline style wave on terminals that support it. (Bug#13000)
2688
2689 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2692 the predicate returns nil.
2693
2694 * simple.el: Use lexical-binding.
2695 (primitive-undo): Use pcase.
2696 (minibuffer-history-isearch-push-state): Use a closure.
2697
2698 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2699
2700 * simple.el (primitive-undo): Move from undo.c.
2701
2702 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2705 (cvs-mode-remove-handled): Use it (bug#13380).
2706
2707 * emacs-lisp/nadvice.el (advice--tweak): New function.
2708 (advice--remove-function, advice--subst-main): Use it.
2709
2710 * emacs-lisp/advice.el: Update commentary.
2711
2712 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2715 Remove spurious entry.
2716
2717 2013-01-08 Glenn Morris <rgm@gnu.org>
2718
2719 * net/tramp.el (tramp-default-host-alist): Add :version.
2720
2721 2013-01-08 Juri Linkov <juri@jurta.org>
2722
2723 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2724 single completion. (Bug#12456)
2725 (info--manual-names): Expand node completions into an explicit list
2726 before appending it to another list. Filter out internal buffers
2727 with the leading space in the buffer name. (Bug#10771)
2728
2729 2013-01-08 Juri Linkov <juri@jurta.org>
2730
2731 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2732 that defaults to the Top node.
2733 (Info-goto-node, Info-read-node-name): Doc fix to mention that
2734 the short format (FILENAME) goes to the Top node.
2735 (Info-build-node-completions): Rename arg `file' to `filename'.
2736 (Bug#13365)
2737
2738 2013-01-07 Bastien Guerry <bzg@gnu.org>
2739
2740 * menu-bar.el (menu-bar-search-documentation-menu):
2741 Use `apropos-user-option' and fix the help message.
2742
2743 2013-01-07 Bastien Guerry <bzg@gnu.org>
2744
2745 * apropos.el (apropos-do-all): Update docstring.
2746 (apropos-user-option-button): New face.
2747 (apropos-user-option): Rename from `apropos-variable' and update
2748 docstring.
2749 (apropos-variable): Rewrite, now show all variables by default.
2750 (apropos-print): Mention "User option" instead of "Variable" when
2751 printing doc for user options. (Bug#13276)
2752
2753 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
2754
2755 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2756 Handle filename correctly, when parsing "source -> target" symlink
2757 output.
2758 (tramp-adb-handle-set-file-times): New defun.
2759
2760 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2763 advice list when the interactive-spec of ad-Advice-* changes.
2764
2765 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
2766
2767 * wid-edit.el (widget-default-get): Work for inlined elements.
2768 (Bug#12670)
2769
2770 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2771
2772 * net/tramp.el (tramp-default-host-alist): New defcustom.
2773 (tramp-find-host): Use it.
2774 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
2775 `eshell-directory-change-hook'.
2776
2777 * net/tramp-adb.el (top): Add adb specific entry in
2778 `tramp-default-host-alist'.
2779 (tramp-adb-file-name-host): Remove function.
2780 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2781 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2782
2783 * net/tramp-sh.el: Move eshell integration code to tramp.el.
2784
2785 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
2786
2787 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2788
2789 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2792 consist of more than one digit.
2793 (tramp-adb-file-name-handler-alist):
2794 Use `tramp-handle-file-exists-p' consistently.
2795 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2796 (tramp-adb-handle-file-exists-p): Remove function.
2797 (tramp-adb-file-name-host): New defun.
2798 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2799 Use it.
2800 (tramp-adb-maybe-open-connection): Set "remote-path" property.
2801
2802 2013-01-06 Chong Yidong <cyd@gnu.org>
2803
2804 * vc/vc.el (vc-next-action): Detect buffer modifications
2805 conflicting with locking VCS operation (Bug#11490).
2806
2807 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2808
2809 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2812 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2813
2814 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
2815
2816 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2817 parsing of ls output using regular expression (handle filenames
2818 with spaces). Use virtual device number.
2819 (tramp-do-parse-file-attributes-with-ls): New defun (Code
2820 cleanup).
2821
2822 2013-01-04 Daiki Ueno <ueno@gnu.org>
2823
2824 * epg.el: Silence byte-compiler warnings.
2825 (epg--start): Use delete-char instead of delete-backward-char.
2826 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2827
2828 2013-01-04 Daiki Ueno <ueno@gnu.org>
2829
2830 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2831 Suggested by Eli Zaretskii <eliz@gnu.org>.
2832
2833 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2836 non-negative integers. Otherwise, the default values are used.
2837 (tramp-convert-file-attributes): Convert uid and gid to integers.
2838
2839 2013-01-04 Glenn Morris <rgm@gnu.org>
2840
2841 * term.el (term-handle-colors-array): Ensure face attributes
2842 are fully specified, not nil. (Bug#13337)
2843
2844 * term.el (term-default-fg-color, term-default-bg-color):
2845 Fix custom type.
2846
2847 * progmodes/etags.el (tags-compression-info-list): Doc fix.
2848 (tag-find-file-of-tag-noselect): Check auto-compression-mode
2849 rather than 'jka-compr being loaded. (Bug#13338)
2850
2851 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
2852
2853 * icomplete.el (icomplete-completions):
2854 Honor icomplete-prospects-height once more following
2855 2012-11-29 changes. (Bug#13224)
2856
2857 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * subr.el (internal--called-interactively-p--get-frame): Find aliases
2860 of called-interactively-p as well (bug#13237).
2861
2862 * view.el (view--enable, view--disable): Rename from view-mode-enable
2863 and view-mode-disable and assume it's called from view-mode.
2864 (view-mode-enable, view-mode-disable): Redefine as obsolete
2865 compatibility layer above view-mode.
2866 (view-mode-enter): Call `view-mode'.
2867
2868 * files.el (after-find-file): Call `view-mode'.
2869
2870 * doc-view.el (doc-view-scale-internally): New var.
2871 (doc-view-enlarge, doc-view-insert-image): Obey it.
2872
2873 2013-01-03 Daiki Ueno <ueno@gnu.org>
2874
2875 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2876 exist. (Bug#13344)
2877
2878 2013-01-03 Glenn Morris <rgm@gnu.org>
2879
2880 * mail/rmail.el (rmail-set-header-1): Ignore case.
2881 Handle multi-line headers. (Bug#13330)
2882
2883 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2884 Handle paragraph starting at beginning of buffer.
2885
2886 * subr.el (eval-after-load): Don't purecopy the form, so that it
2887 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
2888
2889 * emacs-lisp/byte-run.el (defun): Place cl declarations
2890 after any interactive spec. (Bug#13265)
2891
2892 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2893
2894 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2895 defun. Don't check for DECL if DOCSTRING isn't a string.
2896 (defun): Likewise.
2897
2898 2013-01-02 Glenn Morris <rgm@gnu.org>
2899
2900 * eshell/em-cmpl.el (eshell-pcomplete):
2901 More thoroughly imitate pcomplete. (Bug#13293)
2902
2903 * files.el (parse-colon-path): Doc fix. (Bug#12351)
2904 Return nil for empty path elements. (Bug#13296)
2905
2906 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
2907
2908 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2909 order to improve efficiency (Based on Daniel Colascione's
2910 <dancol@dancol.org> patch). (Bug#13182)
2911
2912 2013-01-02 Glenn Morris <rgm@gnu.org>
2913
2914 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2915
2916 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2917
2918 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2919 neither DOCSTRING nor DECL was given. (Bug#13316)
2920
2921 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2924 `error' call.
2925 (tramp-do-copy-or-rename-file): Ignore errors when calling
2926 `set-file-extended-attributes'.
2927
2928 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2929 Add handler for `file-acl'.
2930 (tramp-smb-handle-file-acl): New defun.
2931
2932 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
2933
2934 * calc/README: Mention ISO 8601 week-numbering dates.
2935
2936 2013-01-01 Martin Rudalics <rudalics@gmx.at>
2937
2938 * view.el (view-mode-enable): New argument run-view-mode-hook.
2939 Run view-mode-hook only when it's non-nil (Bug#13315).
2940 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2941 argument t.
2942
2943 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
2944
2945 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2946 (No device connected, invalid device name). (Bug #13299)
2947
2948 2012-12-31 Martin Rudalics <rudalics@gmx.at>
2949
2950 * window.el (window-resizable--p): Rename to window-resizable-p.
2951 (window-resize-no-error): New function.
2952
2953 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2954 broken in fix from 2012-12-28.
2955
2956 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * subr.el (special-form-p): Don't signal errors on undef aliases.
2959
2960 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
2961
2962 * calc/calc-forms.el (math-parse-date): Try using
2963 `math-parse-iso-date' when it looks like it might be needed.
2964 Allow times of 24:00.
2965 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
2966 of 24:00.
2967
2968 2012-12-30 Glenn Morris <rgm@gnu.org>
2969
2970 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2971 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
2972 (rmail-summary-displayed, rmail-summary): Declare.
2973 (mairix-rmail-display): Just require rmail.
2974
2975 2012-12-30 Chong Yidong <cyd@gnu.org>
2976
2977 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2978 check for the tarball contents.
2979
2980 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
2981
2982 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2983 tarfile content listings (Bug#13136).
2984
2985 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
2986
2987 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2988 Insert the undecoded text of the message being forwarded. (Bug#9521)
2989
2990 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
2991
2992 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2993 integers, if they are real numbers. (Bug#13282)
2994
2995 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2996 Return `t' on success.
2997
2998 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2999 Add handler for `set-file-selinux-context'.
3000
3001 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3002
3003 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3004 (tramp-sh-handle-set-file-acl): Return `t' on success.
3005
3006 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3007
3008 * files.el (backup-buffer-copy, basic-save-buffer-2):
3009 If set-file-extended-attributes fails, fall back on set-file-modes
3010 instead of signaling an error. (Bug#13298)
3011 (basic-save-buffer): Likewise.
3012
3013 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3014
3015 * progmodes/python.el: Support other commands triggering
3016 python-indent-line so indentation cycling continues to work.
3017 (python-indent-trigger-commands): New defcustom.
3018 (python-indent-line): Use it.
3019
3020 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3021
3022 * progmodes/python.el (python-shell-send-region): Add blank lines
3023 for non sent code so backtraces remain correct.
3024
3025 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3026
3027 * progmodes/python.el: Remove cl dependency.
3028 (python-syntax-count-quotes): Replace incf call.
3029 (python-fill-string): Replace setf call.
3030
3031 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3032
3033 * info.el (info-other-window): New arg, for consistency with info.
3034
3035 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3036
3037 * mail/rmail.el (rmail-maybe-display-summary):
3038 Rewrite (Bug#13066).
3039
3040 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3041
3042 * epg.el (epg--start): Modify process-environment locally.
3043
3044 2012-12-28 Daiki Ueno <ueno@gnu.org>
3045
3046 * epg.el: Support pinentry-curses.
3047 Suggested by Werner Koch in
3048 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3049 (epg-agent-file, epg-agent-mtime): New variable.
3050 (epg--start): Record the modified time of gpg-agent socket file,
3051 to restore Emacs frame after pinentry-curses termination.
3052 (epg-wait-for-completion): Restore Emacs frame here.
3053
3054 2012-12-27 Juri Linkov <juri@jurta.org>
3055
3056 * info.el (Info-file-completions): New variable.
3057 (Info-read-node-name-1): Complete node names in the Info file
3058 when a file name is given. Call `Info-build-node-completions'
3059 with a file name.
3060 (Info-build-node-completions): Add new arg `file'. When it is
3061 non-nil, visit it in a temporary buffer and cache its completions in
3062 `Info-current-file-completions'. Move most of the function body to
3063 `Info-build-node-completions-1'.
3064 (Info-build-node-completions-1): New function with the body from
3065 `Info-build-node-completions'. (Bug#12456)
3066
3067 2012-12-27 Juri Linkov <juri@jurta.org>
3068
3069 * frame.el (frame-maximization-style): Remove user option.
3070 (cycle-frame-maximized): Remove function.
3071 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3072 (toggle-frame-fullscreen): New command bound to <f11> instead of
3073 `toggle-frame-maximized'.
3074 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3075
3076 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3077
3078 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3079
3080 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3081 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3082 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3083 for `file-accessible-directory-p'. (Bug#13275)
3084
3085 2012-12-27 Sam Steingold <sds@gnu.org>
3086
3087 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3088 continuations, see <http://stackoverflow.com/questions/3582436>.
3089
3090 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3091
3092 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3093 "module" and "def" to have indentation before them.
3094 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3095
3096 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3097
3098 2012-12-27 Alan Mackenzie <acm@muc.de>
3099
3100 Speed up fontification where there's large brace blocks.
3101 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3102 to a call of c-beginning-of-decl-1.
3103
3104 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3105
3106 * comint.el (comint-adjust-window-point): New function.
3107 (comint-postoutput-scroll-to-bottom):
3108 Call comint-adjust-window-point (Bug#13248).
3109
3110 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3111
3112 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3113 Rakefile regexp.
3114 (auto-mode-alist): Associate .gemspec files with ruby-mode
3115 (https://bugs.ruby-lang.org/issues/5453).
3116
3117 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3118
3119 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3120 Suppress coloring, if possible (required for BusyBox based systems like
3121 CyanogenMod).
3122 (tramp-adb-handle-file-attributes)
3123 (tramp-adb-handle-insert-directory)
3124 (tramp-adb-handle-file-name-all-completions): Use it.
3125 (tramp-adb-get-toolbox): New defun. Check for remote shell
3126 implementation (BusyBox or Toolbox).
3127
3128 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3129
3130 * startup.el (initial-buffer-choice): Allow function as value
3131 (Bug#13251).
3132 (command-line-1): Handle case where initial-buffer-choice
3133 specifies a function.
3134 * server.el (server-execute): Handle case where
3135 initial-buffer-choice specifies a function.
3136
3137 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3138
3139 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3140 its own function.
3141 (smtpmail-try-auth-methods): Forget the user name/password if the
3142 login is unsuccessful (bug#12424).
3143
3144 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3145
3146 * notifications.el (notifications-notify): Protect body with
3147 `with-demoted-errors'.
3148
3149 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3150 Check properties of remote device. Restart connection, if there is a
3151 change.
3152
3153 2012-12-21 Chong Yidong <cyd@gnu.org>
3154
3155 * sort.el (sort-subr): Doc fix (Bug#13056).
3156
3157 2012-12-21 Bastien Guerry <bzg@gnu.org>
3158
3159 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3160
3161 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * simple.el (process-file): Overwrite stderr file, if exists.
3164
3165 2012-12-21 Daiki Ueno <ueno@gnu.org>
3166
3167 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3168 (epg-error): Set `error-message' property.
3169
3170 2012-12-21 Chong Yidong <cyd@gnu.org>
3171
3172 * international/mule-cmds.el (read-char-by-name): Signal an error
3173 if the user does not supply a valid character (Bug#13177).
3174
3175 * simple.el (transpose-subr-1): Preserve marker positions by
3176 changing the insertion sequence (Bug#13122).
3177
3178 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3179
3180 * simple.el (kill-region): Deactivate mark even for empty regions
3181 (Bug#13169).
3182
3183 2012-12-21 Chong Yidong <cyd@gnu.org>
3184
3185 * help-fns.el (describe-variable): Make sure we get the right
3186 buffer name (Bug#13105). Suggested by Kelly Dean.
3187
3188 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3189
3190 * comint.el (comint-redirect-previous-input-string): New variable.
3191 (comint-redirect-setup, comint-redirect-cleanup)
3192 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3193 (comint-redirect-preoutput-filter): Fix verbose message.
3194
3195 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3196
3197 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3198 is too long for Tramp. See discussion in
3199 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3200
3201 * progmodes/compile.el (compilation-start): Remove line escape
3202 template.
3203
3204 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3205
3206 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3207 Adjust comment.
3208
3209 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3210
3211 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3212 following non-comment text (bug#13207).
3213 (lm-header-multiline): Continuation lines need to be indented more than
3214 the first line.
3215 (lm-homepage): New function.
3216 (lm-with-file): Don't be confused if narrowing is in effect.
3217
3218 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3221 very beginning of a hunk (e.g. killing the first line).
3222
3223 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3226 and text properties from returned ACL string.
3227 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3228 for "setfacl" command.
3229
3230 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3231
3232 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3233 `tramp-cleanup-this-connection', when the process has died.
3234 (Bug#13151)
3235
3236 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3239
3240 2012-12-17 Kevin Ryde <user42@zip.com.au>
3241
3242 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3243
3244 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3245
3246 Add support for preserving ACL entries of files.
3247
3248 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3249 `set-file-acl' handlers.
3250
3251 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3252 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3253
3254 * net/tramp-compat.el (tramp-compat-copy-file):
3255 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3256
3257 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3258 Add `file-acl' and `set-file-acl' handlers.
3259 (tramp-gvfs-handle-copy-file):
3260 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3261 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3262 New defuns.
3263
3264 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3265 Add `file-acl' and `set-file-acl' handlers.
3266 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3267 (tramp-sh-handle-set-file-acl): New defuns.
3268 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3269 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3270
3271 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3272 Add `file-acl' and `set-file-acl' handlers.
3273 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3274
3275 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3276
3277 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3278 use pop-to-buffer with NORECORD argument t. As buffer name, use
3279 *Metahelp* with a leading space (Bug#13190).
3280
3281 2012-12-16 Romain Francoise <romain@orebokech.com>
3282
3283 * files.el (file-extended-attributes)
3284 (set-file-extended-attributes): New functions.
3285 (backup-buffer): Use them to handle both SELinux context and ACL
3286 entries.
3287 (backup-buffer-copy): Work with an alist of extended attributes,
3288 rather than an SELinux context.
3289 (basic-save-buffer-2): Ditto.
3290
3291 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3292
3293 * battery.el (battery-bsd-apm): New function.
3294
3295 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3296
3297 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3298 standard date formats.
3299
3300 2012-12-15 Juri Linkov <juri@jurta.org>
3301
3302 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3303 `isearch-insert-char-by-name'.
3304 (with-isearch-suspended): New defmacro with body mostly from
3305 `isearch-edit-string' except the part that sets
3306 `isearch-new-string' and `isearch-new-message'.
3307 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3308 body that sets `isearch-new-string' and `isearch-new-message'.
3309 (isearch-insert-char-by-name): New command.
3310 * international/mule-cmds.el (read-char-by-name): Let-bind
3311 `enable-recursive-minibuffers' to t.
3312 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3313
3314 2012-12-15 Juri Linkov <juri@jurta.org>
3315
3316 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3317 (Bug#13175)
3318
3319 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3320
3321 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3322 the prompt. (Bug#13045)
3323
3324 2012-12-14 Glenn Morris <rgm@gnu.org>
3325
3326 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3327 Try to include filename in non-bytecomp warning. (Bug#13132)
3328
3329 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3330
3331 Fix permissions bugs with setgid directories etc. (Bug#13125)
3332 * files.el (backup-buffer): Don't rely on 9th output of
3333 file-attributes, as it's now a placeholder. Instead, use the new
3334 optional arg of file-ownership-preserved-p.
3335 (file-ownership-preserved-p): New optional arg GROUP.
3336 Fix mishandling of setuid directories that would cause this
3337 function to return t when it should have returned nil.
3338 Document what happens if the file does not exist, and when
3339 it's not known whether the ownership will be preserved.
3340 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3341 Likewise.
3342 (tramp-get-local-gid): Use group-gid for integer, as that's
3343 faster and more reliable.
3344
3345 2012-12-14 Julien Danjou <julien@danjou.info>
3346
3347 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3348 Update keywords list, data type and PL/pgSQL.
3349
3350 2012-12-14 Dave Abrahams <dave@boostpro.com>
3351
3352 * vc/ediff-util.el (ediff-buffer-type): New function.
3353 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3354 rather than taking it as as argument.
3355 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3356
3357 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3358
3359 * json.el: Add pretty-print option (bug#12634).
3360 (json-encoding-separator, json-encoding-default-indentation)
3361 (json--encoding-current-indentation, json-encoding-pretty-print)
3362 (json-encoding-lisp-style-closings): New vars.
3363 (json--with-indentation): New macro.
3364 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3365 (json-encode-array): Use it to obey json-encoding-pretty-print.
3366 (json-pretty-print-buffer, json-pretty-print): New commands.
3367
3368 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3369
3370 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3371 Extract `ruby-syntax-propertize-expansions'.
3372 (ruby-syntax-propertize-expansions): Only change syntax on
3373 certain string delimiters, to punctuation. This way the common
3374 functions like forward-word and thing-at-point still work.
3375 (ruby-match-expression-expansion): Improve readability.
3376 (ruby-block-contains-point): New function.
3377 (ruby-add-log-current-method): Handle several edge cases.
3378
3379 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3382 unload-feature finishes even when aborting an ongoing edebug session.
3383 Also, do not worry about edebug-mode, unload-feature takes care of it.
3384
3385 2012-12-13 Andreas Schwab <schwab@suse.de>
3386
3387 * net/tls.el (tls-program): Update customize type.
3388
3389 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3392 (edebug-setup-hook, cl-read-load-hooks): Use it.
3393 (edebug-unload-function): New function. (Bug#13163)
3394
3395 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3396
3397 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3398 Otherwise, there could be errors in autoloading. (Bug#13151)
3399
3400 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3401
3402 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3403 sequences.
3404
3405 2012-12-13 Alan Mackenzie <acm@muc.de>
3406
3407 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3408 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3409 around `forward-comment' not recognizing ^M as whitespace.
3410
3411 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3412
3413 * progmodes/python.el (python-skeleton-class)
3414 (python-skeleton-def): Do not add space after defun name.
3415
3416 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3419 (cl--symbol-function): Remove (now that funbound is like nil).
3420
3421 2012-12-12 Glenn Morris <rgm@gnu.org>
3422
3423 * button.el (button--area-button-p): Fix typo.
3424
3425 2012-12-12 Sam Steingold <sds@gnu.org>
3426
3427 * frame.el (frame-maximization-style): New user option.
3428 (toggle-frame-maximized): Toggle frame maximization according to
3429 `frame-maximization-style', bound to <f11>.
3430 (cycle-frame-maximized): Cycle between all maximization styles and
3431 non-maximized frame, bound to shift-<f11>.
3432
3433 2012-12-12 David Cadé <codename68@gmail.com>
3434
3435 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3436
3437 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3438
3439 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3440 (eieio-override-prin1): Don't quote kewords and booleans.
3441 (object-write) <eieio-default-superclass>: Don't put closing parens
3442 on new line, avoid needless empty lines, align values that are objects
3443 with the slot keyword (instead of beginning on the same line).
3444 (eieio-list-prin1): Align value with slot keyword; increase
3445 eieio-print-depth before printing members of the list.
3446
3447 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3450 a display text-property.
3451 (report-emacs-bug-hook): Don't bother deleting it any more.
3452
3453 * hilit-chg.el (highlight-save-buffer-state): Delete.
3454 Use with-silent-modifications instead.
3455 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3456
3457 * button.el: Handle buttons in display text-properties.
3458 (button--area-button-p, button--area-button-string):
3459 Use (STRING . STRING-POS) representation instead of just STRING.
3460
3461 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3462
3463 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3464 subdirectory be skipped.
3465
3466 2012-12-11 Glenn Morris <rgm@gnu.org>
3467
3468 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3469
3470 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3471 Treat preprocessor lines embedded in continuations like comments.
3472 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3473
3474 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3475
3476 * calc/calc.el (calc-standard-date-formats): Add more date
3477 formats.
3478 * calc/calc-forms.el (math-parse-iso-date): New function.
3479 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3480 (math-parse-iso-date-validate): Add extra error checking.
3481 (calc-date-notation): Add ability to access new date formats.
3482
3483 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3486 font-lock as well as when there's no text-property.
3487
3488 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3489
3490 * hi-lock.el: Refine the choice of default face.
3491 (hi-lock-keyword->face): New function. Use it wherever we used
3492 cadadadr instead.
3493 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3494 (hi-lock--last-face): Remove var.
3495 (hi-lock--unused-faces): New var to replace it.
3496 (hi-lock-read-face-name): Use/maintain it.
3497 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3498 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3499 if it has another face.
3500
3501 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3502
3503 * subr.el (w32notify-handle-event): New function.
3504 (inotify-handle-event): Doc fix.
3505
3506 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3507
3508 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3509
3510 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3511
3512 * simple.el (just-one-space): Doc fix.
3513
3514 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3515
3516 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3517
3518 2012-12-10 Le Wang <l26wang@gmail.com>
3519
3520 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3521 narrowed buffer (bug#12361).
3522
3523 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3524
3525 * vc/vc-hooks.el (vc-state): Doc fix.
3526
3527 2012-12-10 Glenn Morris <rgm@gnu.org>
3528
3529 * mail/rmail.el (rmail-maybe-display-summary):
3530 Preserve buffer, in case select-window changes it. (Bug#13066)
3531
3532 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3535 cl-load-hook where they belong.
3536
3537 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3540
3541 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3542
3543 Parallelize byte compilation on MS-Windows.
3544 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3545 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3546 (WINS_BASIC): Define as concatenation of the above.
3547 (compile): Subdivide into 4 separate and independent jobs that can
3548 be run in parallel.
3549 (compile0-CMD, compile0-SH): New targets for compiling
3550 COMPILE_FIRST files, which are prerequisites for the rest of the
3551 byte-compilation.
3552 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3553 New targets for parallel compilation with cmd.exe.
3554 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3555 compiling under a Unixy shell.
3556
3557 2012-12-09 Chong Yidong <cyd@gnu.org>
3558
3559 * simple.el (set-mark-default-inactive): Delete this
3560 accidentally-introduced option.
3561 (set-mark-command, exchange-point-and-mark): Remove calls.
3562
3563 2012-12-09 Glenn Morris <rgm@gnu.org>
3564
3565 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3566 Respect a defcustom's :set function, if appropriate. (Bug#109)
3567 (eval-defun): Doc fix.
3568
3569 2012-12-08 Juri Linkov <juri@jurta.org>
3570
3571 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3572 (Info-fontify-node, Info-bookmark-make-record): Remove the
3573 file extension from Info-current-file (Bug#13016).
3574
3575 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3578 point, still provide some default.
3579 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3580 names, since we don't use it right now. Actually return the list.
3581 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3582
3583 2012-12-07 Chong Yidong <cyd@gnu.org>
3584
3585 * novice.el (disabled-command-function): Remove a spurious help
3586 xref (Bug#13043). Suggested by Kelly Dean.
3587
3588 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3589 syntax is specified (Bug#13025).
3590
3591 * info.el (Info-set-mode-line): Remove the file extension from
3592 Info-current-file if there is one (Bug#13016).
3593
3594 2012-12-07 Glenn Morris <rgm@gnu.org>
3595
3596 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3597 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3598 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3599 and rmail-mime-decoded. (Bug#9841)
3600
3601 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3602 (batch-unrmail, unrmail): Doc fixes.
3603 (unrmail): Respect unrmail-mbox-format.
3604 * mail/rmail.el (rmail-mbox-format): New option.
3605 (rmail-show-message-1): Respect rmail-mbox-format.
3606
3607 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3610
3611 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3614 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3615 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3616 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3617 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3618 (cl-progv): Don't rely on dynamic scoping to find the body.
3619 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3620 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3621 (cl-declaim): Use backquotes.
3622 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3623 Use "cl--" prefix for the object's tag.
3624
3625 * ses.el: Use advice-add/remove.
3626 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3627 (copy-region-as-kill, yank): Use advice-add.
3628 (ses-unload-function): Use advice-remove.
3629
3630 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3631
3632 * button.el: Make them work in header-lines (bug#12817).
3633 (button-map): Add bindings for header-line and mode-line use.
3634 (button-get, button-put, button-label): `button' may now be a string.
3635 (button-activate): Don't make it a defsubst.
3636 (button--area-button-p, button--area-button-string): New functions.
3637 (make-text-button): Fix the return value when `beg' was a string.
3638 (push-button): Handle the mode-line case.
3639
3640 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3643 (sql-signum): Remove. Use `cl-signum' instead.
3644 (sql-read-passwd): Remove; use read-passwd instread.
3645 (sql-get-login-ext): Use read-string.
3646 (sql-get-login): Use dolist and pcase.
3647 (sql--completion-table): Rename from sql-try-completion.
3648 Use complete-with-action.
3649 (sql-mode): Don't change abbrev-all-caps globally.
3650 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3651 (sql-postgres-completion-object): Initialize vars in their `let'.
3652 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3653 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3654 (sql-comint-interbase): Use a single append, without setq.
3655 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3656
3657 * hi-lock.el: Rework the default face and the serialize regexp code.
3658 (hi-lock--auto-select-face-defaults): Remove.
3659 (hi-lock-string-serialize-serial): Remove.
3660 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3661 make weak.
3662 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3663 equal string.
3664 (hi-lock-set-pattern): Adjust accordingly.
3665 (hi-lock--regexps-at-point): Simplify accordingly.
3666 (hi-lock--auto-select-face-defaults): Remove.
3667 (hi-lock--last-face): New var to replace it.
3668 (hi-lock-read-face-name): Rewrite (bug#11095).
3669 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3670
3671 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/tramp.el (tramp-replace-environment-variables):
3674 Hide compiler warning.
3675 (tramp-file-name-for-operation): Remove `executable-find',
3676 `start-process', `call-process' and `call-process-region'.
3677
3678 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3679
3680 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3681 compatibility.
3682
3683 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3684
3685 2012-12-06 Chong Yidong <cyd@gnu.org>
3686
3687 * ffap.el (ffap-replace-file-component): Fix typo.
3688
3689 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3692 fix open-paren-like token test (bug#12785).
3693
3694 2012-12-06 Glenn Morris <rgm@gnu.org>
3695
3696 * mail/rmailsum.el (rmail-new-summary): Tweak for
3697 rmail-maybe-display-summary changing buffer. (Bug#13066)
3698
3699 2012-12-06 Juri Linkov <juri@jurta.org>
3700
3701 * info.el (Info-fontify-node): Don't hide the last newline.
3702 (Bug#12272)
3703
3704 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3705
3706 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3707 so as to enable message-read-from-minibuffer to expand mail aliases.
3708
3709 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3712 the `intangible' property.
3713 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3714
3715 2012-12-05 Deniz Dogan <deniz@dogan.se>
3716
3717 * net/rcirc.el (rcirc-urls): Update documentation.
3718 (rcirc-condition-filter): New function.
3719 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3720 and exclude consecutive duplicate URLs (Bug#6082).
3721
3722 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3723
3724 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3725 Check return code of copy command.
3726
3727 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3728 Use group `tramp'. Add version.
3729
3730 2012-12-05 Chong Yidong <cyd@gnu.org>
3731
3732 * ffap.el (ffap-url-regexp): Don't require matching at front of
3733 string (Bug#4952).
3734 (ffap-url-p): If only a substring matches, return that.
3735 (ffap-url-at-point): Use the return value of ffap-url-p.
3736 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3737 (find-file-at-point, dired-at-point, dired-at-point-prompter)
3738 (ffap-guess-file-name-at-point): Likewise.
3739 (ffap-replace-file-component): Fix typo.
3740
3741 * info.el (info-display-manual): Add existing Info buffers, whose
3742 files may not be in Info-directory-list, to the completion.
3743 (info--manual-names): New helper function.
3744
3745 2012-12-05 Glenn Morris <rgm@gnu.org>
3746
3747 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3748 New functions, for detecting and resolving conflicts. (Bug#10709)
3749
3750 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
3751
3752 * hi-lock.el (hi-lock-auto-select-face): New user variable.
3753 (hi-lock-auto-select-face-defaults): New buffer local variable.
3754 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3755 (hi-lock-unface-buffer): Prompt user with useful defaults.
3756 With prefix arg, unhighlight all hi-lock patterns in buffer.
3757
3758 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3761
3762 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * Makefile.in (TRAMP_SRC):
3765 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3766
3767 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
3768
3769 * net/tramp-adb.el: New package.
3770
3771 2012-12-04 Chong Yidong <cyd@gnu.org>
3772
3773 * terminal.el: Move to obsolete/.
3774
3775 * longlines.el: Move to obsolete/.
3776
3777 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3778 Remove code referring to longlines mode.
3779
3780 2012-12-03 Juri Linkov <juri@jurta.org>
3781
3782 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
3783
3784 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3785
3786 * textmodes/ispell.el (ispell-init-process)
3787 (ispell-start-process, ispell-internal-change-dictionary):
3788 Make sure personal dictionary name is expanded after initial
3789 `default-directory' value. Use expanded strings for
3790 keep/restart checks and for value (Bug#13019).
3791
3792 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3793
3794 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3795
3796 2012-12-03 Leo Liu <sdl.web@gmail.com>
3797
3798 * files.el (dir-locals-read-from-file): Check file non-empty
3799 before reading. (Bug#13038)
3800
3801 2012-12-03 Glenn Morris <rgm@gnu.org>
3802
3803 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3804 Remove any version extension before checking filename. (Bug#13006)
3805 (jka-compr-compression-info-list): Belated :version bump.
3806
3807 2012-12-03 Chong Yidong <cyd@gnu.org>
3808
3809 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3810
3811 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3812 (buffer-menu): Doc fix (Bug#12294).
3813
3814 2012-12-03 Roland Winkler <winkler@gnu.org>
3815
3816 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3817 of diary-show-all-entries in the diary buffer (Bug#12994).
3818
3819 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
3820
3821 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3822 "<STDIN>". This is binary safe.
3823
3824 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3825
3826 * calc/calc-forms.el (math-absolute-from-iso-dt)
3827 (math-date-to-iso-dt, math-parse-iso-date-validate)
3828 (math-iso-dt-to-date): New functions.
3829 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3830 (math-fd-isoweekday): New variables.
3831 (calc-date-notation, math-parse-standard-date, math-format-date)
3832 (math-format-date-part): Add support for more formatting codes.
3833
3834 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
3835
3836 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3837 current buffer's file name when called interactively (Bug#12488).
3838
3839 2012-12-02 Juri Linkov <juri@jurta.org>
3840
3841 * info.el (info-display-manual): Don't clobber an existing Info
3842 buffer (Bug#10770). Add completion (Bug#10771).
3843
3844 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
3845
3846 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3847 before using it for comparison (Bug#5297).
3848
3849 2012-12-01 Jari Aalto <jari.aalto@cante.net>
3850
3851 * textmodes/css-mode.el (css-current-defun-name): New function.
3852 (css-mode): Use it.
3853
3854 * textmodes/sgml-mode.el (html-current-defun-name): New function.
3855 (html-mode): Use it.
3856
3857 2012-12-01 Chong Yidong <cyd@gnu.org>
3858
3859 Modularize add-log-current-defun (Bug#2224).
3860 Suggested by Jari Aalto.
3861
3862 * vc/add-log.el (add-log-current-defun-function): Doc fix.
3863 (add-log-current-defun): Move mode-specific code to other files.
3864 (add-log-lisp-like-modes, add-log-c-like-modes)
3865 (add-log-tex-like-modes): Variables deleted.
3866
3867 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3868 (lisp-mode-variables): Use it.
3869
3870 * progmodes/cc-mode.el (c-common-init):
3871 * progmodes/cperl-mode.el (cperl-mode): Set a value for
3872 add-log-current-defun-function.
3873
3874 * progmodes/m4-mode.el (m4-current-defun-name): New function.
3875 (m4-mode): Use it.
3876
3877 * progmodes/perl-mode.el (perl-current-defun-name): New.
3878 (perl-mode): Use it.
3879
3880 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3881 Use lisp-current-defun-name.
3882
3883 * textmodes/tex-mode.el (tex-current-defun-name): New.
3884 (tex-common-initialization): Use it.
3885
3886 * textmodes/texinfo.el (texinfo-current-defun-name): New.
3887 (texinfo-mode): Use it.
3888
3889 2012-12-01 Chong Yidong <cyd@gnu.org>
3890
3891 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3892 * progmodes/autoconf.el (autoconf-mode):
3893 * progmodes/js.el (js-mode):
3894 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3895 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3896 * progmodes/perl-mode.el (perl-mode):
3897 * progmodes/sh-script.el (sh-mode, sh-set-shell):
3898 * textmodes/css-mode.el (css-mode):
3899 * textmodes/sgml-mode.el (html-mode, sgml-mode)
3900 (sgml-tags-invisible, sgml-guess-indent):
3901 * textmodes/tex-mode.el (tex-common-initialization)
3902 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3903 (doctex-mode, plain-tex-mode, latex-mode):
3904 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3905
3906 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
3907
3908 * vc/vc-hg.el (vc-hg-next-revision):
3909 Ensure use of default "tip" output format. (Bug#6968)
3910
3911 2012-12-01 Kim F. Storm <storm@cua.dk>
3912
3913 * startup.el (fancy-startup-tail): Add a clickable link
3914 (Bug#2176).
3915
3916 2012-12-01 Chong Yidong <cyd@gnu.org>
3917
3918 * startup.el (fancy-startup-tail): Improve the message about
3919 auto-save files (Bug#2176).
3920
3921 * files.el (recover-session): Improve the descriptive message, and
3922 use substitute-command-keys.
3923
3924 2012-12-01 Glenn Morris <rgm@gnu.org>
3925
3926 * ido.el (ido-file-internal):
3927 Handle other-window, other-frame for dired. (Bug#13036)
3928
3929 2012-11-30 Glenn Morris <rgm@gnu.org>
3930
3931 * icomplete.el (icomplete-separator): Fix :version.
3932
3933 2012-11-30 Chong Yidong <cyd@gnu.org>
3934
3935 * shell.el (shell): For C-u M-x shell, use an inactive shell
3936 buffer as the default (Bug#1975).
3937 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3938 (shell-mode): Use them to reapply ansi colorization if Shell mode
3939 is re-enabled.
3940
3941 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
3942
3943 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3944
3945 2012-11-30 Samuel Bronson <naesten@gmail.com>
3946
3947 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3948 flag to xargs, for compatibility with BSD xargs (Bug#11703).
3949
3950 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3951
3952 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3953 by move-to-column (Bug#3234).
3954
3955 2012-11-30 Chong Yidong <cyd@gnu.org>
3956
3957 * longlines.el (longlines-wrap-line, longlines-encode-region):
3958 Preserve text properties (Bug#1425).
3959
3960 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3961
3962 * vc/vc.el (vc-register): Allow registering a file which is
3963 already registered with a different backend (Bug#10589).
3964
3965 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
3966 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * icomplete.el: Change separator; add ido-style commands.
3969 (icomplete-show-key-bindings): Remove custom var.
3970 (icomplete-get-keys): Remove function.
3971 (icomplete-forward-completions, icomplete-backward-completions):
3972 New commands.
3973 (icomplete-minibuffer-map): New var.
3974 (icomplete-minibuffer-setup): Use it.
3975 (icomplete-exhibit): Don't delay if the list of completions is known.
3976 (icomplete-separator): New custom.
3977 (icomplete-completions): Use it.
3978 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3979 (minibuffer-force-complete-and-exit): New command.
3980 (minibuffer--complete-and-exit): New function extracted from
3981 minibuffer-complete-and-exit.
3982 (minibuffer-complete-and-exit): Use it.
3983
3984 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3985 error message when the file doesn't exist (bug#12974).
3986
3987 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3988
3989 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3990
3991 2012-11-29 Glenn Morris <rgm@gnu.org>
3992
3993 * files.el (hack-dir-local-variables): Warn if try to set
3994 coding via dir-locals, since it doesn't work. (Bug#7169)
3995
3996 Add desktop support for restoring vc-dir buffers. (Bug#10606)
3997 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3998 Set buffer-local value of desktop-save-buffer.
3999 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4000 New functions.
4001 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4002 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4003
4004 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4005 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4006 Doc fix.
4007 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4008 Doc fixes.
4009
4010 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4011
4012 * calc/calc-forms.el (calc-date-notation): Fix regexp
4013 used to find time codes. Fix symbol for seconds.
4014
4015 2012-11-27 Glenn Morris <rgm@gnu.org>
4016
4017 * emacs-lisp/derived.el (derived-mode-make-docstring):
4018 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4019
4020 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4023 lexically scoped variables (bug#13005).
4024
4025 2012-11-27 Glenn Morris <rgm@gnu.org>
4026
4027 * vc/vc-hooks.el (vc-mistrust-permissions):
4028 Default to t, to avoid data-loss. (Bug#11490)
4029
4030 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4031
4032 * progmodes/python.el (python-indent-guess-indent-offset):
4033 If indentation is guessed make python-indent-offset buffer-local.
4034
4035 Fix Imenu regression.
4036 * progmodes/python.el (python-nav-beginning-of-defun):
4037 Fix forward movement when statement(s) separates point from defun.
4038 (python-imenu-prev-index-position): New function.
4039
4040 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4041
4042 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4043
4044 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4045 Don't set buffer-file-type. Return nil. (Bug#12989)
4046
4047 2012-11-27 Glenn Morris <rgm@gnu.org>
4048
4049 * hippie-exp.el (hippie-expand-try-functions-list):
4050 Re-autoload it. (Bug#12982)
4051
4052 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4053
4054 * descr-text.el (describe-char-padded-string):
4055 Call internal-char-font only on GUI frames. (Bug#11964)
4056
4057 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4058
4059 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4060 and obsoletion message.
4061
4062 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4065 the constructs to keep outside of the `cl-block' (bug#12977).
4066
4067 2012-11-27 Chong Yidong <cyd@gnu.org>
4068
4069 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4070 keep reading until we get the up-event anyway, in order to process
4071 the up-event for mouse-1-click-follows-link (Bug#12971).
4072
4073 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4076 base function is not yet defined (bug#12965).
4077 (ad-activate-advised-definition): Use ad-compile-function.
4078 (ad-activate): Use cond.
4079
4080 2012-11-25 Leo Liu <sdl.web@gmail.com>
4081
4082 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4083 (Bug#12979)
4084
4085 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4086
4087 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4088 reftex-section-info-function in order to be compatible with
4089 Texinfo integration.
4090
4091 * textmodes/reftex.el (reftex-section-pre-regexp)
4092 (reftex-section-post-regexp, reftex-section-info-function):
4093 New variable.
4094 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4095 reftex-section-post-regexp, and reftex-section-info-function in order
4096 to be compatible with Texinfo integration.
4097
4098 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4099 use reftex-section-pre-regexp variable in order to be compatible with
4100 Texinfo integration.
4101
4102 2012-11-25 Chong Yidong <cyd@gnu.org>
4103
4104 * faces.el: Make face-spec-set more analogous to setq.
4105 (face-spec-set): Change the third arg to specify whether this
4106 function is being called via defface, customize, or a third party.
4107 Set the appropriate symbol properties. Clear the override spec if
4108 setting via Custom. Initialize face if necessary. (Bug#4988)
4109 (face-spec-recalc): Allow theme faces to completely replace the
4110 defface spec, in the same way as custom faces (Bug#8454).
4111
4112 * cus-face.el (custom-declare-face): Move face initialization to
4113 face-spec-set.
4114 (custom-theme-set-faces): Don't initialize the face name here, as
4115 that is now done in face-spec-set.
4116
4117 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4118 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4119 Simplify by using the new arg to face-spec-set.
4120
4121 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4122 reset face-override-spec too, and use custom-declare-face.
4123
4124 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4125
4126 * term/ns-win.el (ns-initialize-window-system): Move creation of
4127 fontsets here (Bug#11964).
4128
4129 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4130
4131 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4132 cell renaming.
4133
4134 2012-11-24 Chong Yidong <cyd@gnu.org>
4135
4136 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4137 obsolete.
4138
4139 * custom.el (custom-theme-set-variables): Use a topological sort
4140 for ordering by custom dependencies (Bug#12952).
4141 (custom--sort-vars, custom--sort-vars-1): New functions.
4142
4143 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4146 lexical-binding (bug#12938).
4147
4148 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4149
4150 * image-mode.el (image-transform-check-size): Use assertions only
4151 for images of type imagemagick.
4152
4153 Otherwise no error, image-transform-fit-to-{width,height} is
4154 silently ignored, as before. Doc fix.
4155
4156 2012-11-24 Chong Yidong <cyd@gnu.org>
4157
4158 * faces.el (color-defined-p): Doc fix (Bug#12853).
4159
4160 2012-11-24 Juri Linkov <juri@jurta.org>
4161
4162 * dired.el (dired-mark): Add optional arg `interactive'.
4163 Check for `use-region-p' if `interactive' is non-nil.
4164 (dired-unmark, dired-flag-file-deletion): Add optional arg
4165 `interactive'. Call `dired-mark' with the arg `interactive'.
4166 (Bug#10624)
4167
4168 * wdired.el: Revert 2012-10-17 change partly and replace it with
4169 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4170 (wdired-finish-edit): Add marks for new file names to
4171 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4172 after `revert-buffer'.
4173 (wdired-do-renames): Remove calls to `dired-remove-file',
4174 `dired-add-file', `dired-add-entry'. (Bug#11795)
4175
4176 2012-11-24 Alan Mackenzie <acm@muc.de>
4177
4178 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4179
4180 Fix bugs in the state cache. Enhance a debugging mechanism.
4181 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4182 "brace at column zero" strategy for C++.
4183 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4184 (c-parse-state-point): New variable.
4185 (c-record-parse-state-state): Record old parse state with
4186 `copy-tree'. Record previous value of point.
4187 (c-debug-parse-state-double-cons): New debugging function.
4188 (c-debug-parse-state): Call the above new function.
4189 (c-toggle-parse-state-debug): Output a confirmatory message.
4190
4191 * progmodes/cc-mode.el (c-before-change, c-after-change):
4192 Call c-invalidate-state-cache from `c-before-change' instead of
4193 `c-after-change'.
4194
4195 2012-11-23 Chong Yidong <cyd@gnu.org>
4196
4197 * find-cmd.el (find-constituents): Add executable, ipath,
4198 readable, samefile, writable, daystart, regextype (Bug#12856).
4199
4200 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4203
4204 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4205
4206 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4207 definition. This fixes a bootstrap failure.
4208 (calc-gregorian-switch): In menu, put dates before regions.
4209 This is easier to follow, lines up better in the menu, and lets us
4210 coalesce regions that switch at the same time. Give country
4211 names, not "Vatican", as that's better for non-expert users.
4212 Use names that are stable between the date of switch and now, e.g.,
4213 Bohemia and Moravia (which existed then and now) and not
4214 Czechoslovakia (which didn't exist then and doesn't exist now).
4215 What is now the U.S. mostly did not switch at the same time as
4216 Britain, so omit the U.S. Correct spelling of "Britain".
4217 Catholic Switzerland was too much of a mess, so omit it.
4218
4219 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4220
4221 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4222 after the variable is changed.
4223
4224 2012-11-21 Daniel Colascione <dancol@dancol.org>
4225
4226 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4227 in SQL declarations for font-lock.
4228 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4229
4230 2012-11-21 Glenn Morris <rgm@gnu.org>
4231
4232 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4233 (face-italic-p): Add optional argument "inherit".
4234
4235 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4236 Remove -p suffix from names, for consistency with other set-face-*.
4237 (set-face-inverse-video): Fix interactive spec.
4238 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4239 * textmodes/table.el (table--update-cell-face):
4240 Use set-face-inverse-video rather than now obsolete alias.
4241
4242 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4243
4244 * simple.el (line-move): Don't call line-move-partial if
4245 scroll-conservatively is in effect. (Bug#12927)
4246
4247 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4250 Fallback on completion-at-point rather than
4251 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4252 (eshell-cmpl-initialize): Setup completion-at-point.
4253
4254 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4255
4256 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4257
4258 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4261 are remote, check out-of-band property for both.
4262
4263 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4266 code rewrite.
4267
4268 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4269
4270 More minor time fixes.
4271 * calendar/time-date.el: Commentary fix.
4272 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4273 too much other code depends on (0 0) time stamps.
4274 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4275 Add a couple of FIXME comments.
4276
4277 Minor cleanup for times as lists of four integers.
4278 * files.el (dir-locals-directory-cache):
4279 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4280 Doc fixes.
4281 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4282 * ps-bdf.el (bdf-file-newer-than-time):
4283 Process four-integers time stamps, not two. Doc fixes.
4284
4285 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * uniquify.el (uniquify-managed): Use defvar-local.
4288 (rename-buffer, create-file-buffer): Advise with advice-add.
4289 (uniquify-unload-function): Unadvise accordingly.
4290
4291 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4292 (trace-buffer): Don't purecopy.
4293 (trace-entry-message, trace-exit-message): Add `context' arg.
4294 (trace--timer): New var.
4295 (trace-make-advice): Adjust for use in nadvice.
4296 Add `context' argument. Delay `display-buffer' via a timer.
4297 (trace-function-internal): Use advice-add.
4298 (trace--read-args): New function.
4299 (trace-function-foreground, trace-function-background): Use it.
4300 (trace-function): Rename to trace-function-foreground and redefine as
4301 an alias to that new name.
4302 (untrace-function, untrace-all): Adjust to the use of nadvice.
4303
4304 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4305
4306 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4307
4308 * subr.el (called-interactively-p-functions): New var.
4309 (internal--called-interactively-p--get-frame): New macro.
4310 (called-interactively-p, interactive-p): Rewrite in Lisp.
4311 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4312 (called-interactively-p-functions): Use it.
4313 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4314 (called-interactively-p-functions): Use it.
4315 * allout.el (allout-called-interactively-p): Don't assume
4316 called-interactively-p is a subr.
4317
4318 2012-11-20 Glenn Morris <rgm@gnu.org>
4319
4320 * profiler.el (profiler-report-mode-map): Add a menu.
4321 No need to bind `q' because we derive from special-mode.
4322 (profiler-report-find-entry): Handle calls from the menu-bar.
4323
4324 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * emacs-lisp/byte-run.el (defun-declarations-alist):
4327 Allow a compiler-macro to be a lambda expression.
4328
4329 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4330 eval-when-compile.
4331 (python-syntax-context): Add compiler-macro.
4332 (python-font-lock-keywords): Simplify with De Morgan.
4333
4334 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4335
4336 * files.el (load-file): Require match in minibuffer selection, as was
4337 the case in Emacs-20 before we changed the spec to allow .elc files
4338 (bug#12935).
4339
4340 * json.el: Don't require cl since we don't use it.
4341 * color.el: Don't require cl.
4342 (color-complement): `caddr' -> `nth 2'.
4343
4344 * calendar/time-date.el (time-to-seconds): De-obsolete.
4345
4346 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4347
4348 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4349 year numbers.
4350 (math-date-to-julian-dt): Adjust the initial approximation for the
4351 year to deal with the new definition of the DATE.
4352
4353 2012-11-19 Daniel Colascione <dancol@dancol.org>
4354
4355 * term/w32-win.el (cygwin-convert-path-from-windows):
4356 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4357
4358 2012-11-18 Chong Yidong <cyd@gnu.org>
4359
4360 * filecache.el (file-cache--read-list): New function.
4361 (file-cache-add-directory-list, file-cache-add-file-list)
4362 (file-cache-delete-file-list, file-cache-delete-directory-list):
4363 Use it to read a list of files or directories (Bug#12846).
4364 (file-cache-add-file, file-cache-add-directory)
4365 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4366 (file-cache-delete-directory): Print an message.
4367
4368 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4369
4370 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4371 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4372
4373 2012-11-18 Glenn Morris <rgm@gnu.org>
4374
4375 * image.el (insert-image, insert-sliced-image): Doc fix.
4376
4377 2012-11-18 Chong Yidong <cyd@gnu.org>
4378
4379 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4380 (Bug#12810).
4381
4382 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4383
4384 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4385 response when the target file is in a subdirectory (Bug#12757).
4386
4387 2012-11-18 Chong Yidong <cyd@gnu.org>
4388
4389 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4390
4391 2012-11-18 Glenn Morris <rgm@gnu.org>
4392
4393 * emacs-lisp/cl-lib.el (face-underline-p):
4394 Use set-face-underline rather than the alias set-face-underline-p.
4395
4396 * window.el (with-temp-buffer-window): Doc fix.
4397 * subr.el (with-output-to-temp-buffer):
4398 Add doc xref to with-temp-buffer-window.
4399
4400 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4401
4402 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4403 * calc/calc.el (math-format-date-cache): Declare.
4404
4405 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4406
4407 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4408 It also uses January 1, 1 AD as its day number 1.
4409 * calc/calc-forms.el (math-julian-date-beginning)
4410 (math-julian-date-beginning-int): Implement this.
4411
4412 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4413
4414 * descr-text.el (quail-find-key):
4415 * dired.el (desktop-file-name):
4416 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4417 * generic-x.el (comint-mode, comint-exec):
4418 * image-dired.el (widget-forward):
4419 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4420 (speedbar-change-expand-button-char)
4421 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4422 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4423 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4424 (widget-field-action, widget-value-set):
4425 * speedbar.el (imenu--make-index-alist):
4426 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4427 (ring-length, ring-insert):
4428 * vcursor.el (compare-windows-skip-whitespace):
4429 * woman.el (dired-get-filename):
4430 Declare functions.
4431
4432 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4433
4434 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4435
4436 * calc/calc.el (calc-gregorian-switch): New variable.
4437
4438 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4439 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4440 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4441 (math-leap-year-p): Add option to distinguish between Julian
4442 and Gregorian calendars.
4443 (math-day-number): Use `math-day-in-year' to do the computations.
4444 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4445 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4446 to do the computations.
4447 (math-date-to-dt): Use `math-date-to-julian-dt' and
4448 `math-date-to-gregorian-dt' to do the computations.
4449 (calcFunc-weekday, math-format-date-part): Use the new version of
4450 the DATE to determine the weekday.
4451 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4452 when necessary.
4453
4454 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4455
4456 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4457 Cygwin; otherwise use 'file:'. (Bug#12914)
4458 (cygwin-convert-path-from-windows): Declare, to avoid
4459 byte-compiler warnings.
4460
4461 2012-11-17 Andreas Politz <politza@fh-trier.de>
4462
4463 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4464 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4465 prefix and negative numeric prefix args (Bug#12795).
4466
4467 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4468
4469 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4470 Don't signal an error with a score that is too low to add to the
4471 list of top scores. (Bug#12779)
4472
4473 2012-11-17 Chong Yidong <cyd@gnu.org>
4474
4475 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4476
4477 * filecache.el (file-cache-add-file): Handle relative file name in
4478 the argument (Bug#12694).
4479
4480 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4481
4482 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4483
4484 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4487
4488 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4489
4490 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4491
4492 * window.el (enlarge-window, shrink-window): Don't mention return
4493 value in doc-string (Bug#12896).
4494 (window--display-buffer): Don't resize frames - it won't work
4495 with all window managers and defeat pop-up-frame-alist.
4496 (display-buffer-alist): In doc-string explain that CONDITION can
4497 be a function and which arguments are passed to it (Bug#12854).
4498 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4499 expressions (Bug#12854).
4500 (display-buffer): Pass ACTION argument to
4501 display-buffer-assq-regexp.
4502
4503 2012-11-16 Glenn Morris <rgm@gnu.org>
4504
4505 * window.el (fit-frame-to-buffer-bottom-margin)
4506 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4507
4508 * faces.el (face-underline-p): Use face-attribute-specified-or.
4509
4510 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4513
4514 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4517
4518 2012-11-16 Glenn Morris <rgm@gnu.org>
4519
4520 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4521 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4522
4523 * faces.el (face-underline-p): Doc fix. Handle :underline being
4524 things other than `t' (a string, a list).
4525 (face-inverse-video-p): Doc fix.
4526 (set-face-underline): Rename it back from set-face-underline-p.
4527 Doc fix. Allow interactive input of values other than t.
4528 (read-face-attribute): Apply formatting to :underline,
4529 since like :box and :stipple it can take list values.
4530
4531 * term.el (ansi-term): Don't let C-x escape-char binding
4532 clobber the more standard C-c binding. (Bug#12842)
4533
4534 * subr.el (set-temporary-overlay-map): Doc fix.
4535
4536 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4537
4538 * window.el (record-window-buffer)
4539 (display-buffer-record-window): When copying the markers to
4540 window-point preserve window-point-insertion-type. (Bug#12588)
4541
4542 2012-11-16 Glenn Morris <rgm@gnu.org>
4543
4544 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4545 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4546 Use new names for hooks rather than obsolete aliases.
4547
4548 2012-11-15 Daniel Colascione <dancol@dancol.org>
4549
4550 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4551 prefix instead of "file:" so that when FILE-NAME begins with "//",
4552 as it does when the target file is on a network share, url-handler
4553 isn't confused.
4554
4555 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4558 a preactivated advice from an old advice.el; they're not compatible!
4559
4560 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4561
4562 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4563 Fix string-spec case.
4564
4565 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4566
4567 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4570 (advice--buffer-local-function-sample): New var.
4571 (advice--set-buffer-local, advice--buffer-local): New functions.
4572 (add-function, remove-function): Use them.
4573
4574 2012-11-15 Drew Adams <drew.adams@oracle.com>
4575
4576 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4577
4578 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4581 potential binding of print-gensym to t, and prettify (back)quotes in
4582 case they appear in args's default values (bug#12884).
4583
4584 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4587 (advice-eval-interactive-spec): New function.
4588 (advice--make-interactive-form): Support around advice (bug#12844).
4589
4590 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4591
4592 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4593 more strict. Add docstring.
4594 (ruby-expression-expansion-re): Extract from
4595 `ruby-match-expression-expansion'.
4596 (ruby-syntax-propertize-function): After everything else, search
4597 for expansions in string literals, mark their insides as
4598 whitespace syntax and save match data for font-lock.
4599 (ruby-font-lock-keywords): Use the 2nd group from expression
4600 expansion matches.
4601 (ruby-match-expression-expansion): Use the match data saved to the
4602 text property in ruby-syntax-propertize-function.
4603
4604 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4607 (bug#12879).
4608
4609 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4610
4611 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4612 start/end keyword a bit harder. Works with different values of N.
4613 Add more comments.
4614 (ruby-end-of-block): Update accordingly.
4615
4616 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * woman.el (woman-file-name): Don't mess with unread-command-events
4619 (bug#12861).
4620
4621 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4622 Remove out of date self-require hack.
4623 (ad-do-advised-functions): Use simple `dolist'.
4624 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4625 (ad-advice-definition): Redefine as functions.
4626 (ad-advice-classes): Move before first use.
4627 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4628 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4629 (ad--defalias-fset): Remove functions.
4630 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4631 (ad-get-orig-definition): Rewrite.
4632 (ad-make-advised-definition-docstring): Change base docstring.
4633 (ad-real-orig-definition): Rewrite.
4634 (ad-map-arglists): Change name of called function.
4635 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4636 (ad-make-advised-definition): Simplify.
4637 (ad-assemble-advised-definition): Tweak for new calling context.
4638 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4639 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4640 function and call ad-activate if needed.
4641 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4642 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4643 (ad-compile-function): Compile ad-Advice-*.
4644 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4645 (ad-start-advice, ad-stop-advice): Remove.
4646
4647 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4648
4649 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4650 period before class method names, not after. Remove handling of
4651 one impossible case. Add comments.
4652
4653 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * emacs-lisp/advice.el: Remove support for freezing.
4656 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4657 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4658 Remove support for `freeze'.
4659
4660 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4661 override the default.
4662 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4663 cl--dotimes/dolist.
4664 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4665 `cl' is loaded.
4666
4667 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4668 from add-advice.
4669 (advice--strip-macro): New function.
4670 (advice--defalias-fset): Use them to handle macros.
4671 (advice-add): Use them.
4672 (advice-member-p): Correctly handle macros.
4673
4674 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4675
4676 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4677 Never font-lock the beginning of singleton class as heredoc.
4678
4679 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4682
4683 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4684
4685 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4686 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4687 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4688
4689 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4690
4691 Fix end-of-defun misbehavior.
4692 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4693 python-beginning-of-defun-function. Handle nested defuns
4694 correctly.
4695 (python-nav-end-of-defun): Rename from
4696 python-end-of-defun-function. Ensure forward movement.
4697 (python-info-current-defun): Reimplement to work as intended
4698 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4699 parent defuns as soon as possible.
4700
4701 2012-11-13 Glenn Morris <rgm@gnu.org>
4702
4703 * progmodes/flymake.el (flymake-error-bitmap)
4704 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4705 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4706
4707 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4708
4709 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4710 backward, always stop at indentation. Reverts the change from
4711 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4712
4713 2012-11-13 Glenn Morris <rgm@gnu.org>
4714
4715 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4716 Add ibuffer-filter-by-derived-mode.
4717
4718 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4719 the same name shadowing each other.
4720
4721 * window.el (with-temp-buffer-window): Doc tweak.
4722
4723 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4724
4725 * help.el (temp-buffer-max-height):
4726 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4727 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4728
4729 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * emacs-lisp/nadvice.el: New package.
4732 * subr.el (special-form-p): New function.
4733 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4734 (elp-all-instrumented-list): Remove var.
4735 (elp-not-profilable): Remove elp-wrapper.
4736 (elp-profilable-p): Use autoloadp and special-form-p.
4737 (elp--advice-name): New const.
4738 (elp-instrument-function): Use advice-add.
4739 (elp--instrumented-p): New predicate.
4740 (elp-restore-function): Use advice-remove.
4741 (elp-restore-all, elp-reset-all): Use mapatoms.
4742 (elp-set-master): Use elp--instrumented-p.
4743 (elp--make-wrapper): Rename from elp-wrapper, return a function
4744 suitable for advice-add. Use cl-inf.
4745 (elp-results): Use mapatoms+elp--instrumented-p.
4746 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4747 (debug-function-list): Remove var.
4748 (debug): Rename arg, and then let-bind it explicitly inside.
4749 (debugger-setup-buffer): Rename arg.
4750 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4751 (debugger-frame-number): Adjust to new debug-on-entry setup.
4752 (debug--implement-debug-on-entry): Rename from
4753 implement-debug-on-entry, add argument.
4754 (debugger-special-form-p): Remove, use special-form-p instead.
4755 (debug-on-entry): Use advice-add.
4756 (debug--function-list): New function.
4757 (cancel-debug-on-entry): Use it, along with advice-remove.
4758 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4759 (debugger-list-functions): Use debug--function-list instead of
4760 debug-function-list.
4761 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4762 (ad-special-form-p): Remove, use special-form-p instead.
4763 (ad-set-advice-info): Use add-function and remove-function.
4764 (ad--defalias-fset): Adjust accordingly.
4765
4766 2012-11-10 Glenn Morris <rgm@gnu.org>
4767
4768 * mail/emacsbug.el (report-emacs-bug-tracker-url)
4769 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4770 (report-emacs-bug-create-existing-bugs-buffer)
4771 (report-emacs-bug-parse-query-results)
4772 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
4773
4774 * term.el (term-default-fg-color, term-default-bg-color):
4775 Make obsolete, rather than just saying "deprecated" in the doc.
4776
4777 * term.el (term): Rename from `term-face'.
4778 (term-current-face, ansi-term-color-vector)
4779 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4780 Update all users.
4781
4782 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
4783
4784 * server.el (server-create-window-system-frame): Handle Nextstep
4785 specially (Bug#12780).
4786
4787 2012-11-10 Glenn Morris <rgm@gnu.org>
4788
4789 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4790 Unautoload, and make obsolete. (Bug#7449)
4791
4792 2012-11-10 Chong Yidong <cyd@gnu.org>
4793
4794 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4795 rename from diff-remove-trailing-whitespace (Bug#12831).
4796
4797 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4800 miscompilation of trace.el.
4801
4802 2012-11-10 Glenn Morris <rgm@gnu.org>
4803
4804 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4805
4806 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4809 (bug#12812).
4810
4811 2012-11-10 Chong Yidong <cyd@gnu.org>
4812
4813 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4814 a defcustom with an appropriate :set function.
4815 (minibuffer-default--in-prompt-regexps): New function.
4816
4817 2012-11-10 Glenn Morris <rgm@gnu.org>
4818
4819 * emacs-lisp/cl.el (define-setf-expander, defsetf)
4820 (define-modify-macro): Doc fixes.
4821
4822 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4823 (gv-define-simple-setter): Update doc of `fix-return'.
4824
4825 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4828 twice when `fix-return' is set (bug#12813).
4829
4830 * emacs-lisp/cl.el (defsetf): Pass the third arg to
4831 gv-define-simple-setter (bug#12812).
4832
4833 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4834 (bug#12756).
4835
4836 2012-11-10 Glenn Morris <rgm@gnu.org>
4837
4838 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4839
4840 * emacs-lisp/cl-extra.el (cl-prettyexpand):
4841 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4842 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4843 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4844
4845 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4846
4847 2012-11-10 Leo Liu <sdl.web@gmail.com>
4848
4849 * ido.el (ido-set-matches-1): Improve flex matching performance by
4850 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
4851
4852 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4855 (ad--defalias-fset): New function.
4856 (ad-safe-fset): Remove.
4857 (ad-make-freeze-definition): Use cl-letf*.
4858
4859 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * subr.el (dolist): Don't bind VAR in RESULT.
4862
4863 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
4864 (fset, documentation): Don't save real def since we don't advise.
4865 (ad-do-advised-functions): Remove problematic `result-form'.
4866 (ad-safe-fset): `ad-real-fset' => `fset'.
4867 (ad-read-advised-function): Don't assume that ad-do-advised-functions
4868 uses CL's dolist internally.
4869 (ad-arglist): Remove unused arg `name'.
4870 (ad-docstring, ad-make-advised-docstring):
4871 `ad-real-documentation' => `documentation'.
4872 (warning-suppress-types): Declare.
4873 (ad-set-arguments): Simple CSE.
4874 (ad-recover-normality): Sanity check.
4875
4876 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4877 (funcall '(lambda ..) ..) into ((lambda ..) ..).
4878
4879 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
4880
4881 * ses.el: symbol to coordinate mapping is made by symbol property
4882 `ses-cell'. This means that the same mapping is done for all SES
4883 sheets. That is good enough for cells with standard A1 names, but
4884 not for named cell. So a hash map is added for the latter.
4885 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4886 (ses-sym-rowcol): Use hashmap for named cell.
4887 (ses-is-cell-sym-p): New defun.
4888 (ses-decode-cell-symbol): New defun.
4889 (ses-create-cell-variable): Add cell to hashmap when name is not
4890 A1-like.
4891 (ses-rename-cell): Check that cell new name is not already in
4892 spreadsheet with the use of ses-is-cell-sym-p
4893 (ses-rename-cell): Use hash map for named cells, but accept also
4894 renaming back to A1-like.
4895
4896 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * emacs-lisp/advice.el: Use new dynamic docstrings.
4899 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4900 Use dynamic-docstring-function instead of ad-advice-info.
4901 (ad--make-advised-docstring): New function extracted from
4902 ad-make-advised-docstring.
4903 (ad-make-advised-docstring): Use it.
4904 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4905 from sql-help.
4906 (sql-help): Use it with dynamic-docstring-function.
4907
4908 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4909
4910 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * files.el (hack-one-local-variable--obsolete): New function.
4913 (hack-one-local-variable): Use it for obsolete settings.
4914
4915 * subr.el (locate-user-emacs-file): If both old and new name exist, use
4916 the new name.
4917
4918 * progmodes/js.el (js--filling-paragraph): New var.
4919 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4920 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4921 less sneaky.
4922
4923 2012-11-08 Julien Danjou <julien@danjou.info>
4924
4925 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4926 `auto-mode-alist' (Bug#12835).
4927
4928 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4931 (perl--prettify-symbols-alist): New const.
4932 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4933 New functions.
4934 (perl-font-lock-keywords-2): Use them.
4935 (perl-electric-noindent-p): New function.
4936 (perl-mode): Use it to set up electric-indent-mode.
4937 (perl-electric-terminator, perl-indent-command): Mark obsolete.
4938 (perl-mode-map): Remove bindings for them.
4939 (perl-imenu-generic-expression, perl-outline-level):
4940 Match functions&packages in column>0.
4941
4942 * env.el (env--substitute-vars-regexp): New const.
4943 (substitute-env-vars): Use it. Add `only-defined' arg.
4944 * net/tramp.el (tramp-replace-environment-variables): Use it.
4945
4946 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4947 Byte-compile *before* eval in eval-and-compile.
4948 (byte-compile-log-warning): Remove redundant inhibit-read-only.
4949 (byte-compile-file-form-autoload): Don't hide actual definition.
4950 (byte-compile-maybe-guarded): Accept `functionp' as well.
4951
4952 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4953
4954 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * notifications.el (notifications-get-server-information-method):
4957 New defconst.
4958 (notifications-get-capabilities): Fix docstring.
4959 (notifications-get-server-information): New defun.
4960
4961 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4962
4963 * textmodes/ispell.el (ispell-region): Standard re-indent for better
4964 readability.
4965
4966 * textmodes/ispell.el: Experimental support for support debugging.
4967 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4968 buffer for ispell.
4969 (ispell-print-if-debug): New function to print stuff to
4970 `ispell-debug-buffer' if debugging is enabled.
4971 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4972 show some debugging info.
4973 (ispell-buffer-with-debug): New function that creates a debugging
4974 buffer and calls `ispell-buffer' with debugging enabled.
4975
4976 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4977 comment in autoconf mode. (Bug#12768)
4978
4979 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4980
4981 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4982 frame-first-window, frame-root-window, frame-selected-window,
4983 minibuffer-selected-window, minibuffer-window,
4984 window-absolute-pixel-edges, window-at, window-body-height,
4985 window-body-width, window-display-table, window-combination-limit,
4986 window-frame, window-fringes, window-inside-absolute-pixel-edges,
4987 window-inside-edges, window-inside-pixel-edges, window-left-child,
4988 window-left-column, window-margins, window-next-buffers,
4989 window-next-sibling, window-new-normal, window-new-total,
4990 window-normal-size, window-parameter, window-parameters, window-parent,
4991 window-pixel-edges, window-point, window-prev-buffers,
4992 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4993 window-start, window-text-height, window-top-child, window-top-line,
4994 window-total-height, window-total-width and window-use-time to the list
4995 of functions without side-effects.
4996 (toplevel): Add window-valid-p to the list of error-free functions
4997 without side-effects.
4998
4999 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5000
5001 * textmodes/ispell.el (ispell-program-name):
5002 Update spellchecker parameters when customized.
5003
5004 2012-11-04 Glenn Morris <rgm@gnu.org>
5005
5006 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5007
5008 2012-11-04 Chong Yidong <cyd@gnu.org>
5009
5010 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5011 same-window-* variables.
5012
5013 2012-11-04 Juri Linkov <juri@jurta.org>
5014
5015 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5016 (isearch-describe-key, isearch-describe-mode): Use a display
5017 action instead of binding same-window-* variables (Bug#10040).
5018
5019 2012-11-03 Glenn Morris <rgm@gnu.org>
5020
5021 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5022 Rename handler properties back from cl-- to cl-. (Bug#12788)
5023
5024 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5025
5026 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5027
5028 * term/pc-win.el: Don't load term/internal from here.
5029
5030 * loadup.el: Load term/internal from here.
5031
5032 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5033
5034 * progmodes/python.el (inferior-python-mode): Fix hang in
5035 jit-lock (Bug#12645).
5036
5037 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5038
5039 * window.el (switch-to-visible-buffer)
5040 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5041
5042 2012-11-03 Glenn Morris <rgm@gnu.org>
5043
5044 * emacs-lisp/cl-lib.el (cl--random-time):
5045 Rename from cl-random-time. (Bug#12773)
5046 (cl--gensym-counter, cl--random-state): Update callers.
5047 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5048
5049 2012-11-03 Chong Yidong <cyd@gnu.org>
5050
5051 * cus-start.el: Make cursor-type customizable (Bug#11633).
5052
5053 2012-11-02 Glenn Morris <rgm@gnu.org>
5054
5055 * filecache.el: No need to load find-lisp when compiling.
5056 (find-lisp-find-files): Autoload it.
5057 (file-cache-add-directory-recursively): Don't require find-lisp.
5058
5059 * image.el (image-type-from-file-name): Trivial simplification.
5060
5061 * emacs-lisp/bytecomp.el (byte-compile-eval):
5062 Decouple "noruntime" and "cl-functions" warnings.
5063
5064 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5065
5066 * play/gomoku.el (gomoku-display-statistics): Update mode line
5067 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5068
5069 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5070
5071 * window.el (quit-restore-window): If the window has been
5072 created on an existing frame and ended up as the sole window on
5073 that frame, do not delete it (Bug#12764).
5074
5075 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5078 Rename from sh--inside-arithmetic-expression, handle more cases
5079 (bug#11263).
5080
5081 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5082 (sh-font-lock-open-heredoc): Use it (bug#12770).
5083
5084 2012-10-30 Glenn Morris <rgm@gnu.org>
5085
5086 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5087
5088 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5089
5090 2012-10-29 Chong Yidong <cyd@gnu.org>
5091
5092 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5093 function key is stored in a keyboard macro (Bug#4894).
5094
5095 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5096
5097 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5100 header comments".
5101 (diff-unified->context, diff-context->unified)
5102 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5103
5104 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5105
5106 * files.el (find-alternate-file): Only ask one question (bug#12487).
5107
5108 2012-10-29 Chong Yidong <cyd@gnu.org>
5109
5110 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5111 Suggested by Dan Nicolaescu (Bug#6326).
5112
5113 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5114
5115 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5116
5117 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5118
5119 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5120
5121 * face-remap.el (face-remap-add-relative): Handle the case where a
5122 face-remapping-alist entry is a cons cell (Bug#12762).
5123
5124 2012-10-29 Kevin Ryde <user42@zip.com.au>
5125
5126 * woman.el (woman-parse-numeric-value): Handle picas correctly
5127 (Bug#12639).
5128
5129 2012-10-29 Glenn Morris <rgm@gnu.org>
5130
5131 * emacs-lisp/cl.el (defsetf): Doc fix.
5132
5133 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5136 syntax to the matching opener, if any (bug#12547).
5137 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5138 matching open as a "case-(".
5139 (sh-smie-rc-grammar): Add a corresponding rule for it.
5140
5141 2012-10-28 Daniel Hackney <dan@haxney.org>
5142
5143 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5144 "PKGNAME-autoloads.el" in case we created it.
5145
5146 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5149 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5150 (completion--twq-all): Disable too-strict assertions.
5151
5152 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5153
5154 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5155
5156 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5157 text to match the real keybindings.
5158
5159 2012-10-27 Juri Linkov <juri@jurta.org>
5160
5161 * wdired.el (wdired-keep-marker-rename): New defcustom.
5162 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5163 (Bug#11795)
5164
5165 * dired.el (dired-keep-marker-rename): Add reference to
5166 `wdired-keep-marker-rename' in the docstring.
5167 Add default character value ?R to display initially in
5168 Customization UI instead of ?@.
5169
5170 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5171
5172 * window.el (display-buffer): In doc-string describe
5173 window-height and window-width alist entries.
5174
5175 * time.el (display-time-world): Restore fit-window-to-buffer
5176 behavior.
5177
5178 2012-10-27 Chong Yidong <cyd@gnu.org>
5179
5180 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5181
5182 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5183
5184 * minibuffer.el (completion-category-overrides): New completion
5185 category `bookmark' (bug#11131).
5186
5187 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5190 Silence bogus compiler warnings for ad-do-it.
5191
5192 * bookmark.el (bookmark-completing-read): Set the completion category
5193 to `bookmark' (bug#11131).
5194
5195 2012-10-26 Bastien <bzg@altern.org>
5196 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * face-remap.el: Use lexical-binding.
5199 (text-scale-adjust): Improve docstring. Use itself for the temporary
5200 overlay-map bindings, so as to repeat the "Use..." message each time.
5201
5202 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * emacs-lisp/macroexp.el (macroexp--expand-all):
5205 Obey byte-compile-warning-enabled-p (bug#12486).
5206
5207 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5208 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5209
5210 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5211
5212 * mouse.el (mouse-drag-line): Move last form into preceding when
5213 clause (Bug#12731).
5214
5215 * help.el (resize-temp-buffer-window): Fix doc-string.
5216
5217 2012-10-25 David Engster <deng@randomsample.de>
5218
5219 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5220 Remove. This feature is already integrated in imenu.
5221
5222 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5223 always loaded. Require `speedbar' unconditionally.
5224
5225 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5228
5229 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5230
5231 * net/ldap.el (ldap-search-internal): The official ldif format starts
5232 with a "version: 1" header (bug#12724).
5233
5234 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5235 (bug#12721).
5236
5237 2012-10-25 Glenn Morris <rgm@gnu.org>
5238
5239 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5240
5241 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * minibuffer.el (minibuffer-force-complete): Use one more marker
5244 for the temporary-overlay-map command (bug#12619).
5245
5246 2012-10-24 Chong Yidong <cyd@gnu.org>
5247
5248 * time.el (display-time-world-mode): Derive from special-mode.
5249 (display-time-world): Use display-buffer (Bug#12708).
5250 (display-time-world-mode-map): Variable deleted.
5251 (display-time-world-display): Wrap the final delete-char inside
5252 inhibit-read-only.
5253
5254 2012-10-24 Chong Yidong <cyd@gnu.org>
5255
5256 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5257 Doc fix.
5258
5259 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5260
5261 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * minibuffer.el (completion--all-sorted-completions-location): New var.
5264 (completion--cache-all-sorted-completions)
5265 (completion--flush-all-sorted-completions): Use it.
5266 (completion-in-region, completion-in-region--postch)
5267 (completion-at-point, completion-help-at-point): Use markers in
5268 completion-in-region--data (bug#12619).
5269
5270 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * progmodes/compile.el (compilation-start): Try to handle common
5273 quoting of `cd' argument (bug#12640).
5274
5275 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5276 (bug#12671).
5277
5278 2012-10-23 Glenn Morris <rgm@gnu.org>
5279
5280 * progmodes/gud.el (gud-menu-map):
5281 Check gdb-active-process is bound. (Bug#12358)
5282
5283 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * repeat.el (repeat): Set real-this-command (bug#12232).
5286
5287 * htmlfontify.el (hfy-post-html-hook):
5288 * filesets.el (filesets-cache-fill-content-hook):
5289 * arc-mode.el (archive-extract-hook):
5290 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5291 * net/rcirc.el (rcirc-sentinel-functions)
5292 (rcirc-receive-message-functions, rcirc-activity-functions)
5293 (rcirc-print-functions):
5294 * net/dbus.el (dbus-event-error-functions):
5295 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5296 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5297 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5298 * term/sun.el (sun-raw-prefix-hooks):
5299 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5300
5301 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5304 Set `tramp-chunksize' to 1. This improves the performance.
5305 (tramp-smb-wait-for-output): Add timeout to
5306 `tramp-accept-process-output' calls.
5307
5308 2012-10-23 Chong Yidong <cyd@gnu.org>
5309
5310 * faces.el (font-list-limit): Define as an obsolete variable.
5311
5312 * startup.el (command-line):
5313 * cus-start.el: Don't refer to font-list-limit.
5314
5315 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5316
5317 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * subr.el (internal-temp-output-buffer-show): Rename from
5320 temp-output-buffer-show, since previously compiled files expect this name.
5321
5322 2012-10-23 Glenn Morris <rgm@gnu.org>
5323
5324 * image.el (image-type-from-file-name): If multiple types match,
5325 return the first one that is supported. (Bug#9045)
5326
5327 2012-10-22 Glenn Morris <rgm@gnu.org>
5328
5329 * image.el (imagemagick-enabled-types): Doc fix.
5330
5331 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5332
5333 * progmodes/which-func.el (which-func-current): The hash-table may have
5334 an explicit nil (bug#12338).
5335
5336 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * electric.el (electric-pair-delete-selection-self-insert-function):
5339 Rename to electric-pair-will-use-region, return a boolean.
5340 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5341
5342 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5343 (delete-selection-pre-hook): Use use-region-p.
5344 (delete-selection-self-insert-function): Remove.
5345 (self-insert-command): Obey self-insert-uses-region-functions.
5346 (self-insert-iso): Revert to previous setting, since we don't actually
5347 know what that command does.
5348 (delete-selection-self-insert-hooks): Remove.
5349
5350 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5351
5352 * delsel.el (delete-selection-helper): New function, extracted from
5353 delete-selection-pre-hook.
5354 (delete-selection-pre-hook): Use it.
5355 (delete-selection-self-insert-function): New function.
5356 (delete-selection-self-insert-hooks): New hook.
5357 (self-insert-command, self-insert-iso): Use it.
5358 * electric.el (electric-pair-syntax): New function, extracted from
5359 electric-pair-post-self-insert-function.
5360 (electric-pair-post-self-insert-function): Use it.
5361 (electric-pair-delete-selection-self-insert-function): New function.
5362 (electric-pair-mode): Require delsel and setup
5363 delete-selection-self-insert-hooks (bug#11520).
5364
5365 2012-10-20 Chong Yidong <cyd@gnu.org>
5366
5367 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5368 no changes to show (Bug#12586).
5369
5370 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5371 list explicitly (Bug#12571).
5372
5373 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5374
5375 * progmodes/flymake.el (flymake-create-temp-inplace):
5376 Use file-truename.
5377
5378 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5379
5380 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5381
5382 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5383
5384 * calc/calc-units.el (math-extract-units): Properly extract powers
5385 of units.
5386
5387 2012-10-20 Daniel Colascione <dancol@dancol.org>
5388
5389 * frame.el (make-frame): Set x-display-name as we used to in order
5390 to unbreak creating an X11 frame from an Emacs daemon started
5391 without a display.
5392
5393 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5396 the same completion-field (bug#12221).
5397
5398 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5399
5400 * emacs-lisp/debug.el (debug): Record height of debugger window
5401 also when debugger will be back (Bug#8789).
5402
5403 2012-10-18 Chong Yidong <cyd@gnu.org>
5404
5405 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5406 Convert to defcustom.
5407 (gdb-get-source-file): Don't bind pop-up-windows.
5408
5409 * progmodes/gud.el (gud-display-line): Don't specially re-use
5410 other frames for the gdb-mi case (Bug#12648).
5411
5412 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * emacs-lisp/advice.el: Clean up commentary a bit.
5415 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5416 (byte-code-function-p): Never redefine.
5417
5418 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5419
5420 2012-10-18 Glenn Morris <rgm@gnu.org>
5421
5422 * dired.el (dired-sort-toggle): Some ls implementations only allow
5423 a single option string. (Bug#12666)
5424
5425 * minibuffer.el (completion-cycle-threshold): Doc fix.
5426
5427 2012-10-17 Kenichi Handa <handa@gnu.org>
5428
5429 * international/mule.el (set-keyboard-coding-system):
5430 Recover input meta mode when the new coding system doesn not use 8-bit.
5431 Supply TERMINAL arg to set-input-meta-mode.
5432
5433 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5434
5435 * wdired.el (wdired-old-marks): New variable.
5436 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5437 (wdired-do-renames): Move point with renamed file and don't lose
5438 mark status (Bug#11795).
5439
5440 2012-10-16 Juri Linkov <juri@jurta.org>
5441
5442 * replace.el (query-replace-help): Mention multi-buffer replacement
5443 keys in the Help message. (Bug#12655)
5444
5445 2012-10-15 Chong Yidong <cyd@gnu.org>
5446
5447 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5448
5449 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5450
5451 * window.el (display-buffer): Doc fix.
5452
5453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5454 Adjust the msft regexp to the output of Studio 2010, and move msft
5455 before edg-1. See the discussion on emacs-devel,
5456 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5457 for the details.
5458
5459 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5462 (oset): Move uses of object-class-fast macro after its definition.
5463
5464 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5465
5466 2012-10-13 Chong Yidong <cyd@gnu.org>
5467
5468 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5469 enabled, re-enable it (Bug#11963).
5470
5471 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5472
5473 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5474 non-nil, restore window configuration (Bug#12623).
5475
5476 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * help-fns.el (describe-variable, describe-function-1):
5479 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5480
5481 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5482
5483 2012-10-12 Glenn Morris <rgm@gnu.org>
5484
5485 * mail/rmailsum.el (rmail-header-summary):
5486 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5487
5488 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5489
5490 * progmodes/python.el (python-mode-map):
5491 Replace subtitute-key-definition with proper command remapping.
5492 (python-nav--up-list): Fix behavior for blocks on the same level.
5493
5494 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5497
5498 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5499 changes to the format of load-history.
5500
5501 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5502 completion-ignore-case in case that var is buffer-local (bug#12615).
5503
5504 2012-10-11 Kenichi Handa <handa@gnu.org>
5505
5506 * international/eucjp-ms.el: Re-generated.
5507
5508 2012-10-10 Kenichi Handa <handa@gnu.org>
5509
5510 * select.el (xselect--encode-string): If a coding is specified for
5511 selection, and that is compatible with COMPOUND_TEXT, use it.
5512
5513 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5514
5515 * window.el (switch-to-buffer-preserve-window-point): New option.
5516 (switch-to-buffer):
5517 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5518
5519 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5522 Don't document nil as a useful value (bug#12583).
5523
5524 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/tramp.el (tramp-debug-message):
5527 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5528 (with-tramp-progress-reporter): Rename from
5529 `tramp-with-progress-reporter'.
5530 (with-tramp-file-property, with-tramp-connection-property):
5531 Move from tramp-cache.el, rename from `with-file-property' and
5532 `with-connection-property', respectively.
5533
5534 * net/tramp-cache.el: Remove `with-file-property' and
5535 `with-connection-property'.
5536
5537 * net/tramp.el:
5538 * net/tramp-gvfs.el:
5539 * net/tramp-sh.el:
5540 * net/tramp-smb.el: Adapt callees.
5541
5542 * net/trampver.el: Update release number.
5543
5544 2012-10-09 Glenn Morris <rgm@gnu.org>
5545
5546 * w32-fns.el (set-message-beep):
5547 * term/w32-win.el (set-message-beep): Update declarations.
5548
5549 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5552 (mode-line-widen, mode-line-input-method-map)
5553 (mode-line-coding-system-map, mode-line-remote)
5554 (mode-line-unbury-buffer, mode-line-bury-buffer)
5555 (mode-line-next-buffer, mode-line-previous-buffer):
5556 Replace save-selected-window+select-window => with-selected-window.
5557
5558 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5559 * progmodes/cc-vars.el (bq-process): Remove, unused.
5560
5561 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5562
5563 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5564
5565 Implemented `backward-up-list'-like navigation.
5566 * progmodes/python.el (python-nav-up-list)
5567 (python-nav-backward-up-list): New functions.
5568 (python-mode-map): Define substitute key for backward-up-list to
5569 python-nav-backward-up-list.
5570
5571 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5572
5573 * progmodes/python.el (python-fill-paragraph): Rename from
5574 python-fill-paragraph-function. Fixed fill-paragraph for
5575 decorators (Bug#12605).
5576
5577 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5578
5579 * progmodes/python.el (python-shell-output-filter): Handle extra
5580 carriage return in OSX (Bug#12409).
5581
5582 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5583
5584 Fix shell handling of unbalanced quotes and parens in output.
5585 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5586 (python-syntax-propertize-function): Use it.
5587 (python-shell-output-syntax-table): New var.
5588 (inferior-python-mode): Prevent unbalanced parens/quotes from
5589 previous output mess with current input context.
5590
5591 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5592
5593 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5594 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5595
5596 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * ffap.el (ffap-replace-file-component): Support Tramp file name
5599 syntax, not only ange-ftp's one.
5600
5601 2012-10-08 Glenn Morris <rgm@gnu.org>
5602
5603 * cus-start.el (message-log-max): Set :version.
5604
5605 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5606
5607 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5608
5609 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5610 the minibuffer window (Bug#10851).
5611
5612 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5613
5614 Enhancements on forward-sexp movement.
5615 * progmodes/python.el (python-nav-beginning-of-statement)
5616 (python-nav-end-of-statement): Return point-marker.
5617 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5618 (python-info-current-symbol)
5619 (python-info-statement-starts-block-p): Rename from
5620 python-info-beginning-of-block-p.
5621 (python-info-statement-ends-block-p): Rename from
5622 python-info-end-of-block-p.
5623 (python-info-beginning-of-statement-p)
5624 (python-info-end-of-statement-p)
5625 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5626 New functions.
5627
5628 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5631 frame-selected-windows.
5632
5633 2012-10-08 Daniel Colascione <dancol@dancol.org>
5634
5635 * battery.el (battery-status-function): Check for
5636 w32-battery-status itself, not system-time windows-nt.
5637
5638 * frame.el: Require cl-lib.
5639 (display-format-alist): New variable mapping frame types to
5640 functions that initialize them.
5641 (window-system-for-display): New function: interprets
5642 display-format-alist.
5643 (make-frame-on-display): Remove existing display-selection logic
5644 and just forward to make-frame, which will now DTRT.
5645 (make-frame): Restructure to use window-system-for-display to
5646 figure out how to create a frame on a given display.
5647 (display-mouse-p): Look for frame-type w32, not a particular
5648 system-type.
5649
5650 * loadup.el: Load w32 lisp code when we have the w32 feature.
5651
5652 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5653 system-type windows-nt.
5654
5655 * server.el (server-create-window-system-frame): Look for window
5656 type.
5657 (server-proces-filter): Only force a window system when windows-nt
5658 _and_ w32. Explain why.
5659
5660 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5661 of window systems we configure for the mode.
5662
5663 * startup.el (command-line): Mark window system is initialized
5664 after we've done it.
5665
5666 * common-win.el (x-select-text): Look for w32, not windows-nt.
5667
5668 * ns-win.el: Require cl-lib. Add ourselves to
5669 display-format-alist.
5670 (ns-initialize-window-system): Assert we're not initialized twice.
5671
5672 * w32-win.el: Enable lexical binding; require cl-lib; add
5673 ourselves to display-format-alist.
5674 (w32-handle-dropped-file): Convert incoming dropped files from
5675 Windows paths to Cygwin ones before passing them on to the rest of
5676 Emacs.
5677 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5678 (w32-initialize-window-system): Assert we're not initialized twice.
5679
5680 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5681 (x-initialize-window-system): Assert we're not initialized twice.
5682
5683 * w32-common-fns.el: New File.
5684 (w32-version, w32-using-nt, w32-get-clipboard-data)
5685 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5686 (w32-charset-info-alist, x-last-selected, text)
5687 (x-get-selection-value, x-selection-value): Move here.
5688
5689 * w32-fns.el: Require w32-common-fns.
5690 (w32-version, w32-using-nt, w32-get-clipboard-data)
5691 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5692 (w32-charset-info-alist, x-last-selected, text)
5693 (x-get-selection-value, x-selection-value): Move to
5694 w32-common-fns.
5695
5696 * w32-vars.el:
5697 (w32-allow-system-shell, w32-system-shells): Define only in
5698 non-cygwin case.
5699
5700 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5703 (read-passwd): Remove a few more potential sources of leaks.
5704
5705 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5706
5707 * progmodes/python.el (inferior-python-mode)
5708 (python-shell-make-comint): Fix initialization of local
5709 variables copied from parent buffer.
5710
5711 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5712
5713 * term/ns-win.el (ns-read-file-name): Update declaration to match
5714 nsfns.m.
5715 (ns-respond-to-change-font): Change fontsize separately so we are sure
5716 it is set when font is acted upon.
5717
5718 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5719
5720 Enhancements to indentation.
5721 * progmodes/python.el (python-indent-context): Give priority to
5722 inside-string context. Make comments indentation markers.
5723 (python-indent-region): Do not mess with strings, unless it's the
5724 enclosing set of quotes.
5725
5726 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * window.el (internal--before-save-selected-window)
5729 (internal--after-save-selected-window): New functions extracted from
5730 save-selected-window. Make sure we return the `alist' we construct.
5731 (save-selected-window): Use them.
5732
5733 * textmodes/tex-mode.el (tex-recenter-output-buffer):
5734 Use with-selected-window.
5735
5736 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5737 forms that define macros (bug#12593).
5738
5739 2012-10-07 Kenichi Handa <handa@gnu.org>
5740
5741 * international/mule-conf.el (compound-text-with-extensions):
5742 Add :mime-charset property as x-ctext.
5743
5744 2012-10-07 Stefan Merten <smerten@oekonux.de>
5745
5746 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5747 (rst-indent-literal-normal, rst-indent-literal-minimized)
5748 (rst-indent-comment): Correct :version tag.
5749 (rst-official-cvs-rev): Correct version string.
5750
5751 2012-10-07 Glenn Morris <rgm@gnu.org>
5752
5753 * mail/rmailmm.el (rmail-mime-process-multipart):
5754 Do not confuse a multipart message with an epilogue
5755 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
5756
5757 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5758
5759 Fix shell output retrieval and comint-prompt-regexp init.
5760 * progmodes/python.el (inferior-python-mode):
5761 (python-shell-make-comint): Fix initialization of
5762 comint-prompt-regexp from copied file local variables.
5763 (python-shell-fetched-lines): Remove var.
5764 (python-shell-output-filter-in-progress): Rename from
5765 python-shell-fetch-lines-in-progress.
5766 (python-shell-output-filter-buffer): Rename from
5767 python-shell-fetch-lines-string.
5768 (python-shell-fetch-lines-filter): Delete function.
5769 (python-shell-output-filter): New function.
5770 (python-shell-send-string-no-output): Use them.
5771
5772 2012-10-07 Glenn Morris <rgm@gnu.org>
5773
5774 * hi-lock.el (hi-lock-process-phrase):
5775 Try to make it less fragile. (Bug#7161)
5776
5777 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5778
5779 2012-10-06 Glenn Morris <rgm@gnu.org>
5780
5781 * ehelp.el (electric-help-mode): Use help-mode rather than
5782 non-existent mode `help'.
5783 (electric-help-map): Use button-buffer-map. (Bug#10917)
5784
5785 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5786 (reftex-create-bibtex-footer): Fix custom types.
5787
5788 * progmodes/sh-script.el (sh-indent-after-continuation):
5789 Add explicit :group.
5790
5791 * textmodes/rst.el (rst-preferred-decorations)
5792 (rst-shift-basic-offset): Clarify obsolescence versions.
5793
5794 * profiler.el (profiler): Add missing group :version tag.
5795 * avoid.el (mouse-avoidance-banish-position):
5796 * proced.el (proced-renice-command):
5797 * calc/calc.el (calc-ensure-consistent-units):
5798 * calendar/icalendar.el (icalendar-import-format-uid):
5799 * net/tramp.el (tramp-save-ad-hoc-proxies):
5800 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5801 * progmodes/flymake.el (flymake-error-bitmap)
5802 (flymake-warning-bitmap, flymake-fringe-indicator-position):
5803 * progmodes/sh-script.el (sh-indent-after-continuation):
5804 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5805 (verilog-before-save-font-hook, verilog-after-save-font-hook):
5806 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5807 (vhdl-array-index-record-field-in-sensitivity-list)
5808 (vhdl-indent-comment-like-next-code-line):
5809 * textmodes/reftex-vars.el (reftex-ref-style-alist)
5810 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5811 (reftex-cite-key-separator, reftex-create-bibtex-header)
5812 (reftex-create-bibtex-footer):
5813 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5814 (rst-indent-literal-normal, rst-indent-literal-minimized)
5815 (rst-indent-comment): Add missing custom :version tags.
5816
5817 * calendar/timeclock.el (timeclock-modeline-display):
5818 Add missing obsolete alias for renamed user option.
5819
5820 * strokes.el (strokes-modeline-string):
5821 * emulation/crisp.el (crisp-mode-modeline-string):
5822 * eshell/esh-mode.el (eshell-status-in-modeline):
5823 Aliases to defcustoms must come before the defcustom.
5824
5825 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5826 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5827 (cal-tex-cursor-week-monday): Doc fixes.
5828 (cal-tex-cursor-week2-summary): Doc fix.
5829 Rename from cal-tex-cursor-week-at-a-glance.
5830
5831 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5832 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
5833
5834 * calendar/calendar.el (calendar-mode-map):
5835 Add cal-tex-cursor-week2-summary.
5836
5837 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5840
5841 * subr.el (read-passwd-map): New var.
5842 (read-passwd): Use `read-string' again.
5843 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5844
5845 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
5846
5847 * register.el (append-to-register, prepend-to-register):
5848 Deactivate mark, as does `copy-to-register' (bug#12389).
5849
5850 2012-10-06 Chong Yidong <cyd@gnu.org>
5851
5852 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5853
5854 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
5855
5856 * international/characters.el: Fix simple mistake ((car chars) ->
5857 elt), delete duplicated code.
5858
5859 2012-10-06 Glenn Morris <rgm@gnu.org>
5860
5861 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
5862
5863 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
5864
5865 * color.el (color-hsl-to-rgb): Fix incorrect results for
5866 small and large hue values. (Bug#12559)
5867
5868 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
5869
5870 Enhancements to docstring formatting when filling paragraphs.
5871 * progmodes/python.el (python-fill-docstring-style): Rename from
5872 python-fill-string-style. Added new style.
5873 (python-fill-string): Use new style. Better checks for
5874 docstrings.
5875
5876 2012-10-05 Glenn Morris <rgm@gnu.org>
5877
5878 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5879
5880 * color.el (color-name-to-rgb, color-rgb-to-hex)
5881 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5882 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5883 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5884 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5885
5886 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
5887
5888 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5891 to get the correct size across symlinks.
5892
5893 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5894
5895 2012-10-04 Juri Linkov <juri@jurta.org>
5896
5897 * replace.el (query-replace-interactive): Declare obsolete.
5898 (query-replace-read-from): Add the last incremental search string
5899 to the list of default values accessible via M-n.
5900 (map-query-replace-regexp): Use `read-regexp'.
5901 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5902 (map-query-replace-regexp, replace-string, replace-regexp):
5903 Fix docstrings to replace mentions of `query-replace-interactive'
5904 with alternatives. (Bug#12526)
5905
5906 2012-10-04 Juri Linkov <juri@jurta.org>
5907
5908 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
5909 (dired-pop-to-buffer): Declare obsolete.
5910 (dired-mark-pop-up): Doc fix.
5911
5912 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
5913
5914 Allow user to set docstring style for fill-paragraph.
5915 * progmodes/python.el
5916 (python-fill-comment-function, python-fill-string-function)
5917 (python-fill-decorator-function, python-fill-paren-function):
5918 Remove :safe for defcustoms.
5919 (python-fill-string-style): New defcustom
5920 (python-fill-paragraph-function): Enhance context detection.
5921 (python-fill-string): Honor python-fill-string-style settings.
5922
5923 2012-10-04 Martin Rudalics <rudalics@gmx.at>
5924
5925 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5926 after setting its buffer (Bug#10805).
5927
5928 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
5929
5930 Fix cornercase for string syntax.
5931 * progmodes/python.el (python-syntax-propertize-function):
5932 Simplify and enhance the regexp for unescaped quotes. Now it also
5933 matches quotes in weird situations like the single quote in
5934 "something\"'".
5935 (python-syntax-stringify): Simplify num-quotes detecting code.
5936
5937 2012-10-03 Glenn Morris <rgm@gnu.org>
5938
5939 * help-macro.el (three-step-help):
5940 Revert 2012-09-29 change. (Bug#12567)
5941
5942 2012-10-03 Martin Rudalics <rudalics@gmx.at>
5943
5944 * menu-bar.el (kill-this-buffer): Don't do anything when
5945 `menu-frame' is not alive or visible (Bug#8184).
5946
5947 * emacs-lisp/debug.el (debug): When quitting the debugger window
5948 restore current buffer (Bug#12502).
5949
5950 2012-10-02 Chong Yidong <cyd@gnu.org>
5951
5952 * progmodes/hideif.el (hif-lookup, hif-defined):
5953 Handle semantic-c-takeover-hideif.
5954
5955 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
5956
5957 Change sampling interval units from ms to ns.
5958 * profiler.el (profiler-sampling-interval): Change units
5959 from ms to ns, multiplying the default by 1000000 so that
5960 it remains 1 ms.
5961 (profiler-report-cpu-line-format): Give enough room for
5962 the maximum counters on 64-bit hosts.
5963 (profiler-report-render-calltree-1): Call them "CPU samples",
5964 not "Time (ms)", since they are not milliseconds now (and
5965 never really were).
5966
5967 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5968
5969 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5970 Fix querying BBDB for entries without a last name (Bug#11580).
5971
5972 2012-10-02 Chong Yidong <cyd@gnu.org>
5973
5974 * emacs-lisp/eieio.el: Restore Version header.
5975
5976 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * vc/diff-mode.el (diff--auto-refine-data): New var.
5979 (diff-hunk): Use it to delay refinement.
5980 (diff-mode): Remove overlays when we turn off font-lock.
5981
5982 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5983 (table-initialize-table-fixed-width-mode)
5984 (table-set-table-fixed-width-mode): Remove functions.
5985 (table-command-list): Move initialization into declaration.
5986 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5987 (table-with-cache-buffer): Use `declare'.
5988 (table-span-cell): Simplify via CSE.
5989 (table-fixed-width-mode): Use define-minor-mode.
5990 (table-call-interactively, table-funcall, table-apply): Remove.
5991 (table-function): New function, to replace them.
5992
5993 * bookmark.el (bookmark-search-pattern): Remove var.
5994 (bookmark-read-search-input): Remove function.
5995 (bookmark-bmenu-search): Reimplement using a minibuffer.
5996
5997 * faces.el (modeline): Remove obsolete face name.
5998
5999 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6000 and give a non-nil default value.
6001 (add-change-log-entry): Simplify accordingly.
6002
6003 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6004
6005 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6006 (vc-git-log-edit-toggle-amend): New function.
6007 (vc-git-log-edit-toggle-signoff): New function.
6008 (vc-git-log-edit-mode): New major mode.
6009 (vc-git-log-edit-mode-map): Keymap for it.
6010 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6011
6012 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6013 header names.
6014 (log-edit-toggle-header): New function.
6015 (log-edit-extract-headers): Accept function values in HEADERS alist.
6016
6017 2012-10-01 David Engster <deng@randomsample.de>
6018
6019 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6020 from symbol property and change message to be more consistent with
6021 Emacs proper.
6022 (eieio-describe-generic): Add filename for each implementation.
6023 Fix indices for generic and normal methods.
6024 (eieio-method-def, eieio-class-def): New buttons.
6025 (eieio-help-find-method-definition)
6026 (eieio-help-find-class-definition): New functions.
6027 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6028 class, constructor and method definitions.
6029
6030 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6031 information in symbol property.
6032 (scoped-class): Remove.
6033 (eieio-slot-name-index, call-next-method): Check if it is bound.
6034
6035 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6036
6037 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6038 (eieio-custom-mode): New major mode.
6039 (eieio-customize-object): Use it.
6040
6041 2012-10-01 Eric Ludlam <zappo@gnu.org>
6042
6043 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6044 specifying the expected class, and whether subclassing is allowed.
6045 (eieio-persistent-convert-list-to-object):
6046 (eieio-persistent-validate/fix-slot-value)
6047 (eieio-persistent-slot-type-is-class-p): New functions.
6048 (eieio-named::slot-missing): Doc fix.
6049
6050 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6051 Stop using unused publd variable.
6052
6053 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6054 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6055 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6056 (eieio-speedbar-handle-click): Do not specify a class for the
6057 method. Fixes method invocation order problems with EDE.
6058
6059 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6060
6061 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6062 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6063
6064 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6065
6066 * bookmark.el (bookmark-version-control): Give tags in the
6067 :type choices (Bug#12309), and improve doc string.
6068 (bookmark-write-file): Bind `print-circle' to `t' to allow
6069 circular custom bookmark types. (Bug#12503)
6070
6071 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6072
6073 Revert the FOLLOW-SYMLINKS change for file-attributes.
6074 * files.el (remote-file-name-inhibit-cache, after-find-file):
6075 * time.el (display-time-file-nonempty-p): Undo last change.
6076
6077 * profiler.el (profiler-sampling-interval): Change default back to 1.
6078 See Stefan Monnier in
6079 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6080
6081 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6082
6083 Shell output catching a la gud-gdb.
6084 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6085 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6086 New Vars.
6087 (python-shell-fetch-lines-filter): New function.
6088 (python-shell-send-string-no-output): Use them.
6089
6090 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6091
6092 * profiler.el (profiler-sampling-interval): Rename from
6093 profiler-sample-interval.
6094 (profiler-sampling-interval): Default to 10.
6095 (profiler-find-profile): New command (was profiler-find-log).
6096 (profiler-find-profile-other-window): New command.
6097 (profiler-find-profile-other-frame): New command.
6098 (profiler-profile): Introduce API-level data structure.
6099
6100 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6101
6102 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6103 * files.el (remote-file-name-inhibit-cache):
6104 * time.el (display-time-file-nonempty-p): Use it.
6105 * files.el (after-find-file): Don't chase links before calling
6106 file-exists-p, as file-exists-p already does the right thing.
6107
6108 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6109
6110 Merge from standalone RefTeX repository.
6111
6112 The following ChangeLog entries are shortened versions of the
6113 original ones with file paths adapted. A not so strongly edited
6114 version of the original ChangeLog can be found in the commit log.
6115
6116 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6117 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6118 Correctly handle new value type returned by `reftex-citation'.
6119
6120 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6121 that entries with whitespace at various places are found.
6122 Doc fix. Include entries that are cross-referenced from cited entries.
6123 Include @String definitions in the resulting bib file. Add header
6124 and footer defined in `reftex-create-bibtex-header' and
6125 `reftex-create-bibtex-footer'.
6126 (reftex-do-citation): Make it possible again to insert
6127 non-existent entries. Save match data when asking for optional
6128 arguments. Return all keys, not just the first one.
6129 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6130 all citations in the same line.
6131 (reftex-parse-bibtex-entry): Accept additional optional argument
6132 `raw' and keep quotes or braces if it is non-nil. Match fields
6133 containing hyphens besides word constituents.
6134 (reftex-get-string-refs): New function.
6135 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6136 and ask if it should be reread in case it did.
6137 (reftex-pop-to-bibtex-entry)
6138 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6139 entries with spaces or tabs in front of arguments.
6140 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6141 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6142 Match entries containing numbers and symbol constituents.
6143 (reftex-do-citation, reftex-figure-out-cite-format):
6144 Use `reftex-cite-key-separator'.
6145
6146 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6147 (reftex-mouse-view-crossref): Explain why point is set.
6148
6149 * textmodes/reftex-global.el: Whitespace changes.
6150
6151 * textmodes/reftex-index.el: Move provide statement to end of
6152 file.
6153 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6154 (reftex-index-visit-phrases-buffer): Set marker when visiting
6155 buffer. This allows for returning from the phrases file to the
6156 file one was just editing instead of the file where the last
6157 phrases was added from.
6158 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6159 punctuation syntax as it usually is not used as string quote in
6160 TeX-related modes and may occur unmatched. The change also
6161 prevents fontification of quoted content.
6162 (reftex-index-phrases-mode): Use it.
6163
6164 * textmodes/reftex-parse.el (reftex-parse-from-file):
6165 Move backward one char if a `\' was matched after a section macro.
6166 (reftex-parse-from-file): Use beginning of match instead of end as
6167 bound.
6168
6169 * textmodes/reftex-ref.el: Adapt creation of
6170 `reftex-<package>-<macro>' functions to new structure of
6171 `reftex-ref-style-alist'.
6172 (reftex-reference): Use `reftex-ref-style-list' function.
6173 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6174 reference macro if `reftex-ref-macro-prompt' is non-nil.
6175 (reftex-reference): Pass refstyle to `reftex-format-special'.
6176 Determine reference macro by looking at
6177 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6178 Use only one special format function.
6179 (reftex-varioref-vref, reftex-fancyref-fref)
6180 (reftex-fancyref-Fref): Remove definitions. The functions are now
6181 generated from `reftex-ref-style-alist'.
6182 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6183 Remove.
6184 (reftex-format-special): New function.
6185
6186 * textmodes/reftex-sel.el
6187 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6188 of `reftex-ref-style-alist'. Remove code for testing macro type.
6189 (reftex-select-toggle-varioref)
6190 (reftex-select-toggle-fancyref): Remove.
6191 (reftex-select-cycle-ref-style-internal)
6192 (reftex-select-cycle-ref-style-forward)
6193 (reftex-select-cycle-ref-style-backward): New functions.
6194 (reftex-select-label-map): Use `v' and `V' for general cycling
6195 through reference styles. Add `p' for switching between number
6196 and page reference types.
6197
6198 * textmodes/reftex-toc.el (reftex-re-enlarge):
6199 Call `enlarge-window' only if there is something to do because in Emacs
6200 the horizontal version throws an error even if the parameter is 0.
6201
6202 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6203 (reftex-plug-into-AUCTeX): Doc fix.
6204 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6205 string. Adapt to new name.
6206 (reftex-ref-style-alist): Change structure so that it is not
6207 possible to use multiple different package names within a style.
6208 Remove the symbols for symbols for macro type distinction.
6209 Add characters for macro selection.
6210 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6211 (reftex-create-bibtex-footer): New variables.
6212 (reftex-format-ref-function): Mention third argument of special
6213 format function.
6214 (reftex-ref-style-alist, reftex-ref-style-default-list):
6215 New variables.
6216 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6217 to new implementation. Mark as obsolete. Add compatibility code
6218 for honoring the variable values in case they are set.
6219 (reftex-cite-format-builtin, reftex-bibliography-commands):
6220 Add support for ConTeXt.
6221 (reftex-format-ref-function, reftex-format-cite-function):
6222 Fix custom type.
6223 (reftex-cite-key-separator): New variable.
6224
6225 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6226 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6227 `reftex-syntax-table' because parens have to retain their paren
6228 syntax in order for parsing of BibTeX entries like @book(...) to
6229 work.
6230 (reftex-in-comment): Do not error out if `comment-start-skip' is
6231 not set. Deal correctly with escaped comment characters.
6232 (reftex-tie-multifile-symbols): Add doc string.
6233 Initialize `reftex-ref-style-list'.
6234 (reftex-untie-multifile-symbols): Add doc string.
6235 (reftex-add-index-macros): Doc fix.
6236 (reftex-ref-style-activate, reftex-ref-style-toggle)
6237 (reftex-ref-style-list): New functions.
6238 (reftex-mode-menu): Use them. Adapt to new structure of
6239 `reftex-ref-style-alist'.
6240 (reftex-select-with-char): Kill the RefTeX Select buffer when
6241 done.
6242 (reftex-remove-if): New function.
6243 (reftex-erase-all-selection-and-index-buffers)
6244 (reftex-mode-menu): Reference styles are now computed from
6245 `reftex-ref-style-alist'. Fix typo.
6246 (reftex-report-bug): New function.
6247 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6248 algorithms with O(n log n). Introduce optional argument SORT (not
6249 yet used).
6250
6251 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6252
6253 Enhancements for triple-quote string syntax.
6254 * progmodes/python.el (python-syntax-propertize-function):
6255 Match both quote cases in one regexp.
6256 (python-syntax-stringify): Handle matches properly.
6257
6258 2012-09-30 Juri Linkov <juri@jurta.org>
6259
6260 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6261 to nil around the call to `insert' to prevent
6262 directory time modification by lock_file. (Bug#2295)
6263 * tar-mode.el (tar-summarize-buffer): Idem.
6264
6265 2012-09-30 Juri Linkov <juri@jurta.org>
6266
6267 * facemenu.el (list-colors-sort): Add option "Luminance".
6268 (list-colors-sort-key): Implement it.
6269
6270 * vc/diff-mode.el (diff-refine-removed):
6271 * vc/ediff-init.el (ediff-fine-diff-A):
6272 * vc/smerge-mode.el (smerge-refined-removed):
6273 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6274
6275 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6276
6277 * term/ns-win.el (x-file-dialog): New function.
6278
6279 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6280
6281 * ido.el (ido-max-directory-size): Default to nil; the current
6282 default is small for POSIX systems, and impractical on Windows 7
6283 now that lstat returns directory sizes for NTFS.
6284
6285 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6286
6287 In buffer display functions handle window-height/window-width
6288 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6289 * window.el (window--display-buffer): New argument ALIST.
6290 Obey window-height and window-width alist entries.
6291 (window--try-to-split-window): New argument ALIST.
6292 Bind window-combination-limit to t when the window's size shall be
6293 changed and window-combination-limit equals `window-size'.
6294 (display-buffer-in-atom-window)
6295 (display-buffer-in-major-side-window)
6296 (display-buffer-in-side-window, display-buffer-same-window)
6297 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6298 (display-buffer-pop-up-window, display-buffer-below-selected)
6299 (display-buffer-at-bottom, display-buffer-in-previous-window)
6300 (display-buffer-use-some-window): Adjust all callers of
6301 window--display-buffer and window--try-to-split-window.
6302 (fit-frame-to-buffer): New option.
6303 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6304 is non-nil.
6305 (display-buffer-in-major-side-window): Evaluate window-height /
6306 window-width alist entries.
6307
6308 * help.el (temp-buffer-resize-frames)
6309 (temp-buffer-resize-regexps): Remove options.
6310 (temp-buffer-resize-mode): Adjust doc-string.
6311 (resize-temp-buffer-window): Don't consult
6312 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6313 temp-buffer-resize-frames.
6314
6315 * dired.el (dired-mark-pop-up):
6316 Call display-buffer-below-selected with a fit-window-to-buffer alist
6317 entry.
6318
6319 2012-09-30 Chong Yidong <cyd@gnu.org>
6320
6321 * server.el (server-host): Document the security implications.
6322 (server-auth-key): Doc fix.
6323
6324 * startup.el (initial-buffer-choice): Doc fix.
6325
6326 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6327
6328 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6329 restriction change.
6330
6331 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6332
6333 * help-fns.el (help-fns--obsolete): Fix last change.
6334
6335 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6338 (minor-mode-map-alist): Remove redundant code.
6339
6340 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6341 visited in a buffer.
6342 (cvs-insert-visited-file): New function.
6343 (find-file-hook): Use it.
6344
6345 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6346
6347 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6348 chose face.
6349 (log-edit-empty-buffer-p): Don't require a space after a header.
6350
6351 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6352
6353 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6354
6355 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6356 a proper minor-mode.
6357
6358 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6359
6360 2012-09-29 Glenn Morris <rgm@gnu.org>
6361
6362 * winner.el (winner-mode): Remove variable (let define-minor-mode
6363 handle it).
6364 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6365 Doc fixes.
6366 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6367 (winner-mode): Use define-minor-mode.
6368
6369 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6370 the full definition in loaddefs, rather than duplicating it.
6371
6372 * help-macro.el (three-step-help): No need to autoload defcustom.
6373
6374 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6375 (inferior-lisp-program, inferior-lisp-load-command)
6376 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6377 No need to autoload defcustoms.
6378
6379 * hippie-exp.el (hippie-expand-try-functions-list)
6380 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6381 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6382 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6383 (hippie-expand-only-buffers): No need to autoload defcustoms.
6384 * progmodes/vhdl-mode.el (vhdl-line-expand):
6385 Explicitly load hippie-exp, so it does not get autoloaded
6386 while hippie-expand-try-functions-list is let-bound.
6387
6388 2012-09-28 Glenn Morris <rgm@gnu.org>
6389
6390 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6391
6392 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6393 Only "cl.el" counts as cl these days.
6394
6395 2012-09-28 Juri Linkov <juri@jurta.org>
6396
6397 Display archive errors in the echo area instead of inserting
6398 to the file buffer.
6399
6400 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6401 to STDERR-TEST that can be a regexp matching a successful output.
6402 Create a temporary file and redirect stderr to it. Search for
6403 STDERR-TEST in the stderr output and display it in the echo area
6404 if no match is found.
6405 (archive-extract-by-file): New function like
6406 `archive-extract-by-stdout' but extracting archives to files
6407 and looking for successful matches in stdout. Function body is
6408 mostly copied from `archive-rar-extract'.
6409 (archive-rar-extract): Use `archive-extract-by-file'.
6410 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6411
6412 2012-09-28 Leo Liu <sdl.web@gmail.com>
6413
6414 * pcomplete.el (pcomplete-show-completions):
6415 Use minibuffer-message to make pcomplete usable in minibuffer.
6416
6417 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6418
6419 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * type-break.el: Use lexical-binding.
6422 (type-break-mode): Use define-minor-mode.
6423
6424 * emacs-lisp/pcase.el (pcase--mark-used): New.
6425 (pcase--u1): Use it (bug#12512).
6426
6427 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6428 in load-history with the right file name.
6429
6430 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6431
6432 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6433 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6434 (doc-view-get-bounding-box): Make bounding box slicing work for
6435 ODF and DVI documents.
6436
6437 2012-09-28 Glenn Morris <rgm@gnu.org>
6438
6439 * type-break.el (type-break-mode, type-break-interval)
6440 (type-break-good-rest-interval, type-break-keystroke-threshold):
6441 No need to autoload.
6442 (type-break-good-rest-interval, type-break-keystroke-threshold):
6443 Add :set-after.
6444
6445 2012-09-28 Chong Yidong <cyd@gnu.org>
6446
6447 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6448 Add :version tag.
6449
6450 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6453
6454 2012-09-27 Glenn Morris <rgm@gnu.org>
6455
6456 * faces.el (x-display-name): Declare (for without-x builds).
6457
6458 * linum.el (linum-format): Don't autoload it. Improve :type.
6459
6460 * progmodes/tcl.el: Don't require outline when compiling.
6461 (outline-regexp, outline-level): Declare.
6462 * textmodes/sgml-mode.el: Don't require outline when compiling.
6463 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6464
6465 * term.el (term-ansi-reset):
6466 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6467
6468 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6469 files for RCS and SCCS. (Bug#9781)
6470
6471 2012-09-27 Chong Yidong <cyd@gnu.org>
6472
6473 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6474 change; value should be t.
6475
6476 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * image-mode.el: Use lexical-binding.
6479 (image-mode-winprops): Use t to stand for the window of
6480 a buffer that's not displayed.
6481 * doc-view.el (doc-view-new-window-function): Handle the new
6482 t in winprops.
6483 (doc-view-enlarge): Make it a real nop if the size is not changed.
6484 (doc-view-display): Handle the case where the buffer is not (yet?)
6485 displayed in any window.
6486 (doc-view-saved-settings): New var.
6487 (doc-view-mode): Use it.
6488 (doc-view-fallback-mode): Set it.
6489
6490 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6491 Set lexical-binding.
6492 (minibuffer-eldef-shorten-default): New var.
6493 (minibuffer-default-in-prompt-regexps): Use it for new default.
6494 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6495
6496 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6497
6498 * international/uni-bidi.el:
6499 * international/uni-category.el:
6500 * international/uni-name.el:
6501 * international/uni-numeric.el: Regenerate.
6502
6503 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6504 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * profiler.el: New file.
6507
6508 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6511 (testcover-reinstrument): Simplify with CSE.
6512
6513 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6514
6515 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6516
6517 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6518
6519 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6520 (verilog-auto-input, verilog-auto-insert-lisp)
6521 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6522 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6523 (verilog-auto-unused, verilog-auto-wire)
6524 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6525 newline. Reported by Andrew Jones.
6526 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6527 Reported by Brad Dobbie.
6528 (verilog-batch-delete-trailing-whitespace):
6529 Create verilog-batch-delete-trailing-whitespace.
6530 Reported by Brad Dobbie.
6531 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6532 parameters from another module. Reported by Dan Katz.
6533 (verilog-auto, verilog-auto-assign-modport)
6534 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6535 AUTOINOUTMODPORT for UVM interface module shell generation.
6536 Reported by Brad Dobbie.
6537 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6538 standard behavior.
6539 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6540 Reported by Matt Martin.
6541
6542 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6543
6544 * window.el (window--resize-child-windows): When resizing child
6545 windows proportionally, process them in reverse order to
6546 preserve the "when splitting a window the new one gets the odd
6547 line" behavior.
6548 (window--resize-root-window-vertically): When resizing the
6549 minibuffer window try to affect only windows at the bottom of the
6550 frame. (Bug#12419)
6551
6552 2012-09-25 Chong Yidong <cyd@gnu.org>
6553
6554 * subr.el (declare): Doc fix.
6555
6556 * help-fns.el (help-fns--obsolete): Handle macros properly.
6557
6558 2012-09-25 Chong Yidong <cyd@gnu.org>
6559
6560 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6561 this function obsolete.
6562
6563 * calendar/cal-x.el (calendar-two-frame-setup)
6564 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6565 * calendar/calendar.el (american-calendar, european-calendar)
6566 (calendar-for-loop):
6567 * comint.el (comint-dynamic-simple-complete)
6568 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6569 * desktop.el (desktop-load-default):
6570 * dired-x.el (dired-omit-here-always)
6571 (dired-hack-local-variables, dired-default-directory):
6572 * emacs-lisp/derived.el (derived-mode-class):
6573 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6574 * emacs-lock.el (toggle-emacs-lock):
6575 * epa.el (epa-display-verify-result):
6576 * epg.el (epg-sign-keys, epg-start-sign-keys)
6577 (epg-passphrase-callback-function):
6578 * eshell/esh-util.el (eshell-for):
6579 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6580 (eshell-add-to-window-buffer-names):
6581 * files.el (locate-file-completion):
6582 * imenu.el (imenu-example--create-c-index)
6583 (imenu-example--create-lisp-index)
6584 (imenu-example--lisp-extract-index-name)
6585 (imenu-example--name-and-position):
6586 * international/mule-cmds.el (princ-list):
6587 * international/mule-diag.el (decode-codepage-char):
6588 * international/mule-util.el (detect-coding-with-priority):
6589 * iswitchb.el (iswitchb-read-buffer):
6590 * mail/mailalias.el (mail-complete):
6591 * mail/sendmail.el (mail-sent-via):
6592 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6593 (mouse-major-mode-menu):
6594 * password-cache.el (password-read-and-add):
6595 * pcomplete.el (pcomplete-parse-comint-arguments):
6596 * progmodes/sh-script.el (sh-maybe-here-document):
6597 * replace.el (query-replace-regexp-eval):
6598 * savehist.el (savehist-load):
6599 * simple.el (choose-completion-delete-max-match):
6600 * term.el (term-dynamic-simple-complete):
6601 * vc/ediff-init.el (ediff-check-version):
6602 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6603 * vc/vc.el (vc-diff-switches-list):
6604 * view.el (view-return-to-alist-update): Likewise.
6605
6606 * subr.el (eval-next-after-load, makehash, insert-string)
6607 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6608 mark obsolete.
6609 (mode-line-inverse-video): Variable deleted.
6610
6611 * international/mule-util.el (string-to-sequence): Remove.
6612
6613 * calendar/calendar.el (calendar-version):
6614 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6615 (icalendar-convert-diary-to-ical):
6616 * cus-edit.el (custom-mode):
6617 * ansi-color.el (ansi-color-unfontify-region):
6618 * international/latin1-disp.el (latin1-char-displayable-p):
6619 * progmodes/cwarn.el (turn-on-cwarn-mode):
6620 * progmodes/which-func.el (which-func-update-1):
6621 Use define-obsolete-function-alias.
6622
6623 * net/newst-backend.el (newsticker-cache-filename):
6624 * net/newst-treeview.el (newsticker-groups-filename):
6625 Fix incorrect obsolescence declaration.
6626
6627 * allout.el (allout-passphrase-hint-string): Likewise.
6628 (allout-init): Use a declare form to mark obsolete.
6629
6630 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6631 this applies to functions.
6632
6633 * iswitchb.el (iswitchb-read-buffer): Move code of
6634 iswitchb-define-mode-map here, and delete that obsolete function.
6635
6636 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6637 font-lock-reference-face.
6638
6639 2012-09-25 Glenn Morris <rgm@gnu.org>
6640
6641 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6642 Doc fixes.
6643
6644 * eshell/em-term.el (eshell-term-name):
6645 Default to term-term-name. (Bug#12485)
6646
6647 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6648
6649 * progmodes/python.el (python-shell-send-buffer): Better handling
6650 of "if __name__ == '__main__':" conditionals when sending the buffer.
6651
6652 2012-09-24 Glenn Morris <rgm@gnu.org>
6653
6654 * eshell/esh-cmd.el (eshell-find-alias-function):
6655 Tighten up file-name regexp. (Bug#12499)
6656
6657 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6658
6659 Enhancements for triple-quote string syntax.
6660 * progmodes/python.el (python-quote-syntax): Remove.
6661 (python-syntax-propertize-function): New value.
6662 (python-syntax-count-quotes, python-syntax-stringify):
6663 New functions.
6664
6665 2012-09-24 Chong Yidong <cyd@gnu.org>
6666
6667 * mail/supercite.el (sc-version): Remove obsolete function.
6668 (sc-describe): Don't mark as obsolete, since it is bound.
6669 (sc-submit-bug-report): Remove.
6670
6671 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6672 (cvs-commit-buffer-require-final-newline): Remove.
6673 (log-edit-require-final-newline)
6674 (log-edit-changelog-full-paragraphs): Default to t.
6675
6676 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6677 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6678 * vc/vc.el (vc-checkout-carefully): Likewise.
6679
6680 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6681 (emerge-version): Remove.
6682
6683 * progmodes/compile.el (compile-internal): Remove.
6684 (compilation-parse-errors-function): Fix typo.
6685
6686 * international/mule.el (set-char-table-default): Remove.
6687 (set-coding-priority, make-coding-system, generic-char-p)
6688 (charset-list, charset-bytes, charset-id): Use declare to mark
6689 functions as obsolete.
6690
6691 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6692 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6693 * vc/vc-hooks.el (vc-default-registered): Don't use
6694 vc-master-templates.
6695
6696 * font-lock.el (font-lock-reference-face):
6697 Use define-obsolete-variable-alias.
6698
6699 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6700 * calendar/calendar.el (calendar-font-lock-keywords):
6701 * calendar/diary-lib.el (diary-font-lock-keywords)
6702 (diary-fancy-font-lock-keywords):
6703 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6704 * textmodes/reftex-index.el (reftex-insert-index):
6705 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6706 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6707 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6708 * progmodes/prolog.el (prolog-font-lock-keywords):
6709 * progmodes/idlwave.el (idlwave-idl-keywords):
6710 * progmodes/ada-mode.el (ada-font-lock-keywords):
6711 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6712
6713 2012-09-24 Glenn Morris <rgm@gnu.org>
6714
6715 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6716
6717 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6718
6719 * progmodes/python.el (python-indent-line): More consistent cursor
6720 movement behavior.
6721
6722 2012-09-23 Stefan Merten <smerten@oekonux.de>
6723
6724 * textmodes/rst.el: Fix compiler warning.
6725
6726 2012-09-23 Roland Winkler <winkler@gnu.org>
6727
6728 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6729 Transcribe also LaTeX hyphenation.
6730 (bibtex-reformat): Bug fix. Do not quote twice the elements of
6731 bibtex-reformat-previous-options.
6732
6733 2012-09-23 Roland Winkler <winkler@gnu.org>
6734
6735 * proced.el (proced-renice-command): New variable.
6736 (proced-marked-processes): New function.
6737 (proced-with-processes-buffer): New macro.
6738 (proced-send-signal): Use them.
6739 (proced-renice): New command bound to r.
6740
6741 2012-09-23 Roland Winkler <winkler@gnu.org>
6742
6743 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6744 ibuffer-saved-filter-groups has one element, shortcut the call of
6745 completing-read. (Bug#12331)
6746
6747 2012-09-23 Chong Yidong <cyd@gnu.org>
6748
6749 * bindings.el (mode-line-toggle-read-only):
6750 * bs.el (bs-toggle-readonly):
6751 * buff-menu.el (Buffer-menu-toggle-read-only):
6752 * dired.el (dired-toggle-read-only):
6753 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6754
6755 2012-09-23 Chong Yidong <cyd@gnu.org>
6756
6757 * image.el (image-type-available-p): Adapt to init-image-library
6758 argument changes.
6759
6760 2012-09-22 Juri Linkov <juri@jurta.org>
6761
6762 * dired.el (dired-mode-map): Add [remap read-only-mode] for
6763 `dired-toggle-read-only'. (Bug#12462)
6764
6765 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6766
6767 * subr.el (temp-output-buffer-show): New function.
6768 (with-output-to-temp-buffer): Call temp-output-buffer-show
6769 instead of internal-temp-output-buffer-show.
6770
6771 2012-09-22 Chong Yidong <cyd@gnu.org>
6772
6773 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6774 (Bug#12462).
6775
6776 * repeat.el (repeat): Doc fix (Bug#12348).
6777
6778 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6779 (Bug#10909).
6780
6781 * simple.el (shell-command-on-region): Doc fix.
6782 (read-only-mode): Doc fix.
6783
6784 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6785
6786 * emacs-lisp/timer.el (run-with-idle-timer)
6787 (timer-activate-when-idle): Warn against reinvoking an idle timer
6788 from within its own timer action. (Bug#12447)
6789
6790 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6791
6792 * cus-start.el (window-combination-limit): Add new optional
6793 values.
6794 * window.el (temp-buffer-window-show)
6795 (window--try-to-split-window): Handle new values of
6796 window-combination-limit (Bug#1806).
6797 (split-window): Test window-combination-limit for t instead of
6798 non-nil.
6799 (display-buffer-at-bottom): New buffer display action function.
6800 * help.el (temp-buffer-resize-regexps): New option.
6801 (temp-buffer-resize-mode): Rewrite doc-string.
6802 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6803 Don't resize reused window. Suggested by Glenn Morris.
6804
6805 2012-09-22 Stefan Merten <smerten@oekonux.de>
6806
6807 * textmodes/rst.el: Revamp section title faces.
6808 (rst-official-version)
6809 (rst-package-emacs-version-alist): Sync with official version
6810 V1.4.0.
6811 (rst-faces-defaults, rst-set-level-default)
6812 (rst-level-face-max, rst-level-face-base-color)
6813 (rst-level-face-base-light, rst-level-face-format-light)
6814 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6815 (rst-adornment-faces-alist): Match new setup.
6816 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6817 (rst-level-5, rst-level-6): New faces.
6818
6819 2012-09-22 Chong Yidong <cyd@gnu.org>
6820
6821 * simple.el (undo): Handle indirect buffers (Bug#8207).
6822
6823 2012-09-21 Leo Liu <sdl.web@gmail.com>
6824
6825 IDO: Disable match re-ordering for buffer switching.
6826 * ido.el (ido-buffer-disable-smart-matches): New variable.
6827 (ido-set-matches-1): Use it. (Bug#2042)
6828
6829 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
6830
6831 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6832 Fix 2011-05-17 change. (Bug#12418)
6833
6834 2012-09-21 Leo Liu <sdl.web@gmail.com>
6835
6836 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6837
6838 2012-09-21 Glenn Morris <rgm@gnu.org>
6839
6840 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6841 Be more robust about locating simple.el.
6842
6843 2012-09-21 Glenn Morris <rgm@gnu.org>
6844
6845 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6846
6847 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
6848
6849 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
6850
6851 2012-09-20 Juri Linkov <juri@jurta.org>
6852
6853 * replace.el (query-replace-read-from): Use `read-regexp' instead
6854 of `read-from-minibuffer' when `regexp-flag' is non-nil.
6855 (occur-read-primary-args): Use `read-regexp' instead of
6856 `read-string'.
6857 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6858 `read-from-minibuffer'.
6859 * isearch.el (isearch-occur): Use `read-regexp' instead of
6860 `read-string'.
6861 * dired.el (dired-read-regexp): Use `read-regexp' instead of
6862 `read-from-minibuffer'.
6863 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6864 of `read-string'. (Bug#7567)
6865
6866 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6867 and allow accepting a list of strings prepended to a list of
6868 standard default values. Doc fix. (Bug#12321)
6869
6870 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
6871
6872 * replace.el (read-regexp): Don't add ": " when PROMPT already
6873 ends with a colon and space. (Bug#12321)
6874
6875 2012-09-20 Tassilo Horn <tsdh@gnu.org>
6876
6877 * doc-view.el (doc-view-display): Better fix for the cl-assertion
6878 error.
6879
6880 2012-09-20 Stefan Merten <smerten@oekonux.de>
6881
6882 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6883 Fixes feature request bug#11711.
6884 (rst-mode): Create `imenu-create-index-function'.
6885 (rst-get-stripped-line): Delete after refactoring.
6886 (rst-section-tree, rst-section-tree-rec)
6887 (rst-section-tree-point): Refactor and document properly.
6888 (rst-imenu-find-adornments-for-position)
6889 (rst-imenu-convert-cell, rst-imenu-create-index):
6890 New function.
6891
6892 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6895 (macroexp--expand-all): Use it.
6896 (macroexp--funcall-and-return): Remove by folding it into its sole
6897 caller (macroexp--warn-and-return).
6898 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6899 Use macroexp--obsolete-warning.
6900
6901 * calc/calc.el: Fix last change by removing the whole chunk, since it
6902 was only needed back when Calc was not bundled.
6903
6904 2012-09-20 Martin Rudalics <rudalics@gmx.at>
6905
6906 * emacs-lisp/debug.el (debug): Restore assignment to
6907 debugger-old-buffer removed on 2012-09-08.
6908
6909 2012-09-20 Juri Linkov <juri@jurta.org>
6910
6911 * dired-aux.el (dired-diff): Remove (require 'diff) since
6912 `diff-latest-backup-file' is now autoloaded.
6913
6914 2012-09-20 Chong Yidong <cyd@gnu.org>
6915
6916 * vc/diff.el (diff-latest-backup-file): Autoload.
6917
6918 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * calc/calc.el: Remove redundant autoload shape check.
6921 (sel-mode): Don't defvar.
6922 (calc-get-stack-element): Add `sel-mode' arg instead.
6923 (calc-top, calc-top-list): Pass it this additional argument.
6924 * calc/calc-store.el (calc-store-map):
6925 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6926 (calc-map-equation, calc-outer-product, calc-inner-product):
6927 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6928
6929 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6930
6931 2012-09-19 Juri Linkov <juri@jurta.org>
6932
6933 * dired-aux.el (dired-diff): Add (require 'diff) because
6934 `diff-latest-backup-file' is not autoloaded.
6935 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6936 of `dired-get-filename' to t to not report error when there is
6937 no default file on the current line.
6938
6939 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6942 macroexp--eval-if-compile.
6943 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6944 (macroexp--expand-all): Use them (bug#12371).
6945
6946 * doc-view.el (doc-view-guess-paper-size)
6947 (doc-view-scale-bounding-box): Fix unbound `caddr'.
6948
6949 2012-09-19 Tassilo Horn <tsdh@gnu.org>
6950
6951 New feature: set optimal slice from BoundingBox information.
6952 * doc-view.el (doc-view-mode-map): Add keybinding.
6953 (doc-view-menu): Add menu entry.
6954 (doc-view-set-slice): Adapt docstring.
6955 (doc-view-get-bounding-box, doc-view-guess-paper-size)
6956 (doc-view-scale-bounding-box)
6957 (doc-view-set-slice-from-bounding-box): New functions.
6958 (doc-view-paper-sizes): New defvar.
6959
6960 2012-09-19 Glenn Morris <rgm@gnu.org>
6961
6962 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6963 (byte-compile-log-warning): Autoload. (Bug#12371)
6964
6965 * calendar/calendar.el (calendar-american-month-header)
6966 (calendar-european-month-header, calendar-iso-month-header)
6967 (calendar-month-header): New options.
6968 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
6969 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
6970
6971 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
6972
6973 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6974
6975 2012-09-18 Juri Linkov <juri@jurta.org>
6976
6977 * dired-aux.el (dired-diff): Restore original functionality of
6978 getting the default value, but keep new feature of using the
6979 latest existing backup file (`diff-latest-backup-file').
6980
6981 2012-09-18 Juri Linkov <juri@jurta.org>
6982
6983 * dired.el (dired-mark): If the region is active in Transient Mark
6984 mode, mark all files in the active region. Doc fix.
6985 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6986 Doc fix. (Bug#10624)
6987
6988 2012-09-18 Juri Linkov <juri@jurta.org>
6989
6990 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6991 attributes for M-n are pulled from the file at point.
6992 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6993 Suggested by Drew Adams. (Bug#10624)
6994
6995 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
6996
6997 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6998 whitespace after "end".
6999 (ruby-do-end-to-brace): Collapse block to one line if it fits
7000 within fill-column.
7001
7002 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7003
7004 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7005 value.
7006 (debug): Don't remove debugger window when debugger is expected
7007 to be back.
7008
7009 2012-09-18 Chong Yidong <cyd@gnu.org>
7010
7011 * custom.el (defface): Doc fix.
7012
7013 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7014
7015 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7016
7017 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7018 to initialize query-on-exit; then test that instead (bug#12288).
7019
7020 2012-09-17 Stefan Merten <smerten@oekonux.de>
7021
7022 * textmodes/rst.el: Add support for `testcover'.
7023 (rst-defcustom-testcover, rst-testcover-add-compose)
7024 (rst-testcover-add-1value): New functions.
7025 (rst-portable-mark-active-p): Replace by `use-region-p'.
7026 (rst-update-section, rst-classify-adornment)
7027 (rst-find-title-line): Mark `1value' forms.
7028 (rst-classify-adornment): Remove superfluous form.
7029 (rst-update-section, rst-get-adornments-around)
7030 (rst-adornment-complete-p, rst-get-next-adornment)
7031 (rst-adjust, rst-promote-region)
7032 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7033 (rst-find-pfx-in-region, rst-section-tree-rec)
7034 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7035 (rst-toc-node, rst-toc, rst-forward-section)
7036 (rst-iterate-leftmost-paragraphs)
7037 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7038 (rst-bullet-list-region)
7039 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7040 (rst-compile-find-conf, rst-compile)
7041 (rst-repeat-last-character): Fix style.
7042
7043 2012-09-17 Chong Yidong <cyd@gnu.org>
7044
7045 * comint.el (comint--complete-file-name-data): Don't add a space
7046 if the status is `sole'; that adds a gratuitous space in the
7047 completion-cycling case (Bug#12092).
7048
7049 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7050
7051 2012-09-17 Richard Stallman <rms@gnu.org>
7052
7053 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7054 only in the mime-shown mode, not in raw mode.
7055 (rmail-mime): Toggle off mime by displaying the message without
7056 mime processing. (Bug#12305)
7057
7058 * mail/rmail.el (rmail-retry-failure):
7059 Turn off mime processing first. (Bug#12037)
7060
7061 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7062
7063 2012-09-17 Chong Yidong <cyd@gnu.org>
7064
7065 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7066 (shell-dynamic-complete-functions): Convert to defcustom.
7067 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7068
7069 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7070 * comint.el (comint-prompt-read-only):
7071 * custom.el (defcustom):
7072 * hi-lock.el (hi-lock-mode):
7073 * ibuffer.el (ibuffer-formats):
7074 * ielm.el (ielm-prompt-read-only):
7075 * novice.el (disable-command):
7076 * saveplace.el (toggle-save-place):
7077 * speedbar.el (speedbar-supported-extension-expressions):
7078 * startup.el (auto-save-list-file-prefix, init-file-user)
7079 (after-init-hook, inhibit-startup-echo-area-message):
7080 * strokes.el (strokes-help):
7081 * time-stamp.el (time-stamp):
7082 * calendar/calendar.el (calendar, diary-file):
7083 * calendar/diary-lib.el (diary-mail-entries, diary)
7084 (diary-list-entries-hook):
7085 * calendar/holidays.el (holidays, calendar-holidays):
7086 * calendar/lunar.el (lunar-phases):
7087 * calendar/solar.el (sunrise-sunset):
7088 * emulation/edt.el (edt-load-keys):
7089 * emulation/viper.el (viper-mode):
7090 * eshell/em-alias.el (eshell-command-aliases-list):
7091 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7092 * international/ogonek.el (ogonek-information):
7093 * net/tramp-cmds.el (tramp-bug):
7094 * net/quickurl.el (quickurl-reread-hook-postfix):
7095 * play/decipher.el (decipher-font-lock-keywords):
7096 * progmodes/cc-styles.el (c-set-style):
7097 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7098 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7099 * progmodes/octave-mod.el (octave-mode):
7100 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7101 * progmodes/verilog-mode.el (verilog-read-defines):
7102 * textmodes/two-column.el (2C-mode): Likewise.
7103
7104 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7105
7106 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7107 that holds many addresses.
7108
7109 2012-09-16 Chong Yidong <cyd@gnu.org>
7110
7111 * align.el (align-areas): Call the indication function with
7112 positions instead of markers for arguments (Bug#12343).
7113
7114 * files.el (parse-colon-path): Use split-string (Bug#12351).
7115
7116 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7117 (display-buffer-function): Mark as obsolete.
7118
7119 * progmodes/compile.el (compilation-parse-errors): Accept list
7120 values similar to font-lock-keywords (Bug#12136).
7121 Suggested by Oleksandr Manzyuk.
7122 (compilation-error-regexp-alist): Doc fix.
7123
7124 2012-09-15 Glenn Morris <rgm@gnu.org>
7125
7126 * version.el (emacs-bzr-version-bzr): New function.
7127 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7128
7129 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7130 checkouts, check the parent dirstate matches the branch.
7131 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7132 empty string.
7133
7134 * version.el (emacs-bzr-version): Doc fix.
7135 (emacs-bzr-version-dirstate): New function.
7136 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7137 is local try and check that it matches the branch. If not, just
7138 use dirstate information. (Bug#12441)
7139
7140 2012-09-14 Juri Linkov <juri@jurta.org>
7141
7142 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7143 (Bug#12399)
7144
7145 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7148
7149 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7150 Remove obsolete byte-compiler hack that tried to silence some warnings.
7151 (edebug-submit-bug-report): Remove.
7152 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7153 Remove aliases, use the un-prefixed name instead.
7154 (edebug-pop-to-buffer): Consider other frames.
7155 (edebug-original-read):: Make it more obvious that it's always defined.
7156 (edebug--make-form-data-entry, edebug--form-data-name)
7157 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7158 single-dashed name, and implement with cl-defstruct.
7159 (edebug-set-form-data-entry): Use the standard accessors.
7160 (edebug-make-top-form-data-entry): Use push.
7161 (edebug-no-match): Drop useless `funcall'.
7162 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7163 to functions.
7164 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7165 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7166 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7167 (easy-menu-define, with-custom-print): Remove redundant specs.
7168 (edebug-outside-overriding-local-map)
7169 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7170 (edebug--display): Bind unread-command-events directly to nil rather
7171 than binding it to unread-command-events and later setting it to nil.
7172 (edebug--display): Kill edebug-eval-buffer here...
7173 (edebug--recursive-edit): ...rather than here.
7174 Bind standard-output and standard-input.
7175 (edebug-eval): Check cl-macroexpand-all is fboundp.
7176 (edebug-temp-display-freq-count): Fix last change.
7177
7178 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7179 * subr.el (noreturn, 1value): Add `debug' spec.
7180 * emacs-lisp/advice.el: Require cl-lib.
7181 (ad-copy-tree): Remove, use copy-tree instead.
7182 (ad-dolist): Remove use dolist or cl-dolist instead.
7183 (ad-do-return): Remove, use cl-return instead.
7184 (defadvice): Add `debug' spec.
7185
7186 2012-09-13 Juri Linkov <juri@jurta.org>
7187
7188 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7189 (Bug#12399)
7190
7191 2012-09-13 Glenn Morris <rgm@gnu.org>
7192
7193 * calc/calc.el (math-compose-expr):
7194 * calc/calc-ext.el (math-compose-expr):
7195 * progmodes/cc-defs.el (cl-macroexpand-all):
7196 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7197 (cl-macroexpand-all): Update declarations.
7198
7199 * vc/vc.el: No need to require ediff.
7200 (ediff-load-version-control): Declare.
7201 (ediff-vc-internal): Fix declaration.
7202 (vc-version-ediff): Require ediff.
7203
7204 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7205
7206 Use a more backwards-compatible timer format (Bug#12430).
7207 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7208 being right after USECS, as that better supports old code that
7209 inadvisedly looked directly at the timer vector.
7210
7211 2012-09-13 Kenichi Handa <handa@gnu.org>
7212
7213 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7214 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7215 `coding-priority' property of these language environment.
7216
7217 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7218
7219 Fix glitches caused by addition of psec to timers (Bug#12430).
7220 * image.el (image-animate-timer):
7221 * time.el (display-time-world-timer):
7222 Use timer--function and timer--args rather than raw access to
7223 timer vector.
7224
7225 2012-09-13 Glenn Morris <rgm@gnu.org>
7226
7227 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7228 If not compiling a file, try using load-file-name.
7229
7230 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7233 Fix last change.
7234 (edebug-update-eval-list): Use `push'.
7235
7236 * emacs-lisp/edebug.el: Use lexical-binding.
7237 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7238 Mark unused args with underscore.
7239 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7240 (edebug-form-data): Use defvar-local.
7241 (edebug-make-before-and-after-form, edebug-make-after-form):
7242 Use backquote.
7243 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7244 Not dynamically scoped any more.
7245 (edebug--enter-trace): Add arguments `function' and `args'.
7246 Rename from edebug-enter-trace.
7247 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7248 (edebug--update-coverage): Add `after-index' and `value' args.
7249 Rename from edebug-update-coverage.
7250 (edebug-slow-after): Call it accordingly.
7251 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7252 edebug-recursive-edit.
7253 (edebug--display): Call it accordingly. Add args `value',
7254 `offset-index', and `arg-mode'. Rename from edebug-display.
7255 (edebug-debugger, edebug): Call it accordingly.
7256 (edebug-eval-display-list): Use dolist.
7257
7258 2012-09-12 Juri Linkov <juri@jurta.org>
7259
7260 * info.el (Info-search): Don't check for isearch-mode and
7261 isearch-regexp before let-binding search-spaces-regexp to
7262 Info-search-whitespace-regexp.
7263 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7264 search-whitespace-regexp if isearch-lax-whitespace or
7265 isearch-regexp-lax-whitespace is non-nil.
7266 (Info-mode): Don't set local variable search-whitespace-regexp.
7267 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7268
7269 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7272 (debugger-env-macro): Remove support for unread-command-char.
7273
7274 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7275 the temporary map re-appearing on emulation-mode-map-alists.
7276
7277 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7278 since 22.1.
7279
7280 * ehelp.el (with-electric-help): Accept functions in
7281 electric-help-form-to-execute.
7282 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7283 And replace unread-command-char -> unread-command-events.
7284
7285 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7286
7287 Sync with Tramp 2.2.6.
7288
7289 * net/tramp.el (tramp-accept-process-output): Don't use
7290 JUST-THIS-ONE in the XEmacs case.
7291
7292 * net/trampver.el: Update release number.
7293
7294 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7295
7296 * emacs-lisp/debug.el (debugger-previous-window-height):
7297 New variable.
7298 (debug): When debugger-jumping-flag is non-nil try to restore
7299 height of debugger window. (Bug#8789)
7300
7301 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7304 overriding-local-map and pre/post-command-hook here.
7305 (edebug-recursive-edit): Do it here instead (bug#12345).
7306 (edebug-outside-unread-command-char): Remove all uses of
7307 unread-command-char.
7308
7309 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7310 inhibit-debugger is bound instead.
7311
7312 2012-09-11 Bastien Guerry <bzg@gnu.org>
7313
7314 * subr.el (set-temporary-overlay-map): Add a docstring.
7315 (Bug#12346)
7316
7317 2012-09-11 Bastien Guerry <bzg@gnu.org>
7318
7319 * minibuffer.el (completion-table-subvert): Fix docstring.
7320 (Bug#12347)
7321
7322 2012-09-11 Bastien Guerry <bzg@gnu.org>
7323
7324 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7325
7326 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7327
7328 * progmodes/sql.el: Version 3.1
7329 (sql-db2-escape-newlines): New variable.
7330 (sql-escape-newlines-filter): Use it.
7331
7332 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7333
7334 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7335
7336 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7337
7338 * vc/diff-mode.el (diff-mode-menu):
7339 Bind diff-remove-trailing-whitespace.
7340
7341 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7344 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7345 (emacs-lisp-byte-code-mode): New functions.
7346 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7347 (eval-defun-2): Remove bogus interactive spec.
7348 (lisp-indent-line): Remove redundant whole-exp code, now done in
7349 indent-according-to-mode.
7350 (save-match-data): Remove redundant indent data.
7351
7352 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7353 Use `declare'.
7354
7355 2012-09-09 Juri Linkov <juri@jurta.org>
7356
7357 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7358 (replace-lax-whitespace, query-replace-regexp)
7359 (query-replace-regexp-eval, replace-regexp): Doc fix.
7360 (perform-replace, replace-highlight): Let-bind
7361 isearch-lax-whitespace to replace-lax-whitespace and
7362 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7363
7364 * isearch.el (isearch-query-replace): Let-bind
7365 replace-lax-whitespace to isearch-lax-whitespace and
7366 replace-regexp-lax-whitespace to
7367 isearch-regexp-lax-whitespace. (Bug#10885)
7368
7369 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7372
7373 2012-09-09 Alan Mackenzie <acm@muc.de>
7374
7375 * progmodes/cc-engine.el (c-state-cache-init):
7376 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7377 (c-record-parse-state-state):
7378 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7379
7380 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7381
7382 * register.el (register-separator): Rename from
7383 separator-register. All uses changed. Doc fix.
7384 (register): Fix version.
7385
7386 2012-09-09 Chong Yidong <cyd@gnu.org>
7387
7388 * replace.el (query-replace-map): Bind four new symbols for
7389 requesting window scrolling.
7390
7391 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7392 query-replace-map (Bug#8948).
7393
7394 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7395
7396 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7397 since they are now in query-replace-map.
7398
7399 * window.el (scroll-other-window-down): Make the arg optional.
7400
7401 2012-09-09 Chong Yidong <cyd@gnu.org>
7402
7403 * files.el (hack-local-variables-confirm): Use quit-window to kill
7404 the *Local Variables* buffer.
7405
7406 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7407
7408 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7409 not just expect to be at its beginning. Adjust callees.
7410 Succeed when do-end block has no space before the pipe character.
7411 (ruby-brace-to-do-end): When the original block is one-liner,
7412 convert to multiline. Reindent the result.
7413
7414 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7415
7416 * register.el (register): New group.
7417 (separator-register): New user option.
7418 (increment-register): Route it to `append-to-register', if
7419 register contains text. Implication is that `C-x r +' can now be
7420 used for appending to a text register (bug#12217).
7421 (append-to-register, prepend-to-register): Add separator based on
7422 `separator-register'.
7423
7424 2012-09-08 Alan Mackenzie <acm@muc.de>
7425
7426 AWK Mode: make auto-newline work when there's "==" in the pattern.
7427 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7428 correctly.
7429 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7430 Test more rigorously for "=" token.
7431
7432 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7433
7434 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7435 Only fail when reached LIMIT.
7436
7437 2012-09-08 Chong Yidong <cyd@gnu.org>
7438
7439 * dired.el (dired-mode-map): Don't bind M-=.
7440
7441 * dired-aux.el (dired-diff): Use backup file as default.
7442
7443 2012-09-08 Drew Adams <drew.adams@oracle.com>
7444
7445 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7446
7447 2012-09-08 Chong Yidong <cyd@gnu.org>
7448
7449 * subr.el (syntax-after, syntax-class): Doc fix.
7450
7451 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7452
7453 * window.el (display-buffer-in-previous-window): New buffer
7454 display action function.
7455
7456 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7457 (debugger-previous-window): New variable.
7458 (debug): Rewrite using display-buffer-in-previous-window,
7459 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7460
7461 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7464
7465 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7466
7467 * progmodes/python.el (python-shell-send-string):
7468 When default-directory is remote, create temp file on remote
7469 filesystem.
7470 (python-shell-send-file): When file is remote, pass local view of
7471 file paths to remote Python interpreter. (Bug#12340)
7472
7473 2012-09-07 Chong Yidong <cyd@gnu.org>
7474
7475 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7476
7477 * files.el (after-find-file): Don't fail on a read-only buffer if
7478 require-final-newline is `visit' or `visit-save' (Bug#11156).
7479
7480 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7481
7482 * userlock.el (ask-user-about-supersession-threat):
7483 Use read-char-choice (Bug#12093).
7484
7485 2012-09-07 Chong Yidong <cyd@gnu.org>
7486
7487 * subr.el (buffer-narrowed-p): New function.
7488
7489 * ses.el (ses-widen):
7490 * simple.el (count-words--buffer-message):
7491 * net/browse-url.el (browse-url-of-buffer): Use it.
7492
7493 * simple.el (count-words-region): Don't signal an error if there
7494 is a non-nil prefix arg and the mark is not set.
7495
7496 * help.el (describe-key-briefly): Allow the message to be seen
7497 when invoked from the minibuffer (Bug#7014).
7498
7499 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7500
7501 * progmodes/ruby-mode.el (ruby-end-of-defun)
7502 (ruby-beginning-of-defun): Simplify, allow indentation before
7503 block beginning and end keywords.
7504 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7505 (ruby-end-of-defun): Expect that the point is at the beginning of
7506 the defun.
7507
7508 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7511 (bug#12367).
7512 (cl--make-usage-args): Strip _ from argument names.
7513
7514 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7515
7516 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7517 obsolete alias speedbar-key-map.
7518 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7519 (vhdl-index-menu-init): Don't use obsolete variable
7520 font-lock-maximum-size.
7521
7522 2012-09-06 Chong Yidong <cyd@gnu.org>
7523
7524 * frame.el (window-system-version): Mark as obsolete.
7525
7526 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7527 of obsolete variable speedbar-key-map.
7528
7529 2012-09-06 Juri Linkov <juri@jurta.org>
7530
7531 * replace.el (replace-lax-whitespace): New defcustom.
7532 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7533 (replace-string, replace-regexp): Mention it in docstrings.
7534 (perform-replace, replace-highlight): Let-bind
7535 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7536 to the values of replace-lax-whitespace and regexp-flag.
7537 Don't let-bind search-whitespace-regexp. (Bug#10885)
7538
7539 * isearch.el (isearch-query-replace): Let-bind
7540 replace-lax-whitespace instead of let-binding
7541 replace-search-function and replace-re-search-function.
7542 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7543 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7544 (isearch-toggle-symbol): Set isearch-regexp to nil
7545 in isearch-word mode (like in isearch-toggle-word).
7546
7547 2012-09-06 Juri Linkov <juri@jurta.org>
7548
7549 * replace.el (replace-search-function)
7550 (replace-re-search-function): Set default values to nil.
7551 (perform-replace): Let-bind isearch-related variables based on
7552 replace-related values, call `isearch-search-fun' and let-bind
7553 the result to `search-function'. Remove code that sets
7554 `search-function' and `search-string' separately for
7555 `delimited-flag'.
7556 (replace-highlight): Add new argument `delimited-flag' and
7557 rename other arguments to the names used in `perform-replace'.
7558 Let-bind `isearch-word' to the argument `delimited-flag'.
7559 (Bug#10885, bug#10887)
7560
7561 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7562
7563 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7564 ruby-beginning-of-indent, simplify, allow all keywords to have
7565 indentation before them.
7566 (ruby-beginning-of-indent): Adjust for above. Search until the
7567 found point is not inside a string or comment.
7568 (ruby-font-lock-keywords): Allow symbols to start with "@"
7569 character, give them higher priority than variables.
7570 (ruby-syntax-propertize-function)
7571 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7572 matchers. Expression expansions are not comments when inside a
7573 string, and there comment syntax status is irrelevant.
7574 (ruby-match-expression-expansion): New function. Check that
7575 expression expansion is inside a string, and it's not escaped.
7576 (ruby-font-lock-keywords): Use it.
7577
7578 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7579
7580 * help.el (temp-buffer-max-height): New default value.
7581 (temp-buffer-resize-frames): New option.
7582 (resize-temp-buffer-window): Optionally resize frame.
7583
7584 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7585 (fit-frame-to-buffer): New function.
7586
7587 2012-09-05 Glenn Morris <rgm@gnu.org>
7588
7589 * emulation/cua-rect.el (cua--init-rectangles):
7590 * textmodes/picture.el (picture-mode-map):
7591 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7592 like forward-char and backward-char. (Bug#12317)
7593
7594 2012-09-05 Leo Liu <sdl.web@gmail.com>
7595
7596 * progmodes/flymake.el (flymake-warning-re): New variable.
7597 (flymake-parse-line): Use it.
7598
7599 2012-09-05 Glenn Morris <rgm@gnu.org>
7600
7601 * calendar/holidays.el (holiday-christian-holidays):
7602 Rename an entry. (Bug#12289)
7603
7604 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7607 (bug#12222).
7608
7609 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * loadup.el: Load macroexp. Remove hack.
7612 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7613 (macroexp--expand-all): Use it to get better warnings.
7614 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7615 (internal-macroexpand-for-load): New functions.
7616 (macroexp--pending-eager-loads): New var.
7617 (emacs-startup-hook): New hack to replace one in loadup.el.
7618 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7619 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7620 (cl-psetf): Simplify.
7621 (cl-defstruct): Add indent rule.
7622
7623 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7624
7625 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7626 over `user-mail-address' for the SMTP MAIL FROM envelope.
7627 (smtpmail-via-smtp): Ditto.
7628
7629 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7630
7631 * progmodes/ruby-mode.el: Clean up keybindings.
7632 (ruby-mode-map): Don't bind ruby-electric-brace,
7633 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7634 backward-kill-word, reindent-then-newline-and-indent.
7635 (ruby-mark-defun): Remove.
7636 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7637 (ruby-mode): Set local beginning-of-defun-function and
7638 end-of-defun-function values.
7639
7640 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7641
7642 * window.el (temp-buffer-window-setup-hook)
7643 (temp-buffer-window-show-hook): New hooks.
7644 (temp-buffer-window-setup, temp-buffer-window-show)
7645 (with-temp-buffer-window): New functions.
7646 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7647 (special-display-popup-frame): Make sure the window used shows BUFFER.
7648
7649 * help.el (temp-buffer-resize-mode): Fix doc-string.
7650 (resize-temp-buffer-window): New optional argument WINDOW.
7651
7652 * files.el (recover-file, save-buffers-kill-emacs):
7653 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7654
7655 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7656
7657 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7658 remote definition of `default-directory', ensure we can connect.
7659
7660 2012-09-02 Juri Linkov <juri@jurta.org>
7661
7662 Toggle whitespace matching mode with M-s SPC.
7663 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7664
7665 * isearch.el (search-whitespace-regexp): Doc fix.
7666 Remove cons cell customization.
7667 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7668 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7669 New variables.
7670 (isearch-forward, isearch-forward-regexp): Doc fix.
7671 (isearch-toggle-lax-whitespace): New command.
7672 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7673 (re-search-forward-lax-whitespace)
7674 (re-search-backward-lax-whitespace): New functions.
7675 (isearch-whitespace-regexp): Remove function.
7676 (isearch-query-replace): Let-bind replace-search-function and
7677 replace-re-search-function.
7678 (isearch-occur): Let-bind search-spaces-regexp according to the
7679 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7680 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7681 condition for C-q SPC.
7682 (isearch-search-fun-default): Use new functions mentioned above.
7683 (isearch-search-forward, isearch-search-backward): Remove functions.
7684 (isearch-search): Don't let-bind search-spaces-regexp.
7685 (isearch-lazy-highlight-space-regexp): Remove variable.
7686 (isearch-lazy-highlight-lax-whitespace)
7687 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7688 (isearch-lazy-highlight-new-loop): Use them.
7689 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7690
7691 2012-09-02 Chong Yidong <cyd@gnu.org>
7692
7693 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7694
7695 2012-09-02 Glenn Morris <rgm@gnu.org>
7696
7697 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7698
7699 2012-09-01 Glenn Morris <rgm@gnu.org>
7700
7701 * term.el: Tidy up menu definitions.
7702 (term-mode-map): Use easymenu for In/Out, Complete menus.
7703 (term-pager-break-map): Initialize in the defvar.
7704 (term-terminal-menu, term-signals-menu): Define with easymenu.
7705 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7706 (term-pager-menu): New, extracted from term-process-pager.
7707 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7708 (term-update-mode-line): Propertize line/char and page items.
7709 (term-process-pager): Move keymap initialization elsewhere.
7710
7711 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7712
7713 * window.el (switch-to-prev-buffer): Handle additional values of
7714 BURY-OR-KILL argument. Don't switch in minibuffer window.
7715 (switch-to-next-buffer): Don't switch in minibuffer window.
7716 (quit-restore-window): New function based on quit-window.
7717 Handle additional values of former KILL argument.
7718 (quit-window): Call quit-restore-window with appropriate
7719 interpretation of KILL argument.
7720 (display-buffer-below-selected): New buffer display action
7721 function.
7722
7723 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * minibuffer.el (completion-at-point-functions): Complete docstring
7726 (bug#12254).
7727
7728 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7729
7730 Better seed support for (random).
7731 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7732 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7733 * play/mpuz.el, play/tetris.el, play/zone.el:
7734 * calc/calc-comb.el (math-init-random-base):
7735 * play/blackbox.el (bb-init-board):
7736 * play/life.el (life):
7737 * server.el (server-use-tcp):
7738 * type-break.el (type-break):
7739 Remove unnecessary call to (random t).
7740 * net/sasl.el (sasl-unique-id-function):
7741 Change (random t) to (random), now that the latter is more random.
7742 * play/life.el (life-initialized): Remove no-longer-needed var.
7743
7744 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
7745
7746 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7747 Consider frame's buffer predicate when choosing the buffer.
7748 (Bug#12081)
7749
7750 2012-08-30 Richard Stallman <rms@gnu.org>
7751
7752 * simple.el (special-mode-map): Delete binding for `z'.
7753
7754 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
7755
7756 * progmodes/compile.el (compilation-always-kill): Doc fix.
7757
7758 2012-08-30 Chong Yidong <cyd@gnu.org>
7759
7760 * window.el (display-buffer-reuse-frames): Make the obsolescence
7761 message more informative.
7762
7763 2012-08-30 Glenn Morris <rgm@gnu.org>
7764
7765 * paren.el (show-paren-delay):
7766 Add a :set function. Doc fix. (Bug#12297)
7767
7768 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
7769
7770 * progmodes/compile.el (compilation-always-kill): New var.
7771 (compilation-start): Use it.
7772
7773 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * simple.el (read-only-mode): Move from files.el for bootstrapping.
7776 * files.el (read-only-mode): Move to simple.el.
7777
7778 * files.el (read-only-mode): New minor mode.
7779 (toggle-read-only): Use it and mark obsolete.
7780 (find-file--read-only):
7781 * vc/vc.el (vc-next-action, vc-checkout):
7782 * vc/vc-cvs.el (vc-cvs-checkout):
7783 * obsolete/vc-mcvs.el (vc-mcvs-update):
7784 * ffap.el (ffap--toggle-read-only): Update callers.
7785
7786 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
7787
7788 * eshell/esh-ext.el (eshell-external-command): Do not examine
7789 remote shell scripts.
7790 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7791
7792 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7793 "/usr/local/sbin".
7794
7795 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7798
7799 2012-08-28 Leo Liu <sdl.web@gmail.com>
7800
7801 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7802 completion-at-point. (Bug#12220)
7803
7804 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7805
7806 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7807
7808 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7811 be buffer-local; add delete-trailing-whitespace (bug#12259).
7812
7813 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
7814
7815 * progmodes/hideif.el (hif-compress-define-list):
7816 Fix typo. (Bug#11951)
7817
7818 2012-08-28 Dan Nicolaescu <dann@gnu.org>
7819
7820 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7821 buffer local setting.
7822
7823 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7824 rcirc-encode-coding-system.
7825
7826 2012-08-28 Leo Liu <sdl.web@gmail.com>
7827
7828 * net/rcirc.el (rcirc-split-message): New function.
7829 (rcirc-send-message): Use it. (Bug#12051)
7830
7831 2012-08-28 Juri Linkov <juri@jurta.org>
7832
7833 * info.el (Info-fontify-node): Hide empty lines at the end of
7834 the node. (Bug#12272)
7835
7836 2012-08-27 Drew Adams <drew.adams@oracle.com>
7837
7838 * dired.el (dired-pop-to-buffer): Make window start at beginning
7839 of buffer (Bug#12281).
7840
7841 2012-08-26 Chong Yidong <cyd@gnu.org>
7842
7843 * window.el (special-display-regexps, special-display-frame-alist)
7844 (special-display-buffer-names, special-display-function)
7845 (display-buffer-reuse-frames): Mark as obsolete.
7846
7847 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7848
7849 * help.el (help-print-return-message): Don't treat
7850 display-buffer-reuse-frames specially.
7851
7852 2012-08-26 Chong Yidong <cyd@gnu.org>
7853
7854 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7855 New variable, replacing gdb-frame-parameters.
7856 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7857 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7858 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7859 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7860 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
7861 the functions directly with gdb-display-buffer-other-frame-action.
7862 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7863 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7864 (gdb-display-stack-buffer, gdb-display-locals-buffer)
7865 (gdb-display-registers-buffer): Define directly.
7866 (def-gdb-display-buffer): Macro deleted.
7867 (gdb-display-buffer): Remove second and third args, callers don't
7868 use them. Defer to the default display-buffer behavior, apart
7869 from making windows dedicated.
7870 (gdb-setup-windows): Don't call display-buffer unnecessarily.
7871
7872 * progmodes/gud.el (gud-display-line): Just use display-buffer.
7873
7874 * window.el (display-buffer-pop-up-frame): Handle a
7875 pop-up-frame-parameters alist entry.
7876 (display-buffer): Document it.
7877
7878 2012-08-26 Chong Yidong <cyd@gnu.org>
7879
7880 * isearch.el (search-whitespace-regexp): Make string and nil
7881 values apply to both ordinary and regexp search. Allow a cons
7882 cell value to distinguish between the two.
7883 (isearch-whitespace-regexp, isearch-search-forward)
7884 (isearch-search-backward): New functions.
7885 (isearch-occur, isearch-search-fun-default, isearch-search)
7886 (isearch-lazy-highlight-new-loop): Use them.
7887 (isearch-forward, isearch-forward-regexp): Doc fix.
7888
7889 2012-08-26 Chong Yidong <cyd@gnu.org>
7890
7891 * faces.el (help-argument-name): Always inherit from italic
7892 (Bug#12213).
7893
7894 2012-08-25 Martin Rudalics <rudalics@gmx.at>
7895
7896 * window.el (window--even-window-heights): Even heights when
7897 WINDOW and the selected window form a vertical combination.
7898 (display-buffer-use-some-window): Provide that window used gets
7899 sized back by quit-window. (Bug#11880) and (Bug#12091)
7900
7901 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
7902
7903 Fix file time stamp problem with bzr and CVS (Bug#12001).
7904 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7905 in the file's time stamp, since the version control system loses
7906 that information.
7907
7908 2012-08-22 Juri Linkov <juri@jurta.org>
7909
7910 * info.el (Info-fontify-node): Hide the suffix of the
7911 Info file name in the header line. (Bug#12187)
7912
7913 2012-08-22 Glenn Morris <rgm@gnu.org>
7914
7915 * calendar/cal-tex.el (cal-tex-weekly-common):
7916 Restore leading blank page.
7917
7918 2012-08-22 Le Wang <l26wang@gmail.com>
7919
7920 * misc.el (forward-to-word, backward-to-word): Activate or extend
7921 the region under `shift-select-mode'. (Bug#12231)
7922
7923 2012-08-22 Bastien Guerry <bzg@gnu.org>
7924
7925 * progmodes/executable.el (executable-prefix): Set to "#!" instead
7926 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
7927 gives details on why the space is never needed.
7928
7929 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7930
7931 * window.el (walk-window-tree, window-with-parameter):
7932 New optional argument MINIBUF to control whether these functions
7933 should run on the minibuffer window.
7934 (window-at-side-list): Don't operate on minibuffer window.
7935 (window-in-direction): Simplify and rewrite doc-string.
7936 (window--size-ignore): Rename to window--size-ignore-p.
7937 Update callers.
7938 (display-buffer-in-atom-window, window--major-non-side-window)
7939 (window--major-side-window, display-buffer-in-major-side-window)
7940 (delete-side-window, display-buffer-in-side-window):
7941 New functions.
7942 (window--side-check, window-deletable-p, delete-window)
7943 (delete-other-windows, split-window): Handle side windows and
7944 atomic windows appropriately.
7945 (window--display-buffer): Call display-buffer-record-window also
7946 when the window buffer did not change.
7947
7948 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
7949
7950 * help-fns.el (help-fns--key-bindings):
7951 Abbreviate non-symbol remap targets. (Bug#12174)
7952
7953 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7954
7955 * dired.el (dired-mark-remembered): Don't clobber point.
7956 (Bug#11795)
7957
7958 2012-08-22 Glenn Morris <rgm@gnu.org>
7959
7960 * progmodes/bug-reference.el (bug-reference): New custom group.
7961 (bug-reference-bug-regexp): Make it a defcustom.
7962
7963 2012-08-22 Daiki Ueno <ueno@unixuser.org>
7964
7965 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7966 (js-paren-indent-offset, js-square-indent-offset)
7967 (js-curly-indent-offset): Add :safe (Bug#12257).
7968
7969 2012-08-22 Edward O'Connor <hober0@gmail.com>
7970
7971 * json.el (json-key-format): Add error properties.
7972 (json-encode-key): New function.
7973 (json-encode-hash-table, json-encode-alist, json-encode-plist):
7974 Use json-encode-key.
7975
7976 2012-08-22 Glenn Morris <rgm@gnu.org>
7977
7978 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7979 (cal-tex-leftday, cal-tex-rightday): Remove functions.
7980 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7981 Update for above change.
7982
7983 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
7984
7985 * cus-face.el (custom-face-attributes): Fix customize type for the
7986 :underline attribute. (Bug#11805)
7987
7988 2012-08-21 Martin Rudalics <rudalics@gmx.at>
7989
7990 * window.el (window-point-1, set-window-point-1): Remove.
7991 (window-in-direction, record-window-buffer)
7992 (set-window-buffer-start-and-point, split-window-below)
7993 (window--state-get-1, display-buffer-record-window):
7994 Replace calls to window-point-1 and set-window-point-1 by calls to
7995 window-point and set-window-point respectively.
7996
7997 2012-08-21 Glenn Morris <rgm@gnu.org>
7998
7999 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8000 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8001 Use it.
8002
8003 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8004 (cal-tex-shortday): New function.
8005 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8006 (cal-tex-cursor-filofax-daily): Use the above.
8007
8008 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8009 New functions.
8010 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8011 (cal-tex-cursor-filofax-week): Use them.
8012
8013 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8014 New constants.
8015 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8016 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8017
8018 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8019 (cal-tex-end-document): Don't rely on buffer name.
8020
8021 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8022 Use cal-tex-vspace.
8023 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8024 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8025 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8026 Use cal-tex-arg.
8027
8028 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8029 (cal-tex-cursor-week, cal-tex-cursor-week2)
8030 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8031 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8032 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8033 (cal-tex-insert-preamble, cal-tex-b-document)
8034 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8035 Improve cal-tex-cmd usage.
8036
8037 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8038 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8039 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8040 (cal-tex-weekly-paper): New function.
8041 (cal-tex-cursor-week, cal-tex-cursor-week2)
8042 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8043 (cal-tex-cursor-day): Use it.
8044
8045 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8046 (cal-tex-cursor-filofax-week): Remove leading blank page.
8047
8048 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8049 Add autoload cookie. For now at least, don't use color, since
8050 no other cal-tex function does.
8051
8052 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8053 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8054 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8055
8056 2012-08-21 Juri Linkov <juri@jurta.org>
8057
8058 * info.el (Info-file-attributes): New variable.
8059 (info-insert-file-contents): Add file attributes to
8060 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8061 `Info-toc-nodes' when previous modtime of the Info file is less
8062 than new modtime.
8063 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8064 of info.el. (Bug#12230)
8065
8066 2012-08-20 Glenn Morris <rgm@gnu.org>
8067
8068 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8069 * calendar/holidays.el (calendar-holiday-list):
8070 Report errors with display-warning rather than beep'n'sleep.
8071
8072 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8073
8074 * net/tramp.el (tramp-accept-process-output): Accept only output
8075 from PROC. Otherwise, process filters and sentinels might be
8076 confused. (Bug#12145)
8077
8078 2012-08-20 Chong Yidong <cyd@gnu.org>
8079
8080 * descr-text.el (describe-text-properties-1): Use overlays-in to
8081 report on empty overlays (Bug#3322).
8082
8083 2012-08-20 Glenn Morris <rgm@gnu.org>
8084
8085 * mail/rmailout.el (rmail-output-read-file-name):
8086 Trap and report errors in rmail-output-file-alist elements.
8087
8088 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8089 since most non-font-lock faces are not also variables).
8090
8091 2012-08-20 Edward Reingold <reingold@iit.edu>
8092
8093 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8094 New function. (Bug12160)
8095
8096 2012-08-19 Glenn Morris <rgm@gnu.org>
8097
8098 * mail/rmailout.el (rmail-output-read-file-name):
8099 Fix previous change (when the alist is nil or does not match).
8100
8101 2012-08-19 Chong Yidong <cyd@gnu.org>
8102
8103 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8104 (Bug#12228).
8105
8106 2012-08-18 Chong Yidong <cyd@gnu.org>
8107
8108 * simple.el (yank-handled-properties): New defcustom.
8109 (yank-excluded-properties): Add font-lock-face and category.
8110 (yank): Doc fix.
8111
8112 * subr.el (remove-yank-excluded-properties):
8113 Obey yank-handled-properties. The special handling of font-lock-face
8114 and category is now done this way, instead of being hard-coded.
8115 (insert-for-yank-1): Remove font-lock-face handling.
8116 (yank-handle-font-lock-face-property)
8117 (yank-handle-category-property): New function.
8118
8119 2012-08-17 Glenn Morris <rgm@gnu.org>
8120
8121 * mail/rmailout.el (rmail-output-read-file-name):
8122 Check rmail-output-file-alist against the full message body
8123 in the correct rmail buffer. (Bug#12214)
8124
8125 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8126
8127 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8128 Eliminate superfluous prompt. (Bug#12203)
8129
8130 2012-08-17 Chong Yidong <cyd@gnu.org>
8131
8132 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8133 font spec, set the font directly (Bug#3228).
8134
8135 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8136
8137 * window.el (delete-window): Fix last fix.
8138
8139 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8140
8141 * window.el (window-valid-p): Move to window.c.
8142 (window-child, window-child-count, window-last-child)
8143 (window-normalize-window, window-combined-p)
8144 (window-combinations, window-atom-root, window-min-size)
8145 (window-sizable, window-sizable-p, window-size-fixed-p)
8146 (window-min-delta, window-max-delta, window--resizable)
8147 (window--resizable-p, window-resizable, window-total-size)
8148 (window-full-height-p, window-full-width-p, window-body-size)
8149 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8150 (minimize-window, window-deletable-p, delete-window)
8151 (delete-other-windows, set-window-buffer-start-and-point)
8152 (next-buffer, previous-buffer, split-window, balance-windows-2)
8153 (set-window-text-height, window-buffer-height)
8154 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8155 (truncated-partial-width-window-p): Minor code adjustments.
8156 In doc-strings state whether the argument window has to denote a
8157 live, valid or any window.
8158
8159 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8160
8161 * progmodes/subword.el (subword-forward-function)
8162 (subword-backward-function, subword-forward-regexp)
8163 (subword-backward-regexp): New variables.
8164 (subword-forward, subword-forward-internal, subword-backward-internal):
8165 Use new variables, eg so that different "word" definitions
8166 can be easily used. (Bug#11411)
8167
8168 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8171 for composite selectors.
8172 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8173 operation just because we can't find a previous revision.
8174
8175 2012-08-15 Chong Yidong <cyd@gnu.org>
8176
8177 * frame.el (set-frame-font): Accept font objects.
8178
8179 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8182
8183 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8184
8185 * man.el (Man-overstrike-face, Man-underline-face)
8186 (Man-reverse-face): Remove variables.
8187 (Man-overstrike, Man-underline, Man-reverse): New faces.
8188 (Man-fontify-manpage): Use them instead of the variables.
8189 (Man-cleanup-manpage): Comment change.
8190 (Man-ansi-color-map): New variable.
8191 (Man-fontify-manpage): Use it.
8192 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8193
8194 Implement ANSI SGR parameters 22-27 (bug#12146).
8195 * ansi-color.el (ansi-colors): Doc fix.
8196 (ansi-color-context, ansi-color-context-region): Doc fix.
8197 (ansi-color--find-face): New function.
8198 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8199 Rename the local variable `face' to `codes' since it is now a list of
8200 ansi codes. Doc fix.
8201 (ansi-color-get-face): Remove.
8202 (ansi-color-parse-sequence): New function, derived from
8203 ansi-color-get-face.
8204 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8205 codes 22-27.
8206
8207 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * subr.el (read-passwd): Allow use from a minibuffer.
8210
8211 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8212
8213 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8214 inside comments and strings as identifiers.
8215
8216 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8217 expression to evaluate. This allows to evaluate expressions with
8218 embedded whitespace.
8219 (gud-tooltip-tips): Add a blank before the newline in the
8220 message-box text, for the benefit of message-box emulation on
8221 MS-Windows.
8222
8223 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8224 messages from GDB, pop them up in a tooltip to give feedback to
8225 user.
8226 (gdb-tooltip-print-1): Quote the expression to evaluate.
8227 This allows to evaluate expressions with embedded whitespace.
8228 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8229 if the TTY name is nil or empty (which happens when communicating
8230 with the inferior via pipes, e.g. on MS-Windows).
8231 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8232 don't send that to the GUD buffer.
8233
8234 2012-08-14 Glenn Morris <rgm@gnu.org>
8235
8236 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8237 Optimize away setq-default with no args, as for setq. (Bug#12195)
8238
8239 2012-08-14 Chong Yidong <cyd@gnu.org>
8240
8241 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8242
8243 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8244 (Bug#12085).
8245
8246 2012-08-14 Glenn Morris <rgm@gnu.org>
8247
8248 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8249
8250 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8251
8252 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8253 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8254 Use cached shell name.
8255
8256 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8257
8258 * progmodes/python.el (python-shell-send-string):
8259 (python-shell-send-setup-code): Do not use `format' with `message'.
8260
8261 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8262
8263 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8264 (ruby-percent-literal-beg-re): New constant.
8265 (ruby-syntax-general-delimiters-goto-beg): Rename to
8266 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8267 (ruby-syntax-propertize-general-delimiters): Rename to
8268 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8269 popular term. Adjust comments everywhere.
8270 (ruby-syntax-propertize-percent-literal): Only propertize when not
8271 inside a simple string or comment. When the literal is unclosed,
8272 leave the text after it unpropertized.
8273 (ruby-syntax-methods-before-regexp): New constant.
8274 (ruby-syntax-propertize-function): Use it to recognize regexps.
8275 Don't look at the text after regexp, just use the whitelist.
8276
8277 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8278
8279 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8280 non-nil always load the compiled file if it exists. (Bug#12197)
8281
8282 2012-08-14 Chong Yidong <cyd@gnu.org>
8283
8284 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8285 (hi-lock-set-pattern): When deciding whether to use font lock or
8286 overlays, look at font-lock-mode instead of font-lock-fontified
8287 (Bug#12168).
8288 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8289 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8290
8291 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8292
8293 * subr.el (internal--after-with-selected-window): Fix typo
8294 (Bug#12193).
8295
8296 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8297
8298 Use `completion-table-dynamic' for completion functions.
8299 * progmodes/python.el
8300 (python-shell-completion--do-completion-at-point)
8301 (python-shell-completion--get-completions):
8302 Remove functions.
8303 (python-shell-completion-complete-at-point): New function.
8304 (python-completion-complete-at-point): Use it.
8305
8306 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8307
8308 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8309 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8310
8311 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * subr.el (function-get): Refine `autoload' arg so it can also
8314 autoload functions for gv.el (bug#12191).
8315 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8316 autoloads macros.
8317
8318 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8319 Prefer pcase-let over destructuring-bind.
8320 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8321 Also, remove whitespace as we go, rather than after accumulating the
8322 various places.
8323
8324 * subr.el (internal--before-with-selected-window)
8325 (internal--after-with-selected-window): Fix typo seleted->selected.
8326 (with-selected-window): Adjust callers.
8327 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8328
8329 2012-08-13 Bastien Guerry <bzg@gnu.org>
8330
8331 * window.el (special-display-popup-frame): Minor docstring
8332 enhancement. (Bug#12172)
8333
8334 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8335
8336 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8337 type 1-6.
8338 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8339 extended headers.
8340
8341 * files.el (hack-local-variables-filter): Remove useless eval.
8342
8343 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8344
8345 * subr.el (with-selected-window): Fix last change.
8346
8347 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * subr.el (internal--before-with-seleted-window)
8350 (internal--after-with-seleted-window): New functions.
8351 (with-selected-window): Use them, to replace dependency on
8352 tty-top-frame.
8353
8354 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8355
8356 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8357 binding for `newline'.
8358 (ruby-move-to-block): When moving backward, stop at block opening,
8359 not indentation.
8360 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8361 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8362 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8363 `ruby-toggle-block'.
8364
8365 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * ibuffer.el (ibuffer-do-toggle-read-only):
8368 * dired.el (dired-toggle-read-only):
8369 * buff-menu.el (Buffer-menu-toggle-read-only):
8370 * bindings.el (mode-line-toggle-read-only):
8371 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8372
8373 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8374
8375 * descr-text.el (describe-char): Put the overlays over the
8376 "displayed as" character.
8377
8378 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8379
8380 * calc/calc-units.el (math-default-units-table): Give an
8381 initial value.
8382 (math-put-default-units): Add options to put composite units and
8383 unit systems in the default units table.
8384 (calc-convert-units): Send composite units to
8385 `math-put-default-units' when appropriate.
8386
8387 2012-08-11 Glenn Morris <rgm@gnu.org>
8388
8389 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8390
8391 * tutorial.el (help-with-tutorial):
8392 * emacs-lisp/copyright.el (copyright-update-directory):
8393 * emacs-lisp/autoload.el (autoload-find-generated-file)
8394 (autoload-find-file): Disable local eval: (for insurance).
8395
8396 * files.el (hack-local-variables-filter): If an eval: form is not
8397 known to be safe, and enable-local-variables is :safe, then ignore
8398 the form totally, as is done for non-eval forms. (Bug#12155)
8399 This is CVE-2012-3479.
8400
8401 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8404 (rx-form): Simplify.
8405
8406 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8407
8408 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8409 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8410 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8411 (ruby-syntax-propertize-function): Adjust for changes in
8412 `ruby-syntax-propertize-heredoc'.
8413
8414 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8415
8416 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8417 binding (use `M-;' instead).
8418 (ruby-singleton-class-p): New function.
8419 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8420
8421 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8424
8425 2012-08-10 Chong Yidong <cyd@gnu.org>
8426
8427 * progmodes/python.el (python-shell-get-process-name): Don't mess
8428 with same-window-buffer-names.
8429
8430 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8431 (eshell-remove-from-window-buffer-names): Make obsolete.
8432 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8433 (eshell): Just use pop-to-buffer-same-window instead.
8434
8435 2012-08-10 Chong Yidong <cyd@gnu.org>
8436
8437 * bindings.el: Bind M-= back to count-words-region.
8438
8439 * simple.el (count-words-region): Accept a prefix arg for acting
8440 on the entire buffer.
8441 (count-words--buffer-message): New helper function.
8442
8443 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8446 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8447 (event-start, event-end): Use posn-at-point to return a more
8448 informative posn.
8449 (posnp): New function.
8450 * mouse.el (popup-menu-normalize-position): Use it.
8451
8452 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8453
8454 * mouse.el (popup-menu-normalize-position): New function.
8455 (popup-menu): Use `popup-menu-normalize-position' to normalize
8456 the form for POSITION argument.
8457
8458 * term/x-win.el (x-menu-bar-open):
8459 Use the value returend from (posn-at-point) as position
8460 passed to `popup-menu'.
8461
8462 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8463
8464 * calc/calccomp.el (math-compose-expr): Add extra argument
8465 indicating that parentheses should be put around products in
8466 denominators. Give multiplication precedence over division during
8467 composition.
8468
8469 2012-08-09 Chong Yidong <cyd@gnu.org>
8470
8471 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8472 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8473 (Man-untabify-command, manual-program): Convert to defcustom
8474 (Bug#10429).
8475
8476 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8477
8478 * descr-text.el (describe-char): Don't insert extra newlines
8479 (Bug#10127).
8480
8481 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8482 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8483
8484 * align.el (align-region): Delete temporary markers (Bug#10047).
8485 Plus some code cleanups.
8486
8487 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8488
8489 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8490 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8491 (python-shell-internal-last-output): Use make-local-variable
8492 instead of make-variable-buffer-local.
8493
8494 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8495
8496 * progmodes/python.el: Enhancements to forward-sexp.
8497 (python-nav-forward-sexp): Rename from
8498 python-nav-forward-sexp-function.
8499 (python-nav--forward-sexp, python-nav--backward-sexp):
8500 New functions.
8501
8502 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8503
8504 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8505 modes and simplification modes.
8506
8507 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * delsel.el (delete-selection-pre-hook): Don't propagate the
8510 file-supersession signals (bug#12161).
8511
8512 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8515 (cl-map-extents): Add compatibility aliases (bug#12135).
8516
8517 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8518
8519 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8520 tests by `ignore-error'.
8521 (tramp-find-shell): Open also a new shell, when cache is already
8522 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8523
8524 2012-08-08 Juri Linkov <juri@jurta.org>
8525
8526 * bookmark.el: Add `defaults' property to the bookmark record.
8527 (bookmark-current-buffer): Doc fix.
8528 (bookmark-make-record): Add `defaults' property with default values
8529 to the bookmark record.
8530 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8531 with `bookmark-insert-current-bookmark'.
8532 (bookmark-set): Get `defaults' property from the bookmark record
8533 and use it in `read-from-minibuffer'.
8534 (bookmark-insert-current-bookmark): Remove function.
8535
8536 * info.el (Info-bookmark-make-record): Add `defaults' property
8537 with values of canonical Info node name, the current Info file
8538 name and the current Info node name. (Bug#12107)
8539
8540 2012-08-08 Juri Linkov <juri@jurta.org>
8541
8542 * files.el (basic-save-buffer): Use `buffer-name' as the default
8543 of `read-file-name' when buffer is not visiting a file (bug#12128).
8544
8545 2012-08-08 Juri Linkov <juri@jurta.org>
8546
8547 * info.el (Info-isearch-search): Doc fix.
8548 (Info-search): Change search-failed message from "initial node" to
8549 "end of node" (bug#12078).
8550 (Info-isearch-search): Change `isearch-string-state' to
8551 `isearch--state-string'.
8552
8553 2012-08-08 Glenn Morris <rgm@gnu.org>
8554
8555 * language/persian.el: Remove file.
8556 * language/misc-lang.el: Move unique part of persian.el here.
8557 * loadup.el: Remove language/persian.
8558
8559 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8560
8561 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8562
8563 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8564
8565 * progmodes/python.el: Fix defsubst warning.
8566 (python-syntax-context) Rename from python-info-ppss-context.
8567 (python-syntax-context-type): Rename from
8568 python-info-ppss-context-type.
8569 (python-syntax-comment-or-string-p): Rename from
8570 python-info-ppss-comment-or-string-p.
8571
8572 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8573
8574 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8575
8576 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8577
8578 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8579 a defcustom that is quoted with backquote.
8580
8581 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8582 Fix handling of interactive spec when the body uses return.
8583 (math-do-arg-check, math-define-function-body): Use backquote forms.
8584 * calc/calc-ext.el (math-defcache): Likewise.
8585 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8586 * allout.el (allout-new-exposure): Likewise.
8587 * calc/calcalg2.el (math-tracing-integral): Likewise.
8588 * info.el (Info-last-menu-item): Likewise.
8589 * emulation/vip.el (vip-loop): Likewise.
8590 * textmodes/artist.el (artist-funcall): Likewise.
8591 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8592 Construct menu-item directly.
8593
8594 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8595 Don't declare.
8596
8597 2012-08-07 Chong Yidong <cyd@gnu.org>
8598
8599 * simple.el (deactivate-mark): Preserve text properties when
8600 saving the primary selection (Bug#8384).
8601
8602 2012-08-07 Kevin Ryde <user42@zip.com.au>
8603
8604 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8605 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8606 and continue processing (Bug#12110).
8607
8608 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8611 syntax-propertize-function (bug#10095).
8612
8613 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8616 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8617 describe-function-1.
8618 (describe-function-1): Use them. Move compiler macro after sig.
8619 (help-fns--compiler-macro): Use function-get. Assume we're already in
8620 standard-output. Adjust layout to new call order.
8621
8622 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8623 re-binding a symbol that has a symbol-macro (bug#12119).
8624
8625 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8626
8627 * language/persian.el: New file. (Bug#11812)
8628 * loadup.el: Add language/persian.el.
8629
8630 2012-08-06 Chong Yidong <cyd@gnu.org>
8631
8632 * window.el (window--maybe-raise-frame): New function.
8633 (window--display-buffer): Split off from here.
8634 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8635 (display-buffer-pop-up-window, display-buffer-use-some-window):
8636 Obey an inhibit-switch-frame action alist entry.
8637 (display-buffer): Update doc.
8638
8639 * replace.el (occur-after-change-function): Avoid losing focus by
8640 using the inhibit-switch-frame display parameter (Bug#12139).
8641
8642 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8643
8644 Make internal shell process buffer names start with space.
8645 * progmodes/python.el (python-shell-make-comint): Add optional
8646 argument INTERNAL.
8647 (run-python-internal): Use it.
8648 (python-shell-internal-get-or-create-process): Check for new
8649 internal buffer names.
8650
8651 2012-08-06 Glenn Morris <rgm@gnu.org>
8652
8653 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8654 Do less getting and setting of environment variables.
8655
8656 2012-08-05 Chong Yidong <cyd@gnu.org>
8657
8658 * proced.el (proced): Add substitution string to docstring to
8659 trigger autoloading of the proced library on C-h f (Bug#1768).
8660
8661 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8662 Don't show defvars which have no second argument (Bug#8638).
8663
8664 * imenu.el (imenu-generic-expression): Move documentation here
8665 from imenu--generic-function.
8666 (imenu--generic-function): Refer to imenu-generic-expression.
8667
8668 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8669
8670 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8671 indentation declaration.
8672 (viper-loop): Add indentation declaration (Bug#7025).
8673
8674 2012-08-05 Chong Yidong <cyd@gnu.org>
8675
8676 * help-fns.el (describe-variable): Add hyperlink for
8677 directory-local variables files. Improve buffer-local and
8678 permanent-local reporting; suggested by MON KEY (Bug#6644).
8679
8680 * help-mode.el (help-dir-local-var-def): New button type.
8681
8682 * files.el (kill-buffer-hook): Provide a defvar.
8683
8684 2012-08-05 Glenn Morris <rgm@gnu.org>
8685
8686 * eshell/esh-ext.el (eshell/addpath):
8687 Also update eshell-path-env. (Bug#12013)
8688
8689 2012-08-05 Chong Yidong <cyd@gnu.org>
8690
8691 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8692
8693 * fringe.el (fringe-styles): Add docstring.
8694 (fringe--check-mode): New function.
8695 (set-fringe-mode, set-fringe-style): Use it.
8696 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8697
8698 * files.el (set-auto-mode): Fix invalid setq call.
8699
8700 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * isearch.el: Misc simplification; use defstruct.
8703 (isearch-mode-map): Dense maps now work like sparse ones.
8704 (isearch--state): New defstruct.
8705 (isearch-string-state, isearch-message-state, isearch-point-state)
8706 (isearch-success-state, isearch-forward-state)
8707 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8708 (isearch-wrapped-state, isearch-barrier-state)
8709 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8710 replaced by defstruct's accessors.
8711 (isearch--set-state): Rename from isearch-top-state and change
8712 calling convention.
8713 (isearch-push-state): Use new isearch--get-state.
8714 (isearch-toggle-word): Disable regexp when enabling word.
8715 (isearch-message-prefix): Remove unused arg _c-q-hack.
8716 (isearch-message-suffix): Remove unused arg _ellipsis.
8717
8718 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8719
8720 * simple.el (list-processes--refresh): For a server use :host or
8721 :local as the address.
8722 (list-processes): Doc fix.
8723
8724 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8725
8726 * lisp/mpc.el: Support password in host argument.
8727 (mpc--proc-connect): Parse and use new password element.
8728 Set mpc-proc variable instead of returning process.
8729 (mpc-proc): Adjust accordingly.
8730
8731 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8732
8733 * whitespace.el (whitespace-display-mappings): Use Unicode
8734 codepoints, instead of emacs-mule codepoints. See
8735 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8736 for the details.
8737
8738 * files.el (file-truename): Don't skip symlink-chasing part on
8739 windows-nt. Incorporate the resolution of 8+3 short aliases on
8740 Windows into the loop that recursively chases symlinks.
8741 Compare directory and its parent case-insensitively on MS-Windows and
8742 MS-DOS.
8743
8744 2012-08-03 Chong Yidong <cyd@gnu.org>
8745
8746 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8747
8748 * sort.el (sort-regexp-fields): Doc fix.
8749
8750 2012-08-03 Tassilo Horn <tsdh@gnu.org>
8751
8752 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8753 labels regex position point at the expected place.
8754
8755 2012-08-03 MON KEY <monkey@sandpframing.com>
8756
8757 * net/imap.el (imap-interactive-login, imap-authenticate)
8758 (imap-mailbox-lsub, imap-mailbox-list)
8759 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8760 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8761 (imap-parse-response): Doc fix.
8762
8763 2012-08-03 João Távora <joaotavora@gmail.com>
8764
8765 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8766 if sexp scanning does not move point (Bug#5734).
8767
8768 2012-08-02 Tassilo Horn <tsdh@gnu.org>
8769
8770 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8771 Add listings, minted, and ctable packages.
8772 (reftex-label-alist-builtin): Move listings, minted, and ctable
8773 entries before LaTeX.
8774 (reftex-label-alist): Docfix.
8775
8776 2012-08-02 Bastien Guerry <bzg@gnu.org>
8777
8778 * replace.el (occur): Fix docstring (bug#12122).
8779
8780 2012-08-02 Glenn Morris <rgm@gnu.org>
8781
8782 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8783
8784 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8785
8786 Obsolete alias inactivate-current-input-method-function (Bug#10150).
8787 * international/mule-cmds.el: Create
8788 inactivate-current-input-method-function as an obsolete alias for
8789 deactivate-current-input-method-function. See Katsumi Yamaoka in
8790 <http://bugs.gnu.org/10150#46>.
8791
8792 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8793
8794 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8795 of nested `if's.
8796
8797 2012-08-01 Glenn Morris <rgm@gnu.org>
8798
8799 * progmodes/autoconf.el (autoconf-definition-regexp):
8800 Add AH_TEMPLATE, adjust submatch numbering.
8801 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8802 (autoconf-current-defun-function): Update for above change.
8803 (autoconf-current-defun-function): First skip to end of current word.
8804
8805 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
8806
8807 * calendar/cal-html.el (cal-html-insert-agenda-days):
8808 Fix typo. (Bug#12018)
8809
8810 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8811
8812 Shell processes: enhancements to startup and CEDET compatibility.
8813 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8814 (python-shell-make-comint): accept-process-output at startup.
8815 (run-python-internal): Set inferior-python-mode-hook to nil.
8816 (python-shell-internal-get-or-create-process): call sit-for.
8817 (python-preoutput-result): Add obsolete alias.
8818 (python-shell-internal-send-string): Use it.
8819 (python-shell-send-setup-code): Remove call to
8820 accept-process-output.
8821
8822 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
8823
8824 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8825 (Bug#12108)
8826
8827 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
8828
8829 * calc-mode.el (calc-basic-simplification-mode): Rename from
8830 `calc-limited-simplification-mode'.
8831 (calc-alg-simplification-mode): New function.
8832 (calc-set-simplify-mode): Adjust message.
8833
8834 * calc.el (calc-set-mode-line): Adjust mode line display for
8835 basic simplification mode.
8836
8837 * calc-help.el (calc-m-prefix-help): Update help message.
8838
8839 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8840 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8841
8842 2012-07-31 Bastien Guerry <bzg@gnu.org>
8843
8844 * man.el (man): Fix comment. (bug#12101)
8845
8846 2012-07-31 Martin Rudalics <rudalics@gmx.at>
8847
8848 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8849 Don't return a non-nil value when no suitable buffer was found.
8850
8851 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8852
8853 * progmodes/python.el (run-python-internal): Disable font lock for
8854 internal shells.
8855
8856 2012-07-30 Stefan Merten <smerten@oekonux.de>
8857
8858 * textmodes/rst.el: Silence `checkdoc-ispell'.
8859 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8860 (rst-official-version, rst-official-cvs-rev)
8861 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8862 (rst-mode-map): New key binding.
8863
8864 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8865
8866 Update .PHONY listings in makefiles.
8867 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8868 autoloads, update-subdirs, updates, bzr-update, update-authors,
8869 compile-onefile, compile-calc, backup-compiled-files,
8870 compile-after-backup, compile-one-process, mh-autoloads,
8871 bootstrap-clean, distclean, maintainer-clean.
8872
8873 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8874
8875 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8876 (calc-set-mode-line): Don't display "AlgSimp ".
8877
8878 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8879 (calc-lim-simplify-mode): New function.
8880 (calc-set-simplify-mode): Default to 'alg.
8881 (calc-default-simplify-mode): Make algebraic simplifications
8882 the default.
8883
8884 * calc/calc-ext.el (calc-init-extensions): Remove binding for
8885 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
8886
8887 * calc/calc-help.el (calc-m-prefix-help): Change messages to
8888 indicate new simplification modes.
8889
8890 * calc/README: Mention new default simplification mode.
8891
8892 * calc/calc.el (math-normalize-error): New variable.
8893 (math-normalize): Set `math-normalize-error' to t
8894 when there's an error.
8895
8896 * calc/calc-alg.el (math-simplify): Don't simplify when
8897 `math-normalize' returns an error.
8898
8899 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8900
8901 * international/mule-cmds.el (set-locale-environment): Revert last
8902 change, since display-graphic-p returns nil when this function is
8903 called during startup. Instead...
8904
8905 * term/w32console.el (terminal-init-w32console): ...setup the
8906 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
8907
8908 2012-07-29 Juri Linkov <juri@jurta.org>
8909
8910 * simple.el (goto-line): Don't display default line number in the
8911 prompt because it should be displayed by `read-number' (bug#9952).
8912 Add the current line number to the defaults of `goto-line' to
8913 allow its easier modification by users with `M-n' (bug#9201).
8914
8915 * subr.el (read-number): Support multiple default values like in
8916 other minibuffer reading functions. Replace `read' with
8917 `string-to-number' for consistency with `number-to-string'.
8918
8919 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8920
8921 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8922 * emulation/viper-init.el (viper-deactivate-input-method-action):
8923 Rename from viper-inactivate-input-method-action.
8924 (viper-deactivate-input-method):
8925 Rename from viper-inactivate-input-method.
8926 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8927 * international/mule-cmds.el (deactivate-input-method):
8928 Rename from inactivate-input-method.
8929 Also run input-method-deactivate-hook.
8930 (deactivate-current-input-method-function):
8931 Rename from inactivate-current-input-method-function.
8932 (input-method-deactivate-hook): New hook.
8933 (input-method-inactivate-hook): Mark obsolete.
8934 (inactivate-input-method): Mark obsolete.
8935
8936 * international/quail.el (quail-activate):
8937 Also run quail-deactivate-hook.
8938 (quail-deactivate): Rename from quail-inactivate.
8939 * international/robin.el (robin-activate):
8940 Also run robin-deactivate-hook.
8941 (robin-deactivate): Rename from robin-inactivate.
8942
8943 2012-07-29 Chong Yidong <cyd@gnu.org>
8944
8945 * simple.el (indicate-copied-region): New function.
8946 (kill-ring-save): Split off from here.
8947
8948 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8949 (kill-rectangle): Set deactivate-mark to t on read-only error.
8950
8951 * register.el (copy-to-register, copy-rectangle-to-register):
8952 Deactivate the mark, and use indicate-copied-region (Bug#10056).
8953 (append-to-register, prepend-to-register): Call indicate-copied-region.
8954
8955 2012-07-29 Juri Linkov <juri@jurta.org>
8956
8957 * simple.el (async-shell-command-buffer): New defcustom.
8958 (shell-command): Use it. (Bug#4719)
8959
8960 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8961
8962 * international/mule-cmds.el (set-locale-environment): In a
8963 console session on MS-Windows, set up keyboard and terminal
8964 encoding from the OEM codepage, not the ANSI codepage.
8965 (Bug#12055)
8966
8967 2012-07-28 Chong Yidong <cyd@gnu.org>
8968
8969 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8970 gdb-get-location.
8971
8972 2012-07-28 Leo Liu <sdl.web@gmail.com>
8973
8974 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8975 the alist (bug#12029).
8976
8977 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8978
8979 * makefile.w32-in (custom-deps, finder-data, updates, compile)
8980 (compile-always, compile-first)
8981 ($(lisp)/calendar/cal-loaddefs.el)
8982 ($(lisp)/calendar/diary-loaddefs.el)
8983 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8984 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8985 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8986 instead of on update-subdirs.
8987 (bootstrap-clean): Delete $(lisp)/subdirs.el.
8988
8989 2012-07-28 Chong Yidong <cyd@gnu.org>
8990
8991 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8992 directory if vc-deduce-backend returns nil (Bug#7350).
8993
8994 * simple.el (delete-trailing-lines): New option.
8995 (delete-trailing-whitespace): Obey it (Bug#11879).
8996
8997 2012-07-28 David Engster <deng@randomsample.de>
8998
8999 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9000 Explanation of new 'symbol-qnames feature in doc-strings.
9001 (xml-maybe-do-ns): Return expanded names as plain symbols if
9002 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9003 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9004
9005 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9006
9007 Consistent completion in inferior python with emacs -nw.
9008 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9009 binding in inferior-python-mode-map with "\t".
9010 (python-shell-completion-complete-at-point)
9011 (python-completion-complete-at-point): Remove interactive spec.
9012
9013 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9014
9015 * calc/calccomp.el (math-compose-expr): Undo previous change.
9016
9017 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9018
9019 * progmodes/python.el (python-mode-map): Add keybinding for
9020 run-python.
9021 (python-shell-make-comint): Fix pop-to-buffer call.
9022 (run-python): Autoload. New arg SHOW.
9023 (python-shell-get-or-create-process): Do not pop python process
9024 buffer.
9025
9026 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9027
9028 * notifications.el (notifications-on-action-signal)
9029 (notifications-on-closed-signal): Use also the bus address for the map.
9030 (notifications-notify, notifications-close-notification)
9031 (notifications-get-capabilities): Add optional argument BUS.
9032
9033 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9034
9035 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9036 Add support for the lstlisting and minted environments, and for the
9037 ctable macro.
9038 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9039 labels written in keyvals syntax.
9040
9041 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9042
9043 * calc/calccomp.el (math-compose-expr): Use parentheses when
9044 there is a product in the denominator of a fraction.
9045
9046 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9047
9048 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9049 ($(lisp)/calendar/diary-loaddefs.el)
9050 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9051 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9052 Fixes failures in parallel bootstrap because subdirs.el is being
9053 rewritten while the autoload files are built at the same time,
9054 which needs to load subdirs.el.
9055
9056 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9057
9058 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9059 (mouse-drag-line): Don't exit tracking when a switch-frame or
9060 switch-window event occurs (Bug#12006).
9061
9062 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * mouse.el (popup-menu): Fix last change.
9065
9066 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 Autoload from Lisp with more care. Follow aliases when looking for
9069 function properties.
9070 * subr.el (autoloadp): New function.
9071 (symbol-file): Use it.
9072 (function-get): New function.
9073 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9074 autoload-do-load.
9075 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9076 (lisp-indent-function):
9077 * emacs-lisp/gv.el (gv-get):
9078 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9079 * emacs-lisp/byte-opt.el (byte-optimize-form):
9080 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9081 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9082 Use function-get.
9083 * emacs-lisp/cl.el: Don't propagate function properties any more.
9084
9085 * speedbar.el (speedbar-add-localized-speedbar-support):
9086 * emacs-lisp/disass.el (disassemble-internal):
9087 * desktop.el (desktop-load-file):
9088 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9089 (describe-function-1):
9090 * emacs-lisp/find-func.el (find-function-noselect):
9091 * emacs-lisp/elp.el (elp-instrument-function):
9092 * emacs-lisp/advice.el (ad-has-proper-definition):
9093 * apropos.el (apropos-safe-documentation, apropos-macrop):
9094 * emacs-lisp/debug.el (debug-on-entry):
9095 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9096 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9097 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9098
9099 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9100
9101 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9102 function, not an obsolete variable (Bug#12046).
9103
9104 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9105
9106 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9107
9108 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9109
9110 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9111 window only if it is still live (Bug#12034).
9112
9113 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9114
9115 * subr.el (redirect-frame-focus): Add advertised calling
9116 convention (Bug#12030).
9117
9118 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9119
9120 Prefer typical American spelling for "acknowledgment".
9121 * vc/add-log.el (change-log-acknowledgment): Rename from
9122 change-log-acknowledgement, with an alias for the old name.
9123
9124 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9125
9126 * calc-alg.el (math-simplify-divide): Don't cross multiply
9127 in an equation when the lhs is a variable.
9128
9129 2012-07-24 Julien Danjou <julien@danjou.info>
9130
9131 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9132 Remove, unused.
9133
9134 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9135
9136 * startup.el (command-line): Don't display an empty user name in
9137 the error message about non-existent home directory, when
9138 init-file-user was set to an empty string. See
9139 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9140 for the details and context.
9141
9142 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9143
9144 * ses.el (ses-cell-formula-aset): New macro.
9145 (ses-cell-references-aset): New macro.
9146 (ses-cell-p): New function.
9147 (ses-rename-cell): Do no longer rely on complex operations like
9148 ses-cell-set-formula or ses-set-cell to change the cell and handle
9149 the undo at the same time, but rather use lower level new macros
9150 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9151 the undo directly. Refresh the mode line.
9152
9153 2012-07-21 Leo Liu <sdl.web@gmail.com>
9154
9155 * progmodes/cc-cmds.el (c-defun-name):
9156 Use match-string-no-properties instead for consistency.
9157
9158 2012-07-20 Leo Liu <sdl.web@gmail.com>
9159
9160 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9161 (Bug#7879)
9162
9163 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9164
9165 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9168 * progmodes/bug-reference.el, misearch.el: Provide themselves
9169 (bug#11915).
9170
9171 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9172 of narrowed buffer (bug#11966).
9173
9174 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9175
9176 * ses.el (ses-rename-cell): Set new name also in reference list of
9177 cells of which the renamed cell depends.
9178
9179 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9180
9181 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9182 to check whether menu-bar is shown or not. If not shown,
9183 show the menu-bar as a popup menu instead of using tmm.
9184 * mouse.el (popup-menu): Accept `point' as `position' argument.
9185
9186 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9187
9188 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9189 up inside string symbol literal (bug#11923).
9190
9191 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9192
9193 * startup.el (fancy-startup-text): Read the whole tutorial, not
9194 just its first 256 bytes. Prevents gibberish in display of the
9195 tutorial title.
9196
9197 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9198
9199 Drop idle buffer compaction due to an absence of the
9200 proved efficiency.
9201 * compact.el: Remove.
9202
9203 2012-07-19 Sam Steingold <sds@gnu.org>
9204
9205 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9206 vc-bzr-pull & vc-bzr-merge-branch.
9207 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9208 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9209 for consistency with compilation-error-regexp-alist.
9210 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9211 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9212 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9213 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9214
9215 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9216
9217 * emacs-lisp/chart.el: Use lexical-binding.
9218 (chart-emacs-storage): Don't hardcode the list of entries.
9219
9220 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9221
9222 Next round of tweaks caused by Fgarbage_collect changes.
9223 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9224
9225 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9226
9227 Compact buffers when idle.
9228 * compact.el: New file.
9229
9230 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * subr.el (eventp): Presume that if it looks vaguely like an event,
9233 it's an event (bug#10190).
9234
9235 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9236
9237 Enhancements to ppss related code (thanks Stefan).
9238 * progmodes/python.el (python-indent-context)
9239 (python-indent-calculate-indentation, python-indent-dedent-line)
9240 (python-indent-electric-colon, python-nav-forward-block)
9241 (python-mode-abbrev-table)
9242 (python-info-assignment-continuation-line-p): Simplify checks
9243 for ppss context.
9244 (python-info-continuation-line-p): Cleanup.
9245 (python-info-ppss-context): Do not catch 'quote.
9246 (python-info-ppss-context-type)
9247 (python-info-ppss-comment-or-string-p): Simplify.
9248
9249 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9250
9251 * progmodes/python.el: Enhancements to eldoc support.
9252 (python-info-current-symbol): New function.
9253 (python-eldoc-at-point): Use python-info-current-symbol.
9254 (python-info-current-defun): Fix cornercase on first defun scan.
9255 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9256 and signal error when no inferior python process is available.
9257
9258 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9259
9260 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9261 assume it's always t.
9262 (vc-git-registered): Remove caching, the function is only called
9263 once.
9264 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9265
9266 2012-07-18 Chong Yidong <cyd@gnu.org>
9267
9268 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9269
9270 * simple.el (count-words): Report on narrowing (Bug#9959).
9271
9272 * bindings.el: Bind M-= to count-words.
9273
9274 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9275
9276 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9277
9278 * progmodes/sh-script.el (sh-imenu-generic-expression):
9279 Capture a function with `function' keyword and without parentheses
9280 like "function FOO" (bug#11856).
9281
9282 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9283
9284 * window.el (split-window-sensibly): Make WINDOW argument
9285 optional.
9286
9287 2012-07-18 Chong Yidong <cyd@gnu.org>
9288
9289 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9290
9291 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9292 and make C-x 8 RET exit isearch (Bug#11439).
9293
9294 * international/iso-transl.el: Move isearch-mode-map key
9295 definitions to isearch.el.
9296
9297 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9300 (eieio-defclass): Use gv-define-setter when possible.
9301
9302 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9303
9304 Reflect recent changes in Fgarbage_collect.
9305 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9306 reflect new format of data returned by Fgarbage_collect.
9307
9308 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9309
9310 New utility functions + python-info-ppss-context fix (Bug#11910).
9311 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9312 (python-info-ppss-comment-or-string-p): New functions.
9313 (python-info-ppss-context): Small fix for string check.
9314
9315 2012-07-17 Juri Linkov <juri@jurta.org>
9316
9317 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9318 (dired-do-async-shell-command): Don't add `*' at the end of the
9319 command (Bug#11815).
9320 (dired-do-shell-command): Doc fix.
9321 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9322 Join the individual commands using either "&" or ";" as the
9323 separator depending on the values of these trailing characters.
9324 At the end re-add the trailing "&". (Bug#10598)
9325
9326 * simple.el (async-shell-command): Sync the interactive spec with
9327 `shell-command'. Doc fix.
9328 (shell-command): Doc fix.
9329
9330 2012-07-17 Juri Linkov <juri@jurta.org>
9331
9332 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9333
9334 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9335
9336 Final renames and doc fixes for movement commands (bug#11899).
9337 * progmodes/python.el (python-nav-beginning-of-statement):
9338 Rename from python-nav-statement-start.
9339 (python-nav-end-of-statement): Rename from
9340 python-nav-statement-end.
9341 (python-nav-beginning-of-block): Rename from
9342 python-nav-block-start.
9343 (python-nav-end-of-block): Rename from python-nav-block-end.
9344
9345 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9346
9347 * progmodes/python.el (python-shell-send-string-no-output):
9348 Allow accept-process-output to quit, keeping shell process ready for
9349 future interactions (Bug#11868).
9350
9351 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9354
9355 * emacs-lisp/elint.el (elint-find-args-in-code):
9356 Use help-function-arglist, so as to handle lexical byte-code.
9357
9358 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9359 change (bug#11826).
9360
9361 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9364 Avoid spuriously marking the buffer as modified because of c-is-sws.
9365
9366 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9367 as not-a-comment (bug#11946).
9368
9369 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9370 for uninterned vars.
9371
9372 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9373 Use read-event since we don't really want to read chars but bytes.
9374
9375 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9376 $$..$$ but also $..$ using regexps (bug#11953).
9377 Use tex-verbatim for \url and \path.
9378 (tex-font-lock-keywords): Define as defconst like the others.
9379 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9380
9381 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9382
9383 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9384 alias for insert-char.
9385
9386 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9387
9388 * progmodes/python.el: Simplified imenu implementation.
9389 (python-nav-jump-to-defun): Remove command.
9390 (python-mode-map): Use `imenu' instead.
9391 (python-nav-list-defun-positions-cache)
9392 (python-imenu-include-defun-type, python-imenu-make-tree)
9393 (python-imenu-subtree-root-label, python-imenu-index-alist):
9394 Remove vars.
9395 (python-nav-list-defun-positions, python-nav-read-defun)
9396 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9397 (python-imenu-make-tree, python-imenu-create-index):
9398 Remove functions.
9399 (python-mode): Update to interact with imenu by setting
9400 `imenu-extract-index-name-function' only.
9401
9402 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9403
9404 * progmodes/python.el: Enhancements to navigation commands.
9405 (python-nav-backward-sentence)
9406 (python-nav-forward-sentence): Remove.
9407 (python-nav-backward-statement, python-nav-forward-statement)
9408 (python-nav-statement-start, python-nav-statement-end)
9409 (python-nav-backward-block, python-nav-forward-block)
9410 (python-nav-block-start, python-nav-block-end)
9411 (python-nav-forward-sexp-function)
9412 (python-info-current-line-comment-p)
9413 (python-info-current-line-empty-p): New functions.
9414 (python-indent-context): Use `python-nav-statement-start'.
9415
9416 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9417
9418 * eshell/em-ls.el (eshell/ls): Use `apply'.
9419
9420 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9421 multi-hops, instead of Tramp internals.
9422
9423 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9424
9425 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9426 when F1 and F2 are located on different hosts.
9427
9428 2012-07-14 Chong Yidong <cyd@gnu.org>
9429
9430 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9431 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9432 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9433 (xterm-mouse--read-event-sequence-1000)
9434 (xterm-mouse--read-event-sequence-1006): New functions. For old
9435 mouse protocol, handle M-mouse-X events correctly.
9436 (xterm-mouse-event): New arg specifying mouse protocol.
9437 (turn-on-xterm-mouse-tracking-on-terminal)
9438 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9439 sequence to toggle extended coordinates on newer XTerms.
9440 This appears to be harmless on terminals which do not support this.
9441
9442 2012-07-14 Leo Liu <sdl.web@gmail.com>
9443
9444 Add fringe bitmap indicators for flymake. (Bug#11253)
9445 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9446 (flymake-make-overlay): New arg BITMAP.
9447 (flymake-error-bitmap, flymake-warning-bitmap)
9448 (flymake-fringe-indicator-position): New user variables.
9449
9450 * fringe.el: New bitmap exclamation-mark.
9451
9452 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9453
9454 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9455 also (Bug#7879).
9456
9457 2012-07-14 Chong Yidong <cyd@gnu.org>
9458
9459 * electric.el (electric-pair-post-self-insert-function): Fix pair
9460 insertion in empty-region case (Bug#11520).
9461
9462 2012-07-14 Chong Yidong <cyd@gnu.org>
9463
9464 * bindings.el: Consolidate ctl-x-r-map bindings.
9465 Bind copy-rectangle-as-kill to C-x r w.
9466
9467 * rect.el, register.el: Move bindings to bindings.el.
9468
9469 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9470
9471 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9472
9473 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9474
9475 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9476
9477 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9478
9479 * bindings.el (top): Use `mapc' instead of `mapcar'.
9480
9481 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9482
9483 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9484
9485 * progmodes/sql.el (sql-comint): Suppress the check for program on
9486 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9487 (Bug#11908)
9488
9489 2012-07-13 Chong Yidong <cyd@gnu.org>
9490
9491 * bindings.el: Assign a non-nil permanent-local property to
9492 per-buffer variables which lack a default value (Bug#11930).
9493
9494 * help-fns.el (describe-variable): In the "automatically becomes
9495 local" notice, take note of permanent-local variables.
9496
9497 2012-07-13 Chong Yidong <cyd@gnu.org>
9498
9499 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9500 to allow printing the message when called from Lisp.
9501
9502 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9503 Remove toggle-read-only.
9504
9505 * bs.el (bs-toggle-readonly):
9506 * buff-menu.el (Buffer-menu-toggle-read-only):
9507 Remove with-no-warnings around toggle-read-only.
9508
9509 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9510 Remove with-no-warnings around toggle-read-only.
9511 (ffap-read-only, ffap-read-only-other-window)
9512 (ffap-read-only-other-frame): Callers changed.
9513
9514 * help-mode.el: Don't require view package.
9515 (help-mode-finish): Set buffer-read-only instead of calling
9516 toggle-read-only.
9517
9518 * bindings.el (mode-line-toggle-read-only):
9519 * dired.el (dired-toggle-read-only):
9520 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9521 with non-nil second arg.
9522
9523 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9524 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9525 directly.
9526
9527 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9528
9529 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9530 not incf.
9531
9532 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 More CL cleanups and reduction of use of cl.el.
9535 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9536 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9537 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9538 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9539 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9540 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9541 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9542 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9543 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9544 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9545 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9546 * eshell/em-cmpl.el, eshell/em-banner.el:
9547 * calendar/parse-time.el: Use cl-lib.
9548 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9549 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9550 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9551 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9552 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9553 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9554 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9555 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9556 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9557 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9558 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9559 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9560 `lambda' rather than with `quote'.
9561 (eshell-do-opt): Adjust accordingly.
9562 (eshell-process-option): Simplify.
9563 * eshell/esh-var.el:
9564 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9565 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9566 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9567 to `pcase--dontcare'.
9568 * emacs-lisp/cl.el (labels): Mark obsolete.
9569 (cl--letf, letf): Move to cl-lib.
9570 (cl--letf*, letf*): Remove.
9571 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9572 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9573 (cl-progv): Rewrite.
9574 (cl--letf, cl-letf): Move from cl.el.
9575 (cl-letf*): New macro.
9576 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9577
9578 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9579
9580 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9581
9582 2012-07-11 Chong Yidong <cyd@gnu.org>
9583
9584 * vc/log-edit.el (log-edit-vc-backend): New variable.
9585 (log-edit): Doc fix.
9586
9587 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9588 argument of log-edit to set up all local variables.
9589 (vc-start-logentry): New optional arg specifying VC backend.
9590
9591 * vc/vc.el (vc-checkin): Use it.
9592 (vc-deduce-fileset): Handle Log Edit buffers.
9593 (vc-diff): Make first argument optional too.
9594
9595 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9596
9597 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9598
9599 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9600 command, just in case. The function is not needed anymore.
9601 (eshell-external-command): Do not call `eshell-remote-command'.
9602
9603 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 Reduce use of (require 'cl).
9606 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9607 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9608 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9609 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9610 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9611 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9612 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9613 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9614 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9615 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9616 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9617 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9618 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9619 (byte-compile-unfold-bcf, byte-compile-check-variable):
9620 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9621 (byte-compile-nilconstp):
9622 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9623 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9624
9625 * emacs-lisp/gv.el (cond): Make it a valid place.
9626 (if): Simplify slightly.
9627
9628 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9629 (pcase--self-quoting-p): New function.
9630 (pcase--u1): Use it.
9631
9632 2012-07-10 Glenn Morris <rgm@gnu.org>
9633
9634 * emacs-lisp/authors.el (authors-fixed-entries):
9635 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9636
9637 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9638
9639 Rename configure.in to configure.ac (Bug#11603).
9640 * emacs-lisp/authors.el (authors-canonical-file-name):
9641 * progmodes/autoconf.el (autoconf-mode):
9642 Prefer configure.ac to configure.in.
9643
9644 2012-07-08 Chong Yidong <cyd@gnu.org>
9645
9646 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9647 Implement the mouse-1-click-follows-link handling properly.
9648
9649 * info.el (Info-link-keymap): Use follow-link mechanism for
9650 header-line links (Bug#374).
9651
9652 * simple.el (deactivate-mark): Do not set the primary selection
9653 if another program has acquired it (Bug#11772).
9654
9655 2012-07-07 Kevin Ryde <user42@zip.com.au>
9656
9657 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9658 (woman-decode-region): Replace escaped-escapes without destroying
9659 bold or underline (Bug#11552).
9660 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9661
9662 2012-07-07 Chong Yidong <cyd@gnu.org>
9663
9664 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9665 (interprogram-cut-function, interprogram-paste-function):
9666 Mention that we typically mean the clipboard.
9667
9668 2012-07-06 Glenn Morris <rgm@gnu.org>
9669
9670 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9671
9672 * files.el (toggle-read-only): Restrict message to interactive use.
9673
9674 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9675
9676 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9677
9678 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9679
9680 2012-07-06 Glenn Morris <rgm@gnu.org>
9681
9682 * Makefile.in (compile-one-process): Rename from "recompile".
9683
9684 * Makefile.in (bzr-update): "compile" is the same as "recompile
9685 autoloads", but parallelizable, so use that instead.
9686
9687 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9688
9689 * window.el (quit-window): Always restore window height when
9690 it's saved in quit-restore parameter (Bug#11810).
9691
9692 2012-07-06 Glenn Morris <rgm@gnu.org>
9693
9694 * simple.el (kill-whole-line): Doc tweak.
9695
9696 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9697
9698 * files.el (file-relative-name): Compare file names
9699 case-insensitively if on MS-Windows or MS-DOS, or if
9700 read-file-name-completion-ignore-case is non-nil. Don't use
9701 case-fold-search for this purpose. (Bug#11827)
9702
9703 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9704
9705 * calendar/cal-dst.el (calendar-current-time-zone):
9706 Return calendar-current-time-zone-cache if non-nil.
9707
9708 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9709 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9710
9711 * calendar/cal-dst.el (calendar-current-time-zone):
9712 Return calendar-current-time-zone-cache if non-nil.
9713
9714 2012-07-06 Glenn Morris <rgm@gnu.org>
9715
9716 * Makefile.in (cvs-update): Remove old alias.
9717
9718 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9719
9720 Sync with Tramp 2.2.6-pre.
9721
9722 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9723 compatible declaration.
9724
9725 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9726 Protect `list-load-path-shadows' call.
9727
9728 * net/tramp-compat.el (top): Require packages, which aren't
9729 autoloaded anymore for XEmacs. Protect call of
9730 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9731 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
9732 it hurts at least for SXEmacs.
9733 (tramp-compat-temporary-file-directory): In XEmacs, there is no
9734 standard-value for `temporary-file-directory'.
9735
9736 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9737 Redirect stderr to /dev/null.
9738 (tramp-sh-handle-write-region): uid and gid can be floats.
9739 Reported by Russell Sim <russell.sim@gmail.com>.
9740 (tramp-sh-handle-vc-registered): Hide errors.
9741 (tramp-vc-file-name-handler): Use dummy results for `process-file'
9742 and `start-file-process'.
9743 (tramp-maybe-open-connection): Check also whether `non-essential'
9744 is bound.
9745
9746 2012-07-04 Chong Yidong <cyd@gnu.org>
9747
9748 * xml.el (xml--parse-buffer): Use xml-syntax-table.
9749 (xml-parse-tag): Likewise, and avoid changing entity tables.
9750 (xml-syntax-table): Define from scratch, making sure not to give
9751 x2000 and other Unicode spaces whitespace syntax, since those are
9752 not spaces in XML.
9753 (xml-parse-fragment): Delete unused function.
9754 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9755 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9756 (xml-entity-ref, xml-pe-reference-re)
9757 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9758 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9759 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9760 (xml-entity-value-re): Use syntax references in regexps where
9761 possible; no need to define inside a let-binding.
9762 (xml-parse-dtd): Use xml-pe-reference-re.
9763 (xml-entity-or-char-ref-re): New defconst.
9764 (xml-parse-string, xml-substitute-special): Use it.
9765
9766 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * files.el (locate-dominating-file): Allow `name' to be a predicate.
9769 (find-file--read-only): New function.
9770 (find-file-read-only, find-file-read-only-other-window)
9771 (find-file-read-only-other-frame): Use it.
9772 (insert-file-contents-literally): Don't `fset'.
9773 (get-free-disk-space): Use locate-dominating-file.
9774
9775 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9776 function is already compiled.
9777
9778 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
9779
9780 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
9781
9782 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9783 files on the same host.
9784
9785 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9786
9787 * help-fns.el (describe-function-1): Only call
9788 help-fns--autoloaded-p when we have a file name. (Bug#11848)
9789
9790 2012-07-03 Chong Yidong <cyd@gnu.org>
9791
9792 * xml.el: Protect parser against XML bombs.
9793 (xml-entity-expansion-limit): New variable.
9794 (xml-parse-string, xml-substitute-special): Use it.
9795 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9796
9797 2012-07-03 Glenn Morris <rgm@gnu.org>
9798
9799 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9800 Allow linking to specific messages in debbugs reports (eg 123#5).
9801
9802 2012-07-02 Chong Yidong <cyd@gnu.org>
9803
9804 * xml.el: Fix entity and character reference expansion, allowing
9805 them to expand into markup as per XML spec.
9806 (xml-default-ns): New variable.
9807 (xml-entity-alist): Use XML spec definitions for lt and amp.
9808 (xml-parse-region): Make first two arguments optional.
9809 Discard text properties.
9810 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9811 All callers changed.
9812 (xml-parse-tag): Call xml-parse-tag-1. For backward
9813 compatibility, this function should not modify buffer contents.
9814 (xml-parse-tag-1): Fix opening-tag regexp.
9815 (xml-parse-string): Rewrite, handling entity and character
9816 references properly.
9817 (xml--entity-replacement-text): Signal an error if a parameter
9818 entity is undefined.
9819
9820 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * comint.el (comint-output-filter): Filter out repeated prompts.
9823
9824 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9825 and file-name-absolute-p.
9826 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9827 internal calls.
9828
9829 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9830
9831 Spelling fixes.
9832 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9833 Rename from byte-compile--refiy-function. All uses changed.
9834
9835 2012-07-01 Chong Yidong <cyd@gnu.org>
9836
9837 * xml.el (xml--parse-buffer): New function. Move most of
9838 xml-parse-region here.
9839 (xml-parse-region): Copy region into a temporary buffer, since
9840 parameter entity substitution requires changing buffer contents.
9841 Use xml--parse-buffer.
9842 (xml-parse-file): Use xml--parse-buffer.
9843 (xml-parse-dtd): Make parameter entity substitution work right.
9844 Use proper regexps for ELEMENT declarations (Bug#7172).
9845
9846 2012-06-30 Glenn Morris <rgm@gnu.org>
9847
9848 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9849
9850 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9851 Remove outdated and unnecessary dbus declarations.
9852
9853 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9854
9855 * emacs-lisp/timer.el (timer-until): Subtract results of
9856 float-time, instead of taking float-time of the result of
9857 time-subtract, since float-time signals an error for negative time
9858 arguments.
9859
9860 2012-06-30 Chong Yidong <cyd@gnu.org>
9861
9862 * xml.el (xml-*-re): Convert defvars into defconsts, and
9863 eval-and-compile them so eval-and-compile works on derivatives.
9864 (xml--entity-replacement-text): Use eval-and-comple.
9865
9866 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
9867
9868 * vc/vc-git.el (vc-git-registered): Use cache property
9869 `git-registered'.
9870 (vc-git-mode-line-string): Call `vc-working-revision' instead of
9871 `vc-git-working-revision' in order to benefit from the cache.
9872 (vc-git-root): Use cache property `git-root'. (Bug#11757)
9873
9874 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
9875
9876 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9877 removed (likely outside Emacs). (Bug#11757)
9878
9879 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * emacs-lisp/cl-lib.el: Require macroexp.
9882
9883 2012-06-30 Chong Yidong <cyd@gnu.org>
9884
9885 * xml.el: Implement XML parameter entities.
9886 (xml-parameter-entity-alist): New variable.
9887 (xml-parse-region, xml-parse-fragment): Preserve previous values
9888 of xml-entity-alist and xml-parameter-entity-alist, so that
9889 repeated calls on different documents do not change them.
9890 (xml-parse-tag): Fix doctype regexp.
9891 (xml--entity-replacement-text): New function.
9892 (xml-parse-dtd): Use it. Don't handle system entities; doing that
9893 properly requires url retrieval which is unimplemented.
9894 (xml-escape-string): Doc fix.
9895
9896 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9899
9900 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9901
9902 * fringe.el (fringe-mode): Doc fix.
9903
9904 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
9905
9906 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9907 is non-nil.
9908 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9909 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
9910
9911 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9912
9913 * calendar/cal-dst.el (calendar-current-time-zone):
9914 Return calendar-current-time-zone-cache if non-nil.
9915
9916 2012-06-29 Masatake YAMATO <yamato@redhat.com>
9917
9918 * progmodes/which-func.el (which-func-format):
9919 Add mouse-face. (Bug#11698)
9920
9921 2012-06-29 Leo Liu <sdl.web@gmail.com>
9922
9923 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9924
9925 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * minibuffer.el (minibuffer-confirm-exit-commands):
9928 Add completion-at-point (bug#11725).
9929
9930 2012-06-29 Glenn Morris <rgm@gnu.org>
9931
9932 * progmodes/f90.el (f90-font-lock-keywords-2):
9933 Add some preprocessor elements. (Bug#10499)
9934
9935 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * progmodes/cperl-mode.el (cperl-update-syntaxification):
9938 Use syntax-propertize (bug#11739).
9939
9940 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9941
9942 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9943
9944 2012-06-28 Julien Danjou <julien@danjou.info>
9945
9946 * term.el (term-handle-colors-array): Use a set of new faces to
9947 color the terminal. Also uses :inverse-video property.
9948 (term-default-fg-color): Set to nil by default, deprecate in favor
9949 of `term-face'.
9950 (term-default-bg-color): Set to nil by default, deprecate in favor
9951 of `term-face'.
9952 (term-current-face): Use `term-face' by default.
9953 (term-bold-attribute): Variable deleted.
9954
9955 2012-06-28 Glenn Morris <rgm@gnu.org>
9956
9957 * simple.el (completion-list-mode-finish):
9958 Don't use toggle-read-only. (Since completion-list-mode has
9959 a special mode-class, it wasn't doing anything extra anyway.)
9960
9961 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 Make inlining of other-mode interpreted functions work (bug#11799).
9964 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9965 (byte-compile): Use it to fix compilation of lexical-binding closures.
9966 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9967 function, if needed.
9968
9969 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * help-mode.el (help-make-xrefs): Don't just withstand
9972 cyclic-variable-indirection but any error in documentation-property.
9973
9974 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9975 memory use.
9976 * bindings.el (bindings--define-key): New function.
9977 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9978 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9979 * bindings.el: Use it to purecopy define-key bindings.
9980
9981 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9982
9983 * emacs-lisp/cl.el (flet): Mark obsolete.
9984 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9985 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9986 * progmodes/js.el (js-c-fill-paragraph):
9987 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9988 (ebrowse-switch-member-buffer-to-derived-class):
9989 * play/5x5.el (5x5-solver): Use cl-flet.
9990
9991 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
9992 (cl--symbol-function): New macro.
9993 (cl--letf, cl--letf*): Use it.
9994
9995 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9996 Strip "toggle-" if any.
9997
9998 2012-06-27 Glenn Morris <rgm@gnu.org>
9999
10000 * info.el (Info-default-directory-list): Move here from paths.el.
10001 * paths.el: Remove file, which is now empty.
10002 * loadup.el: No longer load "paths".
10003
10004 * custom.el (custom-initialize-delay): Doc fix.
10005
10006 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10007 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10008 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10009 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10010 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10011 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10012 * eshell/eshell.el (eshell-defgroup): Remove alias.
10013
10014 2012-06-27 Chong Yidong <cyd@gnu.org>
10015
10016 * help.el (help-enable-auto-load): New variable.
10017
10018 * help-fns.el (help-fns--autoloaded-p): New function.
10019 (describe-function-1): Refer to a function as "autoloaded" if it
10020 was autoloaded at any time in the past. Perform autoloading if
10021 help-enable-auto-load is non-nil.
10022
10023 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10024
10025 * makefile.w32-in (compile, compile-always): Depend on
10026 update-subdirs, not on subdirs.el. Otherwise, several different
10027 sub-targets of 'bootstrap' running in parallel could
10028 simultaneously write to subdirs.el, producing a garbled file.
10029
10030 2012-06-26 Sam Steingold <sds@gnu.org>
10031
10032 * files.el (file-name-base): New convenience function.
10033 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10034 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10035 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10036 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10037 * textmodes/ispell.el, textmodes/reftex-ref.el:
10038 * textmodes/tex-mode.el: Use it.
10039 Did not touch cedet and org because they are maintained elsewhere.
10040
10041 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10042
10043 * calendar/calendar.el (calendar-exit): Don't try to delete or
10044 iconify last frame. See:
10045 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10046
10047 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10048
10049 * server.el (server-process-filter): Remember dir in the
10050 process's `server-client-directory' properties.
10051
10052 2012-06-24 Chong Yidong <cyd@gnu.org>
10053
10054 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10055 non-tag text.
10056
10057 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10058
10059 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10060
10061 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * help-fns.el (describe-variable): Don't croak when doc is not found.
10064 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10065 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10066 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10067 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10068 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10069 ((lambda ..) ..).
10070 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10071
10072 2012-06-23 Chong Yidong <cyd@gnu.org>
10073
10074 * info.el (Info-mouse-follow-link): Accept symbol values of
10075 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10076 (Info-fontify-node): Use Info-link-keymap for all navigation
10077 buttons, with link-args property to perform the desired action.
10078 (Info-link-keymap): Doc fix.
10079 (Info-next-link-keymap, Info-prev-link-keymap)
10080 (Info-up-link-keymap): Delete now-unused keymaps.
10081
10082 2012-06-23 Chong Yidong <cyd@gnu.org>
10083
10084 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10085
10086 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10087 system abbrevs.
10088
10089 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10090
10091 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10094 (bug#11719).
10095
10096 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10097 the requote function doesn't work properly (bug#11714).
10098
10099 2012-06-23 Glenn Morris <rgm@gnu.org>
10100
10101 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10102
10103 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 Further GV/CL cleanups.
10106 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10107 gv-expander.
10108 (gv--defun-declaration): New function.
10109 (defun-declarations-alist): Use it.
10110 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10111 (gv-place): Autoload.
10112 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10113 original definition of dotimes and dolist.
10114 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10115 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10116 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10117 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10118 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10119 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10120 to the function's definition.
10121 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10122 * window.el:
10123 * files.el:
10124 * faces.el:
10125 * env.el: Don't use CL.
10126
10127 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10128
10129 Support higher-resolution time stamps (Bug#9000).
10130
10131 * calendar/time-date.el (with-decoded-time-value): New arg
10132 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10133 (encode-time-value): New optional arg PICO. New type 3.
10134 (time-to-seconds) [!float-time]: Support the new picoseconds
10135 component if it's used.
10136 (seconds-to-time, time-subtract, time-add):
10137 Support ps-resolution time stamps as well.
10138
10139 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10140 (timerp): Timer vectors now have length 9, not 8.
10141 (timer--time): Support new-style (4-part) time stamps.
10142 (timer-next-integral-multiple-of-time): Time stamps now have
10143 picosecond resolution, so take a bit more care about rounding.
10144 (timer-relative-time, timer-inc-time): New optional arg psecs.
10145 (timer-set-time-with-usecs): Set psecs to 0.
10146 (timer--activate): Check psecs component, too.
10147
10148 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10149
10150 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10153 Move the non-essential binding to the post/pre-command-hook where it is
10154 more obviously correct.
10155
10156 * subr.el (read-passwd): Don't use a history at all.
10157 * savehist.el (savehist-save): Remove password saved accidentally
10158 because of the above bug.
10159
10160 2012-06-22 Bastien Guerry <bzg@gnu.org>
10161
10162 * files.el (toggle-read-only): Display a message telling whether
10163 the buffer is read-only or not (bug#11726).
10164
10165 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * emacs-lisp/gv.el: New file.
10168 * subr.el (push, pop): Extend to generalized variables.
10169 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10170 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10171 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10172 gv-define-simple-setter, and gv-define-expander.
10173 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10174 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10175 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10176 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10177 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10178 gv-letplace.
10179 (cl-defstruct): Don't define setf-method any more.
10180 * emacs-lisp/cl.el (flet): Don't autoload.
10181 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10182 (define-setf-expander, defsetf, define-modify-macro)
10183 (cl-struct-setf-expander): Move from cl-lib.el.
10184 * emacs-lisp/syntax.el:
10185 * emacs-lisp/ewoc.el:
10186 * emacs-lisp/smie.el:
10187 * emacs-lisp/cconv.el:
10188 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10189 (timer--time): Use gv-define-simple-setter.
10190 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10191 to avoid coding-system problems in subr.el. Adjust all users.
10192 (macroexp--maxsize, macroexp-small-p): New functions.
10193 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10194 * scroll-bar.el (scroll-bar-mode):
10195 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10196 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10197 * winner.el (winner-configuration, winner-make-point-alist)
10198 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10199 * files.el (locate-file-completion-table): Avoid list*.
10200
10201 2012-06-22 Chong Yidong <cyd@gnu.org>
10202
10203 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10204 (dired-create-files): Doc fix (Bug#11329).
10205 (dired-do-copy): Doc fix (Bug#11334).
10206 (dired-mark-read-string): Doc fix (Bug#11553).
10207
10208 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10209 Doc fix (Bug#11326).
10210 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10211 (dired-dwim-target): Doc fix.
10212
10213 * wdired.el (wdired-mode): Doc fix.
10214
10215 2012-06-22 Glenn Morris <rgm@gnu.org>
10216
10217 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10218 (pcmpl-rpm-cache-stamp-file): New constant.
10219 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10220 (pcmpl-rpm-packages): Optionally cache list of packages.
10221
10222 * pcmpl-rpm.el (pcmpl-rpm): New group.
10223 (pcmpl-rpm-query-options): New option.
10224 (pcmpl-rpm-packages): No need to inline it.
10225 Use pcmpl-rpm-query-options.
10226
10227 * calendar/calendar.el (calendar-in-read-only-buffer):
10228 Avoid some needless mode changes.
10229
10230 2012-06-21 Chong Yidong <cyd@gnu.org>
10231
10232 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10233 (desktop-path): Remove . from the default value (Bug#10977).
10234 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10235
10236 2012-06-20 Chong Yidong <cyd@gnu.org>
10237
10238 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10239
10240 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10241
10242 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10243 (bug#11201).
10244
10245 2012-06-20 Chong Yidong <cyd@gnu.org>
10246
10247 * term.el (term-window-width): Handle the case of a missing right
10248 fringe (Bug#8837).
10249 (term-check-size): Use window-text-height (Bug#5445).
10250 (term-mode): Use define-derived-mode. Minor cleanups.
10251 Set font-lock-defaults (Bug#7692).
10252 (term-move-columns, term-insert-char, term-emulate-terminal)
10253 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10254
10255 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * net/ange-ftp.el (ange-ftp-get-passwd):
10258 Bind `enable-recursive-minibuffers'.
10259 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10260
10261 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10262
10263 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10264
10265 2012-06-19 Glenn Morris <rgm@gnu.org>
10266
10267 * progmodes/python.el (python-mode): Derive from prog-mode.
10268
10269 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10270
10271 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10272 (edt-user-menu-bar-update-buffers): New functions.
10273 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10274
10275 2012-06-19 Chong Yidong <cyd@gnu.org>
10276
10277 * subr.el (with-selected-window): Preserve the selected window's
10278 terminal's top-frame (Bug#4702).
10279
10280 * window.el (save-selected-window): Likewise.
10281
10282 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * progmodes/python.el (python-rx-constituents): Move backquote.
10285 (python-skeleton-define, python-define-auxiliary-skeleton):
10286 Use `declare'.
10287
10288 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10289
10290 * minibuffer.el (read-file-name-default): Revert the patch from
10291 2012-06-17.
10292
10293 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10296 (pcase--u1, pcase--q1): Don't use apply-partially.
10297
10298 2012-06-18 Glenn Morris <rgm@gnu.org>
10299
10300 * progmodes/python.el (python-proc, python-buffer)
10301 (python-send-receive, python-send-string): Fix obsolete versions.
10302
10303 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10304
10305 * window.el (special-display-p): Completely remove stringp
10306 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10307
10308 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10309
10310 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10311
10312 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10313
10314 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10315 * net/tramp-sh.el (tramp-maybe-open-connection):
10316 Throw if `non-essential' is non-nil.
10317
10318 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10319
10320 * window.el (special-display-p): Signal an error if BUFFER-NAME
10321 is not a string (Bug#11713).
10322
10323 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10324
10325 * progmodes/python.el (python-info-beginning-of-backslash):
10326 Rename from python-info-beginning-of-backlash, as a spelling fix.
10327
10328 2012-06-17 Chong Yidong <cyd@gnu.org>
10329
10330 * term.el (term-emulate-terminal): If term-check-size is called,
10331 move point to the process mark without resetting point (Bug#4635).
10332
10333 2012-06-17 Glenn Morris <rgm@gnu.org>
10334
10335 * international/mule-cmds.el (mule-menu-keymap)
10336 (set-language-environment, set-locale-environment): Doc tweaks.
10337
10338 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10339
10340 * cus-face.el (custom-face-attributes): Add wave-style underline
10341 attribute.
10342 * faces.el (set-face-attribute): Update docstring to describe
10343 wave-style underline attribute.
10344
10345 2012-06-16 Chong Yidong <cyd@gnu.org>
10346
10347 * term/xterm.el (terminal-init-xterm): Discard input before
10348 querying background mode (Bug#10959).
10349
10350 2012-06-16 Stefan Merten <smerten@oekonux.de>
10351
10352 * textmodes/rst.el: Added and corrected some comments.
10353 (rst-re-alist-def): Improve symbol syntax.
10354 (rst-mode-syntax-table): Correct syntax entries.
10355 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10356 (rst-official-version, rst-official-cvs-rev): Update version
10357 information.
10358
10359 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10360
10361 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10362 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10363
10364 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10365
10366 * progmodes/python.el: New python.el merge.
10367 (python-guess-indent): Obsolete var.
10368 (python-indent-guess-indent-offset): New defcustom.
10369 (python-indent): Obsolete var.
10370 (python-indent-offset): New defcustom.
10371 (python-python-command, python-jython-command): Delete var.
10372 (python-shell-interpreter): New defcustom.
10373 (python-pdbtrack-do-tracking-p): Delete var.
10374 (python-pdbtrack-activate): New defcustom.
10375 (python-use-skeletons): Obsolete var.
10376 (python-skeleton-autoinsert): New defcustom.
10377 (inferior-python-filter-regexp, python-continuation-offset)
10378 (python-honour-comment-indentation, python-indent-string-contents)
10379 (python-jython-packages, python-mode-hook)
10380 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10381 (python-shell-prompt-alist)
10382 (python-source-modes): Delete defcustoms.
10383 (python-check-buffer-name, python-eldoc-setup-code)
10384 (python-eldoc-string-code, python-ffap-setup-code)
10385 (python-ffap-string-code, python-fill-comment-function)
10386 (python-fill-decorator-function, python-fill-paren-function)
10387 (python-fill-string-function, python-imenu-include-defun-type)
10388 (python-imenu-make-tree, python-imenu-subtree-root-label)
10389 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10390 (python-shell-compilation-regexp-alist)
10391 (python-shell-completion-module-string-code)
10392 (python-shell-completion-pdb-string-code)
10393 (python-shell-completion-setup-code)
10394 (python-shell-completion-string-code)
10395 (python-shell-enable-font-lock, python-shell-exec-path)
10396 (python-shell-extra-pythonpaths)
10397 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10398 (python-shell-process-environment)
10399 (python-shell-prompt-block-regexp)
10400 (python-shell-prompt-output-regexp)
10401 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10402 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10403 (python-shell-virtualenv-path): New defcustoms.
10404 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10405 (inferior-python-mode-syntax-table, python--prompt-regexp)
10406 (python-buffer, python-command python-python-command)
10407 (python-default-template, python-imports, python-indent-index)
10408 (python-indent-list, python-indent-list-length)
10409 (python-mode-running, python-pdbtrack-is-tracking-p)
10410 (python-preoutput-continuation, python-preoutput-leftover)
10411 (python-preoutput-result, python-preoutput-skip-next-prompt)
10412 (python-prev-dir/file, python-recursing)
10413 (python-saved-check-command, python-version-checked)
10414 (python-which-func-length-limit)
10415 (view-return-to-alist): Delete vars.
10416 (python-check-custom-command, python-dotty-syntax-table)
10417 (python-imenu-index-alist, python-indent-current-level)
10418 (python-indent-dedenters, python-indent-levels)
10419 (python-nav-beginning-of-defun-regexp)
10420 (python-nav-list-defun-positions-cache)
10421 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10422 (python-shell-internal-buffer)
10423 (python-skeleton-available): New vars.
10424 (def-python-skeleton): Delete macro.
10425 (python-skeleton-define): New macro.
10426 (python-define-auxiliary-skeleton, python-rx): New macros.
10427 (python-insert-class): Delete command.
10428 (python-skeleton-class): New command.
10429 (python-insert-def): Delete command.
10430 (python-skeleton-def): New command.
10431 (python-insert-for): Delete command.
10432 (python-skeleton-for): New command.
10433 (python-insert-if): Delete command.
10434 (python-skeleton-if): New command.
10435 (python-insert-try/except, python-insert-try/finally): Delete commands.
10436 (python-skeleton-try): New command.
10437 (python-insert-while): Delete command.
10438 (python-skeleton-while): New command.
10439 (python-backspace): Delete command.
10440 (python-indent-dedent-line-backspace): New command.
10441 (python-electric-colon): Delete command.
10442 (python-indent-electric-colon): New command.
10443 (python-guess-indent): Delete command.
10444 (python-indent-guess-indent-offset): New command.
10445 (python-shift-left): Delete command.
10446 (python-indent-shift-left): New command.
10447 (python-shift-right): Delete command.
10448 (python-indent-shift-right): New command.
10449 (python-find-function): Delete command.
10450 (python-nav-jump-to-defun): New command.
10451 (python-next-statement): Delete command.
10452 (python-nav-forward-sentence): New command.
10453 (python-previous-statement): Delete command.
10454 (python-nav-backward-sentence): New command.
10455 (python-fill-paragraph): Delete command.
10456 (python-fill-paragraph-function): New command.
10457 (python-send-buffer): Delete command.
10458 (python-shell-send-buffer): New command.
10459 (python-send-defun): Delete command.
10460 (python-shell-send-defun): New command.
10461 (python-send-region, python-send-region-and-go): Delete commands.
10462 (python-shell-send-region)
10463 (python-shell-switch-to-shell): New commands.
10464 (python-send-string): Delete command.
10465 (python-shell-send-string): New command.
10466 (python-switch-to-python): Delete command.
10467 (python-shell-switch-to-shell): New command.
10468 (python-describe-symbol): Delete command.
10469 (python-eldoc-at-point): New command.
10470 (python--set-prompt-regexp, python-args-to-list)
10471 (python-after-info-look, python-check-version)
10472 (python-check-comint-prompt, python-find-imports)
10473 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10474 (python-unload-function, python-expand-template)
10475 (python-maybe-jython, python-preoutput-filter)
10476 (python-pdbtrack-get-source-buffer)
10477 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10478 (python-pdbtrack-toggle-stack-tracking)
10479 (python-pdbtrack-track-stack-file, python-initial-text)
10480 (python-first-word, python-comment-line-p, python-send-command)
10481 (python-setup-brm, python-sentinel, python-set-proc)
10482 (python-skip-out, python-input-filter, python-outdent-p)
10483 (python-outline-level, python-backslash-continuation-line-p)
10484 (python-end-of-block, python-end-of-statement, python-mark-block)
10485 (python-beginning-of-block, python-beginning-of-statement)
10486 (python-blank-line-p, python-beginning-of-string)
10487 (python-open-block-statement-p): Delete functions.
10488 (python-indent-line, python-indent-line-1): Delete functions.
10489 (python-indent-line): New function.
10490 (python-indentation-levels): Delete function.
10491 (python-indent-calculate-levels): New function.
10492 (python-proc): Delete function.
10493 (python-shell-get-process): New function.
10494 (python-send-receive): Delete function.
10495 (python-shell-send-string-no-output): New function.
10496 (python-module-path): Delete function.
10497 (python-ffap-module-path): New function.
10498 (python-completion-at-point)
10499 (python-symbol-completions): Delete functions.
10500 (python-completion-complete-at-point): New function.
10501 (python-load-file): Delete function.
10502 (python-shell-send-file): New function.
10503 (python-calculate-indentation): Delete function.
10504 (python-indent-calculate-indentation): New function.
10505 (python-skip-comments/blanks): Delete function.
10506 (python-util-forward-comment): New function.
10507 (python-continuation-line-p): Delete function.
10508 (python-info-continuation-line-p): New function.
10509 (python-which-func, python-current-defun): Delete function.
10510 (python-info-current-defun): New function.
10511 (python-beginning-of-defun): Delete function.
10512 (python-nav-beginning-of-defun): New function.
10513 (python-close-block-statement-p)
10514 (python-block-end-p): Delete function.
10515 (python-info-closing-block): New function.
10516 (python-comint-output-filter-function)
10517 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10518 (python-fill-comment, python-fill-decorator, python-fill-paren)
10519 (python-fill-string, python-imenu-make-element-tree)
10520 (python-imenu-make-tree, python-imenu-tree-assoc)
10521 (python-indent-context, python-indent-dedent-line)
10522 (python-indent-line-function)
10523 (python-indent-post-self-insert-function)
10524 (python-indent-toggle-levels)
10525 (python-info-assignment-continuation-line-p)
10526 (python-info-beginning-of-backlash)
10527 (python-info-block-continuation-line-p)
10528 (python-info-closing-block-message)
10529 (python-info-line-ends-backslash-p)
10530 (python-info-looking-at-beginning-of-defun)
10531 (python-info-ppss-context, python-info-ppss-context-type)
10532 (python-nav-list-defun-positions, python-nav-read-defun)
10533 (python-nav-sentence-end, python-nav-sentence-start)
10534 (python-pdbtrack-comint-output-filter-function)
10535 (python-pdbtrack-set-tracked-buffer)
10536 (python-shell-calculate-exec-path)
10537 (python-shell-calculate-process-environment)
10538 (python-shell-completion--do-completion-at-point)
10539 (python-shell-completion--get-completions)
10540 (python-shell-completion-complete-at-point)
10541 (python-shell-completion-complete-or-indent)
10542 (python-shell-get-or-create-process)
10543 (python-shell-get-process-name)
10544 (python-shell-internal-get-or-create-process)
10545 (python-shell-internal-get-process-name)
10546 (python-shell-internal-send-string, python-shell-make-comint)
10547 (python-shell-parse-command, python-shell-send-setup-code)
10548 (python-skeleton-add-menu-items)
10549 (python-util-clone-local-variables, python-util-position)
10550 (run-python-internal, python-indentation-levels)
10551 (python-nav-beginning-of-defun)
10552 (python-completion-complete-at-point): New functions.
10553 (run-python): Change arguments. New API requirements.
10554
10555 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10558 (bug#11649).
10559
10560 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10561 (macroexp--expand-all): Use it.
10562
10563 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10564 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10565 Use `cl-function' instead.
10566
10567 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10568
10569 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10570 Suggested by Stefan Monnier while discussing bug#11657.
10571
10572 2012-06-14 Sam Steingold <sds@gnu.org>
10573
10574 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10575
10576 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10577
10578 * play/doctor.el (doctor-doc): Remove parameter and use
10579 doctor-sent instead of sent.
10580 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10581
10582 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * files.el: Require cl-lib.
10585 (file-name-non-special): Replace case -> cl-case.
10586
10587 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10588
10589 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10590 mapping from #' to function*.
10591
10592 2012-06-13 Chong Yidong <cyd@gnu.org>
10593
10594 * mouse.el (mouse-drag-track): Do not set the mark if the user
10595 releases the mouse without selecting anything (Bug#11588).
10596
10597 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10600 as well (bug#11646).
10601
10602 * loadup.el: Count byte-code functions as well.
10603
10604 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10605 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10606
10607 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10608 (bug#11649). Add cl-defun and cl-defmacro.
10609
10610 2012-06-13 Drew Adams <drew.adams@oracle.com>
10611
10612 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10613 Fix last change.
10614
10615 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10616
10617 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10618 Otherwise, it blocks in batch mode.
10619
10620 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10621
10622 * help-mode.el (bookmark-make-record-default): Declare.
10623
10624 2012-06-13 Chong Yidong <cyd@gnu.org>
10625
10626 * emacs-lisp/package.el (list-packages): Compute a list of
10627 packages that are newly-available since the last list-packages
10628 invocation.
10629 (package-menu--new-package-list): New var.
10630 (package-menu--generate, package-menu--print-info)
10631 (package-menu--status-predicate, package-menu-mark-install):
10632 Handle new status label "new".
10633
10634 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10637 conversion to backquotes.
10638
10639 2012-06-12 Chong Yidong <cyd@gnu.org>
10640
10641 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10642 Rename from gud-inhibit-global-bindings.
10643
10644 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10645
10646 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10647 hook from nxml-glyph-set-hook.
10648
10649 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10650 declaration.
10651
10652 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10653
10654 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10655 Convert to defcustom.
10656
10657 2012-06-12 Drew Adams <drew.adams@oracle.com>
10658
10659 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10660 New functions.
10661 (help-mode): Use them.
10662
10663 2012-06-11 Glenn Morris <rgm@gnu.org>
10664
10665 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10666 Use preprocessor face for directives.
10667 (fortran-directive-re): Doc fix.
10668
10669 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10672 conversion to backquotes (bug#11652).
10673
10674 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10675 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10676 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10677 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10678 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10679 (cl-ninth, cl-tenth): Mark them as inlinable.
10680 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10681 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10682 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10683 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10684 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10685 (cl-list*, cl-adjoin): Don't put an autoload manually.
10686 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10687 (cl--compiler-macro-list*): Add autoload cookie.
10688 (cl--compiler-macro-cXXr): New function.
10689
10690 * help-fns.el (help-fns--compiler-macro): New function extracted from
10691 describe-function-1; follow aliases and use `compiler-macro' property.
10692 (describe-function-1): Use it.
10693
10694 2012-06-11 Chong Yidong <cyd@gnu.org>
10695
10696 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10697 is uninstalled, if imagemagick is installed.
10698
10699 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * emacs-lisp/cl-lib.el: Use lexical-binding.
10702 (cl-map-extents, cl-maclisp-member): Remove.
10703 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10704 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10705 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10706 * emacs-lisp/cl-extra.el: Use lexical-binding.
10707 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10708 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10709 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10710 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10711 * emacs-lisp/cl-seq.el: Use lexical-binding.
10712 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10713 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10714 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10715 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10716 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10717 CL's internals.
10718
10719 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10720
10721 Sync with Tramp 2.2.6-pre.
10722
10723 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10724 `print-length' and `print-level' to nil, in order to avoid
10725 truncation. Reported by Christopher Schmidt
10726 <christopher@ristopher.com>.
10727
10728 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10729
10730 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10731 New defmacro.
10732 (tramp-compat-copy-directory): Add optional argument
10733 COPY-CONTENTS. It is not handled yet.
10734
10735 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10736 (tramp-ftp-file-name-p): Simplify.
10737
10738 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10739 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10740 connection vector.
10741
10742 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10743 (tramp-methods): Do not use `tramp-password-end-of-line'.
10744 (tramp-completion-function-alist-putty): Handle UNIX case.
10745 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10746 (tramp-do-file-attributes-with-stat)
10747 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10748 gid as real numbers. They could run out of integer range on cygwin.
10749 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10750 (tramp-sh-handle-expand-file-name): Handle hops.
10751 (tramp-open-connection-setup-interactive-shell):
10752 Use `tramp-cleanup'. Move check for busyboxes ...
10753 (tramp-find-shell): ... here. Simplify implementation.
10754 Set "remote-shell" property also for alternative shells.
10755 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10756 If failing, a regular file would be written otherwise.
10757 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10758 (tramp-find-inline-encoding): Cache the coding commands in the
10759 process cache. Apply test command on the remote side, if defined.
10760 (tramp-find-inline-compress): Cache the compress commands in the
10761 process cache.
10762 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10763 when requested. Handle hops.
10764 (tramp-current-connection): New defvar.
10765 (tramp-maybe-open-connection): Use `tramp-cleanup'.
10766 Throw `suppress', if there was a failed connection shortly before.
10767 Handle user interrupt. (Bug#10187)
10768 (tramp-get-inline-compress, tramp-get-inline-coding):
10769 Read connection properties from the process cache.
10770
10771 * net/tramp-smb.el (tramp-smb-server-version)
10772 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10773 New defconsts.
10774 (tramp-smb-prompt): Extend for powershell prompt.
10775 (tramp-smb-file-name-handler-alist): Add handlers for
10776 `process-file', `shell-command' and `start-file-process'.
10777 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10778 (tramp-smb-winexe-shell-command-switch): New defcustoms.
10779 (tramp-smb-file-name-p): Simplify.
10780 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10781 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10782 (tramp-smb-shell-quote-argument): New defuns.
10783 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10784 Implement using "tar". By this, time-stamps are preserved.
10785 (tramp-smb-handle-copy-file): Handle also the case of directories.
10786 (tramp-smb-do-file-attributes-with-stat)
10787 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10788 Use `tramp-get-connection-buffer').
10789 (tramp-smb-handle-rename-file): Use "rename", when source and
10790 target are on the same share.
10791 (tramp-smb-maybe-open-connection): Handle wrong passwords.
10792 Use `tramp-smb-server-version'.
10793 (tramp-smb-wait-for-output): Remove prompt.
10794
10795 * net/tramp.el (top): Require 'cl.
10796 (tramp-methods, tramp-rsh-end-of-line):
10797 Remove `tramp-password-end-of-line' from docstring.
10798 (tramp-save-ad-hoc-proxies): New defcustom.
10799 (tramp-completion-function-alist): Adapt docstring.
10800 (tramp-default-password-end-of-line): Remove defcustom.
10801 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
10802 (tramp-user-regexp, tramp-file-name-regexp-unified)
10803 (tramp-file-name-regexp-url): Extend regexp by hop separator.
10804 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10805 (tramp-remote-file-name-spec-regexp): New defconst.
10806 (tramp-file-name-structure): Extend structure for hops.
10807 (tramp-get-method-parameter): Move up.
10808 (tramp-file-name-p, tramp-dissect-file-name)
10809 (with-parsed-tramp-file-name): Handle hops.
10810 (tramp-file-name-hop): New defun.
10811 (tramp-make-tramp-file-name): New optional arg HOP.
10812 (tramp-message-show-progress-reporter-message): New defvar.
10813 (tramp-with-progress-reporter): Use it. We cannot use
10814 `tramp-message-show-message' here, because this suppresses also
10815 error buffers.
10816 (tramp-error-with-buffer): Suppress buffer view, if
10817 `tramp-message-show-message' is nil.
10818 Use `tramp-get-connection-buffer'.
10819 (tramp-cleanup): New defun.
10820 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10821 (tramp-file-name-handler): If `debug-on-error' is set, propagate
10822 an error unchanged.
10823 (tramp-completion-handle-file-name-all-completions): Handle hops.
10824 Fix an error when called from ido.
10825 (tramp-completion-dissect-file-name): Use better local variable
10826 name. Add hop to the vector.
10827 (tramp-handle-insert-file-contents): Use progress-reporter for the
10828 whole scenario.
10829 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10830 to `t'.
10831 (tramp-check-for-regexp): Simplify search.
10832 (tramp-enter-password): Remove it. Move implementation ...
10833 (tramp-action-password): ... here.
10834 (tramp-mode-string-to-int, tramp-local-host-p)
10835 (tramp-make-tramp-temp-file, tramp-read-passwd)
10836 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10837 Set tramp-autoload cookie.
10838
10839 * net/trampver.el: Update release number.
10840
10841 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10842 Michael Albinus <michael.albinus@gmx.de>
10843
10844 * net/tramp.el (tramp-set-completion-function): Fix docstring.
10845 (tramp-parse-group, tramp-parse-file)
10846 (tramp-parse-shostkeys-sknownhosts): New defuns.
10847 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10848 (tramp-parse-shosts-group, tramp-parse-sconfig)
10849 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10850 (tramp-parse-sknownhosts, tramp-parse-hosts)
10851 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10852 Use them.
10853 (tramp-parse-passwd-group, tramp-parse-netrc-group)
10854 (tramp-parse-putty-group): Don't narrow.
10855 (tramp-parse-putty): Make a loop.
10856 (tramp-file-name-handler): Catch the `suppress' signal.
10857
10858 2012-06-11 Chong Yidong <cyd@gnu.org>
10859
10860 * image.el (imagemagick-register-types): Put the ImageMagick entry
10861 at the end of image-type-file-name-regexps.
10862
10863 2012-06-11 Johan Bockgård <bojohan@gnu.org>
10864
10865 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10866 (pcase, pcase-let*, pcase-dolist): Use them.
10867
10868 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * emacs-lisp/pcase.el (pcase--let*): New function.
10871 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
10872 (pcase--expand): Use macroexp-let².
10873
10874 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10877 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10878 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10879 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10880 * emacs-lisp/derived.el: Use pcase instead of `cl'.
10881 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10882
10883 2012-06-10 Glenn Morris <rgm@gnu.org>
10884
10885 * mail/rmail.el (rmail-yank-current-message): Leave point at
10886 correct position. (Bug#11660)
10887
10888 2012-06-10 Chong Yidong <cyd@gnu.org>
10889
10890 * allout-widgets.el: Fix code header.
10891
10892 2012-06-10 Chong Yidong <cyd@gnu.org>
10893
10894 * cus-edit.el (customize-changed-options-previous-release):
10895 Bump to 24.1.
10896
10897 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
10898
10899 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10900
10901 2012-06-09 Chong Yidong <cyd@gnu.org>
10902
10903 * ebuff-menu.el (electric-buffer-list): Preserve header line.
10904
10905 2012-06-09 Martin Rudalics <rudalics@gmx.at>
10906
10907 * window.el (special-display-popup-frame): Don't use
10908 window--display-buffer (Bug#11651).
10909
10910 2012-06-09 Eli Zaretskii <eliz@gnu.org>
10911
10912 Fix parallel builds: make sure loaddefs.el is not being written
10913 while Lisp files are compiled.
10914 (compile): Don't depend on 'mh-autoloads'.
10915 (compile-CMD, compile-SH): Depend on 'autoloads'.
10916 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10917
10918 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
10919
10920 2012-06-09 Chong Yidong <cyd@gnu.org>
10921
10922 * face-remap.el (face-remap-add-relative, face-remap-set-base)
10923 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10924 Doc fixes (Bug#11225).
10925
10926 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10929 a function if there's a clear indication that it has a compiler-macro.
10930 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10931 (macro-declarations-alist): Add arglist to declaration functions.
10932 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10933 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10934 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10935 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10936 Also add autoload to find the compiler macro.
10937 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10938 (cl--compiler-macro-member, cl--compiler-macro-assoc)
10939 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10940 (cl--compiler-macro-get): New functions, replacing calls to
10941 cl-define-compiler-macro.
10942 (cl-typep) [compiler-macro]: Use macroexp-let².
10943
10944 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
10945
10946 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10947 string properly, fixes Bug#11473.
10948
10949 2012-06-08 Chong Yidong <cyd@gnu.org>
10950
10951 * faces.el (set-face-attribute): Doc fix.
10952 (modify-face): Don't use :bold and :italic.
10953 (error, warning, success): Tweak definitions.
10954
10955 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10956 (custom-modified, custom-set, custom-changed, custom-themed)
10957 (custom-saved, custom-button, custom-button-mouse)
10958 (custom-button-pressed, custom-state, custom-comment-tag)
10959 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10960 (custom-group-subtitle): Use new-style face specs.
10961 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10962 (custom-set-face, custom-changed-face, custom-saved-face)
10963 (custom-button-face, custom-button-pressed-face)
10964 (custom-documentation-face, custom-state-face)
10965 (custom-comment-face, custom-comment-tag-face)
10966 (custom-variable-tag-face, custom-variable-button-face)
10967 (custom-face-tag-face, custom-group-tag-face-1)
10968 (custom-group-tag-face): Remove obsolete face alias.
10969
10970 * epa.el (epa-validity-high, epa-validity-medium)
10971 (epa-validity-low, epa-mark, epa-field-name, epa-string)
10972 (epa-field-name, epa-field-body):
10973 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10974 (font-lock-keyword-face, font-lock-builtin-face)
10975 (font-lock-function-name-face, font-lock-variable-name-face)
10976 (font-lock-type-face, font-lock-constant-face):
10977 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10978 (ido-virtual, ido-indicator, ido-incomplete-regexp):
10979 * speedbar.el (speedbar-button-face, speedbar-file-face)
10980 (speedbar-directory-face, speedbar-tag-face)
10981 (speedbar-selected-face, speedbar-highlight-face)
10982 (speedbar-separator-face):
10983 * whitespace.el (whitespace-newline, whitespace-space)
10984 (whitespace-hspace, whitespace-tab, whitespace-trailing)
10985 (whitespace-line, whitespace-space-before-tab)
10986 (whitespace-space-after-tab, whitespace-indentation)
10987 (whitespace-empty):
10988 * emulation/cua-base.el (cua-global-mark):
10989 * eshell/em-prompt.el (eshell-prompt):
10990 * net/newst-plainview.el (newsticker-new-item-face)
10991 (newsticker-old-item-face, newsticker-immortal-item-face)
10992 (newsticker-obsolete-item-face, newsticker-date-face)
10993 (newsticker-statistics-face, newsticker-default-face):
10994 * net/newst-reader.el (newsticker-feed-face)
10995 (newsticker-extra-face, newsticker-enclosure-face):
10996 * net/newst-treeview.el (newsticker-treeview-face)
10997 (newsticker-treeview-new-face, newsticker-treeview-old-face)
10998 (newsticker-treeview-immortal-face)
10999 (newsticker-treeview-obsolete-face)
11000 (newsticker-treeview-selection-face):
11001 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11002 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11003 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11004 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11005 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11006 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11007 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11008 (mpuz-text):
11009 * progmodes/vera-mode.el (vera-font-lock-number)
11010 (vera-font-lock-function, vera-font-lock-interface):
11011 * textmodes/table.el (table-cell): Use new-style face specs, and
11012 don't use the old :bold and :italic attributes.
11013
11014 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11015 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11016 (ebrowse-member-class, ebrowse-progress): Likewise.
11017 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11018 (ebrowse-file-name-face, ebrowse-default-face)
11019 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11020 (ebrowse-progress-face): Remove obsolete faces.
11021
11022 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11023 Inherit from error and warning faces respectively.
11024
11025 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11026 Likewise.
11027 (flyspell-incorrect-face, flyspell-duplicate-face):
11028 Remove obsolete aliases.
11029
11030 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11031
11032 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11033 Avoid infloop.
11034
11035 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * startup.el (argv, argi): Make lexically scoped.
11038 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11039 * emacs-lisp/cl-macs.el: Use lexical-binding.
11040 Rename cl-bind-* to cl--bind-*.
11041 * files.el: Don't require `cl' since it doesn't use it.
11042 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11043
11044 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11047 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11048 instead of calling external sort utility.
11049 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11050
11051 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11052
11053 * descr-text.el (describe-char): Mention how to insert the
11054 character, if the current input method doesn't support it.
11055 See the discussion in this thread for the details:
11056 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11057
11058 2012-06-08 Sam Steingold <sds@gnu.org>
11059
11060 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11061 XF86Back to previous-buffer.
11062 (minibuffer-local-map): Bind them to next-history-element and
11063 previous-history-element respectively.
11064 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11065 help-go-back respectively.
11066 * info.el (Info-mode-map): Bind them to Info-history-forward and
11067 Info-history-back respectively.
11068 These are the keys next to Up on the ThinkPad keyboard.
11069
11070 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11073 * emacs-lisp/cl-macs.el: Provide itself.
11074 (cl--labels-convert-cache): New var.
11075 (cl--labels-convert): New function.
11076 (cl-flet, cl-labels): New implementation with new semantics, relying on
11077 lexical-binding.
11078 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11079 (cl-closure-vars, cl--function-convert-cache)
11080 (cl--function-convert): Move from cl-macs.el.
11081 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11082 rename by removing the "cl-" prefix.
11083 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11084
11085 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11088 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11089 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11090 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11091 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11092 (cl-hash-table-count): Add old compatibility aliases.
11093
11094 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11095 Use macroexpand-all-environment instead.
11096 (cl--old-macroexpand): New var.
11097 (cl--sm-macroexpand): New function.
11098 (cl-symbol-macrolet): Use it during macro expansion.
11099 (cl--function-convert-cache): New var.
11100 (cl--function-convert): New function, extracted from
11101 cl-macroexpand-all.
11102 (cl-lexical-let): Use it.
11103
11104 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11105 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11106 (cl-member): Remove old alias.
11107
11108 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11109 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11110 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11111 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11112 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11113 (cl-macroexpand-cmacs): Remove var.
11114 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11115 Use macroexpand-all instead.
11116
11117 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11120 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11121 (macroexp-copyable-p): New functions and macros.
11122 * emacs-lisp/edebug.el (edebug-unwrap):
11123 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11124 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11125 (pcase--let*): Remove.
11126 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11127 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11128 macroexp-const-p instead.
11129 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11130
11131 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11132 instead of "cl-" for internal definitions. Use macroexp-const-p.
11133 (cl-old-bc-file-form): Remove var.
11134 (cl-const-exprs-p): Remove fun.
11135 (cl-labels, cl-macrolet): Use backquote.
11136 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11137 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11138 (cl-define-setf-expander): Rename from cl-define-setf-method.
11139 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11140
11141 * international/mule-cmds.el: Don't require CL.
11142 (view-hello-file): Don't use `letf'.
11143
11144 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * tmm.el (tmm-prompt): Use string-prefix-p.
11147 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11148 (tmm-add-prompt): Use minibuffer-completion-help.
11149 (tmm-delete-map): Remove.
11150
11151 * subr.el (kbd): Make it its own function.
11152
11153 2012-06-07 Stefan Merten <smerten@oekonux.de>
11154
11155 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11156 Silence compiler warnings. Fix versions.
11157 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11158 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11159 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11160 (rst-package-emacs-version-alist): Correct Emacs version to
11161 represent major merge with upstream.
11162 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11163
11164 2012-06-06 Glenn Morris <rgm@gnu.org>
11165
11166 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11167 Only print environment variables if set.
11168
11169 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11172 (macroexp--cons): Rename from maybe-cons.
11173 (macroexp--accumulate): Rename from macroexp-accumulate.
11174 (macroexp--all-forms): Rename from macroexpand-all-forms.
11175 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11176 (macroexp--expand-all): Rename from macroexpand-all-1.
11177
11178 2012-06-06 Sam Steingold <sds@gnu.org>
11179
11180 * calendar/calendar.el (calendar-in-read-only-buffer):
11181 Call `special-mode' to enable the standard read-only keybindings.
11182
11183 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11186 with "loading" messages (bug#11635).
11187
11188 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11189
11190 * files.el (enable-remote-dir-locals): New option.
11191 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11192
11193 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11194 Ensure, that the temp directory is local.
11195
11196 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11197 `temporary-file-directory'.
11198
11199 * progmodes/python.el (python-send-region): Ensure, that the
11200 temporary file is created also in the remote case.
11201
11202 2012-06-06 Glenn Morris <rgm@gnu.org>
11203
11204 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11205 (vc-rcs-update-changelog): Use it.
11206
11207 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11208
11209 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11210 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11211 (vc-sccs-diff): Replace use of the external vcdiff script.
11212
11213 2012-06-05 Glenn Morris <rgm@gnu.org>
11214
11215 * ledit.el: Move to obsolete/.
11216
11217 2012-06-05 Sam Steingold <sds@gnu.org>
11218
11219 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11220 patch (Bug#11140).
11221
11222 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * emacs-lisp/cust-print.el: Move to obsolete.
11225
11226 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11227 compiler-macro expansion.
11228
11229 Add native compiler-macro support.
11230 * emacs-lisp/macroexp.el (macroexpand-all-1):
11231 Support compiler-macros directly. Properly follow aliases and apply
11232 the compiler macros more thoroughly.
11233 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11234 macroexpand now properly follows aliases.
11235 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11236 (cl-compiler-macroexpand): Use new prop.
11237 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11238
11239 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11240
11241 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11242
11243 * window.el (get-lru-window, get-mru-window, get-largest-window):
11244 New argument NOT-SELECTED to avoid picking the selected window.
11245 (window--display-buffer-1, window--display-buffer-2): Replace by
11246 new function window--display-buffer
11247 (display-buffer-same-window, display-buffer-reuse-window)
11248 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11249 Use window--display-buffer.
11250 (display-buffer-use-some-window): Remove temporary dedication
11251 hack by calling get-lru-window and get-largest-window with
11252 NOT-SELECTED argument non-nil. Call window--display-buffer.
11253
11254 2012-06-05 Glenn Morris <rgm@gnu.org>
11255
11256 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11257 Replace external vcdiff script.
11258
11259 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11262
11263 2012-06-04 Chong Yidong <cyd@gnu.org>
11264
11265 * image.el (imagemagick-types-inhibit): Revert last change.
11266 Add INFO and M.
11267 (imagemagick-enabled-types): Remove CIN and EPS*.
11268
11269 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * emacs-lisp/cl-lib.el: Rename from cl.el.
11272 * emacs-lisp/cl.el: New compatibility file.
11273 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11274 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11275 to obey the "cl-" prefix.
11276 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11277
11278 2012-06-03 Glenn Morris <rgm@gnu.org>
11279
11280 * emacs-lisp/authors.el (authors-aliases): Addition.
11281
11282 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11283 Fix :version.
11284
11285 2012-06-03 Stefan Merten <smerten@oekonux.de>
11286
11287 * textmodes/rst.el: Add comments.
11288 (rst-transition, rst-adornment): New faces.
11289 (rst-adornment-faces-alist): Make default safe to reevaluate.
11290 Fixes
11291 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11292 Improve customization tags.
11293 (rst-define-level-faces): Clarify meaning.
11294
11295 2012-06-03 Chong Yidong <cyd@gnu.org>
11296
11297 * progmodes/compile.el (compilation-mode-line-fail)
11298 (compilation-mode-line-run, compilation-mode-line-exit):
11299 New faces.
11300 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11301
11302 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11303
11304 * progmodes/which-func.el (which-func-update-ediff-windows):
11305 New function. Use it in ediff-select-hook (Bug#11478).
11306
11307 2012-06-03 Chong Yidong <cyd@gnu.org>
11308
11309 * bindings.el: Remove explicit help text from format-mode-line.
11310 It is now supplied by mode-line-default-help-echo.
11311 (mode-line-front-space, mode-line-end-spaces)
11312 (mode-line-misc-info): New variables.
11313 (mode-line-modes, mode-line-position): Move the default value to
11314 the variable definition.
11315 (mode-line-default-help-echo): New defcustom.
11316 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11317 (mode-line-modified-help-echo): New functions.
11318 (mode-line-mule-info, mode-line-modified): Use them.
11319 (mode-line-eol-desc, propertized-buffer-identification):
11320 Consistency fixes for help text.
11321 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11322 set-buffer-file-coding-system (Bug#289).
11323 (mode-line-mule-info-help-echo): Update help text.
11324
11325 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * simple.el (execute-extended-command): Set real-this-command
11328 (bug#11506).
11329
11330 2012-06-02 Chong Yidong <cyd@gnu.org>
11331
11332 Remove incorrect uses of "modeline" in comments, docstrings, and
11333 function/variable names (Bug#10329).
11334
11335 * cus-edit.el (mode-line):
11336 * dframe.el (dframe-mouse-hscroll):
11337 * emacs-lisp/re-builder.el:
11338 * emacs-lisp/easy-mmode.el (define-minor-mode):
11339 * frame.el (set-frame-name):
11340 * help.el (lookup-minor-mode-from-indicator):
11341 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11342 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11343 (c-toggle-hungry-state):
11344 * progmodes/antlr-mode.el (antlr-language-alist):
11345 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11346 * progmodes/vhdl-mode.el (vhdl-mode):
11347 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11348 * term/ns-win.el (ns-face-at-pos):
11349 * term/sup-mouse.el (sup-mouse-report):
11350 * textmodes/flyspell.el (flyspell-mode-line-string):
11351 * textmodes/ispell.el (ispell-highlight-face):
11352 * textmodes/reftex-global.el:
11353 * vc/vc-arch.el (vc-arch-mode-line-string):
11354 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11355 * vc/vc-git.el (vc-git-mode-line-string):
11356 * vc/vc-hooks.el (vc-display-status)
11357 (vc-default-mode-line-string):
11358 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11359
11360 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11361
11362 * dired.el (dired-sort-set-mode-line): Rename from
11363 dired-sort-set-modeline. All callers changed.
11364
11365 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11366 eshell-status-in-modeline.
11367
11368 * foldout.el (foldout-mode-line-string): Rename from
11369 foldout-modeline-string. All callers changed.
11370 (foldout-update-mode-line): Rename from foldout-update-modeline.
11371
11372 * subr.el (redraw-modeline): Make into obsolete alias.
11373
11374 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11375 timeclock-modeline-display. Make old name an alias.
11376 (timeclock-update-mode-line): Likewise. All callers changed.
11377 (timeclock-mode-line-display): No need to check before using
11378 add-hook.
11379 (timeclock-relative, timeclock-day-over-hook)
11380 (timeclock-use-elapsed, timeclock-mode-string)
11381 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11382
11383 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11384 crisp-mode-modeline-string.
11385
11386 * play/solitaire.el (solitaire-build-mode-line): Rename from
11387 solitaire-build-modeline. All callers changed.
11388
11389 * play/zone.el (zone-hiding-mode-line): Rename from
11390 zone-hiding-modeline. All callers changed.
11391 (zone): Remove unusued `modeline-hidden-level' property.
11392
11393 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11394 xscheme-modeline-initialize. All callers changed.
11395
11396 * strokes.el (strokes-lighter): Rename from
11397 strokes-modeline-string.
11398
11399 * textmodes/sgml-mode.el (html-face-tag-alist)
11400 (html-tag-face-alist): Use mode-line face instead of obsolete
11401 alias modeline.
11402
11403 2012-06-02 Stefan Merten <smerten@oekonux.de>
11404
11405 * textmodes/rst.el: Always require `cl'.
11406 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11407
11408 2012-06-02 Chong Yidong <cyd@gnu.org>
11409
11410 * image.el (imagemagick-enabled-types): Rename from
11411 imagemagick-types-enable. Add many more types.
11412 (imagemagick-types-inhibit): Change default to nil.
11413 (imagemagick-filter-types): Caller changed.
11414
11415 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * emacs-lisp/cl-macs.el: Use backquotes.
11418 (cl-transform-function-property): Use eval-and-compile rather than
11419 abusing `require'.
11420 (defstruct): Use declare-function instead of with-no-warnings.
11421
11422 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11423 (byte-compile-output-docform): Re-add the print-circle bindings.
11424 (byte-compile-fix-header): Use #$ just because it's shorter.
11425 (byte-compile-output-file-form): Remove defun/defmacro.
11426
11427 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11428
11429 * simple.el (choose-completion): Remove now obsolete binding for
11430 owindow.
11431
11432 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11433
11434 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11435 in order to avoid "Stack overflow in regexp matcher".
11436
11437 2012-05-31 Glenn Morris <rgm@gnu.org>
11438
11439 * image.el: For clarity, call imagemagick-register-types at
11440 top-level, rather than relying on a custom :initialize.
11441 (imagemagick-types-enable): New option. (Bug#11557)
11442 (imagemagick-filter-types): New function. (Bug#7406)
11443 (imagemagick-register-types): Use imagemagick-filter-types.
11444 If disabling support, remove elements altogether rather
11445 than using an impossible regexp.
11446 (imagemagick-types-inhibit): Give it the default init function.
11447
11448 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11451 Handle arbitrary file name lengths (Bug#11585).
11452
11453 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11454
11455 * desktop.el (desktop-read): Clear previous and next buffers for
11456 all windows and bury *Messages* buffer (bug#11556).
11457
11458 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 Add `declare' for `defun'. Align `defmacro's with it.
11461 * emacs-lisp/easy-mmode.el (define-minor-mode)
11462 (define-globalized-minor-mode): Don't autoload the var definitions.
11463 * emacs-lisp/byte-run.el: Use lexical-binding.
11464 (defun-declarations-alist, macro-declarations-alist): New vars.
11465 (defmacro, defun): Use them.
11466 (make-obsolete, define-obsolete-function-alias)
11467 (make-obsolete-variable, define-obsolete-variable-alias):
11468 Use `declare'.
11469 (macro-declaration-function): Mark obsolete.
11470 * emacs-lisp/autoload.el: Use lexical-binding.
11471 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11472
11473 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11474
11475 * textmodes/ispell.el (ispell-with-no-warnings):
11476 Define as a macro.
11477 (ispell-kill-ispell, ispell-change-dictionary):
11478 Use `called-interactively-p' for Emacs instead of obsolete
11479 `interactive-p'.
11480
11481 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11484 (macro-declaration-function): Move var from C code.
11485 (macro-declaration-function): Define function with defalias.
11486 * emacs-lisp/macroexp.el (macroexpand-all-1):
11487 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11488 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11489 defun/defmacro any more.
11490 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11491 Provide fallback for unknown arglist.
11492 (byte-compile-arglist-warn): Change calling convention.
11493 (byte-compile-output-file-form): Move print-vars binding.
11494 (byte-compile-output-docform): Simplify accordingly.
11495 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11496 (byte-compile-defmacro-declaration): Remove.
11497 (byte-compile-file-form-defmumble): Generalize to defalias.
11498 (byte-compile-output-as-comment): Return byte-positions.
11499 Simplify callers accordingly.
11500 (byte-compile-lambda): Use `assert'.
11501 (byte-compile-defun, byte-compile-defmacro): Remove.
11502 (byte-compile-file-form-defalias):
11503 Use byte-compile-file-form-defmumble.
11504 (byte-compile-defalias-warn): Remove.
11505
11506 2012-05-29 Stefan Merten <smerten@oekonux.de>
11507
11508 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11509 possible. Fix authors. Improve comments. Improve loading of `cl'.
11510
11511 (rst-mode-abbrev-table): Merge definition.
11512 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11513 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11514
11515 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11516
11517 * calendar/icalendar.el
11518 (icalendar-export-region): Export UID properly.
11519
11520 2012-05-29 Leo Liu <sdl.web@gmail.com>
11521 * calendar/icalendar.el (icalendar-import-format):
11522 Add `icalendar-import-format-uid' (Bug#11525).
11523 (icalendar-import-format-uid): New.
11524 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11525 Export UID.
11526
11527 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11530 different alternative patterns.
11531 (pcase-codegen): Be more careful to preserve identity.
11532 (pcase--u1): Don't forget to mark vars as used.
11533
11534 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11535 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11536 (byte-compile-from-buffer): ...rather than here.
11537
11538 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11539 functions from byte-compile-function-environment.
11540
11541 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11542
11543 * window.el (window-deletable-p): Avoid deleting the root window
11544 of a frame with an active minibuffer.
11545
11546 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11547
11548 * simple.el (choose-completion): Use quit-window (Bug#11567).
11549
11550 2012-05-29 Chong Yidong <cyd@gnu.org>
11551
11552 * whitespace.el (whitespace-cleanup): Fix usage of
11553 whitespace-empty-at-bob-regexp (Bug#11492).
11554
11555 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11556
11557 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11558 revert (Bug#11488).
11559
11560 2012-05-29 Juri Linkov <juri@jurta.org>
11561
11562 * isearch.el (isearch-mode-map): Bind `M-s _' to
11563 `isearch-toggle-symbol'. Bind `M-s c' to
11564 `isearch-toggle-case-fold'.
11565 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11566 (isearch-forward): Add `M-s _' to the docstring.
11567 (isearch-forward-symbol, isearch-toggle-case-fold)
11568 (isearch-symbol-regexp): New functions. (Bug#11381)
11569
11570 2012-05-29 Juri Linkov <juri@jurta.org>
11571
11572 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11573 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11574 a function, call it to get the regexp.
11575 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11576 property `isearch-message-prefix' instead of the string "word ".
11577 (isearch-search-fun-default): For the case of `isearch-word',
11578 return a lambda that calls re-search-forward/re-search-backward
11579 with a regexp returned by `word-search-regexp' or by the function
11580 in `isearch-word'.
11581
11582 2012-05-29 Juri Linkov <juri@jurta.org>
11583
11584 * isearch.el (isearch-search-fun-default): New function.
11585 (isearch-search-fun): Move default part to the new function
11586 `isearch-search-fun-default'.
11587 (isearch-search-fun-function): Set the default value to
11588 `isearch-search-fun-default'. (Bug#11381)
11589
11590 * comint.el (comint-history-isearch-end):
11591 Use `isearch-search-fun-default'.
11592 (comint-history-isearch-search): Use `isearch-search-fun-default'
11593 and remove spacial case for `isearch-word'.
11594 (comint-history-isearch-wrap): Remove spacial case for
11595 `isearch-word'.
11596
11597 * hexl.el (hexl-isearch-search-function):
11598 Use `isearch-search-fun-default'.
11599
11600 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11601 Use `word-search-regexp' for `isearch-word'.
11602
11603 * misearch.el (multi-isearch-search-fun):
11604 Use `isearch-search-fun-default'.
11605
11606 * simple.el (minibuffer-history-isearch-search):
11607 Use `isearch-search-fun-default' and remove spacial case for
11608 `isearch-word'.
11609 (minibuffer-history-isearch-wrap): Remove spacial case for
11610 `isearch-word'.
11611
11612 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11613 Remove spacial case for `isearch-word'.
11614 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11615
11616 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11617
11618 Decrease XEmacs incompatibilities.
11619 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11620 Use `string-match'.
11621 (flyspell-delete-region-overlays): Use alternative definition for
11622 XEmacs.
11623 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11624 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11625 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11626 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11627 `define-obsolete-face-alias' under XEmacs, but old method.
11628
11629 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11630 `with-no-warnings' definition or Emacs alias.
11631 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11632 (ispell-word): Do not use `region-p' if XEmacs.
11633
11634 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11635
11636 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11637 Check for `ispell-dictionary-base-alist' instead of full
11638 `ispell-dictionary-alist'.
11639 (ispell-init-process): Show spellchecker when starting new Ispell
11640 process.
11641
11642 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11645 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11646
11647 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11648
11649 * version.el (motif-version-string, gtk-version-string)
11650 (ns-version-string): Declare.
11651
11652 2012-05-27 Juri Linkov <juri@jurta.org>
11653
11654 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11655 after the `eval-defun-1' specialcaseing
11656 like in `edebug-eval-defun' (bug#10181).
11657
11658 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11659 like in `eval-defun-1'.
11660
11661 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11662
11663 * mail/sendmail.el (mail-yank-region):
11664 Recognize rmail-yank-current-message in addition to insert-buffer.
11665 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11666 a *mail* buffer created through rmail-start-mail with sendmail as
11667 mail-user-agent.
11668
11669 2012-05-27 Chong Yidong <cyd@gnu.org>
11670
11671 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11672 Default to 256 (Bug#11267).
11673
11674 * help.el (describe-mode): Doc fix.
11675
11676 2012-05-26 Glenn Morris <rgm@gnu.org>
11677
11678 * w32-fns.el (w32-init-info): Remove.
11679 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11680
11681 * info.el (info-initialize): For self-contained NS builds, put the
11682 included info/ directory at the front. (Bug#2791)
11683
11684 * paths.el (Info-default-directory-list): Make it a defcustom,
11685 mainly so that we can use custom-initialize-delay.
11686
11687 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * subr.el (buffer-has-markers-at): Mark obsolete.
11690
11691 * subr.el (lambda): Use declare.
11692
11693 * emacs-lisp/lisp-mode.el (lambda):
11694 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11695
11696 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11697
11698 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11699
11700 2012-05-26 Glenn Morris <rgm@gnu.org>
11701
11702 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11703
11704 2012-05-25 Glenn Morris <rgm@gnu.org>
11705
11706 * paths.el: Remove no-byte-compile.
11707 * loadup.el: No need to load paths.el uncompiled.
11708
11709 * image.el (imagemagick-types-inhibit): Doc fix.
11710
11711 * version.el: Remove no-byte-compile and associated formatting.
11712 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11713 is ancient code from when there was an "inc-vers.el".
11714
11715 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * progmodes/gdb-mi.el: Minor style changes.
11718 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11719 Turn into minor modes.
11720 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11721 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11722 (gdb-shell): Remove unneeded let-binding.
11723 (gdb-get-many-fields): Eliminate O(n²) behavior.
11724
11725 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11726
11727 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11728 platforms that don't link in fontset.c.
11729
11730 2012-05-25 Juri Linkov <juri@jurta.org>
11731
11732 Use the same diff color scheme as in modern VCSes (bug#10181).
11733
11734 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11735 to avoid confusion with `diff-added' that now uses green colors.
11736 (diff-removed): Use shades of red.
11737 (diff-added): Use shades of green.
11738 (diff-changed): Leave just the yellow color.
11739 (diff-use-changed-face): New variable.
11740 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11741 how to highlight context diff changes.
11742 (diff-refine-change): Use shades of yellow.
11743 (diff-refine-removed): New face that uses shades of red.
11744 (diff-refine-added): New face that uses shades of green.
11745 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11746 `diff-refine-removed' in the call to `smerge-refine-subst'
11747 depending on the value of `diff-use-changed-face'.
11748
11749 * vc/smerge-mode.el (smerge-mine): Use shades of red.
11750 (smerge-other): Use shades of green.
11751 (smerge-base): Use shades of yellow.
11752 (smerge-refined-change): Empty face.
11753 (smerge-refined-removed): New face that uses shades of red.
11754 (smerge-refined-added): New face that uses shades of green.
11755 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
11756 args `props-r' and `props-a', and use them. Doc fix.
11757 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11758 on its value use different faces `smerge-refined-change',
11759 `smerge-refined-removed', `smerge-refined-added' in the call to
11760 `smerge-refine-subst'.
11761
11762 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11763 Add face condition `min-colors 88' with shades of red.
11764 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11765 `min-colors 88' with shades of green.
11766 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11767 `min-colors 88' with shades of yellow.
11768
11769 2012-05-24 Glenn Morris <rgm@gnu.org>
11770
11771 * paths.el (prune-directory-list, remote-shell-program): Move to...
11772 * files.el (prune-directory-list, remote-shell-program): ...here.
11773 For the latter, delay initialization, prefer ssh, just search PATH.
11774
11775 * paths.el (term-file-prefix): Move to faces.el (the only user).
11776 * faces.el (term-file-prefix): Move here, make it a defcustom.
11777
11778 * paths.el (news-directory, news-path, news-inews-program):
11779 Move to gnus/nnspool.el.
11780
11781 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11782
11783 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11784 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11785 Make the latter a defcustom, with a delayed initialization.
11786
11787 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11788 These were deleted from Gnus itself late 2010.
11789
11790 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11791
11792 * progmodes/which-func.el (which-func-ff-hook):
11793 Check against user-error, not error.
11794
11795 * emacs-lisp/edebug.el (top): Do not load or set up loading of
11796 cl-specs.el, which no longer exists.
11797
11798 2012-05-22 Glenn Morris <rgm@gnu.org>
11799
11800 * info.el (info-emacs-bug): New command.
11801 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11802 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11803
11804 2012-05-21 Glenn Morris <rgm@gnu.org>
11805
11806 * makefile.w32-in (update-subdirs-SH):
11807 * Makefile.in (update-subdirs): Update for moved update-subdirs.
11808
11809 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11812
11813 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11814 Simplify Maven regexp, and make sure the file can't start with a space
11815 (bug#11517).
11816
11817 2012-05-21 Glenn Morris <rgm@gnu.org>
11818
11819 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11820 Scrap superfluous subshells.
11821
11822 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11825 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11826
11827 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
11828
11829 * calc/calc.el (calc-ensure-consistent-units): New variable.
11830
11831 * calc/calc-units.el (math-consistent-units-p)
11832 (math-check-unit-consistency): New functions.
11833 (calc-quick-units, calc-convert-units):
11834 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11835 is non-nil.
11836 (calc-extract-units): Fix typo.
11837
11838 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11841
11842 * textmodes/flyspell.el: Commenting style, plus code simplifications.
11843 (flyspell-default-deplacement-commands): Don't spell check after
11844 repeated window/frame switches (e.g. triggered by mouse-movement).
11845 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11846 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11847 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11848 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11849 Remove unused vars.
11850 (flyspell-get-casechars, flyspell-get-not-casechars):
11851 Simplify; Don't bother removing a ] just to add it back.
11852 * textmodes/ispell.el (ispell-program-name): Use executable-find.
11853
11854 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11855
11856 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11857 New functions.
11858 (math-function-table): Add support for more C functions.
11859
11860 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11861
11862 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11863 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11864 Protect delay handling for otherchars against empty otherchars.
11865
11866 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11869 their respective macro declarations.
11870 * skeleton.el (define-skeleton):
11871 * progmodes/compile.el (define-compilation-mode):
11872 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11873 (define-ibuffer-filter):
11874 * emacs-lisp/generic.el (define-generic-mode):
11875 * emacs-lisp/easy-mmode.el (define-minor-mode)
11876 (define-globalized-minor-mode):
11877 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11878 * emacs-lisp/byte-run.el (defsubst):
11879 * custom.el (deftheme): Add doc-string metadata.
11880
11881 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11884
11885 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11888
11889 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11890 * emacs-lisp/cl-macs.el: Idem.
11891 * emacs-lisp/cl-specs.el: Remove.
11892
11893 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 Minor renaming of internal CL functions and variables.
11896 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11897 (cl--position): Rename from cl-position.
11898 (cl--delete-duplicates): Rename from cl-delete-duplicates.
11899 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11900 (cl--random-state): Rename from *random-state*.
11901
11902 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11905 parens around the arg list (bug#11499).
11906
11907 2012-05-17 Juri Linkov <juri@jurta.org>
11908
11909 * isearch.el (word-search-regexp, word-search-backward)
11910 (word-search-forward, word-search-backward-lax)
11911 (word-search-forward-lax): Move functions from search.c
11912 (bug#10145, bug#11381).
11913
11914 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11915
11916 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11917 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11918 Delay for otherchars as for normal word components.
11919
11920 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * minibuffer.el (completion--sifn-requote): Fix last change.
11923 (minibuffer-local-must-match-filename-map):
11924 Move define-obsolete-variable-alias before its var.
11925
11926 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11929
11930 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11931 behavior.
11932 (completion--string-equal-p): New function.
11933 (completion--twq-all): Use it to get better assertion failure data.
11934
11935 Only handle ".." and '..' quoting in shell-mode (bug#11466).
11936 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11937 (shell--requote-argument): New functions.
11938 (shell-completion-vars): Use them.
11939 (shell--parse-pcomplete-arguments): Rename from
11940 shell-parse-pcomplete-arguments.
11941 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
11942 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11943 Obey comint-file-name-quote-list.
11944
11945 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11946 (smie-indent-keyword): Use it.
11947
11948 2012-05-14 Stefan Merten <smerten@oekonux.de>
11949
11950 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11951
11952 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * net/rlogin.el (rlogin-mode-map): Fix last change.
11955
11956 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
11957
11958 * mail/smtpmail.el (smtpmail-send-command): Send the command and
11959 the following \r\n using a single `process-send-string', since the
11960 Lotus SMTP server refuses to accept any commands if they are sent
11961 with two `process-send-string's (Bug#11444).
11962
11963 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 * shell.el (shell-parse-pcomplete-arguments):
11966 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11967
11968 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11969
11970 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11971 (image-transform-scale, image-transform-right-angle-fudge): New vars.
11972 (image-transform-width, image-transform-fit-width): New functions.
11973 (image-transform-properties): Use them.
11974 (image-transform-check-size): New function.
11975 (image-toggle-display-image): Use it (for testing).
11976 (image-transform-set-rotation): Reduce angle mod 360.
11977 Delete obsolete comment.
11978
11979 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11980
11981 * image-mode.el: Fix scaling (bug#11399).
11982 (image-transform-resize): Doc fix.
11983 (image-transform-properties): Default scale is 1 and height should
11984 be an integer.
11985
11986 2012-05-13 Johan Bockgård <bojohan@gnu.org>
11987
11988 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11989 than hard-coding `car', to fix misbehavior when moving forward.
11990
11991 2012-05-13 Chong Yidong <cyd@gnu.org>
11992
11993 * emacs-lisp/tabulated-list.el (tabulated-list-format)
11994 (tabulated-list-entries, tabulated-list-padding)
11995 (tabulated-list-sort-key): Make permanent-local.
11996
11997 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11998 (electric-buffer-list): Put electric buffer menu
11999 command descriptions in this docstring, instead of the docstring
12000 of electric-buffer-menu-mode. Code cleanups.
12001 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12002 Electric-buffer-menu-mode.
12003 (electric-buffer-update-highlight): Minor code cleanup.
12004
12005 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12006
12007 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12008 (Bug#11447)
12009
12010 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12011
12012 Move define-obsolete-variable-alias before the var's definition.
12013 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12014 * tooltip.el (tooltip-hook):
12015 * textmodes/reftex-toc.el (reftex-toc-map):
12016 * textmodes/reftex-sel.el (reftex-select-label-map)
12017 (reftex-select-bib-map):
12018 * textmodes/reftex-index.el (reftex-index-map)
12019 (reftex-index-phrases-map):
12020 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12021 * progmodes/meta-mode.el (meta-mode-map):
12022 * novice.el (disabled-command-hook):
12023 * loadhist.el (unload-hook-features-list):
12024 * frame.el (blink-cursor):
12025 * files.el (find-file-not-found-hooks, write-file-hooks)
12026 (write-contents-hooks):
12027 * emulation/tpu-edt.el (GOLD-map):
12028 * emacs-lock.el (emacs-lock-from-exiting):
12029 * emacs-lisp/generic.el (generic-font-lock-defaults):
12030 * emacs-lisp/chart.el (chart-map):
12031 * dos-fns.el (register-name-alist):
12032 * dired-x.el (dired-omit-files-p):
12033 * desktop.el (desktop-enable):
12034 * cus-edit.el (custom-mode-hook):
12035 * buff-menu.el (buffer-menu-mode-hook):
12036 * bookmark.el (bookmark-read-annotation-text-func)
12037 (bookmark-exit-hooks):
12038 * allout.el (allout-mode-deactivate-hook)
12039 (allout-exposure-change-hook, allout-structure-added-hook)
12040 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12041 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12042 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12043 comes before the corresponding variable's definition.
12044
12045 2012-05-12 Chong Yidong <cyd@gnu.org>
12046
12047 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12048 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12049 (Buffer-menu-mode-map): Bind it.
12050 (Buffer-menu--pretty-name): Add a mouse-face property.
12051
12052 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12055 (prolog-upper-case-string, prolog-lower-case-string)
12056 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12057 (prolog-use-smie, prolog-smie-grammar): New vars.
12058 (prolog-smie-forward-token, prolog-smie-backward-token)
12059 (prolog-smie-rules): New funs.
12060 (prolog-comment-indent): Remove.
12061 (prolog-mode-variables): Use default comment indentation instead.
12062 Setup SMIE.
12063 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12064 (prolog-mode): Don't call them any more.
12065 (prolog-electric-colon, prolog-electric-dash)
12066 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12067
12068 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12069
12070 * minibuffer.el (completion--twq-all): Again, allow case differences.
12071
12072 * term.el: Move keymap initialization code to be more idiomatic.
12073 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12074 (term-terminal-menu): Move initialization into declaration.
12075 (term-escape-char): Let the user set it in her .emacs.
12076
12077 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12078 Provide SMIE-based indentation (not enabled by default yet).
12079 (sh-mode-map): Don't bind electric keys.
12080 Use electric-pair-mode instead of skeleton-pair.
12081 (sh-assignment-regexp): Fit within 80 columns.
12082 (sh-indent-supported): Specify actual shell name instead of boolean.
12083 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12084 (sh-maybe-here-document): Use it. Make obsolete.
12085 (sh-electric-here-document-mode) New minor mode.
12086 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12087 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12088 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12089 (sh-smie-rc-grammar, sh-use-smie): New vars.
12090 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12091 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12092 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12093 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12094 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12095 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12096 (sh-set-shell): Use smie-setup if requested.
12097
12098 * term.el (term-set-escape-char): Properly set term-escape-char.
12099 See http://stackoverflow.com/questions/10524656.
12100
12101 2012-05-10 Chong Yidong <cyd@gnu.org>
12102
12103 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12104 Use url-generic-parse-url, and handle host names and Windows
12105 filenames properly.
12106 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12107 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12108 URL schemes to work on.
12109 (ffap--toggle-read-only): New function.
12110 (ffap-read-only, ffap-read-only-other-window)
12111 (ffap-read-only-other-frame): Use it.
12112 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12113 necessary for ffap-url-unwrap-remote.
12114
12115 2012-05-10 Dave Abrahams <dave@boostpro.com>
12116
12117 * cus-start.el (create-lockfiles): Add it.
12118
12119 2012-05-09 Chong Yidong <cyd@gnu.org>
12120
12121 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12122 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12123
12124 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12127
12128 2012-05-09 Chong Yidong <cyd@gnu.org>
12129
12130 * ansi-color.el (ansi-color-process-output): Check for validity of
12131 comint-last-output-start before using it. This avoids a bad
12132 interaction with gdb-mi's input/output buffer.
12133
12134 2012-05-09 Glenn Morris <rgm@gnu.org>
12135
12136 * files.el (dir-locals-read-from-file):
12137 Mention dir-locals in any error message.
12138
12139 2012-05-09 Chong Yidong <cyd@gnu.org>
12140
12141 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12142 package (Bug#11410).
12143
12144 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12145 variables into description.
12146
12147 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12150 shell-delimiter-argument-list (bug#11348).
12151 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12152
12153 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12154
12155 * textmodes/rst.el: Silence byte-compiler warnings.
12156 (rst-re-alist, rst-reset-section-caches): Move around.
12157 (rst-re): Use `characterp', not `char-valid-p'.
12158 (font-lock-beg, font-lock-end): Declare.
12159
12160 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12161 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12162
12163 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12164
12165 2012-05-08 Glenn Morris <rgm@gnu.org>
12166
12167 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12168
12169 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * vc/log-edit.el: Add GNU coding standards highlighting.
12172 (log-edit-font-lock-gnu-style)
12173 (log-edit-font-lock-gnu-keywords): New vars.
12174 (log-edit-font-lock-keywords): New fun.
12175 (log-edit-mode): Don't fold case in font-lock.
12176 (log-edit-font-lock-keywords): Do not assume case-folding.
12177
12178 * imenu.el: Misc cleanup. Make docstrings out of comments.
12179 Use lexical-binding.
12180 (imenu--index-alist, imenu--last-menubar-index-alist)
12181 (imenu-menubar-modified-tick): Use defvar-local.
12182 (imenu--split-menu): Remove unused var.
12183 (imenu--cleanup-seen): Declare as global.
12184 (imenu--cleanup): Use dolist.
12185
12186 * subr.el (defvar-local): Add debug spec and doc-string position.
12187
12188 2012-05-08 Glenn Morris <rgm@gnu.org>
12189
12190 * language/burmese.el, language/cham.el, language/czech.el:
12191 * language/english.el, language/georgian.el, language/greek.el:
12192 * language/japanese.el, language/khmer.el, language/korean.el:
12193 * language/lao.el, language/misc-lang.el, language/romanian.el:
12194 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12195 * language/thai.el, language/utf-8-lang.el:
12196 Remove no-byte-compile setting.
12197
12198 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12199
12200 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12201
12202 * progmodes/make-mode.el (makefile-browse):
12203 Remove unnecessary interactive. (Bug#11324)
12204
12205 2012-05-07 Glenn Morris <rgm@gnu.org>
12206
12207 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12208
12209 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12210
12211 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * loadup.el: Preload newcomment.el.
12214 * newcomment.el: Move autoload-only code to toplevel.
12215
12216 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12217 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12218 Handle new :right-align column property.
12219 (tabulated-list-print-col): Idem, plus use `display' text-property to
12220 try and preserve alignment for variable pitch fonts.
12221
12222 2012-05-07 Chong Yidong <cyd@gnu.org>
12223
12224 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12225 (tabulated-list-use-header-line): New var.
12226 (tabulated-list-init-header): Use it.
12227 (tabulated-list-print-fake-header): New function.
12228 (tabulated-list-print): Use it.
12229 (tabulated-list-sort-button-map): Add non-header-line commands.
12230 (tabulated-list-init-header): Add column name property to basic
12231 labels as well.
12232 (tabulated-list-col-sort): Handle non-header-line button case.
12233 (tabulated-list--sort-by-column-name): Fix a corner case.
12234
12235 * buff-menu.el (list-buffers--refresh):
12236 Handle Buffer-menu-use-header-line.
12237
12238 2012-05-06 Chong Yidong <cyd@gnu.org>
12239
12240 * buff-menu.el: Convert to Tabulated List mode.
12241 (Buffer-menu-buffer+size-width): Make obsolete.
12242 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12243 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12244 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12245 documentation into docstring of buffer-menu.
12246 (Buffer-menu-toggle-files-only): Add an informative message.
12247 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12248 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12249 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12250 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12251 (Buffer-menu-execute, Buffer-menu-select)
12252 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12253 (Buffer-menu-bury): Use Tabulated List machinery.
12254 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12255 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12256 Delete.
12257 (list-buffers--refresh): New function.
12258 (list-buffers-noselect): Use it.
12259 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12260 (Buffer-menu--pretty-file-name): New helper functions.
12261
12262 * loadup.el: Preload tabulated-list.
12263
12264 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12265 tabulated-list-sort-column.
12266 (tabulated-list-init-header): Add the initial aligning space even
12267 if tabulated-list-padding is zero.
12268
12269 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12270
12271 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12272 whose cdr is not a cons cell correctly (bug#11038).
12273
12274 2012-05-06 Chong Yidong <cyd@gnu.org>
12275
12276 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12277 Accept additional plist in column descriptors.
12278 (tabulated-list-init-header): Obey it.
12279 (tabulated-list-get-entry): New function.
12280 (tabulated-list-put-tag): Use it. Use string-width instead of
12281 length.
12282 (tabulated-list--column-number): New function.
12283 (tabulated-list-print): Use it.
12284 (tabulated-list-print-col): New function.
12285 Set `tabulated-list-column-name' property on each column's text.
12286 (tabulated-list-print-entry): Use it.
12287 (tabulated-list-delete-entry, tabulated-list-set-col):
12288 New functions.
12289 (tabulated-list-sort-column): New command (Bug#11337).
12290
12291 * buff-menu.el (list-buffers): Move C-x C-b binding from
12292 buff-menu.el to bindings.el.
12293
12294 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12295 :advertised-binding feature.
12296
12297 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12298
12299 * progmodes/compile.el (compilation-internal-error-properties):
12300 Calculate start position correctly when end-col is set but
12301 end-line is not (Bug#11382).
12302
12303 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12304
12305 * man.el (Man-unindent): Use text-property-default-nonsticky to
12306 prevent untabify from inheriting face properties (Bug#11408).
12307
12308 2012-05-05 Stefan Merten <smerten@oekonux.de>
12309
12310 * textmodes/rst.el: Major merge with upstream development up to
12311 Docutils SVN r7399 / rst.el V1.2.1.
12312
12313 Clarify maintainership and authors.
12314
12315 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12316 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12317 (rst-official-version, rst-official-cvs-rev, rst-version)
12318 (rst-package-emacs-version-alist): New functions and variables
12319 for version information.
12320
12321 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12322 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12323 (rst-mode-syntax-table, rst-mode): New and corrected functions
12324 and variables representing reStructuredText features.
12325
12326 (rst-re): New function for reStructuredText regexes. Use in
12327 many places.
12328
12329 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12330 (rst-mode-map): Rebind keys.
12331
12332 (rst-mode-lazy, rst-font-lock-keywords)
12333 (rst-font-lock-extend-region)
12334 (rst-font-lock-extend-region-internal)
12335 (rst-font-lock-extend-region-extend)
12336 (rst-font-lock-find-unindented-line-limit)
12337 (rst-font-lock-find-unindented-line-match)
12338 (rst-adornment-level, rst-font-lock-adornment-level)
12339 (rst-font-lock-adornment-match)
12340 (rst-font-lock-handle-adornment-pre-match-form)
12341 (rst-font-lock-handle-adornment-matcher): Major revision of
12342 font-locking. Integrate with other code. Use `jit-lock-mode'.
12343
12344 (rst-preferred-adornments, rst-adjust-hook)
12345 (rst-new-adornment-down, rst-preferred-bullets)
12346 (rst-preferred-bullets, rst-indent, rst-indent-width)
12347 (rst-indent-field, rst-indent-literal-normal)
12348 (rst-indent-literal-minimized, rst-indent-comment): Change,
12349 extend and improve customization.
12350
12351 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12352 (rst-normalize-cursor-position, rst-get-decoration)
12353 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12354 (rst-rstrip, rst-toc-insert-find-delete-contents)
12355 (rst-shift-fill-region, rst-compute-bullet-tabs)
12356 (rst-debug-print-tabs, rst-debug-mark-found)
12357 (rst-shift-region-guts, rst-shift-region-right)
12358 (rst-shift-region-left, rst-use-char-classes)
12359 (rst-font-lock-keywords-function)
12360 (rst-font-lock-indentation-point)
12361 (rst-font-lock-find-unindented-line-begin)
12362 (rst-font-lock-find-unindented-line-end)
12363 (rst-font-lock-find-unindented-line)
12364 (rst-font-lock-adornment-point, rst-font-lock-level)
12365 (rst-adornment-level-alist): Remove functions and variables.
12366
12367 (rst-compare-adornments, rst-get-adornment-match)
12368 (rst-suggest-new-adornment, rst-get-adornments-around)
12369 (rst-adornment-complete-p, rst-get-next-adornment)
12370 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12371 (rst-straighten-adornments): Standardize function names to
12372 use "adornment" instead of "decoration". Correct callers.
12373 Similar standardizing in many places.
12374
12375 (rst-update-section, rst-adjust, rst-promote-region)
12376 (rst-enumerate-region, rst-bullet-list-region)
12377 (rst-repeat-last-character): Correct use of `interactive'.
12378
12379 (rst-classify-adornment, rst-find-all-adornments)
12380 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12381 (rst-find-leftmost-column, rst-repeat-last-character):
12382 Refactor functions.
12383
12384 (rst-find-title-line, rst-reset-section-caches)
12385 (rst-get-adornments-around, rst-adjust-adornment-work)
12386 (rst-arabic-to-roman, rst-roman-to-arabic)
12387 (rst-insert-list-pos, rst-insert-list-new-item)
12388 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12389 New functions.
12390
12391 (rst-all-sections, rst-section-hierarchy)
12392 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12393 New variables.
12394
12395 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12396 configuration instead of only buffer. Change where necessary.
12397
12398 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12399 (rst-shift-region, rst-adaptive-fill): New functions for
12400 indentation and filling.
12401
12402 (rst-comment-line-break, rst-comment-indent)
12403 (rst-comment-insert-comment, rst-comment-region)
12404 (rst-uncomment-region): New functions for handling comments.
12405
12406 (rst-compile): Quote shell arguments.
12407
12408 (rst-compile-pdf-preview, rst-compile-slides-preview):
12409 Delete temporary files after use.
12410
12411 2012-05-05 Glenn Morris <rgm@gnu.org>
12412
12413 * calendar/cal-html.el: Optionally include holidays in the output.
12414 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12415 (cal-html-holidays): New option.
12416 (cal-html-css-default): Add holiday entry.
12417 (holiday-in-range): Autoload it.
12418 (cal-html-htmlify-entry): Add optional class argument.
12419 (cal-html-htmlify-list): Add optional holidays argument.
12420 (cal-html-insert-agenda-days): Include holidays in the output.
12421 (cal-html-one-month): Maybe include holidays.
12422
12423 * calendar/holidays.el (holiday-in-range):
12424 Move here from cal-tex-list-holidays.
12425 * calendar/cal-tex.el (cal-tex-list-holidays):
12426 Make it an obsolete alias for holiday-in-range. Update all callers.
12427
12428 2012-05-05 Chong Yidong <cyd@gnu.org>
12429
12430 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12431 Nextstep.
12432
12433 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12434
12435 * files.el (file-auto-mode-skip): New var.
12436 (set-auto-mode-1): Use it.
12437
12438 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * repeat.el: Use lexical-binding.
12441 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12442 (repeat-undo-count): Remove.
12443 (repeat):
12444 * progmodes/octave-mod.el (octave-abbrev-start):
12445 * progmodes/f90.el (f90-abbrev-start):
12446 * face-remap.el (text-scale-adjust):
12447 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12448
12449 * emacs-lisp/pcase.el (pcase--let*): New function.
12450 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12451 a bit more.
12452 (pcase--split-pred): Be more clever about ruling out overlap between
12453 a predicate and some constant pattern.
12454 (pcase--q1): Use `null' instead of (eq foo nil).
12455
12456 * subr.el (setq-local, defvar-local): New macros.
12457 (kbd): Redefine as an alias.
12458 (with-selected-window): Leave unrelated frames alone.
12459 (set-temporary-overlay-map): New function.
12460
12461 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * subr.el (user-error): New function.
12464 * window.el (switch-to-buffer):
12465 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12466 (smerge-match-conflict):
12467 * simple.el (previous-matching-history-element)
12468 (next-matching-history-element, goto-history-element, undo-more)
12469 (undo-start):
12470 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12471 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12472 (next-file, tags-loop-scan, list-tags, complete-tag):
12473 * progmodes/compile.el (compilation-loop):
12474 * mouse.el (mouse-minibuffer-check):
12475 * man.el (Man-bgproc-sentinel, Man-goto-page):
12476 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12477 (Info-history-forward, Info-follow-reference, Info-menu)
12478 (Info-extract-menu-item, Info-extract-menu-counting)
12479 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12480 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12481 (Info-next-reference, Info-prev-reference, Info-index)
12482 (Info-index-next, Info-follow-nearest-node)
12483 (Info-copy-current-node-name):
12484 * imenu.el (imenu--make-index-alist)
12485 (imenu-default-create-index-function, imenu-add-to-menubar):
12486 * files.el (basic-save-buffer, recover-file):
12487 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12488 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12489 (checkdoc-message-text, checkdoc-defun):
12490 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12491 * cus-edit.el (customize-changed-options, customize-rogue)
12492 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12493 (custom-variable-mark-to-reset-standard)
12494 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12495 (custom-file):
12496 * completion.el (check-completion-length):
12497 * comint.el (comint-search-arg)
12498 (comint-previous-matching-input-string-position)
12499 (comint-previous-matching-input)
12500 (comint-replace-by-expanded-history-before-point, comint-send-input)
12501 (comint-copy-old-input, comint-backward-matching-input)
12502 (comint-goto-process-mark, comint-set-process-mark):
12503 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12504 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12505
12506 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * dabbrev.el (dabbrev--ignore-case-p): New function.
12509 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12510 Use it.
12511
12512 * files.el (automount-dir-prefix): Mark as obsolete.
12513
12514 2012-05-04 Glenn Morris <rgm@gnu.org>
12515
12516 * patcomp.el, play/bruce.el: Move to obsolete/.
12517
12518 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12519
12520 Fix minor Y10k bugs.
12521 * arc-mode.el (archive-unixdate):
12522 * autoinsert.el (auto-insert-alist):
12523 * calc/calc-forms.el (math-this-year):
12524 * emacs-lisp/copyright.el (copyright-current-year)
12525 (copyright-update-year, copyright):
12526 * tar-mode.el (tar-clip-time-string):
12527 * time.el (display-time-update):
12528 Don't assume years have 4 digits.
12529
12530 2012-05-04 Chong Yidong <cyd@gnu.org>
12531
12532 * dos-w32.el (file-name-buffer-file-type-alist)
12533 (direct-print-region-use-command-dot-com):
12534 * ffap.el (ffap-menu-regexp):
12535 * find-file.el (ff-special-constructs):
12536 * follow.el (follow-debug):
12537 * forms.el (forms--debug):
12538 * iswitchb.el (iswitchb-all-frames):
12539 * ido.el (ido-all-frames):
12540 * emacs-lisp/timer.el (timer-max-repeats):
12541 * mail/feedmail.el (feedmail-mail-send-hook)
12542 (feedmail-mail-send-hook-queued):
12543 * mail/footnote.el (footnote-signature-separator):
12544 * mail/mailabbrev.el (mail-alias-separator-string)
12545 (mail-abbrev-mode-regexp):
12546 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12547 * progmodes/idlwave.el (idlwave-libinfo-file)
12548 (idlwave-default-completion-case-is-down)
12549 (idlwave-library-routines): Convert defvars to defcustoms.
12550
12551 * mail/rmail.el (rmail-decode-mime-charset):
12552 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12553 (idlwave-shell-fix-inserted-breaks)
12554 (idlwave-shell-activate-alt-keybindings)
12555 (idlwave-shell-use-breakpoint-glyph):
12556 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12557
12558 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12559
12560 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12561
12562 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12563
12564 * progmodes/verilog-mode.el (font-lock-keywords):
12565 Fix mis-highligting auto. Reported by Craig Barner.
12566 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12567 defines from global name space. Reported by Dan Dever.
12568 (verilog-auto-reset, verilog-auto-reset-widths)
12569 (verilog-auto-tieoff): Support using unbased numbers for
12570 AUTORESET and AUTOTIEOFF.
12571 (verilog-submit-bug-report): Update variable list.
12572 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12573 parenthesis from not matching. Reported by Michael Rytting.
12574 (verilog-auto-template-lint): Fix hash error when linting modules
12575 with no used templates.
12576 (verilog-warn, verilog-warn-error)
12577 (verilog-warn-fatal): When non-interactive report multiple
12578 warnings before exiting. Suggested by Brad Dobbie.
12579 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12580 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12581 to report unused template errors. Reported by Brad Dobbie.
12582 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12583 nets, bug438. Reported by Vns Blore.
12584 (verilog-auto-inout-module, verilog-auto-reg)
12585 (verilog-read-decls, verilog-read-sub-decls-sig)
12586 (verilog-signals-edit-wire-reg, verilog-signals-with):
12587 Fix passing of Verilog data types in ANSI input/output ports
12588 such as "output logic" into the AUTOs. Special case "wire" and
12589 "reg" for backwards compatibility presuming Verilog 2001.
12590 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12591 (verilog-preprocess): Fix replication of preprocess output.
12592 Reported by Brad Dobbie.
12593 (verilog-auto-inst-interfaced-ports):
12594 Create verilog-auto-inst-interfaced-ports, bug429.
12595 Reported by Julian Gorfajn.
12596 (verilog-after-save-font-hook)
12597 (verilog-before-save-font-hook): New variable.
12598 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12599 (verilog-save-font-mods): Wrap disabling fontification, reported
12600 by David Rogoff.
12601 (verilog-do-indent, verilog-pretty-declarations-auto)
12602 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12603 Reported by Pierre-David Pfister.
12604 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12605 of class declarations, bug292. Reported by Kevin Heilman.
12606 (verilog-read-decls): Fix 'parameter type' not appearing in
12607 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12608 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12609 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12610 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12611 Reported by David Kravitz.
12612
12613 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12614
12615 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12616 assignment with tests in ifs and for loops.
12617 (verilog-extended-complete-re, verilog-complete-reg): Change so
12618 that DPI inport functions don't look like fuction declarations.
12619 (verilog-pretty-expr): Don't line up assignment
12620 operations to the test and increment in if and for loops
12621 (verilog-extended-complete-re, verilog-complete-reg): Change so
12622 that DPI inport functions don't look like fuction declarations.
12623
12624 2012-05-03 Kenichi Handa <handa@m17n.org>
12625
12626 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12627 decoding, and show a warning message without signaling an error
12628 (Bug#11282).
12629
12630 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * emacs-lisp/bytecomp.el
12633 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12634 since cconv.el might have introduced :fun-body, internal-make-closure,
12635 and friends for bytecomp to handle (bug#11391).
12636 * custom.el (defcustom): Avoid ((λ ..) ..).
12637
12638 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12641
12642 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12643
12644 * notifications.el (dbus-debug):
12645 * term/linux.el (gpm-mouse-enable):
12646 * term/screen.el (xterm-register-default-colors): Declare.
12647
12648 2012-05-02 Chong Yidong <cyd@gnu.org>
12649
12650 * cus-start.el (gc-cons-percentage, exec-suffixes)
12651 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12652 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12653 (make-cursor-line-fully-visible, void-text-area-pointer)
12654 (font-list-limit): Add customization data.
12655
12656 * allout.el (allout-exposure-change-functions)
12657 (allout-structure-added-functions)
12658 (allout-structure-deleted-functions)
12659 (allout-structure-shifted-functions): Rename abnormal hooks from
12660 *-hook, and convert to defcustoms.
12661 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12662 Convert to defcustoms.
12663 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12664
12665 * allout-widgets.el: Hook callers changed.
12666
12667 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12668
12669 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12670 the yanked message in preference to the default value of
12671 buffer-file-coding-system.
12672
12673 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12674
12675 * window.el (display-buffer--action-function-custom-type):
12676 Fix entry.
12677
12678 2012-05-02 Alan Mackenzie <acm@muc.de>
12679
12680 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12681
12682 2012-05-01 Glenn Morris <rgm@gnu.org>
12683
12684 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12685
12686 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12687
12688 * cus-edit.el (custom-variable-documentation): Simplify with format.
12689
12690 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12691 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * simple.el (suggest-key-bindings, execute-extended-command):
12694 Move from keyboard.c.
12695
12696 2012-05-01 Chong Yidong <cyd@gnu.org>
12697
12698 * follow.el: Eliminate advice.
12699 (set-process-filter, process-filter, sit-for): Advice deleted.
12700 (follow-mode-off-hook): Obsolete hook removed.
12701 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12702 Vars deleted.
12703 (follow-auto): Use a :set function.
12704 (follow-mode): Rewritten. Don't advise process filters.
12705 (follow-switch-to-current-buffer-all, follow-scroll-up)
12706 (follow-scroll-down): Assume follow-mode is bound.
12707 (follow-comint-scroll-to-bottom)
12708 (follow-align-compilation-windows): New functions.
12709 (follow--window-sorter): New function.
12710 (follow-all-followers): Use it to explicitly sort windows by their
12711 positions; don't make assumptions about next-window order.
12712 (follow-windows-start-end, follow-delete-other-windows-and-split)
12713 (follow-calc-win-start): Doc fix.
12714 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12715 vertical-motion unnecessarily.
12716 (follow-adjust-window): New function.
12717 (follow-post-command-hook): Use it.
12718 (follow-call-set-process-filter, follow-call-process-filter)
12719 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12720 (follow-stop-intercept-process-output, follow-generic-filter):
12721 Functions deleted.
12722 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12723 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12724 New functions, replacing advice on scroll-bar-* commands.
12725 (follow-mwheel-scroll): New function (Bug#4112).
12726
12727 * comint.el (comint-adjust-point): New function.
12728 (comint-postoutput-scroll-to-bottom): Use it.
12729 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12730
12731 2012-05-01 Glenn Morris <rgm@gnu.org>
12732
12733 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12734 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12735 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12736 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12737 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12738 Remove no-byte-compile setting.
12739
12740 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * minibuffer.el (completion-table-with-quoting): Fix compatibility
12743 all-completions code to not return a number in the last cdr.
12744
12745 2012-04-30 Leo Liu <sdl.web@gmail.com>
12746
12747 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12748 read-only error.
12749
12750 2012-04-29 Chong Yidong <cyd@gnu.org>
12751
12752 * follow.el (follow-calc-win-end): Rewrite to handle partial
12753 screen lines correctly (Bug#8390).
12754 (follow-avoid-tail-recenter): Minor cleanup.
12755
12756 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 Avoid the obsolete `assoc' package.
12759 * speedbar.el (speedbar-refresh): Avoid adelete.
12760 (speedbar-file-lists): Simplify and avoid aput.
12761 * man.el (Man--sections, Man--refpages): New vars, replacing
12762 Man-sections-alist and Man-refpages-alist.
12763 (Man-build-section-alist, Man-build-references-alist):
12764 Use them; avoid aput.
12765 (Man--last-section, Man--last-refpage): New vars.
12766 (Man-follow-manual-reference): Use them.
12767 Use the `default' arg of completing-read.
12768 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
12769
12770 2012-04-27 Chong Yidong <cyd@gnu.org>
12771
12772 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12773
12774 * startup.el (x-apply-session-resources): New function.
12775
12776 * term/ns-win.el (ns-initialize-window-system):
12777 * term/w32-win.el (w32-initialize-window-system):
12778 * term/x-win.el (x-initialize-window-system): Use it to properly
12779 set menu-bar-mode and other vars from X resources, even if the
12780 initial frame is not a window-system frame (Bug#2299).
12781
12782 * subr.el (read-key): Avoid running filter function when setting
12783 up temporary tool bar entries (Bug#9922).
12784
12785 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12786
12787 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12788 (Bug#11344)
12789
12790 2012-04-27 Chong Yidong <cyd@gnu.org>
12791
12792 * select.el (xselect--encode-string): New function, split from
12793 xselect-convert-to-string.
12794 (xselect-convert-to-string): Use it.
12795 (xselect-convert-to-filename, xselect-convert-to-os)
12796 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12797 returned strings are properly encoded (Bug#11315).
12798
12799 2012-04-27 Chong Yidong <cyd@gnu.org>
12800
12801 * simple.el (delete-active-region): Move to killing custom group.
12802
12803 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12804
12805 * progmodes/which-func.el (which-func-current): Quote %
12806 characters for mode-line processing.
12807
12808 2012-04-27 Chong Yidong <cyd@gnu.org>
12809
12810 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12811 reaching eob (Bug#11286).
12812
12813 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12814
12815 * progmodes/gdb-mi.el (gdb-control-level): New variable.
12816 (gdb): Make it buffer-local and init to zero.
12817 (gdb-control-commands-regexp): New variable.
12818 (gdb-send): Don't wrap in "-interpreter-exec console" if
12819 gdb-control-level is positive. Increment gdb-control-level
12820 whenever the command matches gdb-control-commands-regexp, and
12821 decrement it each time the command is "end". (Bug#11279)
12822
12823 2012-04-27 Martin Rudalics <rudalics@gmx.at>
12824
12825 * window.el (adjust-window-trailing-edge, enlarge-window)
12826 (shrink-window, window-resize):
12827 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12828 windows (Bug#11276).
12829
12830 2012-04-27 Chong Yidong <cyd@gnu.org>
12831
12832 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12833 fix "missing prefix" warning. All callers changed.
12834
12835 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * emacs-lisp/assoc.el: Move to obsolete/.
12838
12839 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12842
12843 * term/ns-win.el (ns-define-service):
12844 * progmodes/pascal.el (pascal-goto-defun):
12845 * progmodes/js.el (js--read-tab):
12846 * progmodes/etags.el (tags-lazy-completion-table):
12847 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12848 * emacs-lisp/ewoc.el (ewoc--wrap):
12849 * emacs-lisp/assoc.el (aput, adelete, amake):
12850 * doc-view.el (doc-view-convert-current-doc):
12851 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12852
12853 2012-04-26 Chong Yidong <cyd@gnu.org>
12854
12855 * image.el (image-type-from-buffer): Only return supported image
12856 type (Bug#9045).
12857
12858 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12859 value, for symmetry with diff-end-of-hunk.
12860 (diff-split-hunk, diff-find-source-location)
12861 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12862 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12863 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12864 compute the relevant hunk or file properly (Bug#6005).
12865 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12866
12867 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * vc/vc-mtn.el:
12870 * vc/vc-hg.el:
12871 * vc/vc-git.el:
12872 * vc/vc-dir.el:
12873 * vc/vc-cvs.el:
12874 * vc/vc-bzr.el:
12875 * vc/vc-arch.el:
12876 * vc/vc.el: Replace lexical-let by lexical-binding.
12877 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12878 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12879 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12880
12881 2012-04-26 Chong Yidong <cyd@gnu.org>
12882
12883 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12884 (diff-mode-shared-map): Bind it to / and [remap undo].
12885
12886 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12887 (ediff-window-setup-function): Use it as the default, to set up
12888 windows based on whether the current frame is graphical (Bug#2138).
12889 (ediff-choose-window-setup-function-automatically): Make obsolete.
12890
12891 * vc/ediff-init.el: Always define ediff-pixel-width/height.
12892
12893 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * ffap.el: Remove old code for obsolete package.
12896 (ffap-complete-as-file-p): Remove.
12897
12898 Use completion-table-with-quoting for comint and pcomplete.
12899 * comint.el (comint--unquote&requote-argument)
12900 (comint--unquote-argument, comint--requote-argument): New functions.
12901 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12902 (comint-quote-filename): Use regexp-opt-charset.
12903 (comint--common-suffix, comint--common-quoted-suffix)
12904 (comint--table-subvert): Remove.
12905 (comint-unquote-function, comint-requote-function): New vars.
12906 (comint--complete-file-name-data): Use them with
12907 completion-table-with-quoting.
12908 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12909 * pcomplete.el (pcomplete-arg-quote-list)
12910 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12911 (pcomplete-unquote-argument-function): Default to non-nil.
12912 (pcomplete-unquote-argument): Simplify.
12913 (pcomplete--common-quoted-suffix): Remove.
12914 (pcomplete-requote-argument-function): New var.
12915 (pcomplete--common-suffix): New function.
12916 (pcomplete-completions-at-point): Use completion-table-with-quoting
12917 and completion-table-subvert.
12918
12919 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12920 (minibuffer--double-dollars): Preserve properties.
12921 (completion--sifn-requote): New function.
12922 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12923
12924 * minibuffer.el: Add support for completion of quoted/escaped data.
12925 (completion-table-with-quoting, completion-table-subvert): New funs.
12926 (completion--twq-try, completion--twq-all): New functions.
12927 (completion--nth-completion): New function.
12928 (completion-try-completion, completion-all-completions): Use it.
12929
12930 2012-04-25 Leo Liu <sdl.web@gmail.com>
12931
12932 * progmodes/python.el (python-pdbtrack-get-source-buffer):
12933 Use compilation-message if available to find real filename.
12934
12935 2012-04-25 Chong Yidong <cyd@gnu.org>
12936
12937 * vc/diff-mode.el (diff-setup-whitespace): New function.
12938 (diff-mode): Use it.
12939
12940 * vc/diff.el (diff-sentinel):
12941 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12942 Whitespace mode variables based on diff style (Bug#8612).
12943
12944 2012-04-25 Leo Liu <sdl.web@gmail.com>
12945
12946 * progmodes/python.el (python-send-region): Add suffix .py to the
12947 temp file.
12948
12949 * files.el (auto-mode-alist): Use javascript-mode instead.
12950
12951 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
12952
12953 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
12954
12955 * net/soap-client.el (soap-resolve-references-for-sequence-type)
12956 (soap-resolve-references-for-array-type): Hack to prevent self
12957 references, see Bug#9.
12958 (soap-parse-envelope): Report the contents of the 'detail' node
12959 when receiving a fault reply.
12960 (soap-parse-envelope): Report the contents of the entire 'detail' node.
12961
12962 * net/soap-inspect.el (soap-sample-value-for-simple-type)
12963 (soap-inspect-simple-type): New function.
12964
12965 * net/soap-client.el (soap-simple-type): New struct.
12966 (soap-default-xsd-types, soap-default-soapenc-types)
12967 (soap-decode-basic-type, soap-encode-basic-type):
12968 support unsignedInt and double basic types.
12969 (soap-resolve-references-for-simple-type)
12970 (soap-parse-simple-type, soap-encode-simple-type): New function.
12971 (soap-parse-schema): Parse xsd:simpleType declarations.
12972
12973 * net/soap-client.el (soap-default-xsd-types)
12974 (soap-default-soapenc-types): Add integer, byte and anyURI types.
12975 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12976 the local name of "soapenc:Array".
12977 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12978 decoding integer, byte and anyURI xsd types.
12979
12980 2012-04-25 Chong Yidong <cyd@gnu.org>
12981
12982 * cus-edit.el (custom-buffer-create-internal): Update header text.
12983
12984 2012-04-25 Eli Zaretskii <eliz@gnu.org>
12985
12986 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12987 settings on 'system-type', not on 'window-system'. On MS-Windows,
12988 set interactive-mode on in GDB.
12989
12990 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12993 (ruby-syntax-propertize-regexp): Remove.
12994 (ruby-syntax-propertize-function): Split regexp into chunks.
12995 Match following code directly.
12996
12997 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
12998
12999 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13000 (ruby-syntax-propertize-regexp): New function.
13001 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13002 by a special keyword.
13003
13004 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13005 (ruby-syntax-general-delimiters-goto-beg)
13006 (ruby-syntax-propertize-general-delimiters): New functions.
13007 (ruby-syntax-propertize-function): Use them to handle GDL.
13008 (ruby-font-lock-keywords): Move old handling of GDL...
13009 (ruby-font-lock-syntactic-keywords): .. to here.
13010 (ruby-calculate-indent): Adjust indentation for GDL.
13011
13012 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13013
13014 * notifications.el (top): Remove unneeded declarations.
13015 (notifications-specification-version): Change to "1.2".
13016 (notifications-interface, notifications-notify-method)
13017 (notifications-close-notification-method): Fix docstring.
13018 (notifications-get-capabilities-method): New defconst.
13019 (notifications-notify): Add :action-items, :resident and
13020 :transient hints. Change "image_data" to "image-data" and
13021 "image_path" to "image-path".
13022 (notifications-get-capabilities): New defun.
13023
13024 2012-04-24 Leo Liu <sdl.web@gmail.com>
13025
13026 * progmodes/python.el: Move hideshow setup to the end.
13027
13028 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13029
13030 * window.el (handle-select-window): Clear echo area since this is
13031 no more done by read_char (Bug#11304).
13032
13033 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13034
13035 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13036 and `/ M' to filter-derived-mode.
13037 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13038 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13039 (ibuffer-mark-by-mode): Use default rather than initial-input.
13040 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13041
13042 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13043
13044 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13045 (ibuffer-filter-by-derived-mode): New filter.
13046 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13047
13048 2012-04-23 Andreas Politz <politza@fh-trier.de>
13049
13050 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13051
13052 2012-04-23 Chong Yidong <cyd@gnu.org>
13053
13054 * cus-edit.el (customize-apropos, customize-apropos-options):
13055 Disable matching of non-option variables (Bug#11176).
13056 (customize-option, customize-option-other-window)
13057 (customize-changed-options): Doc fix.
13058 (customize-apropos-options, customize-apropos-faces)
13059 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13060
13061 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13062 Fix word list splitting (Bug#11132).
13063 (apropos-symbol, apropos-keybinding, apropos-label)
13064 (apropos-property, apropos-function-button)
13065 (apropos-variable-button, apropos-misc-button): New faces.
13066 (apropos-symbol-face, apropos-keybinding-face)
13067 (apropos-label-face, apropos-property-face, apropos-match-face):
13068 Variables removed (Bug#8396).
13069 (apropos-library-button, apropos-format-plist, apropos-print)
13070 (apropos-print-doc, apropos-describe-plist): Callers changed.
13071
13072 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13073
13074 * net/xesam.el (xesam-mode-map): Use let-bound map in
13075 initialization. (Bug#11292)
13076
13077 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13078
13079 Preserve ispell session localwords when switching back to
13080 original buffer.
13081
13082 * textmodes/ispell.el (ispell-buffer-session-localwords):
13083 New buffer-local variable to hold buffer session localwords.
13084 (ispell-kill-ispell): Add option 'clear to delete session
13085 localwords.
13086 (ispell-command-loop, ispell-change-dictionary)
13087 (ispell-buffer-local-words): Preserve session localwords when
13088 needed.
13089
13090 * textmodes/flyspell.el (flyspell-process-localwords)
13091 (flyspell-do-correct): Preserve session localwords when needed.
13092
13093 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13094
13095 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13096 using obsolete `translation-table-for-input'.
13097 (ispell-word, ispell-process-line, ispell-complete-word):
13098 Use plain `insert' instead of removed `ispell-insert-word'.
13099
13100 2012-04-22 Chong Yidong <cyd@gnu.org>
13101
13102 * cus-edit.el (custom-variable-menu)
13103 (custom-variable-reset-saved, custom-face-menu)
13104 (custom-face-reset-saved): If there is no saved value, make the
13105 "reset-saved" operation bring back the default (Bug#9509).
13106 (custom-face-state): Properly detect themed faces.
13107
13108 * faces.el (face-spec-set): Stop supporting deprecated form of
13109 third arg.
13110
13111 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13112
13113 Move functions from C to Lisp. Make non-blocking method calls
13114 the default. Implement further D-Bus standard interfaces.
13115
13116 * net/dbus.el (dbus-message-internal): Declare function.
13117 Remove unneeded function declarations.
13118 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13119 (dbus-message-type-method-return, dbus-message-type-error)
13120 (dbus-message-type-signal): Declare variables. Remove local
13121 definitions.
13122 (dbus-interface-dbus, dbus-interface-peer)
13123 (dbus-interface-introspectable, dbus-interface-properties)
13124 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13125 Adapt docstring.
13126 (dbus-interface-objectmanager): New defconst.
13127 (dbus-call-method, dbus-call-method-asynchronously)
13128 (dbus-send-signal, dbus-method-return-internal)
13129 (dbus-method-error-internal, dbus-register-service)
13130 (dbus-register-signal, dbus-register-method): New defuns, moved
13131 from dbusbind.c
13132 (dbus-call-method-handler, dbus-setenv)
13133 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13134 New defuns.
13135 (dbus-call-method-non-blocking): Make it an obsolete function.
13136 (dbus-unregister-object, dbus-unregister-service)
13137 (dbus-handle-event, dbus-register-property)
13138 (dbus-property-handler): Obey the new structure of
13139 `bus-registered-objects'.
13140 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13141 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13142 Use `dbus-call-method'.
13143
13144 2012-04-22 Chong Yidong <cyd@gnu.org>
13145
13146 * cus-edit.el (custom-commands, custom-reset-menu)
13147 (Custom-reset-standard): Tweak labels.
13148 (custom-reset-button-menu): Change default to t.
13149 (custom-buffer-create-internal): For the custom-reset-button-menu
13150 case, put the revert button first.
13151 (custom-group-subtitle): New face.
13152 (custom-group-value-create): Align docstring to a specific column.
13153
13154 * wid-edit.el (widget-documentation-link-add): Don't handle
13155 indentation in this function.
13156 (widget-documentation-string-indent-to): New function.
13157 (widget-documentation-string-value-create): Use it.
13158
13159 * autorevert.el (auto-revert):
13160 * epg-config.el (epg):
13161 * ibuffer.el (ibuffer):
13162 * mpc.el (mpc):
13163 * ses.el (ses):
13164 * eshell/eshell.el (eshell):
13165 * net/ange-ftp.el (ange-ftp):
13166 * progmodes/ebnf2ps.el (postscript):
13167 * progmodes/flymake.el (flymake):
13168 * progmodes/prolog.el (prolog):
13169 * progmodes/verilog-mode.el (verilog-mode):
13170 * progmodes/which-func.el (which-func):
13171 * term/xterm.el (xterm):
13172 * textmodes/picture.el (picture):
13173 * textmodes/tildify.el (tildify):
13174 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13175 customization buffers.
13176
13177 2012-04-22 Alan Mackenzie <acm@muc.de>
13178
13179 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13180 Adding a ) can hide the resulting (..) from searches. Fix it.
13181 Bound the backward search to the position of the existing (.
13182
13183 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13184
13185 * progmodes/verilog-mode.el (verilog-mode): Check whether
13186 which-func-modes is t before adding verilog-mode.
13187 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13188
13189 2012-04-21 Leo Liu <sdl.web@gmail.com>
13190
13191 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13192
13193 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13194
13195 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13196 filling of the last column of a table (Bug#5635).
13197 (woman-find-next-control-line): New arg, specifying an additional
13198 regexp component for the control line.
13199 (woman2-roff-buffer): Use it.
13200 (woman-break-table): New function.
13201 (woman2-TS): Use it.
13202
13203 2012-04-21 Chong Yidong <cyd@gnu.org>
13204
13205 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13206 (woman-horizontal-escapes, woman-negative-vertical-space)
13207 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13208 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13209
13210 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * minibuffer.el (completion-file-name-table): Complete user names.
13213
13214 2012-04-20 Leo Liu <sdl.web@gmail.com>
13215
13216 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13217 and pcase-let*.
13218
13219 2012-04-20 Chong Yidong <cyd@gnu.org>
13220
13221 * server.el (server-execute): Respect initial-buffer-choice if it
13222 is a string and there are no files to open (Bug#2825).
13223 (server-create-window-system-frame, server-create-tty-frame):
13224 Don't switch buffers here.
13225 (server-process-filter): Only try to open a window system frame if
13226 compiled with graphical support (Bug#8314).
13227
13228 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13229
13230 * battery.el (battery-echo-area-format): Display remaining time
13231 for sysfs backend too (Bug#11269).
13232 (battery-linux-sysfs): Fix conditional for the charge.
13233
13234 2012-04-20 Chong Yidong <cyd@gnu.org>
13235
13236 * progmodes/gdb-mi.el (gdb): Revert previous change.
13237 (gdb-inferior-io--init-proc): New function.
13238 (gdb-init-1): Use it.
13239 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13240 responsible for allocating a new pty and hooking it to gdb when
13241 the old pty gets an EIO due to process exit.
13242 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13243 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13244 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13245
13246 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13247
13248 * window.el (window-min-size, window-sizable, window-min-delta)
13249 (window-max-delta, window--resizable, window-resizable)
13250 (window-total-size, window-full-height-p, window-full-width-p)
13251 (window-in-direction, window--resize-mini-window, window-resize)
13252 (window--resize-child-windows-normal)
13253 (window--resize-child-windows, window--resize-siblings)
13254 (window--resize-this-window, adjust-window-trailing-edge)
13255 (enlarge-window, shrink-window): Doc fixes.
13256
13257 2012-04-20 Chong Yidong <cyd@gnu.org>
13258
13259 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13260 New function to call delete-process on the gdb-inferior buffer's pty.
13261 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13262 pty process (Bug#11273).
13263 (gdb-update): New arg to suppress talking to the gdb process.
13264 (gdb-done-or-error): Use it.
13265 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13266 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13267 sentinel not being called.
13268
13269 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13270
13271 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13272
13273 2012-04-20 Glenn Morris <rgm@gnu.org>
13274
13275 * net/network-stream.el (open-network-stream): Doc fix.
13276
13277 2012-04-20 Chong Yidong <cyd@gnu.org>
13278
13279 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13280
13281 2012-04-20 Alan Mackenzie <acm@muc.de>
13282
13283 Ensure searching for keywords is case sensitive.
13284
13285 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13286 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13287 (c-defun-name, c-mark-function, c-cpp-define-name)
13288 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13289 (c-context-line-break): Bind case-fold-search to nil.
13290
13291 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13292 Bind case-fold-search to nil.
13293
13294 2012-04-20 Chong Yidong <cyd@gnu.org>
13295
13296 * mail/sendmail.el (mail-bury): Call return action with the right
13297 Rmail buffer (Bug#11242).
13298
13299 * server.el (server-process-filter): Handle corner case where both
13300 tty and nowait options are present (Bug#11102).
13301
13302 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13303
13304 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13305 (top level): Put into the executable the ident-style '$Id:' tag on
13306 windows-nt as well.
13307
13308 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * electric.el (electric-indent-post-self-insert-function): Check that
13311 electric-indent-mode is enabled in current buffer.
13312
13313 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13314
13315 * imenu.el (imenu-progress-message): Restore; it is "used" in
13316 erc/erc-imenu.el and net/snmp-mode.el.
13317
13318 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13319
13320 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13321 (mouse-avoidance-nudge-mouse): Remove unused binding.
13322
13323 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13324
13325 * descr-text.el (describe-char):
13326 * progmodes/python.el (python-describe-symbol):
13327 Don't call `toggle-read-only', set `buffer-read-only'.
13328
13329 * imenu.el (imenu-default-goto-function): Mark unused args.
13330 (imenu-progress-message): Remove obsolete macro; all callers changed.
13331
13332 * subr.el (keymap-canonicalize): Remove unused binding.
13333 (read-passwd): Mark unused arg.
13334
13335 * tutorial.el (tutorial--display-changes): Remove unused binding.
13336 (tutorial--save-tutorial-to): Remove unused variable.
13337
13338 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13339 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13340 (package-generate-autoloads, package-menu--generate)
13341 (package-menu--find-upgrades): Remove unused bindings.
13342
13343 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13344 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13345 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13346 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13347 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13348 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13349 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13350 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13351 (cua-delete-char-rectangle): Mark unused args.
13352 (cua-align-rectangle): Remove unused binding.
13353
13354 * mail/rmail.el (compilation--message->loc)
13355 (epa--find-coding-system-for-mime-charset): Declare.
13356
13357 * net/dbus.el (dbus-register-service): Declare.
13358 (dbus-name-owner-changed-handler): Remove unused binding.
13359
13360 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13361 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13362 (nxml-scan-backward-within): Mark unused arg.
13363 (nxml-dynamic-markup-word): Remove unused binding.
13364
13365 * mouse.el (mouse-menu-major-mode-map):
13366 * emacs-lisp/authors.el (authors-scan-change-log)
13367 (authors-add-to-author-list):
13368 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13369 * emacs-lisp/smie.el (smie-auto-fill):
13370 * mail/sendmail.el (mail-bury):
13371 * mail/unrmail.el (unrmail):
13372 * net/tls.el (open-tls-stream):
13373 * textmodes/picture.el (picture-mouse-set-point):
13374 Remove unused bindings.
13375
13376 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13377
13378 * net/tramp.el (tramp-action-password): Let-bind
13379 `enable-recursive-minibuffers' to t.
13380
13381 2012-04-18 Sam Steingold <sds@gnu.org>
13382
13383 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13384 instead of 'string to accommodate values like [f11].
13385 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13386 * progmodes/gdb-mi.el: Likewise.
13387
13388 2012-04-18 Leo Liu <sdl.web@gmail.com>
13389
13390 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13391 current buffer.
13392 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13393 LOCAL is nil.
13394
13395 2012-04-18 Chong Yidong <cyd@gnu.org>
13396
13397 * simple.el (line-move): Use forward-line if in batch mode
13398 (Bug#11053).
13399
13400 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13401
13402 * files.el (after-find-file): Do not try to add a final newline if
13403 the buffer is read-only (Bug#11156).
13404
13405 2012-04-17 Richard Stallman <rms@gnu.org>
13406
13407 * mail/rmail.el (rmail-start-mail):
13408 Pass (rmail-mail-return...) for the return-action.
13409 Pass (rmail-yank-current-message...) for the yank-action.
13410 (rmail-yank-current-message): New function.
13411 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13412 (rmail-reply): Likewise.
13413 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13414
13415 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13416 buffer, not the last. Reject temp buffers. Use the rmail-mode
13417 buffer, not newbuf.
13418
13419 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13420
13421 * server.el (server-ensure-safe-dir): Simplify.
13422
13423 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * emacs-lisp/smie.el: Provide smarter auto-filling.
13426 (smie-auto-fill): New function.
13427 (smie-setup): Use it.
13428
13429 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13430
13431 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13432
13433 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13434 (comment-indent): Use it.
13435
13436 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13437
13438 * ses.el: The overall change is to add cell renaming, that is
13439 setting fancy names for cell symbols other than name matching
13440 "\\`[A-Z]+[0-9]+\\'" regexp .
13441 (ses-localvars): Add ses--renamed-cell-symb-list.
13442 (ses-create-cell-variable): New defun.
13443 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13444 (ses-relocate-formula): Relocate formulas only for cells the
13445 symbols of which are not renamed, i.e. symbols whose names do not
13446 match regexp "\\`[A-Z]+[0-9]+\\'".
13447 (ses-relocate-all): Relocate values only for cells the symbols of
13448 which are not renamed.
13449 (ses-load): Create cells variables as the (ses-cell ...) are read,
13450 in order to check row col consistency with cell symbol name only
13451 for cells that are not renamed.
13452 (ses-replace-name-in-formula): New defun.
13453 (ses-rename-cell): New defun.
13454
13455 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13456
13457 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13458 New option (bug#11118).
13459 (perl-calculate-indent): Respect it.
13460
13461 2012-04-17 Glenn Morris <rgm@gnu.org>
13462
13463 * dired-aux.el (dired-mark-read-string): Doc fix.
13464
13465 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13466
13467 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13468 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13469
13470 2012-04-17 Glenn Morris <rgm@gnu.org>
13471
13472 * mouse.el (mouse-drag-track):
13473 * speedbar.el (speedbar-frame-mode):
13474 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13475
13476 2012-04-16 Leo Liu <sdl.web@gmail.com>
13477
13478 * progmodes/python.el: Trivial cleanup.
13479
13480 2012-04-16 Glenn Morris <rgm@gnu.org>
13481
13482 * vc/vc.el (vc-string-prefix-p):
13483 * vc/pcvs-util.el (cvs-string-prefix-p):
13484 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13485 * mpc.el (mpc-string-prefix-p):
13486 Make all of these into obsolete aliases for string-prefix-p.
13487 Update callers.
13488 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13489
13490 * textmodes/two-column.el: Move custom options to the start.
13491 (frame-width): Remove compat definition.
13492 (2C-associate-buffer, 2C-dissociate):
13493 Use with-current-buffer rather than save-excursion.
13494 (2C-dissociate): Force a mode-line update.
13495 (2C-autoscroll): Use ignore-errors.
13496
13497 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13498 Autoload trivia.
13499
13500 * emacs-lisp/cl-extra.el (*random-state*):
13501 Remove unnecessary declaration.
13502
13503 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13504
13505 * play/cookie1.el (cookie-snarf):
13506 Give an explicit error if input file cannot be read.
13507
13508 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13509
13510 * progmodes/perl-mode.el (c-macro-expand):
13511 Remove unnecessary autoload (it is in loaddefs.el).
13512
13513 * textmodes/picture.el (picture-desired-column)
13514 (picture-update-desired-column): Convert comments to doc-strings.
13515 (picture-substitute): Remove function.
13516 (picture-mode-map): Initialize in the defvar.
13517
13518 * woman.el: Remove eval-after-load for tar-mode.
13519 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13520 (woman-tar-extract-file): Autoload it.
13521
13522 * frame.el (automatic-hscrolling): Make this alias obsolete.
13523
13524 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13525
13526 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13527 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13528 (ispell-dictionary-base-alist): Revert to original XEmacs
13529 friendly version for default. [:alpha:] will be added in
13530 `ispell-set-spellchecker-params' if needed.
13531
13532 2012-04-16 Chong Yidong <cyd@gnu.org>
13533
13534 * image.el (imagemagick--file-regexp): New variable.
13535 (imagemagick-register-types): Use it.
13536 (imagemagick-types-inhibit): Add :set function. Allow new value
13537 of t to inhibit all types.
13538
13539 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13540 so we can preload it.
13541
13542 * loadup.el (fboundp): Preload regexp-opt, needed by
13543 imagemagick-register-types.
13544
13545 2012-04-15 Chong Yidong <cyd@gnu.org>
13546
13547 * frame.el (scrolling): Remove nearly unused customization group.
13548
13549 * scroll-all.el (scroll-all-mode): Move to windows group.
13550
13551 2012-04-15 Chong Yidong <cyd@gnu.org>
13552
13553 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13554
13555 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13558 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13559
13560 2012-04-15 Glenn Morris <rgm@gnu.org>
13561
13562 * simple.el (process-file-side-effects): Doc fix.
13563
13564 2012-04-15 Glenn Morris <rgm@gnu.org>
13565
13566 * international/mule-cmds.el (set-language-environment): Doc fix.
13567
13568 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13569
13570 * server.el (server-auth-key, server-generate-key): Doc fixes.
13571 (server-get-auth-key): Doc fix. Use `string-match-p'.
13572 (server-start): Reflow docstring.
13573
13574 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13575
13576 * server.el (server-generate-key): `called-interactively-p'
13577 requires a parameter.
13578
13579 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13580
13581 * server.el (server-auth-key): New variable.
13582 (server-generate-key, server-get-auth-key): New function.
13583 (server-start): Use the new variable and functions to allow
13584 setting a permanent server key (bug#9423).
13585
13586 2012-04-14 Leo Liu <sdl.web@gmail.com>
13587
13588 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13589
13590 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13591
13592 Spelling fixes.
13593 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13594 Emacs uses American spelling.
13595
13596 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13597
13598 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13599 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13600 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13601 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13602
13603 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13604
13605 * progmodes/which-func.el (which-func-modes): Change default.
13606
13607 2012-04-14 Kim F. Storm <storm@cua.dk>
13608
13609 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13610 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13611
13612 2012-04-14 Chong Yidong <cyd@gnu.org>
13613
13614 * custom.el (custom-theme-set-variables): Doc fix.
13615
13616 2012-04-14 Glenn Morris <rgm@gnu.org>
13617
13618 * international/mule.el (set-auto-coding-for-load): Doc fix.
13619
13620 2012-04-14 Alan Mackenzie <acm@muc.de>
13621
13622 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13623 imenu work again for Objective C Mode. Correct the *-index values,
13624 these having been disturbed by a previous change in 2011-08.
13625
13626 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13627 Correct two search limits.
13628
13629 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13632
13633 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13634
13635 * international/characters.el: Fix sorting.
13636
13637 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13638
13639 * international/characters.el: Add more missing Latin case pairs.
13640
13641 2012-04-14 Glenn Morris <rgm@gnu.org>
13642
13643 * files.el (dir-locals-set-class-variables): Doc fix.
13644
13645 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13646
13647 * international/characters.el: Add set-case-syntax-pair call for
13648 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13649 counterpart. (Bug#11209)
13650
13651 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13652
13653 2012-04-14 Glenn Morris <rgm@gnu.org>
13654
13655 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13656
13657 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13658
13659 * textmodes/ispell.el (ispell-dictionary-base-alist):
13660 Add data for Hebrew.
13661
13662 2012-04-14 Chong Yidong <cyd@gnu.org>
13663
13664 * net/rcirc.el (rcirc-cmd-quit):
13665 Revert 2012-03-18 change (Bug#11192).
13666
13667 2012-04-14 Glenn Morris <rgm@gnu.org>
13668
13669 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13670
13671 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13672
13673 * minibuffer.el (completion-in-region-mode-map):
13674 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13675
13676 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13677
13678 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13679
13680 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13681
13682 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13683 to allow `C-M-f' and `C-M-b' to move to the nearest path
13684 separator (bug#9511).
13685
13686 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13687
13688 * avoid.el: Require cl when compiling. And also move the
13689 `provide' to the end.
13690
13691 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13692
13693 * avoid.el (mouse-avoidance-banish-position): New variable.
13694 (mouse-avoidance-banish-destination): Use it (bug#10165).
13695
13696 2012-04-13 Leo Liu <sdl.web@gmail.com>
13697
13698 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13699
13700 2012-04-13 Ken Brown <kbrown@cornell.edu>
13701
13702 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13703 this is no longer needed now that cygstart understands file:// URLs.
13704 (browse-url-filename-alist): For the same reason, don't modify
13705 file:// URLs on Cygwin.
13706
13707 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13708
13709 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13710 the region on shift if the binding is already shifted (bug#11221).
13711
13712 2012-04-12 Glenn Morris <rgm@gnu.org>
13713
13714 * mail/mailpost.el: Move to obsolete/.
13715
13716 2012-04-12 Drew Adams <drew.adams@oracle.com>
13717
13718 * imenu.el (imenu--generic-function): Ignore invisible definitions
13719 (bug#10123).
13720
13721 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13722
13723 * hexl.el (hexl-bits): New variable.
13724 (hexl-options): Mention the variable in the doc string.
13725 (hexl-rulerise, hexl-line-displen): New functions.
13726 (hexl-mode): Mention the new variable.
13727 (hexl-mode, hexl-current-address, hexl-current-address):
13728 Use the displen.
13729 (hexl-ascii-start-column): New function.
13730 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13731 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13732
13733 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13734
13735 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13736 '("-i" ENCODING), in 2 separate command-line arguments, to specify
13737 the encoding, as expected by hunspell.
13738
13739 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * battery.el (battery--linux-sysfs-regexp): New const.
13742 (battery-status-function): Use it. Remove yeeloong special case.
13743 (battery-yeeloong-sysfs): Remove.
13744 (battery-echo-area-format): Remove yeeloong special case.
13745
13746 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13749 Reported by Noah Friedman.
13750
13751 * subr.el (read-passwd): Use read-string.
13752
13753 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13754
13755 * vcursor.el (vcursor-move): Increase the priority of the overlay
13756 (bug#9663).
13757
13758 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13759
13760 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13761 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13762
13763 2012-04-11 William Stevenson <yhvh2000@gmail.com>
13764
13765 * textmodes/artist.el (artist-mode): Convert artist-mode to use
13766 define-minor-mode (bug#10760).
13767
13768 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13769
13770 * progmodes/grep.el (rgrep): Tweak the find command line so
13771 that directories matching `grep-find-ignored-files' won't be
13772 pruned (bug#10351).
13773
13774 2012-04-11 Chong Yidong <cyd@gnu.org>
13775
13776 * startup.el (command-line): Remove support for long-obsolete
13777 variable font-lock-face-attributes.
13778
13779 2012-04-11 Glenn Morris <rgm@gnu.org>
13780
13781 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13782
13783 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * window.el (window--state-get-1): Obey window-point-insertion-type.
13786
13787 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
13788
13789 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13790 to previous function when point is on the first character of a
13791 function. Take care of that in `narrow-to-defun' (bug#6157).
13792
13793 2012-04-11 Glenn Morris <rgm@gnu.org>
13794
13795 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13796 not just file-errors.
13797
13798 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13799 (vc-bzr-sha1): Use internal sha1.
13800
13801 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13804
13805 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
13806
13807 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13808 that start in the middle of the line (bug#10496).
13809
13810 2012-04-10 Dan Nicolaescu <dann@gnu.org>
13811
13812 * battery.el (battery-linux-proc-acpi): Only one battery is
13813 discharged at a time, but that seems to confuse battery.el when
13814 computing `rate-type' for the battery not being discharged
13815 (bug#10332).
13816
13817 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13818
13819 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13820
13821 * international/quail.el: Use dolist and simplify.
13822 (quail-define-package, quail-update-keyboard-layout)
13823 (quail-define-rules): Use dolist.
13824 (quail-insert-kbd-layout, quail-get-translation): CSE.
13825
13826 * tmm.el: Use dolist, remove left over hook.
13827 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13828 Use dolist.
13829 (calendar-load-hook): Don't mess with it.
13830
13831 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13832 Use derived-mode-p. Run the diff asynchronously.
13833
13834 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13835
13836 * obsolete/mouse-sel.el: Add an Obsolete-since header.
13837
13838 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
13839
13840 * misc.el: Display absolute path of loaded DLLs (bug#10424).
13841 (list-dynamic-libraries--loaded): New function.
13842 (list-dynamic-libraries--refresh): Use it.
13843
13844 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
13845
13846 * progmodes/python.el (python-fill-paragraph):
13847 Make python-fill-region in a multiline string work when font-lock is
13848 disabled (bug#7018).
13849
13850 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
13851
13852 * language/european.el (cp775): Add oem/legacy (en)coding on
13853 DOS/MS Windows for the Baltic languages. There are still plenty
13854 of texts written in this encoding/codepage (bug#6519).
13855
13856 2012-04-10 Glenn Morris <rgm@gnu.org>
13857
13858 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13859 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13860
13861 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
13862
13863 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13864 next-line "n" and previous-line "p" in order to make recentf more
13865 consistent with ibuffer, dired or org-mode (bug#9387).
13866
13867 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13868
13869 * image.el (put-image): Return the overlay created instead of the
13870 optional input string (bug#7834). Note that this may break code
13871 that is (for some reason or other) depending on `put-image'
13872 returning the string.
13873
13874 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13875
13876 * simple.el (zap-to-char): Allow zapping using input methods
13877 (bug#1580).
13878
13879 * textmodes/fill.el (fill-region): Leave point and mark where they
13880 were before filling (bug#5399).
13881
13882 2012-04-09 Glenn Morris <rgm@gnu.org>
13883
13884 * version.el (emacs-bzr-get-version):
13885 Handle lightweight checkouts of local branches.
13886
13887 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
13888
13889 * international/characters.el: Recover lost case pairs. (Bug#11209)
13890
13891 2012-04-09 Chong Yidong <cyd@gnu.org>
13892
13893 * custom.el (custom-variable-p): Return nil for non-symbol
13894 arguments instead of signaling an error.
13895 (user-variable-p): Obsolete alias for custom-variable-p.
13896
13897 * apropos.el (apropos-variable):
13898 * files-x.el (read-file-local-variable):
13899 * simple.el (set-variable):
13900 * woman.el (woman-mini-help):
13901 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13902
13903 2012-04-09 Glenn Morris <rgm@gnu.org>
13904
13905 * startup.el (normal-top-level): Don't look for leim-list.el
13906 in places where it will not be found. (Bug#910)
13907
13908 * international/mule-cmds.el (set-default-coding-systems):
13909 * files.el (normal-mode):
13910 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
13911 This function was removed with ucs-tables.el in 2008.
13912
13913 2012-04-08 Eli Zaretskii <eliz@gnu.org>
13914
13915 * textmodes/ispell.el (ispell-check-version): For hunspell, set
13916 ispell-encoding8-command to "-i", without a trailing space.
13917 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13918 separate command-line arguments, to specify the encoding, since
13919 that's how hunspell expects it.
13920
13921 2012-04-08 Glenn Morris <rgm@gnu.org>
13922
13923 * loadup.el: Load bindings before cus-start.
13924 This reduces somewhat the number of "rogue" settings in emacs -Q.
13925
13926 2012-04-07 Glenn Morris <rgm@gnu.org>
13927
13928 * version.el (emacs-bzr-get-version): New function.
13929 (emacs-bzr-version): New variable.
13930 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
13931 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13932
13933 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13934
13935 * international/uni-bidi.el, international/uni-category.el:
13936 * international/uni-combining.el, international/uni-decimal.el:
13937 * international/uni-decomposition.el, international/uni-digit.el:
13938 * international/uni-lowercase.el, international/uni-mirrored.el:
13939 * international/uni-name.el, international/uni-numeric.el:
13940 * international/uni-titlecase.el, international/uni-uppercase.el:
13941 Update for Unicode 6.1.
13942
13943 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13944
13945 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13946
13947 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13948
13949 * window.el (shrink-window): Mention the `window-min-height'
13950 variable in the doc string.
13951
13952 2012-04-05 Bastien Guerry <bzg@altern.org>
13953
13954 * color.el (color-lighten-name): Fix typo.
13955
13956 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13957
13958 * server.el (server--on-display-p): New function.
13959 (server--on-display-p): Use it.
13960
13961 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
13962
13963 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13964 (bug#11145).
13965
13966 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * comint.el (comint--common-quoted-suffix): Check string boundary
13969 before comparing (bug#11158).
13970 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13971
13972 2012-04-04 Chong Yidong <cyd@gnu.org>
13973
13974 * minibuffer.el (completion-extra-properties): Doc fix.
13975
13976 * subr.el (delayed-warnings-hook): Doc fix.
13977
13978 2012-04-04 Daiki Ueno <ueno@unixuser.org>
13979
13980 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13981 selection (Bug#11159).
13982 (epa-insert-keys): Inform that the default public key will be
13983 exported if no key is selected.
13984
13985 2012-04-04 Richard Stallman <rms@gnu.org>
13986
13987 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13988
13989 2012-04-03 Chong Yidong <cyd@gnu.org>
13990
13991 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13992 mail-insert-file, not its obsolete alias mail-attach-file.
13993
13994 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
13995
13996 * notifications.el (notifications-notify): Fix docstring.
13997
13998 2012-04-02 Glenn Morris <rgm@gnu.org>
13999
14000 * emacs-lisp/authors.el (authors-aliases): Another addition.
14001
14002 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14003
14004 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14005 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14006 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14007
14008 2012-04-01 Chong Yidong <cyd@gnu.org>
14009
14010 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14011 Handle root directory properly.
14012 (copy-directory): Caller changed.
14013
14014 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14015 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14016
14017 2012-03-31 Glenn Morris <rgm@gnu.org>
14018
14019 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14020
14021 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14022
14023 * calendar/calendar.el (calendar-window-list)
14024 (calendar-hide-window): Restore. (Bug#11140)
14025 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14026
14027 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14028
14029 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14030
14031 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14032 Check if file is a symlink (Bug#10489).
14033
14034 * files.el (copy-directory): Likewise.
14035
14036 2012-03-30 Chong Yidong <cyd@gnu.org>
14037
14038 * image.el (imagemagick-types-inhibit)
14039 (imagemagick-register-types): Doc fix.
14040
14041 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14042
14043 * textmodes/ispell.el (ispell-get-extended-character-mode):
14044 Disable extended-char-mode for hunspell. hunspell does not support it
14045 and treats ~word as ordinary words in pipe mode.
14046
14047 2012-03-30 Glenn Morris <rgm@gnu.org>
14048
14049 * tutorial.el (help-with-tutorial): Ensure local variables don't
14050 happen to make the buffer read-only. (Bug#11127)
14051
14052 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14053
14054 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14055 (perl-calculate-indent): Return `noindent' in strings.
14056
14057 2012-03-28 Sam Steingold <sds@gnu.org>
14058
14059 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14060 instead of the broken adhockery which does not prevent calendar
14061 buffers from being displayed at random after exit.
14062 (calendar-window-list, calendar-hide-window): Remove the broken
14063 adhockery.
14064
14065 2012-03-28 Glenn Morris <rgm@gnu.org>
14066
14067 * replace.el (query-replace-map): Doc fix.
14068
14069 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14070
14071 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14072 contents. (Bug#11109)
14073
14074 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14077 (bug#11077).
14078 (avl-tree--check, avl-tree--check-node): New funs.
14079
14080 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14081
14082 * window.el (switch-to-visible-buffer): New option.
14083 (switch-to-prev-buffer, switch-to-next-buffer):
14084 Observe switch-to-visible-buffer. Make sure that checking for a window
14085 showing a buffer already is done on the same frame.
14086
14087 2012-03-27 Glenn Morris <rgm@gnu.org>
14088
14089 * startup.el (mail-host-address): Doc fix.
14090
14091 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14094 than 197 variables.
14095
14096 2012-03-26 Ami Fischman <ami@fischman.org>
14097
14098 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14099
14100 2012-03-26 Glenn Morris <rgm@gnu.org>
14101
14102 * files.el (save-buffers-kill-emacs): Doc fix.
14103
14104 * startup.el (normal-top-level, command-line, command-line-1):
14105 Give them doc strings.
14106
14107 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14108
14109 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14110 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14111
14112 2012-03-25 Chong Yidong <cyd@gnu.org>
14113
14114 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14115 theme if it was previously enabled before (Bug#11031).
14116
14117 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14118 spec with custom-face-get-current-spec if its :shown-value is not
14119 determined yet (Bug#9337).
14120 (customize-create-theme, custom-theme-revert): Doc fixes.
14121
14122 * button.el (button-at): Minor addition to docstring.
14123
14124 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14125
14126 * vc/vc.el (vc-merge): Fix a prompt.
14127
14128 2012-03-24 Chong Yidong <cyd@gnu.org>
14129
14130 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14131 point (Bug#9623).
14132
14133 * button.el (button-at): Minor addition to docstring.
14134
14135 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * newcomment.el (comment-choose-indent): No space after BOL.
14138
14139 2012-03-22 Sam Steingold <sds@gnu.org>
14140
14141 * window.el (switch-to-prev-buffer): Revert last patch because the
14142 bug turned out to be an advertised feature (Elisp manual 28.14).
14143
14144 2012-03-22 Glenn Morris <rgm@gnu.org>
14145
14146 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14147 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14148
14149 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14150
14151 * net/network-stream.el (network-stream-open-starttls): Make error
14152 message under Windows be less misleading.
14153
14154 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14155
14156 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14157 understands (bug#9942).
14158
14159 2012-03-22 Chong Yidong <cyd@gnu.org>
14160
14161 * simple.el (end-of-visible-line): Handle return value of
14162 next-single-property-change properly (Bug#9371).
14163
14164 2012-03-22 Kenichi Handa <handa@m17n.org>
14165
14166 * international/quail.el (quail-insert-kbd-layout): Fix previous
14167 change. To avoid unwanted bidi reordering, use
14168 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14169
14170 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14171
14172 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14173 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14174 (ruby-beginning-of-indent): Be more careful with the difference
14175 between word-boundary and symbol boundary.
14176 (ruby-mode-syntax-table): Make : a symbol constituent.
14177
14178 2012-03-21 Andreas Politz <politza@fh-trier.de>
14179
14180 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14181
14182 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * progmodes/etags.el (tags-completion-at-point-function):
14185 Improve last fix.
14186
14187 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14188
14189 2012-03-21 Sam Steingold <sds@gnu.org>
14190
14191 * progmodes/etags.el (tags-completion-at-point-function):
14192 Avoid the error when point is inside the pattern.
14193
14194 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14195
14196 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14197 line (Bug#10855).
14198
14199 2012-03-21 Drew Adams <drew.adams@oracle.com>
14200
14201 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14202
14203 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14204
14205 * ido.el (ido-set-current-directory, ido-read-internal)
14206 (ido-choose-completion-string, ido-completion-help): Handle nil
14207 value of ido-completion-buffer (Bug#11008).
14208
14209 2012-03-21 Sam Steingold <sds@gnu.org>
14210
14211 * window.el (switch-to-prev-buffer): Do not switch to a visible
14212 window previous buffer, just like with the frame previous buffers.
14213
14214 2012-03-21 Chong Yidong <cyd@gnu.org>
14215
14216 * faces.el (make-face, make-empty-face, copy-face):
14217 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14218 Doc fixes.
14219
14220 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14223 (widget-complete): Remove broken use of it.
14224
14225 2012-03-20 Chong Yidong <cyd@gnu.org>
14226
14227 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14228 Use string-width and truncate-string-width to handle arbitrary
14229 characters.
14230
14231 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14232
14233 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14234 to draw rectangles, not squares. (Regression introduced by revno
14235 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14236
14237 2012-03-18 Chong Yidong <cyd@gnu.org>
14238
14239 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14240 it is not yet defined (for temacs).
14241
14242 2012-03-18 Leo Liu <sdl.web@gmail.com>
14243
14244 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14245 prefix.
14246
14247 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14248
14249 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14250 (ispell-choices-win-default-height, ispell-silently-savep)
14251 (ispell-dictionary-alist, ispell-encoding8-command)
14252 (ispell-check-version, ispell-aspell-find-dictionary)
14253 (ispell-valid-dictionary-list, ispell-words-keyword)
14254 (ispell-get-word, ispell-internal-change-dictionary)
14255 (ispell-region, ispell-skip-region-list)
14256 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14257 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14258 (ispell-message-text-end, ispell-message)
14259 (ispell-buffer-local-parsing): Doc fix.
14260
14261 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14262
14263 * htmlfontify.el: Add support for code block fontification for ODT
14264 export (Bug #9914).
14265 (hfy-optimisations): Define new option
14266 `body-text-only'
14267 (hfy-fontify-buffer): Honor above setting.
14268 (hfy-begin-span, hfy-end-span): New routines factored out form
14269 `hfy-fontify-buffer'.
14270 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14271 that permit insertion of custom tags.
14272 (hfy-fontify-buffer): Use above handlers.
14273 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14274 (hfy-face-to-css): Re-defined to be a variable.
14275 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14276 over multiple runs. This is made possible by having the caller let
14277 bind a special variable `hfy-user-sheet-assoc'.
14278 (htmlfontify-string): New defun.
14279 (hfy-compile-face-map): Make sure that the last char in the
14280 buffer is correctly fontified.
14281 (hfy-face-resolve-face): Whitespace only change.
14282
14283 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14284
14285 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14286 message more clear.
14287
14288 2012-03-16 Leo Liu <sdl.web@gmail.com>
14289
14290 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14291
14292 2012-03-16 Alan Mackenzie <acm@muc.de>
14293
14294 Further optimize the handling of large macros.
14295
14296 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14297 limit to a call of `c-literal-limits'.
14298 (c-determine-+ve-limit): New function.
14299 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14300 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14301 In CASE 5B, restrict a search limit to 500.
14302 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14303
14304 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14305 Restrict macro bounds to +-500 from after-change's BEG END.
14306
14307 2012-03-16 Leo Liu <sdl.web@gmail.com>
14308
14309 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14310
14311 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14312
14313 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14314 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14315
14316 2012-03-16 Glenn Morris <rgm@gnu.org>
14317
14318 * view.el (view-buffer, view-buffer-other-window)
14319 (view-buffer-other-frame): Doc fixes re special mode-class.
14320
14321 * subr.el (eval-after-load): If named feature is provided not from
14322 a file, run after-load forms. (Bug#10946)
14323
14324 * calendar/calendar.el (calendar-insert-at-column):
14325 Handle non-unit-width characters a bit better. (Bug#10978)
14326
14327 2012-03-15 Chong Yidong <cyd@gnu.org>
14328
14329 * emacs-lisp/ring.el (ring-extend): New function.
14330 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14331
14332 * comint.el (comint-read-input-ring)
14333 (comint-add-to-input-history): Grow comint-input-ring lazily.
14334
14335 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14336
14337 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14338 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14339
14340 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14341 (imenu-add-to-menubar): Don't add a redundant index.
14342 (imenu-update-menubar): Handle a dynamically composed keymap.
14343
14344 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14345
14346 * mail/sendmail.el (mail-encode-header):
14347 Bind rfc2047-encode-encoded-words to nil.
14348
14349 2012-03-13 Glenn Morris <rgm@gnu.org>
14350
14351 * calendar/calendar.el (calendar-string-spread):
14352 Handle non-unit-width characters a bit better. (Bug#10978)
14353
14354 2012-03-13 Leo Liu <sdl.web@gmail.com>
14355
14356 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14357 directory and file as argument (Bug#10822).
14358
14359 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14360
14361 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14362 For dynamically generated code, follow $PC.
14363 (gdb-disassembly-handler-custom): Handle no function name case.
14364
14365 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14366
14367 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14368 * emulation/ws-mode.el (ws-query-replace):
14369 * sort.el (sort-regexp-fields):
14370 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14371
14372 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * dabbrev.el: Fix cycle completion order (bug#10963).
14375 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14376 (dabbrev-completion): Don't use an obarray; provide
14377 a cycle-sort-function.
14378
14379 2012-03-12 Leo Liu <sdl.web@gmail.com>
14380
14381 * simple.el (kill-new): Use equal-including-properties for comparison.
14382 (kill-do-not-save-duplicates): Doc fix.
14383
14384 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * dabbrev.el: Fix cycle completion (bug#10963).
14387 Use lexical binding and wrap to 80 columns.
14388 (dabbrev-completion): Delay computing the list of completions.
14389
14390 2012-03-12 Kenichi Handa <handa@m17n.org>
14391
14392 * international/quail.el (quail-insert-kbd-layout): Surround each
14393 row by LRO and PDF instead of inserting many LRMs. Pad the left
14394 and right of each non-spacing marks. Insert invisible space
14395 between lower and upper characters to prevent composition.
14396
14397 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14398
14399 * minibuffer.el (minibuffer-complete): Don't get confused when the
14400 function is run twice via different commands (bug#10958).
14401 (complete-with-action): Fix docstring.
14402
14403 2012-03-12 Chong Yidong <cyd@gnu.org>
14404
14405 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14406 (nxml-completion-at-point-function): New function.
14407 (nxml-mode): Use it.
14408 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14409
14410 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14411 Load generated autoloads file before byte compiling (Bug#10970).
14412 (package--make-autoloads-and-compile): New helper fun.
14413
14414 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14415
14416 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14417
14418 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14419
14420 * autorevert.el (auto-revert-handler): Ensure, that
14421 file-readable-p is applied only for local files or in
14422 auto-revert-tail-mode.
14423
14424 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14425
14426 * server.el (server-eval-at): Handle non-tcp connections.
14427 Decode result string.
14428
14429 * server.el (server-msg-size): New constant.
14430 (server-reply-print): New function.
14431 (server-eval-and-print): Use it.
14432 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14433 Handle -print-nonl.
14434
14435 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14436
14437 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14438 (Bug#10987).
14439
14440 2012-03-11 Chong Yidong <cyd@gnu.org>
14441
14442 * simple.el (goto-line): Doc fix (Bug#9938).
14443
14444 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14445
14446 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14447 when finished (Bug#10963).
14448
14449 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14450
14451 * window.el (split-window-below): Fix bug in case where
14452 split-window-keep-point is nil (Bug#10971).
14453
14454 2012-03-11 Juri Linkov <juri@jurta.org>
14455
14456 * replace.el (replace-highlight): Set isearch-word to nil
14457 unconditionally. (Bug#10887)
14458
14459 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14460
14461 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14462 mairix-replace-illegal-chars; all callers changed. Don't remove
14463 ^, ~, and = characters: they are meaningful in mairix search specs.
14464 (mairix-widget-create-query): Add usage information about mairix
14465 search forms: negating words, searching for substrings, etc.
14466
14467 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14468
14469 * international/fontset.el (font-encoding-alist): Add an entry for
14470 ksx1001 (Bug#5667).
14471
14472 2012-03-10 Richard Stallman <rms@gnu.org>
14473
14474 * mail/sendmail.el (mail-encode-header):
14475 Set rfc2047-encode-encoded-words.
14476
14477 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14478
14479 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14480 view buffer means not swapped.
14481 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14482 (rmail-write-region-annotate): Error if real text has disappeared.
14483
14484 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14485
14486 2012-03-10 Chong Yidong <cyd@gnu.org>
14487
14488 * emulation/cua-rect.el (cua--init-rectangles):
14489 * emulation/cua-base.el (cua--init-keymaps):
14490 Add delete-forward-char to remappings (Bug#9666).
14491
14492 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14493
14494 * speedbar.el (speedbar-unhighlight-one-tag-line):
14495 Avoid unhighlighting due to frame switching (Bug#10275).
14496
14497 2012-03-10 Chong Yidong <cyd@gnu.org>
14498
14499 * minibuffer.el (completion-in-region, completion-help-at-point):
14500 Give the completion field overlay a high priority (Bug#6830).
14501
14502 * dired.el (dired-goto-file): Recognize absolute file name
14503 listings (Bug#7126).
14504 (dired-goto-file-1): New helper function.
14505 (dired-toggle-read-only): Inhibit warnings.
14506
14507 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14508
14509 * net/dbus.el (dbus-property-handler): Return empty array if
14510 there are no properties.
14511
14512 2012-03-09 Leo Liu <sdl.web@gmail.com>
14513
14514 * savehist.el (savehist-printable): Stricter check for string
14515 value (Bug#10937).
14516
14517 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14518
14519 * mail/smtpmail.el (smtpmail-send-it):
14520 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14521 valid mbox format.
14522
14523 2012-03-09 Glenn Morris <rgm@gnu.org>
14524
14525 * files.el (dir-locals-find-file):
14526 Don't check result is regular, readable.
14527 (dir-locals-read-from-file): Demote errors.
14528
14529 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14530
14531 * international/quail.el (quail-insert-kbd-layout):
14532 Insert invisible LRM characters before each character in a keyboard
14533 layout cell, to prevent their reordering by bidi display engine.
14534 For details, see the discussion in
14535 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14536
14537 2012-03-08 Alan Mackenzie <acm@muc.de>
14538
14539 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14540 the starting position; make it extend the marked region when
14541 invoked repeatedly - all under appropriate circumstances.
14542 Fixes bugs #5525, #10906.
14543
14544 2012-03-08 Glenn Morris <rgm@gnu.org>
14545
14546 * files.el (locate-dominating-file, dir-locals-find-file):
14547 Undo 2012-03-06 change.
14548
14549 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14550
14551 * international/quail.el (quail-help):
14552 Force bidi-paragraph-direction be left-to-right. See discussion in
14553 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14554 for the reason.
14555
14556 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14557
14558 Avoid superfluous registering of signals. (Bug#10807)
14559
14560 * notifications.el (notifications-on-action-object)
14561 (notifications-on-close-object): New defvars.
14562 (notifications-on-action-signal, notifications-on-closed-signal):
14563 Unregister the signal if not needed any longer.
14564 (notifications-notify): Register `notifications-action-signal' or
14565 `notifications-closed-signal', if :on-action or :on-close has been
14566 passed as argument.
14567
14568 2012-03-07 Chong Yidong <cyd@gnu.org>
14569
14570 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14571 non-X platforms.
14572
14573 2012-03-06 Glenn Morris <rgm@gnu.org>
14574
14575 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14576 (x-disown-selection-internal, x-get-selection-internal):
14577 Doc fix (add arglist signatures). (Bug#10783)
14578
14579 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14580
14581 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14582 Handle breakpoints with no "type".
14583
14584 2012-03-06 Glenn Morris <rgm@gnu.org>
14585
14586 * files.el (locate-dominating-file): Add optional predicate argument.
14587 (dir-locals-find-file): Make use of above change.
14588
14589 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14590
14591 * info.el (Info-insert-dir): Also try "dir.gz".
14592
14593 2012-03-06 Glenn Morris <rgm@gnu.org>
14594
14595 * files.el (dir-locals-find-file):
14596 Ignore non-readable or non-regular files. (Bug#10928)
14597
14598 * files.el (locate-dominating-file): Doc fix.
14599
14600 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14601
14602 * calendar/calendar.el (calendar-set-mode-line):
14603 `getenv' returns a string. (Bug#10951)
14604
14605 2012-03-05 Leo Liu <sdl.web@gmail.com>
14606
14607 * simple.el (backward-delete-char-untabify): Constrain point to
14608 field (Bug#10939).
14609
14610 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14611
14612 2012-03-05 Chong Yidong <cyd@gnu.org>
14613
14614 * simple.el (count-words): If called from Lisp, return the word
14615 count, for symmetry with `count-lines'. Arglist changed.
14616 (count-words--message): Args changed. Consolidate counting code
14617 from count-words and count-words-region.
14618 (count-words-region): Caller changed.
14619 (count-lines-region): Make it an obsolete alias.
14620
14621 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14622
14623 * saveplace.el (save-place-to-alist)
14624 (save-place-ignore-files-regexp): Allow value nil to disable this
14625 feature.
14626
14627 2012-03-04 Chong Yidong <cyd@gnu.org>
14628
14629 * faces.el (face-spec-reset-face): For the default face, reset the
14630 attributes to default values (Bug#10748).
14631
14632 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14633
14634 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14635 previous patch: Check `message-send-mail-function', and not the
14636 default function (bug#10897).
14637
14638 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14639
14640 * notifications.el (notifications-on-action-signal)
14641 (notifications-on-closed-signal): Check for unique service name of
14642 incoming event. Fix error in removing entry.
14643 (top): Register for signals with wildcard service name.
14644 (notifications-notify): Use daemon unique service name for map entries.
14645
14646 2012-03-04 Chong Yidong <cyd@gnu.org>
14647
14648 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14649
14650 2012-03-04 Glenn Morris <rgm@gnu.org>
14651
14652 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14653 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14654 (expand-abbrev, define-abbrev-table): Doc fixes.
14655
14656 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14657
14658 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14659 `message-default-send-mail-function' and not `send-mail-function'
14660 when doing the prompting for `sendmail-query-once' before sending
14661 in Message buffers (bug#10897).
14662
14663 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14664 This is inconsistent with all the other stream functions, which leave
14665 the setting up to the higher levels (if so wanted) (bug#10931).
14666
14667 2012-03-02 Alan Mackenzie <acm@muc.de>
14668
14669 Depessimize the handling of very large macros.
14670
14671 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14672 (c-macro-cache-syntactic): New variables to implement a one
14673 element macro cache.
14674 (c-invalidate-macro-cache): New function.
14675 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14676 Adapt to use the new cache.
14677 (c-state-safe-place): Use better the cache of safe positions.
14678 (c-state-semi-nonlit-pos-cache)
14679 (c-state-semi-nonlit-pos-cache-limit):
14680 New variables for...
14681 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14682 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14683 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14684 Use c-state-semi-safe-place.
14685
14686 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14687 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14688
14689 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14690
14691 * jka-compr.el (jka-compr-call-process):
14692 Apply `file-accessible-directory-p' only when the default directory is
14693 not remote.
14694
14695 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14696
14697 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14698 access of FILE2, if FILE1 does not exist.
14699
14700 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14701 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14702
14703 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14704 Add "PAGER=" to `process-environment'.
14705
14706 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14707
14708 * progmodes/sql.el: Bug fix
14709 (sql-get-login-ext): Save login values in globals.
14710 (sql-get-login): Use new version of `sql-get-login-ext'.
14711 (sql-interactive-mode): Set global `sql-connection' to nil.
14712 (sql-connect): Set global values for connection.
14713 (sql-product-interactive): Save global values as buffer local.
14714
14715 2012-02-29 Leo Liu <sdl.web@gmail.com>
14716
14717 * abbrev.el (define-abbrevs): Reset sys to nil.
14718
14719 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14720
14721 * files.el (file-equal-p): Rename from `files-equal-p'.
14722 Return nil when one or both files don't exist.
14723 (file-subdir-of-p): Now only top directory must exists,
14724 return nil if it doesn't.
14725 (copy-directory): No need to test with `file-subdir-of-p' after
14726 creating dir.
14727 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14728 to `file-equal-p'.
14729
14730 2012-02-28 Glenn Morris <rgm@gnu.org>
14731
14732 * shell.el (shell-mode):
14733 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14734 * play/landmark.el (landmark-font-lock-face-O):
14735 * play/handwrite.el (handwrite):
14736 * play/gomoku.el (gomoku-O):
14737 * net/browse-url.el (browse-url-browser-display):
14738 * international/mule.el (define-charset):
14739 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14740 * filesets.el (filesets-find-file-delay):
14741 * eshell/em-xtra.el (eshell-xtra):
14742 * eshell/em-unix.el (eshell-grep):
14743 * emulation/viper.el (viper-mode):
14744 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14745 * emacs-lisp/easymenu.el (easy-menu-define):
14746 * calendar/timeclock.el (timeclock-use-display-time):
14747 * bs.el (bs-mode):
14748 * bookmark.el (bookmark-save-flag):
14749 Doc fix (standardize possessive apostrophe usage).
14750
14751 2012-02-27 Chong Yidong <cyd@gnu.org>
14752
14753 * emulation/viper-cmd.el (viper-intercept-ESC-key):
14754 Fix key-binding lookup for ESC key (Bug#9146).
14755
14756 * font-lock.el (font-lock-specified-p): Rename from
14757 font-lock-spec-present. Callers changed.
14758
14759 2012-02-27 Daniel Hackney <dan@haxney.org>
14760
14761 * emacs-lisp/package.el (package-compute-transaction):
14762 Handle holding a package version to t in package-load-list.
14763
14764 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
14765
14766 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14767 (tramp-get-inode, tramp-get-device): Use cached values.
14768
14769 2012-02-26 Alan Mackenzie <acm@muc.de>
14770
14771 Check there is a font-lock specification before doing initial
14772 fontification.
14773
14774 * font-core.el (font-lock-mode): Move the conditional from
14775 :after-hook to font-lock-initial-fontify.
14776 (font-lock-default-function): Move the check for a specification
14777 to font-lock-spec-present.
14778
14779 * font-lock.el (font-lock-initial-fontify): Call ...
14780 (font-lock-spec-present): New function.
14781
14782 2012-02-26 Jim Blandy <jimb@red-bean.com>
14783
14784 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14785 (gdb-send): Apply it to the operand of the '-interpreter-exec
14786 console' command, so that we can pass arguments with (say) quotes
14787 in them. Store exact string sent in gdb-debug-log (Bug#10765).
14788
14789 2012-02-26 Chong Yidong <cyd@gnu.org>
14790
14791 * help-fns.el (describe-function-1): Clarify description of
14792 remapping (Bug#10844).
14793
14794 * files.el (files-equal-p): Doc fix.
14795 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
14796 and quit the loop once a mismatch is found.
14797
14798 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
14799
14800 * bs.el (bs--show-with-configuration): Don't throw an error
14801 if the window cannot be split; otherwise, subsequent calls to
14802 bs-show fail, restoring a stale window config. (Bug#10882)
14803
14804 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
14805
14806 * term/ns-win.el (global-map): Bind ns-drag-file to
14807 ns-find-file (Bug#5855, Bug#10050).
14808
14809 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
14810
14811 * calendar/parse-time.el (parse-time-string): Allow extractor to
14812 return nil.
14813
14814 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
14815
14816 * net/tramp.el (tramp-file-name-for-operation):
14817 Add `files-equal-p' and `file-subdir-of-p'.
14818
14819 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14820 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14821 Add COPY-CONTENTS argument.
14822
14823 2012-02-25 Chong Yidong <cyd@gnu.org>
14824
14825 Add custom groups for VC backends, for consistency with vc-bzr.
14826
14827 * vc/vc-arch.el (vc-arch):
14828 * vc/vc-cvs.el (vc-cvs):
14829 * vc/vc-git.el (vc-git):
14830 * vc/vc-hg.el (vc-hg):
14831 * vc/vc-mtn.el (vc-mtn):
14832 * vc/vc-rcs.el (vc-rcs):
14833 * vc/vc-sccs.el (vc-sccs):
14834 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14835 All relevant defcustoms reassigned.
14836
14837 2012-02-25 Chong Yidong <cyd@gnu.org>
14838
14839 * newcomment.el (comment-styles): Add autoload (Bug#10868).
14840
14841 * term/x-win.el (x-initialize-window-system): Reduce default for
14842 x-selection-timeout to 5 seconds (Bug#8869).
14843
14844 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14845
14846 * files.el (files-equal-p, file-subdir-of-p): New functions.
14847 (copy-directory): Error when trying to copy a directory on itself.
14848 Add missing copy-contents arg to tramp handler.
14849 * dired-aux.el (dired-copy-file-recursive): Same.
14850 (dired-create-files): Modify destination when source is equal to
14851 dest when copying files.
14852 Return also when dest is a subdir of source. (Bug#10489)
14853
14854 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
14855
14856 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14857 (Bug#10874)
14858
14859 2012-02-23 Alan Mackenzie <acm@muc.de>
14860
14861 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14862 parameter "after-hook:" to allow the expansion to run code after
14863 the execution of the mode hooks.
14864
14865 * font-lock.el (font-lock-initial-fontify): New function extracted
14866 from font-lock-mode-internal.
14867
14868 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14869 :after-hook.
14870
14871 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14874 (completion--cache-all-sorted-completions): New function.
14875 (completion-all-sorted-completions): Use it.
14876 (completion--do-completion, minibuffer-force-complete):
14877 Use it to re-instate the flush hook.
14878
14879 * icomplete.el (icomplete-completions): Replace last fix with a better
14880 one (bug#10850).
14881
14882 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
14883
14884 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14885 when it might call us back infinitely (bug#10797).
14886
14887 2012-02-23 Glenn Morris <rgm@gnu.org>
14888
14889 * minibuffer.el (completion-category-overrides): Doc fix.
14890
14891 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * minibuffer.el (completion-table-with-context): Fix inf-loop.
14894 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14895
14896 2012-02-23 Glenn Morris <rgm@gnu.org>
14897
14898 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14899 (authors-obsolete-files-regexps, authors-ignored-files)
14900 (authors-ambiguous-files, authors-renamed-files-alist):
14901 Add more entries.
14902
14903 2012-02-23 Juri Linkov <juri@jurta.org>
14904
14905 * isearch.el (isearch-occur): Sync interactive spec with occur's
14906 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
14907
14908 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14909
14910 2012-02-22 Juri Linkov <juri@jurta.org>
14911
14912 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14913 (ucs-insert): Doc fix. Check for hex digits in the string.
14914 Don't display `nil' in the error message. (Bug#10857)
14915
14916 2012-02-22 Alan Mackenzie <acm@muc.de>
14917
14918 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14919
14920 2012-02-22 Glenn Morris <rgm@gnu.org>
14921
14922 * ffap.el (ffap-c-path):
14923 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
14924
14925 2012-02-22 Chong Yidong <cyd@gnu.org>
14926
14927 * custom.el (load-theme): Doc fix.
14928
14929 2012-02-22 Glenn Morris <rgm@gnu.org>
14930
14931 * dired-x.el (dired-guess-shell-alist-default):
14932 Remove escape sequences from nroff output. (Bug#172)
14933
14934 2012-02-21 Glenn Morris <rgm@gnu.org>
14935
14936 * vc/emerge.el (emerge-defvar-local):
14937 Set `permanent-local' property rather than unused `preserved'.
14938
14939 * textmodes/picture.el (picture-delete-char): New alias.
14940 (picture-mode-map): Use it. (Bug#10860)
14941 (picture-mode): Doc fix.
14942
14943 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
14944
14945 * newcomment.el (uncomment-region-default): Remove unused binding.
14946
14947 2012-02-21 Glenn Morris <rgm@gnu.org>
14948
14949 * textmodes/picture.el (picture-motion, picture-motion-reverse)
14950 (picture-self-insert, picture-tab-chars): Doc fix.
14951 (picture-mode-map): Fix C-a, C-e.
14952
14953 2012-02-20 Glenn Morris <rgm@gnu.org>
14954
14955 * emacs-lisp/authors.el (authors-aliases): Add another entry.
14956
14957 2012-02-20 Leo Liu <sdl.web@gmail.com>
14958
14959 * icomplete.el (icomplete-completions): Check FROM arg before
14960 passing to substring (Bug#10850).
14961
14962 2012-02-19 Chong Yidong <cyd@gnu.org>
14963
14964 * comint.el: Require ansi-color.
14965 (comint-output-filter-functions): Add ansi-color-process-output.
14966
14967 * ansi-color.el: Don't set comint-output-filter-functions; it is
14968 now in the initial value defined in comint.el.
14969 (ansi-color-apply-face-function): New variable.
14970 (ansi-color-apply-on-region): Use it.
14971 (ansi-color-apply-overlay-face): New function.
14972
14973 * shell.el (shell): No need to require ansi-color.
14974 (shell-mode): Use ansi-color-apply-face-function to highlight
14975 color escapes using font-lock-face property (Bug#10835).
14976
14977 2012-02-19 Chong Yidong <cyd@gnu.org>
14978
14979 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14980 mode-line formats (Bug#10839).
14981
14982 2012-02-18 Glenn Morris <rgm@gnu.org>
14983
14984 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14985
14986 * mail/undigest.el (unforward-rmail-message): Doc fix.
14987
14988 * saveplace.el (save-place-ignore-files-regexp): Add :version.
14989
14990 2012-02-18 Eli Zaretskii <eliz@gnu.org>
14991
14992 * international/characters.el (script-list): Sync with the latest
14993 Unicode Character Database.
14994
14995 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
14996
14997 * international/titdic-cnv.el: Remove duplicate coding tag.
14998 * language/cham.el: Likewise.
14999 * language/tai-viet.el: Likewise.
15000
15001 2012-02-18 Glenn Morris <rgm@gnu.org>
15002
15003 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15004 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15005 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15006 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15007 * calendar/holidays.el (holiday-bahai-holidays)
15008 (calendar-holidays, list-holidays):
15009 Use utf-8 Bahá'í in doc-strings, menus, etc.
15010
15011 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15012
15013 * saveplace.el (save-place-ignore-files-regexp): New variable
15014 allowing for excluding files from saving their location of point.
15015 The default value matches the temporary commit message editing
15016 files from Git, SVN, Bazaar, and Mercurial.
15017 (save-place-to-alist): Use it.
15018
15019 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15020 Stefan Monnier <monnier@iro.umontreal.ca>
15021
15022 * newcomment.el (uncomment-region-default): Don't leave extra space
15023 when an arg is provided (bug#8150).
15024
15025 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15026
15027 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15028
15029 2012-02-17 Glenn Morris <rgm@gnu.org>
15030
15031 * net/socks.el: Require network-stream. (Bug#10599)
15032
15033 2012-02-17 Kenichi Handa <handa@m17n.org>
15034
15035 * international/charprop.el:
15036 * international/uni-name.el:
15037 * international/uni-old-name.el:
15038 * international/uni-comment.el: Regenerate.
15039
15040 2012-02-16 Glenn Morris <rgm@gnu.org>
15041
15042 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15043 Interactively in calendar buffer, give an error if not on a date.
15044
15045 2012-02-15 Glenn Morris <rgm@gnu.org>
15046
15047 * shell.el (shell-delimiter-argument-list):
15048 Revert 2011-02-17 change. (Bug#8027)
15049
15050 2012-02-15 Chong Yidong <cyd@gnu.org>
15051
15052 * minibuffer.el (completion-at-point-functions): Doc fix.
15053
15054 * custom.el (defcustom): Doc fix; note use of defvar.
15055
15056 2012-02-15 Glenn Morris <rgm@gnu.org>
15057
15058 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15059 Doc fixes.
15060
15061 2012-02-14 Glenn Morris <rgm@gnu.org>
15062
15063 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15064
15065 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15066
15067 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15068 way the ports list is computed.
15069 (smtpmail-query-smtp-server): Prompt the user for a port number if
15070 we can't connect to any of the standard ports (bug#10810).
15071
15072 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15073
15074 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15075
15076 2012-02-13 Glenn Morris <rgm@gnu.org>
15077
15078 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15079
15080 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15081
15082 * net/gnutls.el (gnutls-trustfiles): New variable.
15083 (gnutls-negotiate): Use it.
15084
15085 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15086
15087 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15088 does its stuff if Gnus is running.
15089
15090 2012-02-13 Alan Mackenzie <acm@muc.de>
15091
15092 Fix a loop in c-set-fl-decl-start.
15093
15094 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15095 c-backward-syntactic-ws actually moves backwards.
15096
15097 2012-02-13 Leo Liu <sdl.web@gmail.com>
15098
15099 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15100 beginning so that all \C-o chars are removed.
15101
15102 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15103
15104 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15105
15106 2012-02-12 Alan Mackenzie <acm@muc.de>
15107
15108 Fix infinite loop with long macros.
15109 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15110
15111 2012-02-12 Chong Yidong <cyd@gnu.org>
15112
15113 * window.el (display-buffer): Doc fix (Bug#10785).
15114
15115 2012-02-12 Glenn Morris <rgm@gnu.org>
15116
15117 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15118 (x-disown-selection-internal, x-get-selection-internal):
15119 Sync docs with the xselect.c versions.
15120
15121 * allout-widgets.el: Add missing license notice.
15122
15123 2012-02-11 Glenn Morris <rgm@gnu.org>
15124
15125 * select.el (x-get-selection-internal, x-own-selection-internal)
15126 (x-disown-selection-internal):
15127 * x-dnd.el (x-get-selection-internal): Update declarations.
15128
15129 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15130
15131 * window.el (window-sides-slots):
15132 * tool-bar.el (tool-bar-position):
15133 * term/xterm.el (xterm-extra-capabilities):
15134 * ses.el (ses-self-reference-early-detection):
15135 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15136 (verilog-auto-wire-type)
15137 (verilog-auto-delete-trailing-whitespace)
15138 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15139 (verilog-auto-tieoff-declaration):
15140 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15141 (sql-oracle-statement-starters, sql-oracle-scan-on):
15142 * progmodes/prolog.el (prolog-align-comments-flag)
15143 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15144 (prolog-left-indent-regexp, prolog-paren-indent-p)
15145 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15146 (prolog-types, prolog-mode-specificators)
15147 (prolog-determinism-specificators, prolog-directives)
15148 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15149 (prolog-electric-dot-flag)
15150 (prolog-electric-dot-full-predicate-template)
15151 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15152 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15153 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15154 (prolog-program-switches, prolog-prompt-regexp)
15155 (prolog-debug-on-string, prolog-debug-off-string)
15156 (prolog-trace-on-string, prolog-trace-off-string)
15157 (prolog-zip-on-string, prolog-zip-off-string)
15158 (prolog-use-standard-consult-compile-method-flag)
15159 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15160 (prolog-imenu-max-lines, prolog-info-predicate-index)
15161 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15162 (prolog-char-quote-workaround):
15163 * progmodes/cc-vars.el (c-defun-tactic):
15164 * net/tramp.el (tramp-encoding-command-interactive)
15165 (tramp-local-end-of-line):
15166 * net/soap-client.el (soap-client):
15167 * net/netrc.el (netrc-file):
15168 * net/gnutls.el (gnutls):
15169 * minibuffer.el (completion-category-overrides)
15170 (completion-cycle-threshold)
15171 (completion-pcm-complete-word-inserts-delimiters):
15172 * man.el (Man-name-local-regexp):
15173 * mail/feedmail.el (feedmail-display-full-frame):
15174 * international/characters.el (glyphless-char-display-control):
15175 * eshell/em-ls.el (eshell-ls-date-format):
15176 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15177 (lisp-lambda-list-keyword-parameter-indentation)
15178 (lisp-lambda-list-keyword-parameter-alignment):
15179 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15180 * dired-x.el (dired-omit-verbose):
15181 * cus-theme.el (custom-theme-allow-multiple-selections):
15182 * calc/calc.el (calc-highlight-selections-with-faces)
15183 (calc-lu-field-reference, calc-lu-power-reference)
15184 (calc-note-threshold):
15185 * battery.el (battery-mode-line-limit):
15186 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15187 (archive-7z-update):
15188 * allout.el (allout-prefixed-keybindings)
15189 (allout-unprefixed-keybindings)
15190 (allout-inhibit-auto-fill-on-headline)
15191 (allout-flattened-numbering-abbreviation):
15192 * allout-widgets.el (allout-widgets-auto-activation)
15193 (allout-widgets-icons-dark-subdir)
15194 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15195 (allout-widgets-theme-dark-background)
15196 (allout-widgets-theme-light-background)
15197 (allout-widgets-item-image-properties-emacs)
15198 (allout-widgets-item-image-properties-xemacs)
15199 (allout-widgets-run-unit-tests-on-load)
15200 (allout-widgets-time-decoration-activity)
15201 (allout-widgets-hook-error-post-time)
15202 (allout-widgets-track-decoration):
15203 Add missing :version tags to new defcustoms and defgroups.
15204
15205 * progmodes/sql.el (sql-ansi-statement-starters)
15206 (sql-oracle-statement-starters): Add custom type.
15207
15208 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15209 (prolog-system-version): Give it a type.
15210
15211 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15212
15213 * term/pc-win.el (x-select-text, x-selection-owner-p)
15214 (x-own-selection-internal, x-disown-selection-internal)
15215 (x-get-selection-internal): Sync doc strings and argument lists
15216 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15217
15218 2012-02-11 Leo Liu <sdl.web@gmail.com>
15219
15220 * progmodes/python.el (python-end-of-statement): Fix infinite
15221 loop. (Bug#10788)
15222
15223 2012-02-10 Glenn Morris <rgm@gnu.org>
15224
15225 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15226 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15227
15228 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15229
15230 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15231 about SMTP before checking the From header.
15232
15233 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15234 into own function for reuse by emacsbug.el.
15235
15236 2012-02-10 Leo Liu <sdl.web@gmail.com>
15237
15238 * subr.el (condition-case-unless-debug): Rename from
15239 condition-case-no-debug. All callers changed.
15240 (with-demoted-errors): Fix caller.
15241
15242 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15243 * nxml/rng-valid.el (rng-do-some-validation):
15244 * emacs-lisp/package.el (package-refresh-contents)
15245 (package-menu-execute):
15246 * desktop.el (desktop-create-buffer):
15247 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15248
15249 2012-02-10 Glenn Morris <rgm@gnu.org>
15250
15251 * textmodes/bibtex.el:
15252 Add missing :version tags for new/changed defcustoms.
15253
15254 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15255
15256 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15257
15258 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15259 (smtpmail-via-smtp): Use it, or fall back on the From address.
15260 (smtpmail-send-it): Ditto.
15261
15262 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15263
15264 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15265 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15266 (byte-compile-tmp-var): New const.
15267 (byte-compile-defvar): Use it to minimize .elc size.
15268 Just use `defvar' rather than simulate it (bug#10761).
15269
15270 2012-02-09 Glenn Morris <rgm@gnu.org>
15271
15272 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15273
15274 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15275 Add :version tags.
15276
15277 * progmodes/compile.el (compilation-error-screen-columns)
15278 (compilation-first-column, compilation-filter-start): Doc fixes.
15279
15280 * vc/log-view.el (log-view-toggle-entry-display):
15281 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15282
15283 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15284 (report-emacs-bug-can-use-xdg-email):
15285 (report-emacs-bug-insert-to-mailer): Doc fixes.
15286 (report-emacs-bug): Message fix.
15287
15288 * net/browse-url.el (browse-url-can-use-xdg-open)
15289 (browse-url-xdg-open): Doc fixes.
15290
15291 * electric.el (electric-indent-mode, electric-pair-mode)
15292 (electric-layout-rules, electric-layout-mode): Doc fixes.
15293 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15294
15295 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15296
15297 * server.el (server-unselect-display): Don't inadvertently kill
15298 the current buffer. (Bug#10729)
15299
15300 2012-02-08 Glenn Morris <rgm@gnu.org>
15301
15302 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15303 (sql-list-table): Doc fixes.
15304
15305 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15306 Comment out (does nothing).
15307
15308 * completion.el (dynamic-completion-mode):
15309 * dirtrack.el (dirtrack-debug-mode):
15310 * electric.el (electric-layout-mode):
15311 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15312 * face-remap.el (text-scale-mode, buffer-face-mode):
15313 * iimage.el (iimage-mode):
15314 * image-mode.el (image-transform-mode):
15315 * minibuffer.el (completion-in-region-mode):
15316 * scroll-lock.el (scroll-lock-mode):
15317 * simple.el (next-error-follow-minor-mode):
15318 * tar-mode.el (tar-subfile-mode):
15319 * tooltip.el (tooltip-mode):
15320 * vcursor.el (vcursor-use-vcursor-map):
15321 * wid-browse.el (widget-minor-mode):
15322 * emulation/tpu-edt.el (tpu-edt-mode):
15323 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15324 * international/iso-ascii.el (iso-ascii-mode):
15325 * language/thai-util.el (thai-word-mode):
15326 * mail/supercite.el (sc-minor-mode):
15327 * net/goto-addr.el (goto-address-mode):
15328 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15329 * progmodes/cwarn.el (cwarn-mode):
15330 * progmodes/flymake.el (flymake-mode):
15331 * progmodes/glasses.el (glasses-mode):
15332 * progmodes/hideshow.el (hs-minor-mode):
15333 * progmodes/pascal.el (pascal-outline-mode):
15334 * textmodes/enriched.el (enriched-mode):
15335 * vc/smerge-mode.el (smerge-mode):
15336 Doc fixes (minor mode argument).
15337
15338 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15339
15340 * ls-lisp.el (ls-lisp-sanitize): New function.
15341 (ls-lisp-insert-directory): Use it to fix or remove any elements
15342 in file-alist with missing attributes. (Bug#4673)
15343
15344 2012-02-07 Alan Mackenzie <acm@muc.de>
15345
15346 Fix spurious recognition of c-in-knr-argdecl.
15347
15348 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15349 putative K&R region.
15350
15351 2012-02-07 Alan Mackenzie <acm@muc.de>
15352
15353 * progmodes/cc-engine.el (c-forward-objc-directive):
15354 Prevent looping in "#pragma mark @implementation".
15355
15356 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15357
15358 * notifications.el (notifications-on-closed-signal): Make `reason'
15359 optional. (Bug#10744)
15360
15361 2012-02-07 Glenn Morris <rgm@gnu.org>
15362
15363 * emacs-lisp/easy-mmode.el (define-minor-mode):
15364 Doc fixes for the macro and the mode it defines.
15365
15366 * image.el (imagemagick-types-inhibit): Doc fix.
15367
15368 * cus-start.el (imagemagick-render-type): Add it.
15369
15370 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15371
15372 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15373 Set the default at load time, too, so that `font-lock-fontify-buffer'
15374 can be called without setting up the entire mode first. This fixes
15375 a bug in `mm-inline-text' with C MIME parts.
15376
15377 2012-02-06 Chong Yidong <cyd@gnu.org>
15378
15379 * simple.el (list-processes--refresh): Delete exited processes
15380 (Bug#8094).
15381
15382 * comint.el (comint-next-prompt): next-single-char-property-change
15383 and prev-single-char-property-change never return nil (Bug#8657).
15384
15385 * custom.el (defcustom): Doc fix (Bug#9711).
15386
15387 2012-02-05 Chong Yidong <cyd@gnu.org>
15388
15389 * cus-edit.el (custom-variable-reset-backup): Quote the value
15390 before storing it in the customized-value property (Bug#6712).
15391 (custom-display): Add a customization type tag.
15392 (custom-buffer-create-internal): Improve tooltip message.
15393
15394 * wid-edit.el (widget-field-value-get): New optional arg to
15395 suppress trailing whitespace truncation.
15396 (character): Use it (Bug#2689).
15397
15398 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15399
15400 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15401 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15402
15403 2012-02-05 Chong Yidong <cyd@gnu.org>
15404
15405 * cus-edit.el (custom-variable-value-create): For mismatched
15406 types, show the current value (Bug#7600).
15407
15408 * custom.el (defcustom): Doc fix.
15409
15410 2012-02-05 Glenn Morris <rgm@gnu.org>
15411
15412 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15413
15414 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15415
15416 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15417 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15418 (pp-last-sexp): Use `looking-at-p'.
15419
15420 2012-02-04 Glenn Morris <rgm@gnu.org>
15421
15422 * files.el (revert-buffer):
15423 Doc fix (mention revert-buffer-in-progress-p).
15424
15425 * emacs-lisp/ert-x.el (ert-simulate-command):
15426 Check deferred-action-list (which is obsolete) is bound.
15427
15428 * subr.el (with-wrapper-hook): Doc fixes.
15429
15430 * simple.el (filter-buffer-substring-functions)
15431 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15432
15433 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15434
15435 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15436 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15437
15438 2012-02-04 Leo Liu <sdl.web@gmail.com>
15439
15440 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15441
15442 2012-02-04 Glenn Morris <rgm@gnu.org>
15443
15444 * image.el (image-extension-data): Add obsolete alias.
15445
15446 * isearch.el (isearch-update): Doc fix.
15447
15448 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15449
15450 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15451
15452 2012-02-03 Glenn Morris <rgm@gnu.org>
15453
15454 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15455 (image-animate-timeout): Doc fix.
15456
15457 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15458
15459 2012-02-02 Glenn Morris <rgm@gnu.org>
15460
15461 * server.el (server-auth-dir): Doc fix.
15462 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15463
15464 * subr.el (run-mode-hooks): Doc fix.
15465
15466 2012-02-02 Juri Linkov <juri@jurta.org>
15467
15468 * image-mode.el (image-toggle-display-image): Remove tautological
15469 `major-mode' from the `derived-mode-p' test.
15470
15471 2012-02-02 Kenichi Handa <handa@m17n.org>
15472
15473 * composite.el (compose-region): Cancel previous change.
15474
15475 2012-02-02 Kenichi Handa <handa@m17n.org>
15476
15477 * composite.el (compose-region, compose-string): Signal error for
15478 a null string component (Bug#6988).
15479
15480 2012-02-01 Chong Yidong <cyd@gnu.org>
15481
15482 * view.el (view-buffer-other-window, view-buffer-other-frame):
15483 Handle special modes like view-buffer (Bug#10650).
15484 (view-buffer): Simplify.
15485
15486 * frame.el (set-frame-font): Tweak meaning of third argument.
15487
15488 * dynamic-setting.el (font-setting-change-default-font):
15489 Use set-frame-font (Bug#9982).
15490
15491 2012-02-01 Glenn Morris <rgm@gnu.org>
15492
15493 * progmodes/compile.el (compilation-internal-error-properties):
15494 Respect compilation-first-column in the "*compilation*" buffer.
15495
15496 * emacs-lisp/easy-mmode.el (define-minor-mode):
15497 Relax :variable's test for a named function.
15498
15499 2012-01-31 Alan Mackenzie <acm@muc.de>
15500
15501 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15502 off by one error.
15503
15504 2012-01-31 Chong Yidong <cyd@gnu.org>
15505
15506 * frame.el (set-frame-font): New arg ALL-FRAMES.
15507
15508 * menu-bar.el (menu-set-font): Use set-frame-font.
15509
15510 * faces.el (face-spec-reset-face): Don't apply unspecified
15511 attribute values to the default face.
15512
15513 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15514
15515 * progmodes/cwarn.el (cwarn): Remove dead link.
15516 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15517 Remove * from defcustom docstrings.
15518 (turn-on-cwarn-mode): Make obsolete.
15519 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15520 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15521
15522 2012-01-31 Glenn Morris <rgm@gnu.org>
15523
15524 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15525 Fix :variable handling of mode a symbol not equal to modefun.
15526 Allow named functions to be used as the cdr of :variable.
15527
15528 2012-01-30 Glenn Morris <rgm@gnu.org>
15529
15530 * emacs-lisp/authors.el (authors-fixed-entries):
15531 Remove reference to deleted file rnewspost.el.
15532
15533 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15534
15535 * window.el (window-with-parameter): Remove unused variable `windows'.
15536 (window--side-check): Remove unused variable `code'.
15537 (window--resize-siblings): Remove unused variable `first'.
15538 (adjust-window-trailing-edge): Remove unused variable `failed'.
15539 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15540 Use `let', not `let*'.
15541 (balance-windows-2): Remove unused variable `found'.
15542 (window--state-put-2): Remove unused variable `splits'.
15543 (window-state-put): Remove unused variable `selected'.
15544 (same-window-p): Use `string-match-p'.
15545 (display-buffer-assq-regexp): Remove unused variable `value'.
15546 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15547 Mark argument ALIST as ignored.
15548 (pop-to-buffer): Remove unused variable `old-window'.
15549
15550 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15551
15552 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15553 and .lzma compressed files.
15554
15555 2012-01-29 Chong Yidong <cyd@gnu.org>
15556
15557 * frame.el (window-system-default-frame-alist): Doc fix.
15558
15559 * dynamic-setting.el (font-setting-change-default-font): Don't
15560 change the default face if SET-FONT argument is non-nil (Bug#9982).
15561
15562 2012-01-29 Samuel Bronson <naesten@gmail.com>
15563
15564 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15565
15566 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15567
15568 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15569 breakpoints in files outside current directory (Bug#6098).
15570
15571 2012-01-29 Chong Yidong <cyd@gnu.org>
15572
15573 * progmodes/python.el: Require ansi-color at top-level.
15574
15575 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15576 Define and use in Emacs Lisp mode (Bug#9360).
15577 (lisp-mode-abbrev-table): Add doc.
15578 (lisp-mode-variables): Don't set local-abbrev-table.
15579 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15580
15581 2012-01-28 Roland Winkler <winkler@gnu.org>
15582
15583 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15584
15585 2012-01-28 Roland Winkler <winkler@gnu.org>
15586
15587 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15588 (bibtex-set-dialect): Use it. Either set global values of
15589 dialect-dependent variables or bind these variables buffer-locally
15590 (Bug#10254).
15591 (bibtex-mode): Call bibtex-set-dialect via
15592 hack-local-variables-hook.
15593 (bibtex-dialect): Update docstring.
15594 Add safe-local-variable predicate.
15595 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15596 bibtex-set-dialect.
15597 (bibtex-mode-map): Define menu for each dialect.
15598 (bibtex-entry): Fix docstring.
15599
15600 2012-01-28 Chong Yidong <cyd@gnu.org>
15601
15602 * eshell/esh-arg.el (eshell-quote-argument): New function.
15603
15604 * eshell/esh-ext.el (eshell-invoke-batch-file):
15605 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15606 first arg to eshell-parse-command (Bug#10523).
15607
15608 2012-01-28 Drew Adams <drew.adams@oracle.com>
15609
15610 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15611 `default-directory' is non-nil.
15612
15613 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15614
15615 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15616 line that displays system-configuration-options. (Bug#9924)
15617
15618 2012-01-28 Drew Adams <drew.adams@oracle.com>
15619
15620 * descr-text.el (describe-char): Show information about POS, in
15621 addition to information about the character at POS. Improve and
15622 update the doc string. Change "code point" to "code point in
15623 charset", to avoid confusion with the character's Unicode code
15624 point shown above that. (Bug#10129)
15625
15626 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15627
15628 * descr-text.el (describe-char): Show the raw character, not only
15629 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15630 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15631 for the reasons.
15632
15633 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15634
15635 * emacs-lisp/package.el (package-install):
15636 Run package-refresh-contents if there is no archive yet (Bug#9798).
15637
15638 2012-01-28 Chong Yidong <cyd@gnu.org>
15639
15640 * emacs-lisp/package.el (package-maybe-load-descriptor):
15641 New function, split from package-maybe-load-descriptor.
15642 (package-maybe-load-descriptor): Use it.
15643 (package-download-transaction): Fully load required packages
15644 inside the loop, so that `require' calls work (Bug#10593).
15645 (package-install): No need to call package-initialize now.
15646
15647 2012-01-28 Chong Yidong <cyd@gnu.org>
15648
15649 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15650
15651 * tooltip.el (tooltip-mode): Doc fix.
15652 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15653
15654 * frame.el (set-cursor-color): Doc fix (Bug#352).
15655
15656 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15657 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15658
15659 * cus-edit.el (custom-buffer-create-internal): Fix search button
15660 action (Bug#10542).
15661 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15662
15663 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15664
15665 * dired.el (dired-mark-files-regexp):
15666 Include any subdirectory components. (Bug#10445)
15667
15668 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15669
15670 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15671 Handle [host]:port syntax. (Bug#10533)
15672
15673 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15674
15675 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15676
15677 2012-01-26 Glenn Morris <rgm@gnu.org>
15678
15679 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15680 * term.el (term-raw-escape-map): Use Control-X-prefix.
15681 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15682
15683 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15684
15685 * window.el (window-state-get, window--state-get-1): Don't deal
15686 with fixed-sizeness of windows. Simplify code.
15687
15688 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15689
15690 * window.el (window--state-get-1, window--state-put-2):
15691 Don't save and restore the mark.
15692
15693 2012-01-25 Chong Yidong <cyd@gnu.org>
15694
15695 * custom.el (custom-variable-p): Doc fix.
15696
15697 2012-01-25 Glenn Morris <rgm@gnu.org>
15698
15699 * dired.el (dired-goto-file): Handle some of the more common
15700 characters that `ls -b' escapes. (Bug#10596)
15701
15702 * progmodes/compile.el (compilation-next-error-function):
15703 Respect compilation-first-column in the "*compilation*" buffer.
15704 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15705
15706 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15707
15708 2012-01-24 Glenn Morris <rgm@gnu.org>
15709
15710 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15711
15712 2012-01-24 Julien Danjou <julien@danjou.info>
15713
15714 * color.el (color-rgb-to-hsl): Fix value computing.
15715 (color-hue-to-rgb): New function.
15716 (color-hsl-to-rgb): New function.
15717 (color-clamp, color-saturate-hsl, color-saturate-name)
15718 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15719 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15720
15721 2012-01-24 Glenn Morris <rgm@gnu.org>
15722
15723 * vc/vc-rcs.el (vc-rcs-create-tag):
15724 * vc/vc-sccs.el (vc-sccs-create-tag):
15725 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15726
15727 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15728
15729 * eshell/esh-util.el (eshell-read-hosts-file):
15730 Skip comment lines. (Bug#10549)
15731
15732 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
15733
15734 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
15735
15736 * subr.el (display-delayed-warnings): Doc fix.
15737 (collapse-delayed-warnings): New function to collapse identical
15738 adjacent warnings.
15739 (delayed-warnings-hook): Add it.
15740
15741 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
15742
15743 * net/tramp.el (tramp-action-login): Set connection property "login-as".
15744
15745 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15746 (tramp-default-user-alist): Don't add "pscp".
15747 (tramp-do-copy-or-rename-file-out-of-band): Use connection
15748 property "login-as", if set. (Bug#10530)
15749
15750 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
15751
15752 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15753 "plink1" and "psftp". (Bug#10530)
15754
15755 2012-01-21 Kenichi Handa <handa@m17n.org>
15756
15757 * international/mule-cmds.el (prefer-coding-system): Show a
15758 warning message if the default value of file-name-coding-system
15759 was not changed.
15760
15761 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15762
15763 * windmove.el (windmove-reference-loc):
15764 Fix windmove-reference-loc miscalculation.
15765
15766 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
15767
15768 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15769 default unit.
15770
15771 2012-01-21 Glenn Morris <rgm@gnu.org>
15772
15773 * international/mule.el (auto-coding-alist): Add .tbz.
15774
15775 * files.el (local-enable-local-variables): Doc fix.
15776 (inhibit-local-variables-regexps): Rename from
15777 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
15778 Doc fix. Add some extensions from auto-coding-alist.
15779 (inhibit-local-variables-suffixes):
15780 Rename from inhibit-first-line-modes-suffixes. Doc fix.
15781 (inhibit-local-variables-p):
15782 New function, extracted from set-auto-mode-1.
15783 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
15784 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
15785 (hack-local-variables): Doc fix. Make the mode-only case
15786 respect enable-local-variables and friends.
15787 Respect inhibit-local-variables-regexps for file-locals, but
15788 not for directory-locals.
15789 (set-visited-file-name):
15790 Take account of inhibit-local-variables-regexps.
15791 Whether it applies may change as the file name is changed.
15792 * jka-cmpr-hook.el (jka-compr-install):
15793 * jka-compr.el (jka-compr-uninstall):
15794 Update for inhibit-first-line-modes-suffixes name change.
15795
15796 2012-01-20 Martin Rudalics <rudalics@gmx.at>
15797
15798 * help-macro.el (make-help-screen): Temporarily restore original
15799 binding for minor-mode-map-alist (Bug#10454).
15800
15801 2012-01-19 Julien Danjou <julien@danjou.info>
15802
15803 * color.el (color-name-to-rgb): Use the white color to find the max
15804 color component value and return correctly computed values.
15805 (color-name-to-rgb): Add missing float conversion for max value.
15806
15807 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15808
15809 * window.el (window--state-get-1, window-state-get): Do not use
15810 special state value for window-persistent-parameters.
15811 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
15812 (window--state-put-2): Reset all window parameters to nil before
15813 assigning values of persistent parameters.
15814
15815 2012-01-18 Alan Mackenzie <acm@muc.de>
15816
15817 Eliminate sluggishness and hangs in fontification of "semicolon
15818 deserts".
15819
15820 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15821 Change value 10000 -> 3000.
15822 (c-state-safe-place): Reformulate so it doesn't stack up an
15823 infinite number of wrong entries in c-state-nonlit-pos-cache.
15824 (c-determine-limit-get-base, c-determine-limit): New functions to
15825 determine backward search limits disregarding literals.
15826 (c-find-decl-spots): Amend commenting.
15827 (c-cheap-inside-bracelist-p): New function which detects "={".
15828
15829 * progmodes/cc-fonts.el
15830 (c-make-font-lock-BO-decl-search-function): Give a limit to a
15831 backward search.
15832 (c-font-lock-declarations): Fix an occurrence of point being
15833 undefined. Check additionally for point being in a bracelist or
15834 near a macro invocation without a semicolon so as to avoid a
15835 fruitless time consuming search for a declarator. Give a more
15836 precise search limit for declarators using the new
15837 c-determine-limit.
15838
15839 2012-01-18 Glenn Morris <rgm@gnu.org>
15840
15841 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15842 (set-auto-mode): Doc fixes.
15843
15844 2012-01-17 Glenn Morris <rgm@gnu.org>
15845
15846 * isearch.el (search-nonincremental-instead): Fix doc typo.
15847
15848 * dired.el (dired-insert-directory): Handle newlines in directory name.
15849 (dired-build-subdir-alist): Unescape newlines in directory name.
15850
15851 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
15852
15853 * net/tramp.el (tramp-local-end-of-line): New defcustom.
15854 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15855 (tramp-action-terminal): Use it. (Bug#10530)
15856
15857 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * minibuffer.el (completion--replace): Strip properties (bug#10062).
15860
15861 2012-01-16 Martin Rudalics <rudalics@gmx.at>
15862
15863 * window.el (window-state-ignored-parameters): Remove variable.
15864 (window--state-get-1): Rename argument MARKERS to IGNORE.
15865 Handle persistent window parameters. Make copy of clone-of
15866 parameter only if requested. (Bug#10348)
15867 (window--state-put-2): Install a window parameter only if it has
15868 a non-nil value or an existing parameter shall be overwritten.
15869
15870 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
15871
15872 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15873
15874 2012-01-14 Eli Zaretskii <eliz@gnu.org>
15875
15876 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15877 don't pass the (nil) value of `upnode' to string-match.
15878
15879 2012-01-14 Chong Yidong <cyd@gnu.org>
15880
15881 * startup.el (command-line): Fix X resource class for cursorColor.
15882 Fix values recognized by the cursorBlink resource.
15883
15884 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
15885
15886 * epg.el (epg--make-temp-file): Avoid permission race condition
15887 when running on old Emacs versions (bug#10403).
15888
15889 2012-01-14 Glenn Morris <rgm@gnu.org>
15890
15891 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15892
15893 2012-01-13 Alan Mackenzie <acm@muc.de>
15894
15895 Fix filling for when filladapt mode is enabled.
15896
15897 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15898 c-mask-paragraph, pass in `fill-paragraph' rather than
15899 `fill-region-as-paragraph'. (This is a reversion of a previous
15900 change.)
15901 * progmodes/cc-mode.el (c-basic-common-init):
15902 Make fill-paragraph-handle-comment buffer local and set it to nil.
15903
15904 2012-01-13 Glenn Morris <rgm@gnu.org>
15905
15906 * dired.el (dired-switches-escape-p): New function.
15907 (dired-insert-directory): Use dired-switches-escape-p.
15908 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
15909
15910 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
15911
15912 2012-01-12 Glenn Morris <rgm@gnu.org>
15913
15914 * mail/sendmail.el (mail-mode): Update paragraph-separate for
15915 changes in adaptive-fill-regexp. (Bug#10276)
15916
15917 2012-01-11 Alan Mackenzie <acm@muc.de>
15918
15919 Fix Emacs bug #10463 - put `widen's around the critical spots.
15920
15921 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15922 widen around each invocation of c-state-pp-to-literal. Remove an
15923 unused let variable.
15924
15925 2012-01-11 Glenn Morris <rgm@gnu.org>
15926
15927 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
15928 Doc fix.
15929
15930 2012-01-10 Chong Yidong <cyd@gnu.org>
15931
15932 * net/network-stream.el (network-stream-open-starttls):
15933 Avoid emitting a confusing error message when the server gives a bad
15934 response to the capability command.
15935
15936 2012-01-10 Glenn Morris <rgm@gnu.org>
15937
15938 * mail/unrmail.el (unrmail): Tweak previous change.
15939
15940 2012-01-09 Chong Yidong <cyd@gnu.org>
15941
15942 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15943
15944 2012-01-08 Alan Mackenzie <acm@muc.de>
15945
15946 Optimize font locking in long enum definitions.
15947
15948 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15949 arm to a cond form to handle enums.
15950 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15951 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15952
15953 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
15954
15955 * files.el (move-file-to-trash): Preserve default file modes on error.
15956 (Bug#10401)
15957
15958 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15959
15960 * faces.el (set-face-attribute): Clarify the meaning of the nil
15961 frame (bug#10294).
15962
15963 * subr.el (with-selected-frame): Mention that the selected frame
15964 is restored (bug#9980).
15965
15966 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15967 (bug#9759).
15968
15969 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15970 (password-read): Don't autoload unused function.
15971
15972 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
15973
15974 * progmodes/which-func.el (which-func-mode): Turn into a
15975 non-interactive function and mark as obsolete (bug#10428).
15976
15977 2012-01-06 Chong Yidong <cyd@gnu.org>
15978
15979 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15980 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15981 functions, along with 1 and -1.
15982
15983 2012-01-06 Eli Zaretskii <eliz@gnu.org>
15984
15985 * time.el (display-time-load-average)
15986 (display-time-default-load-average): Doc fixes. See the thread
15987 starting at
15988 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15989 for the details.
15990
15991 2012-01-06 Glenn Morris <rgm@gnu.org>
15992
15993 * mail/unrmail.el (unrmail): Give an explicit error if the input file
15994 has no messages. (Bug#10377)
15995
15996 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15997 than Info-edit. (Bug#10385)
15998
15999 * time.el (display-time-load-average, display-time-next-load-average):
16000 Doc fixes.
16001
16002 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16003 local setting of buffer-read-only to the input buffer. (Bug#10419)
16004
16005 * calendar/calendar.el (calendar-mode):
16006 Locally set scroll-margin to 0. (Bug#10379)
16007
16008 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16009
16010 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16011
16012 2012-01-05 Glenn Morris <rgm@gnu.org>
16013
16014 * eshell/em-unix.el (diff-no-select): Autoload it.
16015 (eshell/diff): Use diff-no-select. (Bug#10420)
16016
16017 2012-01-05 Chong Yidong <cyd@gnu.org>
16018
16019 * shell.el (shell-dynamic-complete-functions): Revert last change.
16020 (shell-command-completion-function): New function.
16021 (shell-completion-vars): Use it to implement
16022 shell-completion-execonly (Bug#10417).
16023
16024 * custom.el (enable-theme): Don't set custom-safe-themes.
16025
16026 * cus-theme.el (custom-theme-merge-theme):
16027 Ignore custom-enabled-themes and custom-safe-themes.
16028
16029 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16030
16031 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16032 first prompt in `sql-interacive-mode'.
16033 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16034 keywords.
16035 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16036 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16037 context of original buffer. Invoke `sql-login-hook'.
16038
16039 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16040
16041 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16042 letters in cite-prefix.
16043
16044 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16045
16046 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16047
16048 2012-01-03 Chong Yidong <cyd@gnu.org>
16049
16050 * shell.el (shell-dynamic-complete-functions):
16051 Put pcomplete-completions-at-point, so as to try
16052 comint-filename-completion first (Bug#10417).
16053
16054 2012-01-02 Richard Stallman <rms@gnu.org>
16055
16056 * battery.el (battery-status-function):
16057 Detect when to use battery-yeeloong-sysfs.
16058 (battery-echo-area-format): Add string for Yeeloong.
16059 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16060 (battery-yeeloong-sysfs): New function.
16061
16062 2012-01-02 Chong Yidong <cyd@gnu.org>
16063
16064 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16065 (dirtrack): Merge code for handling relative filenames in prompt
16066 from shell-dir-cookie-watcher.
16067 (dirtrack-debug-message): New arg to avoid excess format calls.
16068
16069 * shell.el (shell-dir-cookie-re): Variable deleted.
16070 (shell-dir-cookie-watcher): Function deleted.
16071 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16072 with dirtrack-mode.
16073
16074 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16075
16076 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16077 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16078 libgnutls-26.dll.
16079
16080 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16081
16082 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16083
16084 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16085
16086 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16087 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16088
16089 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16090
16091 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16092 also for alternative shells.
16093 (tramp-open-connection-setup-interactive-shell): Check, whether
16094 the shell is a busybox.
16095 (tramp-send-command): Don't suppress multiple prompts for
16096 busyboxes, it hurts.
16097
16098 2011-12-28 Chong Yidong <cyd@gnu.org>
16099
16100 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16101 (gdb-get-source-file): Move mode line update to
16102 gdb-get-source-file (Bug#10087).
16103
16104 2011-12-25 Chong Yidong <cyd@gnu.org>
16105
16106 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16107 gud-gdb-marker-filter without taking it as an argument.
16108 (gud-gdb-run-command-fetch-lines): Caller changed.
16109 (gud-gdb-completion-function): New variable.
16110 (gud-gdb-completion-at-point): Use it.
16111 (gud-gdb-completions-1): Split from gud-gdb-completions.
16112
16113 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16114 function as separate arguments.
16115 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16116 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16117 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16118 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16119 (gdb-stopped, def-gdb-auto-update-trigger)
16120 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16121 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16122 Callers changed.
16123 (gud-gdbmi-completions): New function.
16124 (gdb): Use it for generating the completion table.
16125
16126 2011-12-24 Alan Mackenzie <acm@muc.de>
16127
16128 Introduce a mechanism to widen the region used in context font
16129 locking. Use this to protect declarations from losing their contexts.
16130
16131 * progmodes/cc-langs.el (c-before-font-lock-functions):
16132 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16133 (c-before-context-fontification-functions): New defvar, a list of
16134 functions to be run just before context (etc.) font locking.
16135
16136 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16137 New, functionality extracted from
16138 c-neutralize-syntax-in-and-mark-CPP.
16139 (c-in-after-change-fontification): New variable.
16140 (c-after-change): Set c-in-after-change-fontification.
16141 (c-set-fl-decl-start): Rejig its interface, so it can be called
16142 from both after-change and context fontifying.
16143 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16144 New functions.
16145 (c-standard-font-lock-fontify-region-function): New variable.
16146 (c-font-lock-fontify-region): New function.
16147
16148 2011-12-24 Juri Linkov <juri@jurta.org>
16149
16150 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16151 (Bug#10348)
16152
16153 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16154
16155 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16156 existence of source file. (Bug#10325)
16157
16158 2011-12-23 Alan Mackenzie <acm@muc.de>
16159
16160 Fix unstable fontification inside templates.
16161
16162 * progmodes/cc-langs.el (c-before-font-lock-functions):
16163 Newly created from the singular version. The (c c++ objc) entry now
16164 additionally has c-set-fl-decl-start. The other languages (apart
16165 from AWK) have that as a single entry.
16166
16167 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16168 The functionality for "local" declarations has been extracted to
16169 c-set-fl-decl-start.
16170
16171 * progmodes/cc-mode.el (c-common-init, c-after-change):
16172 Changes due to pluralisation of c-before-font-lock-functions.
16173 (c-set-fl-decl-start): New function, extracted from
16174 c-font-lock-enclosing-decls and enhanced.
16175
16176 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16177
16178 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16179
16180 2011-12-22 Juri Linkov <juri@jurta.org>
16181
16182 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16183
16184 2011-12-22 Chong Yidong <cyd@gnu.org>
16185
16186 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16187
16188 2011-12-21 Drew Adams <drew.adams@oracle.com>
16189
16190 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16191
16192 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16193
16194 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16195
16196 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16197
16198 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16199 highlighting and support. Fix up comments for capitalization.
16200 (cfengine-mode-debug): New var.
16201 (cfengine3-mode): Change the modeline indicator to "CFE3".
16202 (cfengine3-font-lock-keywords): Improve defun highlighting.
16203 (cfengine2-actions): Rename from `cfengine-actions'.
16204 (cfengine2-font-lock-keywords): Rename from
16205 `cfengine-font-lock-keywords'.
16206 (cfengine2-imenu-expression): Rename from
16207 `cfengine-imenu-expression'.
16208 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16209 (cfengine2-beginning-of-defun): Rename from
16210 `cfengine-beginning-of-defun'.
16211 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16212 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16213 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16214 modeline indicator to "CFE2".
16215 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16216 (cfengine-mode-abbrevs): Mark obsolete.
16217
16218 2011-12-21 Chong Yidong <cyd@gnu.org>
16219
16220 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16221 filename argument.
16222
16223 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16224
16225 * window.el (window-normalize-buffer-to-display): Remove.
16226 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16227
16228 2011-12-19 Chong Yidong <cyd@gnu.org>
16229
16230 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16231 Don't signal an error in a predicate function; return non-nil.
16232 (vc-dir-mark-file): Move the error here.
16233 (vc-dir-mark-unmark): If acting on the region, keep going if one
16234 of the entries cannot be marked/unmarked.
16235 (vc-dir-mark-all-files): If current entry is a directory, mark
16236 only child files, as documented.
16237
16238 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16239
16240 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16241 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16242 addition.
16243
16244 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16245
16246 * term/ns-win.el (ns-get-selection-internal)
16247 (ns-store-selection-internal): Declare.
16248 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16249 Declare as obsolete.
16250 (ns-get-pasteboard, ns-paste-secondary):
16251 Use ns-get-selection-internal.
16252 (ns-set-pasteboard, ns-copy-including-secondary):
16253 Use ns-store-selection-internal.
16254
16255 2011-12-17 Chong Yidong <cyd@gnu.org>
16256
16257 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16258 (vc-deduce-fileset): Doc fix.
16259
16260 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16261
16262 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16263
16264 2011-12-13 Sam Steingold <sds@gnu.org>
16265
16266 * man.el (Man-getpage-in-background): When running under a
16267 window-system, ignore $MANWIDTH and $COLUMNS.
16268
16269 2011-12-15 Kenichi Handa <handa@m17n.org>
16270
16271 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16272 (setup-ethiopic-environment-internal): Comment out key-binding for
16273 ethio-toggle-punctuation.
16274
16275 2011-12-13 Alan Mackenzie <acm@muc.de>
16276
16277 Add the switch statement to AWK Mode.
16278
16279 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16280 "default" to the keywords regexp.
16281
16282 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16283 expression as the rest.
16284 (c-nonlabel-token-key): Allow string literals for AWK.
16285 Refactor for the other modes.
16286
16287 Large brace-block initialisation makes CC Mode slow: Fix.
16288 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16289 routines. Limit backward searching in c-font-lock-enclosing.decl.
16290
16291 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16292 pp-state and literal type in addition to the limits.
16293 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16294 (c-state-literal-at): Use the above new defun.
16295 (c-slow-in-literal, c-fast-in-literal): Remove.
16296 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16297
16298 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16299 being in a literal. Add a limit for backward searching.
16300
16301 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16302 c-slow-in-literal.
16303
16304 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16307
16308 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16309
16310 * window.el (delete-other-windows): Use correct frame in call to
16311 window-with-parameter.
16312
16313 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16314
16315 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16316 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16317 (makefile-gmake-statements, makefile-makepp-statements):
16318 Use it and add new makepp keywords.
16319 (makefile-makepp-font-lock-keywords): Add new patterns.
16320 (makefile-match-function-end): Match new [...] and [[...]].
16321
16322 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16323
16324 * ses.el (ses-call-printer-return, ses-cell-property-get)
16325 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16326 (ses-create-cell-variable, ses-reset-header-string)
16327 (ses-cell-set-formula, ses-repair-cell-reference-all)
16328 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16329 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16330 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16331 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16332 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16333 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16334 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16335 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16336 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16337 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16338 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16339 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16340
16341 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16342
16343 * ses.el: The overall change is to add cell renaming, that is
16344 setting fancy names for cell symbols other than name matching
16345 "\\`[A-Z]+[0-9]+\\'" regexp .
16346 (ses-create-cell-variable): New defun.
16347 (ses-relocate-formula): Relocate formulas only for cells the
16348 symbols of which are not renamed, i.e. symbols whose names do not
16349 match regexp "\\`[A-Z]+[0-9]+\\'".
16350 (ses-relocate-all): Relocate values only for cells the symbols of
16351 which are not renamed.
16352 (ses-load): Create cells variables as the (ses-cell ...) are read,
16353 in order to check row col consistency with cell symbol name only
16354 for cells that are not renamed.
16355 (ses-replace-name-in-formula): New defun.
16356 (ses-rename-cell): New defun.
16357
16358 2011-12-11 Chong Yidong <cyd@gnu.org>
16359
16360 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16361 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16362
16363 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16364
16365 * window.el (other-window): Fix docstring.
16366
16367 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16368
16369 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16370 `from' or `to' address before taking its substring.
16371 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16372 encoded name is chopped in the middle of the encoded string, and
16373 thus displayed encoded.
16374
16375 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16376
16377 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16378
16379 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16380
16381 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16382 to use texinfo-update-node and commands that call it if the
16383 Texinfo file uses @node lines without next/prev/up pointers.
16384 Correct outdated description about texinfo-master-menu.
16385 (texinfo-all-menus-update, texinfo-master-menu)
16386 (texinfo-update-node, texinfo-every-node-update)
16387 (texinfo-multiple-files-update): Doc fix. Warn against updating
16388 all the @node lines.
16389 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16390 argument is numeric. Explain better in the doc string what the
16391 function really does.
16392 (texinfo-insert-master-menu-list): Improve the error message
16393 displayed if there's no menu in the Top node.
16394 (Bug#2975) See also this thread:
16395 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16396
16397 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16398
16399 * speedbar.el (speedbar-supported-extension-expressions):
16400 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16401
16402 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16403
16404 * printing.el (pr-mode-alist):
16405 * simple.el (filter-buffer-substring-functions)
16406 (completion-list-insert-choice-function):
16407 * window.el (window-with-parameter, window-atom-root)
16408 (window-sides-slots, window-size-fixed, window-min-delta)
16409 (window-max-delta, window--resize-mini-window)
16410 (window--resize-child-windows-normal, window-tree)
16411 (delete-other-windows, quit-window, split-window)
16412 (display-buffer-record-window, special-display-buffer-names)
16413 (special-display-regexps, special-display-popup-frame)
16414 (same-window-p, split-window-sensibly)
16415 (display-buffer-overriding-action, display-buffer-alist)
16416 (display-buffer-base-action, display-buffer, switch-to-buffer)
16417 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16418 (fit-window-to-buffer, recenter-positions)
16419 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16420 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16421 and remove unneeded backslashes in docstrings.
16422
16423 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16426
16427 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16428 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16429 end in ".mk".
16430 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16431 when reading the makefile (bug#10116).
16432
16433 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16434
16435 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16436 (bug#10116).
16437
16438 2011-12-06 Glenn Morris <rgm@gnu.org>
16439
16440 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16441
16442 2011-12-06 Chong Yidong <cyd@gnu.org>
16443
16444 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16445
16446 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16447
16448 * textmodes/table.el (table-shorten-cell): Fix typo.
16449
16450 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16451
16452 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16453
16454 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16455
16456 * descr-text.el (describe-char): Fix display of strong
16457 right-to-left characters and directional embeddings and overrides.
16458
16459 * simple.el (what-cursor-position): Fix display of codepoints of
16460 strong right-to-left characters.
16461
16462 2011-12-05 Chong Yidong <cyd@gnu.org>
16463
16464 * faces.el (read-color): Doc fix.
16465
16466 2011-12-05 Glenn Morris <rgm@gnu.org>
16467
16468 * align.el (align--set-marker): Add doc-string.
16469 Don't try to move something that is not a marker. (Bug#10216)
16470
16471 2011-12-04 Glenn Morris <rgm@gnu.org>
16472
16473 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16474 overly zealous deletion of trailing whitespace.
16475
16476 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16477
16478 * server.el (server-delete-client): On Windows, do not try to delete
16479 the only terminal.
16480 (server-process-filter): On Windows, treat requests for a tty frame as
16481 if they were for a GUI frame if the running server is in GUI mode.
16482
16483 2011-12-03 Glenn Morris <rgm@gnu.org>
16484
16485 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16486
16487 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16488
16489 * electric.el: Streamline electric-indent's hook.
16490 (electric-indent-chars): Revert to simple list.
16491 (electric-indent-functions): New var.
16492 (electric-indent-post-self-insert-function): Use it.
16493
16494 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16495 there's no inferior buffer (bug#10196).
16496 (prolog-consult-compile): Don't use toggle-read-only.
16497
16498 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16499
16500 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16501 interrupt. (Bug#10187)
16502
16503 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16504
16505 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16506 (bug#9160).
16507
16508 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16509 (bug#10191).
16510
16511 2011-12-02 Juri Linkov <juri@jurta.org>
16512
16513 * info.el (Info-search): Display "end of manual" when Isearch
16514 reaches the end of single-file Info manual. (Bug#9918)
16515
16516 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16517
16518 * isearch.el (isearch-message-prefix): Run the input method part
16519 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16520
16521 2011-12-02 Juri Linkov <juri@jurta.org>
16522
16523 * isearch.el (isearch-occur): Use `word-search-regexp' for
16524 `isearch-word'.
16525 (isearch-search-and-update): Add condition for `isearch-word' and
16526 call `word-search-regexp'. (Bug#10145)
16527
16528 2011-12-01 Glenn Morris <rgm@gnu.org>
16529
16530 * eshell/em-hist.el (eshell-hist-initialize):
16531 Handle eshell-history-size nil and HISTSIZE set or unset.
16532 (eshell-history-file-name, eshell-history-size): Fix custom type.
16533
16534 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16537
16538 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16539
16540 * progmodes/verilog-mode.el (verilog-pretty-expr):
16541 Rework verilog-pretty-expr to handle new assignment operators in system
16542 verilog, such as += *= and the like.
16543 (verilog-assignment-operator-re): Regular expression to find the
16544 assigment operator in a verilog assignment.
16545 (verilog-assignment-operation-re): Regular expression to find an
16546 assignment statement for pretty-expr.
16547 (verilog-in-attribute-p): Query returns true if point is in an
16548 attribute context; used to skip these for expression line up from
16549 pretty-expr.
16550 (verilog-in-parameter-p): Query returns true if point is in an
16551 parameter definition context; used to skip these for expression
16552 line up from pretty-expr.
16553 (verilog-in-parenthesis-p): Query returns true if point is in a
16554 parenthetical expression, specifically ( ) but not [ ] or { };
16555 used by pretty-expr.
16556 (verilog-just-one-space): If there is no space, don't add one.
16557 (verilog-get-lineup-indent-2): Specifically skip just attribute
16558 contexts for expression lineup, rather than skipping all
16559 parenthetical expressions.
16560 (verilog-calculate-indent): Fix comment, and fix indent.
16561 (verilog-do-indent): Indent declarations in lists (suggested by
16562 Joachim Lechner).
16563 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16564 skeleton items.
16565 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16566 by Alain Mellan).
16567
16568 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16569
16570 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16571 parameters with embedded comments. Reported by Ray Stevens.
16572 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16573 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16574 Reported by Tim Holt.
16575 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16576 instantiated by upper module causing wrong expansion until AUTOed a
16577 second time. Reported by K C Buckenmaier.
16578 (verilog-diff-auto): Fix showing .* as a difference when
16579 `verilog-auto-star-save' off. Reported by Dan Dever.
16580 (verilog-auto-reset, verilog-read-always-signals)
16581 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16582 temporary signals in reset list if
16583 verilog-auto-reset-blocking-in-non is nil, and match assignment
16584 style to each signal's assignment type, bug381.
16585 Reported by Thomas Esposito.
16586 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16587 (verilog-uvm-statement-re): Support UVM indentation and
16588 highlighting, with old OVM keywords only.
16589 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16590 Support AUTOTIEOFF creating non-wire data types.
16591 Suggested by Jonathan Greenlaw.
16592 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16593 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16594 (verilog-inject-sense, verilog-read-inst-pins)
16595 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16596 Fix mismatching parenthesis inside commented out code when deleting
16597 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16598 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16599 non-numeric vector width. Reported by Alex Reed.
16600 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16601 detecting signals with parameter widths. Reported by Alex Reed.
16602 (verilog-auto-delete-trailing-whitespace):
16603 With `verilog-auto-delete-trailing-whitespace' remove trailing
16604 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16605 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16606 Fix verilog-scan-cache corruption when running user AUTO expansion
16607 hooks that call indentation routines.
16608 (verilog-simplify-range-expression): Fix typo ignoring lower case
16609 identifiers.
16610 (verilog-delete-auto): Fix delete-autos to also remove user created
16611 automatics, as long as they start with AUTO.
16612 (verilog-batch-diff-auto, verilog-diff-auto)
16613 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16614 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16615 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16616 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16617 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16618 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16619 is disabled and its cache will get corrupt, causing AUTOS not to
16620 expand. Instead use only -quick functions.
16621 (verilog-scan-region): Fix scanning over escaped quotes.
16622 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16623 (verilog-re-search-backward-quick)
16624 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16625 related functions now ignore strings, to fix misparsing of strings
16626 with magic comments embedded in them.
16627 (verilog-read-auto-template):
16628 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16629 Reported by Brad Dobbie.
16630 (verilog-read-auto-template):
16631 Fix 'verilog-auto-inst-template-numbers' with comments.
16632 Reported by Brad Dobbie.
16633 (verilog-auto-inst, verilog-auto-inst-param)
16634 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16635 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16636 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16637 debugging templates without merge conflicts, bug357.
16638 Reported by Brad Dobbie.
16639 (verilog-read-auto-template):
16640 Fix verilog-auto-inst-template-numbers with multiple templates.
16641 Reported by Brad Dobbie.
16642 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16643 abbrevs so user won't be asked to save.
16644 (verilog-read-auto-lisp-present): Fix to start at beginning of
16645 buffer in case called outside of verilog-auto.
16646 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16647 to "X-2". Reported by Matthew Myers.
16648 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16649 all inputs from module templates. Reported by Leith Johnson.
16650 (verilog-module-inside-filename-p): Fix locating programs as with
16651 modules.
16652 (verilog-auto-inst-port): Fix vl-width expressions when using
16653 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16654 (verilog-decls-get-regs, verilog-decls-get-signals,
16655 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16656 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16657 verilog-read-decls): Combine reg and wire structures into one var
16658 structure to represent SystemVerilog concepts.
16659 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16660 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16661 (verilog-auto-wire-type, verilog-insert-definition):
16662 Add verilog-auto-wire-type and AUTOLOGIC to support using
16663 SystemVerilog "logic" keyword instead of "wire"/"reg".
16664 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16665 to declares outputs that also have assignments (presumably in an
16666 ifdef or generate if so there's not a driver conflict).
16667 Reported by Matthew Myers.
16668 (verilog-auto-declare-nettype, verilog-insert-definition):
16669 Add verilog-auto-declare-nettype to fix declarations using
16670 `default_nettype none. Reported by Julian Gorfajn.
16671 (verilog-read-always-signals-recurse, verilog-read-decls)
16672 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16673 malformed end statement, bug325. Reported by Joshua Wise and
16674 Andrew Drake.
16675 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16676 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16677 when expanding .* in interfaces, bug320.
16678 Reported by Pierre-David Pfister.
16679 (verilog-read-module-name): Fix import statements between module
16680 name and open parenthesis, bug317.
16681 Reported by Pierre-David Pfister.
16682 (verilog-simplify-range-expression): Fix simplification of
16683 multiplications inside AUTOWIRE connections, bug303.
16684 (verilog-auto-inst-port): Support parameter expansion in
16685 multidimensional arrays.
16686 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16687 after "assert property". Reported by Julian Gorfajn.
16688 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16689 with multiplication, bug303.
16690 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16691 Reported by Jan Frode Lonnum.
16692
16693 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16694
16695 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16696 (hfy-shell-file-name, hfy-shell):
16697 * international/fontset.el (x-decompose-font-name): Fix typos.
16698
16699 2011-11-29 Ken Brown <kbrown@cornell.edu>
16700
16701 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16702 (gdb-version): Remove defvar.
16703 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16704 (gdb-gud-context-command, gdb-non-stop-handler)
16705 (gdb-current-context-command, gdb-stopped): Use it.
16706 (gdb-init-1): Enable pretty printing here.
16707 (gdb-non-stop-handler): Don't enable pretty-printing here.
16708 Check to see if the target supports non-stop mode; if not, turn off
16709 non-stop mode. Use the following.
16710 (gdb-check-target-async): New defun.
16711 (gud-watch, gdb-stopped): Fix whitespace.
16712 (gdb-get-source-file): Don't try to display the source file if
16713 `gdb-main-file' is nil.
16714
16715 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16716
16717 * align.el: Try to generate fewer markers (bug#10047).
16718 (align--set-marker): New macro.
16719 (align-region): Use it.
16720
16721 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16722
16723 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16724
16725 2011-11-29 Chong Yidong <cyd@gnu.org>
16726
16727 * indent.el (indent-for-tab-command, indent-according-to-mode):
16728 Doc fix.
16729 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16730
16731 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
16732
16733 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16734 aware of remote file names. (Bug#10124)
16735
16736 2011-11-29 Chong Yidong <cyd@gnu.org>
16737
16738 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16739
16740 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * files.el (find-file): Don't use force-same-window (bug#10144).
16743 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16744 use pop-to-buffer if the selected window can't be used.
16745 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16746
16747 2011-11-28 Eli Zaretskii <eliz@gnu.org>
16748
16749 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16750 special-mode-map.
16751
16752 2011-11-28 Chong Yidong <cyd@gnu.org>
16753
16754 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16755
16756 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
16757
16758 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16759 gdb-get-source-file-list on gdb-create-source-file-list.
16760
16761 2011-11-26 Eli Zaretskii <eliz@gnu.org>
16762
16763 * whitespace.el (whitespace-newline): Use a different foreground
16764 color for 16-color light-background displays.
16765
16766 2011-11-24 Chong Yidong <cyd@gnu.org>
16767
16768 * window.el (display-buffer--special-action): Doc fix.
16769
16770 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
16771
16772 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16773 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16774 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16775 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16776 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16777 (avl-tree-stack-first):
16778 * emacs-lisp/cconv.el (cconv--analyse-use):
16779 * net/gnutls.el (gnutls-negotiate): Fix typos.
16780
16781 2011-11-24 Glenn Morris <rgm@gnu.org>
16782
16783 * lpr.el (lpr-windows-system, lpr-lp-system):
16784 * mail/binhex.el (binhex-begin-line):
16785 * progmodes/grep.el (grep-history, grep-find-history):
16786 * textmodes/flyspell.el:
16787 * vc/pcvs-defs.el (cvs-global-menu):
16788 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16789 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16790 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16791
16792 * net/tls.el: Fix case of "GnuTLS".
16793
16794 * paths.el (rmail-file-name): Format doc-string for make-docfile.
16795
16796 * version.el (emacs-build-system): Give it a doc-string.
16797
16798 2011-11-24 Juri Linkov <juri@jurta.org>
16799
16800 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16801
16802 2011-11-24 Glenn Morris <rgm@gnu.org>
16803
16804 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16805 if called on a non-mime message just toggle the headers. (Bug#8006)
16806
16807 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
16808
16809 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16810 (allout-lead-with-comment-string, allout-structure-deleted-hook)
16811 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16812 (allout-rebullet-heading, allout-open-sibtopic)
16813 (allout-toggle-current-subtree-encryption)
16814 (allout-toggle-subtree-encryption, allout-encrypt-string)
16815 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16816 (allout-distinctive-bullets-string, allout-auto-activation):
16817 * window.el (window-normalize-buffer-to-display):
16818 * progmodes/verilog-mode.el (verilog-batch-indent):
16819 * textmodes/bibtex.el (bibtex-field-braces-opt)
16820 (bibtex-field-strings-opt):
16821 * vc/cvs-status.el (cvs-tree-merge):
16822 Fix typos.
16823
16824 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
16825
16826 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16827 `non-essential' to t, in order to avoid remote connections.
16828
16829 2011-11-23 Eli Zaretskii <eliz@gnu.org>
16830
16831 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16832 On MS-DOS and MS-Windows, compare with loaddefs.el
16833 case-insensitively.
16834
16835 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16836
16837 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
16838
16839 2011-11-23 Glenn Morris <rgm@gnu.org>
16840
16841 * paths.el (rmail-file-name): Reformat the doc-string so that it
16842 is picked up.
16843
16844 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16845 (rmail-auto-file): Ignore case in the "special" field names,
16846 as mail-fetch-field does for all others.
16847
16848 * mail/rmail.el (rmail-forward):
16849 * mail/rmailkwd.el (rmail-set-label):
16850 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16851 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
16852
16853 * mail/rmail.el (rmail-current-message): Doc fix.
16854
16855 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
16856
16857 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16858
16859 * server.el (server-eval-and-print): Allow C-g (bug#6585).
16860
16861 2011-11-22 Glenn Morris <rgm@gnu.org>
16862
16863 * mail/rmailmm.el (test-rmail-mime-handler)
16864 (test-rmail-mime-bulk-handler)
16865 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16866
16867 2011-11-21 Juri Linkov <juri@jurta.org>
16868
16869 * calc/calc.el (calc-read-key-sequence):
16870 Let-bind `input-method-function' to nil. (Bug#10018)
16871
16872 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16873
16874 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16875 Tell the caller that the next line needs recomputation, even
16876 though it doesn't start a sexp (bug#10094).
16877
16878 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16879
16880 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16881
16882 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16883
16884 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16885 Use force-same-window.
16886
16887 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16888
16889 * descr-text.el (describe-char-unicode-data):
16890 * json.el (json-string-escape):
16891 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16892 (Footnote-unicode, Footnote-style-p):
16893 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16894
16895 2011-11-20 Chong Yidong <cyd@gnu.org>
16896
16897 * window.el (replace-buffer-in-windows): Restore interactive spec.
16898
16899 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * electric.el (electric-indent-mode): Fix last change (too optimistic).
16902
16903 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16904 (byte-compile-global-not-obsolete-vars): New var.
16905 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16906 Use it.
16907 (byte-compile-warn-obsolete): Align text with the one in *Help*.
16908
16909 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16910
16911 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16912 * progmodes/pascal.el (electric-pascal-equal):
16913 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16914 * xml.el (xml-substitute-special): Fix typos.
16915
16916 2011-11-20 Glenn Morris <rgm@gnu.org>
16917
16918 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16919 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16920 Doc fixes.
16921 (rmail-decode-mime-charset): Mark as obsolete.
16922
16923 * mail/rmailsum.el (rmail-message-regexp-p-1):
16924 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16925 Before using mime functions, check they are set. (Bug#10077)
16926
16927 2011-11-19 Juri Linkov <juri@jurta.org>
16928
16929 * info.el (Info-finder-find-node): Use `package--builtins' instead
16930 of `package-alist'. Use node names formed by the pattern "Keyword "
16931 and the keyword name.
16932
16933 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16934
16935 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16936
16937 2011-11-19 Juri Linkov <juri@jurta.org>
16938
16939 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16940 that calls `revert-buffer' on all Info buffers. (Bug#9915)
16941 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16942 `old-history', `old-history-forward'. Add let-binding
16943 `window-selected'. Remove calls to `kill-buffer',
16944 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
16945 before calling `Info-find-node', so `Info-find-node-2' will reread
16946 the Info file. Restore window positions only when `window-selected'
16947 is non-nil.
16948
16949 2011-11-19 Juri Linkov <juri@jurta.org>
16950
16951 * isearch.el (isearch-lazy-highlight-new-loop):
16952 Remove condition `(not isearch-error)'. (Bug#9918)
16953
16954 * misearch.el (multi-isearch-search-fun): Add condition
16955 `(not bound)' to ignore lazy-highlighting search.
16956 Add the search-failed message "end of multi" when the end of
16957 multi-sequence is reached. Uncapitalize the search-failed
16958 message "Repeat for next buffer".
16959
16960 * info.el (Info-search): Add the search-failed message
16961 "end of the manual" when the end of the manual is reached
16962 in Isearch mode.
16963
16964 2011-11-19 Juri Linkov <juri@jurta.org>
16965
16966 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16967 Use non-destructive `remove' instead of `delete' because
16968 `Info-history-list' stored to `Info-isearch-initial-history-list' in
16969 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16970
16971 2011-11-19 Juri Linkov <juri@jurta.org>
16972
16973 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16974 to nil instead of binding `search-ring' and `regexp-search-ring'.
16975 (Bug#9185)
16976
16977 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16978
16979 * simple.el (line-move): Force movement by logical lines for any
16980 hscrolled window, not only when auto-hscroll-mode is on.
16981 (line-move-visual): Update doc string to that effect. (Bug#10076)
16982
16983 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16984
16985 * language/european.el (macintosh): Define as alias for mac-roman.
16986
16987 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16988
16989 * mail/rmailmm.el (rmail-mime-display-header)
16990 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16991 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16992 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16993 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16994 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16995 of a raw aref.
16996 (rmail-mime-entity-segment): To get past the tagline, move forward
16997 2 more lines, to account for the 2 empty lines that precede and
16998 follow the line with the buttons.
16999 (rmail-mime-update-tagline): Move one more line, to get past the
17000 empty line that follows the buttons in the tagline. (Bug#9520)
17001
17002 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17003
17004 * window.el (window-max-delta-1, window-min-delta-1)
17005 (window-min-size-1, window-state-get-1, window-state-put-1)
17006 (window-state-put-2): Use "window--" prefix.
17007
17008 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17009
17010 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17011 (smie-warning-count): New var.
17012 (smie-set-prec2tab): Use it.
17013 (smie-bnf->prec2): Improve warnings. Add docstring.
17014 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17015 (smie-bnf--set-class): New function.
17016 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17017 corner case.
17018
17019 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17020 (compilation-error-properties, compilation-move-to-column):
17021 Handle compilation-first-column while in the target buffer.
17022
17023 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17024 Don't hardcode point-min==1.
17025
17026 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17027 (eshell-rewrite-for-command): Remove workaround.
17028 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17029 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17030 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17031
17032 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17033
17034 2011-11-17 Glenn Morris <rgm@gnu.org>
17035
17036 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17037 Ignore buffer-local generated-autoload-file if it is the same
17038 as the global value. (Bug#10049)
17039
17040 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17041
17042 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17043 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17044 (reftex-toc-previous-heading, reftex-toc-max-level)
17045 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17046 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17047 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17048 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17049 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17050 (reftex-toc-rename-label, reftex-toc-visit-location)
17051 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17052 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17053 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17054 leaving "*toc*" only for references to the buffer.
17055
17056 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17057
17058 * window.el (window-resize, delete-window, split-window):
17059 Replace window-splits by window-combination-resize.
17060 * cus-start.el (window-splits): Replace by window-combination-resize.
17061
17062 2011-11-17 Glenn Morris <rgm@gnu.org>
17063
17064 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17065 Make bash entry derive from sh entry, not shell entry.
17066
17067 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17068
17069 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17070 local file name.
17071
17072 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17073
17074 * menu-bar.el (menu-bar-file-menu):
17075 * printing.el (pr-ps-utility):
17076 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17077 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17078 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17079 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17080 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17081 (icalendar--convert-cyclic-to-ical)
17082 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17083 (icalendar--convert-ical-to-diary)
17084 (icalendar--convert-recurring-to-diary)
17085 (icalendar--convert-non-recurring-all-day-to-diary)
17086 (icalendar-import-format-sample):
17087 * progmodes/idlw-shell.el (idlwave-shell-mode):
17088 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17089 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17090 (vhdl-ps-print-init): Fix typos.
17091
17092 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17093
17094 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17095 FSF and collapse date sequence, obscure author/maintainer email address
17096 better, remove extra version line, track relocation of author's webpage.
17097
17098 * progmodes/python.el (python-pdbtrack-input-prompt)
17099 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17100 regular python pdb prompts. Adjustments shamelessly taken exactly as
17101 suggested in EmacsWiki page (tiny change):
17102 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17103
17104 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17105
17106 * expand.el (expand-pos, expand-index, expand-point):
17107 Remove redundant info from docstring.
17108 (expand-add-abbrevs): Doc fix.
17109 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17110 (expand-sample-perl-mode-expand-list): Fix typos.
17111
17112 * net/dbus.el (dbus-event-member-name):
17113 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17114 * term/pc-win.el (msdos-create-frame-with-faces):
17115 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17116
17117 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17118
17119 * window.el (split-window, window-state-get-1)
17120 (window-state-put-1, window-state-put-2): Rename occurrences of
17121 window-nest to window-combination-limit.
17122 * cus-start.el (window-nest): Rename to window-combination-limit.
17123
17124 2011-11-16 Chong Yidong <cyd@gnu.org>
17125
17126 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17127 regexp (Bug#10033).
17128
17129 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17132 `completing-read' will remove *Completions* and will preserve
17133 current-buffer for us.
17134 (tmm-add-prompt): Users of *Completions* will always (re)set its
17135 major mode.
17136 (tmm-old-comp-map): Remove.
17137
17138 2011-11-16 Glenn Morris <rgm@gnu.org>
17139
17140 * mail/rmailedit.el: Require rmailmm when compiling.
17141 (rmail-old-mime-state): New declaration.
17142 (rmail-edit-current-message): If editing a mime message,
17143 edit the "raw" message from the mbox buffer.
17144 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17145
17146 2011-11-15 Glenn Morris <rgm@gnu.org>
17147
17148 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17149 which wasn't being used. Add optional arg to force given state.
17150 (rmail-mime): Add optional arg to force given state.
17151
17152 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17153
17154 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17155 * frame.el (display-mm-dimensions-alist):
17156 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17157 (outline-move-subtree-down):
17158 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17159 (newsticker--treeview-do-get-node):
17160 * net/quickurl.el (quickurl-list-buffer-name):
17161 * progmodes/dcl-mode.el (dcl-mode):
17162 * progmodes/gdb-mi.el (gdb-mapcar*):
17163 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17164
17165 2011-11-15 Glenn Morris <rgm@gnu.org>
17166
17167 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17168 in a boolean sense, so just make it a boolean, and fix the doc.
17169 (rmail-show-mime-function, rmail-mime-feature)
17170 (rmail-require-mime-maybe): Doc fixes.
17171 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17172
17173 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17174
17175 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17176
17177 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17178 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17179 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17180 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17181
17182 2011-11-15 Glenn Morris <rgm@gnu.org>
17183
17184 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17185 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17186 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17187 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17188 (rmail-mime, rmail-show-mime): Doc fixes.
17189
17190 * term/ns-win.el (mode-line-frame-identification):
17191 Leave it alone. (Bug#10051)
17192
17193 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17194
17195 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17196 Handle empty buffers. (Bug#9978)
17197
17198 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17199
17200 * international/mule.el (define-charset):
17201 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17202 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17203 * progmodes/verilog-mode.el (verilog-backward-token):
17204 * textmodes/ispell.el (lookup-words):
17205 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17206
17207 2011-11-14 Glenn Morris <rgm@gnu.org>
17208
17209 * progmodes/executable.el
17210 (executable-make-buffer-file-executable-if-script-p):
17211 Handle file-modes returning nil.
17212
17213 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17214 message - not necessary, and causes problems. (Bug#9831)
17215
17216 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17217
17218 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17219
17220 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17221 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17222 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17223
17224 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17225
17226 * window.el (window-resize, delete-window): Use window-splits
17227 variable instead of function.
17228 (window-state-get-1, window-state-put-2, window-state-put):
17229 Don't deal with windows' splits status.
17230
17231 2011-11-12 Glenn Morris <rgm@gnu.org>
17232
17233 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17234 (apropos-documentation): Doc fixes.
17235
17236 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17237
17238 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17239 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17240
17241 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17242
17243 * electric.el (electric-indent-post-self-insert-function): Make it
17244 possible for a char to only indent in some circumstances.
17245 (electric-indent-mode): Simplify.
17246
17247 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17248
17249 * window.el (windows-with-parameter): Remove unused function.
17250 (windows-at-side): Rename to window-at-side-list.
17251 (window-check, window-atom-check, window-atom-check-1)
17252 (window-side-check, window-size-ignore, window-size-fixed-1)
17253 (window-in-direction-2): Prefix with "window--".
17254 (window-tree-1): Rename to window--subtree, fix doc-string.
17255
17256 2011-11-11 Glenn Morris <rgm@gnu.org>
17257
17258 * subr.el (eval-after-load): If FILE is already loaded,
17259 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17260
17261 2011-11-10 Glenn Morris <rgm@gnu.org>
17262
17263 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17264 Call svn via vc-svn-command rather than vc-do-command.
17265 (vc-svn-command): Add --non-interactive. (Bug#9993)
17266 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17267
17268 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17269 Add toggle-read-only. (Bug#7292)
17270 * files.el (toggle-read-only): Mention that it should only
17271 be used interactively. (Bug#10006)
17272
17273 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17276 Adjust regexp for OCaml warnings.
17277
17278 * electric.el (electric-pair-post-self-insert-function): Let user
17279 turn it off buffer-locally (bug#9932).
17280
17281 * progmodes/python.el (python-beginning-of-statement):
17282 Rewrite (bug#2703).
17283
17284 * progmodes/compile.el: Better handle TABs (bug#9749).
17285 (compilation-internal-error-properties)
17286 (compilation-next-error-function): Obey the target buffer's
17287 compilation-error-screen-columns.
17288
17289 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17290
17291 * progmodes/meta-mode.el: Remove obsolete comments.
17292 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17293 Fix typos in docstrings.
17294
17295 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17296
17297 * window.el (window-size-fixed-p): Rewrite doc-string.
17298 (window-resizable-p): Rename to window--resizable-p. Update callers.
17299 (window--resizable): New function. Make all callers of
17300 window-resizable call window--resizable instead.
17301 (window-resizable): Rewrite in terms of window--resizable.
17302
17303 2011-11-08 Glenn Morris <rgm@gnu.org>
17304
17305 * progmodes/delphi.el (delphi-mode-syntax-table):
17306 Let define-derived-mode define a proper syntax table. (Bug#9994)
17307
17308 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * window.el: Stay away from defsubst.
17311 (window-list-no-nils): Remove.
17312 (window-state-get-1, window-state-get): Use backquote instead.
17313
17314 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17315
17316 * emacs-lisp/find-func.el (find-function-read):
17317 Fix incorrect use of default argument in `completing-read'.
17318
17319 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17320
17321 * window.el (display-buffer-function, special-display-function):
17322 Mention display-buffer-record-window but do not mention
17323 help-setup parameter in doc-strings.
17324 (window-min-delta): Fix doc-string typo.
17325
17326 2011-11-08 Chong Yidong <cyd@gnu.org>
17327
17328 * window.el (window-total-height, window-total-width): Doc fix.
17329 (window-body-size): Move from C.
17330 (window-body-height, window-body-width): Move to C.
17331
17332 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17333
17334 * window.el: Make special-display like display-buffer-alist (bug#9532).
17335 (display-buffer--special-action): New function, morphed
17336 from display-buffer--special.
17337 (display-buffer): Use it to handle special-display-buffers at higher
17338 priority (just after display-buffer-alist).
17339 (display-buffer-fallback-action, display-buffer--other-frame-action)
17340 (pop-to-buffer-same-window): Remove display-buffer--special.
17341
17342 2011-11-07 Glenn Morris <rgm@gnu.org>
17343
17344 * calendar/cal-menu.el (cal-menu-set-date-title):
17345 Do nothing if not in a calendar. (Bug#9976)
17346
17347 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17348
17349 * files.el (find-file): Always use selected-window.
17350
17351 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17352
17353 * window.el (window-combinations): Make WINDOW argument
17354 mandatory. Rewrite doc-string.
17355 (walk-window-subtree, window-atom-check, window-min-delta)
17356 (window-max-delta, window--resize-this-window)
17357 (window--resize-root-window-vertically, window-tree)
17358 (balance-windows, window-state-put): Rewrite doc-strings as to
17359 not mention the term "subwindow".
17360 (window--resize-subwindows-skip-p): Rename to
17361 window--resize-child-windows-skip-p.
17362 (window--resize-subwindows-normal): Rename to
17363 window--resize-child-windows-normal.
17364 (window--resize-subwindows): Rename to
17365 window--resize-child-windows.
17366 (window-or-subwindow-p): Rename to window--in-subtree-p.
17367
17368 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17369
17370 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17371 Ensure that mbox format messages end in two newlines (Bug#9974).
17372
17373 2011-11-06 Chong Yidong <cyd@gnu.org>
17374
17375 * window.el (window-combination-p): Function deleted; its
17376 side-effect is not used in any existing code.
17377 (window-combinations, window-combined-p): Call window-*-child
17378 directly.
17379
17380 2011-11-05 Chong Yidong <cyd@gnu.org>
17381
17382 * window.el (window-valid-p): Rename from window-any-p.
17383 (window-size-ignore, window-state-get): Callers changed.
17384 (window-normalize-window): Rename from window-normalize-any-window.
17385 New arg LIVE-ONLY, replacing window-normalize-live-window.
17386 (window-normalize-live-window): Delete.
17387 (window-combination-p, window-combined-p, window-combinations)
17388 (walk-window-subtree, window-atom-root, window-min-size)
17389 (window-sizable, window-sizable-p, window-size-fixed-p)
17390 (window-min-delta, window-max-delta, window-resizable)
17391 (window-resizable-p, window-full-height-p, window-full-width-p)
17392 (window-current-scroll-bars, window-point-1, set-window-point-1)
17393 (window-at-side-p, window-in-direction, window-resize)
17394 (adjust-window-trailing-edge, maximize-window, minimize-window)
17395 (window-deletable-p, delete-window, delete-other-windows)
17396 (record-window-buffer, unrecord-window-buffer)
17397 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17398 (quit-window, split-window, window-state-put)
17399 (set-window-text-height, fit-window-to-buffer)
17400 (shrink-window-if-larger-than-buffer): Callers changed.
17401
17402 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17403
17404 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17405 rfc2047-decode-string.
17406 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17407 warnings.
17408
17409 * window.el (window-body-height, window-body-width): Mention in
17410 the doc string that the return values are in frame's canonical
17411 units. (Bug#9949)
17412
17413 2011-11-03 Alan Mackenzie <acm@muc.de>
17414
17415 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17416 change in cc-engine.el.
17417
17418 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17421
17422 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17423
17424 * window.el (quit-window): Call unrecord-window-buffer after
17425 showing another buffer in the window. (Bug#9937)
17426 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17427
17428 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17429
17430 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17431 Accept status with more than 9 shelves. (Bug#9935)
17432 Reported by Colin D Bennett <colin@gibibit.com>.
17433
17434 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17435
17436 * help.el (with-help-window): Don't reference
17437 temp-buffer-show-specifiers in doc-string.
17438
17439 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17440
17441 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17442 menu-item.
17443
17444 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17445
17446 * whitespace.el: New version 13.2.2.
17447 (whitespace-newline-mode): Disable properly. Reported by Sarah
17448 <EmacsWiki>.
17449
17450 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17451
17452 * net/newst-treeview.el: Remove "Time-stamp".
17453 (newsticker--group-manage-orphan-feeds): Do not call
17454 newsticker--treeview-tree-update.
17455 (newsticker-treeview-update, newsticker-treeview):
17456 Call newsticker--treeview-tree-update if necessary.
17457
17458 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17459
17460 * window.el (window-iso-combination-p, window-iso-combined-p)
17461 (window-iso-combinations): Remove "iso-" infix.
17462 Suggested by Chong Yidong.
17463 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17464 (window-max-delta-1, window-resize, window--resize-siblings)
17465 (window--resize-this-window, adjust-window-trailing-edge)
17466 (split-window, balance-windows-1)
17467 (shrink-window-if-larger-than-buffer):
17468 * calendar/calendar.el (calendar-generate-window):
17469 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17470
17471 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17472
17473 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17474 in place (bug#9907).
17475 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17476 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17477 (eshell-structure-basic-command, eshell-rewrite-while-command)
17478 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17479 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17480 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17481 (eshell-do-pipelines-synchronously, eshell-eval-command):
17482 Use backquotes and prefer setq to set.
17483 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17484 (eshell-macrop): Use functionp.
17485 (eshell-do-eval): Handle multiple expressions in `while' body.
17486
17487 2011-10-30 Chong Yidong <cyd@gnu.org>
17488
17489 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17490 instead of set-mark (Bug#9810).
17491
17492 2011-10-30 Chong Yidong <cyd@gnu.org>
17493
17494 * window.el (split-window-below, split-window-right): Rename from
17495 split-window-above-each-other and split-window-side-by-side
17496 respectively. All callers changed.
17497 (split-window-sensibly, split-window-sensibly): Use them.
17498 (split-window-keep-point): Doc fix.
17499
17500 * isearch.el: Add isearch-scroll property to split-window-below
17501 and split-window-right.
17502
17503 * follow.el (follow-mode):
17504 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17505 * progmodes/ada-xref.el (ada-gdb-application):
17506 * emulation/vip.el (vip-buffer-in-two-windows):
17507 * image-dired.el (image-dired-dired-with-window-configuration):
17508 * dired-x.el (dired-do-find-marked-files):
17509 * dired.el (dired-pop-to-buffer):
17510 * bs.el (bs--show-with-configuration):
17511 * vc/emerge.el (emerge-setup-windows):
17512 * textmodes/two-column.el (2C-two-columns):
17513 * textmodes/reftex-toc.el (reftex-toc):
17514 * progmodes/gdb-mi.el (gdb-setup-windows):
17515 * progmodes/fortran.el (fortran-window-create):
17516 * net/newst-treeview.el (newsticker--treeview-window-init):
17517 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17518 * emulation/tpu-edt.el (tpu-gold-map):
17519 * emulation/crisp.el (crisp-mode-map):
17520 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17521
17522 2011-10-29 Chong Yidong <cyd@gnu.org>
17523
17524 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17525
17526 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17527
17528 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17529 forged Ispell output (Bug#7904).
17530
17531 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17532
17533 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17534
17535 * doc-view.el: Avoid ugly errors about not finding nil.
17536 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17537 (doc-view-dvipdf-program, doc-view-unoconv-program)
17538 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17539 Avoid nil or absolute file name as default value.
17540 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17541
17542 2011-10-28 Alan Mackenzie <acm@muc.de>
17543
17544 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17545
17546 2011-10-28 Alan Mackenzie <acm@muc.de>
17547
17548 Amend the handling of c-beginning/end-of-defun in nested declaration
17549 scopes.
17550
17551 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17552 cc-langs.el. Change it to a defcustom.
17553
17554 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17555 cc-vars.el.
17556
17557 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17558 Prevent "class foo : bar" being spuriously recognized as a label.
17559
17560 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17561 Add parameter `inclusive' (to include enclosing braces in the region).
17562 (c-widen-to-enclosing-decl-scope): New function.
17563 (c-while-widening-to-decl-block): New macro.
17564 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17565 outward for defun boundaries, and correspondingly change symbol
17566 `respect-enclosure' to `go-outward'.
17567 (c-declaration-limits): Change algorithm to report only the "innermost"
17568 defun's boundaries.
17569
17570 2011-10-28 Deniz Dogan <deniz@dogan.se>
17571
17572 * net/rcirc.el (rcirc-mode): Use hard newlines.
17573
17574 2011-10-28 Alan Mackenzie <acm@muc.de>
17575
17576 Amend to indent and fontify macros "which include their own semicolon"
17577 correctly, using the "virtual semicolon" mechanism.
17578
17579 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17580
17581 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17582 Recode to scan one line at a time rather than having \n and \r
17583 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17584 (c-forward-label): Amend for virtual semicolons.
17585 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17586
17587 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17588 of the new C macros.
17589
17590 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17591 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17592 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17593 (c-opt-cpp-macro-define): Make into a full language variable.
17594 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17595 AWK Mode (including \n, \r) removed, no longer needed.
17596
17597 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17598 Invoke c-make-macro-with-semi-re.
17599
17600 * progmodes/cc-vars.el (c-macro-with-semi-re):
17601 (c-macro-names-with-semicolon): New variables.
17602 (c-make-macro-with-semi-re): New function.
17603
17604 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * vc/log-edit.el: Fill empty field rather than adding new one.
17607 (log-edit-add-field): New function.
17608 (log-edit-insert-changelog): Use it.
17609
17610 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17611
17612 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17613
17614 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17615
17616 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17617 (gdb--check-interpreter): New function.
17618 (gdb): Use it.
17619
17620 2011-10-27 Glenn Morris <rgm@gnu.org>
17621
17622 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17623 (least-positive-float, least-negative-float)
17624 (least-positive-normalized-float, least-negative-normalized-float)
17625 (float-epsilon, float-negative-epsilon):
17626 Remove unnecessary declarations.
17627
17628 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17629 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17630 (least-positive-float, least-negative-float)
17631 (least-positive-normalized-float, least-negative-normalized-float)
17632 (float-epsilon, float-negative-epsilon): Add doc-strings,
17633 based on those in cl.texi.
17634
17635 * files.el (set-visited-file-name): If the major-mode changed,
17636 reload the local variables. (Bug#9796)
17637
17638 2011-10-27 Chong Yidong <cyd@gnu.org>
17639
17640 * subr.el (change-major-mode-after-body-hook): New hook.
17641 (run-mode-hooks): Run it.
17642
17643 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17644 Use change-major-mode-before-body-hook.
17645
17646 * simple.el (fundamental-mode):
17647 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17648 change introducing fundamental-mode-hook.
17649
17650 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17651
17652 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17653
17654 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17655
17656 * ido.el (ido-file-name-all-completions-1): Do not require
17657 tramp.el explicitly. (Bug#7583)
17658
17659 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17660
17661 * progmodes/octave-mod.el:
17662 * progmodes/octave-inf.el: Update maintainer.
17663
17664 2011-10-26 Chong Yidong <cyd@gnu.org>
17665
17666 * subr.el (with-wrapper-hook): Rewrite doc.
17667
17668 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17669
17670 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17671 filenames "/method:foo:". (Bug#9793)
17672
17673 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17676 (bug#9865).
17677
17678 2011-10-24 Glenn Morris <rgm@gnu.org>
17679
17680 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17681
17682 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17683
17684 * notifications.el: Add the requirement of a running D-Bus session
17685 bus to the Commentary.
17686
17687 2011-10-24 Juri Linkov <juri@jurta.org>
17688
17689 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17690 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17691 (Bug#9364)
17692
17693 2011-10-24 Juri Linkov <juri@jurta.org>
17694
17695 * info.el (Info-following-node-name-re): Add newline to the list
17696 of allowed characters for leading space. (Bug#9824)
17697
17698 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * progmodes/octave-inf.el (inferior-octave-mode-map):
17701 Fix C-c C-h binding.
17702 * progmodes/octave-mod.el (octave-help): Remove.
17703
17704 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17705
17706 Sync with Tramp 2.2.3.
17707
17708 * net/tramp-cache.el (top): Pacify byte-compiler using
17709 `init-file-user' and `site-run-file'.
17710
17711 * net/trampver.el: Update release number.
17712
17713 2011-10-23 Chong Yidong <cyd@gnu.org>
17714
17715 * files.el (toggle-read-only): Remove obsolete comment about
17716 version control.
17717
17718 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17719 for toggle-read-only. Note that this hasn't called vc-next-action
17720 since 2008-05-02, though it wasn't documented at the time.
17721
17722 * vc/ediff-init.el (ediff-toggle-read-only-function):
17723 Use toggle-read-only.
17724
17725 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17726
17727 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17728 of c-parse-state.
17729
17730 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17731 correct faulty logical expression.
17732 (c-parse-state-state, c-record-parse-state-state):
17733 (c-replay-parse-state-state): New defvar/defuns.
17734 (c-debug-parse-state): Use new functions.
17735
17736 2011-10-22 Martin Rudalics <rudalics@gmx.at>
17737
17738 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17739 last fix. Use window-in-direction correctly.
17740
17741 2011-10-21 Chong Yidong <cyd@gnu.org>
17742
17743 * progmodes/idlwave.el (idlwave-mode):
17744 * progmodes/vera-mode.el (vera-mode): No need to set
17745 require-final-newline; that's done in prog-mode.
17746 Suggested by Stefan Monnier.
17747
17748 2011-10-21 Martin Rudalics <rudalics@gmx.at>
17749
17750 * mouse.el (mouse-drag-window-above)
17751 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17752 (mouse-drag-mode-line-1, mouse-drag-header-line)
17753 (mouse-drag-vertical-line-rightward-window): Remove.
17754 (mouse-drag-line): New function.
17755 (mouse-drag-mode-line, mouse-drag-header-line)
17756 (mouse-drag-vertical-line): Call mouse-drag-line.
17757 * window.el (window-at-side-p, windows-at-side): New functions.
17758
17759 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
17760
17761 * tar-mode.el (tar-grind-file-mode):
17762 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
17763
17764 2011-10-21 Chong Yidong <cyd@gnu.org>
17765
17766 * progmodes/idlwave.el (idlwave-mode):
17767 * progmodes/vera-mode.el (vera-mode):
17768 Use mode-require-final-newline.
17769
17770 2011-10-20 Glenn Morris <rgm@gnu.org>
17771
17772 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
17773
17774 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
17775
17776 * emulation/cua-base.el (cua-set-mark): Fix case of string.
17777
17778 2011-10-20 Chong Yidong <cyd@gnu.org>
17779
17780 * emulation/cua-base.el (cua-mode):
17781 * mail/footnote.el (footnote-mode):
17782 * mail/mailabbrev.el (mail-abbrevs-mode):
17783 * net/xesam.el (xesam-minor-mode):
17784 * progmodes/bug-reference.el (bug-reference-mode):
17785 * progmodes/cap-words.el (capitalized-words-mode):
17786 * progmodes/compile.el (compilation-minor-mode)
17787 (compilation-shell-minor-mode):
17788 * progmodes/gud.el (gud-tooltip-mode):
17789 * progmodes/hideif.el (hide-ifdef-mode):
17790 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17791 * progmodes/subword.el (subword-mode):
17792 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17793 * progmodes/which-func.el (which-function-mode):
17794 * term/tvi970.el (tvi970-set-keypad-mode):
17795 * term/vt100.el (vt100-wide-mode):
17796 * textmodes/flyspell.el (flyspell-mode):
17797 * textmodes/ispell.el (ispell-minor-mode):
17798 * textmodes/nroff-mode.el (nroff-electric-mode):
17799 * textmodes/paragraphs.el (use-hard-newlines):
17800 * textmodes/refill.el (refill-mode):
17801 * textmodes/reftex.el (reftex-mode):
17802 * textmodes/rst.el (rst-minor-mode):
17803 * textmodes/sgml-mode.el (html-autoview-mode)
17804 (sgml-electric-tag-pair-mode):
17805 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17806 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17807 * emulation/crisp.el (crisp-mode):
17808 * emacs-lisp/eldoc.el (eldoc-mode):
17809 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17810 minor mode behavior.
17811
17812 2011-10-19 Juri Linkov <juri@jurta.org>
17813
17814 * descr-text.el (describe-char): Add #x2010 and #x2011 to
17815 the list of hard-coded chars with escape-glyph face.
17816
17817 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17820
17821 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
17822
17823 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17824 running process.
17825
17826 2011-10-19 Glenn Morris <rgm@gnu.org>
17827
17828 * vc/vc-bzr.el (vc-bzr-after-dir-status):
17829 Ignore ignored files. (Bug#9726)
17830
17831 2011-10-19 Chong Yidong <cyd@gnu.org>
17832
17833 Doc fix for minor modes, stating that an omitted argument enables
17834 the mode unconditionally when called from Lisp.
17835
17836 * abbrev.el (abbrev-mode):
17837 * allout.el (allout-mode):
17838 * autoinsert.el (auto-insert-mode):
17839 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17840 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17841 (global-auto-revert-mode):
17842 * battery.el (display-battery-mode):
17843 * composite.el (global-auto-composition-mode)
17844 (auto-composition-mode):
17845 * delsel.el (delete-selection-mode):
17846 * desktop.el (desktop-save-mode):
17847 * dired-x.el (dired-omit-mode):
17848 * dirtrack.el (dirtrack-mode):
17849 * doc-view.el (doc-view-minor-mode):
17850 * double.el (double-mode):
17851 * electric.el (electric-indent-mode, electric-pair-mode):
17852 * emacs-lock.el (emacs-lock-mode):
17853 * epa-hook.el (auto-encryption-mode):
17854 * follow.el (follow-mode):
17855 * font-core.el (font-lock-mode):
17856 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17857 * help.el (temp-buffer-resize-mode):
17858 * hilit-chg.el (highlight-changes-mode)
17859 (highlight-changes-visible-mode):
17860 * hi-lock.el (hi-lock-mode):
17861 * hl-line.el (hl-line-mode, global-hl-line-mode):
17862 * icomplete.el (icomplete-mode):
17863 * ido.el (ido-everywhere):
17864 * image-file.el (auto-image-file-mode):
17865 * image-mode.el (image-minor-mode):
17866 * iswitchb.el (iswitchb-mode):
17867 * jka-cmpr-hook.el (auto-compression-mode):
17868 * linum.el (linum-mode):
17869 * longlines.el (longlines-mode):
17870 * master.el (master-mode):
17871 * mb-depth.el (minibuffer-depth-indicate-mode):
17872 * menu-bar.el (menu-bar-mode):
17873 * minibuf-eldef.el (minibuffer-electric-default-mode):
17874 * mouse-sel.el (mouse-sel-mode):
17875 * msb.el (msb-mode):
17876 * mwheel.el (mouse-wheel-mode):
17877 * outline.el (outline-minor-mode):
17878 * paren.el (show-paren-mode):
17879 * recentf.el (recentf-mode):
17880 * reveal.el (reveal-mode, global-reveal-mode):
17881 * rfn-eshadow.el (file-name-shadow-mode):
17882 * ruler-mode.el (ruler-mode):
17883 * savehist.el (savehist-mode):
17884 * scroll-all.el (scroll-all-mode):
17885 * scroll-bar.el (scroll-bar-mode):
17886 * server.el (server-mode):
17887 * shell.el (shell-dirtrack-mode):
17888 * simple.el (auto-fill-mode, transient-mark-mode)
17889 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17890 (line-number-mode, column-number-mode, size-indication-mode)
17891 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17892 * strokes.el (strokes-mode):
17893 * time.el (display-time-mode):
17894 * t-mouse.el (gpm-mouse-mode):
17895 * tool-bar.el (tool-bar-mode):
17896 * tooltip.el (tooltip-mode):
17897 * type-break.el (type-break-mode-line-message-mode)
17898 (type-break-query-mode):
17899 * view.el (view-mode):
17900 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17901 (global-whitespace-mode, global-whitespace-newline-mode):
17902 * xt-mouse.el (xterm-mouse-mode): Doc fix.
17903
17904 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17905 Fix autogenerated docstring.
17906
17907 2011-10-19 Juri Linkov <juri@jurta.org>
17908
17909 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17910 by checking environment variables "DESKTOP_SESSION" and
17911 "XDG_CURRENT_DESKTOP". (Bug#9779)
17912
17913 2011-10-19 Juri Linkov <juri@jurta.org>
17914
17915 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17916 (browse-url-chromium-program, browse-url-chromium-arguments):
17917 New defcustoms.
17918 (browse-url-default-browser): Check for `browse-url-chromium' and
17919 call `browse-url-chromium-program'.
17920 (browse-url-chromium): New command. (Bug#9779)
17921
17922 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
17923
17924 * facemenu.el (list-colors-duplicates): On Windows, detect more
17925 duplicates by assuming that only colors matching "^System" are
17926 special "system colors". (Bug#9722)
17927
17928 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17929
17930 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17931 to distinguish the author from the committer.
17932
17933 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
17934
17935 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17936
17937 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
17938
17939 * international/mule.el (sgml-html-meta-auto-coding-function):
17940 Add support for detecting encoding in HTML5 specified only as
17941 <meta charset="UTF-8">. Implementation just makes http-equiv and
17942 content-type parts from HTML4 encoding string optional. (Bug#9716)
17943
17944 2011-10-18 Glenn Morris <rgm@gnu.org>
17945
17946 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
17947
17948 2011-10-18 Chong Yidong <cyd@gnu.org>
17949
17950 * faces.el (cursor): Doc fix.
17951
17952 2011-10-17 Chong Yidong <cyd@gnu.org>
17953
17954 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17955
17956 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
17957
17958 * dirtrack.el (dirtrack): Support shell buffers with path
17959 prefixes, e.g. tramp-based remote shells. (Bug#9647)
17960
17961 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
17962
17963 * json.el: Bump version to 1.3 and note change in History.
17964 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17965
17966 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * comint.el (comint-insert-input, comint-send-input)
17969 (comint-get-old-input-default, comint-backward-matching-input)
17970 (comint-next-prompt): Use nil instead of `input' for field property of
17971 past user input (bug#114).
17972
17973 * minibuffer.el (completion--replace): Inherit surrounding properties
17974 (bug#114).
17975 (minibuffer-complete-and-exit): Use it.
17976
17977 * comint.el (comint--table-subvert): Quote the all-completions output
17978 (bug#9160).
17979
17980 2011-10-17 Martin Rudalics <rudalics@gmx.at>
17981
17982 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17983
17984 * menu-bar.el (menu-bar-file-menu): Add entry for making new
17985 window on right of selected. (Bug#9350) Reword other window
17986 entries and separate them from frame entries.
17987
17988 2011-10-15 Glenn Morris <rgm@gnu.org>
17989
17990 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17991 Doc fixes.
17992
17993 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
17994
17995 * net/network-stream.el (network-stream-open-starttls):
17996 Improve detection of failure due to lack of TLS support.
17997
17998 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17999 putting the input text in front and in bold.
18000
18001 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18004
18005 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18006 empty buffer.
18007
18008 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18009 unread-command-events rather than pushing yet-another event.
18010
18011 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18012
18013 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18014 the explanation of the possible choices. Make the options passed
18015 to completing-read shorter.
18016
18017 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18018
18019 * textmodes/flyspell.el (flyspell-large-region): Make sure
18020 extended character mode is used if defined (Bug#1339).
18021
18022 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18023
18024 * simple.el (what-cursor-position): Fix the display of the
18025 character info for LRE, LRO, RLE, and RLO characters by appending
18026 an invisible PDF.
18027
18028 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18031 even in case of error; add debug spec; simplify data flow.
18032 (with-timeout-handler): Remove.
18033
18034 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18035
18036 Fix Bug#6019, Bug#9315.
18037
18038 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18039 complete `buffer-file-name', the local file name part could look
18040 remotely (for example on VMS).
18041
18042 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18043 `tramp-run-real-handler'.
18044 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18045 already quoted by '"'.
18046
18047 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18048 Let `file-name-handler-alist' be nil, the local file name part
18049 could look remotely (for example on VMS).
18050
18051 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18052
18053 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18054 from here...
18055 (flyspell-post-command-hook): ...to here.
18056
18057 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18060 if not needed.
18061 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18062 using completion. Protect against "slow" callers.
18063 Remove the "message hack".
18064
18065 2011-10-11 Juri Linkov <juri@jurta.org>
18066
18067 * isearch.el (isearch-lazy-highlight-word): New variable.
18068 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18069 Use it. (Bug#9727)
18070
18071 2011-10-11 Glenn Morris <rgm@gnu.org>
18072
18073 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18074 like f90-previous-statement does.
18075
18076 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18077
18078 * eshell/eshell.el (eshell-command): History should be saved
18079 only in interactive use, to avoid error.
18080
18081 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18082
18083 * minibuffer.el (completion-file-name-table): Fix last change,
18084 i.e. ignore normal errors but not the other ones.
18085
18086 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18087
18088 * window.el (special-display-buffer-names)
18089 (special-display-regexps): Remove some remnants of earlier
18090 changes from doc-strings.
18091 (quit-windows-on): New function.
18092
18093 * vc/vc.el (vc-revert, vc-rollback):
18094 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18095 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18096 (Bug#6183) (Bug#7074) (Bug#7447)
18097
18098 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18099
18100 * window.el (frame-auto-hide-function): Add version tag.
18101 (Bug#9699)
18102
18103 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18104
18105 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18106 condition.
18107
18108 2011-10-09 Leo Liu <sdl.web@gmail.com>
18109
18110 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18111 (Bug#9701)
18112
18113 2011-10-08 Glenn Morris <rgm@gnu.org>
18114
18115 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18116 before the first code statement zero indent. (Bug#9690)
18117
18118 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18119
18120 * simple.el (count-words-region): Always count in the region.
18121 Report the number of lines and characters too.
18122 (count-words): New command, which counts in the buffer if the
18123 region is inactive, as count-words-region used to.
18124 (count-words--message): New function. Handle plurals.
18125 (count-lines-region): Make it an alias for count-words-region.
18126
18127 * bindings.el (esc-map): Replace count-lines-region with
18128 count-words-region.
18129
18130 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18131
18132 * window.el (window--delete): Delete dedicated frame
18133 unconditionally when argument KILL is non-nil. (Bug#9699)
18134 (switch-to-buffer): Fix doc-string typo.
18135
18136 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18137
18138 * eshell/eshell.el (eshell-command): Avoid using hooks.
18139
18140 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18141
18142 * bindings.el ([M-left],[M-right]): Bind to left-word and
18143 right-word respectively.
18144
18145 2011-10-07 Glenn Morris <rgm@gnu.org>
18146
18147 * cus-start.el (debug-on-quit): Fix custom type.
18148
18149 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18150
18151 * subr.el (define-key-after): Clarify that the function is not
18152 useful for non-menu keymaps.
18153
18154 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18155
18156 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18157
18158 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18159 in current minibuffer (Fix bug with recursive minibuffers).
18160
18161 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18162
18163 * progmodes/gdb-mi.el (gdb): Doc fix.
18164
18165 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18166
18167 * window.el (frame-auto-hide-function): New option replacing
18168 frame-auto-delete. Suggested by Stefan Monnier.
18169 (window--delete): Call frame-auto-hide-function instead of
18170 investigating frame-auto-delete.
18171 (window-point-1, set-window-point-1): New functions.
18172 (window-in-direction, record-window-buffer, window-state-get-1)
18173 (display-buffer-record-window): Use window-point-1 instead of
18174 window-point.
18175 (set-window-buffer-start-and-point): Use set-window-point-1.
18176
18177 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18178
18179 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18180
18181 2011-10-05 Glenn Morris <rgm@gnu.org>
18182
18183 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18184 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18185
18186 2011-10-05 Leo Liu <sdl.web@gmail.com>
18187
18188 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18189 works with buffer object.
18190
18191 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * mpc.el (mpc-tool-bar-map): Add labels.
18194
18195 2011-10-04 Glenn Morris <rgm@gnu.org>
18196
18197 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18198
18199 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18200
18201 * window.el (window--delete): New function.
18202 (frame-auto-delete): Resuscitate option.
18203 (bury-buffer, replace-buffer-in-windows)
18204 (quit-window): Rewrite using window--delete.
18205 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18206 Pass display-buffer-mark-dedicated to window--display-buffer-2
18207 (Bug#9639).
18208
18209 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18210
18211 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18212 returns a list (bug#9554). Add remote file name completion.
18213 * comint.el (comint--table-subvert): Curry and get quote&unquote
18214 functions as arguments.
18215 (comint--complete-file-name-data): Adjust call accordingly.
18216 * pcomplete.el (pcomplete--table-subvert): Remove.
18217 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18218
18219 * minibuffer.el (completion-table-case-fold): Use currying.
18220 (completion--styles-type, completion--cycling-threshold-type):
18221 New constants.
18222 (completion-styles, completion-category-overrides)
18223 (completion-cycle-threshold): Use them.
18224 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18225 completion-table-case-fold.
18226
18227 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18228
18229 * minibuffer.el (completion-category-overrides): Fix type of styles
18230 and add more user friendly tags (bug#9660).
18231
18232 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18235 (mule-input-method-string): New widget.
18236 (default-input-method, language-info-custom-alist): Use it.
18237
18238 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * pcomplete.el: Require comint.
18241 (pcomplete--common-suffix): Remove.
18242 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18243 (pcomplete--table-subvert): Sync with comint--table-subvert.
18244 (pcomplete--entries): Use comint-completion-file-name-table.
18245 * comint.el (comint-unquote-filename): Simplify.
18246 (comint-completion-file-name-table): New function (bug#9616).
18247 (comint--complete-file-name-data): Use it.
18248
18249 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18250 (pcmpl-gnu-tar-buffer): Remove.
18251 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18252 around. Make sure pcomplete-suffix-list is only changed temporarily.
18253 Don't look inside the tar's file if it's too large.
18254
18255 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18256
18257 * cus-edit.el (custom-mode-map):
18258 * epa.el (epa-key-list-mode-map):
18259 * man.el (Man-mode-map):
18260 * startup.el (splash-screen-keymap):
18261 * simple.el (special-mode-map): Use scroll-up-command and
18262 scroll-down-command.
18263
18264 * progmodes/idlw-help.el (idlwave-help-mode-map):
18265 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18266 * net/newst-plainview.el (newsticker-mode-map):
18267 * emulation/ws-mode.el (wordstar-mode-map):
18268 * emulation/vi.el (vi-com-map):
18269 * calc/calc-graph.el (calc-graph-show-dumb):
18270 * term/sun.el (terminal-init-sun):
18271 * term/ns-win.el (global-map):
18272 * progmodes/grep.el (grep-mode-map):
18273 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18274 * mail/rmail.el (rmail-mode-map):
18275 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18276
18277 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18278 custom-safe-themes as special.
18279
18280 2011-10-01 Julien Danjou <julien@danjou.info>
18281
18282 * notifications.el (notifications-notify): Fix docstring.
18283
18284 2011-10-01 Per Starbäck <per@starback.se>
18285
18286 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18287
18288 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18289
18290 * startup.el (command-line-1): Fix last fix by inserting
18291 initial-scratch-message into *scratch* before displaying it.
18292 (Bug#9605) and (Bug#9636)
18293
18294 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18295
18296 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18297 window is hscrolled, move by logical lines. (Bug#9607)
18298 (line-move-visual): Update the doc string to the above effect.
18299
18300 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18301
18302 * window.el (display-buffer-record-window): When WINDOW is the
18303 selected window use `point' instead of `window-point'. (Bug#9626)
18304
18305 * startup.el (command-line-1): Use insert-before-markers when
18306 inserting initial-scratch-message. (Bug#9605)
18307
18308 * help.el (help-window): Remove variable.
18309
18310 2011-09-29 Glenn Morris <rgm@gnu.org>
18311
18312 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18313
18314 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18315
18316 * descr-text.el (describe-char-categories): Accept category
18317 descriptions more than one line long.
18318
18319 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * simple.el (delete-trailing-whitespace): Fix last change.
18322
18323 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18324 Don't confuse "y => 3" as the beginning of a `y' operation.
18325
18326 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18327 object has more than 4 slots (bug#9613).
18328
18329 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18330
18331 * subr.el (with-output-to-temp-buffer):
18332 * net/quickurl.el (quickurl, quickurl-browse-url):
18333 Fix typos in docstrings.
18334
18335 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18336
18337 * minibuffer.el (completion-styles)
18338 (completion-category-overrides): Cross reference each other in doc
18339 strings.
18340
18341 2011-09-27 Glenn Morris <rgm@gnu.org>
18342
18343 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18344 to split-string. (Bug#9606)
18345
18346 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18347
18348 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18349 (bug#9615).
18350
18351 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18352
18353 * emacs-lisp/package.el (list-packages): Fix echo area message.
18354
18355 2011-09-27 Leo Liu <sdl.web@gmail.com>
18356
18357 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18358
18359 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18360
18361 * net/dbus.el (dbus-unregister-object): Don't release services for
18362 registered signals. (Bug#9581)
18363
18364 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18365
18366 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18367 function that picks between cfengine 2 and 3 support
18368 automatically. Update docs accordingly.
18369
18370 2011-09-22 Kenichi Handa <handa@m17n.org>
18371
18372 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18373 ZERO.
18374 (indian-itrans-v5-table-for-tamil): New variable.
18375 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18376
18377 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18378
18379 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18380 that's true if the current command involved collapsing of text.
18381 It's reset to false at the beginning of the next command.
18382 (allout-post-command-business): Move the cursor to the beginning
18383 of entry if the cursor is hidden and collapsing activity just
18384 happened.
18385
18386 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18387
18388 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18389 tracking (Bug#9541).
18390
18391 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18392
18393 * net/newst-reader.el (newsticker-html-renderer)
18394 (newsticker-show-news): Automatically load html rendering package
18395 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18396 because w3m-fill-column is let-bound" and the error "Symbol's value
18397 as variable is void: w3m-fill-column".
18398
18399 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18400
18401 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18402 Release services only if they are defined. (Bug#9581)
18403
18404 2011-09-23 Richard Stallman <rms@gnu.org>
18405
18406 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18407 distinguish start of paragraph from start of its text.
18408
18409 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18410
18411 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18412 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18413 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18414
18415 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18416
18417 * international/mule-diag.el (mule-diag): Insert a newline after
18418 each fontset description.
18419
18420 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18421
18422 * simple.el (delete-trailing-whitespace):
18423 Document last change; simplify.
18424
18425 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18426
18427 * simple.el (delete-trailing-whitespace): Also delete
18428 extra newlines at the end of the buffer.
18429
18430 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18431 (picture-newline): Use forward-line so as to ignore fields.
18432
18433 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * subr.el (with-wrapper-hook): Fix edebug spec.
18436
18437 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18438
18439 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18440 (bug#4538).
18441
18442 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18443
18444 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18445 Fix nasty bug using wrong cached values.
18446
18447 2011-09-23 Alan Mackenzie <acm@muc.de>
18448
18449 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18450
18451 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18452
18453 * window.el (pop-to-buffer): Ensure right window is selected if we
18454 chose another frame.
18455
18456 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18457
18458 * simple.el (what-cursor-position): Use get-char-property-change
18459 and next-single-char-property-change, to be able to show display
18460 properties that come from overlays as well as text properties.
18461
18462 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18463
18464 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18465
18466 * cmuscheme.el (run-scheme, switch-to-scheme):
18467 * cus-edit.el (customize-group, custom-buffer-create)
18468 (customize-browse):
18469 * info.el (info):
18470 * shell.el (shell):
18471 * mail/sendmail.el (mail):
18472 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18473
18474 2011-09-22 Richard Stallman <rms@gnu.org>
18475
18476 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18477 move back only to line beg, don't move back over blank lines.
18478
18479 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18480
18481 * files.el (copy-directory): Set directory attributes only in case
18482 they could be retrieved from the source directory. (Bug#9565)
18483
18484 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18485
18486 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18487 (hs-find-block-beginning, hs-hide-level-recursive):
18488 Ignore strings as well as comments. (Bug#9502)
18489
18490 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18491
18492 * progmodes/sql.el (sql-comint-postgres):
18493 Convert port number to a string. (Bug#9566)
18494
18495 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18496
18497 * window.el (quit-window): Undedicate window when switching to
18498 previous buffer. Reported by Thierry Volpiatto
18499 <thierry.volpiatto@gmail.com>.
18500 (special-display-popup-frame): When popping up a new frame reset
18501 its previous buffers to nil. Simplify code.
18502
18503 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18504
18505 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18506 and process filter, as done also in `shell-command'.
18507
18508 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18509
18510 * window.el (set-window-buffer-start-and-point):
18511 Call set-window-start with NOFORCE argument t.
18512 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18513 (quit-window): Reword doc-string. Handle new format of
18514 quit-restore parameter. Don't delete window if it has a
18515 previous buffer we can show instead of the present one.
18516 (display-buffer-record-window): Rewrite using a new format for
18517 the quit-restore window parameter
18518 (special-display-popup-frame, display-buffer-same-window)
18519 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18520 (display-buffer-pop-up-window, display-buffer-use-some-window):
18521 Adapt symbol passed to display-buffer-record-window.
18522 * help.el (help-window-setup): Handle new format of quit-restore
18523 parameter.
18524
18525 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * faces.el (face-list): Fix docstring (bug#9564).
18528
18529 * window.el (display-buffer--action-function-custom-type):
18530 Don't include internal functions in the Custom interface.
18531
18532 2011-09-20 Juri Linkov <juri@jurta.org>
18533
18534 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18535 (Info-forward-node, Info-backward-node, Info-next-preorder)
18536 (Info-last-preorder): Use it. (Bug#9528)
18537
18538 2011-09-20 Juri Linkov <juri@jurta.org>
18539
18540 * info.el (Info-last-preorder): Visit last menu item only when
18541 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18542
18543 2011-09-20 Julien Danjou <julien@danjou.info>
18544
18545 * password-cache.el (password-cache-remove): Remove entries even if the
18546 value is nil, so that password with a nil value (negative caching) is
18547 possible to invalidate.
18548
18549 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18550
18551 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18552 all whitespace around breakpoint. (Bug#9553)
18553 (f90-find-breakpoint): Only break at whitespace inside a comment.
18554
18555 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18556
18557 * minibuffer.el (completion-file-name-table): Keep track of errors.
18558 (completion-table-with-predicate): Handle the case where pred1 is nil.
18559 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18560
18561 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18564 (debugger-return-value): Signal an error if the debugging context does
18565 not await any return value.
18566
18567 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18568 * image-mode.el (image-toggle-display-text)
18569 (image-toggle-display-image): Stay away from evil `intangible'.
18570
18571 2011-09-19 Leo Liu <sdl.web@gmail.com>
18572
18573 * replace.el (occur-revert-arguments): Make it permanent-local.
18574 (occur-mode): Don't call font-lock-defontify.
18575
18576 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18577
18578 * net/ldap.el (ldap-search-internal): Don't push empty search
18579 result (Bug#9508).
18580
18581 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18582
18583 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18584
18585 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18586
18587 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18588 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18589
18590 2011-09-18 Juri Linkov <juri@jurta.org>
18591
18592 * buff-menu.el (Buffer-menu-mode-map):
18593 * dired.el (dired-mode-map):
18594 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18595 (lisp-interaction-mode-map):
18596 * emacs-lisp/package.el (package-menu-mode-map):
18597 * epa.el (epa-key-list-mode-map):
18598 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18599 (menu-bar-options-menu):
18600 * outline.el (outline-mode-menu-bar-map):
18601 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18602 * vc/vc-dir.el (vc-dir-menu-map):
18603 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18604 Capitalize non-function content words in menu item strings.
18605
18606 * dired.el (dired-mode-map): Add menu item for
18607 `image-dired-dired-toggle-marked-thumbs'.
18608
18609 2011-09-18 Juri Linkov <juri@jurta.org>
18610
18611 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18612 to `isearch-case-fold-search' and restore its original value
18613 after the `isearch-mode' call.
18614
18615 2011-09-18 Juri Linkov <juri@jurta.org>
18616
18617 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18618 because `zgrep' returns 1 for successful matches (bug#9226).
18619
18620 2011-09-18 Juri Linkov <juri@jurta.org>
18621
18622 * info.el (Info-extract-menu-node-name): Check the second match
18623 for empty string (second test-case of bug#9528).
18624 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18625 intermediate nodes to the history (first test-case of bug#9528).
18626
18627 2011-09-18 Juri Linkov <juri@jurta.org>
18628
18629 * info.el (Info-mode-syntax-table): New variable.
18630 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18631
18632 2011-09-18 Juri Linkov <juri@jurta.org>
18633
18634 * info.el (Info-file-supports-index-cookies):
18635 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18636 outputs one more line for long file names (bug#4142).
18637
18638 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18639
18640 * newcomment.el (comment-normalize-vars): If prompting for
18641 comment-start, set comment-start-skip too (Bug#8424).
18642
18643 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18644
18645 * icomplete.el: Fix previous fix of Bug#5849.
18646 (icomplete-mode): Don't set completion-show-inline-help.
18647 (icomplete-minibuffer-setup): Set completion-show-inline-help
18648 locally during icompletion.
18649
18650 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18651
18652 * woman.el (woman2-process-escapes): Don't delete unrecognized
18653 escapes (Bug#7843).
18654
18655 * files.el (inhibit-first-line-modes-regexps): Add image files.
18656 (hack-local-variables-prop-line): Return nil for malformed
18657 prop-lines (Bug#9044).
18658
18659 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18660
18661 * net/tramp.el (top): Don't require 'shell.
18662 (tramp-methods): Fix docstring.
18663 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18664 Return complete remote file name. Handle "smb" case.
18665 Use `tramp-tmpdir', if defined for the respective method.
18666 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18667
18668 * net/tramp-compat.el (top): Require 'shell.
18669
18670 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18671 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18672 `tramp-current-host'.
18673 (tramp-get-remote-tmpdir): Remove.
18674
18675 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18676 `tramp-tmpdir' entries.
18677 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18678 (tramp-smb-handle-file-attributes): Ignore errors.
18679 (tramp-smb-wait-for-output): Check also for process end.
18680
18681 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18682
18683 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18684 when sending QUIT (bug#9312).
18685
18686 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18687
18688 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18689 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18690 occur-mode-display-occurrence.
18691 (occur-edit-mode): Add usage message.
18692 (occur-cease-edit): New command.
18693 (occur-after-change-function): Use text properties to find the
18694 position of the prefix text.
18695 (occur-engine): Set stickiness of prefix text properties.
18696
18697 2011-09-17 Glenn Morris <rgm@gnu.org>
18698
18699 * progmodes/etags.el (complete-tag):
18700 Fix call to completion-in-region. (Bug#9526)
18701
18702 2011-09-17 Juri Linkov <juri@jurta.org>
18703
18704 * textmodes/ispell.el (ispell-word): Add to the error message
18705 the word, ispell program name and current dictionary (bug#9121).
18706 (ispell-tex-arg-end): Capitalize "error" in the error message.
18707
18708 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18709
18710 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18711 check. (Bug#4251)
18712
18713 2011-09-17 Juri Linkov <juri@jurta.org>
18714
18715 * window.el (window-safe-min-height, window-safe-min-width):
18716 Fix typos (followup to bug#9522).
18717
18718 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18719
18720 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18721
18722 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18723
18724 * simple.el (line-move): If goal-column is set, move by logical
18725 lines, not by display lines. (Bug#971)
18726 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18727 to reflect the above change.
18728
18729 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18730
18731 * image.el (imagemagick-register-types): Use regexp-opt.
18732
18733 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18734
18735 * window.el (display-buffer-base-action): Rename from
18736 display-buffer-default-action. Make default value empty.
18737 (display-buffer-overriding-action): Convert to defvar.
18738 (display-buffer-fallback-action): New var.
18739
18740 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18741
18742 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18743 declaration.
18744 (package--add-to-archive-contents): If there is a duplicate entry
18745 with an older version, remove it.
18746 (package-menu-mark-delete, package-menu-mark-install)
18747 (package-menu-mark-unmark): Make unused args optional.
18748 (package-menu-mark-obsolete-for-deletion):
18749 Use package-menu-get-status instead of a regexp search.
18750 (package-menu-get-status): Use tabulated-list-entry.
18751 (package-menu-mark-upgrades): New command.
18752 (package-menu-mode-map): Bind it to U. Add it to menu bar.
18753 (package-menu-execute): Do installation before deletion.
18754 (package-menu-refresh, package-menu-execute): Use derived-mode-p
18755 instead of checking major-mode.
18756 (package-menu--find-upgrades): New function.
18757
18758 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18759
18760 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18761 passwords in the log buffer.
18762 (smtpmail-process-filter): Update the process marker so that the
18763 "broken by peer" status message is inserted in the right place.
18764
18765 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18766
18767 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18768 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18769 bibtex-completion-at-point-function.
18770 (bibtex-completion-at-point-function): Use them.
18771
18772 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18773
18774 * mpc.el (mpc-constraints-tag-lookup): New function.
18775 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18776 also to browser "album|playlist".
18777
18778 2011-09-14 Juri Linkov <juri@jurta.org>
18779
18780 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
18781 (isearch-edit-string): Use length of `isearch-string' when
18782 `isearch-fail-pos' returns nil.
18783 (isearch-message): Remove duplicate code and call
18784 `isearch-fail-pos' with arg `t'.
18785
18786 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
18787
18788 * replace.el (occur-mode-goto-occurrence): Don't force using other
18789 window (Bug#9499).
18790
18791 * dired-aux.el (dired-do-chmod): Don't provide initial input.
18792
18793 2011-09-14 Martin Rudalics <rudalics@gmx.at>
18794
18795 * window.el (display-buffer-window): Remove.
18796 (display-buffer-record-window): Use help-setup window parameter
18797 instead of variable display-buffer-window.
18798 (display-buffer-function, special-display-buffer-names)
18799 (special-display-function): Mention help-setup parameter instead
18800 of display-buffer-window in doc-string.
18801 * help.el (help-window-setup): New argument help-window.
18802 Use help-window-setup parameter instead of display-buffer-window.
18803 Reword some messages.
18804 (with-help-window): Pass window used for displaying the buffer
18805 to help-window-setup. Don't set display-buffer-window.
18806
18807 2011-09-13 Glenn Morris <rgm@gnu.org>
18808
18809 * emacs-lisp/debug.el (debugger-make-xrefs):
18810 Preserve point. (Bug#9462)
18811
18812 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18813
18814 * window.el (window-deletable-p): Use next-frame.
18815
18816 2011-09-13 Martin Rudalics <rudalics@gmx.at>
18817
18818 * window.el (window-auto-delete): Remove.
18819 (window-deletable-p): Remove argument FORCE. Don't deal with
18820 dedication and previous buffers.
18821 (switch-to-prev-buffer): Don't delete window.
18822 (delete-windows-on): Delete a window's frame if and only if the
18823 window is dedicated.
18824 (replace-buffer-in-windows): Delete buffer's window or frame if
18825 and only if window is dedicated.
18826 (quit-window): Handle quit-restore as before last change.
18827 (bury-buffer): Delete window only if window-deletable-p returns t.
18828
18829 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18830
18831 * window.el (window-deletable-p): Never delete the last frame on a
18832 given terminal.
18833
18834 2011-09-13 Glenn Morris <rgm@gnu.org>
18835
18836 * help.el (describe-key-briefly): Copy previous standard-output change.
18837
18838 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
18839
18840 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
18841
18842 2011-09-13 Glenn Morris <rgm@gnu.org>
18843
18844 * emacs-lisp/lisp-mode.el (lisp-indent-function):
18845 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18846
18847 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
18848
18849 * dired-aux.el (dired-mark-read-string): Don't return default
18850 value on empty input (Bug#9361).
18851 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18852 Omit initial minibuffer contents.
18853 (dired-do-chmod): Signal an error on empty input.
18854 (dired-mark-read-string): Don't return default on empty input.
18855
18856 * files.el (file-modes-symbolic-to-number): Doc fix.
18857
18858 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18859
18860 * international/mule-cmds.el (ucs-completions): Remove.
18861 (read-char-by-name): Use complete-with-action instead; add metadata.
18862
18863 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18864
18865 * window.el (display-buffer--action-function-custom-type)
18866 (display-buffer--action-custom-type): New vars.
18867 (display-buffer-alist, display-buffer-default-action)
18868 (display-buffer-overriding-action): Add defcustom types.
18869
18870 * frame.el (delete-other-frames): Doc fix (Bug#276).
18871
18872 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18873
18874 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18875
18876 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18877
18878 Change modes that used same-window-* vars to use switch-to-buffer.
18879
18880 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18881 Use switch-to-buffer.
18882
18883 * cus-edit.el (customize-group, custom-buffer-create)
18884 (customize-browse, custom-buffer-create-other-window):
18885 Use switch-to-buffer or switch-to-buffer-other-window.
18886
18887 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18888 (Info-prev, Info-up, Info-speedbar-goto-node)
18889 (info-display-manual): Use switch-to-buffer.
18890 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18891
18892 * mail/sendmail.el (mail): Use switch-to-buffer.
18893 (mail-recover): Use switch-to-buffer-other-window.
18894
18895 * cmuscheme.el (run-scheme, switch-to-scheme):
18896 * ielm.el (ielm):
18897 * shell.el (shell):
18898 * net/rlogin.el (rlogin):
18899 * net/telnet.el (telnet, rsh):
18900 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18901
18902 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
18903
18904 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18905
18906 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18907
18908 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18909 so don't mention it (bug#9301).
18910 (dired-sort-toggle-or-edit): Clarify string further.
18911
18912 * faces.el (face-spec-set-match-display): Make `(type graphic)'
18913 match `x', `w32' and `ns', like the manual says (bug#9029).
18914
18915 * subr.el (eval-after-load): Doc string clarification (bug#9125).
18916 (process-kill-buffer-query-function): Mention the buffer name in
18917 the query.
18918
18919 * image-mode.el (image-next-line): The line parameter is mandatory
18920 (bug#9258).
18921
18922 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18923 which can be useful (bug#9301).
18924
18925 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18926
18927 * subr.el (match-string): Mention that the current buffer should
18928 be the same as the search was done in (bug#9282).
18929
18930 * facemenu.el: Disable the remove-* commands if the mark isn't
18931 active (bug#9162).
18932
18933 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18934
18935 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18936 of display-buffer.
18937 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18938
18939 * replace.el (occur-mode-goto-occurrence)
18940 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18941 and display-buffer.
18942
18943 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18944 display-buffer.
18945
18946 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18947 special-display and same-window variables.
18948 (mail-other-window): Use switch-to-buffer-other-window.
18949 (mail-other-frame): USe switch-to-buffer-other-frame.
18950
18951 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18952 Use display-buffer-other-frame.
18953 (gdb-display-gdb-buffer): Use pop-to-buffer.
18954
18955 * progmodes/gud.el (gud-goto-info): Use info-other-window.
18956
18957 * progmodes/python.el: Don't set same-window-buffer-names.
18958
18959 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18960
18961 * window.el (display-buffer-alist): Add *Python*.
18962
18963 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18964
18965 * window.el (display-buffer-alist): Add entry for buffers
18966 previously handled same-window-*.
18967 (display-buffer-alist, display-buffer-default-action)
18968 (display-buffer-overriding-action): Mark as risky.
18969 (display-buffer-alist): Document action function changes.
18970 (display-buffer--same-window-action)
18971 (display-buffer--other-frame-action): New variables.
18972 (switch-to-buffer, display-buffer-other-frame): Use them.
18973 (display-buffer): Rename reuse-frame entry to reusable-frames.
18974 (display-buffer-reuse-selected-window): Function deleted.
18975 (display-buffer-reuse-window): Handle reusable-frames alist entry.
18976 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18977 (display-buffer-special): New function.
18978 (display-buffer--maybe-pop-up-frame-or-window): Rename from
18979 display-buffer-reuse-or-pop-window. Split off special-display
18980 part into display-buffer-special.
18981 (display-buffer-use-some-window): Don't perform any special
18982 pop-up-frames handling.
18983 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18984 (display-buffer--maybe-same-window): Rename from
18985 display-buffer-maybe-same-window.
18986
18987 * info.el: Don't set same-window-regexps.
18988 (info-setup): New function.
18989 (info-other-window, info): Call it.
18990
18991 * cus-edit.el: Don't set same-window-regexps.
18992 (customize-group): New argument.
18993 (customize-group-other-window): Use it.
18994 (customize-face, customize-face-other-window): Likewise.
18995 (custom-buffer-create-other-window): Use pop-to-buffer directly.
18996
18997 * net/rlogin.el:
18998 * net/telnet.el:
18999 * progmodes/gud.el: Don't set same-window-regexps.
19000
19001 * cmuscheme.el:
19002 * ielm.el:
19003 * shell.el:
19004 * mail/sendmail.el:
19005 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19006
19007 2011-09-10 Juri Linkov <juri@jurta.org>
19008
19009 * isearch.el (isearch-edit-string): Remove obsolete mention of
19010 `C-w' (`isearch-yank-word-or-char') from docstring.
19011 (isearch-query-replace): Fix typo in docstring (bug#9466).
19012
19013 2011-09-10 Juri Linkov <juri@jurta.org>
19014
19015 * paren.el (show-paren-function): Don't show escaped parens.
19016 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19017
19018 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19019
19020 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19021 (mm-default-file-encoding): Remove autoload forms, they are
19022 replaced with autoload cookies in mml.el and mm-encode.el.
19023 (mail-add-attachment): New command.
19024 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19025 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19026 the doc string.
19027 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19028
19029 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19030
19031 * simple.el (count-words-region): Use buffer if there's no region
19032 (bug#9429).
19033
19034 2011-09-09 Juri Linkov <juri@jurta.org>
19035
19036 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19037 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19038 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19039
19040 2011-09-09 Alan Mackenzie <acm@muc.de>
19041
19042 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19043 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19044
19045 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19046
19047 Fix for Savannah bug#9392.
19048 * simple.el (mail-encode-mml): New defvar.
19049
19050 * mail/rmail.el (mail-encode-mml): Add a defvar.
19051 (rmail-enable-mime-composing): Default to t.
19052 (rmail-forward): Use MIME method of forwarding only if both
19053 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19054 Set mail-encode-mml non-nil if the MIME method was used.
19055
19056 * mail/sendmail.el (mml-to-mime): Add autoload form.
19057 (mail-encode-mml): Add a defvar.
19058 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19059 to nil.
19060 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19061 message through mml-to-mime, and reset mail-encode-mml to nil.
19062
19063 2011-09-09 Glenn Morris <rgm@gnu.org>
19064
19065 * woman.el (woman-if-body): When processing an .el block,
19066 do not delete the next .el block as well. (Bug#9447)
19067 (woman-special-characters): Add oq, cq, and hy characters.
19068
19069 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19070
19071 * window.el (window-deletable-p): Make sure window is live before
19072 invoking window-prev-buffers.
19073
19074 2011-09-08 Leo Liu <sdl.web@gmail.com>
19075
19076 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19077
19078 2011-09-08 Juri Linkov <juri@jurta.org>
19079
19080 * progmodes/compile.el (compilation-environment): Make it
19081 a defcustom (bug#8340).
19082
19083 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19084
19085 * window.el (frame-auto-delete): Rename to window-auto-delete.
19086 Make it control auto-deletion of windows and/or frames.
19087 (window-deletable-p): New argument FORCE. Rewrite conditions
19088 for deleting window/frame. (Bug#9419)
19089 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19090 Rewrite handling of case when window/frame can be deleted.
19091 (delete-windows-on): Call window-deletable-p with new FORCE
19092 argument t. (Bug#9456)
19093
19094 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19095
19096 * help-mode.el (help-mode): Restore autoload.
19097
19098 2011-09-07 Juri Linkov <juri@jurta.org>
19099
19100 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19101 `compilation-environment'. Set buffer-local
19102 `compilation-environment' to `thisenv' later after (funcall mode).
19103 (Bug#8340)
19104
19105 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19106 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19107 instead of replacing its value. (Bug#8340)
19108
19109 2011-09-07 Juri Linkov <juri@jurta.org>
19110
19111 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19112 based on text properties put by `grep-filter' instead of matching
19113 escape sequences.
19114 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19115 to the value of `grep-error-screen-columns' (bug#9438).
19116
19117 2011-09-07 Juri Linkov <juri@jurta.org>
19118
19119 * simple.el (next-error-highlight, next-error-highlight-no-select):
19120 Doc fix (bug#9432).
19121
19122 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19123
19124 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19125 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19126
19127 2011-09-07 Leo Liu <sdl.web@gmail.com>
19128
19129 * net/rcirc.el (rcirc-mode): Conditionally initialize
19130 rcirc-input-ring.
19131
19132 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * emacs-lisp/find-func.el (find-function-C-source): Only set
19135 find-function-C-source-directory after checking that we found a source
19136 file there (bug#9440).
19137
19138 2011-09-06 Alan Mackenzie <acm@muc.de>
19139
19140 * isearch.el (isearch-other-meta-char): Wherever a key list is
19141 unread, "unread" the prefix arg, too. This fixes bug #8901.
19142
19143 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19144
19145 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19146
19147 2011-09-05 Juri Linkov <juri@jurta.org>
19148
19149 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19150
19151 2011-09-05 Juri Linkov <juri@jurta.org>
19152
19153 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19154 keeping point where processing of grep matches begins, and
19155 continue to delete remaining escape sequences from the same point.
19156 (grep-filter): Make leading zero optional in "0?1;31m" because
19157 git-grep emits "\033[1;31m" escape sequences unlike expected
19158 "\033[01;31m" as GNU Grep does (bug#9408).
19159 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19160
19161 2011-09-05 Juri Linkov <juri@jurta.org>
19162
19163 * subr.el (y-or-n-p): Capitalize "yes".
19164
19165 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19166
19167 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19168 `tramp-cache-unload-hook' where appropriate.
19169 (tramp-methods): Rename `tramp-remote-sh' to
19170 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19171 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19172
19173 * net/tramp-sh.el (top): Don't require 'shell.
19174 (tramp-methods): Add `tramp-remote-shell' and
19175 `tramp-remote-shell-args' entries.
19176 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19177 (tramp-sh-handle-shell-command): Remove.
19178 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19179 Use `tramp-remote-shell'.
19180
19181 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19182
19183 * mail/sendmail.el (sendmail-query-once-function): Delete.
19184 (sendmail-query-once): Save directly to send-mail-function.
19185 Update message-send-mail-function too.
19186
19187 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19188
19189 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19190
19191 * progmodes/python.el (python-mode-map): Use correct function to
19192 start python interpreter from menu-bar (as reported by Geert
19193 Kloosterman).
19194 (inferior-python-mode-map): Fix typo.
19195 (python-shell-map): Remove.
19196
19197 2011-09-03 Deniz Dogan <deniz@dogan.se>
19198
19199 * net/rcirc.el (rcirc-print): Simplify code for
19200 rcirc-scroll-show-maximum-output. There is no need to walk
19201 through all windows to find the right one.
19202
19203 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19204
19205 * help.el (help-return-method): Doc fix.
19206
19207 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19208
19209 * window.el (window-deletable-p): Don't return a non-nil value
19210 when there's a buffer that was shown in the window before.
19211 (Bug#9419)
19212 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19213 Set window's previous buffers to nil.
19214
19215 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19216
19217 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19218 newline before and after the tag line, so it doesn't interfere
19219 with determining the paragraph direction of bidirectional text.
19220
19221 2011-09-03 Leo Liu <sdl.web@gmail.com>
19222
19223 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19224
19225 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19226
19227 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19228 (pop-to-buffer): Change interactive spec. Pass second argument
19229 directly to display-buffer.
19230 (display-buffer): Fix interactive spec. Use functionp to
19231 distinguish between a function and a list of functions.
19232
19233 * abbrev.el (edit-abbrevs):
19234 * arc-mode.el (archive-extract):
19235 * autoinsert.el (auto-insert):
19236 * bookmark.el (bookmark-bmenu-list):
19237 * files.el (find-file):
19238 * view.el (view-buffer):
19239 * progmodes/compile.el (compilation-goto-locus):
19240 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19241
19242 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19243
19244 * window.el (display-buffer-alist): Doc fix.
19245 (display-buffer): Add docstring. Don't treat
19246 display-buffer-default specially.
19247 (display-buffer-reuse-selected-window)
19248 (display-buffer-same-window, display-buffer-maybe-same-window)
19249 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19250 (display-buffer-pop-up-window)
19251 (display-buffer-reuse-or-pop-window)
19252 (display-buffer-use-some-window): New functions.
19253 (display-buffer-default-action): Use them.
19254 (display-buffer-default): Delete.
19255 (pop-to-buffer-1): Fix choice of actions.
19256
19257 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19258
19259 * minibuffer.el (completion--insert-strings): Don't get confused by
19260 completion entries that end with an LF char.
19261
19262 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19263
19264 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19265
19266 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19267
19268 * window.el (display-buffer): Restore interactive spec.
19269 (display-buffer-same-window, display-buffer-other-window):
19270 New functions.
19271 (pop-to-buffer-1): New function. Use the above.
19272 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19273 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19274
19275 * view.el (view-buffer-other-window, view-buffer-other-frame):
19276 Just use pop-to-buffer.
19277
19278 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19279
19280 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19281
19282 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19283
19284 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19285
19286 2011-08-31 Richard Stallman <rms@gnu.org>
19287
19288 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19289 of the separation of rmail-view-buffer from rmail-buffer.
19290 If you say no to "replace original", the decrypt is in the
19291 view buffer. If you say yes, the decrypt goes into the
19292 rmail buffer also.
19293
19294 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19295
19296 * window.el (display-buffer-window): Rewrite doc-string.
19297 (display-buffer-record-window): New function.
19298 (display-buffer-macro-specifiers)
19299 (display-buffer-even-window-sizes, display-buffer-set-height)
19300 (display-buffer-set-width, display-buffer-in-window)
19301 (display-buffer-reuse-window, display-buffer-split-specifiers)
19302 (display-buffer-side-specifiers, display-buffer-split-window-1)
19303 (display-buffer-split-window, display-buffer-split-atom-window)
19304 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19305 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19306 (display-buffer-other-window-means-other-frame)
19307 (display-buffer-normalize-special)
19308 (display-buffer-normalize-default)
19309 (display-buffer-normalize-argument)
19310 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19311 (display-buffer-normalize-specifiers, display-buffer-frame)
19312 (display-buffer-same-window, display-buffer-same-frame)
19313 (display-buffer-other-window)
19314 (display-buffer-same-frame-other-window)
19315 (display-buffer-other-frame, pop-to-buffer-same-window)
19316 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19317 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19318 (switch-to-buffer-same-frame)
19319 (switch-to-buffer-other-window-same-frame)
19320 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19321 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19322 (display-buffer-alist-set): Remove.
19323 (display-buffer-function, special-display-buffer-names)
19324 (special-display-regexps, special-display-function):
19325 In doc-string refer to display-buffer-window and quit-restore
19326 parameter.
19327 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19328 (special-display-frame-alist, special-display-popup-frame)
19329 (same-window-buffer-names, same-window-regexps, same-window-p)
19330 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19331 (split-window-preferred-function, split-height-threshold)
19332 (split-width-threshold, window-splittable-p)
19333 (split-window-sensibly, window--try-to-split-window)
19334 (window--frame-usable-p, even-window-heights)
19335 (window--even-window-heights, window--display-buffer-1)
19336 (window--display-buffer-2, display-buffer-other-frame):
19337 Restore old Emacs 23 code, order and doc-strings where applicable.
19338 (display-buffer-default, display-buffer-assq-regexp): New functions.
19339 (display-buffer-alist): Rewrite doc-string.
19340 (display-buffer-default-action)
19341 (display-buffer-overriding-action): New variables.
19342 (display-buffer, switch-to-buffer): Rewrite.
19343 (pop-to-buffer): Restore Emacs 23 behavior but use
19344 window-normalize-buffer-to-display.
19345 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19346 Restore Emacs 23 behavior but use
19347 window-normalize-buffer-to-switch-to.
19348 (pop-to-buffer-same-window): Rewrite.
19349 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19350 Rewrite using Emacs 23 options.
19351
19352 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19353
19354 * net/tramp.el (tramp-root-regexp): Remove.
19355 (tramp-completion-file-name-regexp-unified)
19356 (tramp-completion-file-name-regexp-separate)
19357 (tramp-completion-file-name-regexp-url): Don't use leading volume
19358 letter on w32 systems. (Bug#5303, Bug#9311)
19359 (tramp-drop-volume-letter): Simplify definition.
19360 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19361
19362 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19363
19364 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19365 (bug#9356).
19366
19367 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19368
19369 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19370
19371 2011-08-29 Juri Linkov <juri@jurta.org>
19372
19373 * isearch.el (isearch-done): Don't display message "Mark saved"
19374 when arg `edit' is non-nil to prevent its flicker in the echo area.
19375
19376 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19377
19378 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19379 obsolete packages for deletion.
19380
19381 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19382
19383 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19384 (help-mode): Derive help-mode from special-mode. Don't invoke
19385 view-mode from help-mode.
19386 (help-xref-override-view-map): Remove.
19387 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19388 view-mode is not used anymore.
19389
19390 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19391
19392 * server.el (server-port): Doc fix.
19393
19394 * cus-theme.el (custom-theme-choose-mode): Inherit from
19395 special-mode (Bug#9124).
19396 (custom-theme-choose-mode-map): Add special-mode to parent.
19397
19398 2011-08-28 Alan Mackenzie <acm@muc.de>
19399
19400 * progmodes/cc-fonts.el
19401 (c-make-font-lock-BO-decl-search-function): New function.
19402 (c-basic-matchers-after - "Fontify the clauses after various
19403 keywords"): Extract the three keyword lists for the 3 erroneous
19404 constructs from the list of four, and use the new function above
19405 in place of an old one.
19406
19407 2011-08-28 Deniz Dogan <deniz@dogan.se>
19408
19409 * net/rcirc.el (rcirc-insert-prev-input)
19410 (rcirc-insert-next-input): Remove unused argument.
19411
19412 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19413
19414 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19415
19416 2011-08-27 Alan Mackenzie <acm@muc.de>
19417
19418 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19419 handle function pointer parameters properly.
19420
19421 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19422
19423 * window.el (display-buffer-reuse-window): Fix case where
19424 selected window was reused with non-nil OTHER-WINDOW argument.
19425 (Bug#9381)
19426
19427 2011-08-27 Deniz Dogan <deniz@dogan.se>
19428
19429 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19430 oftc's NickServ messages.
19431
19432 2011-08-27 Glenn Morris <rgm@gnu.org>
19433
19434 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19435
19436 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19437
19438 * emacs-lisp/package.el (package-install): Call package-initialize
19439 if called interactively.
19440
19441 2011-08-26 Leo Liu <sdl.web@gmail.com>
19442
19443 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19444
19445 2011-08-25 Juri Linkov <juri@jurta.org>
19446
19447 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19448 `search-whitespace-regexp' (bug#9364).
19449
19450 2011-08-25 Juri Linkov <juri@jurta.org>
19451
19452 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19453 `regexp-search-ring' to their global values to protect from
19454 updating by `read-from-minibuffer' (bug#9185).
19455
19456 2011-08-25 Juri Linkov <juri@jurta.org>
19457
19458 * textmodes/ispell.el (ispell-command-loop): Add newline
19459 at the end of the "Use option `i'..." line.
19460
19461 2011-08-25 Juri Linkov <juri@jurta.org>
19462
19463 * battery.el (display-battery-mode): If `battery-status-function'
19464 or `battery-mode-line-format' is nil, display the message and set
19465 `display-battery-mode' to nil (bug#9363).
19466
19467 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19468
19469 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19470 bidi-string-mark-left-to-right; they are unnecessary now.
19471
19472 2011-08-25 Deniz Dogan <deniz@dogan.se>
19473
19474 * net/quickurl.el: Documentation typo fixes.
19475
19476 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19477
19478 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19479
19480 2011-08-25 Glenn Morris <rgm@gnu.org>
19481
19482 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19483
19484 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19485 (smtpmail-via-smtp): Handle nil response from smtp.
19486
19487 2011-08-24 Juri Linkov <juri@jurta.org>
19488
19489 * proced.el (proced-marked): Inherit from `error' instead of
19490 `font-lock-warning-face'.
19491
19492 * ibuffer.el (ibuffer-marked-face): Change default face from
19493 `font-lock-warning-face' to `warning'.
19494 (ibuffer-deletion-face): Change default face from
19495 `font-lock-type-face' to `error'.
19496
19497 * battery.el (battery-update): Use the face `error' instead of
19498 `font-lock-warning-face' (bug#6117).
19499
19500 2011-08-24 Juri Linkov <juri@jurta.org>
19501
19502 * faces.el (success): Change face color from "Green3" to
19503 "ForestGreen" on light background (bug#9353).
19504
19505 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19506
19507 * window.el (quit-window): Rename from quit-restore-window.
19508 Use same arglist as old quit-window.
19509 (frame-auto-delete): Doc fix.
19510
19511 * view.el (view-mode-exit): Use quit-window.
19512
19513 2011-08-24 Juri Linkov <juri@jurta.org>
19514
19515 * isearch.el (isearch-ring-adjust1): Start visiting previous
19516 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19517 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19518 for empty search string (when the last search string is reused
19519 automatically) to adjust the isearch ring to the last element and
19520 prepare the correct index for further M-p commands (bug#9185).
19521
19522 2011-08-24 Kenichi Handa <handa@m17n.org>
19523
19524 * international/ucs-normalize.el: If decomposition property of
19525 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19526 nil.
19527 (nfd, nfkd): Likewise.
19528
19529 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19530
19531 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19532 from process filters aren't reliably transmitted to the surrounding
19533 accept-process-output.
19534 (mpc-proc-check): New function.
19535 (mpc-proc-sync): Use it (bug#8293)
19536
19537 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19540 Add compatibility functions (bug#9313).
19541
19542 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19543
19544 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19545
19546 * international/uni-bidi.el: Regenerate.
19547
19548 2011-08-23 Kenichi Handa <handa@m17n.org>
19549
19550 * international/charprop.el:
19551 * international/uni-bidi.el:
19552 * international/uni-category.el:
19553 * international/uni-combining.el:
19554 * international/uni-comment.el:
19555 * international/uni-decimal.el:
19556 * international/uni-decomposition.el:
19557 * international/uni-digit.el:
19558 * international/uni-lowercase.el:
19559 * international/uni-mirrored.el:
19560 * international/uni-name.el:
19561 * international/uni-numeric.el:
19562 * international/uni-old-name.el:
19563 * international/uni-titlecase.el:
19564 * international/uni-uppercase.el: Regenerate.
19565
19566 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19567
19568 * help.el (help-window-setup): Fix message displayed when other
19569 window is reused. (Bug#9341)
19570
19571 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19574 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19575
19576 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19577 Mark obsolete.
19578 * shell.el (shell-parse-pcomplete-arguments): New function.
19579 (shell-completion-vars): Use it instead (bug#9160).
19580
19581 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19582
19583 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19584 strings and comments (bug#9333).
19585
19586 * emacs-lisp/debug.el (debug-arglist): New function.
19587 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19588 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19589
19590 2011-08-22 Juri Linkov <juri@jurta.org>
19591
19592 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19593 Revert regexp that highlights output switches to its old
19594 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19595
19596 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19597 to check for empty output (bug#9226).
19598
19599 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19600
19601 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19602 symbol-constituent as the default, as that stops font-lock from
19603 working properly (Bug#8843).
19604
19605 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19606
19607 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19608 `coding-system-for-*' around the process open call to avoid
19609 auth-source side effects.
19610 (smtpmail-try-auth-methods): Expand the secret password.
19611 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19612 probe hangs.
19613
19614 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19615
19616 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19617
19618 * emacs-lisp/find-func.el (find-function-noselect): New arg
19619 lisp-only.
19620
19621 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19622 signal an error for built-in functions (Bug#6664).
19623
19624 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19625
19626 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19627 (smtpmail-try-auth-methods): Use it.
19628
19629 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19630
19631 * font-lock.el (font-lock-fontify-region)
19632 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19633 (font-lock-default-unfontify-buffer)
19634 (font-lock-default-fontify-region)
19635 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19636
19637 * progmodes/compile.el (compilation-error-properties):
19638 Fix confusion between file struct and message struct (Bug#9319).
19639 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19640 `ant' regexp.
19641
19642 * net/browse-url.el (browse-url-firefox): Don't call
19643 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19644
19645 2011-08-20 Glenn Morris <rgm@gnu.org>
19646
19647 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19648
19649 * tutorial.el (tutorial--default-keys): Update some default bindings.
19650
19651 * files.el (hack-local-variables): Fully ignore case for "mode:".
19652
19653 2011-08-20 Alan Mackenzie <acm@muc.de>
19654
19655 Resolve invalid use of a regexp in regexp-opt.
19656
19657 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19658 detection for a java annotation.
19659
19660 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19661 detection for a java annotation.
19662
19663 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19664 handling for java.
19665 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19666
19667 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19668
19669 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19670 (Bug#9274).
19671
19672 2011-08-20 Alan Mackenzie <acm@muc.de>
19673
19674 Fontify CPP expressions correctly when starting in the middle of
19675 such a construct. Mainly for when jit-lock etc. starts a chunk
19676 here.
19677
19678 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19679 variable.
19680 (c-make-font-lock-search-form): New function, extracted from
19681 c-make-font-lock-search-function.
19682 (c-make-font-lock-search-function): Use the above function.
19683 (c-make-font-lock-context-search-function): New function.
19684 (c-cpp-matchers): Enhance the preprocessor expression case with
19685 the above function
19686 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19687 which takes an expression.
19688
19689 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19690
19691 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19692
19693 * window.el (display-buffer-reuse-window)
19694 (display-buffer-pop-up-window): Don't reuse or split a side
19695 window.
19696
19697 2011-08-19 Glenn Morris <rgm@gnu.org>
19698
19699 * files.el (hack-local-variables-prop-line, hack-local-variables):
19700 Downcase "Mode:". (Bug#9331)
19701
19702 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19703
19704 * international/characters.el: Add L and R categories.
19705
19706 * subr.el (bidi-string-mark-left-to-right): Rename from
19707 string-mark-left-to-right. Use category search.
19708
19709 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19710
19711 2011-08-18 Juri Linkov <juri@jurta.org>
19712
19713 * faces.el (error, warning, success): New faces with definitions
19714 copied from old default values of `font-lock-warning-face',
19715 `compilation-warning', `compilation-info' (bug#6117).
19716
19717 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19718
19719 * progmodes/compile.el (compilation-error): Inherit from `error'.
19720 (compilation-warning): Inherit from `warning'.
19721 (compilation-info): Inherit from `success'.
19722
19723 * dired.el (dired-marked): Inherit from `warning'.
19724 (dired-flagged): Inherit from `error'.
19725
19726 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19727
19728 * mail/smtpmail.el (auth-source): Require to avoid problems with
19729 binding variables (bug#9298). Also clean up some unused
19730 autoloads.
19731
19732 * net/network-stream.el (network-stream-open-starttls):
19733 Support using starttls.el without using gnutls-cli.
19734
19735 2011-08-17 Juri Linkov <juri@jurta.org>
19736
19737 * progmodes/grep.el (rgrep): Handle the case when
19738 `grep-find-command' is a cons cell (bug#9278).
19739
19740 2011-08-17 Martin Rudalics <rudalics@gmx.at>
19741
19742 * window.el (display-buffer-pop-up-frame): Run frame creation
19743 function with BUFFER current (as special-display-popup-frame
19744 does). Reported by Drew Adams.
19745
19746 2011-08-17 Daiki Ueno <ueno@unixuser.org>
19747
19748 * epa-mail.el: Simplify GnuPG group expansion using
19749 epg-expand-group.
19750 (epa-mail-group-alist, epa-mail-group-modtime)
19751 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19752 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19753 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19754 Remove.
19755
19756 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
19757
19758 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19759
19760 2011-08-16 Alan Mackenzie <acm@muc.de>
19761
19762 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19763 Correct, to avoid the inside of macros.
19764
19765 2011-08-16 Richard Stallman <rms@gnu.org>
19766
19767 * epa-mail.el: Handle GnuPG group definitions.
19768 (epa-mail-group-alist, epa-mail-group-modtime)
19769 (epa-mail-gnupg-conf-file): New variables.
19770 (epa-mail-parse-groups, epa-mail-sync-groups)
19771 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19772 (epa-mail-expand-recipients): New functions.
19773 (epa-mail-encrypt): Call epa-mail-expand-recipients.
19774
19775 * mail/rmail.el (rmail-epa-decrypt): New command.
19776
19777 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19778 Don't bind buffer-read-only, just inhibit-read-only.
19779 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19780 (epa-decrypt-armor-in-region): Make error message clearer.
19781
19782 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
19783
19784 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19785 and "a2b" to "ab" for `prefix'.
19786
19787 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
19788
19789 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19790 filter groups.
19791 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
19792 Fourquet (Bug#8804).
19793
19794 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
19795
19796 * startup.el (argi): Declare as global variable (bug#9275).
19797
19798 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
19799
19800 * subr.el (string-mark-left-to-right): Search the entire string
19801 for RTL script, not just the terminating character. Doc fix.
19802
19803 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
19804
19805 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19806 New function.
19807 (js--regexp-literal, js-syntax-propertize-function): Remove.
19808 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19809 (js-mode-map): Don't rebind electric keys.
19810 (js-insert-and-indent): Remove.
19811 (js-mode): Setup electric-layout and electric-indent instead.
19812
19813 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19814
19815 2011-08-12 Daiki Ueno <ueno@unixuser.org>
19816
19817 * epa.el (epa-progress-callback-function): Fix the logic of
19818 displaying progress.
19819 * epa-file.el (epa-file-insert-file-contents): Make progress
19820 display more user-friendly.
19821 (epa-file-write-region): Ditto.
19822
19823 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
19824
19825 * subr.el (string-mark-left-to-right): New function.
19826
19827 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19828 Use string-mark-left-to-right.
19829 (list-buffers-noselect): Caller changed.
19830
19831 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19832 Use string-mark-left-to-right.
19833 (tabulated-list-print): Recenter after moving point.
19834
19835 2011-08-10 Juri Linkov <juri@jurta.org>
19836
19837 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19838 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19839 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19840
19841 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
19842
19843 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19844 (Bug#7554).
19845
19846 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
19847
19848 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19849 character. (Bug#6594)
19850
19851 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
19852
19853 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19854 (image-dired--with-db-file): New macro.
19855 (image-dired-write-tags, image-dired-remove-tag)
19856 (image-dired-create-gallery-lists, image-dired-write-comments)
19857 (image-dired-get-comment, image-dired-mark-tagged-files)
19858 (image-dired-list-tags, image-dired-gallery-generate): Use it.
19859 (image-dired-gallery-generate): Use insert-file-contents.
19860
19861 * time.el (display-time-world-list, display-time-world-display):
19862 * time-stamp.el (time-stamp-string):
19863 * vc/add-log.el (add-change-log-entry): Use setenv instead of
19864 set-time-zone-rule (Bug#7337).
19865
19866 2011-08-08 Daiki Ueno <ueno@unixuser.org>
19867
19868 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19869 (epg-error-to-string, epg-errors-to-string): New function.
19870 (epg-wait-for-completion): Reverse errors list.
19871 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19872 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19873 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19874 (epg-sign-keys, epg-generate-key-from-file)
19875 (epg-generate-key-from-string): Format errors by using
19876 epg-errors-to-string (bug#9255).
19877 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19878
19879 2011-08-07 Juri Linkov <juri@jurta.org>
19880
19881 * faces.el (list-faces-display): Remove extra angle bracket
19882 from `help-mode-map'.
19883
19884 * info.el (Info-history-toc-nodes): Doc fix.
19885
19886 * longlines.el (longlines-mode): Doc fix.
19887
19888 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19889
19890 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19891 of statements and in a few more cases (bug#9183).
19892
19893 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19894 New functions.
19895 (cl-transform-lambda): Use them (bug#9239).
19896
19897 2011-08-05 Martin Rudalics <rudalics@gmx.at>
19898
19899 * window.el (display-buffer-same-window)
19900 (display-buffer-same-frame, display-buffer-other-window)
19901 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19902 (pop-to-buffer-other-window)
19903 (pop-to-buffer-same-frame-other-window)
19904 (pop-to-buffer-other-frame): Make them defuns.
19905 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19906
19907 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * subr.el (make-composed-keymap): Move from C. Change calling
19910 convention, and improve docstring to bring attention to a subtle point.
19911 * minibuffer.el (completing-read-default): Adjust accordingly.
19912
19913 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
19914
19915 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19916 (tramp-open-shell): Use `tramp-shell-quote-argument'.
19917
19918 * net/trampver.el: Update release number.
19919
19920 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19923 "in" (bug#9190).
19924
19925 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19926
19927 * mail/sendmail.el (sendmail-query-once): Restore the current
19928 buffer after querying (bug#9074).
19929
19930 * dired.el (dired-flagged): Use different faces for marked and
19931 flagged files (bug#6117).
19932
19933 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19934 (bug#4433).
19935
19936 * ido.el (ido-mode): Switch off the message if called
19937 non-interactively.
19938
19939 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19940 before 587, since it appears that that's more likely to work for
19941 more people.
19942
19943 * cus-edit.el (custom-file): When running under emacs -q, always
19944 refuse to save the customizations, even if the .emacs file doesn't
19945 exist.
19946
19947 * info.el: Remove the `Info-beginning-of-buffer' function
19948 (bug#8325).
19949
19950 * net/network-stream.el (network-stream-open-starttls):
19951 Use `starttls-available-p' to see whether starttls.el can be used.
19952
19953 2011-08-01 Martin Rudalics <rudalics@gmx.at>
19954
19955 * window.el (display-buffer-in-window): Don't set dedicated status
19956 of window here (Bug#9215).
19957 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19958 (display-buffer-pop-up-side-window)
19959 (display-buffer-in-side-window): Set dedicated status of window here.
19960
19961 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19964 before binding generated-autoload-file.
19965
19966 2011-08-01 Deniz Dogan <deniz@dogan.se>
19967
19968 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19969
19970 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
19971
19972 Sync with Tramp 2.2.2.
19973
19974 * net/trampver.el: Update release number.
19975
19976 2011-07-30 Juri Linkov <juri@jurta.org>
19977
19978 * dired-aux.el (dired-touch-initial): Remove function.
19979 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19980 current time, and `default' to the last modification time of the
19981 current marked file (bug#6887).
19982
19983 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
19984
19985 * simple.el (goto-line): Use string-to-number to provide a
19986 numeric argument to read-number (bug#9163).
19987
19988 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
19989
19990 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19991 connection process, it could be nil.
19992
19993 2011-07-27 Leo Liu <sdl.web@gmail.com>
19994
19995 Simplify url handling in rcirc-mode.
19996
19997 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19998 (rcirc-browse-url-at-mouse): Remove.
19999 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20000
20001 2011-07-26 Alan Mackenzie <acm@muc.de>
20002
20003 Fontify bitfield declarations properly.
20004
20005 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20006 (c-symbol-chars): Now exported as a lang variable.
20007 (c-not-primitive-type-keywords): New lang variable.
20008
20009 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20010 QT keyword "more" to prevent "more slots: ...." being spuriously
20011 parsed as a bitfield declaration.
20012
20013 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20014 Refactor and enhance to handle bitfield declarations.
20015 (c-punctuation-in): New function.
20016 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20017 declarations properly.
20018
20019 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20020
20021 * calendar/icalendar.el (icalendar--all-events): Take care of
20022 multiple vcalendars in a single file.
20023 (icalendar--convert-float-to-ical): Checkdoc fixes.
20024
20025 2011-07-25 Deniz Dogan <deniz@dogan.se>
20026
20027 * image.el (insert-image): Clarifying docstring.
20028
20029 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20030
20031 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20032 `tramp-send-command-and-check' if there is no error.
20033 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20034
20035 2011-07-22 Alan Mackenzie <acm@muc.de>
20036
20037 Prevent cc-langs.elc being loaded at run time.
20038
20039 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20040 cc-langs.
20041
20042 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20043 "(require 'cc-langs)". Quote a form so it will evaluate at
20044 (cc-mode's) compilation time.
20045
20046 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20047
20048 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20049 loading. (Bug#9114)
20050
20051 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20052
20053 * window.el (display-buffer-pop-up-window)
20054 (display-buffer-pop-up-side-window)
20055 (display-buffer-in-side-window): Call display-buffer-set-height
20056 and display-buffer-set-width after setting the new window's
20057 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20058
20059 2011-07-20 Sam Steingold <sds@gnu.org>
20060
20061 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20062 (etags-tags-included-tables): Call `convert-standard-filename' on
20063 the file names contained in TAGS so that windows Emacs can handle
20064 TAGS files created by cygwin ctags.
20065
20066 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20067
20068 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20069 which apparently didn't work.
20070
20071 2011-07-19 Roland Winkler <winkler@gnu.org>
20072
20073 * proced.el (proced-send-signal): For *Marked Processes* buffer
20074 put point at beginning of buffer.
20075
20076 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20077
20078 * proced.el (proced-format): Make header lines align with the text
20079 (bug#1779).
20080
20081 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20082
20083 * view.el (view-buffer): Allow running in `special' modes if we're
20084 visiting a file (bug#8615).
20085
20086 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20087
20088 * window.el (display-buffer-alist-of-strings-p)
20089 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20090 New functions.
20091 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20092 more accurately.
20093
20094 2011-07-18 Alan Mackenzie <acm@muc.de>
20095
20096 Fontify declarators properly when, e.g., a jit-lock chunk begins
20097 inside a declaration.
20098
20099 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20100
20101 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20102 New function.
20103 (c-complex-decl-matchers): Insert reference to
20104 c-font-lock-enclosing-decls.
20105
20106 * progmodes/cc-engine.el (c-backward-single-comment):
20107 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20108 to nil around calls to (forward-comment -1).
20109
20110 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20111
20112 * image.el (put-image): Doc typo fix.
20113
20114 * progmodes/etags.el (tags-search): Doc typo fix.
20115
20116 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20117 password if we get errors 550 to 554.
20118
20119 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20120
20121 * net/gnutls.el (gnutls-log-level): Remove.
20122
20123 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20124 indentation character (bug#6380).
20125
20126 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20127
20128 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20129 to clarify what the problem is (bug#4291).
20130
20131 * simple.el (current-kill): Clarify what
20132 `interprogram-paste-function' does (bug#7500).
20133 (auto-fill-mode): Document `auto-fill-function' in relation to
20134 `auto-fill-mode' (bug#2470).
20135
20136 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20137
20138 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20139 method if slot is read-only (bug#9035).
20140
20141 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20142
20143 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20144 * window.el (pop-to-buffer): Select window used even if it was
20145 selected before, see discussion of (Bug#8615), (Bug#6954).
20146 Pass argument NORECORD on to select-frame-set-input-focus.
20147
20148 2011-07-15 Glenn Morris <rgm@gnu.org>
20149
20150 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20151 Respect help-form.
20152
20153 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20154
20155 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20156 (gnutls-negotiate): Use it.
20157
20158 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20159
20160 * net/gnutls.el (gnutls-negotiate):
20161 Upcase `gnutls-algorithm-priority'.
20162
20163 2011-07-15 Glenn Morris <rgm@gnu.org>
20164
20165 * jka-compr.el (jka-compr-verbose): Move from here...
20166 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20167 Add missing :version tag.
20168 * info.el: No need to require jka-compr when compiling.
20169
20170 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20171
20172 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20173 (gnutls-negotiate): Use it.
20174
20175 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20176
20177 * info.el (Info-beginning-of-buffer): New command.
20178 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20179 announcing `b' as the key (bug#8325).
20180 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20181
20182 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20183
20184 * international/mule-cmds.el
20185 (describe-specified-language-support): Make the error message
20186 clearer (bug#8905).
20187
20188 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20189
20190 * isearch.el (isearch-barrier): Add a doc string, since it's
20191 mentioned in a function doc string (bug#8678).
20192
20193 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20194
20195 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20196 buffer argument (Bug#9083) and self-identifying label argument.
20197
20198 2011-07-15 Glenn Morris <rgm@gnu.org>
20199
20200 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20201
20202 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20203
20204 * man.el (Man-fontify-manpage): Fix message when formatting the
20205 man page (bug#7929).
20206
20207 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20208
20209 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20210 argument LRM; if non-nil, append an invisible LRM character to the
20211 buffer name.
20212 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20213 last argument non-nil, when formatting buffer names.
20214 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20215 paragraph direction.
20216
20217 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20218
20219 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20220 the man page name (bug#7929).
20221
20222 * image.el (put-image): Mention the `put-image' overlay property
20223 (bug#7834).
20224
20225 * scroll-bar.el (set-scroll-bar-mode): Mention that
20226 `scroll-bar-mode' lists the values (bug#7772).
20227
20228 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20229 command (bug#7729).
20230
20231 * rect.el (apply-on-rectangle): Return the point after the last
20232 operation.
20233 (string-rectangle): Go to the point after the last operation
20234 (bug#7522).
20235
20236 * printing.el (pr-toggle-region): Clarify the documentation
20237 slightly (bug#7493).
20238
20239 * time.el (display-time-update):
20240 Allow `display-time-mail-function' to return nil (bug#7158).
20241 Fix suggested by Detlev Zundel.
20242
20243 * vc/diff.el (diff): Clarify the order the file names are read
20244 (bug#7111).
20245
20246 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20247 the doc string (bug#7015).
20248
20249 * font-lock.el (font-lock-maximum-decoration): Mention what
20250 numeric levels mean (bug#6935).
20251
20252 * startup.el (initial-buffer-choice): Don't mention the `none'
20253 selection, which is against policy.
20254
20255 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20256
20257 * window.el (display-buffer-normalize-special):
20258 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20259
20260 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20261
20262 * subr.el (version<, version<=, version=): Mention "-CVS" and
20263 "-12345" alpha version numbers.
20264
20265 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20266
20267 * bindings.el: Add advertised binding for set-mark-command
20268 (Bug#5772).
20269
20270 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20271
20272 * bindings.el (mode-line-other-buffer):
20273 * bookmark.el (bookmark-bmenu-2-window):
20274 * bs.el (bs-cycle-next, bs-cycle-previous):
20275 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20276 switch-to-buffer.
20277
20278 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20279 Delete.
20280
20281 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20282
20283 * follow.el (follow-debug-message, follow-redisplay):
20284 * jka-cmpr-hook.el (with-auto-compression-mode):
20285 Fix typos in docstrings.
20286
20287 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20288
20289 * subr.el (with-silent-modifications): Clarify somewhat what the
20290 macro inhibits (bug#6525).
20291
20292 * simple.el (eval-expression): Note what it does if called
20293 interactively (bug#6495).
20294
20295 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20296
20297 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20298 Use pop-to-buffer buffer-or-name if it is nil.
20299
20300 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20301 Remove switch-to-buffer.
20302
20303 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20304
20305 * files.el (make-directory): Clarify that an error will be raised
20306 if there's an error (bug#6397).
20307
20308 * startup.el (initial-buffer-choice): Add `none' as a choice
20309 (bug#6234).
20310
20311 * subr.el (add-hook): Clarify section about buffer-local hooks
20312 (bug#6218).
20313
20314 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20315
20316 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20317
20318 * tabify.el (untabify): Preserve the current column so that point
20319 doesn't move (bug#6032).
20320
20321 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20322
20323 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20324 Rewrite to avoid awkward possessive "s" (bug#5986).
20325
20326 2011-07-13 Glenn Morris <rgm@gnu.org>
20327
20328 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20329 (dired-insert-directory): Give a message the first time
20330 if ls is found not to support --dired.
20331
20332 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20333
20334 * simple.el (toggle-truncate-lines): Clarify what is toggled
20335 (bug#5580). Text by Drew Adams.
20336
20337 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20338
20339 * simple.el (blink-matching-open): Make the error message from the
20340 last change less verbose.
20341
20342 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20343
20344 * font-lock.el (font-lock-comment-face): Use the high contrast
20345 "yellow" color for font-lock-comment-face on low color terminals
20346 using a dark background color (bug#4221).
20347
20348 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20349
20350 * dired.el (dired-insert-set-properties): Make the doc string
20351 reflect what it does now (bug#5325).
20352
20353 * simple.el (blink-matching-open): Say that we were unable to find
20354 the match within the limit, if we're limited (bug#5122).
20355
20356 * international/mule-cmds.el (prefer-coding-system): Add an
20357 example (bug#4869).
20358
20359 * progmodes/etags.el (tags-search): Document `file-list-form'
20360 (bug#4731).
20361
20362 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20363
20364 * net/browse-url.el (browse-url-default-browser)
20365 (browse-url-browser-function): Make the default browser choice a
20366 bit more logical (bug#4300). Also clean up the doc string.
20367
20368 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20369
20370 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20371 binary endings (bug#4440).
20372
20373 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20374
20375 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20376 which can be pretty annoying (bug#8971).
20377
20378 * jka-compr.el (jka-compr-verbose): New variable, and use
20379 throughout (bug#8971).
20380
20381 * info.el (Info-find-file): Fall back on the installation
20382 directory if we can't find the info node anywhere else.
20383
20384 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20385
20386 * vc/vc.el (vc-revert-file):
20387 Don't set file time-stamp in the past. (Bug#5181)
20388
20389 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20390
20391 * files.el (after-find-file): Give a better error message when
20392 trying to find a symlink that points to a file that doesn't exist
20393 (bug#4398).
20394
20395 * progmodes/cc-vars.el: Remove (probably) misleading comment
20396 (bug#4396).
20397
20398 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20399
20400 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20401
20402 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20403
20404 * mouse-sel.el: Hack restoring functionality, while keeping
20405 compatibility with 2010-07-03 changes to mouse selection.
20406 (mouse-sel-primary-overlay): New var.
20407 (mouse-sel-selection-alist): Use it.
20408 (mouse-sel-mode): Doc fix; remove points that are default features
20409 of mouse.el.
20410
20411 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20412
20413 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20414 Fix previous fix (bug#2490).
20415
20416 2011-07-12 Roland Winkler <winkler@gnu.org>
20417
20418 * textmodes/bibtex.el (bibtex-initialize):
20419 Use pop-to-buffer-same-window.
20420 (bibtex-search-entries): Fix interactive call.
20421
20422 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20423
20424 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20425 Fontise bytecomp Error lines more correctly (bug#2490).
20426 Fix suggested by Johan Bockgård.
20427
20428 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20429
20430 * dired-x.el (dired-guess-default): Use `delete-dups'.
20431
20432 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20433
20434 * dired.el (dired-mark-prompt):
20435 * dired-aux.el (dired-read-shell-command): Doc fix.
20436
20437 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20438
20439 * mail/sendmail.el (sendmail-query-once):
20440 Use `customize-save-variable' unconditionally, now that it works under
20441 emacs -Q.
20442
20443 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20444
20445 * cus-edit.el (custom-file): Take an optional no-error variable.
20446 (customize-save-variable): Set the variable, and give a warning if
20447 running under "emacs -q".
20448
20449 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20450
20451 * loadhist.el (unload-feature-special-hooks):
20452 Add `auto-coding-functions', `fill-nobreak-predicate' and
20453 `find-directory-functions' (bug#5327).
20454
20455 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20456
20457 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20458
20459 * cus-edit.el (custom-guess-name-alist): -alist variables should
20460 use the `alist' type (bug#3120). Suggested by Drew Adams.
20461
20462 * printing.el: Add documentation to all the `pr-toggle-' commands.
20463
20464 2011-07-11 Leo Liu <sdl.web@gmail.com>
20465
20466 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20467 backends where it makes sense (bug#2623).
20468
20469 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20470
20471 * dired-x.el (dired-guess-default): Remove duplicate shell command
20472 entries (bug#2028).
20473 (dired-guess-default): Fix grammar in doc string (bug#2028).
20474 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20475
20476 * subr.el (remove-duplicates): New conveniency function.
20477
20478 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20479
20480 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20481 (bug#1526).
20482
20483 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20484
20485 * window.el (display-buffer-normalize-default): Don't invert
20486 meaning of even-window-heights. Reported by Eli Zaretskii
20487 <eliz@gnu.org>.
20488
20489 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20490
20491 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20492
20493 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20494
20495 * window.el (display-buffer): Fix arguments to
20496 display-buffer-reuse-window in last change.
20497
20498 * faces.el (link): Use a less saturated blue on light backgrounds.
20499
20500 * startup.el (fancy-startup-text, fancy-about-text)
20501 (fancy-startup-tail): Use font-lock faces, for background safety.
20502
20503 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20504
20505 * emulation/viper-cmd.el (viper-change-state-to-vi):
20506 Limit triggering of abbrev expansion (Bug#9038).
20507
20508 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20509
20510 * window.el (display-buffer-default-specifiers): Remove.
20511 (display-buffer-macro-specifiers): Remove default specifiers.
20512 (display-buffer-alist): Default to nil.
20513 (display-buffer-reuse-window): New optional argument other-window.
20514 (display-buffer-pop-up-window): Allow splitting internal
20515 windows. Check whether a live window was created.
20516 (display-buffer-other-window-means-other-frame)
20517 (display-buffer-normalize-arguments): Rename to
20518 display-buffer-normalize-argument and rewrite. Set the
20519 other-window specifier.
20520 (display-buffer-normalize-special): New function.
20521 (display-buffer-normalize-options): Rename to
20522 display-buffer-normalize-default and rewrite.
20523 (display-buffer-normalize-options-inhibit): Remove.
20524 (display-buffer-normalize-specifiers): Rewrite.
20525 (display-buffer): Process other-window specifier and call
20526 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20527 more faithfully.
20528 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20529 (display-buffer-alist-set): Don't handle 'unset default values.
20530 (display-buffer-in-window, display-buffer-alist-set):
20531 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20532 <tassilo@member.fsf.org>.
20533
20534 2011-07-09 Leo Liu <sdl.web@gmail.com>
20535
20536 * register.el (insert-register): Restore accidental change on
20537 2011-06-26. (Bug#9028)
20538
20539 2011-07-09 Glenn Morris <rgm@gnu.org>
20540
20541 * subr.el (remq): Handle the empty list. (Bug#9024)
20542
20543 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20544
20545 * mail/sendmail.el (send-mail-function): No longer delay custom
20546 initialization.
20547 * custom.el (custom-initialize-delay): Doc fix.
20548
20549 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20552
20553 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20554
20555 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20556 human-friendly prompt.
20557
20558 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20561 provided by a particular plugin.
20562
20563 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20564
20565 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20566 save customizations (with "emacs -Q"), just set the variable
20567 instead of erroring out.
20568
20569 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20570
20571 2011-07-08 Juri Linkov <juri@jurta.org>
20572
20573 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20574 (archive-zip-update-case): Use 7z if found by `executable-find'.
20575 The order of searching the available programs is the same as in
20576 `archive-zip-extract' (bug#8968).
20577
20578 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20579
20580 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20581 (menu-bar-options-menu): Tweak descriptions.
20582
20583 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20584
20585 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20586 menu items into verb phrases (bug#1421). Also refill to fit under
20587 80 columns.
20588
20589 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20590
20591 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20592 (Info-read-node-name): Doc fix (Bug#1084).
20593
20594 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20595 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20596 (end-of-sexp, beginning-of-sexp)
20597 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20598 (forward-symbol, forward-same-syntax, word-at-point)
20599 (sentence-at-point): Doc fix (Bug#1144).
20600
20601 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20602
20603 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20604 should cover it (bug#1281).
20605
20606 * cus-edit.el (custom-show): Mark as obsolete.
20607
20608 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20609 negotiation fails, then possibly try again with a non-encrypted
20610 connection (bug#9017).
20611
20612 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20613 be used.
20614
20615 2011-07-07 Richard Stallman <rms@gnu.org>
20616
20617 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20618 property, and handle its changed format.
20619 Look for the correct line number.
20620 Use file's line contents (but not past first =) to find
20621 correct line in message.
20622
20623 2011-07-07 Kenichi Handa <handa@m17n.org>
20624
20625 * international/characters.el (build-unicode-category-table):
20626 Delete it.
20627 (unicode-category-table): Set it by unicode-property-table-internal.
20628
20629 * international/mule-cmds.el (char-code-property-alist): Move to
20630 to src/chartab.c.
20631 (get-char-code-property): Call unicode-property-table-internal to
20632 load a file. Call get-unicode-property-internal where necessary.
20633 (put-char-code-property): Call unicode-property-table-internal to
20634 load a file. Call put-unicode-property-internal where necessary.
20635 put-unicode-property-internal where necessary.
20636 (char-code-property-description):
20637 Call unicode-property-table-internal to load a file.
20638
20639 * international/charprop.el:
20640 * international/uni-bidi.el:
20641 * international/uni-category.el:
20642 * international/uni-combining.el:
20643 * international/uni-comment.el:
20644 * international/uni-decimal.el:
20645 * international/uni-decomposition.el:
20646 * international/uni-digit.el:
20647 * international/uni-lowercase.el:
20648 * international/uni-mirrored.el:
20649 * international/uni-name.el:
20650 * international/uni-numeric.el:
20651 * international/uni-old-name.el:
20652 * international/uni-titlecase.el:
20653 * international/uni-uppercase.el: Regenerate.
20654
20655 * loadup.el: Load international/charprop.el before
20656 international/characters.
20657
20658 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20659
20660 * window.el (next-buffer, previous-buffer): Signal an error if
20661 called from a minibuffer window.
20662
20663 * bindings.el: Revert 2011-07-04 change.
20664
20665 2011-07-06 Richard Stallman <rms@gnu.org>
20666
20667 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20668 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20669 Treat markers like ints.
20670 (rmail-mime-entity): Doc fix.
20671
20672 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20673
20674 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20675 defcustom again for backwards compatibility.
20676
20677 * simple.el (shell-command-on-region): Fill.
20678
20679 * dired-aux.el (dired-kill-line): Add a doc string.
20680
20681 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20682 to "\\sw\\|\\s_" (bug#358).
20683
20684 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20685 (dired-unmark-backward): Ditto.
20686 (dired-flag-backup-files): Ditto.
20687
20688 * dired-x.el (dired-mark-sexp): Ditto.
20689
20690 2011-07-06 Richard Stallman <rms@gnu.org>
20691
20692 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20693 (rmail-mime-entity): New arg TRUNCATED.
20694 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20695 New functions.
20696 (rmail-mime-save): Warn if entity is truncated.
20697 (rmail-mime-toggle-hidden): Likewise, for showing.
20698 (rmail-mime-process-multipart): Record when an entity is truncated.
20699
20700 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20701 if ENTITY is a string.
20702
20703 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20704
20705 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20706 of faces when `M-C-x'-ing their definitions (bug#8378).
20707 Also clean up the code slightly.
20708
20709 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20710 because that makes the colors go away.
20711
20712 * mail/sendmail.el (send-mail-function): Change the default to
20713 `sendmail-query-once'.
20714 (sendmail-query-once): Add an autoload cookie.
20715
20716 * net/network-stream.el (network-stream-open-starttls): Try using
20717 a plain connection even if the server offered STARTTLS, and we
20718 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20719 capability. This should make smtpmail.el work in slightly more
20720 configurations.
20721
20722 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20723
20724 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20725 New defun.
20726 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20727
20728 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20729
20730 * progmodes/sql.el: Version 3.0
20731 (sql-product-alist): Add product :completion-object,
20732 :completion-column, and :statement attributes.
20733 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20734 (sql-mode-syntax-table): Mark all punctuation.
20735 (sql-font-lock-keywords-builder): Temporarily remove fallback on
20736 ansi keywords.
20737 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20738 (sql-mode-oracle-font-lock-keywords): Improve.
20739 (sql-oracle-show-reserved-words): New function for development.
20740 (sql-product-font-lock): Simplify for source code buffers.
20741 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20742 New functions.
20743 (sql-highlight-product): Set product specific syntax table.
20744 (sql-mode-map): Add statement movement functions.
20745 (sql-ansi-statement-starters, sql-oracle-statement-starters):
20746 New variable.
20747 (sql-statement-regexp, sql-beginning-of-statement)
20748 (sql-end-of-statement, sql-signum): New functions.
20749 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20750 (sql-show-sqli-buffer): Bug fix.
20751 (sql-interactive-mode): Store connection data as buffer local.
20752 (sql-connect): Add NEW-NAME parameter. Redesign interaction
20753 with sql-interactive-mode.
20754 (sql-save-connection): Save buffer local settings.
20755 (sql-connection-menu-filter): Change menu entry name.
20756 (sql-product-interactive): Bug fix.
20757 (sql-preoutput-hold): New variable.
20758 (sql-interactive-remove-continuation-prompt): Bug fixes.
20759 (sql-debug-redirect): New variable.
20760 (sql-str-literal): New function.
20761 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20762 Redesign.
20763 (sql-oracle-save-settings, sql-oracle-restore-settings)
20764 (sql-oracle-list-all, sql-oracle-list-table): New functions.
20765 (sql-completion-object, sql-completion-column)
20766 (sql-completion-sqlbuf): New variables.
20767 (sql-build-completions-1, sql-build-completions)
20768 (sql-try-completion): New functions.
20769 (sql-read-table-name): Use them.
20770 (sql-contains-names): New buffer local variable.
20771 (sql-list-all, sql-list-table): Use it.
20772 (sql-oracle-completion-types): New variable.
20773 (sql-oracle-completion-object, sql-sqlite-completion-object)
20774 (sql-postgres-completion-object): New functions.
20775
20776 2011-07-06 Glenn Morris <rgm@gnu.org>
20777
20778 * window.el (pop-to-buffer): Doc fix.
20779
20780 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
20781
20782 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20783
20784 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
20785
20786 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20787
20788 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20789
20790 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
20791
20792 * button.el (button): Inherit from link face. Suggested by Dan
20793 Nicolaescu.
20794
20795 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * progmodes/gdb-mi.el: Fit in 80 columns.
20798 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20799 switch-to-buffer.
20800
20801 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20802 if imenu is simply not configured (bug#8941).
20803
20804 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
20805
20806 * allout.el (allout-post-undo-hook): New allout outline-change
20807 event hook to signal undo activity.
20808 (allout-post-command-business): Run allout-post-undo-hook if an
20809 undo just occurred.
20810 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20811 * allout-widgets.el (allout-widgets-after-undo-function):
20812 Ensure the integrity of the current item's decoration after it has been
20813 in the vicinity of an undo.
20814 (allout-widgets-mode): Include allout-widgets-after-undo-function
20815 on the new allout-post-undo-hook.
20816
20817 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20818
20819 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20820 Let define-derived-mode define it.
20821 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20822 cycles of abbrev-table inheritance (bug#8998).
20823
20824 2011-07-05 Roland Winkler <winkler@gnu.org>
20825
20826 * textmodes/bibtex.el: Add support for biblatex.
20827 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20828 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20829 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20830 (bibtex-entry-alist, bibtex-field-alist): New variables.
20831 (bibtex-entry-field-alist): Obsolete alias for
20832 bibtex-BibTeX-entry-alist.
20833 (bibtex-entry-alist, bibtex-field-alist): New widgets.
20834 (bibtex-set-dialect): New command.
20835 (bibtex-entry-type, bibtex-entry-head)
20836 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20837 Bind via bibtex-set-dialect.
20838 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20839 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20840 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20841 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20842 Define via bibtex-set-dialect.
20843 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20844 Obey bibtex-no-opt-remove-re.
20845 (bibtex-vec-push, bibtex-vec-incr): New functions.
20846 (bibtex-format-entry, bibtex-field-list)
20847 (bibtex-print-help-message, bibtex-validate)
20848 (bibtex-search-entries): Use new format of bibtex-entry-alist.
20849
20850 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20851
20852 * progmodes/compile.el (compilation-goto-locus):
20853 * net/tramp-cmds.el (tramp-append-tramp-buffers):
20854 * bs.el (bs-cycle-next, bs-cycle-previous):
20855 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20856 * bindings.el (mode-line-other-buffer):
20857 * autoinsert.el (auto-insert):
20858 * arc-mode.el (archive-extract):
20859 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20860
20861 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20862
20863 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20864 Fix check of `emacs-lock-unlockable-modes'.
20865 Coerce true values of `emacs-lock--try-unlocking' to t.
20866
20867 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20868
20869 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20870 * emacs-lock.el: New file.
20871
20872 2011-07-05 Julien Danjou <julien@danjou.info>
20873
20874 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20875 than `boundp' to check if face is set.
20876
20877 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20878
20879 * register.el (registerv-make):
20880 * window.el (window-min-height): Fix typos in docstrings.
20881
20882 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
20883
20884 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20885 Update doc string.
20886
20887 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20888
20889 * server.el (server-execute): Catch quit and call
20890 `server-return-error' to pass the error back to emacsclient and
20891 close the connection (bug#8942).
20892
20893 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
20894
20895 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20896 insecure exception for current topic. Also note that auto-saves
20897 are handled differently.
20898
20899 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20900 State variables for tracking auto-save inhibition situation.
20901
20902 (allout-write-contents-hook-handler): Rename from
20903 'allout-write-file-hook-handler', and describe how it depends on
20904 write-contents-functions sensitivity to non-nil value to prevent
20905 file write.
20906
20907 (allout-auto-save-hook-handler): Remove. auto-save does not check
20908 this in individual buffers, only in the starting buffer, so this
20909 is not the right way for us to inhibit auto-save in a buffer
20910 according to its condition.
20911
20912 (allout-mode): Use new allout-write-contents-hook-handler, and
20913 only with write-contents-functions. Remove auto-save provisions -
20914 they're implemented elsewhere.
20915
20916 (allout-before-change-handler): If undo is in progress, note that
20917 for attention of allout-post-command-business.
20918
20919 (allout-post-command-business): If the command we're following was
20920 an undo, check for change in the status of encrypted items and
20921 adjust auto-save inhibitions accordingly.
20922
20923 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20924 according to whether there are or aren't any plain-text topics
20925 pending encryption.
20926
20927 (allout-inhibit-auto-save-info-for-decryption):
20928 Adjust buffer-saved-size and some allout state to inhibit auto-saves
20929 if there are plain-text topics pending encryption.
20930
20931 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20932 buffer-saved-size and some allout state to not inhibit auto-saves
20933 if there are no longer any plain-text topics pending encryption.
20934
20935 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20936 No longer provide for exemption of the current topic.
20937
20938 2011-07-04 Juri Linkov <juri@jurta.org>
20939
20940 Add 7z operations to delete and save changed members (bug#8968).
20941 * arc-mode.el (archive-7z-expunge, archive-7z-update):
20942 New defcustoms.
20943 (archive-7z-write-file-member): New function.
20944 (archive-7z-summarize): Fix the number of dashes in the
20945 listing output.
20946
20947 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20950 (bug#8958).
20951
20952 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
20953
20954 * bindings.el: Ignore next-buffer and previous-buffer in
20955 minibuffer-local-map.
20956
20957 * font-lock.el (font-lock-builtin-face): Change light background
20958 color to dark slate blue (Bug#6693).
20959
20960 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
20961
20962 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20963
20964 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20965
20966 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20967 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20968 Add switch-to-buffer.
20969
20970 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20971
20972 * isearch.el (isearch-search-fun-function): Clarify further the
20973 meaning of the function returned.
20974
20975 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
20976
20977 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20978
20979 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20980 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20981 Use it.
20982 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
20983 `tramp-default-remote-path' does not exist.
20984 (tramp-send-command-and-read): New optional argument NOERROR.
20985 (tramp-open-connection-setup-interactive-shell)
20986 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20987 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20988 (tramp-process-sentinel): Flush also process' connection property.
20989 (tramp-sh-handle-start-file-process): Do not set process
20990 sentinel. It is done now ...
20991 (tramp-maybe-open-connection): ... here. (Bug#8929)
20992
20993 2011-07-04 MON KEY <monkey@sandpframing.com>
20994
20995 * play/animate.el (animate-string): Doc fixes and allow changing
20996 the buffer name (bug#5417).
20997
20998 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20999
21000 * play/animate.el (animation-buffer-name): Rename from *animate*.
21001
21002 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21003
21004 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21005 This is simpler and helps future-proof the code.
21006 (timer-until): Use time-subtract and float-time.
21007 (timer--time-less-p): Use time-less-p.
21008
21009 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21010
21011 * type-break.el (timep): Use the value of `float-time' to avoid a
21012 byte-compiler warning.
21013
21014 * server.el (server-eval-and-print): Return any result, even nil.
21015
21016 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21017
21018 * type-break.el: Accept time formats that the builtins accept.
21019 (timep, type-break-time-difference): Accept any format that
21020 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21021 This is simpler and helps future-proof the code.
21022 (type-break-time-difference): Round rather than ignoring
21023 subseconds components.
21024
21025 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21026
21027 * info.el (Info-apropos-matches): Make non-interactive, since it
21028 doesn't seem to do anything useful as a command (bug#8829).
21029
21030 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21031
21032 * frame.el (frame-background-mode, frame-set-background-mode):
21033 Move from faces.el.
21034 (frame-default-terminal-background): New function.
21035
21036 * custom.el (custom-push-theme): Don't record faces in `changed'
21037 theme; this doesn't work correctly for per-frame face settings.
21038 (disable-theme): Use face-set-after-frame-default to reset faces.
21039 (custom--frame-color-default): New function.
21040
21041 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21042
21043 * dired.el (dired-flagging-regexp): Remove unused variable
21044 (bug#8769).
21045
21046 2011-03-29 Kevin Ryde <user42@zip.com.au>
21047
21048 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21049 `perl-Test2' extend to match possible "fail #N" rep count
21050 (bug#8377).
21051
21052 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21053
21054 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21055 `smtpmail-via-smtp' now returns the error instead of nil.
21056
21057 * isearch.el (isearch-search-fun-function): Clarify the doc string
21058 (bug#8101).
21059
21060 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21061
21062 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21063 unnecessary spaces (bug#8987).
21064
21065 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21066
21067 * net/network-stream.el (open-network-stream): Use the
21068 :end-of-capability command thoughout.
21069
21070 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21071
21072 * net/network-stream.el (open-network-stream): Add the
21073 :end-of-capability command parameter, used by pop3.el.
21074
21075 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21076
21077 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21078
21079 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21080 for list)" (bug#6475).
21081
21082 * files.el (file-expand-wildcards): Ignore non-readable
21083 sub-directories while trying to find matches instead of signaling
21084 an error (bug#6297).
21085
21086 * man.el (Man-reference-regexp): Allow matching possible
21087 word-wrapped references (bug#6289).
21088
21089 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21090 for consistency with the other vc buffers (bug#6197).
21091 (vc-checkin): Ditto.
21092
21093 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21094
21095 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21096
21097 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21098
21099 * custom.el (defcustom): Clarify that :set is only used in the
21100 Customize user interface (bug#6089).
21101
21102 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21103 associated with a file, refuse to run instead of erroring out
21104 (bug#6084).
21105
21106 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21107 the doc string, since it appears that using `fill-column' always
21108 controls the width (bug#7845).
21109
21110 * simple.el (shell-command-on-region): Say where the error output
21111 went if `shell-command-default-error-buffer' is set (bug#6857).
21112
21113 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21114
21115 * allout.el (allout-yank-processing): Adjust cursor position for
21116 backwards-deleted space.
21117
21118 (allout-rebullet-heading): Register changes with
21119 allout-exposure-changed-hook, so the modified topic is properly
21120 decorated.
21121
21122 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21123
21124 * minibuffer.el (completion-in-region): Document PREDICATE
21125 (bug#7136).
21126
21127 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21128 of keyword/argument pairs (bug#6904).
21129
21130 * replace.el (multi-occur):
21131 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21132
21133 2011-07-02 Drew Adams <drew.adams@oracle.com>
21134
21135 * dired.el (dired-mark-if): Make the message about whether it's
21136 marking or unmarking clearer (bug#8523).
21137
21138 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21139
21140 * disp-table.el (display-table-print-array): New function.
21141 (describe-display-table): Use it to print the vectors more pretty
21142 (Bug#8859).
21143
21144 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21145
21146 * window.el (window-state-get-1): Don't assign clone numbers.
21147 Add clone-of item to list of window parameters.
21148 (window-state-put-2): Don't process clone numbers.
21149 (display-buffer-alist): Fix doc-string.
21150
21151 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21152
21153 * subr.el (remq): Don't allocate if it's not needed.
21154 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21155 (keymap--merge-bindings): New functions.
21156 (keymap-canonicalize): Use them to refine the canonicalization.
21157 * minibuffer.el (minibuffer-local-completion-map)
21158 (minibuffer-local-must-match-map): Move initialization from C.
21159 (minibuffer-local-filename-completion-map): Move initialization from C;
21160 don't inherit from anything here.
21161 (minibuffer-local-filename-must-match-map): Make obsolete.
21162 (completing-read-default): Use make-composed-keymap to combine
21163 minibuffer-local-filename-completion-map with either
21164 minibuffer-local-must-match-map or
21165 minibuffer-local-filename-completion-map.
21166
21167 2011-07-01 Glenn Morris <rgm@gnu.org>
21168
21169 * type-break.el (type-break-time-sum): Use dolist.
21170
21171 * textmodes/flyspell.el (flyspell-word-search-backward):
21172 Replace CL function.
21173
21174 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * mouse.el (mouse--strip-first-event): New function.
21177 (function-key-map): Use it to map fringe clicks to normal clicks
21178 by default.
21179
21180 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21181 (vc-bzr-revision-completion-table): Add support for annotate and date.
21182
21183 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21184 inherit from parent.
21185
21186 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21187
21188 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21189 (dired-show-file-type): Doc fixup (bug#8818).
21190
21191 * dired.el (dired-mode): Fix up the doc string as suggested by
21192 Drew Adams (bug#8817).
21193
21194 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21195 cookie, since the manual says that it should be possible to add
21196 this function to `find-file-hook' (bug#8709).
21197
21198 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21199
21200 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21201 here. Noted Ted Zlatanov as the maintainer.
21202 (cfengine-common-settings, cfengine-common-syntax): New functions
21203 to set up common things between `cfengine-mode' and
21204 `cfengine3-mode'.
21205 (cfengine3-mode): New mode.
21206 (cfengine3-defuns cfengine3-defuns-regex
21207 (cfengine3-class-selector-regex cfengine3-category-regex)
21208 (cfengine3-vartypes cfengine3-font-lock-keywords)
21209 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21210 (cfengine3-indent-line): Add from cfengine3.el.
21211
21212 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21213
21214 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21215
21216 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21217
21218 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21219
21220 * window.el (same-window-buffer-names, same-window-regexps)
21221 (same-window-p, special-display-frame-alist)
21222 (special-display-popup-frame, special-display-function)
21223 (special-display-buffer-names, special-display-regexps)
21224 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21225 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21226 (split-window-preferred-function, split-height-threshold)
21227 (split-width-threshold, even-window-heights)
21228 (display-buffer-mark-dedicated, window-splittable-p)
21229 (split-window-sensibly, window-safely-shrinkable-p):
21230 Un-obsolete.
21231 (display-buffer): Don't spread args with function specifier
21232 because special-display-popup-frame won't like it.
21233
21234 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21235
21236 Time-stamp simplifications and fixes.
21237 These improve accuracy slightly, and future-proof the code
21238 against some potential changes to current-time format.
21239
21240 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21241 by using time-since and float-time.
21242
21243 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21244 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21245 + NNN microseconds".
21246
21247 * type-break.el (type-break-time-sum): Rewrite using time-add.
21248
21249 * play/hanoi.el (hanoi-current-time-float): Remove.
21250 All uses replaced by float-time.
21251
21252 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21253 This yields a more-accurate answer.
21254 (rng-time-to-float): Remove; no longer needed.
21255
21256 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21257
21258 * calendar/timeclock.el (timeclock-seconds-to-time):
21259 Defalias to seconds-to-time, since they're the same thing.
21260
21261 * emacs-lisp/elp.el (elp-elapsed-time):
21262 * emacs-lisp/benchmark.el (benchmark-elapse):
21263 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21264
21265 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21266
21267 * window.el (bury-buffer): Don't iconify the only frame.
21268 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21269 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21270
21271 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21272
21273 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21274 Add mouse-yank-primary.
21275
21276 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21277
21278 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21279
21280 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21281
21282 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21283 (find-library-name): Use it to find relative load names when provided
21284 absolute file name (bug#8803).
21285
21286 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21287
21288 * textmodes/flyspell.el (flyspell-word): Consider words that
21289 differ only in case as potential doublons (bug#5687).
21290
21291 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21292 Remove two rather uninteresting debugging-like messages to make
21293 debbugs.el more silent.
21294
21295 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21296 a password-like phrase.
21297
21298 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21299
21300 * progmodes/cc-guess.el: New file.
21301
21302 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21303
21304 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21305 derived from `c-basic-common-init'.
21306
21307 * progmodes/cc-mode.el (top-level): Require cc-guess.
21308 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21309
21310 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21311
21312 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21313
21314 2011-06-30 Alan Mackenzie <acm@muc.de>
21315
21316 * progmodes/cc-engine.el (c-guess-continued-construct):
21317 Correct the handling of template-args-cont, particularly for when font
21318 lock is disabled. Name this case as "CASE G".
21319
21320 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21321
21322 * allout.el (allout-yank-processing): Fix injection of extra space
21323 between bullet and non-whitespace character in first topic when
21324 pasting, ensuring that the actual spacing in the pasted topic
21325 following the bullet char is preserved. This extra space was
21326 causing pasted encrypted topics to get a decrypted status even
21327 when the content was actually still encrypted. Now the decryption
21328 status from before the paste is preserved.
21329
21330 (allout-flag-region): Set all allout overlays so they evaporate
21331 when reduced to zero length (evanescent), to prevent overlay
21332 leakage.
21333
21334 2011-06-30 Glenn Morris <rgm@gnu.org>
21335
21336 * w32-fns.el (w32-charset-info-alist): Declare.
21337
21338 * find-dired.el (find-grep-options): Simplify.
21339
21340 * term/ns-win.el (ns-set-resource): Declare.
21341
21342 * ses.el (row, col): Declare dynamic variables honestly.
21343
21344 * textmodes/reftex-parse.el (index-tags): Declare.
21345
21346 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21347
21348 * cus-edit.el (customize-push-and-save): New function.
21349
21350 * files.el (hack-local-variables-confirm): Use it.
21351
21352 * custom.el (load-theme): New arg NO-CONFIRM.
21353 Use customize-push-and-save (Bug#8720).
21354 (custom-enabled-themes): Doc fix.
21355
21356 * cus-theme.el (customize-create-theme)
21357 (custom-theme-merge-theme): Callers to load-theme changed.
21358
21359 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21360
21361 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21362 short URLs have at least one dot in them (bug #7614).
21363
21364 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21365 nil, because using a pty is apparently too slow (bug #895).
21366
21367 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21368
21369 * mail/sendmail.el (sendmail-query-once): New function.
21370 (sendmail-query-once-function): New variable.
21371
21372 2011-06-29 Glenn Morris <rgm@gnu.org>
21373
21374 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21375
21376 * ses.el (top-level): Require cl when compiling.
21377 (ses-set-localvars): Fix error statement.
21378 Call it at compile time to silence a storm of warnings.
21379
21380 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21381
21382 * window.el (normalize-live-buffer): Rename to
21383 window-normalize-buffer.
21384 (normalize-live-frame): Rename to window-normalize-frame.
21385 (normalize-any-window): Rename to window-normalize-any-window.
21386 (normalize-live-window): Rename to window-normalize-live-window.
21387 (make-window-atom): Rename to window-make-atom.
21388 (window-resize-reset): Rename to window--resize-reset.
21389 (window-resize-reset-1): Rename to window--resize-reset-1.
21390 (resize-mini-window): Rename to window--resize-mini-window.
21391 (resize-subwindows-skip-p): Rename to
21392 window--resize-subwindows-skip-p.
21393 (resize-subwindows-normal): Rename to
21394 window--resize-subwindows-normal.
21395 (resize-subwindows): Rename to window--resize-subwindows.
21396 (resize-other-windows): Rename to window--resize-siblings.
21397 (resize-this-window): Rename to window--resize-this-window.
21398 (resize-root-window): Rename to window--resize-root-window.
21399 (resize-root-window-vertically): Rename to
21400 window--resize-root-window-vertically.
21401 (normalize-buffer-to-display): Rename to
21402 window-normalize-buffer-to-display.
21403 (normalize-buffer-to-switch-to): Rename to
21404 window-normalize-buffer-to-switch-to.
21405 Correspondingly update all callers of the functions listed
21406 above.
21407 (display-buffer-alist, display-buffer-normalize-arguments)
21408 (display-buffer-normalize-options, display-buffer)
21409 (display-buffer-alist-set): Use "function" instead of
21410 "fun-with-args".
21411
21412 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21413
21414 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21415 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21416 debbugs.gnu.org. Mention acknowledgment email.
21417
21418 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21419
21420 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21421 buffer multibyteness, since it shouldn't matter.
21422
21423 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21424
21425 * window.el (display-buffer-in-side-window): Handle dedicated
21426 windows as in display-buffer-reuse-window.
21427 (display-buffer-normalize-alist): Use value of override
21428 specifier.
21429 (display-buffer-normalize-specifiers): Use value of
21430 other-window-means-other-frame specifier.
21431 (display-buffer-alist): Rewrite some texts in widgets.
21432 (display-buffer): Spread arguments when calling function
21433 specified by fun-with-args.
21434
21435 2011-06-28 Deniz Dogan <deniz@dogan.se>
21436
21437 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21438 Unnest `let'.
21439
21440 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21441 selectors (Bug#5732).
21442 (css-proprietary-nmstart-re): Use `regexp-opt'.
21443
21444 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21445
21446 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21447 (eshell-ls-date-format): New defcustom.
21448 (eshell-ls-file): Use it.
21449
21450 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21451
21452 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21453
21454 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21455
21456 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21457 (ange-ftp-make-tmp-name): New arg.
21458 (ange-ftp-file-local-copy): Use it.
21459
21460 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21461
21462 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21463 no-conversion (Bug#8870).
21464
21465 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21466
21467 * window.el (window-right, window-left, window-child)
21468 (window-child-count, window-last-child)
21469 (window-iso-combination-p, walk-window-tree-1)
21470 (window-atom-check-1, window-tree-1, delete-window)
21471 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21472 new naming conventions - window-vchild, window-hchild,
21473 window-next and window-prev are now called window-top-child,
21474 window-left-child, window-next-sibling and window-prev-sibling
21475 respectively.
21476 (resize-window-reset): Rename to window-resize-reset.
21477 (resize-window-reset-1): Rename to window-resize-reset-1.
21478 (resize-window): Rename to window-resize.
21479 (window-min-height, window-min-width)
21480 (resize-mini-window, resize-this-window, resize-root-window)
21481 (resize-root-window-vertically, adjust-window-trailing-edge)
21482 (enlarge-window, shrink-window, maximize-window)
21483 (minimize-window, delete-window, quit-restore-window)
21484 (split-window, balance-windows, balance-windows-area-adjust)
21485 (balance-windows-area, window-state-put-2)
21486 (display-buffer-even-window-sizes, display-buffer-set-height)
21487 (display-buffer-set-width, set-window-text-height)
21488 (fit-window-to-buffer): Rename all "resize-window" prefixed
21489 calls to use the "window-resize" prefix convention.
21490 (display-buffer-alist): Fix symbol for label specifier.
21491 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21492 corresponding specifier.
21493 Reported by Juanma Barranquero <lekktu@gmail.com>.
21494
21495 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21496
21497 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21498 convention.
21499 (ses-call-printer): Does not pass an empty string to formatter when the
21500 cell is empty to keep from barking printer Calc math-format-value.
21501
21502 2011-06-27 Richard Stallman <rms@gnu.org>
21503
21504 * battery.el (battery-mode-line-limit): New variable.
21505 (battery-update): Handle it.
21506
21507 * mail/rmailmm.el (rmail-mime-process-multipart):
21508 Handle truncated messages.
21509
21510 2011-06-27 Glenn Morris <rgm@gnu.org>
21511
21512 * progmodes/flymake.el (flymake-err-line-patterns):
21513 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21514
21515 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21516
21517 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21518 (ses--clean-!, ses--clean-_): New functions.
21519 (ses-range): Add configurability of readout order, and conversion
21520 to Calc vector.
21521
21522 * ses.el (ses-repair-cell-reference-all): New function.
21523 (ses-cell-symbol): Set macro as safe, so that it can be used in
21524 formulas.
21525
21526 * ses.el: Update cycle detection algorithm.
21527 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21528 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21529 (ses-set-localvars): New function.
21530 (ses-make-cell): Add property-list as a cell element.
21531 (ses-cell-property-get-fun, ses-cell-property-get)
21532 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21533 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21534 New functions.
21535 (ses-cell-property-set, ses-cell-property-pop)
21536 (ses-cell-property-get-handle): New macro.
21537 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21538 New aliases, used for code readability.
21539 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21540 cycle detection.
21541 (ses-self-reference-early-detection): New defcustom.
21542 (ses-formula-references): Robustify against self-referring cells.
21543 (ses-mode): Use ses-set-localvars.
21544 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21545 before lauching the update processing.
21546 (ses-initialize-Dijkstra-attempt): New function.
21547 (ses-recalculate-cell): Update for cycle detection based on
21548 Dijkstra algorithm.
21549
21550 * ses.el: Fix commenting and indenting convention.
21551
21552 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21553
21554 * bs.el (bs-cycle-next): Complete last change.
21555
21556 2011-06-27 Drew Adams <drew.adams@oracle.com>
21557
21558 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21559
21560 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21561
21562 * net/network-stream.el (network-stream-open-starttls):
21563 Don't re-get capabilities unless we've reestablished connection.
21564 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21565
21566 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21567 to binary to possibly avoid line encoding issues on Windows (among
21568 other things).
21569
21570 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21571
21572 * net/network-stream.el (open-network-stream): Return an :error
21573 saying what the problem was, if possible.
21574
21575 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21576 server.
21577
21578 * net/network-stream.el (network-stream-open-starttls): If we
21579 wanted to use STARTTLS, and the server offered it, but we weren't
21580 able to because we had no STARTTLS support, then close the connection.
21581 (open-network-stream): Return an :error element, if present.
21582
21583 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21584
21585 * hl-line.el (hl-line-sticky-flag): Doc fix.
21586 (global-hl-line-sticky-flag): New option (Bug#8323).
21587 (global-hl-line-highlight): Obey it.
21588
21589 * vc/vc.el (vc-revert-show-diff): Default to t.
21590
21591 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21592
21593 * allout-widgets.el (allout-widgets-post-command-business):
21594 Stop decorating intermediate isearch matches. They're not being
21595 undecorated when an isearch is continued past, and isearch
21596 automatically collapses them. This leads to "widget leaks", where
21597 decorated items accumulate in collapsed areas. Lines with lots of
21598 hidden widgets can slow down cursor travel, substantially.
21599 Too much complicated machinery would be needed to ensure undecoration,
21600 so we're doing without this nicety.
21601
21602 (allout-widgets-tally-string): Don't try to do a hash-table-count
21603 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21604 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21605 *Messages* when allout-widgets-maintain-tally is t.
21606
21607 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21608
21609 * window.el (display-buffer-normalize-argument): Rename to
21610 display-buffer-normalize-arguments. Handle special meaning of
21611 LABEL argument. Respect special-display-function when popping up
21612 a new frame. Fix code searching for a window showing the buffer
21613 on another frame.
21614 (display-buffer-normalize-specifiers):
21615 Call display-buffer-normalize-arguments.
21616 (display-buffer-in-window): Don't undedicate the window if its
21617 buffer remains the same.
21618 Reported by Drew Adams <drew.adams@oracle.com>.
21619 (display-buffer-alist): Add choice for same-window macro
21620 specfier.
21621 (display-buffer): Mention special meaning of LABEL argument in
21622 doc-string. Fix quoting. Don't pop up a new frame even as
21623 fallback.
21624
21625 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21626
21627 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21628 avoid deleting the current window in some cases (bug#8911).
21629
21630 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21631
21632 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21633 (Bug#8934)
21634
21635 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21636
21637 * net/network-stream.el (network-stream-open-starttls):
21638 Use built-in TLS support if `gnutls-available-p' is true.
21639 (network-stream-open-tls): Ditto.
21640
21641 2011-06-26 Leo Liu <sdl.web@gmail.com>
21642
21643 * register.el (registerv): New struct.
21644 (registerv-make): New function.
21645 (jump-to-register, describe-register-1, insert-register):
21646 Support the jump-func, print-func and insert-func slot of a registerv
21647 struct. (Bug#8415)
21648
21649 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21650
21651 * vc/vc.el (vc-revert-show-diff): New defcustom.
21652 (vc-diff-internal): New arg specifying diff buffer.
21653 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21654 reuse an existing *vc-diff* buffer (Bug#8927).
21655
21656 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21657
21658 2011-06-26 Glenn Morris <rgm@gnu.org>
21659
21660 * progmodes/f90.el (f90-critical-indent): New option.
21661 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21662 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21663 (f90-mode): Doc fix.
21664 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21665 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21666 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21667 (f90-match-end): Handle block, critical.
21668
21669 2011-06-25 Glenn Morris <rgm@gnu.org>
21670
21671 * calendar/diary-lib.el (diary-included-files): Doc fix.
21672 (diary-include-files): New function, extracted from
21673 diary-include-other-diary-files and diary-mark-included-diary-files.
21674 (diary-include-other-diary-files, diary-mark-included-diary-files):
21675 Just call diary-include-files.
21676 (diary-mark-entries): Reset diary-included-files on first call.
21677
21678 * calendar/diary-lib.el (diary-mark-entries)
21679 (diary-mark-included-diary-files):
21680 Visit included diary-files in temp buffers.
21681
21682 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21683 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21684 (f90-start-block-re, f90-imenu-generic-expression)
21685 (f90-looking-at-program-block-start, f90-no-block-limit):
21686 Add support for submodules.
21687
21688 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21689 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21690
21691 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21692
21693 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21694 buffer-file-type before setting its value, to avoid disastrous
21695 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21696
21697 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21698
21699 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21700
21701 * ses.el (ses-unload-function):
21702 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21703
21704 * proced.el (proced-unload-function):
21705 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21706
21707 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21708
21709 * server.el (server-create-window-system-frame): Add parameters arg.
21710 (server-process-filter): Doc fix. Handle frame-parameters.
21711
21712 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21713
21714 Fix bug#8730, bug#8781.
21715
21716 * loadhist.el (unload--set-major-mode): New function.
21717 (unload-feature): Use it.
21718
21719 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21720 (python-unload-function): New function.
21721
21722 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21723
21724 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21725
21726 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21727
21728 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21729 the candidates list.
21730
21731 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
21732
21733 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21734
21735 2011-06-23 Richard Stallman <rms@gnu.org>
21736
21737 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21738 (rmail-variables): Set next-error-move-function.
21739 (rmail-what-message): Take argument POS.
21740 (rmail-next-error-move): New function.
21741
21742 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21743
21744 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21745 messages for adjacent non-terminals.
21746
21747 2011-06-23 Richard Stallman <rms@gnu.org>
21748
21749 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21750 (rmail-show-message-1): Preserve buffer modified flag.
21751 (rmail-start-mail): Don't specify use of rmail-mail-return;
21752 that's done by mail-bury now.
21753 (rmail-mail-return): Handle arg NEWBUF.
21754
21755 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
21756
21757 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21758 SIZE is a number.
21759
21760 2011-06-23 Martin Rudalics <rudalics@gmx.at>
21761
21762 * window.el (get-lru-window, get-mru-window)
21763 (get-largest-window): Never return a minibuffer window.
21764 (display-buffer-pop-up-window): Fix a bug that could lead to
21765 reusing the minibuffer window.
21766 (display-buffer): Pass original specifier argument to
21767 display-buffer-function instead of the normalized one.
21768 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21769
21770 2011-06-22 Leo Liu <sdl.web@gmail.com>
21771
21772 * minibuffer.el (completing-read-function)
21773 (completing-read-default): Move from minibuf.c.
21774
21775 2011-06-22 Richard Stallman <rms@gnu.org>
21776
21777 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21778 to Rmail even if not started by a special Rmail command.
21779
21780 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21781 Copy the buffer currently showing just one message.
21782
21783 2011-06-22 Roland Winkler <winkler@gnu.org>
21784
21785 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21786 (bibtex-clean-entry): First delete the old key so that a
21787 customized algorithm for generating the new key does not get
21788 confused by the old key.
21789 (bibtex-url): Obey regexp of first step.
21790 (bibtex-search-entries): Do not use add-to-list with local
21791 list-var.
21792
21793 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21794
21795 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21796 stored a user name, then query for the password first, instead of
21797 waiting for SMTP to give an error message and the trying again.
21798
21799 2011-06-22 Lawrence Mitchell <wence@gmx.li>
21800
21801 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21802 BUFFER in call-process.
21803
21804 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21805
21806 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21807 QUIT twice.
21808 (smtpmail-try-auth-methods): Require user name and password from
21809 auth-source.
21810
21811 2011-06-22 Martin Rudalics <rudalics@gmx.at>
21812
21813 * window.el (display-buffer-default-specifiers)
21814 (display-buffer-alist): Remove entries for pop-up-frame-alist.
21815 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21816 (split-window): Normalize SIDE argument (Bug#8916).
21817
21818 * frame.el (pop-up-frame-alist, pop-up-frame-function)
21819 (special-display-frame-alist, special-display-popup-frame):
21820 Remove duplicate declarations. These are now in window.el.
21821
21822 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21823
21824 * mail/smtpmail.el (smtpmail-via-smtp):
21825 Set :use-starttls-if-possible so that we always use STARTTLS if the
21826 server supports it. SMTP servers that support STARTTLS commonly
21827 require it.
21828
21829 * net/network-stream.el (network-stream-open-starttls): Support
21830 upgrading to STARTTLS always, even if we don't have built-in support.
21831 (open-network-stream): Add the :always-query-capabilities keyword.
21832
21833 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21834 upgrades with `open-network-stream', and rely solely on
21835 auth-source for all credentials. Big changes throughout the file,
21836 but in particular:
21837 (smtpmail-auth-credentials): Remove.
21838 (smtpmail-starttls-credentials): Remove.
21839 (smtpmail-via-smtp): Check for servers saying they want AUTH after
21840 MAIL FROM, too.
21841
21842 * net/network-stream.el (network-stream-open-starttls):
21843 Provide support for client certificates both for external and built-in
21844 STARTTLS.
21845 (auth-source): Require.
21846 (open-network-stream): Document the :client-certificate keyword.
21847 (network-stream-certificate): Change cert-cert to cert and
21848 cert-key to key.
21849
21850 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
21851
21852 * net/tramp-cache.el (top): Don't load the persistency file when
21853 "emacs -Q" has been called.
21854
21855 2011-06-21 Tim Harper <timcharper@gmail.com>
21856
21857 * term/ns-win.el (ns-initialize-window-system):
21858 Set application-specific `ApplePressAndHoldEnabled' system
21859 resource to NO as it is not yet supported by the NS port.
21860
21861 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
21862
21863 * misc.el (list-dynamic-libraries--refresh): Compute header here...
21864 (list-dynamic-libraries): ...not here.
21865
21866 2011-06-21 Leo Liu <sdl.web@gmail.com>
21867
21868 * subr.el (sha1): Implement sha1 using secure-hash.
21869
21870 2011-06-21 Martin Rudalics <rudalics@gmx.at>
21871
21872 * window.el (display-buffer-alist): In default value do not
21873 enforce searching a window on any but the selected frame.
21874 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21875 (display-buffer-select-window): Remove function.
21876 (display-buffer-in-window): When a window on another frame gets
21877 reused, do not select it any more but just raise its frame if
21878 necessary (Bug#8851) and (Bug#8856).
21879 (display-buffer-normalize-options): Handle pop-up-frames related
21880 options more faithfully.
21881 (pop-to-buffer): Don't rely on `display-buffer' selecting the
21882 window if it is on another frame.
21883 (display-buffer-alist, display-buffer-default-specifiers):
21884 Don't make new frame unsplittable by default.
21885 (display-buffer-normalize-argument): Fix doc-string typo and use
21886 'same-frame-other-window instead of 'other-window when associating
21887 with display-buffer-macro-specifiers.
21888
21889 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
21890
21891 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21892 New functions.
21893 (5x5-mode-map, 5x5-mode-menu): Bind them.
21894 (5x5-draw-grid): Tweak the solver's rendering.
21895
21896 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21897
21898 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21899 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21900
21901 2011-06-21 Drew Adams <drew.adams@oracle.com>
21902
21903 * menu-bar.el: Use function variable instead of switch-to-buffer.
21904 (menu-bar-select-buffer-function): New variable.
21905 (menu-bar-update-buffers): Use it (bug#8876).
21906
21907 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21908
21909 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21910 variable's status.
21911
21912 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
21913
21914 * x-dnd.el (x-dnd-version-from-flags)
21915 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21916 and long as number (Bug#8899).
21917 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21918
21919 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21920
21921 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21922 (completion-try-completion, completion-all-completions): Compute the
21923 metadata argument if it's missing; make it optional (bug#8795).
21924
21925 * wid-edit.el: Use lex-bind and move towards completion-at-point.
21926 (widget-complete): Use new :completion-function property.
21927 (widget-completions-at-point): New function.
21928 (default): Use :completion-function instead of :complete.
21929 (widget-default-completions): Rename from widget-default-complete;
21930 Rewrite.
21931 (widget-string-complete, widget-file-complete, widget-color-complete):
21932 Remove functions.
21933 (file, symbol, function, variable, coding-system, color):
21934 * international/mule-cmds.el (default-input-method, charset)
21935 (language-info-custom-alist):
21936 * cus-edit.el (face): Use new property :completions.
21937
21938 * progmodes/pascal.el (pascal-completions-at-point): New function.
21939 (pascal-mode): Use it.
21940 (pascal-mode-map): Use completion-at-point.
21941 (pascal-toggle-completions): Make obsolete.
21942 (pascal-complete-word, pascal-show-completions):
21943 * progmodes/octave-mod.el (octave-complete-symbol):
21944 Redefine as obsolete alias.
21945 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21946 Signal absence of completion info for old Octave,
21947 (inferior-octave-complete): Redefine as obsolete alias.
21948 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21949 (meta-completions-at-point): Rename from meta-complete-symbol and
21950 adapt it for use on completion-at-point-functions.
21951 (meta-common-mode): Use it.
21952 (meta-looking-at-backward, meta-match-buffer): Remove.
21953 (meta-complete-symbol): Redefine as obsolete alias.
21954 (meta-common-mode-map): Use completion-at-point.
21955 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21956 (makefile-mode-map): Use completion-at-point.
21957 (makefile-completions-at-point): Rename from makefile-complete and
21958 adapt it for use on completion-at-point-functions.
21959 (makefile-mode): Use it.
21960 (makefile-complete): Redefine as obsolete alias.
21961
21962 2011-06-20 Deniz Dogan <deniz@dogan.se>
21963
21964 * net/rcirc.el: Delete trailing whitespaces once and for all.
21965
21966 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
21967
21968 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21969
21970 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
21971
21972 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21973
21974 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21975
21976 2011-06-19 Martin Rudalics <rudalics@gmx.at>
21977
21978 * window.el (display-buffer-other-window-means-other-frame):
21979 Call display-buffer-normalize-alist.
21980 (display-buffer-normalize-specifiers-1): Rename to
21981 display-buffer-normalize-argument. New argument other-frame.
21982 Rewrite.
21983 (display-buffer-normalize-specifiers-2): Rename to
21984 display-buffer-normalize-options.
21985 (display-buffer-normalize-alist-1): New function.
21986 (display-buffer-normalize-specifiers-3): Rename to
21987 display-buffer-normalize-alist.
21988 Call display-buffer-normalize-alist-1.
21989 (display-buffer-normalize-options-inhibit): New variable.
21990 (display-buffer-normalize-specifiers): Rewrite calling
21991 display-buffer-normalize-alist,
21992 display-buffer-normalize-argument, and
21993 display-buffer-normalize-options. Don't call the latter if
21994 display-buffer-normalize-options-inhibit is non-nil.
21995 (frame-auto-delete): New option.
21996 (window-deletable-p): Use frame-auto-delete.
21997 (window-list-no-nils, window-state-ignored-parameters)
21998 (window-state-get-1, window-state-get, window-state-put-list)
21999 (window-state-put-1, window-state-put-2, window-state-put):
22000 New functions.
22001 (display-buffer-normalize-options): Move special-display-p group
22002 after pop-up-frame group (Bug#8851) and (Bug#8856).
22003
22004 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22005
22006 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22007 groups (Bug#8776).
22008 (rx-submatch-n): New function.
22009 (rx): Document it.
22010
22011 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22012 (Bug#8768).
22013
22014 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22015
22016 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22017
22018 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22019 anytime existing face settings are present (Bug#8889).
22020
22021 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22022 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22023 Remove unused argument.
22024
22025 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22026
22027 * window.el (display-buffer-default-specifiers):
22028 Remove pop-up-frame. Add pop-up-window-min-height,
22029 pop-up-window-min-width, and another reuse-window specifier
22030 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22031 (display-buffer-normalize-specifiers-2):
22032 Handle split-height-threshold and split-width-threshold also when
22033 pop-up-windows is unset. Add a reuse-window specifier for the
22034 case popping up a new window fails.
22035 (special-display-popup-frame): Remove double quoting.
22036 (display-buffer-normalize-specifiers-1): Fix thinko.
22037
22038 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22039
22040 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22041 according to comint-completion-addsuffix.
22042
22043 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22044 (pcomplete-suffix-list): Mark as obsolete.
22045 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22046 pcomplete-seen in the closure.
22047 (pcomplete-comint-setup): Setup completion-at-point as well.
22048 (pcomplete--entries): New function.
22049 (pcomplete--env-regexp): New var.
22050 (pcomplete-entries): Rewrite to work with partial-completion and
22051 without relying on pcomplete-suffix-list.
22052 (pcomplete-pare-list): Remove, unused.
22053
22054 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22055
22056 * window.el (display-buffer-alist): Set pop-up-window-min-height
22057 and pop-up-window-min-width in default value. Reported by
22058 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22059 other-window-means-other-frame.
22060 (display-buffer-macro-specifiers): Comment out entry for
22061 other-window specifier.
22062 (display-buffer-other-window-means-other-frame): New function.
22063 (display-buffer-normalize-specifiers-1): New arguments
22064 buffer-name and label. Treat other-window case specially.
22065 (display-buffer-normalize-specifiers-2): Treat other-window case
22066 specially.
22067 (display-buffer-normalize-specifiers-3): New function.
22068 (display-buffer-normalize-specifiers):
22069 Call display-buffer-normalize-specifiers-3.
22070
22071 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22072
22073 * window.el (same-window-p): Fix two typos introduced when
22074 adding with-no-warnings.
22075 (display-buffer-normalize-specifiers-1): Don't check
22076 pop-up-frames for 'unset initialization.
22077 (display-buffer-normalize-specifiers-2): Major rewrite using
22078 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22079 (pop-up-frames, display-buffer-reuse-frames)
22080 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22081 Suggested by David Engster <deng@randomsample.de>.
22082 (even-window-heights): Initialize to 'unset.
22083 (display-buffer-alist-set): Handle new 'unset initializations.
22084 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22085 other window case.
22086
22087 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22088
22089 * window.el (display-buffer-normalize-specifiers-1):
22090 Respect current value of pop-up-frames for most reasonable values of
22091 second argument of display-buffer (Bug#8865).
22092 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22093 (switch-to-buffer-other-window-same-frame)
22094 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22095 Adams (Bug#8875).
22096 (display-buffer): Don't check noninteractive when calling
22097 display-buffer-pop-up-frame.
22098 (display-buffer-pop-up-frame): Never pop up a frame in
22099 noninteractive mode (Bug#8857).
22100 (enlarge-window, shrink-window): Don't report an error when the
22101 window can't be resized as requested (Bug#8862).
22102
22103 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22106
22107 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22108
22109 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22110
22111 2011-06-15 Alan Mackenzie <acm@muc.de>
22112
22113 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22114 for declarators, disable knr checking to speed up for normal files.
22115 2: Refactor, replacing a sequence of nested if forms by a cond form.
22116
22117 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22118
22119 * net/network-stream.el (open-network-stream): Add the keyword
22120 :always-query-capabilities for the case where you want to force a
22121 `plain' network connection, but the protocol still requires the
22122 capabilitiy command (i.e., SMTP and EHLO).
22123
22124 * subr.el (process-live-p): Rename from `process-alive-p' for
22125 consistency with other `-live-p' functions.
22126
22127 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22128
22129 * window.el (same-window-buffer-names, same-window-regexps)
22130 (special-display-frame-alist, special-display-popup-frame)
22131 (special-display-function, special-display-buffer-names)
22132 (special-display-regexps, pop-up-frame-alist)
22133 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22134 (pop-up-windows, split-window-preferred-function)
22135 (split-height-threshold, split-width-threshold, even-window-heights)
22136 (display-buffer-mark-dedicated): Don't encourage the use of
22137 display-buffer-alist from Elisp code.
22138
22139 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22140
22141 * progmodes/python.el (python-mode): Derive from prog-mode.
22142 * progmodes/ps-mode.el (ps-mode):
22143 * progmodes/mixal-mode.el (mixal-mode):
22144 * progmodes/cfengine.el (cfengine-mode):
22145 * progmodes/ld-script.el (ld-script-mode): Likewise.
22146
22147 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22148
22149 * window.el (display-buffer-alist): Trim default value to avoid
22150 popping up a new frame (Bug#8857) or reusing an arbitrary window
22151 on another frame.
22152 (display-buffer): Do not fall back on popping up a new frame in
22153 batch mode (Bug#8857).
22154
22155 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22156
22157 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22158 (custom-theme-summary): New function.
22159 (customize-themes): Use it.
22160
22161 2011-06-13 Glenn Morris <rgm@gnu.org>
22162
22163 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22164
22165 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22166
22167 * help.el (help-window): Remove variable.
22168 (help-window-point-marker, temp-buffer-max-height)
22169 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22170 (help-print-return-message): Don't set help-window.
22171 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22172 (help-window-setup-finish): Remove.
22173 (help-window-display-message, help-window-setup)
22174 (with-help-window): Major rewrite based on new
22175 display-buffer-window variable.
22176
22177 * help-mode.el (help-mode-finish): Remove help-window related
22178 code.
22179
22180 * view.el (view-exits-all-viewing-windows): Remove reference to
22181 view-return-to-alist in doc-string.
22182 (view-return-to-alist): Make obsolete.
22183 (view-buffer): Call pop-to-buffer-same-window and remove
22184 undo-window code.
22185 (view-buffer-other-window): Call pop-to-buffer-other-window and
22186 simplify code. Ignore second argument.
22187 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22188 simplify code. Ignore second argument.
22189 (view-return-to-alist-update): Make obsolete.
22190 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22191 Rewrite using quit-restore window parameters.
22192 (view-mode-exit): Rename second argument to EXIT-ONLY.
22193 Rewrite using quit-restore-window.
22194 (View-exit, View-exit-and-edit, View-leave, View-quit)
22195 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22196 appropriate arguments.
22197 (view-end-message): Use quit-restore window parameter.
22198
22199 * window.el (display-buffer-function): Rewrite doc-string.
22200 (display-buffer-window, display-buffer-alist): New variables.
22201 (display-buffer-split-specifiers)
22202 (display-buffer-side-specifiers)
22203 (display-buffer-macro-specifiers): New constants.
22204 (display-buffer-even-window-sizes, display-buffer-set-height)
22205 (display-buffer-set-width, display-buffer-select-window)
22206 (display-buffer-in-window, display-buffer-reuse-window)
22207 (display-buffer-split-window-1, display-buffer-split-window)
22208 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22209 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22210 (display-buffer-in-side-window, normalize-buffer-to-display)
22211 (display-buffer-normalize-specifiers-1)
22212 (display-buffer-normalize-specifiers-2)
22213 (display-buffer-normalize-specifiers, display-buffer-frame):
22214 New functions.
22215 (display-buffer): Major rewrite.
22216 (display-buffer-other-window, display-buffer-other-frame)
22217 (pop-to-buffer, switch-to-buffer-other-window)
22218 (switch-to-buffer-other-frame): Rewrite.
22219 (display-buffer-same-window, display-buffer-same-frame)
22220 (display-buffer-same-frame-other-window)
22221 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22222 (pop-to-buffer-other-window)
22223 (pop-to-buffer-same-frame-other-window)
22224 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22225 (switch-to-buffer-other-window-same-frame): New functions.
22226 (same-window-p, special-display-p): Rewrite disabling warnings.
22227 Make obsolete.
22228 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22229 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22230 Make obsolete
22231 (same-window-buffer-names, same-window-regexps)
22232 (special-display-frame-alist, special-display-popup-frame)
22233 (special-display-function, special-display-buffer-names)
22234 (special-display-regexps, pop-up-frame-alist)
22235 (pop-up-frame-function, split-window-preferred-function)
22236 (split-height-threshold, split-width-threshold)
22237 (even-window-heights): Make obsolete.
22238
22239 2011-06-12 Glenn Morris <rgm@gnu.org>
22240
22241 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22242 Misc simplifications.
22243
22244 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22245
22246 * window.el (window-safely-shrinkable-p): Restore function which
22247 was inadvertently removed in change from 2011-06-11. Declare as
22248 obsolete.
22249
22250 * calendar/calendar.el (calendar-generate-window):
22251 Use window-iso-combined-p instead of combination of one-window-p and
22252 window-safely-shrinkable-p.
22253
22254 2011-06-12 Glenn Morris <rgm@gnu.org>
22255
22256 * progmodes/fortran.el (fortran-mode-syntax-table):
22257 * progmodes/f90.el (f90-mode-syntax-table):
22258 Set % to punctuation. (Bug#8820)
22259 (f90-find-tag-default): Remove, no longer needed.
22260
22261 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22262
22263 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22264
22265 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22266
22267 * image.el (image-animated-p): Return animation delay in seconds.
22268 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22269 (image-animate-timeout): Remove DELAY argument. Don't assume
22270 every subimage has the same delay; get it from image-animated-p.
22271 (image-animate): Caller changed.
22272
22273 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22274
22275 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22276 to ignored backtrace functions.
22277
22278 2011-06-11 Glenn Morris <rgm@gnu.org>
22279
22280 * calendar/appt.el (appt-disp-window-function): Doc fix.
22281 (appt-check): Handle overlapping appointments. (Bug#8337)
22282
22283 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22284
22285 * window.el (window-tree-1, window-tree): New functions, moving
22286 the latter to window.el.
22287 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22288 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22289 (bw-refresh-edges): Remove.
22290 (balance-windows-1, balance-windows-2): New functions.
22291 (balance-windows): Rewrite in terms of window tree functions,
22292 balance-windows-1 and balance-windows-2.
22293 (bw-adjust-window): Remove.
22294 (balance-windows-area-adjust): New function with functionality of
22295 bw-adjust-window but using resize-window.
22296 (set-window-text-height): Rewrite doc-string.
22297 Use normalize-live-window and resize-window.
22298 (enlarge-window-horizontally, shrink-window-horizontally):
22299 Rename argument to DELTA.
22300 (window-buffer-height): New function.
22301 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22302 Rewrite using new window resize routines.
22303 (kill-buffer-and-window, mouse-autoselect-window-select):
22304 Use ignore-errors instead of condition-case.
22305 (quit-window): Call delete-frame instead of delete-windows-on
22306 for the only buffer on frame.
22307
22308 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22309
22310 * loadup.el (top-level): Load window before files for the sake
22311 of replace-buffer-in-windows.
22312
22313 * files.el (read-buffer-to-switch)
22314 (switch-to-buffer-other-window)
22315 (switch-to-buffer-other-frame, display-buffer-other-frame):
22316 Move to window.el.
22317
22318 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22319 (previous-buffer): Move to window.el.
22320
22321 * bindings.el (unbury-buffer): Move to window.el.
22322
22323 * window.el (delete-other-windows-vertically): Move after
22324 definition of delete-other-windows.
22325 (other-window, delete-windows-on, replace-buffer-in-windows):
22326 Move here from window.c.
22327 (record-window-buffer, unrecord-window-buffer)
22328 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22329 (switch-to-next-buffer): New functions.
22330 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22331 from simple.el. Call switch-to-next-buffer.
22332 (previous-buffer): Move here from simple.el.
22333 Call switch-to-prev-buffer.
22334 (bury-buffer): Move here from buffer.c. Switch to previous
22335 buffer when window cannot be deleted.
22336 (unbury-buffer): Move here from bindings.el.
22337 (ctl-x-map): Move binding for other-window from window.c to
22338 here.
22339 (read-buffer-to-switch, switch-to-buffer-other-window)
22340 (switch-to-buffer-other-frame): Move here from files.el.
22341 (normalize-buffer-to-switch-to): New functions.
22342 (switch-to-buffer): Move here from buffer.c.
22343 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22344
22345 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22346
22347 * window.el (window-min-height, window-min-width): Move here
22348 from window.c. Add defcustoms and rewrite doc-strings.
22349 (resize-mini-window, resize-window): New functions.
22350 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22351 Move here from window.c.
22352 (maximize-window, minimize-window): New functions.
22353 (delete-window, delete-other-windows, split-window): Move here
22354 from window.c.
22355 (window-split-min-size): New function.
22356 (split-window-keep-point): Mention split-window-above-each-other
22357 instead of split-window-vertically.
22358 (split-window-above-each-other, split-window-vertically):
22359 Rename split-window-vertically to split-window-above-each-other
22360 and provide defalias for old definition.
22361 (split-window-side-by-side, split-window-horizontally):
22362 Rename split-window-horizontally to split-window-side-by-side
22363 and provide defalias for the old definition.
22364 (ctl-x-map): Move bindings for delete-window,
22365 delete-other-windows and enlarge-window here from window.c.
22366 Replace bindings for split-window-vertically and
22367 split-window-horizontally by bindings for
22368 split-window-above-each-other and split-window-side-by-side.
22369
22370 * cus-start.el (all): Remove entries for window-min-height and
22371 window-min-width. Add entries for window-splits and
22372 window-nest.
22373
22374 2011-06-09 Glenn Morris <rgm@gnu.org>
22375
22376 * calendar/appt.el (appt-mode-line): New function.
22377 (appt-check, appt-disp-window): Use it.
22378
22379 * files.el (hack-one-local-variable-eval-safep):
22380 Allow minor-modes with explicit +/-1 arguments.
22381
22382 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22383
22384 * term/xterm.el (xterm): Add defgroup.
22385 (xterm-extra-capabilities): Add defcustom to supply known xterm
22386 capabilities, skip querying them, or query them (default).
22387 (terminal-init-xterm): Use it.
22388 (terminal-init-xterm-modify-other-keys): New function to set up
22389 modifyOtherKeys support to simplify `terminal-init-xterm'.
22390
22391 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22392
22393 * window.el (resize-window-reset, resize-window-reset-1)
22394 (resize-subwindows-skip-p, resize-subwindows-normal)
22395 (resize-subwindows, resize-other-windows, resize-this-window)
22396 (resize-root-window, resize-root-window-vertically)
22397 (window-deletable-p, window-or-subwindow-p)
22398 (frame-root-window-p): New functions.
22399
22400 2011-06-09 Glenn Morris <rgm@gnu.org>
22401
22402 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22403 (ange-ftp-get-files): Use it.
22404
22405 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22406
22407 * mail/sendmail.el (mail-recover-1, mail-recover):
22408 * files.el (recover-file, recover-session):
22409 Handle dired-listing-switches not being just a single short option.
22410
22411 2011-06-09 Glenn Morris <rgm@gnu.org>
22412
22413 * calendar/appt.el (appt-display-message, appt-disp-window):
22414 Handle lists of appointments.
22415
22416 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22417
22418 * window.el (one-window-p): Move down in code.
22419 Rewrite doc-string.
22420 (window-current-scroll-bars): Rewrite doc-string.
22421 Normalize live window argument.
22422 (walk-windows, get-window-with-predicate, count-windows):
22423 Rewrite doc-string. Use window-list-1.
22424 (window-in-direction-2, window-in-direction, get-mru-window):
22425 New functions.
22426
22427 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22428
22429 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22430 Doc fix (Bug#8713).
22431
22432 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22433
22434 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22435
22436 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22437
22438 * loadhist.el (unload-feature-special-hooks):
22439 Add `comint-output-filter-functions'.
22440
22441 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22442
22443 * calendar/appt.el (appt-check): Move some initializations into the let.
22444
22445 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22446
22447 * window.el (window-height): Defalias to window-total-height.
22448 (window-width): Defalias to window-body-width.
22449
22450 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22451
22452 * image-mode.el (image-toggle-animation): New command.
22453 (image-mode-map): Bind it to RET.
22454 (image-mode): Update message.
22455 (image-toggle-display-image): Avoid a spurious cache flush.
22456 (image-transform-rotation): Doc fix.
22457 (image-transform-properties): Return quickly in the normal case.
22458 (image-animate-loop): Rename from image-animate-max-time.
22459
22460 * image.el (image-animate-max-time): Move to image-mode.el.
22461 (create-animated-image): Remove unnecessary function.
22462 (image-animate): Rename from image-animate-start. New arg.
22463 (image-animate-stop): Remove; just use image-animate-timer.
22464 (image-animate-timer): Use car-safe.
22465 (image-animate-timeout): Rename argument.
22466
22467 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22468
22469 * window.el (get-lru-window, get-largest-window): Move here from
22470 window.c. Rename first argument to ALL-FRAMES.
22471 Rephrase doc-strings.
22472 (get-buffer-window-list): Rewrite using window-list-1.
22473 Rephrase doc-string.
22474 (window-safe-min-height, window-safe-min-width): New constants.
22475 (window-size-ignore, window-min-size, window-min-size-1)
22476 (window-sizable, window-sizable-p, window-size-fixed-1)
22477 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22478 (window-max-delta-1, window-max-delta, window-resizable)
22479 (window-resizable-p, window-total-height, window-total-width)
22480 (window-body-width): New functions.
22481 (window-full-height-p, window-full-width-p): Rewrite using
22482 window-total-size.
22483 (window-body-height): Rewrite using window-body-size.
22484
22485 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22486
22487 * window.el (window-right, window-left, window-child)
22488 (window-child-count, window-last-child, window-any-p)
22489 (normalize-live-buffer, normalize-live-frame)
22490 (normalize-any-window, normalize-live-window)
22491 (window-iso-combination-p, window-iso-combined-p)
22492 (window-iso-combinations)
22493 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22494 (windows-with-parameter, window-with-parameter)
22495 (window-atom-root, make-window-atom, window-atom-check-1)
22496 (window-atom-check, window-side-check, window-check):
22497 New functions.
22498 (ignore-window-parameters, window-sides, window-sides-vertical)
22499 (window-sides-slots): New variables.
22500 (window-size-fixed): Move down in code. Minor doc-string fix.
22501
22502 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22503
22504 * comint.el (comint-dynamic-complete-as-filename)
22505 (comint-dynamic-complete-filename): Correctly call
22506 completion-in-region.
22507
22508 2011-06-05 Deniz Dogan <deniz@dogan.se>
22509
22510 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22511 in last change.
22512
22513 2011-06-05 Deniz Dogan <deniz@dogan.se>
22514
22515 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22516 (rcirc): Use it to prompt for encryption.
22517
22518 2011-06-05 Roland Winkler <winkler@gnu.org>
22519
22520 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22521 (bibtex-search-entries): New command bound to C-c C-a.
22522 (bibtex-display-entries): New function.
22523
22524 2011-06-05 Roland Winkler <winkler@gnu.org>
22525
22526 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22527 (bibtex-insert-kill): After yanking insert newline if necessary.
22528 (bibtex-initialize): Call bibtex-string-files-init only once.
22529 (bibtex-mode): Do not call easy-menu-add.
22530 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22531 (bibtex-yank): Set arg properly if nil.
22532
22533 2011-06-05 Roland Winkler <winkler@gnu.org>
22534
22535 * textmodes/bibtex.el (bibtex-search-entry-globally):
22536 New variable.
22537 (bibtex-search-entry): Use it.
22538
22539 2011-06-05 Roland Winkler <winkler@gnu.org>
22540
22541 * textmodes/bibtex.el (bibtex-entry-format): New option
22542 sort-fields.
22543 (bibtex-format-entry, bibtex-reformat): Honor this option.
22544 (bibtex-parse-entry): Return fields in proper order.
22545
22546 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22547
22548 * doc-view.el (doc-view-remove-if): Move computation of result out
22549 of `dolist' to silence misleading lexical-binding warning.
22550
22551 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22552
22553 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22554 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22555
22556 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22557
22558 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22559 "SunOS 5.10".
22560
22561 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22562
22563 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22564 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22565 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22566 (tramp-parse-putty):
22567 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22568 (tramp-completion-function-alist-ssh)
22569 (tramp-completion-function-alist-telnet)
22570 (tramp-completion-function-alist-su)
22571 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22572 cookie.
22573
22574 * net/tramp-ftp.el:
22575 * net/tramp-sh.el:
22576 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22577 load "tramp.el" `tramp-set-completion-function'.
22578
22579 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22580
22581 * shell.el: Require and use pcomplete.
22582 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22583 (shell-completion-vars): Set pcomplete-default-completion-function.
22584
22585 2011-06-04 Deniz Dogan <deniz@dogan.se>
22586
22587 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22588 `memq' (Bug#8799).
22589
22590 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22591
22592 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22593
22594 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22595
22596 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22597 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22598 * vc/log-view.el (log-view-beginning-of-defun):
22599 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22600 (smerge-refine-forward, smerge-refine-chopup-region):
22601 Silence warning for unused `dotimes' counter variables.
22602
22603 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22604
22605 * net/tramp.el (tramp-with-progress-reporter): Rename from
22606 with-progress-reporter. Use `declare'.
22607 * net/tramp-smb.el:
22608 * net/tramp-sh.el:
22609 * net/tramp-gvfs.el: Update all uses.
22610
22611 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22612
22613 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22614 buffer isn't killed before making it current.
22615
22616 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 Silence various byte-compiler warnings.
22619 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22620 `access-type' and new obsolescence format.
22621 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22622 new format.
22623 (byte-compile-check-variable): New `access-type' argument.
22624 Only warn if the access-type is obsolete.
22625 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22626 (byte-compile-variable-set): Adjust callers.
22627 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22628 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22629 setting it as obsolete.
22630 * simple.el (minibuffer-completing-symbol):
22631 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22632 access as obsolete.
22633 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22634 obsolete yet.
22635 * international/quail.el (quail-mouse-choose-completion): Remove unused
22636 code referring to obsolete var.
22637 (quail-choose-completion-string): Remove.
22638 * server.el (server-clients-with, server-kill-buffer-query-function)
22639 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22640 * proced.el (proced-send-signal):
22641 * emacs-lisp/lisp.el (lisp-complete-symbol):
22642 Replace completion-annotate-function with completion-extra-properties.
22643
22644 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22645
22646 * simple.el (goto-line): Use read-number.
22647 (overriding-map-is-bound): Remove.
22648 (saved-overriding-map): Change default.
22649 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22650 Take the map as argument.
22651 (universal-argument, negative-argument, digit-argument): Use it.
22652 (restore-overriding-map): Adjust.
22653 (do-auto-fill): Use fill-forward-paragraph.
22654 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22655
22656 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22657 (minibuffer-inactive-mode): New major mode.
22658 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22659 the *Messages* buffer" hack.
22660 (mouse-popup-menubar): Don't burp if the event is a normal key.
22661
22662 Miscellaneous tweaks.
22663 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22664 lexical scoping as in subr.el's dolist and dotimes.
22665 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22666 Silence compiler warning.
22667 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22668 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22669 * international/ccl.el (ccl-compile): Trivial simplification.
22670 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22671 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22672 `printflag' argument.
22673 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22674 Purecopy the whole obsolescence data.
22675
22676 2011-06-01 Leo Liu <sdl.web@gmail.com>
22677
22678 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22679 improve doc-string as suggested by Marco Pessotto
22680 <melmothx@gmail.com>.
22681 (rcirc-print): Fix last change.
22682
22683 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22684
22685 * minibuffer.el (complete-with-action): Return nil for the metadata and
22686 boundaries of non-functional tables.
22687 (completion-table-dynamic): Return nil for the metadata.
22688 (completion-table-with-terminator): Add default case, using
22689 complete-with-action.
22690 (completion--metadata): New function.
22691 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22692 to try and avoid pathological performance problems.
22693 (completion--embedded-envvar-table): Return `category' metadata.
22694
22695 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22696
22697 * subr.el (process-alive-p): New tiny convenience function.
22698
22699 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22700
22701 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22702 content but also its previous major mode.
22703
22704 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22705
22706 * emacs-lisp/debug.el (debug): Restore the previous content of the
22707 *Backtrace* buffer when we exit with C-M-c.
22708
22709 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22710
22711 * minibuffer.el: Add metadata method to completion tables.
22712 (completion-category-overrides): New defcustom.
22713 (completion-metadata, completion--field-metadata)
22714 (completion-metadata-get, completion--styles)
22715 (completion--cycle-threshold): New functions.
22716 (completion-try-completion, completion-all-completions):
22717 Add `metadata' argument to choose completion-styles.
22718 (completion--do-completion): Use metadata to choose cycling.
22719 (completion-all-sorted-completions): Use metadata for sorting.
22720 Remove :completion-cycle-penalty which is not needed any more.
22721 (completion--try-word-completion): Add `metadata' argument.
22722 (minibuffer-completion-help): Check metadata for annotation function
22723 and sorting.
22724 (completion-file-name-table): Return `category' metadata.
22725 (minibuffer-completing-file-name): Make obsolete.
22726 * simple.el (minibuffer-completing-symbol): Make obsolete.
22727 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22728 completion-try-completion.
22729
22730 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22731
22732 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22733
22734 2011-05-30 Leo Liu <sdl.web@gmail.com>
22735
22736 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22737 (rcirc-print): Decode all incoming messages (bug#8744).
22738 (rcirc-decode-coding-system): Allow value nil for automatic coding
22739 system detection.
22740
22741 2011-06-01 Glenn Morris <rgm@gnu.org>
22742
22743 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22744
22745 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22746
22747 * image.el (image-animate-max-time): Allow nil and t values.
22748 Default to nil.
22749 (create-animated-image): Doc fix.
22750 (image-animate-start): Remove second arg; just use
22751 image-animate-max-time.
22752 (image-animate-timeout): Doc fix. Args changed.
22753
22754 * image-mode.el (image-toggle-display-image): Ensure that the
22755 image spec passed to the animate timer is the same object as in
22756 the buffer's display property (Bug#6981).
22757 (image-transform-properties): Doc fix.
22758
22759 * image.el (image-animate-max-time): Default to nil.
22760
22761 2011-05-29 Martin Rudalics <rudalics@gmx.at>
22762
22763 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22764 entire buffer list (Bug#8184).
22765
22766 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22767
22768 * image.el (imagemagick-types-inhibit)
22769 (imagemagick-register-types): Doc fix.
22770
22771 2011-05-29 Deniz Dogan <deniz@dogan.se>
22772
22773 * net/rcirc.el (rcirc): Use the user's stored encryption method by
22774 default.
22775
22776 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22777
22778 * select.el: Don't perform clipboard-manager saving in hooks;
22779 leave the hooks empty.
22780
22781 2011-05-28 Leo Liu <sdl.web@gmail.com>
22782
22783 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22784 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
22785 (occur-edit-mode): New major mode (Bug#8463).
22786 (occur-after-change-function): New function.
22787 (occur-engine): Give Occur tags a read-only property.
22788
22789 2011-05-28 Kevin Ryde <user42@zip.com.au>
22790
22791 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22792
22793 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22794
22795 * bindings.el (help-echo): Make the initial non-indicator dash
22796 empty on graphical terminals (Bug#7295).
22797
22798 * files.el (auto-mode-alist): Move config rule after the
22799 in-stripping one (Bug#8547).
22800
22801 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22802
22803 * startup.el (normal-splash-screen): Remove gratuitous mode-line
22804 setting (Bug#8740).
22805
22806 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
22807
22808 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22809 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22810 (Bug#8539).
22811
22812 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22813
22814 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22815
22816 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
22817
22818 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22819 (hs-hide-block-at-point, hs-find-block-beginning)
22820 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22821 (Bug#8279).
22822
22823 2011-05-28 Glenn Morris <rgm@gnu.org>
22824
22825 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
22826
22827 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22828
22829 * help-fns.el (describe-function-1): If the function is a derived
22830 major mode, print the parent mode.
22831
22832 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22833 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22834
22835 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
22836
22837 * minibuffer.el (completion--capf-wrapper): Check applicability before
22838 returning non-nil for non-exclusive completion data.
22839 * progmodes/etags.el (tags-completion-at-point-function):
22840 * info-look.el (info-lookup-completions-at-point): Mark as
22841 non-exclusive.
22842 (info-complete): Adjust accordingly.
22843
22844 * info-look.el: Convert to lexical-binding and completion-at-point.
22845 (info-lookup-completions-at-point): New function.
22846 (info-complete): Use it and completion-in-region.
22847
22848 2011-05-28 Drew Adams <drew.adams@oracle.com>
22849
22850 * isearch.el: Let M-e start with point at the first mismatched char.
22851 (isearch-fail-pos): New function.
22852 (isearch-edit-string): Use it.
22853
22854 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22855
22856 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22857
22858 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
22859
22860 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
22861 traversal functions for avl-trees.
22862 (avl-tree--stack): New struct.
22863 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22864 (avl-tree-enter): Add optional `updatefun' arg.
22865 (avl-tree--do-enter): Add optional `updatefun' arg.
22866 Change return value.
22867 (avl-tree-delete): Add optional `test' and `nilflag' args.
22868 (avl-tree--do-delete): Add `test' and `nilflag' args.
22869 Change return value.
22870 (avl-tree-member): Add optional `nilflag'
22871 (avl-tree-member-p): New function.
22872 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22873 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22874 (avl-tree-stack-empty-p): New functions.
22875
22876 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22877 avl-tree--del-balance1 and make it work both ways.
22878 (avl-tree--del-balance2): Remove.
22879 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22880 make it work both ways.
22881 (avl-tree--enter-balance2): Remove.
22882 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22883 New macros.
22884 (avl-tree--mapc, avl-tree-map): Add direction argument.
22885
22886 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
22887
22888 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22889
22890 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
22891
22892 * select.el: Support clipboard managers with built-in function
22893 x-clipboard-manager-save, via delete-frame-functions and
22894 kill-emacs-hook.
22895 (xselect-convert-to-targets): Add MULTIPLE target to list.
22896 (xselect-convert-to-save-targets): New function.
22897
22898 2011-05-27 Kenichi Handa <handa@m17n.org>
22899
22900 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22901 let-binding rfc2047-encode-encoded-words to nil.
22902
22903 2011-05-27 Glenn Morris <rgm@gnu.org>
22904
22905 * mail/emacsbug.el: Don't require url-util.
22906
22907 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
22908
22909 * files.el (set-auto-mode):
22910 Also respect mode: entries at the end of the file. (Bug#8586)
22911
22912 2011-05-26 Glenn Morris <rgm@gnu.org>
22913
22914 * files.el (hack-local-variables-prop-line, hack-local-variables):
22915 Downcase mode names, as seems to be traditional.
22916 (hack-local-variables, hack-local-variables-apply): Doc fixes.
22917
22918 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22919 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
22920
22921 2011-05-25 Julien Danjou <julien@danjou.info>
22922
22923 * textmodes/rst.el (rst-define-level-faces): Do not define face
22924 symbol if it is already defined.
22925
22926 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
22927
22928 * play/5x5.el (5x5-new-game, 5x5-randomize):
22929 Reset 5x5-solver-output to nil when a new grid is cast.
22930 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22931 these debugging traces, as defmacro breaks the compiled code.
22932
22933 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22934
22935 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22936
22937 2011-05-24 Leo Liu <sdl.web@gmail.com>
22938
22939 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22940 (vc-bzr-sha1): Adapt.
22941
22942 * sha1.el: Remove. Function `sha1' is now builtin.
22943
22944 * bindings.el: Provide sha1 feature.
22945
22946 2011-05-24 Kenichi Handa <handa@m17n.org>
22947
22948 * mail/sendmail.el: Require `rfc2047'.
22949 (mail-insert-from-field): Do not perform RFC2047 encoding.
22950 (mail-encode-header): New function.
22951 (sendmail-send-it): Set buffer-file-coding-system of the work
22952 buffer to the return value of select-message-coding-system.
22953 Call mail-encode-header.
22954
22955 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22956
22957 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
22958
22959 * mail/supercite.el (sc-default-cite-frame):
22960 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22961
22962 2011-05-24 Glenn Morris <rgm@gnu.org>
22963
22964 * progmodes/python.el (brm-menu): Declare.
22965
22966 * emulation/viper.el (viper-set-hooks): Declare.
22967
22968 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22969 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22970 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22971 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22972 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22973 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22974
22975 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22976
22977 Add an :exit-function for completion-at-point.
22978
22979 * minibuffer.el (completion--done): New fun.
22980 (completion--do-completion): Use it. New arg `expect-exact'.
22981 (minibuffer-complete, minibuffer-complete-word): Don't output message,
22982 since completion--do-completion does it for us now.
22983 (minibuffer-force-complete): Use completion--done and
22984 completion--replace. Handle sole-completion case with more care.
22985 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22986 (completion-extra-properties): New var.
22987 (completion-annotate-function): Make obsolete.
22988 (minibuffer-completion-help): Adjust accordingly.
22989 Use completion-list-insert-choice-function.
22990 (completion-at-point, completion-help-at-point):
22991 Bind completion-extra-properties.
22992 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22993 * simple.el (completion-list-insert-choice-function): New var.
22994 (completion-setup-function): Preserve it.
22995 (choose-completion): Pay attention to it, shuffle the code a bit.
22996 (choose-completion-string): New arg `insert-function'.
22997
22998 * textmodes/bibtex.el: Convert to lexical binding.
22999 (bibtex-mode-map): Use completion-at-point.
23000 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23001 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23002 (bibtex-complete): Define as obsolete alias.
23003 (bibtex-complete-internal): Remove.
23004 (bibtex-format-entry): Remove unused sub-group in regexp.
23005 * shell.el (shell--command-completion-data)
23006 (shell-environment-variable-completion):
23007 * pcomplete.el (pcomplete-completions-at-point):
23008 * comint.el (comint--complete-file-name-data): Use :exit-function
23009 instead of completion-table-with-terminator so it also works for
23010 choose-completion.
23011
23012 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23013
23014 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23015
23016 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23017 (bug#8710).
23018
23019 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23020
23021 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23022
23023 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23024 customization variable and implement: If non-nil, auto-fill will
23025 be inhibited while on topic's header line.
23026
23027 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23028
23029 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23030 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23031 always have a solution in grid size = 5 cases.
23032 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23033 (5x5-solver-output, 5x5-log-buffer): New vars.
23034 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23035 Make these variables buffer local to achieve 5x5 multi-session-ness.
23036 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23037 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23038 (5x5-solve-suggest): New funs.
23039 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23040 randomize a grid so that we ensure that there is always a solution.
23041 (5x5-make-random-grid): Allow other movement than flipping.
23042
23043 2011-05-23 Kevin Ryde <user42@zip.com.au>
23044
23045 * emacs-lisp/advice.el (ad-read-advised-function):
23046 Use `function-called-at-point' as the default, if it has
23047 advice and passes PREDICATE.
23048
23049 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23050
23051 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23052 byte-compile-lambda if it's actually a lambda.
23053
23054 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23055 Fix function quoting. Use backquote better.
23056
23057 2011-05-22 Yuanle Song <sylecn@gmail.com>
23058
23059 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23060 matching (Bug#8516).
23061
23062 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23063
23064 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23065 different face (Bug#8178).
23066
23067 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23068
23069 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23070 defface (Bug#8144).
23071
23072 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23073
23074 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23075 funcall as well (bug#8712). Warn when performing those conversions.
23076 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23077
23078 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23079
23080 2011-05-22 Glenn Morris <rgm@gnu.org>
23081
23082 * files.el (hack-local-variables-prop-line): Small simplifications.
23083 (hack-local-variables, hack-local-variables-prop-line):
23084 If MODE-ONLY, return the mode, rather than just `t'.
23085
23086 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23087
23088 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23089
23090 2011-05-21 Glenn Morris <rgm@gnu.org>
23091
23092 * files.el (hack-local-variables-prop-line, hack-local-variables):
23093 If only interested in the mode, don't bother doing the other stuff.
23094
23095 * image-mode.el (image-after-revert-hook):
23096 Redraw all frames on which the image is visible. (Bug#8567)
23097
23098 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23099
23100 * wid-edit.el (widget-checklist-match-inline):
23101 Fix 2011-04-19 change. (Bug#8649)
23102
23103 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23104
23105 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23106 Also allow singlespace after single-letter capitals followed by a dot.
23107
23108 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23109 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23110
23111 2011-05-20 Nix <nix@esperi.org.uk>
23112
23113 * files.el (basic-save-buffer-2):
23114 Fix handling of break-hardlink-on-save with non-existent files.
23115
23116 2011-05-19 Deniz Dogan <deniz@dogan.se>
23117
23118 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23119 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23120
23121 2011-05-19 Glenn Morris <rgm@gnu.org>
23122
23123 * progmodes/f90.el (f90-type-def-re):
23124 Handle "type, bind(c)". (Bug#8691)
23125
23126 * emacs-lisp/autoload.el (batch-update-autoloads):
23127 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23128
23129 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23130
23131 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23132 property for the correct connection in case of multihops.
23133
23134 2011-05-18 Glenn Morris <rgm@gnu.org>
23135
23136 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23137 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23138
23139 Rationalize calendar handling of day and month abbrev-arrays.
23140 * calendar/calendar.el (calendar-customized-p): New function.
23141 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23142 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23143 Add :set function.
23144 (calendar-abbrev-length, calendar-day-abbrev-array)
23145 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23146 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23147 Elements may no longer be nil.
23148 (calendar-day-name, calendar-month-name):
23149 Update for changed nature of abbrev arrays.
23150 * calendar/diary-lib.el (diary-name-pattern):
23151 Update for changed nature of abbrev arrays.
23152 (diary-mark-entries-1): Update calendar-make-alist calls.
23153 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23154 * calendar/cal-html.el (cal-html-day-abbrev-array):
23155 Simply inherit from calendar-day-abbrev-array.
23156
23157 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23158
23159 * progmodes/grep.el (grep-mode): Disable default
23160 compilation-directory-matcher setting (bug#8684).
23161
23162 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23163
23164 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23165 instead of "head" and "tail". There were problems with SunOS 5.9,
23166 and it performs better.
23167
23168 2011-05-17 Glenn Morris <rgm@gnu.org>
23169
23170 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23171
23172 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23173 Replace obsolete function.
23174
23175 * shell.el (pcomplete-parse-arguments-function): Declare.
23176
23177 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23178 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23179 (appt-check): Doc fixes.
23180 (appt-disp-window-function, appt-delete-window-function):
23181 Remove needless special case in custom :type.
23182 (appt-display-count): Default to 0, not nil.
23183 (appt-check): Reset appt-display-count to 0, not nil.
23184
23185 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23186
23187 * progmodes/python.el (python-font-lock-keywords):
23188 Add the Python 3.X keyword "nonlocal" (bug#8639).
23189
23190 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23191
23192 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23193
23194 2011-05-16 Kevin Ryde <user42@zip.com.au>
23195
23196 * info-look.el (makefile-automake-mode): New setups, looking in
23197 automake manual, then makefile-mode.
23198 (makefile-mode): Remove automake manual, have it just in
23199 makefile-automake-mode since there's various things different or
23200 not relevant to plain make.
23201 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23202 believe a hypothetical automake-mode would go to makefile-mode,
23203 not the other way around.
23204
23205 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23206
23207 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23208 hunk-end tags (Bug#8672).
23209
23210 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23211 vc-annotate-show-diff-revision-at-line (Bug#8671).
23212
23213 2011-05-14 Glenn Morris <rgm@gnu.org>
23214
23215 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23216 in the middle of an existing one with multiple authors. (Bug#8645)
23217 (change-log-font-lock-keywords): Also handle multiple author lines
23218 with leading tabs. (Bug#8644)
23219
23220 * calendar/appt.el (appt-check): Rename some local variables.
23221 Some simplification/reordering.
23222
23223 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23224 (feedmail-sendmail-f-doesnt-sell-me-out)
23225 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23226 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23227 (feedmail-queue-runner-message-sender): Set :version.
23228 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23229 (bbdb-dwim-net-address, vm-mail): Declare.
23230 (feedmail-binmail-gnulinuxish-template):
23231 Rename from feedmail-binmail-linuxish-template.
23232 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23233 Use insert-buffer-substring.
23234
23235 2011-05-14 Bill Carpenter <bill@carpenter.org>
23236
23237 * mail/feedmail.el (feedmail-patch-level): Increase.
23238 (feedmail-debug): New custom group.
23239 (feedmail-confirm-outgoing-timeout)
23240 (feedmail-sendmail-f-doesnt-sell-me-out)
23241 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23242 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23243 (feedmail-sender-line, feedmail-from-line)
23244 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23245 (feedmail-spray-this-address)
23246 (feedmail-spray-address-fiddle-plex-list)
23247 (feedmail-queue-use-send-time-for-date)
23248 (feedmail-queue-use-send-time-for-message-id)
23249 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23250 (feedmail-buffer-eating-function):
23251 Doc fixes.
23252 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23253 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23254 (feedmail-message-action-scroll-down): New functions.
23255 (feedmail-queue-directory, feedmail-queue-draft-directory):
23256 Use expand-file-name.
23257 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23258 Remove C-v help entry.
23259 (feedmail-queue-buffer-file-name): New variable.
23260 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23261 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23262 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23263 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23264 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23265 (feedmail-message-action-toggle-spray)
23266 (feedmail-run-the-queue-no-prompts)
23267 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23268 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23269 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23270 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23271 (feedmail-envelope-deducer, feedmail-fiddle-from)
23272 (feedmail-fiddle-sender, feedmail-default-date-generator)
23273 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23274 (feedmail-fiddle-spray-address)
23275 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23276 (feedmail-fiddle-list-of-fiddle-plexes)
23277 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23278 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23279 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23280 Change default. Doc fix.
23281 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23282 (feedmail-binmail-linuxish-template): New constant.
23283 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23284 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23285 (feedmail-send-it): Add debug call.
23286 Use feedmail-queue-buffer-file-name, and
23287 feedmail-send-it-immediately-wrapper.
23288 (feedmail-message-action-send): Add debug call.
23289 Use feedmail-send-it-immediately-wrapper.
23290 (feedmail-queue-express-to-queue): Add debug call.
23291 Run feedmail-queue-express-hook.
23292 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23293 (feedmail-message-action-help-blat):
23294 Rename from feedmail-queue-send-edit-prompt-help-first.
23295 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23296 Check line-endings. Handle errors better.
23297 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23298 Doc fix. Add debug call.
23299 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23300 Use feedmail-queue-send-edit-prompt-inner.
23301 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23302 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23303 from feedmail-queue-send-edit-prompt.
23304 (feedmail-queue-send-edit-prompt-help)
23305 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23306 (feedmail-tidy-up-slug): Add debug call.
23307 Respect feedmail-queue-slug-suspect-regexp.
23308 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23309 (feedmail-dump-message-to-queue): Add debug call.
23310 Expand queue-directory.
23311 (feedmail-dump-message-to-queue): Change message slightly.
23312 Use feedmail-say-chatter.
23313 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23314 (feedmail-send-it-immediately-wrapper): New function.
23315 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23316 Insert empty string rather than newline. Handle full-frame case.
23317 Use catch/throw. Use feedmail-say-chatter.
23318 (feedmail-fiddle-from): Try mail-host-address.
23319 (feedmail-default-message-id-generator): Doc fix.
23320 Bind system-time-locale. Handle missing end.
23321 (feedmail-fiddle-x-mailer): Add debug call.
23322 Handle feedmail-x-mailer-line being nil.
23323 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23324 Add debug call. Use buffer-substring-no-properties.
23325 (feedmail-say-debug, feedmail-say-chatter): New functions.
23326 (feedmail-find-eoh): Give an explicit error.
23327
23328 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23329
23330 * net/newst-treeview.el (newsticker-treeview-face): Change default
23331 family from helvetica to sans.
23332 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23333 etc/images/newsticker.
23334
23335 * net/newst-reader.el (newsticker-feed-face): Change default
23336 family from helvetica to sans.
23337
23338 * net/newst-plainview.el (newsticker-new-item-face)
23339 (newsticker-old-item-face, newsticker-immortal-item-face)
23340 (newsticker-obsolete-item-face, newsticker-date-face)
23341 (newsticker-statistics-face): Change default family from
23342 helvetica to sans.
23343 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23344 etc/images/newsticker.
23345
23346 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23347 (newsticker--process-auto-mark-filter-match): Tell user about
23348 auto-marking.
23349
23350 2011-05-13 Didier Verna <didier@xemacs.org>
23351
23352 Common Lisp indentation improvements on defmethod and lambda-lists.
23353 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23354 TODO entries.
23355 (lisp-lambda-list-keyword-parameter-indentation)
23356 (lisp-lambda-list-keyword-parameter-alignment)
23357 (lisp-lambda-list-keyword-alignment): New customizable user options.
23358 (lisp-indent-defun-method): Improve docstring.
23359 (extended-loop-p): Fix comment.
23360 (lisp-indent-lambda-list-keywords-regexp): New variable.
23361 (lisp-indent-lambda-list): New function.
23362 (lisp-indent-259): Use it.
23363 (lisp-indent-defmethod): Support for more than one
23364 method qualifier and properly indent methods lambda-lists.
23365 (defgeneric): Provide a missing common-lisp-indent-function property.
23366
23367 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23368
23369 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23370 bounds for the empty string (bug#8667).
23371
23372 2011-05-13 Glenn Morris <rgm@gnu.org>
23373
23374 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23375
23376 * mail/sendmail.el (sendmail-program): Try executable-find first.
23377 (sendmail-send-it): `sendmail-program' cannot be unbound.
23378
23379 * calendar/appt.el (appt-make-list): Simplify.
23380 (appt-time-msg-list): Doc fix.
23381 (appt-check): Change mode-line message at the time of the appointment.
23382
23383 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23384
23385 * progmodes/ld-script.el (ld-script-keywords)
23386 (ld-script-builtins): Update keywords list.
23387
23388 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23389
23390 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23391
23392 * shell.el (shell-completion-vars): New function.
23393 (shell-mode):
23394 * simple.el (read-shell-command): Use it.
23395 (blink-matching-open): No need for " [...]" in minibuffer-message.
23396
23397 2011-05-12 Glenn Morris <rgm@gnu.org>
23398
23399 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23400 (appt-check): Simplify.
23401
23402 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23403
23404 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23405 literal "/dev/null".
23406
23407 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23408
23409 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23410 Fix typo.
23411
23412 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23413
23414 * progmodes/which-func.el (which-function):
23415 Use add-log-current-defun instead of add-log-current-defun-function,
23416 which might not be defined (Bug#8260).
23417
23418 2011-05-12 Glenn Morris <rgm@gnu.org>
23419
23420 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23421 Let byte-compile-initial-macro-environment always take precedence.
23422
23423 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23424
23425 * net/rcirc.el: Add support for SSL/TLS connections.
23426 (rcirc-server-alist): New field `encryption'.
23427 (rcirc): Check `encryption' settings.
23428 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23429 Merge make-local-variable into `set'.
23430 (rcirc--connection-open-p): New function.
23431 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23432 the process is not a network process (e.g. running gnutls-cli).
23433 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23434 Make rcirc-(en|de)code-coding-system local here.
23435 (rcirc-mode): Merge make-local-variable into `set'.
23436 (rcirc-parent-buffer): Make permanent buffer-local.
23437 (rcirc-multiline-minor-mode): Don't do it here.
23438 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23439 there's no server buffer.
23440
23441 2011-05-11 Glenn Morris <rgm@gnu.org>
23442
23443 * newcomment.el (comment-kill): Prefix "unused" local.
23444
23445 * term/w32console.el (get-screen-color): Declare.
23446
23447 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23448 Handle symbol elements of byte-compile-initial-macro-environment.
23449
23450 2011-05-10 Leo Liu <sdl.web@gmail.com>
23451
23452 * bookmark.el (bookmark-bmenu-mode-map):
23453 Bind bookmark-bmenu-search to `/'.
23454
23455 * mail/footnote.el: Convert to utf-8 encoding.
23456 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23457 (Footnote-unicode): New function.
23458 (footnote-style-alist): Add unicode style to the list.
23459 (footnote-style): Doc fix.
23460
23461 2011-05-10 Jim Meyering <meyering@redhat.com>
23462
23463 Fix doubled-word typos.
23464 * international/quail.el (quail-insert-kbd-layout): and and -> and
23465 * kermit.el: and and -> and
23466 * net/ldap.el (ldap-search-internal): to to -> to
23467 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23468 * progmodes/js.el (js-mode): and and -> and
23469 * textmodes/artist.el (artist-move-to-xy): at at -> at
23470 (artist-draw-region-trim-line-endings): if if -> if
23471 And Safetyc -> Safety.
23472 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23473
23474 2011-05-10 Glenn Morris <rgm@gnu.org>
23475 Stefan Monnier <monnier@iro.umontreal.ca>
23476
23477 * files.el (hack-one-local-variable-eval-safep):
23478 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23479
23480 2011-05-10 Glenn Morris <rgm@gnu.org>
23481
23482 * calendar/diary-lib.el (diary-list-entries-hook)
23483 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23484 (diary-nongregorian-marking-hook, diary-list-entries)
23485 (diary-include-other-diary-files, diary-mark-entries)
23486 (diary-mark-included-diary-files): Doc fixes.
23487
23488 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23489
23490 * misc.el: Require tabulated-list.el during compilation.
23491
23492 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23493
23494 * progmodes/compile.el (compilation-start):
23495 Run compilation-filter-hook for the async case too.
23496 (compilation-filter-hook): Doc fix.
23497
23498 2011-05-09 Deniz Dogan <deniz@dogan.se>
23499
23500 * wdired.el: Remove outdated installation comment. Fix usage
23501 comment.
23502
23503 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23504
23505 * misc.el: Implement new command `list-dynamic-libraries'.
23506 (list-dynamic-libraries--loaded-only-p): New variable.
23507 (list-dynamic-libraries--refresh): New function.
23508 (list-dynamic-libraries): New command.
23509
23510 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23511
23512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23513 Fix the ant regexp to handle end-line and end-column info from jikes.
23514 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23515 higher priority to avoid clobbering by gnu.
23516
23517 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23518
23519 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23520 if the face has existing theme settings (Bug#8454).
23521
23522 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23523
23524 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23525 Only match variables declared via `my' or `our' (Bug#8261).
23526
23527 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23528 special file names `.' and `..' (Bug#8259).
23529
23530 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23531
23532 * progmodes/grep.el (grep-mode-font-lock-keywords):
23533 Remove buffer-changing entries.
23534 (grep-filter): New function.
23535 (grep-mode): Add it to compilation-filter-hook.
23536
23537 * progmodes/compile.el (compilation-filter-hook)
23538 (compilation-filter-start): New defvars.
23539 (compilation-filter): Call compilation-filter-hook prior to
23540 updating the process mark.
23541
23542 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23543
23544 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23545
23546 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23547
23548 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23549 mailclient-send-it even if window-system is nil. (Bug#8595)
23550
23551 * term/w32console.el (terminal-init-w32console):
23552 Call get-screen-color and use its output to set the frame
23553 background-mode. (Bug#8597)
23554
23555 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23556
23557 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23558 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23559 New functions.
23560 (defgeneric, eieio--defmethod): Use them.
23561 (eieio-defgeneric): Remove.
23562 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23563
23564 2011-05-07 Glenn Morris <rgm@gnu.org>
23565
23566 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23567 Use let rather than let*.
23568 (timeclock-find-discrep): Remove unused local.
23569
23570 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23571
23572 * calendar/appt.el (appt-time-msg-list): Doc fix.
23573
23574 2011-05-06 Noah Friedman <friedman@splode.com>
23575
23576 * apropos.el (apropos-print-doc): Only use
23577 emacs-lisp-docstring-fill-column when it is bound to an integer,
23578 per that variable's documentation.
23579
23580 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23581
23582 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23583 and warnings are not silently discarded (e.g. use -d instead of -P).
23584
23585 2011-05-06 Glenn Morris <rgm@gnu.org>
23586
23587 * calendar/appt.el (appt-message-warning-time): Doc fix.
23588 (appt-warning-time-regexp): New option.
23589 (appt-make-list): Respect appt-message-warning-time.
23590
23591 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23592 New options.
23593 (diary-add-to-list): Strip comments from the displayed string.
23594 (diary-mode): Set comment-start and comment-end.
23595
23596 * vc/diff-mode.el (smerge-refine-subst): Declare.
23597 (diff-refine-hunk): Don't require smerge-mode when compiling.
23598
23599 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23600
23601 * simple.el (list-processes): Return nil as the docstring says.
23602
23603 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23604
23605 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23606 to "".
23607 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23608 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23609 determining of binary transfer. (Bug#7383)
23610
23611 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23612
23613 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23614 Fix port computation bug. (Bug#8618)
23615
23616 2011-05-05 Glenn Morris <rgm@gnu.org>
23617
23618 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23619
23620 * simple.el (shell-dynamic-complete-functions)
23621 (comint-dynamic-complete-functions): Declare.
23622
23623 * net/network-stream.el (gnutls-negotiate):
23624 * simple.el (tabulated-list-print): Fix declarations.
23625
23626 * progmodes/gud.el (syntax-symbol, syntax-point):
23627 Remove unnecessary and incorrect declarations.
23628
23629 * emacs-lisp/check-declare.el (check-declare-scan):
23630 Handle byte-compile-initial-macro-environment in bytecomp.el.
23631
23632 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23633
23634 Fix earlier half-done eieio-defmethod change (bug#8338).
23635 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23636 Streamline and change calling convention.
23637 (defmethod): Adjust accordingly and simplify.
23638 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23639 new eieio--defmethod.
23640 (slot-boundp): Minor CSE simplification.
23641
23642 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23643
23644 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23645 (glasses-make-readable): Use glasses-separate-capital-groups.
23646
23647 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23648
23649 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23650 (warning-series): Doc fix.
23651 (display-warning): Don't try to create the buffer if we just found it.
23652
23653 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23654
23655 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23656 (autoload-find-generated-file): New function.
23657 (generate-file-autoloads): Bind generated-autoload-file to
23658 buffer-file-name.
23659 (update-file-autoloads, update-directory-autoloads):
23660 Use autoload-find-generated-file. If called interactively, prompt for
23661 output file (Bug#7989).
23662 (batch-update-autoloads): Doc fix.
23663
23664 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23665
23666 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23667
23668 2011-05-04 Glenn Morris <rgm@gnu.org>
23669
23670 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23671 function, so it follows changes in calendar-date-style.
23672 (diary-fancy-date-matcher): New function.
23673 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23674 (diary-fancy-font-lock-fontify-region-function):
23675 Use diary-fancy-date-pattern as a function.
23676
23677 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23678 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23679
23680 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23681
23682 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23683 instead of positional arguments. Allow :keylist and :crlfiles
23684 arguments.
23685 (open-gnutls-stream): Call it.
23686
23687 * net/network-stream.el (network-stream-open-starttls): Adjust to
23688 call `gnutls-negotiate' with :process and :hostname arguments.
23689
23690 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23691
23692 * minibuffer.el (completion--message): New function.
23693 (completion--do-completion, minibuffer-complete)
23694 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23695 (completion--do-completion): Don't ignore completion-auto-help when in
23696 icomplete-mode.
23697
23698 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23699 internal encoding (e.g. tibetan zero is not whitespace).
23700 (global-whitespace-mode): Prefer save-current-buffer.
23701 (whitespace-trailing-regexp): Remove useless save-match-data.
23702 (whitespace-empty-at-bob-regexp): Minor simplification.
23703
23704 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23705
23706 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23707
23708 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23709
23710 * textmodes/ispell.el (ispell-add-per-file-word-list):
23711 Use `concat' to create string for insertion.
23712
23713 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23714
23715 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23716 Avoid open-line which runs post-self-insert-hook.
23717 (bibtex-fill-entry): Remove unused `end' var.
23718
23719 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23720
23721 * textmodes/ispell.el (ispell-add-per-file-word-list):
23722 Protect against `nil' value of `comment-start' (Bug#8579).
23723
23724 2011-05-03 Leo Liu <sdl.web@gmail.com>
23725
23726 * isearch.el (isearch-yank-pop): New command.
23727 (isearch-mode-map): Bind it to `M-y'.
23728 (isearch-forward): Mention it.
23729
23730 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23731
23732 * simple.el (minibuffer-complete-shell-command): Remove.
23733 (minibuffer-local-shell-command-map): Use completion-at-point.
23734 (read-shell-command): Setup completion vars here instead.
23735 (read-expression-map): Bind TAB to symbol completion.
23736
23737 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23738 error directly rather via storing it into `results'.
23739
23740 2011-05-02 Leo Liu <sdl.web@gmail.com>
23741
23742 * vc/diff.el: Fix description.
23743
23744 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23745
23746 * server.el (server-eval-at): New function.
23747
23748 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23749
23750 * net/network-stream.el (open-network-stream): Take a :nowait
23751 parameter and pass it on to `make-network-process'.
23752 (network-stream-open-plain): Ditto.
23753
23754 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
23755
23756 * faces.el (face-spec-set-match-display): Don't match toolkit
23757 options on terminal frames.
23758
23759 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23760
23761 * progmodes/pascal.el: Use lexical binding.
23762 (pascal-mode-map): Remove author preferences.
23763
23764 * pcomplete.el (pcomplete-std-complete): Don't abuse
23765 completion-at-point.
23766
23767 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23768
23769 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23770 removing code that has been dead since 1991 or so.
23771
23772 * startup.el (command-line): When warning about "_emacs", use a
23773 delayed warning to allow the user to filter it out.
23774
23775 2011-04-28 Deniz Dogan <deniz@dogan.se>
23776
23777 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23778 user has not joined.
23779
23780 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23781
23782 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23783 aren't any completions at point.
23784
23785 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23786
23787 * subr.el (display-delayed-warnings): New function.
23788 (delayed-warnings-hook): New variable.
23789
23790 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23791
23792 * minibuffer.el (completion-at-point, completion-help-at-point):
23793 Don't presume that a given completion-at-point-function will always
23794 use the same calling convention.
23795
23796 * pcomplete.el (pcomplete-completions-at-point):
23797 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
23798 pcomplete-seen is non-nil.
23799 (pcomplete-comint-setup): Also recognize the new comint/shell
23800 completion functions.
23801 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23802 pcomplete-seen is non-nil.
23803
23804 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
23805
23806 * calendar/icalendar.el (diary-lib): Add require statement.
23807 (icalendar--create-uid): Read out a uid from a text-property on
23808 the first character in the entry. This allows for code to add its
23809 own uid to the entry.
23810 (icalendar--convert-float-to-ical): Add export of
23811 `diary-float'-entries save for those with the optional DAY
23812 argument.
23813
23814 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
23815
23816 * subr.el (shell-quote-argument): Use alternate escaping strategy
23817 when we spot a variable reference in a string.
23818
23819 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23820
23821 * cus-start.el (all): Define customization for debug-on-event.
23822
23823 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23824
23825 * subr.el (shell-quote-argument): Escape correctly under Windows.
23826
23827 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23828
23829 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23830
23831 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
23832
23833 * net/tramp.el (tramp-process-actions): Add POS argument.
23834 Delete region between POS and (pos).
23835
23836 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23837 Use `nil' position in `tramp-process-actions' call.
23838 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23839
23840 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23841 position in `tramp-process-actions' call.
23842
23843 * net/trampver.el: Update release number.
23844
23845 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23846
23847 * custom.el (defcustom): Obey lexical-binding.
23848
23849 Fix octave-inf completion problems reported by Alexander Klimov.
23850 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23851 Inherit from octave-mode-syntax-table.
23852 (inferior-octave-mode): Set info-lookup-mode.
23853 (inferior-octave-completion-at-point): New function.
23854 (inferior-octave-complete): Use it and completion-in-region.
23855 (inferior-octave-dynamic-complete-functions): Use it as well, and use
23856 comint-filename-completion.
23857 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23858 symbol elements which shouldn't be word elements.
23859 (octave-font-lock-keywords, octave-beginning-of-defun)
23860 (octave-function-header-regexp): Adjust regexps accordingly.
23861 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23862
23863 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
23864
23865 * net/gnutls.el (gnutls-errorp): Declare before first use.
23866
23867 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
23868
23869 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23870 verify-error, and verify-hostname-error parameters. Check whether
23871 default trustfile exists before going to use it. Add missing
23872 argument to gnutls-message-maybe call. Return value.
23873 Reported by Claudio Bley <claudio.bley@gmail.com>.
23874 (open-gnutls-stream): Add usage example.
23875
23876 * net/network-stream.el (network-stream-open-starttls): Give host
23877 parameter to `gnutls-negotiate'.
23878 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23879 * subr.el (shell-quote-argument): Escape correctly under Windows.
23880
23881 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
23882
23883 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23884 Use correct match group (bug#8438).
23885
23886 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23887
23888 * emacs-lisp/package.el (package-built-in-p): Fix typo.
23889 (package-menu--generate): New arg specifying packages to show.
23890 (package-menu-refresh, package-menu-execute, list-packages):
23891 Callers changed.
23892 (package-show-package-list): New function, replacing deleted
23893 package--list-packages (renamed because it is non-internal).
23894
23895 * finder.el (finder-list-matches): Use package-show-package-list
23896 instead of deleted package--list-packages.
23897
23898 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23899 Based on a previous implementation by Juanma Barranquero (Bug#8366).
23900 (vc-annotate-mode-map): Bind it to RET.
23901
23902 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
23903
23904 * progmodes/etags.el (next-file): Don't use set-buffer to change
23905 buffers (Bug#8478).
23906
23907 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23908
23909 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23910
23911 * apropos.el (apropos-label-face): Avoid variable-pitch face.
23912 (apropos-accumulator): Doc fix.
23913 (apropos-function, apropos-macro, apropos-command)
23914 (apropos-variable, apropos-face, apropos-group, apropos-widget)
23915 (apropos-plist): Add face property.
23916 (apropos-symbols-internal): Fix indentation.
23917 (apropos-print): Simplify help, and recognize apropos-multi-type.
23918 (apropos-print-doc): Use button-type-get to extract the button's
23919 face property. Fill docstring (Bug#8352).
23920
23921 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
23922
23923 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23924
23925 * play/mpuz.el (mpuz-silent): Doc fix.
23926 (mpuz-mode-map): Use mapc.
23927 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23928 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23929 Fix typos in docstrings.
23930
23931 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23932 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23933
23934 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23935
23936 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
23937
23938 * minibuffer.el (completion--do-completion): Avoid the "Next char
23939 not unique" prompt if icomplete-mode is enabled (Bug#5849).
23940
23941 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23942 mouse-2 into unread-command-events, it is interpreted correctly.
23943
23944 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23945 (image-toggle-display): Doc fix.
23946
23947 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
23948
23949 * textmodes/page.el (what-page): Use line-number-at-pos to
23950 calculate line number (Bug#6825).
23951
23952 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23953
23954 * eshell/esh-mode.el (find-tag-interactive): Declare function.
23955 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23956 Pass argument NO-DEFAULT to `find-tag-interactive'.
23957
23958 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23959
23960 Lexical-binding cleanup.
23961
23962 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23963 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23964 * progmodes/ada-prj.el (ada-prj-initialize-values)
23965 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23966 (ada-prj-show-value):
23967 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23968 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23969 (antlr-invalidate-context-cache, antlr-options-menu-filter)
23970 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23971 * progmodes/bug-reference.el (bug-reference-push-button):
23972 * progmodes/fortran.el (fortran-line-length):
23973 * progmodes/glasses.el (glasses-change):
23974 * progmodes/octave-mod.el (octave-fill-paragraph):
23975 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23976 (python-pdbtrack-grub-for-buffer, python-sentinel):
23977 * progmodes/sql.el (sql-save-connection):
23978 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23979 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23980 Mark unused parameters.
23981
23982 * progmodes/compile.el (compilation--flush-directory-cache)
23983 (compilation--flush-parse, compile-internal): Mark unused parameters.
23984 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23985 (compilation-next-error-function): Remove unused variable `timestamp'.
23986
23987 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23988 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23989
23990 * progmodes/dcl-mode.el (dcl-end-of-command):
23991 Remove unused variable `start'.
23992 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23993 (dcl-option-value-basic, dcl-option-value-offset)
23994 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23995 Mark unused parameters.
23996 (dcl-save-local-variable): Remove unused variable `val'.
23997 (mode): Declare.
23998
23999 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24000 Mark unused parameters.
24001 (delphi-ignore-changes): Move before first use.
24002 (delphi-charset-token-at): Remove unused variable `start'.
24003 (delphi-else-start): Remove unused variable `if-count'.
24004 (delphi-comment-block-start, delphi-comment-block-end):
24005 Remove unused variable `kind'.
24006 (delphi-indent-line): Remove unused variable `new-point'.
24007
24008 * progmodes/ebrowse.el (ebrowse-files-list)
24009 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24010 Mark unused parameters. Don't quote `lambda'.
24011 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24012 Don't quote `lambda'.
24013 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24014 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24015 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24016 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24017 Use `ignore-errors'.
24018 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24019 (ebrowse-view/find-file-and-search-pattern)
24020 (ebrowse-view/find-member-declaration/definition):
24021 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24022 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24023 Rename parameter PREFIX-ARG to PREFIX.
24024 (ebrowse-tags-read-name): Remove unused variables `start' and
24025 `member-info'.
24026 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24027 to `tags-file'.
24028
24029 * progmodes/etags.el (local-find-tag-hook): Declare.
24030 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24031 Mark unused parameters.
24032
24033 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24034 (executable-interpret): Mark unused parameter.
24035
24036 * progmodes/flymake.el (flymake-process-sentinel)
24037 (flymake-after-change-function)
24038 (flymake-create-temp-with-folder-structure)
24039 (flymake-get-include-dirs-dot): Mark unused parameters.
24040 (flymake-safe-delete-directory): Remove unused variable `err'.
24041
24042 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24043 (speedbar-timer-fn, speedbar-line-text)
24044 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24045 (speedbar-center-buffer-smartly): Declare functions.
24046 (gdb-find-watch-expression): Remove unused variable `array'.
24047 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24048 (gdb-starting): Mark unused parameters.
24049 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24050 (gdb-table-string): Remove unused variable `res'.
24051 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24052 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24053 (gdb-display-buffer): Remove unused variable `cur-size'.
24054
24055 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24056 allow lexical-binding compilation.
24057 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24058 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24059 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24060 Mark unused parameters.
24061 (gud-gdb-marker-filter): Remove unused variable `match'.
24062 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24063 lambda expressions and funcall them, instead of using `fset'.
24064
24065 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24066 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24067
24068 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24069 variable `header-beg'; use `let'.
24070
24071 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24072 `restart', `last-sexp' and `at-do'.
24073
24074 * progmodes/js.el (js--debug): Mark unused parameter.
24075 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24076 (js--splice-into-items): Remove unused variable `item'.
24077 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24078
24079 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24080 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24081 (makefile-complete): Remove unused variable `try'.
24082 (makefile-fill-paragraph, makefile-match-function-end):
24083 Mark unused parameters.
24084
24085 * progmodes/octave-inf.el (inferior-octave-complete):
24086 Remove unused variable `proc'.
24087 (inferior-octave-output-digest): Mark unused parameter.
24088
24089 * progmodes/perl-mode.el (perl-calculate-indent):
24090 Remove unused variable `err'.
24091
24092 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24093 (prolog-indent-line): Mark unused parameters.
24094 (prolog-indent-line): Remove unused variable `beg'.
24095
24096 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24097 (reporter-dont-compact-list): Declare.
24098
24099 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24100 Remove unused variable `char'.
24101 (sh-debug): Mark unused parameter.
24102 (sh-get-indent-info): Remove unused variable `start'.
24103 (sh-calculate-indent): Remove unused variable `var'.
24104
24105 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24106 (simula-electric-keyword): Remove unused variable `null'.
24107 (simula-search-backward, simula-search-forward): Remove unused
24108 variables `begin' and `end'.
24109
24110 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24111 Remove unused variable `pos'.
24112 (vera-electric-tab, vera-comment-uncomment-region):
24113 Mark unused parameters.
24114 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24115
24116 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24117
24118 * emacs-lisp/package.el (package--builtins, package-alist)
24119 (package-load-descriptor, package-built-in-p, package-activate)
24120 (define-package, package-installed-p)
24121 (package-compute-transaction, package-buffer-info)
24122 (package--push): Doc fix. Distinguish more clearly between
24123 version strings and version lists.
24124
24125 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24126
24127 Lexical-binding cleanup.
24128
24129 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24130 (5x5-make-mutate-best):
24131 * play/fortune.el (fortune-in-buffer):
24132 * play/gomoku.el (gomoku-init-display):
24133 * play/solitaire.el (solitaire, solitaire-do-check):
24134 * play/tetris.el (tetris-default-update-speed-function):
24135 Mark unused parameters.
24136
24137 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24138 (bubbles--shift): Remove unused variable `char-org'.
24139 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24140 (bubbles--show-images): Remove unused variable `char'.
24141
24142 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24143 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24144 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24145 (decipher-analyze-buffer): Use ?\s.
24146 (decipher-make-checkpoint): Remove unused variable `mapping'.
24147
24148 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24149
24150 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24151 Remove unused variable `result'; use `let'.
24152
24153 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24154 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24155 (gametree-children-shown-p, gametree-compute-reduced-score):
24156 Use `ignore-errors'.
24157
24158 * play/handwrite.el (ps-lpr-switches): Declare.
24159 (handwrite): Remove unused variables `pmin' and `lastp'.
24160
24161 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24162
24163 * play/landmark.el (landmark-init-display)
24164 (landmark-update-naught-weights): Mark unused parameters.
24165 (landmark-y): Remove unused variable `noise'. Simplify.
24166 (landmark-human-plays): Remove unused variable `score'.
24167
24168 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24169 (mpuz-try-proposal): Remove unused variable `game'.
24170
24171 * play/zone.el (life-patterns): Declare.
24172
24173 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24174
24175 * vc/vc.el (ediff-vc-internal): Declare function.
24176
24177 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24178
24179 * shell.el: Use lexical-binding and std completion UI.
24180 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24181 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24182 comint-preoutput-filter-functions rather than on
24183 comint-output-filter-functions.
24184 (shell-command-completion, shell--command-completion-data)
24185 (shell-filename-completion, shell-environment-variable-completion)
24186 (shell-c-a-p-replace-by-expanded-directory): New functions.
24187 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24188 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24189 (shell-dynamic-complete-environment-variable): Use them.
24190 (shell-dynamic-complete-as-environment-variable)
24191 (shell-dynamic-complete-as-command): Remove.
24192 (shell-match-partial-variable): Match past point.
24193 * comint.el: Clean up use of completion-at-point-functions.
24194 (comint-completion-at-point): New function.
24195 (comint-mode): Use it completion-at-point-functions.
24196 (comint-dynamic-complete): Make it obsolete.
24197 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24198 (comint-c-a-p-replace-by-expanded-history): New function.
24199 (comint-dynamic-complete-functions)
24200 (comint-replace-by-expanded-history): Use it.
24201 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24202 termination strings. Try harder to avoid second try-completion.
24203 (completion-in-region-mode-map): Disable bindings that don't work yet.
24204
24205 * comint.el: Use lexical-binding. Require CL.
24206 (comint-dynamic-complete-functions): Use comint-filename-completion.
24207 (comint-completion-addsuffix): Tweak custom type.
24208 (comint-filename-completion, comint--common-suffix)
24209 (comint--common-quoted-suffix, comint--table-subvert)
24210 (comint--complete-file-name-data): New functions.
24211 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24212 (comint-dynamic-list-filename-completions): Use them.
24213 (comint-dynamic-simple-complete): Make obsolete.
24214
24215 * minibuffer.el (completion-in-region-mode):
24216 Keep completion-in-region-mode--predicate global.
24217 (completion-in-region--postch):
24218 Assume completion-in-region-mode--predicate is not null.
24219
24220 * progmodes/flymake.el (flymake-start-syntax-check-process):
24221 Obey `dir'. Simplify.
24222
24223 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24224 we're in VC after all.
24225
24226 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24227
24228 * vc/vc.el (vc-diff-build-argument-list-internal)
24229 (vc-version-ediff, vc-ediff): New commands.
24230 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24231
24232 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24233
24234 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24235 add sanity check.
24236
24237 * obsolete/erc-hecomplete.el: Make obsolete.
24238 * obsolete/: Standardize obsolescence info in the header.
24239
24240 2011-04-20 Glenn Morris <rgm@gnu.org>
24241
24242 * calendar/solar.el (solar-horizontal-coordinates):
24243 Use the longitude argument rather than `calendar-longitude'.
24244 (solar-date-next-longitude): Remove unused locals.
24245
24246 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24247
24248 * whitespace.el: New version 13.2.1.
24249
24250 2011-04-20 felix <EmacsWiki> (tiny change)
24251
24252 * whitespace.el (global-whitespace-mode): Keep highlight when
24253 switching between major modes on a file.
24254
24255 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24256
24257 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24258 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24259 multi-line comments as well.
24260
24261 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24262
24263 Lexical-binding cleanup.
24264
24265 * arc-mode.el (archive-mode-revert):
24266 * cmuscheme.el (scheme-interactively-start-process):
24267 * custom.el (custom-initialize-delay):
24268 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24269 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24270 * emacs-lock.el (emacs-lock-clear-sentinel):
24271 * ezimage.el (defezimage):
24272 * follow.el (follow-avoid-tail-recenter):
24273 * fringe.el (set-fringe-mode-1):
24274 * generic-x.el (bat-generic-mode-compile):
24275 * help-mode.el (help-info-variable, help-do-xref)
24276 (help-mode-revert-buffer):
24277 * help.el (view-emacs-todo):
24278 * iswitchb.el (iswitchb-completion-help):
24279 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24280 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24281 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24282 * locate.el (locate-update):
24283 * longlines.el (longlines-encode-region)
24284 (longlines-after-change-function):
24285 * outline.el (outline-isearch-open-invisible):
24286 * ps-def.el (declare-function, charset-dimension, char-width)
24287 (encode-char):
24288 * ps-mule.el (ps-mule-plot-string):
24289 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24290 (recentf-edit-list-select, recentf-edit-list-validate)
24291 (recentf-open-files-action):
24292 * rect.el (delete-whitespace-rectangle-line)
24293 (rectangle-number-line-callback):
24294 * register.el (window-configuration-to-register)
24295 (frame-configuration-to-register):
24296 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24297 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24298 (xselect-convert-to-targets, xselect-convert-to-delete)
24299 (xselect-convert-to-filename, xselect-convert-to-charpos)
24300 (xselect-convert-to-lineno, xselect-convert-to-colno)
24301 (xselect-convert-to-os, xselect-convert-to-host)
24302 (xselect-convert-to-user, xselect-convert-to-class)
24303 (xselect-convert-to-name, xselect-convert-to-integer)
24304 (xselect-convert-to-atom, xselect-convert-to-identity):
24305 * subr.el (declare, ignore, process-kill-without-query)
24306 (text-clone-maintain):
24307 * terminal.el (te-get-char, te-tic-sentinel):
24308 * tool-bar.el (tool-bar-make-keymap):
24309 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24310 * type-break.el (type-break-mode, type-break-noninteractive-query):
24311 * view.el (View-back-to-mark):
24312 * wid-browse.el (widget-browse-action, widget-browse-widget)
24313 (widget-browse-widgets, widget-browse-sexp):
24314 * widget.el (define-widget-keywords):
24315 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24316 Mark unused parameters.
24317
24318 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24319 (align-areas): Remove unused variable `look'.
24320 (align-region): Remove unused variables `real-end' and `pos-list'.
24321
24322 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24323
24324 * bindings.el (mode-line-modified, mode-line-remote):
24325 Mark unused parameters.
24326 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24327
24328 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24329 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24330
24331 * comint.el (comint-history-isearch-pop-state)
24332 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24333 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24334 (comint-substitute-in-file-name): Doc fix.
24335
24336 * completion.el (cmpl-statistics-block): Mark unused parameter.
24337 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24338 (save-completions-to-file, load-completions-from-file):
24339 Remove unused local variable `e'.
24340
24341 * composite.el (compose-chars): Remove unused variable `len'.
24342 (lgstring-insert-glyph): Remove unused variable `g'.
24343 (compose-glyph-string): Remove unused variables `ascent',
24344 `descent', `lbearing' and `rbearing'.
24345 (compose-glyph-string-relative): Remove unused variables
24346 `lbearing', `rbearing' and `wadjust'.
24347 (compose-gstring-for-graphic): Remove unused variables `header',
24348 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24349 (compose-gstring-for-terminal): Remove unused variables `header'
24350 and `nchars'. Use `let', not `let*'.
24351
24352 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24353 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24354 (Custom-buffer-done, custom-buffer-create-internal)
24355 (custom-browse-visibility-action, custom-browse-group-tag-action)
24356 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24357 (widget-magic-mouse-down-action, custom-toggle-parent)
24358 (custom-add-parent-links, custom-toggle-hide-variable)
24359 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24360 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24361 (custom-face-menu-create, custom-variable-menu-create, get)
24362 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24363 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24364 (customize-apropos): Remove unused variable `tests'.
24365 (custom-group-value-create): Remove unused variable `hidden-p'.
24366 (sort-fold-case): Declare.
24367
24368 * cus-theme.el (custom-reset-standard-faces-list)
24369 (custom-reset-standard-variables-list): Declare.
24370 (customize-create-theme, custom-theme-revert, custom-theme-write)
24371 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24372 Mark unused parameters.
24373
24374 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24375
24376 * delim-col.el (delimit-columns-max): Move defvar before first use.
24377
24378 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24379 (describe-char): Don't quote `lambda'. Mark unused parameter.
24380
24381 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24382 (auto-insert): Declare.
24383 (desktop-restore-file-buffer): Rename desktop-* parameters;
24384 mark unused ones.
24385 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24386 (desktop-buffer): Rename desktop-* parameters.
24387
24388 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24389 (dframe-reposition-frame-xemacs, dframe-help-echo)
24390 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24391 Mark unused parameters.
24392
24393 * dired-aux.el (backup-extract-version-start, overwrite-query)
24394 (overwrite-backup-query, rename-regexp-query)
24395 (rename-non-directory-query): Declare.
24396 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24397 (dired-add-entry): Remove unused variable `orig-file-name'.
24398 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24399 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24400 `dired-copy-preserve-time' directly.
24401 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24402 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24403
24404 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24405 (dired-virtual-revert, dired-make-relative-symlink):
24406 Mark unused parameters.
24407 (manual-program): Declare.
24408 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24409 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24410 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24411
24412 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24413
24414 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24415
24416 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24417 Declare.
24418
24419 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24420
24421 * electric.el (Electric-command-loop): Rename parameter
24422 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24423
24424 * expand.el (expand-in-literal): Remove unused variable `here'.
24425
24426 * facemenu.el (facemenu-add-new-color):
24427 Remove unused variable `docstring'.
24428
24429 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24430 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24431 (face-attr-construct): Mark unused parameter. Doc fix.
24432 (read-color): Remove unused variable `hex-string'.
24433
24434 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24435 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24436 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24437 (display-buffer-other-frame): Remove unused variable `old-window'.
24438 (kill-buffer-hook): Declare.
24439 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24440 Mark unused parameters.
24441 (after-find-file): Pass 1 to `auto-save-mode', not t.
24442
24443 * files-x.el (auto-insert): Declare.
24444 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24445
24446 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24447 variable `buf'. Mark unused parameter.
24448 (find-lisp-insert-directory): Mark unused parameter.
24449
24450 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24451 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24452 (format-common-tail): Remove, unused.
24453 (format-deannotate-region): Remove unused variable `loc'.
24454 (format-annotate-region): Remove unused variable `p'.
24455 (format-annotate-single-property-change): Remove unused variables
24456 `default' and `tail'.
24457
24458 * forms.el (read-file-filter): Declare.
24459 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24460
24461 * frame.el (frame-creation-function-alist): Mark unused parameter.
24462 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24463
24464 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24465 Remove unused parameters.
24466 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24467 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24468
24469 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24470 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24471 (hfy-prepare-tag-map): Mark unused parameters.
24472 (htmlfontify-buffer): Use `called-interactively-p'.
24473
24474 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24475 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24476 (ibuffer-do-occur): Mark unused parameters.
24477 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24478 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24479
24480 * ibuffer.el: Don't quote `lambda'.
24481 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24482 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24483 Mark unused parameters.
24484
24485 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24486 (ido-completing-read): Mark unused parameters.
24487 (ido-copy-current-word): Mark unused parameters;
24488 remove unused variable `name'.
24489 (ido-sort-merged-list): Remove unused parameter `dirs'.
24490
24491 * ielm.el (ielm-input-sender): Mark unused parameter.
24492 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24493 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24494 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24495 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24496 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24497
24498 * image-dired.el (image-dired-display-thumbs): Remove unused
24499 variables `curr-file' and `count'.
24500 (image-dired-remove-tag): Remove unused variable `start'.
24501 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24502 variable `curr-file'
24503 (image-dired-rotate-original): Remove unused variable `temp-file'.
24504 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24505 Remove unused variable `file'.
24506 (image-dired-gallery-generate): Remove unused variable `curr'.
24507 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24508
24509 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24510
24511 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24512
24513 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24514
24515 * isearch.el (minibuffer-history-symbol): Declare.
24516 (isearch-edit-string): Remove unused variable `err'.
24517 (isearch-message-prefix, isearch-message-suffix):
24518 Mark unused parameters.
24519
24520 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24521
24522 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24523
24524 * makesum.el (double-column): Remove unused variable `cnt'.
24525
24526 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24527 (ido-ignore-item-temp-list): Declare.
24528
24529 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24530 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24531 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24532 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24533 `mouse-col-delta'.
24534
24535 * mouse-sel.el (mouse-extend-internal):
24536 Remove unused variable `orig-window-frame'.
24537
24538 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24539 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24540 Move declarations before first use.
24541 (pcomplete-opt): Mark unused parameters; doc fix.
24542
24543 * proced.el (proced-revert): Mark unused parameter.
24544 (proced-send-signal): Remove unused variable `err'.
24545
24546 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24547 Rename parameter PREFIX-ARG to ARG.
24548 (ps-basic-plot-string, ps-basic-plot-whitespace):
24549 Mark unused parameters.
24550
24551 * replace.el (replace-count): Define.
24552 (occur-revert-function): Mark unused parameters.
24553 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24554 (isearch-case-fold-search, isearch-string): Declare.
24555 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24556 bind `case-fold-search'. Remove unused variables `beg' and `end',
24557 and simplify.
24558 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24559 COUNT and bind `replace-count'.
24560 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24561 to COUNT.
24562
24563 * savehist.el (print-readably, print-string-length): Declare.
24564
24565 * shadowfile.el (shadow-expand-cluster-in-file-name):
24566 Remove unused variable `cluster'.
24567 (shadow-copy-file): Remove unused variable `i'.
24568 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24569 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24570 (shadow-define-literal-group, shadow-define-regexp-group)
24571 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24572
24573 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24574 (shell): Use `called-interactively-p'.
24575 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24576
24577 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24578 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24579 (delete-backward-char): Remove unused variable `ocol'.
24580 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24581 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24582 (event-apply-hyper-modifier, event-apply-shift-modifier)
24583 (event-apply-control-modifier, event-apply-meta-modifier):
24584 Mark unused parameters.
24585 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24586 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24587
24588 * speedbar.el (speedbar-ignored-directory-expressions)
24589 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24590 (speedbar-find-file, speedbar-dir-follow)
24591 (speedbar-directory-buttons-follow, speedbar-tag-find)
24592 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24593 (speedbar-buffers-line-directory, speedbar-buffer-click):
24594 Mark unused parameters.
24595 (speedbar-tag-file): Remove unused variable `mode'.
24596 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24597
24598 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24599
24600 * talk.el (talk): Remove unused variable `display'.
24601
24602 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24603 (tar-write-region-annotate): Mark unused parameter.
24604
24605 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24606 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24607 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24608 warning by another.
24609
24610 * time-stamp.el (time-stamp-string-preprocess):
24611 Remove unused variable `require-padding'.
24612
24613 * tree-widget.el (widget-glyph-enable): Declare.
24614 (tree-widget-action): Mark unused parameter.
24615
24616 * w32-fns.el (x-get-selection): Mark unused parameter.
24617 (autoload-make-program, generated-autoload-file): Declare.
24618
24619 * wdired.el (wdired-revert): Mark unused parameters.
24620 (wdired-xcase-word): Remove unused variable `err'.
24621
24622 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24623 (whitespace-help-scroll): Remove unused variable `data-help'.
24624
24625 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24626 (widget-image-insert, widget-after-change, default)
24627 (widget-default-format-handler, widget-default-notify)
24628 (widget-default-prompt-value, widget-info-link-action)
24629 (widget-url-link-action, widget-function-link-action)
24630 (widget-variable-link-action, widget-file-link-action)
24631 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24632 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24633 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24634 (widget-insert-button-action, widget-delete-button-action, visibility)
24635 (widget-documentation-link-action, widget-documentation-string-action)
24636 (widget-const-prompt-value, widget-regexp-match, symbol)
24637 (widget-coding-system-prompt-value)
24638 (widget-key-sequence-value-to-external, sexp)
24639 (widget-sexp-value-to-internal, character, vector, cons)
24640 (widget-choice-prompt-value, widget-boolean-prompt-value)
24641 (widget-color--choose-action): Mark unused parameters.
24642 (widget-item-match-inline, widget-choice-match-inline)
24643 (widget-checklist-match, widget-checklist-match-inline)
24644 (widget-group-match): Rename parameter VALUES to VALS.
24645 (widget-field-value-set): Remove unused variable `size'.
24646 (widget-color-action): Remove unused variables `value' and `start'.
24647
24648 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24649 variable `dir'. Doc fix.
24650 (windmove-find-other-window): Don't pass it.
24651
24652 * window.el (count-windows): Mark unused parameter.
24653 (bw-adjust-window): Remove unused variable `err'.
24654
24655 * woman.el (woman-file-name): Remove unused variable `default'.
24656 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24657 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24658 (global-font-lock-mode): Declare.
24659 (woman-decode-region): Mark unused parameter.
24660 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24661
24662 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24663 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24664 (x-dnd-handle-moz-url): Remove unused variable `title'.
24665 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24666
24667 * xml.el (xml-parse-tag, xml-parse-attlist):
24668 Remove unused variable `pos'.
24669
24670 2011-04-19 Glenn Morris <rgm@gnu.org>
24671
24672 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24673 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24674 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24675 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24676 * calendar/cal-html.el (cal-html-insert-minical):
24677 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24678 (calendar-mark-date-pattern):
24679 Prefix "unused" locals.
24680
24681 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24682 optional argument `style'.
24683
24684 * calendar/appt.el (appt-make-list):
24685 * calendar/cal-china.el (calendar-chinese-date-string):
24686 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24687 (diary-hebrew-yahrzeit):
24688 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24689 * calendar/calendar.el (calendar-generate-window):
24690 * calendar/time-date.el (time-to-days):
24691 Remove unused local variables.
24692
24693 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24694
24695 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24696 glyphless-char-display table.
24697 (tabulated-list-glyphless-char-display): New var.
24698
24699 2011-04-18 Sam Steingold <sds@gnu.org>
24700
24701 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24702 to acknowledgments.
24703
24704 2011-04-17 Glenn Morris <rgm@gnu.org>
24705
24706 * calendar/diary-lib.el (diary-sexp-entry):
24707 * calendar/holidays.el (holiday-sexp):
24708 Set debug-on-error rather than the removed stack-trace-on-error.
24709
24710 2011-04-16 Glenn Morris <rgm@gnu.org>
24711
24712 * progmodes/f90.el: Use lexical-binding.
24713 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24714
24715 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24716
24717 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24718 (mail-mode): Setup mailalias completion here instead.
24719 * mail/mailalias.el: Use lexical-binding.
24720 (pattern, mailalias-done): Declare dynamic.
24721 (mail-completion-at-point-function): New function, from mail-complete.
24722 (mail-complete): Use it.
24723 (mail-completion-expand): New function.
24724 (mail-get-names): Use it.
24725 (mail-directory, mail-directory-process, mail-directory-stream):
24726 Don't use `pattern' for lexically bound arg.
24727
24728 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24729
24730 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24731 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24732 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24733
24734 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24735 (byte-save-window-excursion, byte-temp-output-buffer-setup)
24736 (byte-interactive-p): Define them again, for use when inlining
24737 old code.
24738
24739 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
24740
24741 * loadup.el: Use `string-to-number', not `string-to-int'.
24742
24743 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24744
24745 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24746 gud-gdb-complete-command.
24747 (gud-gdb-completions): New function, from gud-gdb-complete-command.
24748 (gud-gdb-completion-at-point): New function.
24749 (gud-gdb-completions): Remove.
24750
24751 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
24752
24753 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24754 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
24755 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24756 whether `executable-find' is bound.
24757
24758 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24759
24760 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24761
24762 * minibuffer.el (completion-in-region-mode-predicate)
24763 (completion-in-region-mode--predicate): New vars.
24764 (completion-in-region, completion-in-region--postch)
24765 (completion-in-region-mode): Use them.
24766 (completion--capf-wrapper): Also return the hook function.
24767 (completion-at-point, completion-help-at-point):
24768 Adjust and provide a predicate.
24769
24770 Preserve arg names for advice of subr and lexical functions (bug#8457).
24771 * help-fns.el (help-function-arglist): Consolidate the subr and
24772 new-byte-code cases. Add argument `preserve-names' to extract names
24773 from the docstring when needed.
24774 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24775 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24776 (ad-arglist): Use help-function-arglist's new arg.
24777 (ad-definition-type): Use cond.
24778
24779 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
24780
24781 * autorevert.el (auto-revert-handler):
24782 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24783 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24784 Don't quote lambda.
24785
24786 * image-mode.el (image-transform-set-scale):
24787 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24788
24789 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
24790
24791 * net/network-stream.el (network-stream-open-starttls): Only do
24792 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24793 Upgrades via gnutls-cli are too slow to be done opportunistically.
24794
24795 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
24796
24797 * dframe.el (dframe-current-frame): Remove spurious quote.
24798
24799 2011-04-12 Glenn Morris <rgm@gnu.org>
24800
24801 * calendar/cal-tex.el (cal-tex-end-document):
24802 Try to automatically use latin1 input if needed.
24803
24804 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24805 Don't try to cons a mark onto an empty element.
24806
24807 2011-04-11 Leo Liu <sdl.web@gmail.com>
24808
24809 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24810 buffers.
24811 (ido-kill-buffer-at-head): Support killing virtual buffers.
24812
24813 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
24814
24815 * minibuffer.el (completion-show-inline-help): New var.
24816 (completion--do-completion, minibuffer-complete)
24817 (minibuffer-force-complete, minibuffer-complete-word):
24818 Inhibit minibuffer messages if completion-show-inline-help is nil.
24819
24820 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24821 to avoid interference from inline help (Bug#5849).
24822
24823 2011-04-10 Leo Liu <sdl.web@gmail.com>
24824
24825 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24826 Fix typo.
24827
24828 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
24829
24830 * image-mode.el (image-toggle-display-image): Signal an error if
24831 not in Image mode.
24832 (image-transform-mode, image-transform-resize)
24833 (image-transform-set-rotation): Doc fix.
24834 (image-transform-set-resize): Delete.
24835 (image-transform-set-scale, image-transform-fit-to-height)
24836 (image-transform-fit-to-width): Handle image-toggle-display-image
24837 and image-transform-resize directly.
24838
24839 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
24840
24841 * doc-view.el (doc-view-fit-width-to-window)
24842 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24843 New functions for fitting the shown image to the Emacs window size.
24844 (doc-view-mode-map): Add bindings for the new functions.
24845
24846 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
24847
24848 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24849 Fix typo in docstring.
24850
24851 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24852
24853 * files.el (file-size-human-readable): Produce one digit after
24854 decimal, like "ls -lh" does.
24855
24856 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24857 the file size representation.
24858
24859 * simple.el (list-processes): If async subprocesses are not
24860 available, error out with a clear error message.
24861
24862 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
24863
24864 * help.el (help-form-show): New function, to be called from C.
24865 Put help-form output in a buffer named differently than *Help*.
24866
24867 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24868
24869 * files.el (file-size-human-readable): New function.
24870
24871 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24872 computing the representation inline. Don't require `cl'.
24873
24874 2011-04-08 Glenn Morris <rgm@gnu.org>
24875
24876 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24877
24878 * net/browse-url.el (browse-url-firefox):
24879 Test system-type, not system-configuration.
24880
24881 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24882 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24883 Use log-edit-empty-buffer-p. (Bug#7598)
24884
24885 * net/rlogin.el (rlogin-process-connection-type): Simplify.
24886 (rlogin-mode-map): Initialize in the defvar.
24887 (rlogin): Use ignore-errors.
24888
24889 * replace.el (occur-mode-map): Some fixes for menu items.
24890
24891 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
24892
24893 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
24894
24895 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24896
24897 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24898 issuing unused warnings.
24899
24900 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24901 macro directly.
24902
24903 * simple.el: Lisp reimplement of list-processes. Based on an
24904 earlier reimplementation by Leo Liu, but using tabulated-list.el.
24905 (process-menu-mode): New major mode.
24906 (list-processes--refresh, list-processes):
24907 (process-menu-visit-buffer): New functions.
24908
24909 * files.el (save-buffers-kill-emacs): Don't assume any return
24910 value of list-processes, which is undocumented anyway.
24911
24912 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24913
24914 * emacs-lisp/tabulated-list.el: New file.
24915
24916 * emacs-lisp/package.el: Use Tabulated List mode.
24917 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24918 (package-menu-mode): Derive from tabulated-list-mode. Set up the
24919 table format using Tabulated List mode variables.
24920 (package--push): New macro, replacing package-list-maybe-add.
24921 (package-menu--generate): Use package--push. Renamed from
24922 package--generate-package-list.
24923 (package-menu-refresh, list-packages): Use it.
24924 (package-menu--print-info): Rename from package-print-package.
24925 Return insertion data instead of inserting it directly.
24926 (package-menu-describe-package, package-menu-execute):
24927 Use tabulated-list-get-id.
24928 (package-menu-mark-delete, package-menu-mark-install)
24929 (package-menu-mark-unmark, package-menu-backup-unmark)
24930 (package-menu-mark-obsolete-for-deletion):
24931 Use tabulated-list-put-tag.
24932 (package--list-packages, package-menu-revert)
24933 (package-menu-get-package, package-menu-get-version)
24934 (package-menu-sort-by-column): Functions deleted.
24935 (package-menu-package-list, package-menu-sort-key): Vars deleted.
24936 (package-menu--status-predicate, package-menu--version-predicate)
24937 (package-menu--name-predicate)
24938 (package-menu--description-predicate): Handle arguments in the
24939 Tabulated List format.
24940 (package-list-packages-no-fetch): Call list-packages.
24941
24942 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
24943
24944 * files.el (after-find-file-from-revert-buffer): Remove variable.
24945 (after-find-file): Don't bind it.
24946 (revert-buffer-in-progress-p): New variable.
24947 (revert-buffer): Bind it.
24948 Pass nil for `after-find-file-from-revert-buffer'.
24949
24950 * saveplace.el (save-place-find-file-hook): Use new variable
24951 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24952
24953 2011-04-06 Glenn Morris <rgm@gnu.org>
24954
24955 * Makefile.in (AUTOGEN_VCS): New variable.
24956 (autoloads): Use $AUTOGEN_VCS.
24957
24958 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24959 * calendar/calendar.el (calendar-mode-map):
24960 Check for toolkit scroll bars. (Bug#8305)
24961
24962 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24963
24964 * minibuffer.el (completion-in-region--postch)
24965 (completion-in-region-mode): Remove unnecessary messages.
24966
24967 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
24968
24969 * font-lock.el (font-lock-refresh-defaults):
24970 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24971 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24972
24973 * info.el (Info-directory-list, Info-read-node-name-2)
24974 (Info-split-parameter-string): Doc fixes.
24975 (Info-virtual-nodes): Reflow docstring.
24976 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24977 (Info-apropos-toc-nodes, info-finder, Info-get-token)
24978 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24979 Fix typos in docstrings.
24980 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24981 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24982 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24983 (Info-restore-desktop-buffer): Mark unused parameters.
24984 (Info-directory-find-file, Info-directory-find-node)
24985 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24986 (Info-virtual-index-find-node, Info-apropos-find-file)
24987 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24988 Mark unused parameters; fix typos in docstrings.
24989 (Info-virtual-index): Remove unused local variable `nodename'.
24990
24991 2011-04-05 Deniz Dogan <deniz@dogan.se>
24992
24993 * net/rcirc.el: Update my e-mail address.
24994 (rcirc-mode-map): Remove M-o binding.
24995
24996 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24997
24998 * startup.el (command-line): Save the cursor's theme-face
24999 directly, instead of using face-override-spec.
25000
25001 * custom.el (load-theme): Minor optimization in assigning faces.
25002
25003 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25004
25005 * help-fns.el (describe-variable): Complete all variables having
25006 documentation, including keywords.
25007 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25008
25009 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25010
25011 Convert to lexical-binding.
25012
25013 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25014 (bs--get-marked-string, bs--get-modified-string)
25015 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25016 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25017 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25018
25019 * ehelp.el (electric-help-execute-extended)
25020 (electric-help-ctrl-x-prefix):
25021 * hexl.el (hexl-revert-buffer-function):
25022 * linum.el (linum-after-change, linum-after-scroll):
25023 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25024
25025 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25026
25027 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25028
25029 * epa-dired.el:
25030 * epa-mail.el:
25031 * epa-hook.el:
25032 * epa-file.el:
25033 * epa.el:
25034 * epg.el: Use lexical binding.
25035
25036 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25037
25038 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25039
25040 * textmodes/flyspell.el (flyspell-word): Recognize default
25041 dictionary case for flyspell-mark-duplications-exceptions.
25042 Use regexp matching for languages.
25043 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25044 default dictionary (Bug#7926).
25045
25046 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25047
25048 * emacs-lisp/package.el (package--with-work-buffer):
25049 Recognize https URLs.
25050
25051 * net/network-stream.el: Move from gnus/proto-stream.el.
25052 Change prefix to network-stream throughout.
25053 (open-protocol-stream): Merge into open-network-stream, leaving
25054 open-protocol-stream as an alias. Handle nil BUFFER args.
25055
25056 * subr.el (open-network-stream): Move to net/network-stream.el.
25057
25058 2011-04-02 Glenn Morris <rgm@gnu.org>
25059
25060 * find-dired.el (find-exec-terminator): New option.
25061 (find-ls-option): Test for -ls support.
25062 (find-ls-subdir-switches): Test for -b in find-ls-option.
25063 (find-dired, find-grep-dired): Doc fixes.
25064 (find-dired): Use find-exec-terminator.
25065
25066 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25067 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25068 (find-name-arg): Remove purecopy.
25069
25070 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25071 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25072 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25073 accordingly. Don't add the null-device if not needed.
25074
25075 * files.el (save-some-buffers): Doc fix.
25076
25077 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25078
25079 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25080
25081 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25082
25083 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25084 Use `dolist' rather than `mapcar'.
25085
25086 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25087
25088 Add lexical binding.
25089
25090 * subr.el (apply-partially): Use new closures rather than CL.
25091 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25092 (dolist, dotimes): Use slightly different expansion for lexical code.
25093 (functionp): Move to C.
25094 (letrec): New macro.
25095 (with-wrapper-hook): Use it and apply-partially instead of CL.
25096 (eval-after-load): Preserve lexical-binding.
25097 (save-window-excursion, with-output-to-temp-buffer): Turn them
25098 into macros.
25099
25100 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25101
25102 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25103 than the arglist.
25104 (help-add-fundoc-usage): Don't add `Not documented'.
25105 (help-function-arglist): Handle closures, subroutines, and new
25106 byte-code-functions.
25107 (help-make-usage): Remove leading underscores.
25108 (describe-function-1): Handle closures.
25109 (describe-variable): Use special-variable-p for completion.
25110
25111 * files.el (lexical-binding): Declare safe.
25112
25113 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25114 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25115 (pcase): Add `let' pattern.
25116 Change memoization so it actually works.
25117 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25118 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25119 <let>: New case.
25120
25121 * emacs-lisp/macroexp.el: Use lexical binding.
25122 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25123 Don't convert ' to #' without checking that it's indeed quoting
25124 a lambda.
25125
25126 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25127 Use eval-sexp-add-defvars.
25128 (eval-sexp-add-defvars): New fun.
25129
25130 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25131
25132 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25133 Don't autoload.
25134 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25135 than the internal `byte-compile-lambda'.
25136 (defmethod): Don't hide code under quotes.
25137 (eieio-defmethod): New `code' argument.
25138
25139 * emacs-lisp/eieio-comp.el: Remove.
25140
25141 * emacs-lisp/edebug.el (edebug-eval-defun)
25142 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25143 (edebug-toggle): Avoid `eval'.
25144
25145 * emacs-lisp/disass.el (disassemble-internal): Handle new
25146 `closure' objects.
25147 (disassemble-1): Handle new byte codes.
25148
25149 * emacs-lisp/cl.el (pushnew): Silence warning.
25150
25151 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25152 (cl-byte-compile-throw): Remove.
25153 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25154
25155 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25156 closures.
25157
25158 * emacs-lisp/cconv.el: New file.
25159
25160 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25161 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25162 (byte-compile-initial-macro-environment):
25163 Handle declare-function here.
25164 (byte-compile--lexical-environment): New var.
25165 (byte-stack-ref, byte-stack-set, byte-discardN)
25166 (byte-discardN-preserve-tos): New lap codes.
25167 (byte-interactive-p): Don't use any more.
25168 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25169 New macros.
25170 (byte-compile-lapcode): Use them and handle new lap codes.
25171 (byte-compile-obsolete): Remove.
25172 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25173 (byte-compile-arglist-warn): Check late def of inlinable funs.
25174 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25175 since they should have been expanded by now.
25176 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25177 (byte-compile-from-buffer): Remove unused second arg.
25178 (byte-compile-preprocess): New function.
25179 (byte-compile-toplevel-file-form): New function to distinguish
25180 file-form calls from outside from file-form calls from hunk-handlers.
25181 (byte-compile-file-form): Simplify.
25182 (byte-compile-file-form-defsubst): Remove.
25183 (byte-compile-file-form-defmumble): Simplify now that
25184 byte-compile-lambda always returns a byte-code-function.
25185 (byte-compile): Preprocess.
25186 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25187 Remove, not used any more.
25188 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25189 (byte-compile-make-args-desc): New funs.
25190 (byte-compile-lambda): Handle lexical functions. Always return
25191 a byte-code-function.
25192 (byte-compile-reserved-constants): New var, to make up room for
25193 closed-over variables.
25194 (byte-compile-constants-vector): Obey it.
25195 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25196 (byte-compile-macroexpand-declare-function): New function.
25197 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25198 byte-code-functions.
25199 (byte-compile-form): Check obsolescence here.
25200 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25201 (byte-compile-variable-ref): Remove.
25202 (byte-compile-dynamic-variable-op): New fun.
25203 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25204 (byte-compile-variable-set): New funs.
25205 (byte-compile-discard): Add 2 args.
25206 (byte-compile-stack-ref, byte-compile-stack-set)
25207 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25208 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25209 macroexpand-all instead.
25210 (byte-compile-quote-form): Remove.
25211 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25212 (byte-compile-bind, byte-compile-unbind): New funs.
25213 (byte-compile-let): Handle let* and lexical binding.
25214 (byte-compile-let*): Remove.
25215 (byte-compile-catch, byte-compile-unwind-protect)
25216 (byte-compile-track-mouse, byte-compile-condition-case):
25217 Handle a new :fun-body form, used for lexical scoping.
25218 (byte-compile-save-window-excursion)
25219 (byte-compile-with-output-to-temp-buffer): Remove.
25220 (byte-compile-defun): Simplify.
25221 (byte-compile-stack-adjustment): New fun.
25222 (byte-compile-out): Use it.
25223 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25224
25225 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25226 handler any more.
25227
25228 * emacs-lisp/byte-opt.el: Use lexical binding.
25229 (byte-inline-lapcode): Remove (to bytecomp).
25230 (byte-compile-inline-expand): Pay attention to inlining to/from
25231 lexically bound code.
25232 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25233 any more.
25234 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25235 any more and don't call compiler-macros.
25236 (byte-compile-splice-in-already-compiled-code): Remove.
25237 (byte-code): Don't inline any more.
25238 (disassemble-offset): Receive `bytes' as argument rather than via
25239 dynamic scoping.
25240 (byte-compile-tag-number): Declare before first use.
25241 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25242 `return' even if make-spliceable.
25243 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25244 obsolete interactive-p.
25245 (byte-optimize-lapcode): Optimize new lap-codes.
25246 Don't trip up on new form of `byte-constant' lap code.
25247
25248 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25249
25250 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25251
25252 * custom.el (custom-initialize-default, custom-declare-variable):
25253 Use `defvar'.
25254
25255 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25256 New variables.
25257 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25258 (COMPILE_FIRST): Add macroexp and cconv.
25259 * makefile.w32-in: Mirror changes in Makefile.in.
25260
25261 * vc/cvs-status.el:
25262 * vc/diff-mode.el:
25263 * vc/log-edit.el:
25264 * vc/log-view.el:
25265 * vc/smerge-mode.el:
25266 * textmodes/bibtex-style.el:
25267 * textmodes/css-mode.el:
25268 * startup.el:
25269 * uniquify.el:
25270 * minibuffer.el:
25271 * newcomment.el:
25272 * reveal.el:
25273 * server.el:
25274 * mpc.el:
25275 * emacs-lisp/smie.el:
25276 * doc-view.el:
25277 * dired.el:
25278 * abbrev.el: Use lexical binding.
25279
25280 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25281
25282 * info.el (info-display-manual): New function.
25283
25284 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25285
25286 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25287
25288 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25289
25290 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25291 an entry for that server in rcirc-authinfo. (Bug#8385)
25292
25293 2011-03-31 Glenn Morris <rgm@gnu.org>
25294
25295 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25296
25297 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25298
25299 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25300
25301 * progmodes/python.el (python-default-interpreter)
25302 (python-python-command-args, python-jython-command-args)
25303 (python-which-shell, python-which-args, python-which-bufname)
25304 (python-file-queue, python-comint-output-filter-function)
25305 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25306 variables and functions.
25307
25308 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25309
25310 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25311 (completion-in-region-mode): New minor mode.
25312 (completion-in-region): Use it.
25313 (completion-in-region--data, completion-in-region-mode-map): New vars.
25314 (completion-in-region--postch): New function.
25315 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25316 New vars.
25317 (completion--capf-wrapper): New function.
25318 (completion-at-point): Use it to track well-behavedness of
25319 hook functions.
25320 (completion-help-at-point): New command.
25321
25322 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25323
25324 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25325 syntax class to search for whitespace on a single line
25326 (Message-ID: <4D938140.4030905@redhat.com>).
25327
25328 2011-03-30 Leo Liu <sdl.web@gmail.com>
25329
25330 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25331 New commands.
25332 (edit-abbrevs-map): Bind them here.
25333 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25334
25335 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25336
25337 * allout.el (allout-hide-by-annotation, allout-flag-region):
25338 Reduce possibility of overlay leakage by making them volatile.
25339
25340 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25341 hash is not shared between buffers. Mode initialization is
25342 responsible for giving it a useful starting value.
25343 (allout-item-span): Reduce possibility of overlay leakage by
25344 making them volatile.
25345 (allout-widgets-count-buttons-in-region): Add diagnostic function
25346 for tracking down button overlay leaks.
25347
25348 2011-03-29 Leo Liu <sdl.web@gmail.com>
25349
25350 * ido.el (ido-read-internal): Use the default history var
25351 minibuffer-history if no HISTORY is specified.
25352
25353 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25354
25355 * net/imap.el (imap-shell-open, imap-process-connection-type):
25356 Use imap-process-connection-type for 'shell' streams as well as
25357 Kerberos, SSL, other subprocesses.
25358
25359 2011-03-28 Leo Liu <sdl.web@gmail.com>
25360
25361 * abbrev.el (abbrev-table-empty-p): New function.
25362 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25363 nonempty ones. (Bug#5937)
25364
25365 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25366
25367 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25368
25369 2011-03-27 Leo Liu <sdl.web@gmail.com>
25370
25371 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25372 for foreground and background colors.
25373 (ansi-color-make-color-map): Adapt.
25374
25375 2011-03-25 Leo Liu <sdl.web@gmail.com>
25376
25377 * midnight.el (midnight-time-float): Remove. Note it calculates
25378 the microsecond component incorrectly and seconds-to-time does the
25379 same job.
25380 Remove redundant (require 'timer).
25381
25382 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25383 (ido-completions): Remove unused arguments. (Bug#8329)
25384
25385 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25386
25387 * minibuffer.el (completion--flush-all-sorted-completions):
25388 Remove itself from hook.
25389 (completion-at-point): Let the functions perform the completion
25390 immediately and return nil or t.
25391 * comint.el (comint-dynamic-complete-functions): Now identical to
25392 completion-at-point-functions.
25393 (comint-dynamic-list-input-ring): Remove unused var `index'.
25394 (comint--match-partial-filename, comint--unquote&expand-filename):
25395 New funs, split from comint-match-partial-filename.
25396 (comint-dynamic-complete): Use completion-at-point.
25397 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25398
25399 2011-03-24 Drew Adams <drew.adams@oracle.com>
25400
25401 * thingatpt.el: Support `defun'.
25402
25403 2011-03-23 Leo Liu <sdl.web@gmail.com>
25404
25405 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25406
25407 * help-mode.el (help-mode-finish): Tweak regexp.
25408
25409 2011-03-23 Glenn Morris <rgm@gnu.org>
25410
25411 * eshell/esh-opt.el (eshell-eval-using-options):
25412 Do not bind unused local variable `eshell-option-stub'.
25413
25414 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25415
25416 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25417
25418 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25419 keymap variable in `with-no-warnings' to avoid a warning when the
25420 keymap has been already `defconst'ed.
25421
25422 2011-03-22 Leo Liu <sdl.web@gmail.com>
25423
25424 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25425 encode all chars in abbrevs; otherwise use emacs-mule or
25426 utf-8-emacs. (Bug#8308)
25427
25428 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25429
25430 * simple.el (backward-delete-char-untabify):
25431 Avoid warning about using `delete-backward-char'.
25432
25433 * image.el (image-type-file-name-regexps): Make it variable.
25434 `imagemagick-register-types' modifies it, and the user may want
25435 to add new extensions for known image types.
25436 (imagemagick-register-types): Throw error if not using ImageMagick.
25437
25438 2011-03-22 Leo Liu <sdl.web@gmail.com>
25439
25440 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25441 located before rcirc-prompt-end-marker.
25442 (rcirc-complete): Error if point is not after rcirc prompt.
25443 Handle the case when table is nil.
25444 (rcirc-user-authenticated): Define to fix compiler warning.
25445
25446 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25447
25448 * custom.el (custom--inhibit-theme-enable): Make it affect only
25449 custom-theme-set-variables and custom-theme-set-faces.
25450 (provide-theme): Ignore custom--inhibit-theme-enable.
25451 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25452 (custom-enabling-themes): Delete variable.
25453 (enable-theme): Accept only loaded themes as arguments.
25454 Ignore the special custom-enabled-themes variable.
25455 (custom-enabled-themes): Forbid themes from setting this.
25456 Eliminate use of custom-enabling-themes.
25457 (custom-push-theme): Quote "changed" custom var entry.
25458
25459 2011-03-21 Leo Liu <sdl.web@gmail.com>
25460
25461 * ido.el (ido-read-internal): Add ido-selected to history instead
25462 of user input.
25463
25464 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25465
25466 * subr.el (deferred-action-list, deferred-action-function):
25467 Mark obsolete.
25468
25469 2011-03-21 Leo Liu <sdl.web@gmail.com>
25470
25471 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25472 change on 2011-02-13 (bug#8309).
25473
25474 * minibuffer.el (read-file-name-function): Change default value.
25475 (read-file-name--defaults): Rename from read-file-name-defaults.
25476 (read-file-name-default): Rename from read-file-name.
25477 (read-file-name): Call read-file-name-function.
25478
25479 2011-03-21 Glenn Morris <rgm@gnu.org>
25480
25481 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25482 Doc fixes.
25483
25484 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25485
25486 * cus-theme.el: Add missing provide statement.
25487 (customize-create-theme): Extract theme value correctly.
25488 (custom-theme-visit-theme): Autoload.
25489 (customize-create-theme): Prompt before inserting default faces.
25490
25491 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25492
25493 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25494 units and musical notes.
25495
25496 2011-03-20 Leo Liu <sdl.web@gmail.com>
25497
25498 * ido.el (ido-read-internal): Use completing-read-default.
25499 (ido-completing-read): Fix compatibility with completing-read.
25500
25501 2011-03-20 Christian Ohler <ohler@gnu.org>
25502
25503 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25504 (ert-delete-all-tests): Use `called-interactively-p' rather than
25505 `interactive-p'.
25506 (ert--make-xrefs-region): Respect END.
25507
25508 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25509
25510 * dired-aux.el (dired-create-directory): Signal an error if the
25511 directory already exists (Bug#8246).
25512
25513 * facemenu.el (list-colors-display): Call list-faces-display
25514 inside with-help-window.
25515 (list-colors-print): Use display property to align the final
25516 column, instead of checking window-width.
25517
25518 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25519
25520 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25521 windows-nt systems.
25522 (emerge-protect-metachars): Quote correctly for ms-dos and
25523 windows-nt systems.
25524
25525 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25526
25527 * info.el (info-initialize): Replace all uses of `:' with
25528 path-separator for compatibility with non-Unix systems.
25529 Cache quoting of path-separator. (Bug#8258)
25530
25531 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25532
25533 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25534 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25535 (mouse-avoidance-mode): Fix typos in docstrings.
25536
25537 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25538
25539 * startup.el (package-subdirectory-regexp): Move from package.el.
25540 Omit \\` and \\', and let callers add them.
25541
25542 * emacs-lisp/package.el (package-strip-version)
25543 (package-load-all-descriptors): Add \\` and \\' to
25544 package-subdirectory-regexp before using it.
25545 (package-untar-buffer): New arg DIR; ensure that file untars only
25546 into this expected directory. Remove superfluous delete-region.
25547 (package-unpack): Caller changed.
25548 (package-tar-file-info): Use package-subdirectory-regexp.
25549
25550 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25551
25552 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25553 diff-mode-shared-map (bug#8284).
25554 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25555
25556 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25557
25558 * calendar/time-date.el (format-seconds): Use assoc instead of
25559 assoc-string, since assoc-string doesn't exist in XEmacs.
25560
25561 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25562
25563 * custom.el (custom-known-themes): Reflow docstring.
25564 (custom-theme-load-path): Fix typo in docstring.
25565 (load-theme): Fix typo in error message.
25566 (custom-available-themes, custom-variable-theme-value):
25567 Use `let', not `let*'.
25568
25569 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25570
25571 * calc/README: Mention inclusion of musical notes.
25572
25573 * calc/calc-units.el (calc-lu-quant): Rename from
25574 `calc-logunits-quantity'.
25575 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25576 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25577 (calc-db): Rename from `calc-dblevel'.
25578 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25579 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25580 (calc-np): Rename from `calc-nplevel'.
25581 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25582 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25583 (calc-lu-plus): Rename from `calc-logunits-add'.
25584 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25585 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25586 (calc-lu-minus): Rename from `calc-logunits-sub'.
25587 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25588 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25589 (calc-lu-times): Rename from `calc-logunits-mul'.
25590 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25591 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25592 (calc-lu-divide): Rename from `calc-logunits-div'.
25593 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25594 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25595
25596 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25597 functions being autoloaded.
25598
25599 * calc/calc.el (calc-lu-power-reference): Rename from
25600 `calc-logunits-power-reference'.
25601 (calc-lu-field-reference): Rename from
25602 `calc-logunits-field-reference'.
25603
25604 * calc/calc-help.el (calc-l-prefix-help):
25605 Mention musical note functions.
25606
25607 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25608
25609 * minibuffer.el (completion-all-sorted-completions):
25610 Use :completion-cycle-penalty text property if present.
25611
25612 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25613
25614 * allout.el (allout-yank-processing): Adjust for new rebulleting
25615 regime so bullet being yanked is used without prompting the user
25616 for a choice.
25617
25618 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25619
25620 * startup.el (command-line): Warn the user that _emacs is deprecated.
25621
25622 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25623
25624 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25625 (delphi-verbose, delphi-comment-face, delphi-string-face)
25626 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25627 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25628 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25629 (delphi-new-comment-line, delphi-font-lock-defaults)
25630 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25631 Fix typos in docstrings.
25632
25633 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25634
25635 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25636 Invert the roles of character and string values for INSTEAD, so a
25637 string is used for the more common case of a defaulting prompt.
25638
25639 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25640
25641 * progmodes/ruby-mode.el (ruby-backward-sexp):
25642 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25643 * play/gamegrid.el (gamegrid-make-face):
25644 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25645 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25646 * notifications.el (notifications-notify):
25647 * net/xesam.el (xesam-search-engines):
25648 * net/quickurl.el (quickurl-list-insert):
25649 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25650
25651 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25652
25653 * startup.el (command-line): Update package subdirectory regexp.
25654
25655 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25656
25657 * allout.el (allout-abbreviate-flattened-numbering)
25658 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25659
25660 * subr.el (read-char-choice): Only show the cursor after the prompt,
25661 not after the answer.
25662
25663 2011-03-15 Kevin Ryde <user42@zip.com.au>
25664
25665 * help-fns.el (variable-at-point): Skip leading quotes, if any
25666 (bug#8253).
25667
25668 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25669
25670 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25671 warning message.
25672
25673 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25674
25675 * shell.el (shell): When called interactively, offer to change the
25676 shell file name on remote hosts.
25677
25678 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25679
25680 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25681 integration for LDAP parameters. The host, base, user or binddn,
25682 and secret tokens can be specified in a netrc file, for instance.
25683 This is optional because an `auth-source' parameter must be
25684 specified in the search attributes.
25685
25686 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25687
25688 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25689
25690 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25691
25692 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25693 into declaration. Remove redundant and harmful binding.
25694
25695 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25696
25697 * files.el (file-ownership-preserved-p): Pass `integer' as an
25698 explicit 2nd argument to `file-attributes'. If the file's owner
25699 is the Administrators group on Windows, and the current user is
25700 Administrator, consider that a match.
25701
25702 * server.el (server-ensure-safe-dir): Consider server directory
25703 safe on MS-Windows if its owner is the Administrators group while
25704 the current Emacs user is Administrator. Use `=' to compare
25705 numerical UIDs, since they could be integers or floats.
25706
25707 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25708
25709 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25710
25711 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25712
25713 Sync with Tramp 2.2.1.
25714
25715 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25716
25717 * net/trampver.el: Update release number.
25718
25719 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25720
25721 * progmodes/compile.el (compilation--previous-directory): Fix up
25722 various nil/dead-marker mismatches (bug#8014).
25723 (compilation-directory-properties, compilation-error-properties):
25724 Don't call it at a position past the one we're about to change.
25725
25726 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25727 Disable obsolescence warnings in the file that declares it.
25728
25729 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25730
25731 * allout-widgets.el (allout-widgets-tally):
25732 Initialize allout-widgets-tally as a hash table rather than nil to
25733 prevent mode-line redisplay warnings. Also, clarify the module
25734 description and fix a comment typo.
25735
25736 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
25737
25738 * help-fns.el (describe-variable): Don't complete keywords.
25739 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25740
25741 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
25742
25743 * emacs-lisp/package.el (package-version-join): Impose a standard
25744 string representation for pre/alpha/beta version lists.
25745 (package-unpack-single): Standardize the directory name by passing
25746 it through package-version-join.
25747 (package-strip-rcs-id): Accept any version string that does not
25748 signal an error in version-to-list.
25749
25750 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
25751
25752 * simple.el (delete-trailing-whitespace): Return nil for the
25753 benefit of `write-file-functions'.
25754
25755 2011-03-10 Glenn Morris <rgm@gnu.org>
25756
25757 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25758
25759 * vc/vc-git.el (vc-git-program): New option.
25760 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25761 (vc-git--call): Use it.
25762
25763 * eshell/esh-util.el (eshell-condition-case): Doc fix.
25764
25765 * cus-edit.el (Custom-newline): If no button at point, look
25766 for a subgroup button at start-of-line. (Bug#2298)
25767
25768 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25769
25770 2011-03-10 Julien Danjou <julien@danjou.info>
25771
25772 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25773 `cursor-type' is nil.
25774
25775 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
25776
25777 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25778
25779 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
25780
25781 * allout.el: Change so yank of distinctive-bullet items
25782 preserves the existing header prefix, rebulleting it if necessary,
25783 rather than replacing it. This is necessary for proper operation
25784 of cooperative addons like allout-widgets.
25785 (allout-make-topic-prefix, allout-rebullet-heading):
25786 Change SOLICIT arg to INSTEAD, and interpret additionally a string
25787 value as alternate bullet to be used, instead of prompting the user
25788 for a bullet character.
25789
25790 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
25791
25792 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25793 Do not use `tramp-file-name-port', because this returns also
25794 `tramp-default-port'.
25795
25796 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
25797
25798 * net/rcirc.el (rcirc-handler-001): Remove useless
25799 with-rcirc-process-buffer.
25800 (rcirc-check-auth-status): Swap arguments to string-match.
25801
25802 2011-03-09 Glenn Morris <rgm@gnu.org>
25803
25804 * shell.el (shell-mode):
25805 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
25806
25807 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25808 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
25809
25810 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25811
25812 * emacs-lisp/package.el (package-refresh-contents)
25813 (package-menu-execute): Use condition-case-no-debug.
25814
25815 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
25816
25817 * simple.el (shell-command-to-string): Use `process-file'.
25818
25819 * emacs-lisp/package.el (package-tar-file-info): Handle also
25820 remote files.
25821
25822 * emacs-lisp/package-x.el (package-upload-buffer-internal):
25823 Use `equal' for upload base check.
25824
25825 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
25826
25827 * textmodes/texinfo.el (texinfo-environments):
25828 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
25829
25830 2011-03-08 Glenn Morris <rgm@gnu.org>
25831
25832 * cus-start.el (cursor-in-non-selected-windows):
25833 Fix :set quoting oddness. (Bug#8192)
25834
25835 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25836 in some setf expressions. (Bug#2159)
25837
25838 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25839
25840 * custom.el (custom-available-themes): Return themes in
25841 alphabetical order.
25842
25843 See ChangeLog.15 for earlier changes.
25844
25845 ;; Local Variables:
25846 ;; coding: utf-8
25847 ;; End:
25848
25849 Copyright (C) 2011-2013 Free Software Foundation, Inc.
25850
25851 This file is part of GNU Emacs.
25852
25853 GNU Emacs is free software: you can redistribute it and/or modify
25854 it under the terms of the GNU General Public License as published by
25855 the Free Software Foundation, either version 3 of the License, or
25856 (at your option) any later version.
25857
25858 GNU Emacs is distributed in the hope that it will be useful,
25859 but WITHOUT ANY WARRANTY; without even the implied warranty of
25860 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25861 GNU General Public License for more details.
25862
25863 You should have received a copy of the GNU General Public License
25864 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.