lisp/textmodes/bibtex.el (bibtex-initialize): If the current buffer does not visit...
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-23 Roland Winkler <winkler@gnu.org>
2
3 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
4 does not visit a BibTeX file, exclude it from the list of buffers
5 returned by bibtex-initialize.
6
7 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
8
9 * window.el (split-window): Remove interactive form, since as a
10 command this function is a special case of split-window-below.
11 Correct doc string.
12
13 2013-04-12 Roland Winkler <winkler@gnu.org>
14
15 * faces.el (read-face-name): Do not override value of arg default.
16 Allow single faces and strings as default values. Remove those
17 elements from return value that are not faces.
18 (describe-face): Simplify.
19 (face-at-point): New optional args thing and multiple so that this
20 function can provide the same functionality previously provided by
21 read-face-name.
22 (make-face-bold, make-face-unbold, make-face-italic)
23 (make-face-unitalic, make-face-bold-italic, invert-face)
24 (modify-face, read-face-and-attribute): Use face-at-point.
25
26 * cus-edit.el (customize-face, customize-face-other-window)
27 * cus-theme.el (custom-theme-add-face)
28 * face-remap.el (buffer-face-set)
29 * facemenu.el (facemenu-set-face): Use face-at-point.
30
31 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
32
33 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
34
35 2013-04-10 Tassilo Horn <tsdh@gnu.org>
36
37 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
38 off leading { and trailing } from field values.
39
40 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * emacs-lisp/timer.el (timer--check): New function.
43 (timer--time, timer-set-function, timer-event-handler): Use it.
44 (timer-set-idle-time): Simplify.
45 (timer--activate): CSE.
46 (timer-event-handler): Give more info in error message.
47 (internal-timer-start-idle): New function, moved from C.
48
49 * mpc.el (mpc-proc): Add `restart' argument.
50 (mpc-proc-cmd): Use it.
51 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
52 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
53 less often.
54
55 2013-04-10 Masatake YAMATO <yamato@redhat.com>
56
57 * progmodes/sh-script.el: Implement `sh-mode' own
58 `add-log-current-defun-function' (bug#14112).
59 (sh-current-defun-name): New function.
60 (sh-mode): Use the function.
61
62 2013-04-09 Bastien Guerry <bzg@gnu.org>
63
64 * simple.el (choose-completion-string): Fix docstring (bug#14163).
65
66 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
69
70 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
71 timer (bug#14156).
72
73 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
74
75 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
76 declaration.
77
78 2013-04-07 Leo Liu <sdl.web@gmail.com>
79
80 * pcmpl-x.el: New file.
81
82 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
83
84 Do not set x-display-name until X connection is established.
85 This is needed to prevent from weird situation described at
86 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
87 * frame.el (make-frame): Set x-display-name after call to
88 window system initialization function, not before.
89 * term/x-win.el (x-initialize-window-system): Add optional
90 display argument and use it.
91 * term/w32-win.el (w32-initialize-window-system):
92 * term/ns-win.el (ns-initialize-window-system):
93 * term/pc-win.el (msdos-initialize-window-system):
94 Add compatible optional display argument.
95
96 2013-04-06 Eli Zaretskii <eliz@gnu.org>
97
98 * files.el (normal-backup-enable-predicate): On MS-Windows and
99 MS-DOS compare truenames of temporary-file-directory and of the
100 file, so that 8+3 aliases (usually found in $TEMP on Windows)
101 don't fail comparison by compare-strings. Also, compare file
102 names case-insensitively on MS-Windows and MS-DOS.
103
104 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
107 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
108
109 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
110
111 * whitespace.el (whitespace-color-on, whitespace-color-off):
112 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
113
114 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
115
116 * ispell.el (ispell-set-spellchecker-params):
117 Really set `ispell-args' for all equivs.
118
119 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * ido.el (ido-completions): Use extra elements of ido-decorations
122 (bug#14143).
123 (ido-decorations): Update docstring.
124
125 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
126
127 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
128 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
129 nil during initialization, in order not to miss changes since the
130 file was opened. (Bug#14140)
131
132 2013-04-05 Leo Liu <sdl.web@gmail.com>
133
134 * kmacro.el (kmacro-call-macro): Fix bug#14135.
135
136 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
137
138 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
139
140 2013-04-04 Glenn Morris <rgm@gnu.org>
141
142 * electric.el (electric-pair-inhibit-predicate): Add :version.
143
144 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
147 when a package is required several times (bug#14082).
148
149 2013-04-04 Roland Winkler <winkler@gnu.org>
150
151 * faces.el (read-face-name): Behave as promised by the docstring.
152 Assume that arg default is a list of faces.
153 (describe-face): Call read-face-name with list of default faces.
154
155 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
156
157 * bookmark.el: Fix deletion of bookmarks (bug#13972).
158 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
159 (bookmark-bmenu-execute-deletions): Only skip first line if it's
160 the header.
161 (bookmark-exit-hook-internal): Save even if list is empty.
162
163 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
164
165 * emacs-lisp/package.el (package-pinned-packages): New var.
166 (package--add-to-archive-contents): Obey it (bug#14118).
167
168 2013-04-03 Alan Mackenzie <acm@muc.de>
169
170 Handle `parse-partial-sexp' landing inside a comment opener
171 (Bug#13244). Also adapt to the new values of element 7 of a parse
172 state.
173
174 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
175 parameter `not-in-delimiter'. Handle being inside comment opener.
176 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
177 character in case we're typing a '*' after a '/'.
178 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
179 instead by passing the parameter to c-state-pp-to-literal.
180
181 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
182 for elt. 7 of a parse state.
183
184 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
185
186 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
187 * international/latin1-disp.el, international/mule-util.el:
188 * language/cyril-util.el, language/european.el, language/ind-util.el:
189 * language/lao-util.el, language/thai.el, language/tibet-util.el:
190 * language/tibetan.el, language/viet-util.el:
191 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
192
193 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
196 (electric-pair-post-self-insert-function): Use it.
197 (electric-pair-default-inhibit): New function, extracted from
198 electric-pair-post-self-insert-function.
199
200 2013-03-31 Roland Winkler <winkler@gnu.org>
201
202 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
203
204 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
207
208 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
209
210 Un-indent after "pass" and "return" statements (Bug#13888)
211 * progmodes/python.el (python-indent-block-enders): New var.
212 (python-indent-calculate-indentation): Use it.
213
214 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
215
216 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
217 defun. Defining it as defalias could introduce too eager
218 byte-compiler optimization. (Bug#14030)
219
220 2013-03-30 Chong Yidong <cyd@gnu.org>
221
222 * iswitchb.el (iswitchb-read-buffer): Fix typo.
223
224 2013-03-30 Leo Liu <sdl.web@gmail.com>
225
226 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
227 (kmacro-execute-from-register): Pass the keyboard macro to
228 kmacro-call-macro or repeating won't work correctly.
229
230 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
231
232 * progmodes/subword.el: Back to using `forward-symbol'.
233
234 * subr.el (forward-whitespace, forward-symbol)
235 (forward-same-syntax): Move from thingatpt.el.
236
237 2013-03-29 Leo Liu <sdl.web@gmail.com>
238
239 * kmacro.el (kmacro-to-register): New command.
240 (kmacro-execute-from-register): New function.
241 (kmacro-keymap): Bind to 'x'. (Bug#14071)
242
243 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * mpc.el: Use defvar-local and setq-local.
246 (mpc--proc-connect): Connection failures are not bugs.
247 (mpc-mode-map): `follow-link' only applies to the buffer's content.
248 (mpc-volume-map): Bind to the up-events.
249
250 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
251
252 * progmodes/subword.el (superword-mode): Use `forward-sexp'
253 instead of `forward-symbol'.
254
255 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
258 (edebug--recursive-edit): Use it.
259 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
260 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
261
262 2013-03-28 Leo Liu <sdl.web@gmail.com>
263
264 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
265
266 2013-03-27 Eli Zaretskii <eliz@gnu.org>
267
268 * facemenu.el (list-colors-callback): New defvar.
269 (list-colors-redisplay): New function.
270 (list-colors-display): Install list-colors-redisplay as the
271 revert-buffer-function. (Bug#14063)
272
273 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
276 and suffixes don't overlap (bug#14061).
277
278 * case-table.el: Use lexical-binding.
279 (case-table-get-table): New function.
280 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
281
282 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
283
284 * progmodes/subword.el: Add `superword-mode' to do word motion
285 over symbol_words (parallels and leverages `subword-mode' which
286 does word motion inside MixedCaseWords).
287
288 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
289
290 * eshell/em-unix.el: Move su and sudo to...
291 * eshell/em-tramp.el: ...Eshell tramp module
292
293 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
296 Change return value to be a sexp. Delay `get-buffer' to after
297 restoring the desktop (bug#13951).
298
299 2013-03-26 Leo Liu <sdl.web@gmail.com>
300
301 * register.el: Move semantic tag handling back to
302 cedet/semantic/senator.el. (Bug#14052)
303
304 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
307 into the prompt either (bug#13963).
308
309 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
312 part of "(error-foo)".
313
314 2013-03-24 Juri Linkov <juri@jurta.org>
315
316 * replace.el (list-matching-lines-prefix-face): New defcustom.
317 (occur-1): Pass `list-matching-lines-prefix-face' to the function
318 `occur-engine' if `face-differs-from-default-p' returns t.
319 (occur-engine): Add `,' inside backquote construct to evaluate
320 `prefix-face'. Propertize the prefix with the `prefix-face' face.
321 Pass `prefix-face' to the functions `occur-context-lines' and
322 `occur-engine-add-prefix'.
323 (occur-engine-add-prefix, occur-context-lines): Add optional arg
324 `prefix-face' and propertize the prefix with `prefix-face'.
325 (Bug#14017)
326
327 2013-03-24 Leo Liu <sdl.web@gmail.com>
328
329 * nxml/rng-valid.el (rng-validate-while-idle)
330 (rng-validate-quick-while-idle): Guard against deleted buffer.
331 (Bug#13999)
332
333 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
334 is the last entry in kill-buffer-hook.
335
336 * files.el (kill-buffer-hook): Doc fix.
337
338 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
339
340 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
341 Make it safe-local.
342
343 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
344
345 2013-03-23 Leo Liu <sdl.web@gmail.com>
346
347 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
348 Remove.
349
350 * nxml/rng-valid.el (rng-validate-mode)
351 (rng-after-change-function, rng-do-some-validation):
352 * nxml/rng-maint.el (rng-validate-buffer):
353 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
354 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
355 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
356 (nxml-extend-after-change-region): Use with-silent-modifications.
357
358 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
359 timer-idle-list.
360
361 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
362 (rng-next-error-1, rng-previous-error-1): Do not let-bind
363 timer-idle-list. (Bug#13999)
364
365 2013-03-23 Juri Linkov <juri@jurta.org>
366
367 * info.el (info-index-match): New face.
368 (Info-index, Info-apropos-matches): Add a nested subgroup to the
369 main pattern and add text properties with the new face to matches
370 in index entries relative to the beginning of the index entry.
371 (Bug#14015)
372
373 2013-03-21 Eric Ludlam <zappo@gnu.org>
374
375 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
376 Inhibit read only while inserting objects.
377
378 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
379
380 * progmodes/cfengine.el: Update docs to mention
381 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
382 symbol motion. Remove "_" from the word syntax.
383
384 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
385
386 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
387 syntax for both `cfengine2-mode' and `cfengine3-mode'.
388
389 2013-03-20 Juri Linkov <juri@jurta.org>
390
391 * info.el (Info-next-reference-or-link)
392 (Info-prev-reference-or-link): New functions.
393 (Info-next-reference, Info-prev-reference): Use them.
394 (Info-try-follow-nearest-node): Handle footnote navigation.
395 (Info-fontify-node): Fontify footnotes. (Bug#13989)
396
397 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
400 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
401
402 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
403
404 Suppress unnecessary non-ASCII chatter during build process.
405 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
406 (batch-skkdic-convert): Suppress most of the chatter.
407 It's not needed so much now that machines are faster,
408 and its non-ASCII component was confusing; see Dmitry Gutov in
409 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
410
411 2013-03-20 Leo Liu <sdl.web@gmail.com>
412
413 * ido.el (ido-chop): Fix bug#10994.
414
415 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
416
417 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
418 Remove vars.
419 (whitespace-color-on, whitespace-color-off):
420 Use `font-lock-fontify-buffer' (Bug#13817).
421
422 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
425 remapping in mode-line.
426 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
427
428 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
429
430 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
431 value for `whitespace-line' face (Bug#13875).
432 (whitespace-font-lock-keywords): Change description.
433 (whitespace-color-on): Don't save `font-lock-keywords' value, save
434 the constructed keywords instead.
435 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
436
437 2013-03-19 Leo Liu <sdl.web@gmail.com>
438
439 * progmodes/compile.el (compilation-display-error): New command.
440 (compilation-mode-map, compilation-minor-mode-map): Bind it to
441 C-o. (Bug#13992)
442
443 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
444
445 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
446
447 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
448
449 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
450
451 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
452
453 * net/tramp-compat.el (tramp-compat-user-error): New defun.
454
455 * net/tramp-adb.el (tramp-adb-handle-shell-command):
456 * net/tramp-gvfs.el (top):
457 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
458 (tramp-handle-shell-command): Use it.
459 (tramp-dissect-file-name): Raise an error when hostname is a
460 method name, and neither method nor user is specified.
461
462 * net/trampver.el: Update release number.
463
464 2013-03-18 Leo Liu <sdl.web@gmail.com>
465
466 Make sure eldoc can be turned off properly.
467 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
468 eldoc-mode.
469 (eldoc-display-message-p): Revert last change.
470 (eldoc-display-message-no-interference-p)
471 (eldoc-print-current-symbol-info): Tweak.
472
473 2013-03-18 Tassilo Horn <tsdh@gnu.org>
474
475 * doc-view.el (doc-view-new-window-function): Check the new window
476 overlay's display property instead the char property of the
477 buffer's first char. Use `with-selected-window' instead of
478 `save-window-excursion' with `select-window'.
479 (doc-view-document->bitmap): Check the current doc-view overlay's
480 display property instead the char property of the buffer's first char.
481
482 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
483
484 Automate the build of ja-dic.el (Bug#13984).
485 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
486 from the input, rather than assume that it's been done for us by the
487 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
488 the current date into a ja-dic.el comment, as that complicates
489 regression testing.
490
491 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * whitespace.el: Fix double evaluation.
494 (whitespace-space, whitespace-hspace, whitespace-tab)
495 (whitespace-newline, whitespace-trailing, whitespace-line)
496 (whitespace-space-before-tab, whitespace-indentation)
497 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
498 obsolete defvars.
499 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
500 (whitespace-color-on): Use a single font-lock-add-keywords call.
501 Fix double-evaluation of face variables.
502
503 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
504
505 * net/tramp-adb.el (tramp-adb-parse-device-names):
506 Use `start-process' instead of `call-process'. Otherwise, the
507 function might be blocked under MS Windows. (Bug#13299)
508
509 2013-03-17 Leo Liu <sdl.web@gmail.com>
510
511 Extend eldoc to display info in the mode-line. (Bug#13978)
512 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
513 (eldoc-mode-line-string): New variable.
514 (eldoc-minibuffer-message): New function.
515 (eldoc-message-function): New variable.
516 (eldoc-message): Use it.
517 (eldoc-display-message-p)
518 (eldoc-display-message-no-interference-p):
519 Support eldoc-post-insert-mode.
520
521 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
522 (eval-expression): Run it.
523
524 2013-03-17 Roland Winkler <winkler@gnu.org>
525
526 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
527 strings in the list of return values.
528
529 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
530
531 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
532 radix before checking for HMS forms.
533
534 2013-03-16 Leo Liu <sdl.web@gmail.com>
535
536 * progmodes/scheme.el: Add indentation and font-locking for λ.
537 (Bug#13975)
538
539 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
542 token before point (bug#13942).
543
544 2013-03-16 Leo Liu <sdl.web@gmail.com>
545
546 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
547
548 2013-03-16 Eli Zaretskii <eliz@gnu.org>
549
550 * startup.el (command-line-normalize-file-name): Fix handling of
551 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
552 <xfq.free@gmail.com> in
553 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
554
555 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
556
557 Sync with Tramp 2.2.7.
558
559 * net/trampver.el: Update release number.
560
561 2013-03-14 Tassilo Horn <tsdh@gnu.org>
562
563 * doc-view.el Fix bug#13887.
564 (doc-view-insert-image): Don't modify overlay associated to
565 non-live windows, and implement horizontal centering of image in
566 case it's smaller than the window.
567 (doc-view-new-window-function): Force redisplay of new windows on
568 doc-view buffers.
569
570 2013-03-13 Karl Fogel <kfogel@red-bean.com>
571
572 * saveplace.el (save-place-alist-to-file): Don't sort
573 `save-place-alist', just pretty-print it (bug#13882).
574
575 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
576
577 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
578 whether `default-file-name-coding-system' is bound. It isn't in
579 XEmacs.
580
581 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
584 backquotes for `obsolete' (bug#13929).
585
586 * international/mule.el (find-auto-coding): Include file name in
587 obsolescence warning (bug#13922).
588
589 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
590
591 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
592 for CFEngine 3-specific indentation.
593 (cfengine3-indent-line): Use it. Fix up category regex.
594 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
595
596 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * type-break.el (type-break-file-name):
599 * textmodes/remember.el (remember-data-file):
600 * strokes.el (strokes-file):
601 * shadowfile.el (shadow-initialize):
602 * saveplace.el (save-place-file):
603 * ps-bdf.el (bdf-cache-file):
604 * progmodes/idlwave.el (idlwave-config-directory):
605 * net/quickurl.el (quickurl-url-file):
606 * international/kkc.el (kkc-init-file-name):
607 * ido.el (ido-save-directory-list-file):
608 * emulation/viper.el (viper-custom-file-name):
609 * emulation/vip.el (vip-startup-file):
610 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
611 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
612
613 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
614
615 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
616 * language/thai-word.el: Switch to UTF-8.
617
618 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
621
622 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
623
624 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
625 Use with-current-buffer and don't move point.
626 (net-utils-run-simple): Remove useless code.
627 (net-utils-remove-ctl-m): Remove unused custom.
628
629 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
630
631 * international/characters.el (glyphless-set-char-table-range): New fun.
632 (update-glyphless-char-display): Use it (bug#13744).
633
634 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
635
636 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
637 namespaces in the syntax, indent closer for hanging brace
638 correctly, allow single-quote delimited 'strings', and make
639 `cfengine3-mode' the default.
640
641 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
642
643 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
644 Use lexical-binding. Fix up docstring according to conventions.
645 (gdbmi-debug-mode): New var.
646 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
647 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
648 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
649 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
650 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
651 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
652 (gdbmi-bnf-incomplete-record-result): New functions.
653 (gdb-car<): Remove function.
654 (gdbmi-record-list): Remove variable.
655 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
656 (gdbmi-bnf-result-state-configs): New const.
657 (gud-gdbmi-marker-filter): Rewrite.
658 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
659 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
660 Add `token' argument.
661 (gdb-done, gdb-error): New functions.
662 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
663
664 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * term/xterm.el (xterm--report-background-handler): Don't burp
667 upon timeout.
668 (xterm--version-handler): Extract from terminal-init-xterm.
669 (xterm--query): Don't mishandle timeout. Remove debugging messages.
670 Allow multiple handlers.
671 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
672
673 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
674 (xterm--report-background-handler, xterm--query): New functions.
675 (terminal-init-xterm): Use them.
676
677 2013-03-11 Michael R. Mauger <michael@mauger.com>
678
679 * progmodes/sql.el Version 3.2
680 Please note that my address changed to <michael@mauger.com>;
681 the <mmaug@yahoo.com> address remains active.
682 (sql-connection-alist): Updates documentation to fix bug#13715.
683 (sql-connect): Handle missing `sql-connection-alist' correctly.
684 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
685 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
686 property.
687 (sql-default-value): New function.
688 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
689 values were not used.
690 (sql-rename-buffer): Make sure alternate buffer name has no text
691 properties.
692 (sql-input-sender, sql-execute-feature): Fetch variable with
693 `buffer-local-value' rather than `with-current-buffer'.
694 (sql-*): Use #' function syntax consistently.
695 (sql-*): Use message/error/user-error consistently.
696
697 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * xt-mouse.el (xterm-mouse-event-read): Remove.
700 (xterm-mouse--read-event-sequence-1000)
701 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
702
703 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * term/xterm.el (xterm-function-map): Support format used with
706 formatOtherKeys=1 (bug#13839).
707
708 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
709 (with-no-warnings): Use `declare'.
710
711 * whitespace.el (whitespace-enable-predicate): New variable.
712 (whitespace-enable-predicate): Use it.
713
714 * comint.el (comint-send-input, comint-snapshot-last-prompt)
715 (comint-output-filter, comint-update-fence):
716 Use with-silent-modifications.
717
718 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
719
720 * replace.el (occur-read-regexp-defaults-function): New var.
721 (occur-read-regexp-defaults): New defun.
722 (occur-read-primary-args): Propagate above change (bug#13892).
723
724 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * mouse.el (mouse-drag-track): Remove left-over debugging code.
727
728 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
729
730 Major rewrite due to changed D-Bus interface of GVFS 1.14.
731
732 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
733 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
734 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
735 New defconst.
736 (tramp-gvfs-file-name-handler-alist) [directory-files]
737 [directory-files-and-attributes, file-exists-p, file-modes]:
738 Use Tramp default handler.
739 [file-acl, file-selinux-context, process-file, set-file-acl]:
740 [set-file-modes, set-file-selinux-context, shell-command]:
741 [start-file-process]: Remove handler.
742 [verify-visited-file-modtime]: New handler.
743 (tramp-gvfs-dbus-string-to-byte-array)
744 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
745 calls of `dbus-string-to-byte-array' and
746 `tramp-gvfs-dbus-byte-array-to-string'.
747 (tramp-gvfs-handle-copy-file)
748 (tramp-gvfs-handle-delete-directory)
749 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
750 (tramp-gvfs-handle-file-directory-p)
751 (tramp-gvfs-handle-file-executable-p)
752 (tramp-gvfs-handle-file-name-all-completions)
753 (tramp-gvfs-handle-file-readable-p)
754 (tramp-gvfs-handle-file-writable-p)
755 (tramp-gvfs-handle-insert-directory)
756 (tramp-gvfs-handle-insert-file-contents)
757 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
758 (tramp-gvfs-handle-set-visited-file-modtime)
759 (tramp-gvfs-handle-write-region): Rewrite.
760 (tramp-gvfs-handle-file-acl)
761 (tramp-gvfs-handle-file-selinux-context)
762 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
763 (tramp-gvfs-handle-set-file-modes)
764 (tramp-gvfs-handle-set-file-selinux-context)
765 (tramp-gvfs-handle-shell-command)
766 (tramp-gvfs-handle-start-file-process)
767 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
768 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
769 over the symlinks. Fix user handling.
770 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
771 of the D-Bus signals.
772 (tramp-gvfs-connection-mounted-p): Handle different names of the
773 D-Bus methods.
774 (tramp-gvfs-mount-spec-entry): New defun.
775 (tramp-gvfs-mount-spec): Use it.
776 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
777 there is a share name. Handle different names of the D-Bus
778 signals and methods. Set connection properties needed for
779 `tramp-check-cached-permissions'.
780 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
781 Return t or nil.
782
783 * net/tramp.el (tramp-backtrace): Move up.
784 (tramp-error): Dump a backtrace into the debug buffer when
785 `tramp-verbose > 9.
786 (tramp-file-mode-type-map, tramp-file-mode-from-int)
787 (tramp-file-mode-permissions, tramp-get-local-uid)
788 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
789 tramp-sh.el.
790
791 * net/tramp-sh.el (tramp-file-mode-type-map)
792 (tramp-check-cached-permissions, tramp-file-mode-from-int)
793 (tramp-file-mode-permissions, tramp-get-local-uid)
794 (tramp-get-local-gid): Move to tramp.el.
795
796 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 Separate mouse-1-click-follows-link from mouse-drag-region.
799 * mouse.el (mouse--down-1-maybe-follows-link): New function.
800 (key-translation-map): Use it to implement mouse-1-click-follows-link.
801 (mouse-drag-line, mouse-drag-track):
802 Remove mouse-1-click-follows-link code.
803 (mouse--remap-link-click-p): Remove.
804
805 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
806
807 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
808 (hi-lock-read-regexp-defaults): New defun.
809 (hi-lock-line-face-buffer, hi-lock-face-buffer)
810 (hi-lock-face-phrase-buffer): Propagate above change.
811 Update docstring (bug#13892).
812
813 * subr.el (find-tag-default-as-regexp): New defun.
814 * replace.el (read-regexp): Propagate above change.
815
816 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
817
818 * calc/calc-units.el (calc-convert-units): Fix the way that default
819 new units are stored.
820
821 2013-03-07 Matthias Meulien <orontee@gmail.com>
822
823 * bookmark.el: Define a face to highlight bookmark names in
824 bookmark menu buffers, where the default is a bold face similarly
825 to buffer names in buffer menu buffers.
826 (bookmark-menu-bookmark): New face to highlight bookmark names.
827 (bookmark-insert-location): Remove duplicated text property to
828 conform to buffer list (see `list-buffers').
829 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
830 `bookmark-menu-bookmark' to bookmark names.
831
832 2013-03-07 Matthias Meulien <orontee@gmail.com>
833 Karl Fogel <kfogel@red-bean.com>
834
835 * bookmark.el: Display the bookmark list header similarly to the
836 buffer list header (see `list-buffers'), where the default is now
837 an immovable/immutable header line.
838 (bookmark-bmenu-use-header-line): New variable.
839 (bookmark-bmenu-inline-header-height): New name for
840 `bookmark-bmenu-header-height', to avoid confusion with the code
841 for the new immovable header. All references changed.
842 (bookmark-bmenu-set-header): New function.
843 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
844 Conditionalize header construction accordingly.
845 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
846 the inline header height.
847 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
848 Conditionalize the skipping of the inline header height.
849
850 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
851
852 * progmodes/js.el (js--multi-line-declaration-indentation):
853 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
854
855 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
856
857 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
858 Only propertize regexp when not inside a string (Bug#13885).
859
860 2013-03-06 Alan Mackenzie <acm@muc.de>
861
862 Correct the position of point in some line-up functions.
863 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
864 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
865 point at column 0 rather than at a random place in the line.
866
867 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
868
869 * net/tramp-compat.el (tramp-compat-delete-directory):
870 Implement TRASH argument.
871
872 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
873
874 Keep pre-existing highlighting in completion candidates (Bug#13250).
875 * minibuffer.el (completions-first-difference): State that the
876 face is "added" in the docstring.
877 (completions-common-part): Same. And don't inherit from default.
878 (completion-hilit-commonality): Prepend 'completions-common-part
879 and 'completion-first-difference faces to the 'face property,
880 instead of replacing the value(s).
881 (completion--insert-strings): Same with 'completions-annotations face.
882 (completion-hilit-commonality): Use 'face instead of
883 'font-lock-face, because it gets priority if the completion
884 strings already have 'face set.
885
886 2013-03-04 Alan Mackenzie <acm@muc.de>
887
888 Replace `last-command-event' by `last-command-char' in XEmacs.
889 * progmodes/cc-defs.el (c-last-command-char): New macro.
890 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
891 (c-semi&comma-no-newlines-before-nonblanks)
892 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
893 in place of `last-command-event'.
894 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
895 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
896 (c-electric-paren, c-electric-continued-statement): Use the new
897 macro in place of `last-command-event'.
898
899 2013-03-04 Glenn Morris <rgm@gnu.org>
900
901 * files.el (inhibit-local-variables-regexps):
902 Add .diff and .patch. (Bug#13862)
903
904 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
905
906 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
907 whether the "su" command is available on the device.
908
909 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
910
911 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
912 (tramp-adb-handle-process-file): Remove superfluous setting.
913 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
914 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
915 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
916
917 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
920 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
921 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
922 Use dict-key rather than dict-name for the error message.
923
924 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
925
926 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
927 when reverting (bug#13831).
928
929 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
930
931 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
932 Always expand affix-file before storing to protect against changed
933 `default-directory'.
934 (ispell-print-if-debug): Make sure message is printed at the end
935 of the debug buffer.
936
937 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/tramp.el (tramp-obsolete-methods): New defconst.
940 (tramp-warned-obsolete-methods): New defvar.
941 (tramp-find-method): Check for obsolete methods. Map them to a
942 replacement method if appropriate.
943
944 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
945 Remove methods.
946 (top): Remove completion functions for "scp1", "scp2", "ssh1",
947 "ssh2" and "plink1".
948
949 2013-02-28 Dale Sedivec <dale@codefu.org>
950
951 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
952 Return valid syntax-table property value when converting
953 quotes within text from string syntax to punctuation syntax (bug#13844).
954
955 2013-02-28 Juri Linkov <juri@jurta.org>
956
957 * dired-aux.el (dired-diff): If file at point is a backup file,
958 use its original as the default value, and reverse the order
959 of arguments to the `diff' call. Doc fix. (Bug#13772)
960
961 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
962
963 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
964 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
965
966 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
967
968 Initial support for hunspell dictionaries auto-detection (Bug#13639)
969
970 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
971 Ask hunspell about available and default dictionaries.
972 (ispell-parse-hunspell-affix-file): Extract relevant info from
973 hunspell affix file.
974 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
975 `ispell-dictionary-alist' entry for given dictionary after info
976 provided by `ispell-parse-hunspell-affix-file'.
977 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
978 of parsed hunspell dicts and associated affix files.
979 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
980 of parsed hunspell dicts and associated parameters.
981 (ispell-set-spellchecker-params):
982 Call `ispell-find-hunspell-dictionaries' if hunspell and not
983 previously done.
984 (ispell-start-process):
985 Call `ispell-hunspell-fill-dictionary-entry' for current
986 dictionary if it is not initialized.
987
988 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * imenu.el: Comment nitpicks.
991
992 2013-02-28 Sam Steingold <sds@gnu.org>
993
994 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
995 See <http://stackoverflow.com/questions/14720205>.
996
997 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
998
999 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1000 (net-utils-mode): Use it.
1001 (net-utils--revert-cmd): New var.
1002 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1003 (traceroute): Use net-utils-run-simple.
1004
1005 2013-02-28 Glenn Morris <rgm@gnu.org>
1006
1007 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1008
1009 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1012 (doc-view-fallback-mode): Remove overlays here.
1013 (doc-view-toggle-display): Instead of here. Don't throw away
1014 image-mode-winprops-alist.
1015 (doc-view-goto-page): Don't mess with hscroll.
1016
1017 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1018
1019 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1020 &optional (bug#13819).
1021
1022 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * net/tramp-adb.el (tramp-adb-parse-device-names)
1025 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1026
1027 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1028
1029 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1030 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1031 defined. POSIX environments fall back to the "C" locale then and
1032 emit a warning, which shall be suppressed.
1033
1034 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1037 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1038
1039 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1042
1043 2013-02-25 Juri Linkov <juri@jurta.org>
1044
1045 * replace.el (read-regexp): Let-bind `default' to the first
1046 element of `defaults' if it's a list, otherwise it should be
1047 a string or nil. Let-bind `suggestions' to `defaults' if it's
1048 a list, otherwise make a list with the string value. Doc fix.
1049 (Bug#13805)
1050
1051 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1052
1053 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1054 that match "\`\.#", to avoid compiling lock files, even if they
1055 are readable (as they are on MS-Windows).
1056
1057 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * files.el (basic-save-buffer): Remove redundant directory-creation.
1060
1061 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1062
1063 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1064 Add option to force `pi' to remain symbolic.
1065 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1066 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1067 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1068 derivatives, when necessary.
1069
1070 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1071
1072 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1073 (ps-mode-octal-region): Use string-make-unibyte.
1074
1075 2013-02-23 Glenn Morris <rgm@gnu.org>
1076
1077 * emulation/viper-cmd.el (viper-submit-report):
1078 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1079 * progmodes/vera-mode.el (vera-mode-help-address):
1080 * textmodes/artist.el (artist-maintainer-address):
1081 * textmodes/reftex.el (reftex-report-bug):
1082 * vc/ediff-util.el (ediff-submit-report):
1083 Add bug-gnu-emacs to bug report address.
1084
1085 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1086 Remove bug report entries.
1087 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1088
1089 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1090 (byte-compile-file, byte-compile-from-buffer):
1091 Use separate input/output buffers for each level of recursive
1092 byte-compile-file calls. (Bug#13787)
1093
1094 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1095
1096 * net/tramp.el (tramp-methods): Fix docstring.
1097 (tramp-ssh-controlmaster-options): Rename it from
1098 `tramp-ssh-controlmaster-template'. Return a string.
1099 (tramp-default-method): Adapt check for
1100 `tramp-ssh-controlmaster-options'.
1101
1102 * net/tramp-sh.el (tramp-methods):
1103 Replace `tramp-ssh-controlmaster-template' by "%c".
1104 (tramp-do-copy-or-rename-file-out-of-band)
1105 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1106 that it is applied for the first hop only.
1107
1108 2013-02-22 Juri Linkov <juri@jurta.org>
1109
1110 * isearch.el (isearch-lazy-highlight-new-loop):
1111 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1112 to `isearch-other-end' if it is not nil. (Bug#13402)
1113
1114 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1115 to `match-beg'.
1116
1117 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1118 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1119 and `isearch-error' to nil.
1120
1121 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1122
1123 * progmodes/python.el (python-info-current-defun):
1124 Enhance match-data cluttering prevention.
1125
1126 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1127
1128 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1129
1130 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1131 Handle multibyte file names.
1132
1133 2013-02-22 Glenn Morris <rgm@gnu.org>
1134
1135 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1136 (sgml-transformation-function): Give it a :set function.
1137 (sgml-tag): Doc fix.
1138
1139 * cmuscheme.el (scheme-buffer):
1140 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1141 * progmodes/tcl.el (inferior-tcl-buffer):
1142 * textmodes/tex-mode.el (tex-command): Doc fixes.
1143
1144 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1145
1146 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1147
1148 2013-02-21 Bastien Guerry <bzg@gnu.org>
1149
1150 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1151
1152 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1153
1154 * progmodes/python.el (python-info-current-defun):
1155 Enhance match-data cluttering prevention.
1156
1157 2013-02-21 Glenn Morris <rgm@gnu.org>
1158
1159 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1160 loaded while outline-regexp is let bound. (Bug#9584)
1161
1162 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1163
1164 * progmodes/python.el (python-info-current-defun): Fix failed
1165 defun name retrieval because of unwanted match-data cluttering.
1166
1167 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1170 defconst. Apply independent check for ControlPersist.
1171
1172 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1173 temporarily, via "env".
1174
1175 2013-02-21 Glenn Morris <rgm@gnu.org>
1176
1177 * info.el (Info-enable-edit): Remove.
1178 (Info-edit): Disable it rather than using Info-enable.
1179 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1180 (Info-cease-edit): Make editing of Info files obsolete.
1181
1182 * informat.el (Info-tagify):
1183 Handle buffers not visiting files. (Bug#13763)
1184
1185 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1188
1189 2013-02-21 Glenn Morris <rgm@gnu.org>
1190
1191 * files.el (basic-save-buffer): Move check for existing parent
1192 directory after hooks. (Bug#13773)
1193
1194 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * simple.el (command-execute): Move from C. Add obsolete check.
1197 (extended-command-history): Move from C.
1198
1199 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1200
1201 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1202 (jka-compr-mode-alist-additions): Handle .txz suffix for
1203 XZ-compressed tar archives (bug#13770).
1204
1205 2013-02-20 Bastien Guerry <bzg@gnu.org>
1206
1207 * outline.el (outline-regexp, outline-heading-end-regexp):
1208 Make variables, not options (bug#13731).
1209
1210 2013-02-20 Glenn Morris <rgm@gnu.org>
1211
1212 * image.el (image-current-frame): Change from variable to function.
1213 (image-show-frame): Rename from image-nth-frame. Update callers.
1214 * image-mode.el (image-multi-frame): New variable.
1215 (image-mode-map, image-mode, image-goto-frame):
1216 Use image-multi-frame rather than image-current-frame.
1217 (image-mode, image-goto-frame): Use image-current-frame as
1218 function rather than as variable.
1219
1220 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1221 * emacs-lisp/cl-macs.el (cl--make-type-test)
1222 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1223
1224 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1225
1226 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1227 (tramp-get-file-property, tramp-set-file-property)
1228 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1229 (tramp-flush-file-property, tramp-flush-directory-property):
1230 Rename argument to KEY.
1231 (tramp-flush-connection-property): Simplify a little bit.
1232 (tramp-connection-property-p): New defun.
1233 (top): Reapply saved values only if there isn't a corresponding
1234 entry in `tramp-connection-properties'.
1235
1236 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1237
1238 * progmodes/python.el (python-indent-context):
1239 Fix python-info-line-ends-backslash-p call.
1240 (python-info-line-ends-backslash-p)
1241 (python-info-beginning-of-backslash): Respect line-number argument.
1242 (python-info-current-line-comment-p):
1243 Fix behavior when not at beginning-of-line.
1244 (python-util-position): Remove function.
1245 (python-util-goto-line): New function.
1246
1247 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1248
1249 * eshell/em-unix.el (eshell/su): Require tramp.
1250 (eshell/sudo): Require tramp. Remove now unnecessary check.
1251
1252 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1253 `tramp-current-connection' in order to avoid an error when several
1254 commands are invoked in a short time in eshell and friends.
1255
1256 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 Cleanup some of EIEIO's namespace.
1259 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1260 Use it to define all the class-* and object-* field accessors (renamed
1261 to eieio--class-* and eieio--object-*). Update all uses.
1262 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1263 class-num-slots and object-num-slots.
1264 (eieio--check-type): New macro.
1265 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1266 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1267 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1268 (object-assoc-list-safe): Use it.
1269 (eieio-defclass): Tighten regexp.
1270 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1271 Remove unreachable code.
1272 (object-class-fast): Declare obsolete.
1273 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1274 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1275 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1276 Rename from class-name, object-name, object-set-name-string,
1277 object-class, object-class-name, class-parents, class-children,
1278 class-precedence-list, class-parent; with obsolete alias.
1279 (class-of, class-direct-superclasses, class-direct-subclasses):
1280 Declare obsolete.
1281 (eieio-defmethod): Use `memq'; remove unreachable code.
1282 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1283 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1284 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1285
1286
1287 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1288
1289 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1290 commentary.
1291
1292 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1293
1294 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1295 Use font-lock-keyword-face for macros and special forms (bug#8345).
1296
1297 2013-02-17 Didier Verna <didier@didierverna.net>
1298
1299 * net/network-stream.el (network-stream-open-starttls):
1300 Check that response to the starttls-command is non-nil. (Bug#13706)
1301
1302 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1305 Don't assume all identifier chars have syntax word.
1306 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1307 Remove bar-not-symbol. Adjust callers.
1308 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1309
1310 2013-02-17 Leo Liu <sdl.web@gmail.com>
1311
1312 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1313
1314 2013-02-17 Glenn Morris <rgm@gnu.org>
1315
1316 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1317
1318 * image-mode.el (image-mode-map): Add image-dired menu entry.
1319
1320 * image-dired.el (tumme): Make this alias obsolete.
1321
1322 2013-02-16 Glenn Morris <rgm@gnu.org>
1323
1324 * image.el (image-animated-types): Remove.
1325 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1326 (image-animated-p): Make obsolete alias.
1327 (image-animate, image-nth-frame, image-animate-timeout):
1328 Use image-multi-frame-p.
1329 (image-animate-timeout): If no delay, use image-default-frame-delay.
1330 * image-mode.el (image-mode, image-toggle-animation):
1331 Use image-multi-frame-p. (Bug#763, bug#10739)
1332 (image-mode): Adjust startup message for a multi-frame image.
1333
1334 * image-mode.el (image-mode-map): Give it a menu.
1335
1336 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1337
1338 * net/tramp-cache.el (tramp-connection-properties): New customer
1339 option.
1340 (tramp-get-connection-property): Use it.
1341
1342 * net/tramp-compat.el (top): Require 'trampver.
1343
1344 * net/tramp-sh.el (tramp-remote-process-environment):
1345 Set tramp-autoload cookie.
1346
1347 2013-02-16 Kevin Ryde <user42@zip.com.au>
1348
1349 * info-look.el (info-lookup-select-mode): If major-mode has no
1350 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1351
1352 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1353
1354 * replace.el (read-regexp): Tighten the regexp that matches tag.
1355 When tag is retrieved with `find-tag-default', use regexp that
1356 matches tag at point. Also update docstring (Bug#13687).
1357
1358 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1359
1360 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1361 add watch for the file, not its parent directory, since w32notify
1362 sets up the watch for the directory internally. (Bug#13725)
1363
1364 2013-02-16 Glenn Morris <rgm@gnu.org>
1365
1366 * image.el (image-default-frame-delay): New variable.
1367 (image-animated-p): Use image-default-frame-delay.
1368 (image-minimum-frame-delay): New constant.
1369 (image-animate-timeout): Use image-minimum-frame-delay.
1370
1371 * image.el (image-nth-frame): New, split from image-animate-timeout.
1372 (image-animate-timeout): Use image-nth-frame.
1373 * image-mode.el (image-goto-frame, image-next-frame)
1374 (image-previous-frame): New commands.
1375 (image-mode-map): Add new frame commands.
1376
1377 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1378
1379 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1380 If col-desc already has help-echo, use it. (Bug#13563)
1381
1382 2013-02-16 Glenn Morris <rgm@gnu.org>
1383
1384 * image.el (image-current-frame): New variable.
1385 (image-animate-timeout): Set image-current-frame.
1386 * image-mode.el (image-mode): For animated images,
1387 display a frame counter via mode-line-process.
1388
1389 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1390
1391 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1394
1395 2013-02-15 Alan Mackenzie <acm@muc.de>
1396
1397 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1398 global minor mode has been enabled, call the minor mode function
1399 for a new buffer once only, after the major mode hook, whilst
1400 allowing that hook explicitly to disable the minor mode.
1401 (MODE-disable-in-buffer): New (generated) function.
1402 (disable-MODE): New (generated) buffer local variable.
1403
1404 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1405
1406 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1407 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1408 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1409 `ido-next-match' and `ido-prev-match' resply.
1410 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1411 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1412 `icomplete-backward-completions' (Bug#13708).
1413
1414 2013-02-15 Glenn Morris <rgm@gnu.org>
1415
1416 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1417
1418 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1421 (goto-address-fontify-region): Use them instead of narrowing, so
1422 syntax-ppss has access to the whole buffer.
1423
1424 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1425
1426 * progmodes/python.el: Explain how to restore "cc-mode"-like
1427 forward-sexp movement in header documentation (Bug#13642).
1428 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1429 comments and strings (GH bug 114).
1430
1431 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1432
1433 * progmodes/python.el (python-info-current-defun): Fix current
1434 defun detection (Bug#13618).
1435
1436 2013-02-15 Chong Yidong <cyd@gnu.org>
1437
1438 * xml.el (xml-parse-string): Fix typo in handling of bad character
1439 references.
1440
1441 2013-02-15 Glenn Morris <rgm@gnu.org>
1442
1443 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1444
1445 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * net/tramp.el (tramp-debug-message):
1448 Add `tramp-condition-case-unless-debug'.
1449 (tramp-debug-on-error): New defvar.
1450 (tramp-condition-case-unless-debug): New defun.
1451 (tramp-file-name-handler): Use it.
1452
1453 2013-02-14 Juri Linkov <juri@jurta.org>
1454
1455 * info.el (Info-isearch-filter): Treat non-nil values of
1456 `search-invisible' including its default value `open'
1457 like the value `t' to match hidden text. (Bug#13402)
1458
1459 2013-02-14 Glenn Morris <rgm@gnu.org>
1460
1461 * help-fns.el (find-lisp-object-file-name): Give special treatment
1462 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1463
1464 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1465
1466 * net/quickurl.el (quickurl-save-urls):
1467 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1468
1469 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1470
1471 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1472 depth for unfinished percent literal. Not using it in the caller.
1473 (ruby-move-to-block): Jump over multiline literals of all types,
1474 ignoring code-looking contents inside them.
1475 (ruby-add-log-current-method): Improve performance at the expense
1476 of accuracy. `ruby-block-contains-point' is relatively slow, so
1477 only use it for method and singleton class blocks.
1478
1479 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1480
1481 Use ControlMaster where applicable. (Bug#13677)
1482
1483 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1484 replacing `tramp-detect-ssh-controlmaster'.
1485 (tramp-default-method): Use it.
1486
1487 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1488 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1489 arguments.
1490 [scpc, rsyncc]: Remove methods.
1491 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1492 and "ssh2_old".
1493 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1494 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1495
1496 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * emacs-lisp/package.el (package--initialized): Move before first use.
1499
1500 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1501
1502 * icomplete.el (icomplete-hide-common-prefix): New user option.
1503 (icomplete-first-match): New face.
1504 (icomplete-completions): Correct handling of "complete but not
1505 unique" (Bug#12638).
1506
1507 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1508
1509 * descr-text.el (describe-char): Display the script (bug#13698).
1510
1511 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * tmm.el: Use lexical-binding and current-active-maps.
1514 (tmm-menubar): Use map-keymap and pcase.
1515 (tmm--completion-table): New function.
1516 (tmm-prompt): Use it to fix the menu order.
1517 (tmm-get-keybind): Use current-active-maps.
1518
1519 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1520
1521 Add dired-hide-details-mode. (Bug#6799)
1522
1523 * locate.el (locate-mode): Set parent mode property to dired-mode.
1524
1525 * find-dired.el (find-dired): Call dired-insert-set-properties on
1526 initial information line. Set process mark on end of buffer.
1527 (find-dired-sentinel):
1528 Call dired-insert-set-properties on summary.
1529
1530 * dired.el (dired-hide-details-hide-symlink-targets)
1531 (dired-hide-details-hide-information-lines): New options.
1532 (dired-insert-directory):
1533 Set properties after final treatment of output.
1534 (dired-insert-set-properties):
1535 Set dired-hide-details-* properties.
1536 (dired-mode-map): Bind dired-hide-details-mode.
1537 (dired-mode): Set buffer-invisibility-spec to a list.
1538 (dired-next-line): Skip hidden lines.
1539 (dired-previous-line): Use dired-next-line.
1540 (dired-hide-details-mode): New minor mode.
1541 (dired-hide-details-update-invisibility-spec): New function.
1542
1543 2013-02-13 Glenn Morris <rgm@gnu.org>
1544
1545 * play/yow.el: Move to obsolete/. (Bug#9384)
1546
1547 2013-02-13 Juri Linkov <juri@jurta.org>
1548
1549 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1550 to select `ediff-control-frame' and set input focus correctly on Xfce.
1551 (Bug#12218)
1552
1553 2013-02-13 Juri Linkov <juri@jurta.org>
1554
1555 * image-mode.el (image-mode-map):
1556 * doc-view.el (doc-view-mode-map):
1557 * vc/ediff-util.el (ediff-setup-keymap):
1558 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1559
1560 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1561
1562 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1563 performance. Instead of recalculating indentation fully for each
1564 line, sum up indentation depth based only on visited lines.
1565 (ruby-parse-partial): Increase the depth after "do" even when END
1566 is right after it.
1567 (ruby-parse-partial): When END is in the middle of a percent
1568 literal, increase the depth if the delimiter chars belong to the
1569 paren syntax class.
1570
1571 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1572
1573 * play/fortune.el (fortune-compile): Also make the compiled file
1574 if it does not exist at all, not just if it is old. (Bug#5338)
1575
1576 2013-02-13 Glenn Morris <rgm@gnu.org>
1577
1578 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1579
1580 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1581
1582 * lisp/emacs-lisp/package.el (package-menu-execute):
1583 Add optional noquery argument. (Bug#13625)
1584
1585 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1588 if DIR exists and PARENTS is non-nil.
1589
1590 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * progmodes/js.el (js--multi-line-declaration-indentation):
1593 Silence byte-compiler warning.
1594
1595 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1596
1597 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1598
1599 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1600 only if it doesn't exist.
1601
1602 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1603 Set process marker.
1604
1605 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1606
1607 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1608 UserInstallation when calling soffice to work around LibreOffice
1609 bug 37531.
1610
1611 2013-02-12 Glenn Morris <rgm@gnu.org>
1612
1613 * files.el (basic-save-buffer):
1614 Offer to create a non-existing directory. (Bug#3016)
1615
1616 * calc/calc-graph.el (calc-graph-show-dumb):
1617 * calendar/calendar.el (calendar-mode-map):
1618 * cus-edit.el (custom-mode-map):
1619 * ehelp.el (electric-help-map):
1620 * emulation/vip.el (vip-mode-map):
1621 * epa.el (epa-key-list-mode-map):
1622 * info.el (Info-mode-map):
1623 * mail/rmail.el (rmail-mode-map):
1624 * mail/rmailsum.el (rmail-summary-mode-map):
1625 * man.el (Man-mode-map):
1626 * net/newst-plainview.el (newsticker-mode-map):
1627 * progmodes/cpp.el (cpp-edit-mode-map):
1628 * progmodes/grep.el (grep-mode-map):
1629 * progmodes/idlw-help.el (idlwave-help-mode-map):
1630 * simple.el (special-mode-map):
1631 * startup.el (splash-screen-keymap):
1632 * view.el (view-mode-map):
1633 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1634
1635 2013-02-11 Elias Pipping <pipping@lavabit.com>
1636
1637 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1638 (bug#13679).
1639
1640 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1643
1644 2013-02-11 Glenn Morris <rgm@gnu.org>
1645
1646 * vc/diff.el (diff-use-labels): New variable.
1647 (diff-no-select): Use --label rather than -L, and first
1648 check that it is supported. (Bug#11067)
1649
1650 * files.el (enable-dir-local-variables): New variable.
1651 (hack-dir-local-variables): Respect enable-dir-local-variables.
1652 * tutorial.el (help-with-tutorial):
1653 Ignore directory-local variables. (Bug#11127)
1654
1655 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1656 (vc-svn-global-switches): ... to here. (Bug#13513)
1657
1658 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1659
1660 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1661 Handle "foo (bar, default: xxx): " prompts.
1662
1663 2013-02-10 Chong Yidong <cyd@gnu.org>
1664
1665 * files.el (basic-save-buffer-1): Do not set
1666 buffer-file-coding-system-explicit (Bug#4533).
1667
1668 * mail/emacsbug.el (report-emacs-bug): Change binding of
1669 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1670
1671 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1672
1673 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1674 * calc/calc-units.el (calc-convert-units): Use new variable.
1675
1676 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1677
1678 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1679
1680 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1681 buffer-file-type.
1682
1683 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1684 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1685 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1686 coding-system-for-write instead.
1687
1688 * jka-compr.el (jka-compr-write-region): Don't bind
1689 buffer-file-type.
1690
1691 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1692 buffer-file-type.
1693
1694 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1695 (insert-file-contents-literally): Remove reference to
1696 file-name-buffer-file-type-alist.
1697
1698 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1699 make-obsolete.
1700 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1701 (find-buffer-file-type-coding-system): Remove references to
1702 find-buffer-file-type-match, find-buffer-file-type, and
1703 buffer-file-type.
1704 Don't put find-buffer-file-type-coding-system into
1705 file-coding-system-alist.
1706 (find-file-binary, find-file-text): Bind coding-system-for-read
1707 instead of file-name-buffer-file-type-alist.
1708
1709 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1710
1711 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1712 converter (Bug#13622).
1713 (doc-view-unoconv-program): Make obsolete alias.
1714 (doc-view-odf->pdf-converter-program): New variable.
1715 (doc-view-odf->pdf-converter-function): New variable.
1716 (doc-view-mode-p): Use it.
1717 (doc-view-odf->pdf-converter-unoconv):
1718 Rename from `doc-view-odf->pdf-converter-unoconv'.
1719 (doc-view-odf->pdf-converter-soffice): New function.
1720 (doc-view-convert-current-doc):
1721 Use `doc-view-odf->pdf-converter-function'.
1722
1723 2013-02-09 Chong Yidong <cyd@gnu.org>
1724
1725 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1726 view-echo-area-messages (Bug#13340).
1727
1728 * help.el (view-echo-area-messages): Use display-buffer.
1729
1730 * dired-x.el (dired-do-run-mail): Prompt for confirmation
1731 (Bug#13561).
1732
1733 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1736 Eval body right away, now that we do eager macroexpansion (bug#13605).
1737
1738 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1739 (fundamental-mode): Use run-mode-hooks.
1740
1741 * eshell/esh-proc.el (eshell/kill): Fix last change.
1742 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1743
1744 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1745
1746 * eshell/esh-proc.el (eshell/kill): Rewrite.
1747
1748 * eshell/em-ls.el (show-almost-all): Declare.
1749 (eshell-do-ls): Add support for -A argument.
1750
1751 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
1752
1753 * icomplete.el (icomplete-forward-completions)
1754 (icomplete-backward-completions): Handle corner case (bug#13602).
1755
1756 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1759 be nil. Handle this. (Bug#13636)
1760
1761 2013-02-07 Richard Stallman <rms@gnu.org>
1762
1763 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1764 `save-buffer-coding-system'.
1765
1766 2013-02-07 Alan Mackenzie <acm@muc.de>
1767
1768 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
1769 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1770 (c-parse-state-get-strategy): Don't return 'BOD any more.
1771 (c-append-lower-brace-pair-to-state-cache):
1772 Extra parameter HERE instead of narrowing.
1773 Widen to top of buffer before searching backwards for a brace pair.
1774 (c-state-push-any-brace-pair): Add HERE parameter to function call.
1775 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1776 Narrow to parameter HERE, in place of being called narrowed.
1777 (c-remove-stale-state-cache): Extra parameter HERE in place of
1778 narrowing. Check there's an open brace in the cache before
1779 searching for its match.
1780 (c-invalidate-state-cache-1): Add HERE parameter to function call.
1781 (c-parse-state-1): Don't narrow here for 'forward strategy,
1782 instead passing extra parameter HERE to several functions.
1783 Remove 'BOD strategy.
1784
1785 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1786
1787 * emacs-lisp/package.el (describe-package-1): Tell what archive is
1788 used to install the package.
1789
1790 2013-02-06 Glenn Morris <rgm@gnu.org>
1791
1792 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1793 if we can't get user input. (Bug#6567)
1794
1795 * startup.el (command-line): If simple.el is missing,
1796 test and warn about for some possible causes.
1797
1798 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1799
1800 * cus-start.el (all): Add ns-use-native-fullscreen.
1801
1802 2013-02-05 Glenn Morris <rgm@gnu.org>
1803
1804 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1805
1806 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1807 Fix directory creation in fallback case.
1808
1809 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1810
1811 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1812 (vc-update-change-log): Use dolist.
1813
1814 2013-02-04 Chong Yidong <cyd@gnu.org>
1815
1816 * thingatpt.el: Rewrite the URL detection routines, absorbing some
1817 code from ffap.el.
1818 (thing-at-point-beginning-of-url-regexp): New var.
1819 (thing-at-point-uri-schemes): Update list of URI schemes.
1820 (thing-at-point-url-regexp): Variable deleted.
1821 (thing-at-point-markedup-url-regexp): Disallow newlines.
1822 (thing-at-point-newsgroup-regexp)
1823 (thing-at-point-newsgroup-heads)
1824 (thing-at-point-default-mail-uri-scheme): New variables.
1825 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
1826 method to find the possible bounds of the URI at point.
1827 New optional argument to find ill-formed URIs.
1828 (thing-at-point-url-at-point): Rewrite. New arguments for finding
1829 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
1830 the scheme-adding heuristics from ffap-url-at-point.
1831 (thing-at-point--bounds-of-well-formed-url): New function.
1832 Do parens matching to decide whether to include parens in the URI
1833 (Bug#9153).
1834
1835 * ffap.el: Require thingatpt.
1836 (ffap-url-at-point): Delegate URI detection to thing-at-point.
1837 All URI-valid characters are now recognized (Bug#5673).
1838 (ffap-string-at-point): Use use-region-p.
1839 (ffap-url-regexp): Extra character is handled by thing-at-point.
1840 (ffap-string-at-point-mode-alist): Allow parentheses.
1841 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1842 Convert to aliases; code moved to thingatpt.el.
1843 (ffap-gnus-hook): Use setq-local.
1844
1845 2013-02-04 Glenn Morris <rgm@gnu.org>
1846
1847 * emacs-lisp/ert.el (ert--explain-format-atom):
1848 Don't try to print non-characters as characters. (Bug#13543)
1849
1850 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
1851
1852 * net/tramp.el (tramp-debug-message): Extend function exclude list.
1853 (tramp-backtrace): New defun.
1854 (tramp-handle-insert-file-contents): Use `visit' when inserting
1855 the local copy.
1856
1857 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1858 Use `remote-file-name-inhibit-cache'.
1859
1860 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1863 (bug#13614).
1864
1865 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1866 current-load-list (bug#13366).
1867
1868 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
1869
1870 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1871 Identify g++ template instantiation trace. (Bug#12287)
1872 (compilation-mode-hook, compilation-start-hook)
1873 (compilation-window-height): Simplify docstrings. (Bug#13379)
1874
1875 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * mouse.el (mouse-drag-track): Always deactivate the mark before
1878 running the final event's command since that command is in charge of
1879 activating the mark if needed (bug#13523).
1880
1881 2013-02-02 Juri Linkov <juri@jurta.org>
1882
1883 * replace.el (perform-replace): Move let-bindings of isearch-*
1884 variables deeper to the loop that searches for the next match.
1885 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1886 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1887 (Bug#13579)
1888
1889 * isearch.el (isearch-search-fun-default): Check for null
1890 first element of isearch-cmds as a precaution when it's used
1891 with inactive isearch.
1892
1893 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
1894
1895 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1896 error when buffer in question is narrowed so position 1 is out of
1897 visible part.
1898
1899 2013-02-02 Glenn Morris <rgm@gnu.org>
1900
1901 * textmodes/remember.el (remember-clipboard): Doc fix.
1902
1903 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1906 properties (bug#13179).
1907
1908 2013-02-02 Juri Linkov <juri@jurta.org>
1909
1910 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1911 instead of hard-coded default face `match'. (Bug#9438)
1912
1913 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
1914
1915 * vc/vc-arch.el (vc-arch-registered):
1916 * vc/vc-bzr.el (vc-bzr-registered):
1917 * vc/vc-cvs.el (vc-cvs-registered):
1918 * vc/vc-git.el (vc-git-registered):
1919 * vc/vc-hg.el (vc-hg-registered):
1920 * vc/vc-mtn.el (vc-mtn-registered):
1921 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1922 (Bug#13139)
1923
1924 * info.el (Info-next-reference, Info-prev-reference): Add numeric
1925 prefix argument. (Bug#11656)
1926
1927 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1930
1931 2013-02-01 Glenn Morris <rgm@gnu.org>
1932
1933 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1934 if the backend is known not to support it.
1935
1936 * imenu.el (imenu-default-create-index-function):
1937 Tweak infinite loop test to check for forward motion as well as none.
1938
1939 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
1940
1941 * net/soap-client.el (soap-invoke): Encode the string for
1942 `url-request-data' as UTF-8.
1943 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1944
1945 2013-02-01 Glenn Morris <rgm@gnu.org>
1946
1947 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1948
1949 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1950
1951 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
1952
1953 * net/tramp.el (tramp-tramp-file-p): Comment check for
1954 `string-as-unibyte'. The function does not exist on XEmacs, and
1955 likely we need another approach.
1956
1957 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1958 `tramp-gw-*' variables are bound.
1959
1960 2013-01-31 Glenn Morris <rgm@gnu.org>
1961
1962 * files.el (basic-save-buffer-2): Choose coding system for
1963 writing the file before backing it up, to reduce delay between
1964 backing up and writing the new version. (Bug#13522)
1965
1966 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
1967
1968 * simple.el (cycle-spacing): New command.
1969 (just-one-space): Use it.
1970
1971 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
1974 (opascal-newline-always-indents): Remove custom.
1975 (opascal-tab, opascal-newline): Remove commands.
1976 (opascal-new-comment-line): Insert "\n" instead of calling newline.
1977 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1978 (opascal-save-match-data): Remove, use save-match-data instead.
1979 (opascal-save-state): Use with-silent-modifications.
1980
1981 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1982 (bug#13585).
1983
1984 2013-01-30 Juri Linkov <juri@jurta.org>
1985
1986 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1987 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
1988 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1989
1990 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1993 column if we're just deleting the backslashes.
1994 (makefile-fill-paragraph): Use eolp.
1995
1996 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1997
1998 * autorevert.el (auto-revert-use-notify): Fix docstring.
1999
2000 2013-01-30 Leo Liu <sdl.web@gmail.com>
2001
2002 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2003
2004 2013-01-30 Glenn Morris <rgm@gnu.org>
2005
2006 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2007 unread-command-events twice in some cases. This tries to implement
2008 the 2012-07-26 changes in a different way. (Bug#13560)
2009
2010 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2011
2012 * progmodes/python.el
2013 (python-pdbtrack-comint-output-filter-function): Enhancements on
2014 stacktrace detection. (thanks @gnovak)
2015
2016 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2019 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2020 Use defvar-local.
2021 (jit-lock-register): Use setq-local.
2022
2023 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2024
2025 * calc-units.el (math-default-units-table): Remove initial value.
2026 (calc-convert-units): Treat expressions where all the units cancel as
2027 if they didn't have units.
2028
2029 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2032 (tramp-completion-reread-directory-timeout): Fix type.
2033 (tramp-connection-min-time-diff): New defcustom.
2034
2035 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2036
2037 2013-01-30 Glenn Morris <rgm@gnu.org>
2038
2039 * imenu.el (imenu-default-create-index-function):
2040 Put back a version of the infinite loop test removed 2013-01-23.
2041
2042 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2043
2044 * progmodes/python.el (python-shell-parse-command):
2045 Find python-shell-interpreter with modified environment.
2046
2047 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2050
2051 2013-01-29 Alan Mackenzie <acm@muc.de>
2052
2053 Amend to fontify /regexp/s in actions correctly.
2054 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2055 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2056 are no longer included.
2057 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2058 What used to be these variables without "-line" in the name.
2059 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2060 (c-awk-non-arith-op-bra-re): Now also matches {.
2061 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2062 "return", and "case".
2063 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2064 by /.
2065 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2066 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2067
2068 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * autorevert.el (auto-revert-use-notify):
2071 Use `custom-initialize-default' for initialization. (Bug#13583)
2072
2073 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2074
2075 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2076 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2077 in `tramp-file-name-handler'.
2078 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2079 compatibility.
2080 (tramp-compute-multi-hops): Check, whether
2081 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2082
2083 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2086 (bug#13297).
2087
2088 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2089
2090 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2091 checks made superfluous by the \_< operator.
2092 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2093 temporarily) broken indentation.
2094 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2095 Highlight nested constants, too. \_< broke that.
2096
2097 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2098
2099 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2100 instead of "\\b".
2101
2102 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * autorevert.el (auto-revert-handler): Notifications which result
2105 from a saved file shall not be taken into account. (Bug#13557)
2106
2107 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2108
2109 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2110 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2111 (lisp-mode): Pass t for it. (Bug#13556)
2112
2113 2013-01-25 Alan Mackenzie <acm@muc.de>
2114
2115 AWK Mode: Fix indentation bug at top level. Bug #12274.
2116
2117 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2118 just before CASE 5D.
2119
2120 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2121
2122 * net/socks.el (socks-nslookup-host): Use string-to-number.
2123
2124 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2125
2126 * autorevert.el (auto-revert-remote-files)
2127 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2128 (auto-revert-notify-enabled, auto-revert-use-notify)
2129 (auto-revert-notify-watch-descriptor-hash-list)
2130 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2131 (auto-revert-notify-event-descriptor)
2132 (auto-revert-notify-event-action)
2133 (auto-revert-notify-event-file-name): Doc fix.
2134 (global-auto-revert-mode): Reorder checks.
2135 (auto-revert-notify-rm-watch): Respect changed values of
2136 `auto-revert-notify-watch-descriptor-hash-list'.
2137 (auto-revert-notify-add-watch): Check for
2138 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2139 `inotify-add-watch'. Watch `default-directory' instead of
2140 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2141 has a changed meaning now. (Bug#13540)
2142 (auto-revert-notify-handler): Change implementation wrt events
2143 returning from a directory.
2144 (auto-revert-handler): Reorder implementation for checks of remote
2145 files.
2146 (auto-revert-buffers): Fix parentheses error.
2147
2148 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2149
2150 * progmodes/python.el: Enhancements to header documentation about
2151 skeletons. (Bug#5716)
2152
2153 * imenu.el (imenu-default-create-index-function): Remove useless
2154 infinite loop check. (Bug#13438)
2155
2156 2013-01-25 Alan Mackenzie <acm@muc.de>
2157
2158 Fix a bug in the state cache mechanism. Refactor this a bit.
2159
2160 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2161 `cache-pos' element from the return value.
2162 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2163 buffer to enable proper searching from beyond HERE. Amend the
2164 test for detecting the sought brace pair. Amend the value written
2165 to the "brace desert cache" when the brace isn't found.
2166 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2167 and several other variables analogously.
2168 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2169 parameter to a locally calculated variable.
2170 (c-parse-state-1): Change the calling conventions to the two
2171 defuns involving `cache-pos'.
2172
2173 2013-01-25 Chong Yidong <cyd@gnu.org>
2174
2175 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2176
2177 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2178
2179 * paren.el (show-paren-function): Make sure to set 'priority and
2180 'face only if the overlay does exist.
2181
2182 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2183
2184 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2185
2186 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2187 basic attributes.
2188 (tramp-sh-handle-set-file-acl): Improve error checking.
2189
2190 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2191
2192 * doc-view.el (doc-view-display): Force mode line update until all
2193 document is converted. Suggested by Stefan Monnier (Bug#13164).
2194
2195 2013-01-23 Bastien Guerry <bzg@gnu.org>
2196
2197 * paren.el (show-paren-function): Make sure an overlay exists
2198 before trying to delete it. Also use `pos' as a position only
2199 when it is an integer.
2200
2201 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2202
2203 * play/gametree.el (gametree-break-line-here): Use point-marker.
2204
2205 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2206
2207 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2208 Mark descriptive parts with `display' property.
2209
2210 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2211
2212 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2213 New variable to map standard dict names to hunspell ones.
2214 (ispell-set-spellchecker-params): Make sure specific dict names
2215 are used for standard dicts with hunspell.
2216
2217 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2218
2219 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2220 chars for note (%N) and url (%U).
2221 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2222
2223 2013-01-21 Juri Linkov <juri@jurta.org>
2224
2225 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2226 in addition to existing separate binding `meta f10' in `global-map'.
2227 (Bug#13484)
2228
2229 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2230
2231 Improve XEmacs compatibility.
2232
2233 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2234
2235 * net/tramp-adb.el (top): Require `time-date'.
2236 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2237 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2238 Use `tramp-file-name-handler'.
2239 (tramp-adb-maybe-open-connection):
2240 Use `tramp-compat-set-process-query-on-exit-flag'.
2241
2242 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2243 Use `tramp-compat-funcall'.
2244
2245 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2246 `tramp-compat-funcall'.
2247
2248 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2249
2250 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2251 reimplementation using "adb shell command ..." instead of running
2252 remote shell interactively.
2253
2254 2013-01-20 Glenn Morris <rgm@gnu.org>
2255
2256 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2257 Add native profiler menu entries.
2258
2259 * profiler.el (profiler-running-p): New function.
2260 (profiler-cpu-profile): Use profiler-running-p.
2261 (profiler-report-mode-map): Add some more menu entries.
2262
2263 2013-01-19 Glenn Morris <rgm@gnu.org>
2264
2265 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2266 fixes 2012-12-07 change. (Bug#13499)
2267
2268 2013-01-19 Leo Liu <sdl.web@gmail.com>
2269
2270 * dired.el (dired-get-marked-files): Prune erroneous values due to
2271 last change. (Bug#13152)
2272
2273 2013-01-19 Glenn Morris <rgm@gnu.org>
2274
2275 * progmodes/etags.el (tags-table-check-computed-list):
2276 Preserve point in tags buffer. (Bug#13412)
2277
2278 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2279
2280 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2281 Chong Yidong <cyd@gnu.org>
2282
2283 * image-mode.el (image-next-file, image-previous-file):
2284 New commands (Bug#8453).
2285 (image-mode-map): Bind them to n and p.
2286 (image-mode--images-in-directory): New helper function.
2287
2288 2013-01-19 Chong Yidong <cyd@gnu.org>
2289
2290 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2291 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2292 save and restore the old window configuration.
2293
2294 2013-01-18 Leo Liu <sdl.web@gmail.com>
2295
2296 * progmodes/js.el: Tweak autoload cookie for alias.
2297
2298 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2301 buffer local, again. This was lost with the fix on 2013-01-12.
2302
2303 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2304
2305 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2306 order to support several eshell buffers in parallel.
2307
2308 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2309
2310 * autorevert.el (auto-revert-use-notify): In the :set function, do
2311 not modify `kill-buffer-hook'.
2312 (auto-revert-notify-rm-watch):
2313 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2314 (auto-revert-notify-add-watch): Do not call
2315 `auto-revert-notify-rm-watch', but add it to a buffer local
2316 `kill-buffer-hook'.
2317
2318 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2321 call to `eval' rather than a backquoted lambda.
2322
2323 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2326 to return an explicit nil.
2327 (advice--remove-function): Change accordingly.
2328
2329 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2330 the use of nadvice.el.
2331
2332 * progmodes/which-func.el (which-function): Silence imenu errors
2333 (bug#13433).
2334
2335 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2336
2337 * progmodes/sql.el: (sql-imenu-generic-expression):
2338 (sql-mode-font-lock-object-name): Match schema qualified names.
2339 (sql-connect): Use string keys.
2340 (sql-product-interactive): Wait for interpreter prompt.
2341 (sql-comint-oracle): Set process coding based on NLS_LANG.
2342
2343 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2344
2345 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2346 (sql-interactive-remove-continuation-prompt):
2347 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2348
2349 2013-01-14 Leo Liu <sdl.web@gmail.com>
2350
2351 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2352 (Bug#13420)
2353
2354 2013-01-14 Glenn Morris <rgm@gnu.org>
2355
2356 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2357 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2358
2359 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2360
2361 * progmodes/python.el (python-nav-end-of-statement):
2362 Fix cornercase when handling multiline strings.
2363
2364 2013-01-13 Richard Stallman <rms@gnu.org>
2365
2366 * mail/sendmail.el (mail-position-on-field): Add doc string.
2367
2368 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2369 Get current message boundaries and pass them to
2370 message-forward-make-body-mime. Minor style changes.
2371
2372 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2373
2374 * cus-start.el (all): Avoid warnings about
2375 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2376
2377 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2378
2379 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2380
2381 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2384 (jit-lock--debug-fontifying): New var.
2385 (jit-lock--debug-fontify): New function.
2386 * subr.el (condition-case-unless-debug): Don't prevent catching the
2387 error, just let the debbugger run.
2388 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2389 timer code and don't drop errors silently.
2390
2391 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2392
2393 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2394 `permanent-local' property.
2395 (auto-revert-notify-handler): Use `file-equal-p'.
2396
2397 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2398
2399 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2400 file notification by ACTION. For filtering by file name, compare
2401 only the non-directory part of the file name.
2402
2403 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * autorevert.el: Use cl-lib instead of cl.
2406
2407 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2408 (vc-bzr-checkin): Use it.
2409 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2410 will preserve match-data.
2411
2412 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2413
2414 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2415 (js--declaration-keyword-re): New var.
2416 (js--multi-line-declaration-indentation): New function.
2417 (js--proper-indentation): Use it.
2418
2419 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2420
2421 * calc/calc.el (calc-highlight-selections-with-faces)
2422 (calc-dispatch):
2423 * comint.el (comint-history-isearch-message):
2424 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2425 * ffap.el (ffap-string-at-point-region, ffap-next)
2426 (ffap-string-at-point, ffap-string-around)
2427 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2428 (ffap-literally):
2429 * font-lock.el (font-lock-keywords-alist)
2430 (font-lock-removed-keywords-alist):
2431 * help-mode.el (help-xref-symbol-regexp):
2432 * info.el (Info-find-emacs-command-nodes):
2433 * international/mule.el (add-to-coding-system-list):
2434 * isearch.el (isearch-message-function, isearch-fail-pos):
2435 * misearch.el (multi-isearch-next-buffer-function):
2436 * newcomment.el (comment-box):
2437 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2438 (pr-setting-database):
2439 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2440 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2441 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2442 (pike-font-lock-keywords-3):
2443 * progmodes/compile.el (compile):
2444 * progmodes/etags.el (tags-table-files)
2445 (tags-table-files-function, tags-included-tables-function):
2446 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2447 (gdb-restore-windows):
2448 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2449 (ps-n-up-filling-database):
2450 * server.el (server-buffer, server-log):
2451 * simple.el (newline, delete-backward-char, delete-forward-char)
2452 (minibuffer-history-isearch-message, kill-line, track-eol)
2453 (temporary-goal-column):
2454 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2455 (flyspell-default-deplacement-commands):
2456 * textmodes/ispell.el (ispell-accept-output):
2457 * textmodes/sgml-mode.el (html-tag-help):
2458 * vc/compare-w.el (compare-ignore-whitespace)
2459 (compare-ignore-case, compare-windows-dehighlight):
2460 * vc/diff.el (diff):
2461 * whitespace.el (whitespace-point)
2462 (whitespace-font-lock-refontify, whitespace-bob-marker)
2463 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2464
2465 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2466
2467 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2468 (auto-revert-notify-rm-watch): Ignore errors.
2469 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2470 inotify, and '(size last-write-time) for w32notify.
2471 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2472 watch fails - this is a fallback to the file modification check.
2473 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2474 (auto-revert-notify-event-action)
2475 (auto-revert-notify-event-file-name): New defuns.
2476 (auto-revert-notify-handler): Use them. Implement first
2477 plausibility checks.
2478 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2479
2480 2013-01-11 Julien Danjou <julien@danjou.info>
2481
2482 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2483 max are almost equal. Also return the correct value for V which is
2484 already between 0 and 1.
2485
2486 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2487
2488 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2489
2490 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2491
2492 * autorevert.el (auto-revert-notify-rm-watch)
2493 (auto-revert-notify-add-watch): Fix typos in w32notify function
2494 names.
2495
2496 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * autorevert.el (auto-revert-notify-enabled): Move up.
2499 (auto-revert-use-notify): New defcustom.
2500 (auto-revert-mode, global-auto-revert-mode)
2501 (auto-revert-notify-add-watch, auto-revert-handler)
2502 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2503 `auto-revert-notify-enabled'.
2504
2505 2013-01-10 Elias Pipping <pipping@exherbo.org>
2506
2507 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2508 * doc-view.el (doc-view-document->bitmap):
2509 Use doc-view-single-page-converter-function instead of
2510 single-page-converter arg; adjust callers.
2511
2512 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2513
2514 * progmodes/which-func.el (which-function): Understand Semantic's use
2515 of overlays in imenu--index-alist.
2516
2517 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2518
2519 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2520 (Man-man-k-use-anchor): New var.
2521 (Man-parse-man-k): New function.
2522 (Man-completion-table): Use it.
2523 (man): Flush the completion cache between uses.
2524
2525 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2526
2527 * autorevert.el: Add file watch support.
2528 (auto-revert-notify-enabled): New defconst.
2529 (auto-revert-notify-watch-descriptor-hash-list)
2530 (auto-revert-notify-watch-descriptor)
2531 (auto-revert-notify-modified-p): New defvars.
2532 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2533 (auto-revert-notify-handler): New defuns.
2534 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2535 when mode is disabled.
2536 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2537 (auto-revert-buffers): Add file watches for active buffers.
2538
2539 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2540
2541 * cus-start.el (toplevel): Only allow float values for
2542 scroll-up-aggressively and scroll-down-aggressively.
2543 Allow any number for line-spacing.
2544
2545 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2548 (doc-view-pdf->png-converter-function): Use mupdf if available.
2549 (doc-view-djvu->png-converter-function)
2550 (doc-view-ps->png-converter-function): Remove.
2551 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2552 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2553 (doc-view-already-converted-p): Adjust accordingly.
2554 (doc-view-mode-p): Simplify.
2555 (doc-view-enlarge): Use setq-local.
2556 (doc-view-pdf->png-converter-ghostscript)
2557 (doc-view-djvu->png-converter-ddjvu)
2558 (doc-view-pdf->png-converter-mupdf): Rework to call
2559 doc-view-start-process directly.
2560 (doc-view-pdf/ps->png): Simplify accordingly.
2561 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2562 (doc-view-document->bitmap): Rename from doc-view-document->png.
2563 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2564 (doc-view-set-slice-from-bounding-box): Fix completion table.
2565 (doc-view-mode): Use add-hook for after-revert-hook.
2566
2567 2013-01-10 Glenn Morris <rgm@gnu.org>
2568
2569 * emacs-lisp/authors.el (authors-ignored-files)
2570 (authors-valid-file-names, authors-renamed-files-alist):
2571 Add some more entries.
2572
2573 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2576 `t' pseudo-window entry.
2577
2578 2013-01-10 Alan Mackenzie <acm@muc.de>
2579
2580 Fix bugs in the c-parse-state mechanism. Reuse some markers
2581 instead of continually generating new ones.
2582
2583 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2584 (c-state-old-cpp-end-marker): New variables.
2585 (c-append-lower-brace-pair-to-state-cache): Start a backward
2586 search for "}" definitively outside CPP constructs.
2587 (c-remove-stale-state-cache): Inform the caller of a need to
2588 search back for a brace pair in certain circumstances.
2589 (c-state-maybe-marker): New macro.
2590 (c-parse-state): Reuse markers when appropriate.
2591
2592 2013-01-10 Glenn Morris <rgm@gnu.org>
2593
2594 * simple.el (execute-extended-command): Doc fix.
2595 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2596
2597 2013-01-10 Chong Yidong <cyd@gnu.org>
2598
2599 * faces.el (read-face-name): Doc fix.
2600
2601 2013-01-10 Roland Winkler <winkler@gnu.org>
2602
2603 * emacs-lisp/crm.el: Allow any regexp for separators.
2604 (crm-default-separator): All spaces around the default comma separator.
2605 (crm--completion-command): New macro.
2606 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2607 (crm-complete-and-exit): Handle non-single-char separators.
2608
2609 2013-01-09 Elias Pipping <pipping@lavabit.com>
2610
2611 * doc-view.el: Add support for DjVu (bug#13164).
2612 (doc-view-djvu->png-converter-function): New config var.
2613 (doc-view-single-page-converter-function, doc-view--image-type)
2614 (doc-view--image-file-extension): New vars.
2615 (doc-view-mode): Initialize them.
2616 (doc-view-goto-page): Use them.
2617 (doc-view-mode-p): Add support for ddjvu.
2618 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2619 (doc-view-set-up-single-converter): New funs.
2620 (doc-view-pdf/ps->png): Extend for djvu.
2621 (doc-view-document->png): Rename from doc-view-pdf->png.
2622 (doc-view-convert-current-doc): Handle djvu.
2623 (doc-view-insert-image, doc-view-display)
2624 (doc-view-already-converted-p): Don't hardcode png.
2625 (doc-view-set-doc-type): Recognize djvu docs.
2626
2627 2013-01-09 Elias Pipping <pipping@lavabit.com>
2628
2629 * doc-view.el: Add support for mupdf converter (bug#13164).
2630 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2631 (doc-view-ps->png-converter-function): New config vars.
2632 (doc-view-pdf->png-converter-ghostscript)
2633 (doc-view-ps->png-converter-ghostscript)
2634 (doc-view-pdf->png-converter-mupdf): New functions.
2635 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2636
2637 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2638
2639 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2640 first in session cache: When `tramp-own-remote-path' is in
2641 `tramp-remote-path', the remote path is only set in the session
2642 cache.
2643
2644 2013-01-09 Glenn Morris <rgm@gnu.org>
2645
2646 * emacs-lisp/trace.el (trace-function-foreground)
2647 (trace-function-background): Doc fix.
2648
2649 2013-01-09 Juri Linkov <juri@jurta.org>
2650
2651 * international/mule-cmds.el (read-char-by-name): Move let-binding
2652 of completion-ignore-case around completing-read to fix regression
2653 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2654 `string-match-p' using the nil value of `case-fold-search' and
2655 `completion-ignore-case' in `completion-pcm--all-completions'.
2656 (Bug#12615).
2657
2658 2013-01-09 Glenn Morris <rgm@gnu.org>
2659
2660 * progmodes/compile.el (compilation-parse-errors):
2661 Fix typo. (Bug#13369)
2662
2663 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2664
2665 * comint.el (comint-send-input): Check size of buffer before
2666 waiting for process output, in case already accepted. (Bug#13290)
2667
2668 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2669
2670 Spelling fixes.
2671 * net/tramp-adb.el (tramp-adb-get-toolbox):
2672 Fix misspelling of 'unknown'.
2673
2674 2013-01-08 Juri Linkov <juri@jurta.org>
2675
2676 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2677 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2678 Use underline style wave on terminals that support it. (Bug#13000)
2679
2680 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2683 the predicate returns nil.
2684
2685 * simple.el: Use lexical-binding.
2686 (primitive-undo): Use pcase.
2687 (minibuffer-history-isearch-push-state): Use a closure.
2688
2689 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2690
2691 * simple.el (primitive-undo): Move from undo.c.
2692
2693 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2696 (cvs-mode-remove-handled): Use it (bug#13380).
2697
2698 * emacs-lisp/nadvice.el (advice--tweak): New function.
2699 (advice--remove-function, advice--subst-main): Use it.
2700
2701 * emacs-lisp/advice.el: Update commentary.
2702
2703 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2704
2705 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2706 Remove spurious entry.
2707
2708 2013-01-08 Glenn Morris <rgm@gnu.org>
2709
2710 * net/tramp.el (tramp-default-host-alist): Add :version.
2711
2712 2013-01-08 Juri Linkov <juri@jurta.org>
2713
2714 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2715 single completion. (Bug#12456)
2716 (info--manual-names): Expand node completions into an explicit list
2717 before appending it to another list. Filter out internal buffers
2718 with the leading space in the buffer name. (Bug#10771)
2719
2720 2013-01-08 Juri Linkov <juri@jurta.org>
2721
2722 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2723 that defaults to the Top node.
2724 (Info-goto-node, Info-read-node-name): Doc fix to mention that
2725 the short format (FILENAME) goes to the Top node.
2726 (Info-build-node-completions): Rename arg `file' to `filename'.
2727 (Bug#13365)
2728
2729 2013-01-07 Bastien Guerry <bzg@gnu.org>
2730
2731 * menu-bar.el (menu-bar-search-documentation-menu):
2732 Use `apropos-user-option' and fix the help message.
2733
2734 2013-01-07 Bastien Guerry <bzg@gnu.org>
2735
2736 * apropos.el (apropos-do-all): Update docstring.
2737 (apropos-user-option-button): New face.
2738 (apropos-user-option): Rename from `apropos-variable' and update
2739 docstring.
2740 (apropos-variable): Rewrite, now show all variables by default.
2741 (apropos-print): Mention "User option" instead of "Variable" when
2742 printing doc for user options. (Bug#13276)
2743
2744 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
2745
2746 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2747 Handle filename correctly, when parsing "source -> target" symlink
2748 output.
2749 (tramp-adb-handle-set-file-times): New defun.
2750
2751 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2754 advice list when the interactive-spec of ad-Advice-* changes.
2755
2756 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * wid-edit.el (widget-default-get): Work for inlined elements.
2759 (Bug#12670)
2760
2761 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/tramp.el (tramp-default-host-alist): New defcustom.
2764 (tramp-find-host): Use it.
2765 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
2766 `eshell-directory-change-hook'.
2767
2768 * net/tramp-adb.el (top): Add adb specific entry in
2769 `tramp-default-host-alist'.
2770 (tramp-adb-file-name-host): Remove function.
2771 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2772 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2773
2774 * net/tramp-sh.el: Move eshell integration code to tramp.el.
2775
2776 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
2777
2778 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2779
2780 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2783 consist of more than one digit.
2784 (tramp-adb-file-name-handler-alist):
2785 Use `tramp-handle-file-exists-p' consistently.
2786 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2787 (tramp-adb-handle-file-exists-p): Remove function.
2788 (tramp-adb-file-name-host): New defun.
2789 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2790 Use it.
2791 (tramp-adb-maybe-open-connection): Set "remote-path" property.
2792
2793 2013-01-06 Chong Yidong <cyd@gnu.org>
2794
2795 * vc/vc.el (vc-next-action): Detect buffer modifications
2796 conflicting with locking VCS operation (Bug#11490).
2797
2798 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2799
2800 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2803 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2804
2805 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
2806
2807 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2808 parsing of ls output using regular expression (handle filenames
2809 with spaces). Use virtual device number.
2810 (tramp-do-parse-file-attributes-with-ls): New defun (Code
2811 cleanup).
2812
2813 2013-01-04 Daiki Ueno <ueno@gnu.org>
2814
2815 * epg.el: Silence byte-compiler warnings.
2816 (epg--start): Use delete-char instead of delete-backward-char.
2817 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2818
2819 2013-01-04 Daiki Ueno <ueno@gnu.org>
2820
2821 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2822 Suggested by Eli Zaretskii <eliz@gnu.org>.
2823
2824 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2827 non-negative integers. Otherwise, the default values are used.
2828 (tramp-convert-file-attributes): Convert uid and gid to integers.
2829
2830 2013-01-04 Glenn Morris <rgm@gnu.org>
2831
2832 * term.el (term-handle-colors-array): Ensure face attributes
2833 are fully specified, not nil. (Bug#13337)
2834
2835 * term.el (term-default-fg-color, term-default-bg-color):
2836 Fix custom type.
2837
2838 * progmodes/etags.el (tags-compression-info-list): Doc fix.
2839 (tag-find-file-of-tag-noselect): Check auto-compression-mode
2840 rather than 'jka-compr being loaded. (Bug#13338)
2841
2842 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
2843
2844 * icomplete.el (icomplete-completions):
2845 Honor icomplete-prospects-height once more following
2846 2012-11-29 changes. (Bug#13224)
2847
2848 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * subr.el (internal--called-interactively-p--get-frame): Find aliases
2851 of called-interactively-p as well (bug#13237).
2852
2853 * view.el (view--enable, view--disable): Rename from view-mode-enable
2854 and view-mode-disable and assume it's called from view-mode.
2855 (view-mode-enable, view-mode-disable): Redefine as obsolete
2856 compatibility layer above view-mode.
2857 (view-mode-enter): Call `view-mode'.
2858
2859 * files.el (after-find-file): Call `view-mode'.
2860
2861 * doc-view.el (doc-view-scale-internally): New var.
2862 (doc-view-enlarge, doc-view-insert-image): Obey it.
2863
2864 2013-01-03 Daiki Ueno <ueno@gnu.org>
2865
2866 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2867 exist. (Bug#13344)
2868
2869 2013-01-03 Glenn Morris <rgm@gnu.org>
2870
2871 * mail/rmail.el (rmail-set-header-1): Ignore case.
2872 Handle multi-line headers. (Bug#13330)
2873
2874 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2875 Handle paragraph starting at beginning of buffer.
2876
2877 * subr.el (eval-after-load): Don't purecopy the form, so that it
2878 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
2879
2880 * emacs-lisp/byte-run.el (defun): Place cl declarations
2881 after any interactive spec. (Bug#13265)
2882
2883 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2884
2885 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2886 defun. Don't check for DECL if DOCSTRING isn't a string.
2887 (defun): Likewise.
2888
2889 2013-01-02 Glenn Morris <rgm@gnu.org>
2890
2891 * eshell/em-cmpl.el (eshell-pcomplete):
2892 More thoroughly imitate pcomplete. (Bug#13293)
2893
2894 * files.el (parse-colon-path): Doc fix. (Bug#12351)
2895 Return nil for empty path elements. (Bug#13296)
2896
2897 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
2898
2899 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2900 order to improve efficiency (Based on Daniel Colascione's
2901 <dancol@dancol.org> patch). (Bug#13182)
2902
2903 2013-01-02 Glenn Morris <rgm@gnu.org>
2904
2905 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2906
2907 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2908
2909 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2910 neither DOCSTRING nor DECL was given. (Bug#13316)
2911
2912 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
2913
2914 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2915 `error' call.
2916 (tramp-do-copy-or-rename-file): Ignore errors when calling
2917 `set-file-extended-attributes'.
2918
2919 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2920 Add handler for `file-acl'.
2921 (tramp-smb-handle-file-acl): New defun.
2922
2923 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
2924
2925 * calc/README: Mention ISO 8601 week-numbering dates.
2926
2927 2013-01-01 Martin Rudalics <rudalics@gmx.at>
2928
2929 * view.el (view-mode-enable): New argument run-view-mode-hook.
2930 Run view-mode-hook only when it's non-nil (Bug#13315).
2931 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2932 argument t.
2933
2934 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
2935
2936 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2937 (No device connected, invalid device name). (Bug #13299)
2938
2939 2012-12-31 Martin Rudalics <rudalics@gmx.at>
2940
2941 * window.el (window-resizable--p): Rename to window-resizable-p.
2942 (window-resize-no-error): New function.
2943
2944 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2945 broken in fix from 2012-12-28.
2946
2947 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * subr.el (special-form-p): Don't signal errors on undef aliases.
2950
2951 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
2952
2953 * calc/calc-forms.el (math-parse-date): Try using
2954 `math-parse-iso-date' when it looks like it might be needed.
2955 Allow times of 24:00.
2956 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
2957 of 24:00.
2958
2959 2012-12-30 Glenn Morris <rgm@gnu.org>
2960
2961 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2962 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
2963 (rmail-summary-displayed, rmail-summary): Declare.
2964 (mairix-rmail-display): Just require rmail.
2965
2966 2012-12-30 Chong Yidong <cyd@gnu.org>
2967
2968 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2969 check for the tarball contents.
2970
2971 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
2972
2973 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2974 tarfile content listings (Bug#13136).
2975
2976 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
2977
2978 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2979 Insert the undecoded text of the message being forwarded. (Bug#9521)
2980
2981 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2984 integers, if they are real numbers. (Bug#13282)
2985
2986 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2987 Return `t' on success.
2988
2989 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2990 Add handler for `set-file-selinux-context'.
2991
2992 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
2993
2994 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2995 (tramp-sh-handle-set-file-acl): Return `t' on success.
2996
2997 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2998
2999 * files.el (backup-buffer-copy, basic-save-buffer-2):
3000 If set-file-extended-attributes fails, fall back on set-file-modes
3001 instead of signaling an error. (Bug#13298)
3002 (basic-save-buffer): Likewise.
3003
3004 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3005
3006 * progmodes/python.el: Support other commands triggering
3007 python-indent-line so indentation cycling continues to work.
3008 (python-indent-trigger-commands): New defcustom.
3009 (python-indent-line): Use it.
3010
3011 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3012
3013 * progmodes/python.el (python-shell-send-region): Add blank lines
3014 for non sent code so backtraces remain correct.
3015
3016 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3017
3018 * progmodes/python.el: Remove cl dependency.
3019 (python-syntax-count-quotes): Replace incf call.
3020 (python-fill-string): Replace setf call.
3021
3022 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3023
3024 * info.el (info-other-window): New arg, for consistency with info.
3025
3026 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3027
3028 * mail/rmail.el (rmail-maybe-display-summary):
3029 Rewrite (Bug#13066).
3030
3031 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3032
3033 * epg.el (epg--start): Modify process-environment locally.
3034
3035 2012-12-28 Daiki Ueno <ueno@gnu.org>
3036
3037 * epg.el: Support pinentry-curses.
3038 Suggested by Werner Koch in
3039 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3040 (epg-agent-file, epg-agent-mtime): New variable.
3041 (epg--start): Record the modified time of gpg-agent socket file,
3042 to restore Emacs frame after pinentry-curses termination.
3043 (epg-wait-for-completion): Restore Emacs frame here.
3044
3045 2012-12-27 Juri Linkov <juri@jurta.org>
3046
3047 * info.el (Info-file-completions): New variable.
3048 (Info-read-node-name-1): Complete node names in the Info file
3049 when a file name is given. Call `Info-build-node-completions'
3050 with a file name.
3051 (Info-build-node-completions): Add new arg `file'. When it is
3052 non-nil, visit it in a temporary buffer and cache its completions in
3053 `Info-current-file-completions'. Move most of the function body to
3054 `Info-build-node-completions-1'.
3055 (Info-build-node-completions-1): New function with the body from
3056 `Info-build-node-completions'. (Bug#12456)
3057
3058 2012-12-27 Juri Linkov <juri@jurta.org>
3059
3060 * frame.el (frame-maximization-style): Remove user option.
3061 (cycle-frame-maximized): Remove function.
3062 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3063 (toggle-frame-fullscreen): New command bound to <f11> instead of
3064 `toggle-frame-maximized'.
3065 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3066
3067 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3068
3069 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3070
3071 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3072 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3073 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3074 for `file-accessible-directory-p'. (Bug#13275)
3075
3076 2012-12-27 Sam Steingold <sds@gnu.org>
3077
3078 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3079 continuations, see <http://stackoverflow.com/questions/3582436>.
3080
3081 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3082
3083 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3084 "module" and "def" to have indentation before them.
3085 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3086
3087 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3088
3089 2012-12-27 Alan Mackenzie <acm@muc.de>
3090
3091 Speed up fontification where there's large brace blocks.
3092 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3093 to a call of c-beginning-of-decl-1.
3094
3095 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3096
3097 * comint.el (comint-adjust-window-point): New function.
3098 (comint-postoutput-scroll-to-bottom):
3099 Call comint-adjust-window-point (Bug#13248).
3100
3101 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3102
3103 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3104 Rakefile regexp.
3105 (auto-mode-alist): Associate .gemspec files with ruby-mode
3106 (https://bugs.ruby-lang.org/issues/5453).
3107
3108 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3109
3110 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3111 Suppress coloring, if possible (required for BusyBox based systems like
3112 CyanogenMod).
3113 (tramp-adb-handle-file-attributes)
3114 (tramp-adb-handle-insert-directory)
3115 (tramp-adb-handle-file-name-all-completions): Use it.
3116 (tramp-adb-get-toolbox): New defun. Check for remote shell
3117 implementation (BusyBox or Toolbox).
3118
3119 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3120
3121 * startup.el (initial-buffer-choice): Allow function as value
3122 (Bug#13251).
3123 (command-line-1): Handle case where initial-buffer-choice
3124 specifies a function.
3125 * server.el (server-execute): Handle case where
3126 initial-buffer-choice specifies a function.
3127
3128 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3129
3130 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3131 its own function.
3132 (smtpmail-try-auth-methods): Forget the user name/password if the
3133 login is unsuccessful (bug#12424).
3134
3135 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * notifications.el (notifications-notify): Protect body with
3138 `with-demoted-errors'.
3139
3140 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3141 Check properties of remote device. Restart connection, if there is a
3142 change.
3143
3144 2012-12-21 Chong Yidong <cyd@gnu.org>
3145
3146 * sort.el (sort-subr): Doc fix (Bug#13056).
3147
3148 2012-12-21 Bastien Guerry <bzg@gnu.org>
3149
3150 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3151
3152 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * simple.el (process-file): Overwrite stderr file, if exists.
3155
3156 2012-12-21 Daiki Ueno <ueno@gnu.org>
3157
3158 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3159 (epg-error): Set `error-message' property.
3160
3161 2012-12-21 Chong Yidong <cyd@gnu.org>
3162
3163 * international/mule-cmds.el (read-char-by-name): Signal an error
3164 if the user does not supply a valid character (Bug#13177).
3165
3166 * simple.el (transpose-subr-1): Preserve marker positions by
3167 changing the insertion sequence (Bug#13122).
3168
3169 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3170
3171 * simple.el (kill-region): Deactivate mark even for empty regions
3172 (Bug#13169).
3173
3174 2012-12-21 Chong Yidong <cyd@gnu.org>
3175
3176 * help-fns.el (describe-variable): Make sure we get the right
3177 buffer name (Bug#13105). Suggested by Kelly Dean.
3178
3179 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3180
3181 * comint.el (comint-redirect-previous-input-string): New variable.
3182 (comint-redirect-setup, comint-redirect-cleanup)
3183 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3184 (comint-redirect-preoutput-filter): Fix verbose message.
3185
3186 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3189 is too long for Tramp. See discussion in
3190 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3191
3192 * progmodes/compile.el (compilation-start): Remove line escape
3193 template.
3194
3195 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3196
3197 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3198 Adjust comment.
3199
3200 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3201
3202 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3203 following non-comment text (bug#13207).
3204 (lm-header-multiline): Continuation lines need to be indented more than
3205 the first line.
3206 (lm-homepage): New function.
3207 (lm-with-file): Don't be confused if narrowing is in effect.
3208
3209 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3212 very beginning of a hunk (e.g. killing the first line).
3213
3214 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3215
3216 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3217 and text properties from returned ACL string.
3218 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3219 for "setfacl" command.
3220
3221 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3224 `tramp-cleanup-this-connection', when the process has died.
3225 (Bug#13151)
3226
3227 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3230
3231 2012-12-17 Kevin Ryde <user42@zip.com.au>
3232
3233 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3234
3235 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3236
3237 Add support for preserving ACL entries of files.
3238
3239 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3240 `set-file-acl' handlers.
3241
3242 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3243 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3244
3245 * net/tramp-compat.el (tramp-compat-copy-file):
3246 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3247
3248 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3249 Add `file-acl' and `set-file-acl' handlers.
3250 (tramp-gvfs-handle-copy-file):
3251 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3252 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3253 New defuns.
3254
3255 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3256 Add `file-acl' and `set-file-acl' handlers.
3257 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3258 (tramp-sh-handle-set-file-acl): New defuns.
3259 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3260 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3261
3262 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3263 Add `file-acl' and `set-file-acl' handlers.
3264 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3265
3266 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3267
3268 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3269 use pop-to-buffer with NORECORD argument t. As buffer name, use
3270 *Metahelp* with a leading space (Bug#13190).
3271
3272 2012-12-16 Romain Francoise <romain@orebokech.com>
3273
3274 * files.el (file-extended-attributes)
3275 (set-file-extended-attributes): New functions.
3276 (backup-buffer): Use them to handle both SELinux context and ACL
3277 entries.
3278 (backup-buffer-copy): Work with an alist of extended attributes,
3279 rather than an SELinux context.
3280 (basic-save-buffer-2): Ditto.
3281
3282 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3283
3284 * battery.el (battery-bsd-apm): New function.
3285
3286 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3287
3288 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3289 standard date formats.
3290
3291 2012-12-15 Juri Linkov <juri@jurta.org>
3292
3293 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3294 `isearch-insert-char-by-name'.
3295 (with-isearch-suspended): New defmacro with body mostly from
3296 `isearch-edit-string' except the part that sets
3297 `isearch-new-string' and `isearch-new-message'.
3298 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3299 body that sets `isearch-new-string' and `isearch-new-message'.
3300 (isearch-insert-char-by-name): New command.
3301 * international/mule-cmds.el (read-char-by-name): Let-bind
3302 `enable-recursive-minibuffers' to t.
3303 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3304
3305 2012-12-15 Juri Linkov <juri@jurta.org>
3306
3307 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3308 (Bug#13175)
3309
3310 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3311
3312 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3313 the prompt. (Bug#13045)
3314
3315 2012-12-14 Glenn Morris <rgm@gnu.org>
3316
3317 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3318 Try to include filename in non-bytecomp warning. (Bug#13132)
3319
3320 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 Fix permissions bugs with setgid directories etc. (Bug#13125)
3323 * files.el (backup-buffer): Don't rely on 9th output of
3324 file-attributes, as it's now a placeholder. Instead, use the new
3325 optional arg of file-ownership-preserved-p.
3326 (file-ownership-preserved-p): New optional arg GROUP.
3327 Fix mishandling of setuid directories that would cause this
3328 function to return t when it should have returned nil.
3329 Document what happens if the file does not exist, and when
3330 it's not known whether the ownership will be preserved.
3331 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3332 Likewise.
3333 (tramp-get-local-gid): Use group-gid for integer, as that's
3334 faster and more reliable.
3335
3336 2012-12-14 Julien Danjou <julien@danjou.info>
3337
3338 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3339 Update keywords list, data type and PL/pgSQL.
3340
3341 2012-12-14 Dave Abrahams <dave@boostpro.com>
3342
3343 * vc/ediff-util.el (ediff-buffer-type): New function.
3344 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3345 rather than taking it as as argument.
3346 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3347
3348 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3349
3350 * json.el: Add pretty-print option (bug#12634).
3351 (json-encoding-separator, json-encoding-default-indentation)
3352 (json--encoding-current-indentation, json-encoding-pretty-print)
3353 (json-encoding-lisp-style-closings): New vars.
3354 (json--with-indentation): New macro.
3355 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3356 (json-encode-array): Use it to obey json-encoding-pretty-print.
3357 (json-pretty-print-buffer, json-pretty-print): New commands.
3358
3359 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3360
3361 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3362 Extract `ruby-syntax-propertize-expansions'.
3363 (ruby-syntax-propertize-expansions): Only change syntax on
3364 certain string delimiters, to punctuation. This way the common
3365 functions like forward-word and thing-at-point still work.
3366 (ruby-match-expression-expansion): Improve readability.
3367 (ruby-block-contains-point): New function.
3368 (ruby-add-log-current-method): Handle several edge cases.
3369
3370 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3371
3372 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3373 unload-feature finishes even when aborting an ongoing edebug session.
3374 Also, do not worry about edebug-mode, unload-feature takes care of it.
3375
3376 2012-12-13 Andreas Schwab <schwab@suse.de>
3377
3378 * net/tls.el (tls-program): Update customize type.
3379
3380 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3381
3382 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3383 (edebug-setup-hook, cl-read-load-hooks): Use it.
3384 (edebug-unload-function): New function. (Bug#13163)
3385
3386 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3387
3388 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3389 Otherwise, there could be errors in autoloading. (Bug#13151)
3390
3391 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3392
3393 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3394 sequences.
3395
3396 2012-12-13 Alan Mackenzie <acm@muc.de>
3397
3398 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3399 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3400 around `forward-comment' not recognizing ^M as whitespace.
3401
3402 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3403
3404 * progmodes/python.el (python-skeleton-class)
3405 (python-skeleton-def): Do not add space after defun name.
3406
3407 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3410 (cl--symbol-function): Remove (now that funbound is like nil).
3411
3412 2012-12-12 Glenn Morris <rgm@gnu.org>
3413
3414 * button.el (button--area-button-p): Fix typo.
3415
3416 2012-12-12 Sam Steingold <sds@gnu.org>
3417
3418 * frame.el (frame-maximization-style): New user option.
3419 (toggle-frame-maximized): Toggle frame maximization according to
3420 `frame-maximization-style', bound to <f11>.
3421 (cycle-frame-maximized): Cycle between all maximization styles and
3422 non-maximized frame, bound to shift-<f11>.
3423
3424 2012-12-12 David Cadé <codename68@gmail.com>
3425
3426 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3427
3428 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3429
3430 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3431 (eieio-override-prin1): Don't quote kewords and booleans.
3432 (object-write) <eieio-default-superclass>: Don't put closing parens
3433 on new line, avoid needless empty lines, align values that are objects
3434 with the slot keyword (instead of beginning on the same line).
3435 (eieio-list-prin1): Align value with slot keyword; increase
3436 eieio-print-depth before printing members of the list.
3437
3438 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3441 a display text-property.
3442 (report-emacs-bug-hook): Don't bother deleting it any more.
3443
3444 * hilit-chg.el (highlight-save-buffer-state): Delete.
3445 Use with-silent-modifications instead.
3446 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3447
3448 * button.el: Handle buttons in display text-properties.
3449 (button--area-button-p, button--area-button-string):
3450 Use (STRING . STRING-POS) representation instead of just STRING.
3451
3452 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3453
3454 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3455 subdirectory be skipped.
3456
3457 2012-12-11 Glenn Morris <rgm@gnu.org>
3458
3459 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3460
3461 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3462 Treat preprocessor lines embedded in continuations like comments.
3463 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3464
3465 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3466
3467 * calc/calc.el (calc-standard-date-formats): Add more date
3468 formats.
3469 * calc/calc-forms.el (math-parse-iso-date): New function.
3470 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3471 (math-parse-iso-date-validate): Add extra error checking.
3472 (calc-date-notation): Add ability to access new date formats.
3473
3474 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3477 font-lock as well as when there's no text-property.
3478
3479 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3480
3481 * hi-lock.el: Refine the choice of default face.
3482 (hi-lock-keyword->face): New function. Use it wherever we used
3483 cadadadr instead.
3484 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3485 (hi-lock--last-face): Remove var.
3486 (hi-lock--unused-faces): New var to replace it.
3487 (hi-lock-read-face-name): Use/maintain it.
3488 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3489 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3490 if it has another face.
3491
3492 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3493
3494 * subr.el (w32notify-handle-event): New function.
3495 (inotify-handle-event): Doc fix.
3496
3497 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3498
3499 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3500
3501 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3502
3503 * simple.el (just-one-space): Doc fix.
3504
3505 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3506
3507 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3508
3509 2012-12-10 Le Wang <l26wang@gmail.com>
3510
3511 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3512 narrowed buffer (bug#12361).
3513
3514 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3515
3516 * vc/vc-hooks.el (vc-state): Doc fix.
3517
3518 2012-12-10 Glenn Morris <rgm@gnu.org>
3519
3520 * mail/rmail.el (rmail-maybe-display-summary):
3521 Preserve buffer, in case select-window changes it. (Bug#13066)
3522
3523 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3526 cl-load-hook where they belong.
3527
3528 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3531
3532 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3533
3534 Parallelize byte compilation on MS-Windows.
3535 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3536 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3537 (WINS_BASIC): Define as concatenation of the above.
3538 (compile): Subdivide into 4 separate and independent jobs that can
3539 be run in parallel.
3540 (compile0-CMD, compile0-SH): New targets for compiling
3541 COMPILE_FIRST files, which are prerequisites for the rest of the
3542 byte-compilation.
3543 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3544 New targets for parallel compilation with cmd.exe.
3545 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3546 compiling under a Unixy shell.
3547
3548 2012-12-09 Chong Yidong <cyd@gnu.org>
3549
3550 * simple.el (set-mark-default-inactive): Delete this
3551 accidentally-introduced option.
3552 (set-mark-command, exchange-point-and-mark): Remove calls.
3553
3554 2012-12-09 Glenn Morris <rgm@gnu.org>
3555
3556 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3557 Respect a defcustom's :set function, if appropriate. (Bug#109)
3558 (eval-defun): Doc fix.
3559
3560 2012-12-08 Juri Linkov <juri@jurta.org>
3561
3562 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3563 (Info-fontify-node, Info-bookmark-make-record): Remove the
3564 file extension from Info-current-file (Bug#13016).
3565
3566 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3569 point, still provide some default.
3570 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3571 names, since we don't use it right now. Actually return the list.
3572 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3573
3574 2012-12-07 Chong Yidong <cyd@gnu.org>
3575
3576 * novice.el (disabled-command-function): Remove a spurious help
3577 xref (Bug#13043). Suggested by Kelly Dean.
3578
3579 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3580 syntax is specified (Bug#13025).
3581
3582 * info.el (Info-set-mode-line): Remove the file extension from
3583 Info-current-file if there is one (Bug#13016).
3584
3585 2012-12-07 Glenn Morris <rgm@gnu.org>
3586
3587 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3588 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3589 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3590 and rmail-mime-decoded. (Bug#9841)
3591
3592 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3593 (batch-unrmail, unrmail): Doc fixes.
3594 (unrmail): Respect unrmail-mbox-format.
3595 * mail/rmail.el (rmail-mbox-format): New option.
3596 (rmail-show-message-1): Respect rmail-mbox-format.
3597
3598 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3601
3602 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3605 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3606 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3607 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3608 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3609 (cl-progv): Don't rely on dynamic scoping to find the body.
3610 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3611 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3612 (cl-declaim): Use backquotes.
3613 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3614 Use "cl--" prefix for the object's tag.
3615
3616 * ses.el: Use advice-add/remove.
3617 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3618 (copy-region-as-kill, yank): Use advice-add.
3619 (ses-unload-function): Use advice-remove.
3620
3621 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3622
3623 * button.el: Make them work in header-lines (bug#12817).
3624 (button-map): Add bindings for header-line and mode-line use.
3625 (button-get, button-put, button-label): `button' may now be a string.
3626 (button-activate): Don't make it a defsubst.
3627 (button--area-button-p, button--area-button-string): New functions.
3628 (make-text-button): Fix the return value when `beg' was a string.
3629 (push-button): Handle the mode-line case.
3630
3631 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3634 (sql-signum): Remove. Use `cl-signum' instead.
3635 (sql-read-passwd): Remove; use read-passwd instread.
3636 (sql-get-login-ext): Use read-string.
3637 (sql-get-login): Use dolist and pcase.
3638 (sql--completion-table): Rename from sql-try-completion.
3639 Use complete-with-action.
3640 (sql-mode): Don't change abbrev-all-caps globally.
3641 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3642 (sql-postgres-completion-object): Initialize vars in their `let'.
3643 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3644 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3645 (sql-comint-interbase): Use a single append, without setq.
3646 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3647
3648 * hi-lock.el: Rework the default face and the serialize regexp code.
3649 (hi-lock--auto-select-face-defaults): Remove.
3650 (hi-lock-string-serialize-serial): Remove.
3651 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3652 make weak.
3653 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3654 equal string.
3655 (hi-lock-set-pattern): Adjust accordingly.
3656 (hi-lock--regexps-at-point): Simplify accordingly.
3657 (hi-lock--auto-select-face-defaults): Remove.
3658 (hi-lock--last-face): New var to replace it.
3659 (hi-lock-read-face-name): Rewrite (bug#11095).
3660 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3661
3662 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3663
3664 * net/tramp.el (tramp-replace-environment-variables):
3665 Hide compiler warning.
3666 (tramp-file-name-for-operation): Remove `executable-find',
3667 `start-process', `call-process' and `call-process-region'.
3668
3669 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3670
3671 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3672 compatibility.
3673
3674 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3675
3676 2012-12-06 Chong Yidong <cyd@gnu.org>
3677
3678 * ffap.el (ffap-replace-file-component): Fix typo.
3679
3680 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3683 fix open-paren-like token test (bug#12785).
3684
3685 2012-12-06 Glenn Morris <rgm@gnu.org>
3686
3687 * mail/rmailsum.el (rmail-new-summary): Tweak for
3688 rmail-maybe-display-summary changing buffer. (Bug#13066)
3689
3690 2012-12-06 Juri Linkov <juri@jurta.org>
3691
3692 * info.el (Info-fontify-node): Don't hide the last newline.
3693 (Bug#12272)
3694
3695 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3696
3697 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3698 so as to enable message-read-from-minibuffer to expand mail aliases.
3699
3700 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3703 the `intangible' property.
3704 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3705
3706 2012-12-05 Deniz Dogan <deniz@dogan.se>
3707
3708 * net/rcirc.el (rcirc-urls): Update documentation.
3709 (rcirc-condition-filter): New function.
3710 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3711 and exclude consecutive duplicate URLs (Bug#6082).
3712
3713 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3716 Check return code of copy command.
3717
3718 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3719 Use group `tramp'. Add version.
3720
3721 2012-12-05 Chong Yidong <cyd@gnu.org>
3722
3723 * ffap.el (ffap-url-regexp): Don't require matching at front of
3724 string (Bug#4952).
3725 (ffap-url-p): If only a substring matches, return that.
3726 (ffap-url-at-point): Use the return value of ffap-url-p.
3727 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3728 (find-file-at-point, dired-at-point, dired-at-point-prompter)
3729 (ffap-guess-file-name-at-point): Likewise.
3730 (ffap-replace-file-component): Fix typo.
3731
3732 * info.el (info-display-manual): Add existing Info buffers, whose
3733 files may not be in Info-directory-list, to the completion.
3734 (info--manual-names): New helper function.
3735
3736 2012-12-05 Glenn Morris <rgm@gnu.org>
3737
3738 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3739 New functions, for detecting and resolving conflicts. (Bug#10709)
3740
3741 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
3742
3743 * hi-lock.el (hi-lock-auto-select-face): New user variable.
3744 (hi-lock-auto-select-face-defaults): New buffer local variable.
3745 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3746 (hi-lock-unface-buffer): Prompt user with useful defaults.
3747 With prefix arg, unhighlight all hi-lock patterns in buffer.
3748
3749 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3752
3753 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
3754
3755 * Makefile.in (TRAMP_SRC):
3756 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3757
3758 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
3759
3760 * net/tramp-adb.el: New package.
3761
3762 2012-12-04 Chong Yidong <cyd@gnu.org>
3763
3764 * terminal.el: Move to obsolete/.
3765
3766 * longlines.el: Move to obsolete/.
3767
3768 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3769 Remove code referring to longlines mode.
3770
3771 2012-12-03 Juri Linkov <juri@jurta.org>
3772
3773 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
3774
3775 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3776
3777 * textmodes/ispell.el (ispell-init-process)
3778 (ispell-start-process, ispell-internal-change-dictionary):
3779 Make sure personal dictionary name is expanded after initial
3780 `default-directory' value. Use expanded strings for
3781 keep/restart checks and for value (Bug#13019).
3782
3783 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3784
3785 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3786
3787 2012-12-03 Leo Liu <sdl.web@gmail.com>
3788
3789 * files.el (dir-locals-read-from-file): Check file non-empty
3790 before reading. (Bug#13038)
3791
3792 2012-12-03 Glenn Morris <rgm@gnu.org>
3793
3794 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3795 Remove any version extension before checking filename. (Bug#13006)
3796 (jka-compr-compression-info-list): Belated :version bump.
3797
3798 2012-12-03 Chong Yidong <cyd@gnu.org>
3799
3800 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3801
3802 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3803 (buffer-menu): Doc fix (Bug#12294).
3804
3805 2012-12-03 Roland Winkler <winkler@gnu.org>
3806
3807 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3808 of diary-show-all-entries in the diary buffer (Bug#12994).
3809
3810 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
3811
3812 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3813 "<STDIN>". This is binary safe.
3814
3815 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3816
3817 * calc/calc-forms.el (math-absolute-from-iso-dt)
3818 (math-date-to-iso-dt, math-parse-iso-date-validate)
3819 (math-iso-dt-to-date): New functions.
3820 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3821 (math-fd-isoweekday): New variables.
3822 (calc-date-notation, math-parse-standard-date, math-format-date)
3823 (math-format-date-part): Add support for more formatting codes.
3824
3825 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
3826
3827 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3828 current buffer's file name when called interactively (Bug#12488).
3829
3830 2012-12-02 Juri Linkov <juri@jurta.org>
3831
3832 * info.el (info-display-manual): Don't clobber an existing Info
3833 buffer (Bug#10770). Add completion (Bug#10771).
3834
3835 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
3836
3837 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3838 before using it for comparison (Bug#5297).
3839
3840 2012-12-01 Jari Aalto <jari.aalto@cante.net>
3841
3842 * textmodes/css-mode.el (css-current-defun-name): New function.
3843 (css-mode): Use it.
3844
3845 * textmodes/sgml-mode.el (html-current-defun-name): New function.
3846 (html-mode): Use it.
3847
3848 2012-12-01 Chong Yidong <cyd@gnu.org>
3849
3850 Modularize add-log-current-defun (Bug#2224).
3851 Suggested by Jari Aalto.
3852
3853 * vc/add-log.el (add-log-current-defun-function): Doc fix.
3854 (add-log-current-defun): Move mode-specific code to other files.
3855 (add-log-lisp-like-modes, add-log-c-like-modes)
3856 (add-log-tex-like-modes): Variables deleted.
3857
3858 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3859 (lisp-mode-variables): Use it.
3860
3861 * progmodes/cc-mode.el (c-common-init):
3862 * progmodes/cperl-mode.el (cperl-mode): Set a value for
3863 add-log-current-defun-function.
3864
3865 * progmodes/m4-mode.el (m4-current-defun-name): New function.
3866 (m4-mode): Use it.
3867
3868 * progmodes/perl-mode.el (perl-current-defun-name): New.
3869 (perl-mode): Use it.
3870
3871 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3872 Use lisp-current-defun-name.
3873
3874 * textmodes/tex-mode.el (tex-current-defun-name): New.
3875 (tex-common-initialization): Use it.
3876
3877 * textmodes/texinfo.el (texinfo-current-defun-name): New.
3878 (texinfo-mode): Use it.
3879
3880 2012-12-01 Chong Yidong <cyd@gnu.org>
3881
3882 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3883 * progmodes/autoconf.el (autoconf-mode):
3884 * progmodes/js.el (js-mode):
3885 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3886 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3887 * progmodes/perl-mode.el (perl-mode):
3888 * progmodes/sh-script.el (sh-mode, sh-set-shell):
3889 * textmodes/css-mode.el (css-mode):
3890 * textmodes/sgml-mode.el (html-mode, sgml-mode)
3891 (sgml-tags-invisible, sgml-guess-indent):
3892 * textmodes/tex-mode.el (tex-common-initialization)
3893 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3894 (doctex-mode, plain-tex-mode, latex-mode):
3895 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3896
3897 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
3898
3899 * vc/vc-hg.el (vc-hg-next-revision):
3900 Ensure use of default "tip" output format. (Bug#6968)
3901
3902 2012-12-01 Kim F. Storm <storm@cua.dk>
3903
3904 * startup.el (fancy-startup-tail): Add a clickable link
3905 (Bug#2176).
3906
3907 2012-12-01 Chong Yidong <cyd@gnu.org>
3908
3909 * startup.el (fancy-startup-tail): Improve the message about
3910 auto-save files (Bug#2176).
3911
3912 * files.el (recover-session): Improve the descriptive message, and
3913 use substitute-command-keys.
3914
3915 2012-12-01 Glenn Morris <rgm@gnu.org>
3916
3917 * ido.el (ido-file-internal):
3918 Handle other-window, other-frame for dired. (Bug#13036)
3919
3920 2012-11-30 Glenn Morris <rgm@gnu.org>
3921
3922 * icomplete.el (icomplete-separator): Fix :version.
3923
3924 2012-11-30 Chong Yidong <cyd@gnu.org>
3925
3926 * shell.el (shell): For C-u M-x shell, use an inactive shell
3927 buffer as the default (Bug#1975).
3928 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3929 (shell-mode): Use them to reapply ansi colorization if Shell mode
3930 is re-enabled.
3931
3932 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
3933
3934 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3935
3936 2012-11-30 Samuel Bronson <naesten@gmail.com>
3937
3938 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3939 flag to xargs, for compatibility with BSD xargs (Bug#11703).
3940
3941 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3942
3943 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3944 by move-to-column (Bug#3234).
3945
3946 2012-11-30 Chong Yidong <cyd@gnu.org>
3947
3948 * longlines.el (longlines-wrap-line, longlines-encode-region):
3949 Preserve text properties (Bug#1425).
3950
3951 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3952
3953 * vc/vc.el (vc-register): Allow registering a file which is
3954 already registered with a different backend (Bug#10589).
3955
3956 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
3957 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * icomplete.el: Change separator; add ido-style commands.
3960 (icomplete-show-key-bindings): Remove custom var.
3961 (icomplete-get-keys): Remove function.
3962 (icomplete-forward-completions, icomplete-backward-completions):
3963 New commands.
3964 (icomplete-minibuffer-map): New var.
3965 (icomplete-minibuffer-setup): Use it.
3966 (icomplete-exhibit): Don't delay if the list of completions is known.
3967 (icomplete-separator): New custom.
3968 (icomplete-completions): Use it.
3969 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3970 (minibuffer-force-complete-and-exit): New command.
3971 (minibuffer--complete-and-exit): New function extracted from
3972 minibuffer-complete-and-exit.
3973 (minibuffer-complete-and-exit): Use it.
3974
3975 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3976 error message when the file doesn't exist (bug#12974).
3977
3978 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3979
3980 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3981
3982 2012-11-29 Glenn Morris <rgm@gnu.org>
3983
3984 * files.el (hack-dir-local-variables): Warn if try to set
3985 coding via dir-locals, since it doesn't work. (Bug#7169)
3986
3987 Add desktop support for restoring vc-dir buffers. (Bug#10606)
3988 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3989 Set buffer-local value of desktop-save-buffer.
3990 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3991 New functions.
3992 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3993 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3994
3995 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
3996 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3997 Doc fix.
3998 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3999 Doc fixes.
4000
4001 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4002
4003 * calc/calc-forms.el (calc-date-notation): Fix regexp
4004 used to find time codes. Fix symbol for seconds.
4005
4006 2012-11-27 Glenn Morris <rgm@gnu.org>
4007
4008 * emacs-lisp/derived.el (derived-mode-make-docstring):
4009 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4010
4011 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4014 lexically scoped variables (bug#13005).
4015
4016 2012-11-27 Glenn Morris <rgm@gnu.org>
4017
4018 * vc/vc-hooks.el (vc-mistrust-permissions):
4019 Default to t, to avoid data-loss. (Bug#11490)
4020
4021 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4022
4023 * progmodes/python.el (python-indent-guess-indent-offset):
4024 If indentation is guessed make python-indent-offset buffer-local.
4025
4026 Fix Imenu regression.
4027 * progmodes/python.el (python-nav-beginning-of-defun):
4028 Fix forward movement when statement(s) separates point from defun.
4029 (python-imenu-prev-index-position): New function.
4030
4031 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4032
4033 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4034
4035 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4036 Don't set buffer-file-type. Return nil. (Bug#12989)
4037
4038 2012-11-27 Glenn Morris <rgm@gnu.org>
4039
4040 * hippie-exp.el (hippie-expand-try-functions-list):
4041 Re-autoload it. (Bug#12982)
4042
4043 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4044
4045 * descr-text.el (describe-char-padded-string):
4046 Call internal-char-font only on GUI frames. (Bug#11964)
4047
4048 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4049
4050 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4051 and obsoletion message.
4052
4053 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4056 the constructs to keep outside of the `cl-block' (bug#12977).
4057
4058 2012-11-27 Chong Yidong <cyd@gnu.org>
4059
4060 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4061 keep reading until we get the up-event anyway, in order to process
4062 the up-event for mouse-1-click-follows-link (Bug#12971).
4063
4064 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4067 base function is not yet defined (bug#12965).
4068 (ad-activate-advised-definition): Use ad-compile-function.
4069 (ad-activate): Use cond.
4070
4071 2012-11-25 Leo Liu <sdl.web@gmail.com>
4072
4073 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4074 (Bug#12979)
4075
4076 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4077
4078 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4079 reftex-section-info-function in order to be compatible with
4080 Texinfo integration.
4081
4082 * textmodes/reftex.el (reftex-section-pre-regexp)
4083 (reftex-section-post-regexp, reftex-section-info-function):
4084 New variable.
4085 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4086 reftex-section-post-regexp, and reftex-section-info-function in order
4087 to be compatible with Texinfo integration.
4088
4089 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4090 use reftex-section-pre-regexp variable in order to be compatible with
4091 Texinfo integration.
4092
4093 2012-11-25 Chong Yidong <cyd@gnu.org>
4094
4095 * faces.el: Make face-spec-set more analogous to setq.
4096 (face-spec-set): Change the third arg to specify whether this
4097 function is being called via defface, customize, or a third party.
4098 Set the appropriate symbol properties. Clear the override spec if
4099 setting via Custom. Initialize face if necessary. (Bug#4988)
4100 (face-spec-recalc): Allow theme faces to completely replace the
4101 defface spec, in the same way as custom faces (Bug#8454).
4102
4103 * cus-face.el (custom-declare-face): Move face initialization to
4104 face-spec-set.
4105 (custom-theme-set-faces): Don't initialize the face name here, as
4106 that is now done in face-spec-set.
4107
4108 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4109 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4110 Simplify by using the new arg to face-spec-set.
4111
4112 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4113 reset face-override-spec too, and use custom-declare-face.
4114
4115 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4116
4117 * term/ns-win.el (ns-initialize-window-system): Move creation of
4118 fontsets here (Bug#11964).
4119
4120 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4121
4122 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4123 cell renaming.
4124
4125 2012-11-24 Chong Yidong <cyd@gnu.org>
4126
4127 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4128 obsolete.
4129
4130 * custom.el (custom-theme-set-variables): Use a topological sort
4131 for ordering by custom dependencies (Bug#12952).
4132 (custom--sort-vars, custom--sort-vars-1): New functions.
4133
4134 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4137 lexical-binding (bug#12938).
4138
4139 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4140
4141 * image-mode.el (image-transform-check-size): Use assertions only
4142 for images of type imagemagick.
4143
4144 Otherwise no error, image-transform-fit-to-{width,height} is
4145 silently ignored, as before. Doc fix.
4146
4147 2012-11-24 Chong Yidong <cyd@gnu.org>
4148
4149 * faces.el (color-defined-p): Doc fix (Bug#12853).
4150
4151 2012-11-24 Juri Linkov <juri@jurta.org>
4152
4153 * dired.el (dired-mark): Add optional arg `interactive'.
4154 Check for `use-region-p' if `interactive' is non-nil.
4155 (dired-unmark, dired-flag-file-deletion): Add optional arg
4156 `interactive'. Call `dired-mark' with the arg `interactive'.
4157 (Bug#10624)
4158
4159 * wdired.el: Revert 2012-10-17 change partly and replace it with
4160 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4161 (wdired-finish-edit): Add marks for new file names to
4162 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4163 after `revert-buffer'.
4164 (wdired-do-renames): Remove calls to `dired-remove-file',
4165 `dired-add-file', `dired-add-entry'. (Bug#11795)
4166
4167 2012-11-24 Alan Mackenzie <acm@muc.de>
4168
4169 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4170
4171 Fix bugs in the state cache. Enhance a debugging mechanism.
4172 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4173 "brace at column zero" strategy for C++.
4174 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4175 (c-parse-state-point): New variable.
4176 (c-record-parse-state-state): Record old parse state with
4177 `copy-tree'. Record previous value of point.
4178 (c-debug-parse-state-double-cons): New debugging function.
4179 (c-debug-parse-state): Call the above new function.
4180 (c-toggle-parse-state-debug): Output a confirmatory message.
4181
4182 * progmodes/cc-mode.el (c-before-change, c-after-change):
4183 Call c-invalidate-state-cache from `c-before-change' instead of
4184 `c-after-change'.
4185
4186 2012-11-23 Chong Yidong <cyd@gnu.org>
4187
4188 * find-cmd.el (find-constituents): Add executable, ipath,
4189 readable, samefile, writable, daystart, regextype (Bug#12856).
4190
4191 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4194
4195 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4196
4197 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4198 definition. This fixes a bootstrap failure.
4199 (calc-gregorian-switch): In menu, put dates before regions.
4200 This is easier to follow, lines up better in the menu, and lets us
4201 coalesce regions that switch at the same time. Give country
4202 names, not "Vatican", as that's better for non-expert users.
4203 Use names that are stable between the date of switch and now, e.g.,
4204 Bohemia and Moravia (which existed then and now) and not
4205 Czechoslovakia (which didn't exist then and doesn't exist now).
4206 What is now the U.S. mostly did not switch at the same time as
4207 Britain, so omit the U.S. Correct spelling of "Britain".
4208 Catholic Switzerland was too much of a mess, so omit it.
4209
4210 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4211
4212 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4213 after the variable is changed.
4214
4215 2012-11-21 Daniel Colascione <dancol@dancol.org>
4216
4217 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4218 in SQL declarations for font-lock.
4219 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4220
4221 2012-11-21 Glenn Morris <rgm@gnu.org>
4222
4223 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4224 (face-italic-p): Add optional argument "inherit".
4225
4226 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4227 Remove -p suffix from names, for consistency with other set-face-*.
4228 (set-face-inverse-video): Fix interactive spec.
4229 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4230 * textmodes/table.el (table--update-cell-face):
4231 Use set-face-inverse-video rather than now obsolete alias.
4232
4233 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4234
4235 * simple.el (line-move): Don't call line-move-partial if
4236 scroll-conservatively is in effect. (Bug#12927)
4237
4238 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4241 Fallback on completion-at-point rather than
4242 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4243 (eshell-cmpl-initialize): Setup completion-at-point.
4244
4245 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4246
4247 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4248
4249 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4250
4251 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4252 are remote, check out-of-band property for both.
4253
4254 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4257 code rewrite.
4258
4259 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4260
4261 More minor time fixes.
4262 * calendar/time-date.el: Commentary fix.
4263 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4264 too much other code depends on (0 0) time stamps.
4265 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4266 Add a couple of FIXME comments.
4267
4268 Minor cleanup for times as lists of four integers.
4269 * files.el (dir-locals-directory-cache):
4270 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4271 Doc fixes.
4272 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4273 * ps-bdf.el (bdf-file-newer-than-time):
4274 Process four-integers time stamps, not two. Doc fixes.
4275
4276 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * uniquify.el (uniquify-managed): Use defvar-local.
4279 (rename-buffer, create-file-buffer): Advise with advice-add.
4280 (uniquify-unload-function): Unadvise accordingly.
4281
4282 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4283 (trace-buffer): Don't purecopy.
4284 (trace-entry-message, trace-exit-message): Add `context' arg.
4285 (trace--timer): New var.
4286 (trace-make-advice): Adjust for use in nadvice.
4287 Add `context' argument. Delay `display-buffer' via a timer.
4288 (trace-function-internal): Use advice-add.
4289 (trace--read-args): New function.
4290 (trace-function-foreground, trace-function-background): Use it.
4291 (trace-function): Rename to trace-function-foreground and redefine as
4292 an alias to that new name.
4293 (untrace-function, untrace-all): Adjust to the use of nadvice.
4294
4295 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4296
4297 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4298
4299 * subr.el (called-interactively-p-functions): New var.
4300 (internal--called-interactively-p--get-frame): New macro.
4301 (called-interactively-p, interactive-p): Rewrite in Lisp.
4302 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4303 (called-interactively-p-functions): Use it.
4304 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4305 (called-interactively-p-functions): Use it.
4306 * allout.el (allout-called-interactively-p): Don't assume
4307 called-interactively-p is a subr.
4308
4309 2012-11-20 Glenn Morris <rgm@gnu.org>
4310
4311 * profiler.el (profiler-report-mode-map): Add a menu.
4312 No need to bind `q' because we derive from special-mode.
4313 (profiler-report-find-entry): Handle calls from the menu-bar.
4314
4315 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * emacs-lisp/byte-run.el (defun-declarations-alist):
4318 Allow a compiler-macro to be a lambda expression.
4319
4320 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4321 eval-when-compile.
4322 (python-syntax-context): Add compiler-macro.
4323 (python-font-lock-keywords): Simplify with De Morgan.
4324
4325 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4326
4327 * files.el (load-file): Require match in minibuffer selection, as was
4328 the case in Emacs-20 before we changed the spec to allow .elc files
4329 (bug#12935).
4330
4331 * json.el: Don't require cl since we don't use it.
4332 * color.el: Don't require cl.
4333 (color-complement): `caddr' -> `nth 2'.
4334
4335 * calendar/time-date.el (time-to-seconds): De-obsolete.
4336
4337 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4338
4339 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4340 year numbers.
4341 (math-date-to-julian-dt): Adjust the initial approximation for the
4342 year to deal with the new definition of the DATE.
4343
4344 2012-11-19 Daniel Colascione <dancol@dancol.org>
4345
4346 * term/w32-win.el (cygwin-convert-path-from-windows):
4347 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4348
4349 2012-11-18 Chong Yidong <cyd@gnu.org>
4350
4351 * filecache.el (file-cache--read-list): New function.
4352 (file-cache-add-directory-list, file-cache-add-file-list)
4353 (file-cache-delete-file-list, file-cache-delete-directory-list):
4354 Use it to read a list of files or directories (Bug#12846).
4355 (file-cache-add-file, file-cache-add-directory)
4356 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4357 (file-cache-delete-directory): Print an message.
4358
4359 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4360
4361 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4362 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4363
4364 2012-11-18 Glenn Morris <rgm@gnu.org>
4365
4366 * image.el (insert-image, insert-sliced-image): Doc fix.
4367
4368 2012-11-18 Chong Yidong <cyd@gnu.org>
4369
4370 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4371 (Bug#12810).
4372
4373 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4374
4375 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4376 response when the target file is in a subdirectory (Bug#12757).
4377
4378 2012-11-18 Chong Yidong <cyd@gnu.org>
4379
4380 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4381
4382 2012-11-18 Glenn Morris <rgm@gnu.org>
4383
4384 * emacs-lisp/cl-lib.el (face-underline-p):
4385 Use set-face-underline rather than the alias set-face-underline-p.
4386
4387 * window.el (with-temp-buffer-window): Doc fix.
4388 * subr.el (with-output-to-temp-buffer):
4389 Add doc xref to with-temp-buffer-window.
4390
4391 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4394 * calc/calc.el (math-format-date-cache): Declare.
4395
4396 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4397
4398 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4399 It also uses January 1, 1 AD as its day number 1.
4400 * calc/calc-forms.el (math-julian-date-beginning)
4401 (math-julian-date-beginning-int): Implement this.
4402
4403 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * descr-text.el (quail-find-key):
4406 * dired.el (desktop-file-name):
4407 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4408 * generic-x.el (comint-mode, comint-exec):
4409 * image-dired.el (widget-forward):
4410 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4411 (speedbar-change-expand-button-char)
4412 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4413 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4414 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4415 (widget-field-action, widget-value-set):
4416 * speedbar.el (imenu--make-index-alist):
4417 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4418 (ring-length, ring-insert):
4419 * vcursor.el (compare-windows-skip-whitespace):
4420 * woman.el (dired-get-filename):
4421 Declare functions.
4422
4423 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4424
4425 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4426
4427 * calc/calc.el (calc-gregorian-switch): New variable.
4428
4429 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4430 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4431 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4432 (math-leap-year-p): Add option to distinguish between Julian
4433 and Gregorian calendars.
4434 (math-day-number): Use `math-day-in-year' to do the computations.
4435 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4436 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4437 to do the computations.
4438 (math-date-to-dt): Use `math-date-to-julian-dt' and
4439 `math-date-to-gregorian-dt' to do the computations.
4440 (calcFunc-weekday, math-format-date-part): Use the new version of
4441 the DATE to determine the weekday.
4442 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4443 when necessary.
4444
4445 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4446
4447 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4448 Cygwin; otherwise use 'file:'. (Bug#12914)
4449 (cygwin-convert-path-from-windows): Declare, to avoid
4450 byte-compiler warnings.
4451
4452 2012-11-17 Andreas Politz <politza@fh-trier.de>
4453
4454 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4455 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4456 prefix and negative numeric prefix args (Bug#12795).
4457
4458 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4459
4460 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4461 Don't signal an error with a score that is too low to add to the
4462 list of top scores. (Bug#12779)
4463
4464 2012-11-17 Chong Yidong <cyd@gnu.org>
4465
4466 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4467
4468 * filecache.el (file-cache-add-file): Handle relative file name in
4469 the argument (Bug#12694).
4470
4471 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4472
4473 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4474
4475 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4478
4479 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4480
4481 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4482
4483 * window.el (enlarge-window, shrink-window): Don't mention return
4484 value in doc-string (Bug#12896).
4485 (window--display-buffer): Don't resize frames - it won't work
4486 with all window managers and defeat pop-up-frame-alist.
4487 (display-buffer-alist): In doc-string explain that CONDITION can
4488 be a function and which arguments are passed to it (Bug#12854).
4489 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4490 expressions (Bug#12854).
4491 (display-buffer): Pass ACTION argument to
4492 display-buffer-assq-regexp.
4493
4494 2012-11-16 Glenn Morris <rgm@gnu.org>
4495
4496 * window.el (fit-frame-to-buffer-bottom-margin)
4497 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4498
4499 * faces.el (face-underline-p): Use face-attribute-specified-or.
4500
4501 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4504
4505 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4508
4509 2012-11-16 Glenn Morris <rgm@gnu.org>
4510
4511 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4512 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4513
4514 * faces.el (face-underline-p): Doc fix. Handle :underline being
4515 things other than `t' (a string, a list).
4516 (face-inverse-video-p): Doc fix.
4517 (set-face-underline): Rename it back from set-face-underline-p.
4518 Doc fix. Allow interactive input of values other than t.
4519 (read-face-attribute): Apply formatting to :underline,
4520 since like :box and :stipple it can take list values.
4521
4522 * term.el (ansi-term): Don't let C-x escape-char binding
4523 clobber the more standard C-c binding. (Bug#12842)
4524
4525 * subr.el (set-temporary-overlay-map): Doc fix.
4526
4527 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4528
4529 * window.el (record-window-buffer)
4530 (display-buffer-record-window): When copying the markers to
4531 window-point preserve window-point-insertion-type. (Bug#12588)
4532
4533 2012-11-16 Glenn Morris <rgm@gnu.org>
4534
4535 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4536 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4537 Use new names for hooks rather than obsolete aliases.
4538
4539 2012-11-15 Daniel Colascione <dancol@dancol.org>
4540
4541 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4542 prefix instead of "file:" so that when FILE-NAME begins with "//",
4543 as it does when the target file is on a network share, url-handler
4544 isn't confused.
4545
4546 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4549 a preactivated advice from an old advice.el; they're not compatible!
4550
4551 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4552
4553 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4554 Fix string-spec case.
4555
4556 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4557
4558 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4561 (advice--buffer-local-function-sample): New var.
4562 (advice--set-buffer-local, advice--buffer-local): New functions.
4563 (add-function, remove-function): Use them.
4564
4565 2012-11-15 Drew Adams <drew.adams@oracle.com>
4566
4567 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4568
4569 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4572 potential binding of print-gensym to t, and prettify (back)quotes in
4573 case they appear in args's default values (bug#12884).
4574
4575 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4578 (advice-eval-interactive-spec): New function.
4579 (advice--make-interactive-form): Support around advice (bug#12844).
4580
4581 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4582
4583 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4584 more strict. Add docstring.
4585 (ruby-expression-expansion-re): Extract from
4586 `ruby-match-expression-expansion'.
4587 (ruby-syntax-propertize-function): After everything else, search
4588 for expansions in string literals, mark their insides as
4589 whitespace syntax and save match data for font-lock.
4590 (ruby-font-lock-keywords): Use the 2nd group from expression
4591 expansion matches.
4592 (ruby-match-expression-expansion): Use the match data saved to the
4593 text property in ruby-syntax-propertize-function.
4594
4595 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4598 (bug#12879).
4599
4600 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4601
4602 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4603 start/end keyword a bit harder. Works with different values of N.
4604 Add more comments.
4605 (ruby-end-of-block): Update accordingly.
4606
4607 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * woman.el (woman-file-name): Don't mess with unread-command-events
4610 (bug#12861).
4611
4612 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4613 Remove out of date self-require hack.
4614 (ad-do-advised-functions): Use simple `dolist'.
4615 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4616 (ad-advice-definition): Redefine as functions.
4617 (ad-advice-classes): Move before first use.
4618 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4619 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4620 (ad--defalias-fset): Remove functions.
4621 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4622 (ad-get-orig-definition): Rewrite.
4623 (ad-make-advised-definition-docstring): Change base docstring.
4624 (ad-real-orig-definition): Rewrite.
4625 (ad-map-arglists): Change name of called function.
4626 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4627 (ad-make-advised-definition): Simplify.
4628 (ad-assemble-advised-definition): Tweak for new calling context.
4629 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4630 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4631 function and call ad-activate if needed.
4632 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4633 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4634 (ad-compile-function): Compile ad-Advice-*.
4635 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4636 (ad-start-advice, ad-stop-advice): Remove.
4637
4638 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4639
4640 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4641 period before class method names, not after. Remove handling of
4642 one impossible case. Add comments.
4643
4644 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * emacs-lisp/advice.el: Remove support for freezing.
4647 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4648 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4649 Remove support for `freeze'.
4650
4651 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4652 override the default.
4653 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4654 cl--dotimes/dolist.
4655 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4656 `cl' is loaded.
4657
4658 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4659 from add-advice.
4660 (advice--strip-macro): New function.
4661 (advice--defalias-fset): Use them to handle macros.
4662 (advice-add): Use them.
4663 (advice-member-p): Correctly handle macros.
4664
4665 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4666
4667 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4668 Never font-lock the beginning of singleton class as heredoc.
4669
4670 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4673
4674 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4675
4676 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4677 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4678 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4679
4680 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4681
4682 Fix end-of-defun misbehavior.
4683 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4684 python-beginning-of-defun-function. Handle nested defuns
4685 correctly.
4686 (python-nav-end-of-defun): Rename from
4687 python-end-of-defun-function. Ensure forward movement.
4688 (python-info-current-defun): Reimplement to work as intended
4689 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4690 parent defuns as soon as possible.
4691
4692 2012-11-13 Glenn Morris <rgm@gnu.org>
4693
4694 * progmodes/flymake.el (flymake-error-bitmap)
4695 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4696 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4697
4698 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4699
4700 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4701 backward, always stop at indentation. Reverts the change from
4702 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4703
4704 2012-11-13 Glenn Morris <rgm@gnu.org>
4705
4706 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4707 Add ibuffer-filter-by-derived-mode.
4708
4709 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4710 the same name shadowing each other.
4711
4712 * window.el (with-temp-buffer-window): Doc tweak.
4713
4714 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4715
4716 * help.el (temp-buffer-max-height):
4717 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4718 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4719
4720 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * emacs-lisp/nadvice.el: New package.
4723 * subr.el (special-form-p): New function.
4724 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4725 (elp-all-instrumented-list): Remove var.
4726 (elp-not-profilable): Remove elp-wrapper.
4727 (elp-profilable-p): Use autoloadp and special-form-p.
4728 (elp--advice-name): New const.
4729 (elp-instrument-function): Use advice-add.
4730 (elp--instrumented-p): New predicate.
4731 (elp-restore-function): Use advice-remove.
4732 (elp-restore-all, elp-reset-all): Use mapatoms.
4733 (elp-set-master): Use elp--instrumented-p.
4734 (elp--make-wrapper): Rename from elp-wrapper, return a function
4735 suitable for advice-add. Use cl-inf.
4736 (elp-results): Use mapatoms+elp--instrumented-p.
4737 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4738 (debug-function-list): Remove var.
4739 (debug): Rename arg, and then let-bind it explicitly inside.
4740 (debugger-setup-buffer): Rename arg.
4741 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4742 (debugger-frame-number): Adjust to new debug-on-entry setup.
4743 (debug--implement-debug-on-entry): Rename from
4744 implement-debug-on-entry, add argument.
4745 (debugger-special-form-p): Remove, use special-form-p instead.
4746 (debug-on-entry): Use advice-add.
4747 (debug--function-list): New function.
4748 (cancel-debug-on-entry): Use it, along with advice-remove.
4749 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4750 (debugger-list-functions): Use debug--function-list instead of
4751 debug-function-list.
4752 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4753 (ad-special-form-p): Remove, use special-form-p instead.
4754 (ad-set-advice-info): Use add-function and remove-function.
4755 (ad--defalias-fset): Adjust accordingly.
4756
4757 2012-11-10 Glenn Morris <rgm@gnu.org>
4758
4759 * mail/emacsbug.el (report-emacs-bug-tracker-url)
4760 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4761 (report-emacs-bug-create-existing-bugs-buffer)
4762 (report-emacs-bug-parse-query-results)
4763 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
4764
4765 * term.el (term-default-fg-color, term-default-bg-color):
4766 Make obsolete, rather than just saying "deprecated" in the doc.
4767
4768 * term.el (term): Rename from `term-face'.
4769 (term-current-face, ansi-term-color-vector)
4770 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4771 Update all users.
4772
4773 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
4774
4775 * server.el (server-create-window-system-frame): Handle Nextstep
4776 specially (Bug#12780).
4777
4778 2012-11-10 Glenn Morris <rgm@gnu.org>
4779
4780 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4781 Unautoload, and make obsolete. (Bug#7449)
4782
4783 2012-11-10 Chong Yidong <cyd@gnu.org>
4784
4785 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4786 rename from diff-remove-trailing-whitespace (Bug#12831).
4787
4788 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4791 miscompilation of trace.el.
4792
4793 2012-11-10 Glenn Morris <rgm@gnu.org>
4794
4795 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4796
4797 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4800 (bug#12812).
4801
4802 2012-11-10 Chong Yidong <cyd@gnu.org>
4803
4804 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4805 a defcustom with an appropriate :set function.
4806 (minibuffer-default--in-prompt-regexps): New function.
4807
4808 2012-11-10 Glenn Morris <rgm@gnu.org>
4809
4810 * emacs-lisp/cl.el (define-setf-expander, defsetf)
4811 (define-modify-macro): Doc fixes.
4812
4813 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4814 (gv-define-simple-setter): Update doc of `fix-return'.
4815
4816 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4819 twice when `fix-return' is set (bug#12813).
4820
4821 * emacs-lisp/cl.el (defsetf): Pass the third arg to
4822 gv-define-simple-setter (bug#12812).
4823
4824 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4825 (bug#12756).
4826
4827 2012-11-10 Glenn Morris <rgm@gnu.org>
4828
4829 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4830
4831 * emacs-lisp/cl-extra.el (cl-prettyexpand):
4832 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4833 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4834 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4835
4836 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4837
4838 2012-11-10 Leo Liu <sdl.web@gmail.com>
4839
4840 * ido.el (ido-set-matches-1): Improve flex matching performance by
4841 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
4842
4843 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4846 (ad--defalias-fset): New function.
4847 (ad-safe-fset): Remove.
4848 (ad-make-freeze-definition): Use cl-letf*.
4849
4850 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * subr.el (dolist): Don't bind VAR in RESULT.
4853
4854 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
4855 (fset, documentation): Don't save real def since we don't advise.
4856 (ad-do-advised-functions): Remove problematic `result-form'.
4857 (ad-safe-fset): `ad-real-fset' => `fset'.
4858 (ad-read-advised-function): Don't assume that ad-do-advised-functions
4859 uses CL's dolist internally.
4860 (ad-arglist): Remove unused arg `name'.
4861 (ad-docstring, ad-make-advised-docstring):
4862 `ad-real-documentation' => `documentation'.
4863 (warning-suppress-types): Declare.
4864 (ad-set-arguments): Simple CSE.
4865 (ad-recover-normality): Sanity check.
4866
4867 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4868 (funcall '(lambda ..) ..) into ((lambda ..) ..).
4869
4870 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
4871
4872 * ses.el: symbol to coordinate mapping is made by symbol property
4873 `ses-cell'. This means that the same mapping is done for all SES
4874 sheets. That is good enough for cells with standard A1 names, but
4875 not for named cell. So a hash map is added for the latter.
4876 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4877 (ses-sym-rowcol): Use hashmap for named cell.
4878 (ses-is-cell-sym-p): New defun.
4879 (ses-decode-cell-symbol): New defun.
4880 (ses-create-cell-variable): Add cell to hashmap when name is not
4881 A1-like.
4882 (ses-rename-cell): Check that cell new name is not already in
4883 spreadsheet with the use of ses-is-cell-sym-p
4884 (ses-rename-cell): Use hash map for named cells, but accept also
4885 renaming back to A1-like.
4886
4887 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * emacs-lisp/advice.el: Use new dynamic docstrings.
4890 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4891 Use dynamic-docstring-function instead of ad-advice-info.
4892 (ad--make-advised-docstring): New function extracted from
4893 ad-make-advised-docstring.
4894 (ad-make-advised-docstring): Use it.
4895 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4896 from sql-help.
4897 (sql-help): Use it with dynamic-docstring-function.
4898
4899 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4900
4901 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * files.el (hack-one-local-variable--obsolete): New function.
4904 (hack-one-local-variable): Use it for obsolete settings.
4905
4906 * subr.el (locate-user-emacs-file): If both old and new name exist, use
4907 the new name.
4908
4909 * progmodes/js.el (js--filling-paragraph): New var.
4910 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4911 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4912 less sneaky.
4913
4914 2012-11-08 Julien Danjou <julien@danjou.info>
4915
4916 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4917 `auto-mode-alist' (Bug#12835).
4918
4919 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4922 (perl--prettify-symbols-alist): New const.
4923 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4924 New functions.
4925 (perl-font-lock-keywords-2): Use them.
4926 (perl-electric-noindent-p): New function.
4927 (perl-mode): Use it to set up electric-indent-mode.
4928 (perl-electric-terminator, perl-indent-command): Mark obsolete.
4929 (perl-mode-map): Remove bindings for them.
4930 (perl-imenu-generic-expression, perl-outline-level):
4931 Match functions&packages in column>0.
4932
4933 * env.el (env--substitute-vars-regexp): New const.
4934 (substitute-env-vars): Use it. Add `only-defined' arg.
4935 * net/tramp.el (tramp-replace-environment-variables): Use it.
4936
4937 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4938 Byte-compile *before* eval in eval-and-compile.
4939 (byte-compile-log-warning): Remove redundant inhibit-read-only.
4940 (byte-compile-file-form-autoload): Don't hide actual definition.
4941 (byte-compile-maybe-guarded): Accept `functionp' as well.
4942
4943 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4944
4945 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
4946
4947 * notifications.el (notifications-get-server-information-method):
4948 New defconst.
4949 (notifications-get-capabilities): Fix docstring.
4950 (notifications-get-server-information): New defun.
4951
4952 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4953
4954 * textmodes/ispell.el (ispell-region): Standard re-indent for better
4955 readability.
4956
4957 * textmodes/ispell.el: Experimental support for support debugging.
4958 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4959 buffer for ispell.
4960 (ispell-print-if-debug): New function to print stuff to
4961 `ispell-debug-buffer' if debugging is enabled.
4962 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4963 show some debugging info.
4964 (ispell-buffer-with-debug): New function that creates a debugging
4965 buffer and calls `ispell-buffer' with debugging enabled.
4966
4967 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4968 comment in autoconf mode. (Bug#12768)
4969
4970 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4971
4972 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4973 frame-first-window, frame-root-window, frame-selected-window,
4974 minibuffer-selected-window, minibuffer-window,
4975 window-absolute-pixel-edges, window-at, window-body-height,
4976 window-body-width, window-display-table, window-combination-limit,
4977 window-frame, window-fringes, window-inside-absolute-pixel-edges,
4978 window-inside-edges, window-inside-pixel-edges, window-left-child,
4979 window-left-column, window-margins, window-next-buffers,
4980 window-next-sibling, window-new-normal, window-new-total,
4981 window-normal-size, window-parameter, window-parameters, window-parent,
4982 window-pixel-edges, window-point, window-prev-buffers,
4983 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4984 window-start, window-text-height, window-top-child, window-top-line,
4985 window-total-height, window-total-width and window-use-time to the list
4986 of functions without side-effects.
4987 (toplevel): Add window-valid-p to the list of error-free functions
4988 without side-effects.
4989
4990 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4991
4992 * textmodes/ispell.el (ispell-program-name):
4993 Update spellchecker parameters when customized.
4994
4995 2012-11-04 Glenn Morris <rgm@gnu.org>
4996
4997 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
4998
4999 2012-11-04 Chong Yidong <cyd@gnu.org>
5000
5001 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5002 same-window-* variables.
5003
5004 2012-11-04 Juri Linkov <juri@jurta.org>
5005
5006 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5007 (isearch-describe-key, isearch-describe-mode): Use a display
5008 action instead of binding same-window-* variables (Bug#10040).
5009
5010 2012-11-03 Glenn Morris <rgm@gnu.org>
5011
5012 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5013 Rename handler properties back from cl-- to cl-. (Bug#12788)
5014
5015 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5016
5017 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5018
5019 * term/pc-win.el: Don't load term/internal from here.
5020
5021 * loadup.el: Load term/internal from here.
5022
5023 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5024
5025 * progmodes/python.el (inferior-python-mode): Fix hang in
5026 jit-lock (Bug#12645).
5027
5028 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5029
5030 * window.el (switch-to-visible-buffer)
5031 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5032
5033 2012-11-03 Glenn Morris <rgm@gnu.org>
5034
5035 * emacs-lisp/cl-lib.el (cl--random-time):
5036 Rename from cl-random-time. (Bug#12773)
5037 (cl--gensym-counter, cl--random-state): Update callers.
5038 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5039
5040 2012-11-03 Chong Yidong <cyd@gnu.org>
5041
5042 * cus-start.el: Make cursor-type customizable (Bug#11633).
5043
5044 2012-11-02 Glenn Morris <rgm@gnu.org>
5045
5046 * filecache.el: No need to load find-lisp when compiling.
5047 (find-lisp-find-files): Autoload it.
5048 (file-cache-add-directory-recursively): Don't require find-lisp.
5049
5050 * image.el (image-type-from-file-name): Trivial simplification.
5051
5052 * emacs-lisp/bytecomp.el (byte-compile-eval):
5053 Decouple "noruntime" and "cl-functions" warnings.
5054
5055 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5056
5057 * play/gomoku.el (gomoku-display-statistics): Update mode line
5058 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5059
5060 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5061
5062 * window.el (quit-restore-window): If the window has been
5063 created on an existing frame and ended up as the sole window on
5064 that frame, do not delete it (Bug#12764).
5065
5066 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5069 Rename from sh--inside-arithmetic-expression, handle more cases
5070 (bug#11263).
5071
5072 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5073 (sh-font-lock-open-heredoc): Use it (bug#12770).
5074
5075 2012-10-30 Glenn Morris <rgm@gnu.org>
5076
5077 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5078
5079 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5080
5081 2012-10-29 Chong Yidong <cyd@gnu.org>
5082
5083 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5084 function key is stored in a keyboard macro (Bug#4894).
5085
5086 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5087
5088 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5091 header comments".
5092 (diff-unified->context, diff-context->unified)
5093 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5094
5095 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5096
5097 * files.el (find-alternate-file): Only ask one question (bug#12487).
5098
5099 2012-10-29 Chong Yidong <cyd@gnu.org>
5100
5101 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5102 Suggested by Dan Nicolaescu (Bug#6326).
5103
5104 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5105
5106 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5107
5108 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5109
5110 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5111
5112 * face-remap.el (face-remap-add-relative): Handle the case where a
5113 face-remapping-alist entry is a cons cell (Bug#12762).
5114
5115 2012-10-29 Kevin Ryde <user42@zip.com.au>
5116
5117 * woman.el (woman-parse-numeric-value): Handle picas correctly
5118 (Bug#12639).
5119
5120 2012-10-29 Glenn Morris <rgm@gnu.org>
5121
5122 * emacs-lisp/cl.el (defsetf): Doc fix.
5123
5124 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5127 syntax to the matching opener, if any (bug#12547).
5128 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5129 matching open as a "case-(".
5130 (sh-smie-rc-grammar): Add a corresponding rule for it.
5131
5132 2012-10-28 Daniel Hackney <dan@haxney.org>
5133
5134 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5135 "PKGNAME-autoloads.el" in case we created it.
5136
5137 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5140 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5141 (completion--twq-all): Disable too-strict assertions.
5142
5143 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5144
5145 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5146
5147 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5148 text to match the real keybindings.
5149
5150 2012-10-27 Juri Linkov <juri@jurta.org>
5151
5152 * wdired.el (wdired-keep-marker-rename): New defcustom.
5153 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5154 (Bug#11795)
5155
5156 * dired.el (dired-keep-marker-rename): Add reference to
5157 `wdired-keep-marker-rename' in the docstring.
5158 Add default character value ?R to display initially in
5159 Customization UI instead of ?@.
5160
5161 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5162
5163 * window.el (display-buffer): In doc-string describe
5164 window-height and window-width alist entries.
5165
5166 * time.el (display-time-world): Restore fit-window-to-buffer
5167 behavior.
5168
5169 2012-10-27 Chong Yidong <cyd@gnu.org>
5170
5171 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5172
5173 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5174
5175 * minibuffer.el (completion-category-overrides): New completion
5176 category `bookmark' (bug#11131).
5177
5178 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5181 Silence bogus compiler warnings for ad-do-it.
5182
5183 * bookmark.el (bookmark-completing-read): Set the completion category
5184 to `bookmark' (bug#11131).
5185
5186 2012-10-26 Bastien <bzg@altern.org>
5187 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * face-remap.el: Use lexical-binding.
5190 (text-scale-adjust): Improve docstring. Use itself for the temporary
5191 overlay-map bindings, so as to repeat the "Use..." message each time.
5192
5193 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * emacs-lisp/macroexp.el (macroexp--expand-all):
5196 Obey byte-compile-warning-enabled-p (bug#12486).
5197
5198 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5199 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5200
5201 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5202
5203 * mouse.el (mouse-drag-line): Move last form into preceding when
5204 clause (Bug#12731).
5205
5206 * help.el (resize-temp-buffer-window): Fix doc-string.
5207
5208 2012-10-25 David Engster <deng@randomsample.de>
5209
5210 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5211 Remove. This feature is already integrated in imenu.
5212
5213 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5214 always loaded. Require `speedbar' unconditionally.
5215
5216 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5219
5220 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5221
5222 * net/ldap.el (ldap-search-internal): The official ldif format starts
5223 with a "version: 1" header (bug#12724).
5224
5225 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5226 (bug#12721).
5227
5228 2012-10-25 Glenn Morris <rgm@gnu.org>
5229
5230 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5231
5232 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * minibuffer.el (minibuffer-force-complete): Use one more marker
5235 for the temporary-overlay-map command (bug#12619).
5236
5237 2012-10-24 Chong Yidong <cyd@gnu.org>
5238
5239 * time.el (display-time-world-mode): Derive from special-mode.
5240 (display-time-world): Use display-buffer (Bug#12708).
5241 (display-time-world-mode-map): Variable deleted.
5242 (display-time-world-display): Wrap the final delete-char inside
5243 inhibit-read-only.
5244
5245 2012-10-24 Chong Yidong <cyd@gnu.org>
5246
5247 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5248 Doc fix.
5249
5250 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5251
5252 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5253
5254 * minibuffer.el (completion--all-sorted-completions-location): New var.
5255 (completion--cache-all-sorted-completions)
5256 (completion--flush-all-sorted-completions): Use it.
5257 (completion-in-region, completion-in-region--postch)
5258 (completion-at-point, completion-help-at-point): Use markers in
5259 completion-in-region--data (bug#12619).
5260
5261 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * progmodes/compile.el (compilation-start): Try to handle common
5264 quoting of `cd' argument (bug#12640).
5265
5266 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5267 (bug#12671).
5268
5269 2012-10-23 Glenn Morris <rgm@gnu.org>
5270
5271 * progmodes/gud.el (gud-menu-map):
5272 Check gdb-active-process is bound. (Bug#12358)
5273
5274 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * repeat.el (repeat): Set real-this-command (bug#12232).
5277
5278 * htmlfontify.el (hfy-post-html-hook):
5279 * filesets.el (filesets-cache-fill-content-hook):
5280 * arc-mode.el (archive-extract-hook):
5281 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5282 * net/rcirc.el (rcirc-sentinel-functions)
5283 (rcirc-receive-message-functions, rcirc-activity-functions)
5284 (rcirc-print-functions):
5285 * net/dbus.el (dbus-event-error-functions):
5286 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5287 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5288 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5289 * term/sun.el (sun-raw-prefix-hooks):
5290 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5291
5292 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5293
5294 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5295 Set `tramp-chunksize' to 1. This improves the performance.
5296 (tramp-smb-wait-for-output): Add timeout to
5297 `tramp-accept-process-output' calls.
5298
5299 2012-10-23 Chong Yidong <cyd@gnu.org>
5300
5301 * faces.el (font-list-limit): Define as an obsolete variable.
5302
5303 * startup.el (command-line):
5304 * cus-start.el: Don't refer to font-list-limit.
5305
5306 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5307
5308 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * subr.el (internal-temp-output-buffer-show): Rename from
5311 temp-output-buffer-show, since previously compiled files expect this name.
5312
5313 2012-10-23 Glenn Morris <rgm@gnu.org>
5314
5315 * image.el (image-type-from-file-name): If multiple types match,
5316 return the first one that is supported. (Bug#9045)
5317
5318 2012-10-22 Glenn Morris <rgm@gnu.org>
5319
5320 * image.el (imagemagick-enabled-types): Doc fix.
5321
5322 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5323
5324 * progmodes/which-func.el (which-func-current): The hash-table may have
5325 an explicit nil (bug#12338).
5326
5327 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * electric.el (electric-pair-delete-selection-self-insert-function):
5330 Rename to electric-pair-will-use-region, return a boolean.
5331 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5332
5333 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5334 (delete-selection-pre-hook): Use use-region-p.
5335 (delete-selection-self-insert-function): Remove.
5336 (self-insert-command): Obey self-insert-uses-region-functions.
5337 (self-insert-iso): Revert to previous setting, since we don't actually
5338 know what that command does.
5339 (delete-selection-self-insert-hooks): Remove.
5340
5341 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5342
5343 * delsel.el (delete-selection-helper): New function, extracted from
5344 delete-selection-pre-hook.
5345 (delete-selection-pre-hook): Use it.
5346 (delete-selection-self-insert-function): New function.
5347 (delete-selection-self-insert-hooks): New hook.
5348 (self-insert-command, self-insert-iso): Use it.
5349 * electric.el (electric-pair-syntax): New function, extracted from
5350 electric-pair-post-self-insert-function.
5351 (electric-pair-post-self-insert-function): Use it.
5352 (electric-pair-delete-selection-self-insert-function): New function.
5353 (electric-pair-mode): Require delsel and setup
5354 delete-selection-self-insert-hooks (bug#11520).
5355
5356 2012-10-20 Chong Yidong <cyd@gnu.org>
5357
5358 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5359 no changes to show (Bug#12586).
5360
5361 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5362 list explicitly (Bug#12571).
5363
5364 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5365
5366 * progmodes/flymake.el (flymake-create-temp-inplace):
5367 Use file-truename.
5368
5369 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5370
5371 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5372
5373 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5374
5375 * calc/calc-units.el (math-extract-units): Properly extract powers
5376 of units.
5377
5378 2012-10-20 Daniel Colascione <dancol@dancol.org>
5379
5380 * frame.el (make-frame): Set x-display-name as we used to in order
5381 to unbreak creating an X11 frame from an Emacs daemon started
5382 without a display.
5383
5384 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5387 the same completion-field (bug#12221).
5388
5389 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5390
5391 * emacs-lisp/debug.el (debug): Record height of debugger window
5392 also when debugger will be back (Bug#8789).
5393
5394 2012-10-18 Chong Yidong <cyd@gnu.org>
5395
5396 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5397 Convert to defcustom.
5398 (gdb-get-source-file): Don't bind pop-up-windows.
5399
5400 * progmodes/gud.el (gud-display-line): Don't specially re-use
5401 other frames for the gdb-mi case (Bug#12648).
5402
5403 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * emacs-lisp/advice.el: Clean up commentary a bit.
5406 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5407 (byte-code-function-p): Never redefine.
5408
5409 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5410
5411 2012-10-18 Glenn Morris <rgm@gnu.org>
5412
5413 * dired.el (dired-sort-toggle): Some ls implementations only allow
5414 a single option string. (Bug#12666)
5415
5416 * minibuffer.el (completion-cycle-threshold): Doc fix.
5417
5418 2012-10-17 Kenichi Handa <handa@gnu.org>
5419
5420 * international/mule.el (set-keyboard-coding-system):
5421 Recover input meta mode when the new coding system doesn not use 8-bit.
5422 Supply TERMINAL arg to set-input-meta-mode.
5423
5424 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5425
5426 * wdired.el (wdired-old-marks): New variable.
5427 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5428 (wdired-do-renames): Move point with renamed file and don't lose
5429 mark status (Bug#11795).
5430
5431 2012-10-16 Juri Linkov <juri@jurta.org>
5432
5433 * replace.el (query-replace-help): Mention multi-buffer replacement
5434 keys in the Help message. (Bug#12655)
5435
5436 2012-10-15 Chong Yidong <cyd@gnu.org>
5437
5438 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5439
5440 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5441
5442 * window.el (display-buffer): Doc fix.
5443
5444 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5445 Adjust the msft regexp to the output of Studio 2010, and move msft
5446 before edg-1. See the discussion on emacs-devel,
5447 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5448 for the details.
5449
5450 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5453 (oset): Move uses of object-class-fast macro after its definition.
5454
5455 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5456
5457 2012-10-13 Chong Yidong <cyd@gnu.org>
5458
5459 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5460 enabled, re-enable it (Bug#11963).
5461
5462 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5463
5464 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5465 non-nil, restore window configuration (Bug#12623).
5466
5467 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * help-fns.el (describe-variable, describe-function-1):
5470 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5471
5472 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5473
5474 2012-10-12 Glenn Morris <rgm@gnu.org>
5475
5476 * mail/rmailsum.el (rmail-header-summary):
5477 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5478
5479 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5480
5481 * progmodes/python.el (python-mode-map):
5482 Replace subtitute-key-definition with proper command remapping.
5483 (python-nav--up-list): Fix behavior for blocks on the same level.
5484
5485 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5488
5489 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5490 changes to the format of load-history.
5491
5492 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5493 completion-ignore-case in case that var is buffer-local (bug#12615).
5494
5495 2012-10-11 Kenichi Handa <handa@gnu.org>
5496
5497 * international/eucjp-ms.el: Re-generated.
5498
5499 2012-10-10 Kenichi Handa <handa@gnu.org>
5500
5501 * select.el (xselect--encode-string): If a coding is specified for
5502 selection, and that is compatible with COMPOUND_TEXT, use it.
5503
5504 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5505
5506 * window.el (switch-to-buffer-preserve-window-point): New option.
5507 (switch-to-buffer):
5508 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5509
5510 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5513 Don't document nil as a useful value (bug#12583).
5514
5515 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * net/tramp.el (tramp-debug-message):
5518 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5519 (with-tramp-progress-reporter): Rename from
5520 `tramp-with-progress-reporter'.
5521 (with-tramp-file-property, with-tramp-connection-property):
5522 Move from tramp-cache.el, rename from `with-file-property' and
5523 `with-connection-property', respectively.
5524
5525 * net/tramp-cache.el: Remove `with-file-property' and
5526 `with-connection-property'.
5527
5528 * net/tramp.el:
5529 * net/tramp-gvfs.el:
5530 * net/tramp-sh.el:
5531 * net/tramp-smb.el: Adapt callees.
5532
5533 * net/trampver.el: Update release number.
5534
5535 2012-10-09 Glenn Morris <rgm@gnu.org>
5536
5537 * w32-fns.el (set-message-beep):
5538 * term/w32-win.el (set-message-beep): Update declarations.
5539
5540 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5543 (mode-line-widen, mode-line-input-method-map)
5544 (mode-line-coding-system-map, mode-line-remote)
5545 (mode-line-unbury-buffer, mode-line-bury-buffer)
5546 (mode-line-next-buffer, mode-line-previous-buffer):
5547 Replace save-selected-window+select-window => with-selected-window.
5548
5549 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5550 * progmodes/cc-vars.el (bq-process): Remove, unused.
5551
5552 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5553
5554 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5555
5556 Implemented `backward-up-list'-like navigation.
5557 * progmodes/python.el (python-nav-up-list)
5558 (python-nav-backward-up-list): New functions.
5559 (python-mode-map): Define substitute key for backward-up-list to
5560 python-nav-backward-up-list.
5561
5562 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5563
5564 * progmodes/python.el (python-fill-paragraph): Rename from
5565 python-fill-paragraph-function. Fixed fill-paragraph for
5566 decorators (Bug#12605).
5567
5568 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5569
5570 * progmodes/python.el (python-shell-output-filter): Handle extra
5571 carriage return in OSX (Bug#12409).
5572
5573 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5574
5575 Fix shell handling of unbalanced quotes and parens in output.
5576 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5577 (python-syntax-propertize-function): Use it.
5578 (python-shell-output-syntax-table): New var.
5579 (inferior-python-mode): Prevent unbalanced parens/quotes from
5580 previous output mess with current input context.
5581
5582 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5585 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5586
5587 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * ffap.el (ffap-replace-file-component): Support Tramp file name
5590 syntax, not only ange-ftp's one.
5591
5592 2012-10-08 Glenn Morris <rgm@gnu.org>
5593
5594 * cus-start.el (message-log-max): Set :version.
5595
5596 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5597
5598 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5599
5600 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5601 the minibuffer window (Bug#10851).
5602
5603 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5604
5605 Enhancements on forward-sexp movement.
5606 * progmodes/python.el (python-nav-beginning-of-statement)
5607 (python-nav-end-of-statement): Return point-marker.
5608 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5609 (python-info-current-symbol)
5610 (python-info-statement-starts-block-p): Rename from
5611 python-info-beginning-of-block-p.
5612 (python-info-statement-ends-block-p): Rename from
5613 python-info-end-of-block-p.
5614 (python-info-beginning-of-statement-p)
5615 (python-info-end-of-statement-p)
5616 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5617 New functions.
5618
5619 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5622 frame-selected-windows.
5623
5624 2012-10-08 Daniel Colascione <dancol@dancol.org>
5625
5626 * battery.el (battery-status-function): Check for
5627 w32-battery-status itself, not system-time windows-nt.
5628
5629 * frame.el: Require cl-lib.
5630 (display-format-alist): New variable mapping frame types to
5631 functions that initialize them.
5632 (window-system-for-display): New function: interprets
5633 display-format-alist.
5634 (make-frame-on-display): Remove existing display-selection logic
5635 and just forward to make-frame, which will now DTRT.
5636 (make-frame): Restructure to use window-system-for-display to
5637 figure out how to create a frame on a given display.
5638 (display-mouse-p): Look for frame-type w32, not a particular
5639 system-type.
5640
5641 * loadup.el: Load w32 lisp code when we have the w32 feature.
5642
5643 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5644 system-type windows-nt.
5645
5646 * server.el (server-create-window-system-frame): Look for window
5647 type.
5648 (server-proces-filter): Only force a window system when windows-nt
5649 _and_ w32. Explain why.
5650
5651 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5652 of window systems we configure for the mode.
5653
5654 * startup.el (command-line): Mark window system is initialized
5655 after we've done it.
5656
5657 * common-win.el (x-select-text): Look for w32, not windows-nt.
5658
5659 * ns-win.el: Require cl-lib. Add ourselves to
5660 display-format-alist.
5661 (ns-initialize-window-system): Assert we're not initialized twice.
5662
5663 * w32-win.el: Enable lexical binding; require cl-lib; add
5664 ourselves to display-format-alist.
5665 (w32-handle-dropped-file): Convert incoming dropped files from
5666 Windows paths to Cygwin ones before passing them on to the rest of
5667 Emacs.
5668 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5669 (w32-initialize-window-system): Assert we're not initialized twice.
5670
5671 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5672 (x-initialize-window-system): Assert we're not initialized twice.
5673
5674 * w32-common-fns.el: New File.
5675 (w32-version, w32-using-nt, w32-get-clipboard-data)
5676 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5677 (w32-charset-info-alist, x-last-selected, text)
5678 (x-get-selection-value, x-selection-value): Move here.
5679
5680 * w32-fns.el: Require w32-common-fns.
5681 (w32-version, w32-using-nt, w32-get-clipboard-data)
5682 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5683 (w32-charset-info-alist, x-last-selected, text)
5684 (x-get-selection-value, x-selection-value): Move to
5685 w32-common-fns.
5686
5687 * w32-vars.el:
5688 (w32-allow-system-shell, w32-system-shells): Define only in
5689 non-cygwin case.
5690
5691 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5694 (read-passwd): Remove a few more potential sources of leaks.
5695
5696 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5697
5698 * progmodes/python.el (inferior-python-mode)
5699 (python-shell-make-comint): Fix initialization of local
5700 variables copied from parent buffer.
5701
5702 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5703
5704 * term/ns-win.el (ns-read-file-name): Update declaration to match
5705 nsfns.m.
5706 (ns-respond-to-change-font): Change fontsize separately so we are sure
5707 it is set when font is acted upon.
5708
5709 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5710
5711 Enhancements to indentation.
5712 * progmodes/python.el (python-indent-context): Give priority to
5713 inside-string context. Make comments indentation markers.
5714 (python-indent-region): Do not mess with strings, unless it's the
5715 enclosing set of quotes.
5716
5717 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * window.el (internal--before-save-selected-window)
5720 (internal--after-save-selected-window): New functions extracted from
5721 save-selected-window. Make sure we return the `alist' we construct.
5722 (save-selected-window): Use them.
5723
5724 * textmodes/tex-mode.el (tex-recenter-output-buffer):
5725 Use with-selected-window.
5726
5727 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5728 forms that define macros (bug#12593).
5729
5730 2012-10-07 Kenichi Handa <handa@gnu.org>
5731
5732 * international/mule-conf.el (compound-text-with-extensions):
5733 Add :mime-charset property as x-ctext.
5734
5735 2012-10-07 Stefan Merten <smerten@oekonux.de>
5736
5737 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5738 (rst-indent-literal-normal, rst-indent-literal-minimized)
5739 (rst-indent-comment): Correct :version tag.
5740 (rst-official-cvs-rev): Correct version string.
5741
5742 2012-10-07 Glenn Morris <rgm@gnu.org>
5743
5744 * mail/rmailmm.el (rmail-mime-process-multipart):
5745 Do not confuse a multipart message with an epilogue
5746 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
5747
5748 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5749
5750 Fix shell output retrieval and comint-prompt-regexp init.
5751 * progmodes/python.el (inferior-python-mode):
5752 (python-shell-make-comint): Fix initialization of
5753 comint-prompt-regexp from copied file local variables.
5754 (python-shell-fetched-lines): Remove var.
5755 (python-shell-output-filter-in-progress): Rename from
5756 python-shell-fetch-lines-in-progress.
5757 (python-shell-output-filter-buffer): Rename from
5758 python-shell-fetch-lines-string.
5759 (python-shell-fetch-lines-filter): Delete function.
5760 (python-shell-output-filter): New function.
5761 (python-shell-send-string-no-output): Use them.
5762
5763 2012-10-07 Glenn Morris <rgm@gnu.org>
5764
5765 * hi-lock.el (hi-lock-process-phrase):
5766 Try to make it less fragile. (Bug#7161)
5767
5768 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5769
5770 2012-10-06 Glenn Morris <rgm@gnu.org>
5771
5772 * ehelp.el (electric-help-mode): Use help-mode rather than
5773 non-existent mode `help'.
5774 (electric-help-map): Use button-buffer-map. (Bug#10917)
5775
5776 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5777 (reftex-create-bibtex-footer): Fix custom types.
5778
5779 * progmodes/sh-script.el (sh-indent-after-continuation):
5780 Add explicit :group.
5781
5782 * textmodes/rst.el (rst-preferred-decorations)
5783 (rst-shift-basic-offset): Clarify obsolescence versions.
5784
5785 * profiler.el (profiler): Add missing group :version tag.
5786 * avoid.el (mouse-avoidance-banish-position):
5787 * proced.el (proced-renice-command):
5788 * calc/calc.el (calc-ensure-consistent-units):
5789 * calendar/icalendar.el (icalendar-import-format-uid):
5790 * net/tramp.el (tramp-save-ad-hoc-proxies):
5791 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5792 * progmodes/flymake.el (flymake-error-bitmap)
5793 (flymake-warning-bitmap, flymake-fringe-indicator-position):
5794 * progmodes/sh-script.el (sh-indent-after-continuation):
5795 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5796 (verilog-before-save-font-hook, verilog-after-save-font-hook):
5797 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5798 (vhdl-array-index-record-field-in-sensitivity-list)
5799 (vhdl-indent-comment-like-next-code-line):
5800 * textmodes/reftex-vars.el (reftex-ref-style-alist)
5801 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5802 (reftex-cite-key-separator, reftex-create-bibtex-header)
5803 (reftex-create-bibtex-footer):
5804 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5805 (rst-indent-literal-normal, rst-indent-literal-minimized)
5806 (rst-indent-comment): Add missing custom :version tags.
5807
5808 * calendar/timeclock.el (timeclock-modeline-display):
5809 Add missing obsolete alias for renamed user option.
5810
5811 * strokes.el (strokes-modeline-string):
5812 * emulation/crisp.el (crisp-mode-modeline-string):
5813 * eshell/esh-mode.el (eshell-status-in-modeline):
5814 Aliases to defcustoms must come before the defcustom.
5815
5816 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5817 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5818 (cal-tex-cursor-week-monday): Doc fixes.
5819 (cal-tex-cursor-week2-summary): Doc fix.
5820 Rename from cal-tex-cursor-week-at-a-glance.
5821
5822 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5823 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
5824
5825 * calendar/calendar.el (calendar-mode-map):
5826 Add cal-tex-cursor-week2-summary.
5827
5828 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5831
5832 * subr.el (read-passwd-map): New var.
5833 (read-passwd): Use `read-string' again.
5834 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5835
5836 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
5837
5838 * register.el (append-to-register, prepend-to-register):
5839 Deactivate mark, as does `copy-to-register' (bug#12389).
5840
5841 2012-10-06 Chong Yidong <cyd@gnu.org>
5842
5843 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5844
5845 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
5846
5847 * international/characters.el: Fix simple mistake ((car chars) ->
5848 elt), delete duplicated code.
5849
5850 2012-10-06 Glenn Morris <rgm@gnu.org>
5851
5852 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
5853
5854 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
5855
5856 * color.el (color-hsl-to-rgb): Fix incorrect results for
5857 small and large hue values. (Bug#12559)
5858
5859 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
5860
5861 Enhancements to docstring formatting when filling paragraphs.
5862 * progmodes/python.el (python-fill-docstring-style): Rename from
5863 python-fill-string-style. Added new style.
5864 (python-fill-string): Use new style. Better checks for
5865 docstrings.
5866
5867 2012-10-05 Glenn Morris <rgm@gnu.org>
5868
5869 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5870
5871 * color.el (color-name-to-rgb, color-rgb-to-hex)
5872 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5873 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5874 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5875 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5876
5877 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
5878
5879 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5882 to get the correct size across symlinks.
5883
5884 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5885
5886 2012-10-04 Juri Linkov <juri@jurta.org>
5887
5888 * replace.el (query-replace-interactive): Declare obsolete.
5889 (query-replace-read-from): Add the last incremental search string
5890 to the list of default values accessible via M-n.
5891 (map-query-replace-regexp): Use `read-regexp'.
5892 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5893 (map-query-replace-regexp, replace-string, replace-regexp):
5894 Fix docstrings to replace mentions of `query-replace-interactive'
5895 with alternatives. (Bug#12526)
5896
5897 2012-10-04 Juri Linkov <juri@jurta.org>
5898
5899 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
5900 (dired-pop-to-buffer): Declare obsolete.
5901 (dired-mark-pop-up): Doc fix.
5902
5903 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
5904
5905 Allow user to set docstring style for fill-paragraph.
5906 * progmodes/python.el
5907 (python-fill-comment-function, python-fill-string-function)
5908 (python-fill-decorator-function, python-fill-paren-function):
5909 Remove :safe for defcustoms.
5910 (python-fill-string-style): New defcustom
5911 (python-fill-paragraph-function): Enhance context detection.
5912 (python-fill-string): Honor python-fill-string-style settings.
5913
5914 2012-10-04 Martin Rudalics <rudalics@gmx.at>
5915
5916 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5917 after setting its buffer (Bug#10805).
5918
5919 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
5920
5921 Fix cornercase for string syntax.
5922 * progmodes/python.el (python-syntax-propertize-function):
5923 Simplify and enhance the regexp for unescaped quotes. Now it also
5924 matches quotes in weird situations like the single quote in
5925 "something\"'".
5926 (python-syntax-stringify): Simplify num-quotes detecting code.
5927
5928 2012-10-03 Glenn Morris <rgm@gnu.org>
5929
5930 * help-macro.el (three-step-help):
5931 Revert 2012-09-29 change. (Bug#12567)
5932
5933 2012-10-03 Martin Rudalics <rudalics@gmx.at>
5934
5935 * menu-bar.el (kill-this-buffer): Don't do anything when
5936 `menu-frame' is not alive or visible (Bug#8184).
5937
5938 * emacs-lisp/debug.el (debug): When quitting the debugger window
5939 restore current buffer (Bug#12502).
5940
5941 2012-10-02 Chong Yidong <cyd@gnu.org>
5942
5943 * progmodes/hideif.el (hif-lookup, hif-defined):
5944 Handle semantic-c-takeover-hideif.
5945
5946 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
5947
5948 Change sampling interval units from ms to ns.
5949 * profiler.el (profiler-sampling-interval): Change units
5950 from ms to ns, multiplying the default by 1000000 so that
5951 it remains 1 ms.
5952 (profiler-report-cpu-line-format): Give enough room for
5953 the maximum counters on 64-bit hosts.
5954 (profiler-report-render-calltree-1): Call them "CPU samples",
5955 not "Time (ms)", since they are not milliseconds now (and
5956 never really were).
5957
5958 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5959
5960 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5961 Fix querying BBDB for entries without a last name (Bug#11580).
5962
5963 2012-10-02 Chong Yidong <cyd@gnu.org>
5964
5965 * emacs-lisp/eieio.el: Restore Version header.
5966
5967 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * vc/diff-mode.el (diff--auto-refine-data): New var.
5970 (diff-hunk): Use it to delay refinement.
5971 (diff-mode): Remove overlays when we turn off font-lock.
5972
5973 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5974 (table-initialize-table-fixed-width-mode)
5975 (table-set-table-fixed-width-mode): Remove functions.
5976 (table-command-list): Move initialization into declaration.
5977 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5978 (table-with-cache-buffer): Use `declare'.
5979 (table-span-cell): Simplify via CSE.
5980 (table-fixed-width-mode): Use define-minor-mode.
5981 (table-call-interactively, table-funcall, table-apply): Remove.
5982 (table-function): New function, to replace them.
5983
5984 * bookmark.el (bookmark-search-pattern): Remove var.
5985 (bookmark-read-search-input): Remove function.
5986 (bookmark-bmenu-search): Reimplement using a minibuffer.
5987
5988 * faces.el (modeline): Remove obsolete face name.
5989
5990 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5991 and give a non-nil default value.
5992 (add-change-log-entry): Simplify accordingly.
5993
5994 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
5995
5996 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5997 (vc-git-log-edit-toggle-amend): New function.
5998 (vc-git-log-edit-toggle-signoff): New function.
5999 (vc-git-log-edit-mode): New major mode.
6000 (vc-git-log-edit-mode-map): Keymap for it.
6001 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6002
6003 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6004 header names.
6005 (log-edit-toggle-header): New function.
6006 (log-edit-extract-headers): Accept function values in HEADERS alist.
6007
6008 2012-10-01 David Engster <deng@randomsample.de>
6009
6010 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6011 from symbol property and change message to be more consistent with
6012 Emacs proper.
6013 (eieio-describe-generic): Add filename for each implementation.
6014 Fix indices for generic and normal methods.
6015 (eieio-method-def, eieio-class-def): New buttons.
6016 (eieio-help-find-method-definition)
6017 (eieio-help-find-class-definition): New functions.
6018 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6019 class, constructor and method definitions.
6020
6021 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6022 information in symbol property.
6023 (scoped-class): Remove.
6024 (eieio-slot-name-index, call-next-method): Check if it is bound.
6025
6026 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6027
6028 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6029 (eieio-custom-mode): New major mode.
6030 (eieio-customize-object): Use it.
6031
6032 2012-10-01 Eric Ludlam <zappo@gnu.org>
6033
6034 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6035 specifying the expected class, and whether subclassing is allowed.
6036 (eieio-persistent-convert-list-to-object):
6037 (eieio-persistent-validate/fix-slot-value)
6038 (eieio-persistent-slot-type-is-class-p): New functions.
6039 (eieio-named::slot-missing): Doc fix.
6040
6041 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6042 Stop using unused publd variable.
6043
6044 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6045 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6046 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6047 (eieio-speedbar-handle-click): Do not specify a class for the
6048 method. Fixes method invocation order problems with EDE.
6049
6050 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6053 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6054
6055 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6056
6057 * bookmark.el (bookmark-version-control): Give tags in the
6058 :type choices (Bug#12309), and improve doc string.
6059 (bookmark-write-file): Bind `print-circle' to `t' to allow
6060 circular custom bookmark types. (Bug#12503)
6061
6062 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6063
6064 Revert the FOLLOW-SYMLINKS change for file-attributes.
6065 * files.el (remote-file-name-inhibit-cache, after-find-file):
6066 * time.el (display-time-file-nonempty-p): Undo last change.
6067
6068 * profiler.el (profiler-sampling-interval): Change default back to 1.
6069 See Stefan Monnier in
6070 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6071
6072 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6073
6074 Shell output catching a la gud-gdb.
6075 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6076 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6077 New Vars.
6078 (python-shell-fetch-lines-filter): New function.
6079 (python-shell-send-string-no-output): Use them.
6080
6081 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6082
6083 * profiler.el (profiler-sampling-interval): Rename from
6084 profiler-sample-interval.
6085 (profiler-sampling-interval): Default to 10.
6086 (profiler-find-profile): New command (was profiler-find-log).
6087 (profiler-find-profile-other-window): New command.
6088 (profiler-find-profile-other-frame): New command.
6089 (profiler-profile): Introduce API-level data structure.
6090
6091 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6092
6093 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6094 * files.el (remote-file-name-inhibit-cache):
6095 * time.el (display-time-file-nonempty-p): Use it.
6096 * files.el (after-find-file): Don't chase links before calling
6097 file-exists-p, as file-exists-p already does the right thing.
6098
6099 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6100
6101 Merge from standalone RefTeX repository.
6102
6103 The following ChangeLog entries are shortened versions of the
6104 original ones with file paths adapted. A not so strongly edited
6105 version of the original ChangeLog can be found in the commit log.
6106
6107 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6108 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6109 Correctly handle new value type returned by `reftex-citation'.
6110
6111 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6112 that entries with whitespace at various places are found.
6113 Doc fix. Include entries that are cross-referenced from cited entries.
6114 Include @String definitions in the resulting bib file. Add header
6115 and footer defined in `reftex-create-bibtex-header' and
6116 `reftex-create-bibtex-footer'.
6117 (reftex-do-citation): Make it possible again to insert
6118 non-existent entries. Save match data when asking for optional
6119 arguments. Return all keys, not just the first one.
6120 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6121 all citations in the same line.
6122 (reftex-parse-bibtex-entry): Accept additional optional argument
6123 `raw' and keep quotes or braces if it is non-nil. Match fields
6124 containing hyphens besides word constituents.
6125 (reftex-get-string-refs): New function.
6126 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6127 and ask if it should be reread in case it did.
6128 (reftex-pop-to-bibtex-entry)
6129 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6130 entries with spaces or tabs in front of arguments.
6131 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6132 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6133 Match entries containing numbers and symbol constituents.
6134 (reftex-do-citation, reftex-figure-out-cite-format):
6135 Use `reftex-cite-key-separator'.
6136
6137 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6138 (reftex-mouse-view-crossref): Explain why point is set.
6139
6140 * textmodes/reftex-global.el: Whitespace changes.
6141
6142 * textmodes/reftex-index.el: Move provide statement to end of
6143 file.
6144 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6145 (reftex-index-visit-phrases-buffer): Set marker when visiting
6146 buffer. This allows for returning from the phrases file to the
6147 file one was just editing instead of the file where the last
6148 phrases was added from.
6149 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6150 punctuation syntax as it usually is not used as string quote in
6151 TeX-related modes and may occur unmatched. The change also
6152 prevents fontification of quoted content.
6153 (reftex-index-phrases-mode): Use it.
6154
6155 * textmodes/reftex-parse.el (reftex-parse-from-file):
6156 Move backward one char if a `\' was matched after a section macro.
6157 (reftex-parse-from-file): Use beginning of match instead of end as
6158 bound.
6159
6160 * textmodes/reftex-ref.el: Adapt creation of
6161 `reftex-<package>-<macro>' functions to new structure of
6162 `reftex-ref-style-alist'.
6163 (reftex-reference): Use `reftex-ref-style-list' function.
6164 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6165 reference macro if `reftex-ref-macro-prompt' is non-nil.
6166 (reftex-reference): Pass refstyle to `reftex-format-special'.
6167 Determine reference macro by looking at
6168 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6169 Use only one special format function.
6170 (reftex-varioref-vref, reftex-fancyref-fref)
6171 (reftex-fancyref-Fref): Remove definitions. The functions are now
6172 generated from `reftex-ref-style-alist'.
6173 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6174 Remove.
6175 (reftex-format-special): New function.
6176
6177 * textmodes/reftex-sel.el
6178 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6179 of `reftex-ref-style-alist'. Remove code for testing macro type.
6180 (reftex-select-toggle-varioref)
6181 (reftex-select-toggle-fancyref): Remove.
6182 (reftex-select-cycle-ref-style-internal)
6183 (reftex-select-cycle-ref-style-forward)
6184 (reftex-select-cycle-ref-style-backward): New functions.
6185 (reftex-select-label-map): Use `v' and `V' for general cycling
6186 through reference styles. Add `p' for switching between number
6187 and page reference types.
6188
6189 * textmodes/reftex-toc.el (reftex-re-enlarge):
6190 Call `enlarge-window' only if there is something to do because in Emacs
6191 the horizontal version throws an error even if the parameter is 0.
6192
6193 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6194 (reftex-plug-into-AUCTeX): Doc fix.
6195 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6196 string. Adapt to new name.
6197 (reftex-ref-style-alist): Change structure so that it is not
6198 possible to use multiple different package names within a style.
6199 Remove the symbols for symbols for macro type distinction.
6200 Add characters for macro selection.
6201 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6202 (reftex-create-bibtex-footer): New variables.
6203 (reftex-format-ref-function): Mention third argument of special
6204 format function.
6205 (reftex-ref-style-alist, reftex-ref-style-default-list):
6206 New variables.
6207 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6208 to new implementation. Mark as obsolete. Add compatibility code
6209 for honoring the variable values in case they are set.
6210 (reftex-cite-format-builtin, reftex-bibliography-commands):
6211 Add support for ConTeXt.
6212 (reftex-format-ref-function, reftex-format-cite-function):
6213 Fix custom type.
6214 (reftex-cite-key-separator): New variable.
6215
6216 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6217 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6218 `reftex-syntax-table' because parens have to retain their paren
6219 syntax in order for parsing of BibTeX entries like @book(...) to
6220 work.
6221 (reftex-in-comment): Do not error out if `comment-start-skip' is
6222 not set. Deal correctly with escaped comment characters.
6223 (reftex-tie-multifile-symbols): Add doc string.
6224 Initialize `reftex-ref-style-list'.
6225 (reftex-untie-multifile-symbols): Add doc string.
6226 (reftex-add-index-macros): Doc fix.
6227 (reftex-ref-style-activate, reftex-ref-style-toggle)
6228 (reftex-ref-style-list): New functions.
6229 (reftex-mode-menu): Use them. Adapt to new structure of
6230 `reftex-ref-style-alist'.
6231 (reftex-select-with-char): Kill the RefTeX Select buffer when
6232 done.
6233 (reftex-remove-if): New function.
6234 (reftex-erase-all-selection-and-index-buffers)
6235 (reftex-mode-menu): Reference styles are now computed from
6236 `reftex-ref-style-alist'. Fix typo.
6237 (reftex-report-bug): New function.
6238 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6239 algorithms with O(n log n). Introduce optional argument SORT (not
6240 yet used).
6241
6242 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6243
6244 Enhancements for triple-quote string syntax.
6245 * progmodes/python.el (python-syntax-propertize-function):
6246 Match both quote cases in one regexp.
6247 (python-syntax-stringify): Handle matches properly.
6248
6249 2012-09-30 Juri Linkov <juri@jurta.org>
6250
6251 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6252 to nil around the call to `insert' to prevent
6253 directory time modification by lock_file. (Bug#2295)
6254 * tar-mode.el (tar-summarize-buffer): Idem.
6255
6256 2012-09-30 Juri Linkov <juri@jurta.org>
6257
6258 * facemenu.el (list-colors-sort): Add option "Luminance".
6259 (list-colors-sort-key): Implement it.
6260
6261 * vc/diff-mode.el (diff-refine-removed):
6262 * vc/ediff-init.el (ediff-fine-diff-A):
6263 * vc/smerge-mode.el (smerge-refined-removed):
6264 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6265
6266 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6267
6268 * term/ns-win.el (x-file-dialog): New function.
6269
6270 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6271
6272 * ido.el (ido-max-directory-size): Default to nil; the current
6273 default is small for POSIX systems, and impractical on Windows 7
6274 now that lstat returns directory sizes for NTFS.
6275
6276 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6277
6278 In buffer display functions handle window-height/window-width
6279 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6280 * window.el (window--display-buffer): New argument ALIST.
6281 Obey window-height and window-width alist entries.
6282 (window--try-to-split-window): New argument ALIST.
6283 Bind window-combination-limit to t when the window's size shall be
6284 changed and window-combination-limit equals `window-size'.
6285 (display-buffer-in-atom-window)
6286 (display-buffer-in-major-side-window)
6287 (display-buffer-in-side-window, display-buffer-same-window)
6288 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6289 (display-buffer-pop-up-window, display-buffer-below-selected)
6290 (display-buffer-at-bottom, display-buffer-in-previous-window)
6291 (display-buffer-use-some-window): Adjust all callers of
6292 window--display-buffer and window--try-to-split-window.
6293 (fit-frame-to-buffer): New option.
6294 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6295 is non-nil.
6296 (display-buffer-in-major-side-window): Evaluate window-height /
6297 window-width alist entries.
6298
6299 * help.el (temp-buffer-resize-frames)
6300 (temp-buffer-resize-regexps): Remove options.
6301 (temp-buffer-resize-mode): Adjust doc-string.
6302 (resize-temp-buffer-window): Don't consult
6303 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6304 temp-buffer-resize-frames.
6305
6306 * dired.el (dired-mark-pop-up):
6307 Call display-buffer-below-selected with a fit-window-to-buffer alist
6308 entry.
6309
6310 2012-09-30 Chong Yidong <cyd@gnu.org>
6311
6312 * server.el (server-host): Document the security implications.
6313 (server-auth-key): Doc fix.
6314
6315 * startup.el (initial-buffer-choice): Doc fix.
6316
6317 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6318
6319 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6320 restriction change.
6321
6322 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6323
6324 * help-fns.el (help-fns--obsolete): Fix last change.
6325
6326 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6329 (minor-mode-map-alist): Remove redundant code.
6330
6331 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6332 visited in a buffer.
6333 (cvs-insert-visited-file): New function.
6334 (find-file-hook): Use it.
6335
6336 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6337
6338 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6339 chose face.
6340 (log-edit-empty-buffer-p): Don't require a space after a header.
6341
6342 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6343
6344 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6345
6346 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6347 a proper minor-mode.
6348
6349 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6350
6351 2012-09-29 Glenn Morris <rgm@gnu.org>
6352
6353 * winner.el (winner-mode): Remove variable (let define-minor-mode
6354 handle it).
6355 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6356 Doc fixes.
6357 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6358 (winner-mode): Use define-minor-mode.
6359
6360 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6361 the full definition in loaddefs, rather than duplicating it.
6362
6363 * help-macro.el (three-step-help): No need to autoload defcustom.
6364
6365 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6366 (inferior-lisp-program, inferior-lisp-load-command)
6367 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6368 No need to autoload defcustoms.
6369
6370 * hippie-exp.el (hippie-expand-try-functions-list)
6371 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6372 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6373 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6374 (hippie-expand-only-buffers): No need to autoload defcustoms.
6375 * progmodes/vhdl-mode.el (vhdl-line-expand):
6376 Explicitly load hippie-exp, so it does not get autoloaded
6377 while hippie-expand-try-functions-list is let-bound.
6378
6379 2012-09-28 Glenn Morris <rgm@gnu.org>
6380
6381 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6382
6383 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6384 Only "cl.el" counts as cl these days.
6385
6386 2012-09-28 Juri Linkov <juri@jurta.org>
6387
6388 Display archive errors in the echo area instead of inserting
6389 to the file buffer.
6390
6391 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6392 to STDERR-TEST that can be a regexp matching a successful output.
6393 Create a temporary file and redirect stderr to it. Search for
6394 STDERR-TEST in the stderr output and display it in the echo area
6395 if no match is found.
6396 (archive-extract-by-file): New function like
6397 `archive-extract-by-stdout' but extracting archives to files
6398 and looking for successful matches in stdout. Function body is
6399 mostly copied from `archive-rar-extract'.
6400 (archive-rar-extract): Use `archive-extract-by-file'.
6401 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6402
6403 2012-09-28 Leo Liu <sdl.web@gmail.com>
6404
6405 * pcomplete.el (pcomplete-show-completions):
6406 Use minibuffer-message to make pcomplete usable in minibuffer.
6407
6408 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6409
6410 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * type-break.el: Use lexical-binding.
6413 (type-break-mode): Use define-minor-mode.
6414
6415 * emacs-lisp/pcase.el (pcase--mark-used): New.
6416 (pcase--u1): Use it (bug#12512).
6417
6418 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6419 in load-history with the right file name.
6420
6421 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6422
6423 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6424 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6425 (doc-view-get-bounding-box): Make bounding box slicing work for
6426 ODF and DVI documents.
6427
6428 2012-09-28 Glenn Morris <rgm@gnu.org>
6429
6430 * type-break.el (type-break-mode, type-break-interval)
6431 (type-break-good-rest-interval, type-break-keystroke-threshold):
6432 No need to autoload.
6433 (type-break-good-rest-interval, type-break-keystroke-threshold):
6434 Add :set-after.
6435
6436 2012-09-28 Chong Yidong <cyd@gnu.org>
6437
6438 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6439 Add :version tag.
6440
6441 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6444
6445 2012-09-27 Glenn Morris <rgm@gnu.org>
6446
6447 * faces.el (x-display-name): Declare (for without-x builds).
6448
6449 * linum.el (linum-format): Don't autoload it. Improve :type.
6450
6451 * progmodes/tcl.el: Don't require outline when compiling.
6452 (outline-regexp, outline-level): Declare.
6453 * textmodes/sgml-mode.el: Don't require outline when compiling.
6454 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6455
6456 * term.el (term-ansi-reset):
6457 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6458
6459 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6460 files for RCS and SCCS. (Bug#9781)
6461
6462 2012-09-27 Chong Yidong <cyd@gnu.org>
6463
6464 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6465 change; value should be t.
6466
6467 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * image-mode.el: Use lexical-binding.
6470 (image-mode-winprops): Use t to stand for the window of
6471 a buffer that's not displayed.
6472 * doc-view.el (doc-view-new-window-function): Handle the new
6473 t in winprops.
6474 (doc-view-enlarge): Make it a real nop if the size is not changed.
6475 (doc-view-display): Handle the case where the buffer is not (yet?)
6476 displayed in any window.
6477 (doc-view-saved-settings): New var.
6478 (doc-view-mode): Use it.
6479 (doc-view-fallback-mode): Set it.
6480
6481 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6482 Set lexical-binding.
6483 (minibuffer-eldef-shorten-default): New var.
6484 (minibuffer-default-in-prompt-regexps): Use it for new default.
6485 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6486
6487 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * international/uni-bidi.el:
6490 * international/uni-category.el:
6491 * international/uni-name.el:
6492 * international/uni-numeric.el: Regenerate.
6493
6494 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6495 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * profiler.el: New file.
6498
6499 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6502 (testcover-reinstrument): Simplify with CSE.
6503
6504 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6507
6508 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6509
6510 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6511 (verilog-auto-input, verilog-auto-insert-lisp)
6512 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6513 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6514 (verilog-auto-unused, verilog-auto-wire)
6515 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6516 newline. Reported by Andrew Jones.
6517 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6518 Reported by Brad Dobbie.
6519 (verilog-batch-delete-trailing-whitespace):
6520 Create verilog-batch-delete-trailing-whitespace.
6521 Reported by Brad Dobbie.
6522 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6523 parameters from another module. Reported by Dan Katz.
6524 (verilog-auto, verilog-auto-assign-modport)
6525 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6526 AUTOINOUTMODPORT for UVM interface module shell generation.
6527 Reported by Brad Dobbie.
6528 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6529 standard behavior.
6530 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6531 Reported by Matt Martin.
6532
6533 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6534
6535 * window.el (window--resize-child-windows): When resizing child
6536 windows proportionally, process them in reverse order to
6537 preserve the "when splitting a window the new one gets the odd
6538 line" behavior.
6539 (window--resize-root-window-vertically): When resizing the
6540 minibuffer window try to affect only windows at the bottom of the
6541 frame. (Bug#12419)
6542
6543 2012-09-25 Chong Yidong <cyd@gnu.org>
6544
6545 * subr.el (declare): Doc fix.
6546
6547 * help-fns.el (help-fns--obsolete): Handle macros properly.
6548
6549 2012-09-25 Chong Yidong <cyd@gnu.org>
6550
6551 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6552 this function obsolete.
6553
6554 * calendar/cal-x.el (calendar-two-frame-setup)
6555 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6556 * calendar/calendar.el (american-calendar, european-calendar)
6557 (calendar-for-loop):
6558 * comint.el (comint-dynamic-simple-complete)
6559 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6560 * desktop.el (desktop-load-default):
6561 * dired-x.el (dired-omit-here-always)
6562 (dired-hack-local-variables, dired-default-directory):
6563 * emacs-lisp/derived.el (derived-mode-class):
6564 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6565 * emacs-lock.el (toggle-emacs-lock):
6566 * epa.el (epa-display-verify-result):
6567 * epg.el (epg-sign-keys, epg-start-sign-keys)
6568 (epg-passphrase-callback-function):
6569 * eshell/esh-util.el (eshell-for):
6570 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6571 (eshell-add-to-window-buffer-names):
6572 * files.el (locate-file-completion):
6573 * imenu.el (imenu-example--create-c-index)
6574 (imenu-example--create-lisp-index)
6575 (imenu-example--lisp-extract-index-name)
6576 (imenu-example--name-and-position):
6577 * international/mule-cmds.el (princ-list):
6578 * international/mule-diag.el (decode-codepage-char):
6579 * international/mule-util.el (detect-coding-with-priority):
6580 * iswitchb.el (iswitchb-read-buffer):
6581 * mail/mailalias.el (mail-complete):
6582 * mail/sendmail.el (mail-sent-via):
6583 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6584 (mouse-major-mode-menu):
6585 * password-cache.el (password-read-and-add):
6586 * pcomplete.el (pcomplete-parse-comint-arguments):
6587 * progmodes/sh-script.el (sh-maybe-here-document):
6588 * replace.el (query-replace-regexp-eval):
6589 * savehist.el (savehist-load):
6590 * simple.el (choose-completion-delete-max-match):
6591 * term.el (term-dynamic-simple-complete):
6592 * vc/ediff-init.el (ediff-check-version):
6593 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6594 * vc/vc.el (vc-diff-switches-list):
6595 * view.el (view-return-to-alist-update): Likewise.
6596
6597 * subr.el (eval-next-after-load, makehash, insert-string)
6598 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6599 mark obsolete.
6600 (mode-line-inverse-video): Variable deleted.
6601
6602 * international/mule-util.el (string-to-sequence): Remove.
6603
6604 * calendar/calendar.el (calendar-version):
6605 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6606 (icalendar-convert-diary-to-ical):
6607 * cus-edit.el (custom-mode):
6608 * ansi-color.el (ansi-color-unfontify-region):
6609 * international/latin1-disp.el (latin1-char-displayable-p):
6610 * progmodes/cwarn.el (turn-on-cwarn-mode):
6611 * progmodes/which-func.el (which-func-update-1):
6612 Use define-obsolete-function-alias.
6613
6614 * net/newst-backend.el (newsticker-cache-filename):
6615 * net/newst-treeview.el (newsticker-groups-filename):
6616 Fix incorrect obsolescence declaration.
6617
6618 * allout.el (allout-passphrase-hint-string): Likewise.
6619 (allout-init): Use a declare form to mark obsolete.
6620
6621 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6622 this applies to functions.
6623
6624 * iswitchb.el (iswitchb-read-buffer): Move code of
6625 iswitchb-define-mode-map here, and delete that obsolete function.
6626
6627 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6628 font-lock-reference-face.
6629
6630 2012-09-25 Glenn Morris <rgm@gnu.org>
6631
6632 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6633 Doc fixes.
6634
6635 * eshell/em-term.el (eshell-term-name):
6636 Default to term-term-name. (Bug#12485)
6637
6638 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6639
6640 * progmodes/python.el (python-shell-send-buffer): Better handling
6641 of "if __name__ == '__main__':" conditionals when sending the buffer.
6642
6643 2012-09-24 Glenn Morris <rgm@gnu.org>
6644
6645 * eshell/esh-cmd.el (eshell-find-alias-function):
6646 Tighten up file-name regexp. (Bug#12499)
6647
6648 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6649
6650 Enhancements for triple-quote string syntax.
6651 * progmodes/python.el (python-quote-syntax): Remove.
6652 (python-syntax-propertize-function): New value.
6653 (python-syntax-count-quotes, python-syntax-stringify):
6654 New functions.
6655
6656 2012-09-24 Chong Yidong <cyd@gnu.org>
6657
6658 * mail/supercite.el (sc-version): Remove obsolete function.
6659 (sc-describe): Don't mark as obsolete, since it is bound.
6660 (sc-submit-bug-report): Remove.
6661
6662 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6663 (cvs-commit-buffer-require-final-newline): Remove.
6664 (log-edit-require-final-newline)
6665 (log-edit-changelog-full-paragraphs): Default to t.
6666
6667 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6668 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6669 * vc/vc.el (vc-checkout-carefully): Likewise.
6670
6671 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6672 (emerge-version): Remove.
6673
6674 * progmodes/compile.el (compile-internal): Remove.
6675 (compilation-parse-errors-function): Fix typo.
6676
6677 * international/mule.el (set-char-table-default): Remove.
6678 (set-coding-priority, make-coding-system, generic-char-p)
6679 (charset-list, charset-bytes, charset-id): Use declare to mark
6680 functions as obsolete.
6681
6682 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6683 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6684 * vc/vc-hooks.el (vc-default-registered): Don't use
6685 vc-master-templates.
6686
6687 * font-lock.el (font-lock-reference-face):
6688 Use define-obsolete-variable-alias.
6689
6690 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6691 * calendar/calendar.el (calendar-font-lock-keywords):
6692 * calendar/diary-lib.el (diary-font-lock-keywords)
6693 (diary-fancy-font-lock-keywords):
6694 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6695 * textmodes/reftex-index.el (reftex-insert-index):
6696 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6697 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6698 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6699 * progmodes/prolog.el (prolog-font-lock-keywords):
6700 * progmodes/idlwave.el (idlwave-idl-keywords):
6701 * progmodes/ada-mode.el (ada-font-lock-keywords):
6702 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6703
6704 2012-09-24 Glenn Morris <rgm@gnu.org>
6705
6706 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6707
6708 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6709
6710 * progmodes/python.el (python-indent-line): More consistent cursor
6711 movement behavior.
6712
6713 2012-09-23 Stefan Merten <smerten@oekonux.de>
6714
6715 * textmodes/rst.el: Fix compiler warning.
6716
6717 2012-09-23 Roland Winkler <winkler@gnu.org>
6718
6719 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6720 Transcribe also LaTeX hyphenation.
6721 (bibtex-reformat): Bug fix. Do not quote twice the elements of
6722 bibtex-reformat-previous-options.
6723
6724 2012-09-23 Roland Winkler <winkler@gnu.org>
6725
6726 * proced.el (proced-renice-command): New variable.
6727 (proced-marked-processes): New function.
6728 (proced-with-processes-buffer): New macro.
6729 (proced-send-signal): Use them.
6730 (proced-renice): New command bound to r.
6731
6732 2012-09-23 Roland Winkler <winkler@gnu.org>
6733
6734 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6735 ibuffer-saved-filter-groups has one element, shortcut the call of
6736 completing-read. (Bug#12331)
6737
6738 2012-09-23 Chong Yidong <cyd@gnu.org>
6739
6740 * bindings.el (mode-line-toggle-read-only):
6741 * bs.el (bs-toggle-readonly):
6742 * buff-menu.el (Buffer-menu-toggle-read-only):
6743 * dired.el (dired-toggle-read-only):
6744 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6745
6746 2012-09-23 Chong Yidong <cyd@gnu.org>
6747
6748 * image.el (image-type-available-p): Adapt to init-image-library
6749 argument changes.
6750
6751 2012-09-22 Juri Linkov <juri@jurta.org>
6752
6753 * dired.el (dired-mode-map): Add [remap read-only-mode] for
6754 `dired-toggle-read-only'. (Bug#12462)
6755
6756 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6757
6758 * subr.el (temp-output-buffer-show): New function.
6759 (with-output-to-temp-buffer): Call temp-output-buffer-show
6760 instead of internal-temp-output-buffer-show.
6761
6762 2012-09-22 Chong Yidong <cyd@gnu.org>
6763
6764 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6765 (Bug#12462).
6766
6767 * repeat.el (repeat): Doc fix (Bug#12348).
6768
6769 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6770 (Bug#10909).
6771
6772 * simple.el (shell-command-on-region): Doc fix.
6773 (read-only-mode): Doc fix.
6774
6775 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6776
6777 * emacs-lisp/timer.el (run-with-idle-timer)
6778 (timer-activate-when-idle): Warn against reinvoking an idle timer
6779 from within its own timer action. (Bug#12447)
6780
6781 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6782
6783 * cus-start.el (window-combination-limit): Add new optional
6784 values.
6785 * window.el (temp-buffer-window-show)
6786 (window--try-to-split-window): Handle new values of
6787 window-combination-limit (Bug#1806).
6788 (split-window): Test window-combination-limit for t instead of
6789 non-nil.
6790 (display-buffer-at-bottom): New buffer display action function.
6791 * help.el (temp-buffer-resize-regexps): New option.
6792 (temp-buffer-resize-mode): Rewrite doc-string.
6793 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6794 Don't resize reused window. Suggested by Glenn Morris.
6795
6796 2012-09-22 Stefan Merten <smerten@oekonux.de>
6797
6798 * textmodes/rst.el: Revamp section title faces.
6799 (rst-official-version)
6800 (rst-package-emacs-version-alist): Sync with official version
6801 V1.4.0.
6802 (rst-faces-defaults, rst-set-level-default)
6803 (rst-level-face-max, rst-level-face-base-color)
6804 (rst-level-face-base-light, rst-level-face-format-light)
6805 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6806 (rst-adornment-faces-alist): Match new setup.
6807 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6808 (rst-level-5, rst-level-6): New faces.
6809
6810 2012-09-22 Chong Yidong <cyd@gnu.org>
6811
6812 * simple.el (undo): Handle indirect buffers (Bug#8207).
6813
6814 2012-09-21 Leo Liu <sdl.web@gmail.com>
6815
6816 IDO: Disable match re-ordering for buffer switching.
6817 * ido.el (ido-buffer-disable-smart-matches): New variable.
6818 (ido-set-matches-1): Use it. (Bug#2042)
6819
6820 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
6821
6822 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6823 Fix 2011-05-17 change. (Bug#12418)
6824
6825 2012-09-21 Leo Liu <sdl.web@gmail.com>
6826
6827 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6828
6829 2012-09-21 Glenn Morris <rgm@gnu.org>
6830
6831 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6832 Be more robust about locating simple.el.
6833
6834 2012-09-21 Glenn Morris <rgm@gnu.org>
6835
6836 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6837
6838 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
6839
6840 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
6841
6842 2012-09-20 Juri Linkov <juri@jurta.org>
6843
6844 * replace.el (query-replace-read-from): Use `read-regexp' instead
6845 of `read-from-minibuffer' when `regexp-flag' is non-nil.
6846 (occur-read-primary-args): Use `read-regexp' instead of
6847 `read-string'.
6848 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6849 `read-from-minibuffer'.
6850 * isearch.el (isearch-occur): Use `read-regexp' instead of
6851 `read-string'.
6852 * dired.el (dired-read-regexp): Use `read-regexp' instead of
6853 `read-from-minibuffer'.
6854 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6855 of `read-string'. (Bug#7567)
6856
6857 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6858 and allow accepting a list of strings prepended to a list of
6859 standard default values. Doc fix. (Bug#12321)
6860
6861 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
6862
6863 * replace.el (read-regexp): Don't add ": " when PROMPT already
6864 ends with a colon and space. (Bug#12321)
6865
6866 2012-09-20 Tassilo Horn <tsdh@gnu.org>
6867
6868 * doc-view.el (doc-view-display): Better fix for the cl-assertion
6869 error.
6870
6871 2012-09-20 Stefan Merten <smerten@oekonux.de>
6872
6873 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6874 Fixes feature request bug#11711.
6875 (rst-mode): Create `imenu-create-index-function'.
6876 (rst-get-stripped-line): Delete after refactoring.
6877 (rst-section-tree, rst-section-tree-rec)
6878 (rst-section-tree-point): Refactor and document properly.
6879 (rst-imenu-find-adornments-for-position)
6880 (rst-imenu-convert-cell, rst-imenu-create-index):
6881 New function.
6882
6883 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6886 (macroexp--expand-all): Use it.
6887 (macroexp--funcall-and-return): Remove by folding it into its sole
6888 caller (macroexp--warn-and-return).
6889 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6890 Use macroexp--obsolete-warning.
6891
6892 * calc/calc.el: Fix last change by removing the whole chunk, since it
6893 was only needed back when Calc was not bundled.
6894
6895 2012-09-20 Martin Rudalics <rudalics@gmx.at>
6896
6897 * emacs-lisp/debug.el (debug): Restore assignment to
6898 debugger-old-buffer removed on 2012-09-08.
6899
6900 2012-09-20 Juri Linkov <juri@jurta.org>
6901
6902 * dired-aux.el (dired-diff): Remove (require 'diff) since
6903 `diff-latest-backup-file' is now autoloaded.
6904
6905 2012-09-20 Chong Yidong <cyd@gnu.org>
6906
6907 * vc/diff.el (diff-latest-backup-file): Autoload.
6908
6909 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * calc/calc.el: Remove redundant autoload shape check.
6912 (sel-mode): Don't defvar.
6913 (calc-get-stack-element): Add `sel-mode' arg instead.
6914 (calc-top, calc-top-list): Pass it this additional argument.
6915 * calc/calc-store.el (calc-store-map):
6916 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6917 (calc-map-equation, calc-outer-product, calc-inner-product):
6918 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6919
6920 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6921
6922 2012-09-19 Juri Linkov <juri@jurta.org>
6923
6924 * dired-aux.el (dired-diff): Add (require 'diff) because
6925 `diff-latest-backup-file' is not autoloaded.
6926 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6927 of `dired-get-filename' to t to not report error when there is
6928 no default file on the current line.
6929
6930 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6933 macroexp--eval-if-compile.
6934 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6935 (macroexp--expand-all): Use them (bug#12371).
6936
6937 * doc-view.el (doc-view-guess-paper-size)
6938 (doc-view-scale-bounding-box): Fix unbound `caddr'.
6939
6940 2012-09-19 Tassilo Horn <tsdh@gnu.org>
6941
6942 New feature: set optimal slice from BoundingBox information.
6943 * doc-view.el (doc-view-mode-map): Add keybinding.
6944 (doc-view-menu): Add menu entry.
6945 (doc-view-set-slice): Adapt docstring.
6946 (doc-view-get-bounding-box, doc-view-guess-paper-size)
6947 (doc-view-scale-bounding-box)
6948 (doc-view-set-slice-from-bounding-box): New functions.
6949 (doc-view-paper-sizes): New defvar.
6950
6951 2012-09-19 Glenn Morris <rgm@gnu.org>
6952
6953 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6954 (byte-compile-log-warning): Autoload. (Bug#12371)
6955
6956 * calendar/calendar.el (calendar-american-month-header)
6957 (calendar-european-month-header, calendar-iso-month-header)
6958 (calendar-month-header): New options.
6959 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
6960 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
6961
6962 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
6963
6964 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6965
6966 2012-09-18 Juri Linkov <juri@jurta.org>
6967
6968 * dired-aux.el (dired-diff): Restore original functionality of
6969 getting the default value, but keep new feature of using the
6970 latest existing backup file (`diff-latest-backup-file').
6971
6972 2012-09-18 Juri Linkov <juri@jurta.org>
6973
6974 * dired.el (dired-mark): If the region is active in Transient Mark
6975 mode, mark all files in the active region. Doc fix.
6976 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6977 Doc fix. (Bug#10624)
6978
6979 2012-09-18 Juri Linkov <juri@jurta.org>
6980
6981 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6982 attributes for M-n are pulled from the file at point.
6983 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6984 Suggested by Drew Adams. (Bug#10624)
6985
6986 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
6987
6988 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6989 whitespace after "end".
6990 (ruby-do-end-to-brace): Collapse block to one line if it fits
6991 within fill-column.
6992
6993 2012-09-18 Martin Rudalics <rudalics@gmx.at>
6994
6995 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6996 value.
6997 (debug): Don't remove debugger window when debugger is expected
6998 to be back.
6999
7000 2012-09-18 Chong Yidong <cyd@gnu.org>
7001
7002 * custom.el (defface): Doc fix.
7003
7004 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7005
7006 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7007
7008 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7009 to initialize query-on-exit; then test that instead (bug#12288).
7010
7011 2012-09-17 Stefan Merten <smerten@oekonux.de>
7012
7013 * textmodes/rst.el: Add support for `testcover'.
7014 (rst-defcustom-testcover, rst-testcover-add-compose)
7015 (rst-testcover-add-1value): New functions.
7016 (rst-portable-mark-active-p): Replace by `use-region-p'.
7017 (rst-update-section, rst-classify-adornment)
7018 (rst-find-title-line): Mark `1value' forms.
7019 (rst-classify-adornment): Remove superfluous form.
7020 (rst-update-section, rst-get-adornments-around)
7021 (rst-adornment-complete-p, rst-get-next-adornment)
7022 (rst-adjust, rst-promote-region)
7023 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7024 (rst-find-pfx-in-region, rst-section-tree-rec)
7025 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7026 (rst-toc-node, rst-toc, rst-forward-section)
7027 (rst-iterate-leftmost-paragraphs)
7028 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7029 (rst-bullet-list-region)
7030 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7031 (rst-compile-find-conf, rst-compile)
7032 (rst-repeat-last-character): Fix style.
7033
7034 2012-09-17 Chong Yidong <cyd@gnu.org>
7035
7036 * comint.el (comint--complete-file-name-data): Don't add a space
7037 if the status is `sole'; that adds a gratuitous space in the
7038 completion-cycling case (Bug#12092).
7039
7040 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7041
7042 2012-09-17 Richard Stallman <rms@gnu.org>
7043
7044 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7045 only in the mime-shown mode, not in raw mode.
7046 (rmail-mime): Toggle off mime by displaying the message without
7047 mime processing. (Bug#12305)
7048
7049 * mail/rmail.el (rmail-retry-failure):
7050 Turn off mime processing first. (Bug#12037)
7051
7052 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7053
7054 2012-09-17 Chong Yidong <cyd@gnu.org>
7055
7056 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7057 (shell-dynamic-complete-functions): Convert to defcustom.
7058 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7059
7060 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7061 * comint.el (comint-prompt-read-only):
7062 * custom.el (defcustom):
7063 * hi-lock.el (hi-lock-mode):
7064 * ibuffer.el (ibuffer-formats):
7065 * ielm.el (ielm-prompt-read-only):
7066 * novice.el (disable-command):
7067 * saveplace.el (toggle-save-place):
7068 * speedbar.el (speedbar-supported-extension-expressions):
7069 * startup.el (auto-save-list-file-prefix, init-file-user)
7070 (after-init-hook, inhibit-startup-echo-area-message):
7071 * strokes.el (strokes-help):
7072 * time-stamp.el (time-stamp):
7073 * calendar/calendar.el (calendar, diary-file):
7074 * calendar/diary-lib.el (diary-mail-entries, diary)
7075 (diary-list-entries-hook):
7076 * calendar/holidays.el (holidays, calendar-holidays):
7077 * calendar/lunar.el (lunar-phases):
7078 * calendar/solar.el (sunrise-sunset):
7079 * emulation/edt.el (edt-load-keys):
7080 * emulation/viper.el (viper-mode):
7081 * eshell/em-alias.el (eshell-command-aliases-list):
7082 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7083 * international/ogonek.el (ogonek-information):
7084 * net/tramp-cmds.el (tramp-bug):
7085 * net/quickurl.el (quickurl-reread-hook-postfix):
7086 * play/decipher.el (decipher-font-lock-keywords):
7087 * progmodes/cc-styles.el (c-set-style):
7088 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7089 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7090 * progmodes/octave-mod.el (octave-mode):
7091 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7092 * progmodes/verilog-mode.el (verilog-read-defines):
7093 * textmodes/two-column.el (2C-mode): Likewise.
7094
7095 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7096
7097 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7098 that holds many addresses.
7099
7100 2012-09-16 Chong Yidong <cyd@gnu.org>
7101
7102 * align.el (align-areas): Call the indication function with
7103 positions instead of markers for arguments (Bug#12343).
7104
7105 * files.el (parse-colon-path): Use split-string (Bug#12351).
7106
7107 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7108 (display-buffer-function): Mark as obsolete.
7109
7110 * progmodes/compile.el (compilation-parse-errors): Accept list
7111 values similar to font-lock-keywords (Bug#12136).
7112 Suggested by Oleksandr Manzyuk.
7113 (compilation-error-regexp-alist): Doc fix.
7114
7115 2012-09-15 Glenn Morris <rgm@gnu.org>
7116
7117 * version.el (emacs-bzr-version-bzr): New function.
7118 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7119
7120 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7121 checkouts, check the parent dirstate matches the branch.
7122 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7123 empty string.
7124
7125 * version.el (emacs-bzr-version): Doc fix.
7126 (emacs-bzr-version-dirstate): New function.
7127 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7128 is local try and check that it matches the branch. If not, just
7129 use dirstate information. (Bug#12441)
7130
7131 2012-09-14 Juri Linkov <juri@jurta.org>
7132
7133 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7134 (Bug#12399)
7135
7136 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7139
7140 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7141 Remove obsolete byte-compiler hack that tried to silence some warnings.
7142 (edebug-submit-bug-report): Remove.
7143 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7144 Remove aliases, use the un-prefixed name instead.
7145 (edebug-pop-to-buffer): Consider other frames.
7146 (edebug-original-read):: Make it more obvious that it's always defined.
7147 (edebug--make-form-data-entry, edebug--form-data-name)
7148 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7149 single-dashed name, and implement with cl-defstruct.
7150 (edebug-set-form-data-entry): Use the standard accessors.
7151 (edebug-make-top-form-data-entry): Use push.
7152 (edebug-no-match): Drop useless `funcall'.
7153 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7154 to functions.
7155 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7156 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7157 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7158 (easy-menu-define, with-custom-print): Remove redundant specs.
7159 (edebug-outside-overriding-local-map)
7160 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7161 (edebug--display): Bind unread-command-events directly to nil rather
7162 than binding it to unread-command-events and later setting it to nil.
7163 (edebug--display): Kill edebug-eval-buffer here...
7164 (edebug--recursive-edit): ...rather than here.
7165 Bind standard-output and standard-input.
7166 (edebug-eval): Check cl-macroexpand-all is fboundp.
7167 (edebug-temp-display-freq-count): Fix last change.
7168
7169 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7170 * subr.el (noreturn, 1value): Add `debug' spec.
7171 * emacs-lisp/advice.el: Require cl-lib.
7172 (ad-copy-tree): Remove, use copy-tree instead.
7173 (ad-dolist): Remove use dolist or cl-dolist instead.
7174 (ad-do-return): Remove, use cl-return instead.
7175 (defadvice): Add `debug' spec.
7176
7177 2012-09-13 Juri Linkov <juri@jurta.org>
7178
7179 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7180 (Bug#12399)
7181
7182 2012-09-13 Glenn Morris <rgm@gnu.org>
7183
7184 * calc/calc.el (math-compose-expr):
7185 * calc/calc-ext.el (math-compose-expr):
7186 * progmodes/cc-defs.el (cl-macroexpand-all):
7187 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7188 (cl-macroexpand-all): Update declarations.
7189
7190 * vc/vc.el: No need to require ediff.
7191 (ediff-load-version-control): Declare.
7192 (ediff-vc-internal): Fix declaration.
7193 (vc-version-ediff): Require ediff.
7194
7195 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7196
7197 Use a more backwards-compatible timer format (Bug#12430).
7198 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7199 being right after USECS, as that better supports old code that
7200 inadvisedly looked directly at the timer vector.
7201
7202 2012-09-13 Kenichi Handa <handa@gnu.org>
7203
7204 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7205 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7206 `coding-priority' property of these language environment.
7207
7208 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7209
7210 Fix glitches caused by addition of psec to timers (Bug#12430).
7211 * image.el (image-animate-timer):
7212 * time.el (display-time-world-timer):
7213 Use timer--function and timer--args rather than raw access to
7214 timer vector.
7215
7216 2012-09-13 Glenn Morris <rgm@gnu.org>
7217
7218 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7219 If not compiling a file, try using load-file-name.
7220
7221 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7224 Fix last change.
7225 (edebug-update-eval-list): Use `push'.
7226
7227 * emacs-lisp/edebug.el: Use lexical-binding.
7228 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7229 Mark unused args with underscore.
7230 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7231 (edebug-form-data): Use defvar-local.
7232 (edebug-make-before-and-after-form, edebug-make-after-form):
7233 Use backquote.
7234 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7235 Not dynamically scoped any more.
7236 (edebug--enter-trace): Add arguments `function' and `args'.
7237 Rename from edebug-enter-trace.
7238 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7239 (edebug--update-coverage): Add `after-index' and `value' args.
7240 Rename from edebug-update-coverage.
7241 (edebug-slow-after): Call it accordingly.
7242 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7243 edebug-recursive-edit.
7244 (edebug--display): Call it accordingly. Add args `value',
7245 `offset-index', and `arg-mode'. Rename from edebug-display.
7246 (edebug-debugger, edebug): Call it accordingly.
7247 (edebug-eval-display-list): Use dolist.
7248
7249 2012-09-12 Juri Linkov <juri@jurta.org>
7250
7251 * info.el (Info-search): Don't check for isearch-mode and
7252 isearch-regexp before let-binding search-spaces-regexp to
7253 Info-search-whitespace-regexp.
7254 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7255 search-whitespace-regexp if isearch-lax-whitespace or
7256 isearch-regexp-lax-whitespace is non-nil.
7257 (Info-mode): Don't set local variable search-whitespace-regexp.
7258 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7259
7260 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7263 (debugger-env-macro): Remove support for unread-command-char.
7264
7265 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7266 the temporary map re-appearing on emulation-mode-map-alists.
7267
7268 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7269 since 22.1.
7270
7271 * ehelp.el (with-electric-help): Accept functions in
7272 electric-help-form-to-execute.
7273 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7274 And replace unread-command-char -> unread-command-events.
7275
7276 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7277
7278 Sync with Tramp 2.2.6.
7279
7280 * net/tramp.el (tramp-accept-process-output): Don't use
7281 JUST-THIS-ONE in the XEmacs case.
7282
7283 * net/trampver.el: Update release number.
7284
7285 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7286
7287 * emacs-lisp/debug.el (debugger-previous-window-height):
7288 New variable.
7289 (debug): When debugger-jumping-flag is non-nil try to restore
7290 height of debugger window. (Bug#8789)
7291
7292 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7295 overriding-local-map and pre/post-command-hook here.
7296 (edebug-recursive-edit): Do it here instead (bug#12345).
7297 (edebug-outside-unread-command-char): Remove all uses of
7298 unread-command-char.
7299
7300 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7301 inhibit-debugger is bound instead.
7302
7303 2012-09-11 Bastien Guerry <bzg@gnu.org>
7304
7305 * subr.el (set-temporary-overlay-map): Add a docstring.
7306 (Bug#12346)
7307
7308 2012-09-11 Bastien Guerry <bzg@gnu.org>
7309
7310 * minibuffer.el (completion-table-subvert): Fix docstring.
7311 (Bug#12347)
7312
7313 2012-09-11 Bastien Guerry <bzg@gnu.org>
7314
7315 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7316
7317 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7318
7319 * progmodes/sql.el: Version 3.1
7320 (sql-db2-escape-newlines): New variable.
7321 (sql-escape-newlines-filter): Use it.
7322
7323 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7324
7325 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7326
7327 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7328
7329 * vc/diff-mode.el (diff-mode-menu):
7330 Bind diff-remove-trailing-whitespace.
7331
7332 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7335 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7336 (emacs-lisp-byte-code-mode): New functions.
7337 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7338 (eval-defun-2): Remove bogus interactive spec.
7339 (lisp-indent-line): Remove redundant whole-exp code, now done in
7340 indent-according-to-mode.
7341 (save-match-data): Remove redundant indent data.
7342
7343 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7344 Use `declare'.
7345
7346 2012-09-09 Juri Linkov <juri@jurta.org>
7347
7348 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7349 (replace-lax-whitespace, query-replace-regexp)
7350 (query-replace-regexp-eval, replace-regexp): Doc fix.
7351 (perform-replace, replace-highlight): Let-bind
7352 isearch-lax-whitespace to replace-lax-whitespace and
7353 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7354
7355 * isearch.el (isearch-query-replace): Let-bind
7356 replace-lax-whitespace to isearch-lax-whitespace and
7357 replace-regexp-lax-whitespace to
7358 isearch-regexp-lax-whitespace. (Bug#10885)
7359
7360 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7363
7364 2012-09-09 Alan Mackenzie <acm@muc.de>
7365
7366 * progmodes/cc-engine.el (c-state-cache-init):
7367 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7368 (c-record-parse-state-state):
7369 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7370
7371 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7372
7373 * register.el (register-separator): Rename from
7374 separator-register. All uses changed. Doc fix.
7375 (register): Fix version.
7376
7377 2012-09-09 Chong Yidong <cyd@gnu.org>
7378
7379 * replace.el (query-replace-map): Bind four new symbols for
7380 requesting window scrolling.
7381
7382 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7383 query-replace-map (Bug#8948).
7384
7385 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7386
7387 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7388 since they are now in query-replace-map.
7389
7390 * window.el (scroll-other-window-down): Make the arg optional.
7391
7392 2012-09-09 Chong Yidong <cyd@gnu.org>
7393
7394 * files.el (hack-local-variables-confirm): Use quit-window to kill
7395 the *Local Variables* buffer.
7396
7397 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7398
7399 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7400 not just expect to be at its beginning. Adjust callees.
7401 Succeed when do-end block has no space before the pipe character.
7402 (ruby-brace-to-do-end): When the original block is one-liner,
7403 convert to multiline. Reindent the result.
7404
7405 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7406
7407 * register.el (register): New group.
7408 (separator-register): New user option.
7409 (increment-register): Route it to `append-to-register', if
7410 register contains text. Implication is that `C-x r +' can now be
7411 used for appending to a text register (bug#12217).
7412 (append-to-register, prepend-to-register): Add separator based on
7413 `separator-register'.
7414
7415 2012-09-08 Alan Mackenzie <acm@muc.de>
7416
7417 AWK Mode: make auto-newline work when there's "==" in the pattern.
7418 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7419 correctly.
7420 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7421 Test more rigorously for "=" token.
7422
7423 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7424
7425 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7426 Only fail when reached LIMIT.
7427
7428 2012-09-08 Chong Yidong <cyd@gnu.org>
7429
7430 * dired.el (dired-mode-map): Don't bind M-=.
7431
7432 * dired-aux.el (dired-diff): Use backup file as default.
7433
7434 2012-09-08 Drew Adams <drew.adams@oracle.com>
7435
7436 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7437
7438 2012-09-08 Chong Yidong <cyd@gnu.org>
7439
7440 * subr.el (syntax-after, syntax-class): Doc fix.
7441
7442 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7443
7444 * window.el (display-buffer-in-previous-window): New buffer
7445 display action function.
7446
7447 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7448 (debugger-previous-window): New variable.
7449 (debug): Rewrite using display-buffer-in-previous-window,
7450 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7451
7452 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7455
7456 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7457
7458 * progmodes/python.el (python-shell-send-string):
7459 When default-directory is remote, create temp file on remote
7460 filesystem.
7461 (python-shell-send-file): When file is remote, pass local view of
7462 file paths to remote Python interpreter. (Bug#12340)
7463
7464 2012-09-07 Chong Yidong <cyd@gnu.org>
7465
7466 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7467
7468 * files.el (after-find-file): Don't fail on a read-only buffer if
7469 require-final-newline is `visit' or `visit-save' (Bug#11156).
7470
7471 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7472
7473 * userlock.el (ask-user-about-supersession-threat):
7474 Use read-char-choice (Bug#12093).
7475
7476 2012-09-07 Chong Yidong <cyd@gnu.org>
7477
7478 * subr.el (buffer-narrowed-p): New function.
7479
7480 * ses.el (ses-widen):
7481 * simple.el (count-words--buffer-message):
7482 * net/browse-url.el (browse-url-of-buffer): Use it.
7483
7484 * simple.el (count-words-region): Don't signal an error if there
7485 is a non-nil prefix arg and the mark is not set.
7486
7487 * help.el (describe-key-briefly): Allow the message to be seen
7488 when invoked from the minibuffer (Bug#7014).
7489
7490 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7491
7492 * progmodes/ruby-mode.el (ruby-end-of-defun)
7493 (ruby-beginning-of-defun): Simplify, allow indentation before
7494 block beginning and end keywords.
7495 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7496 (ruby-end-of-defun): Expect that the point is at the beginning of
7497 the defun.
7498
7499 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7502 (bug#12367).
7503 (cl--make-usage-args): Strip _ from argument names.
7504
7505 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7506
7507 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7508 obsolete alias speedbar-key-map.
7509 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7510 (vhdl-index-menu-init): Don't use obsolete variable
7511 font-lock-maximum-size.
7512
7513 2012-09-06 Chong Yidong <cyd@gnu.org>
7514
7515 * frame.el (window-system-version): Mark as obsolete.
7516
7517 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7518 of obsolete variable speedbar-key-map.
7519
7520 2012-09-06 Juri Linkov <juri@jurta.org>
7521
7522 * replace.el (replace-lax-whitespace): New defcustom.
7523 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7524 (replace-string, replace-regexp): Mention it in docstrings.
7525 (perform-replace, replace-highlight): Let-bind
7526 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7527 to the values of replace-lax-whitespace and regexp-flag.
7528 Don't let-bind search-whitespace-regexp. (Bug#10885)
7529
7530 * isearch.el (isearch-query-replace): Let-bind
7531 replace-lax-whitespace instead of let-binding
7532 replace-search-function and replace-re-search-function.
7533 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7534 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7535 (isearch-toggle-symbol): Set isearch-regexp to nil
7536 in isearch-word mode (like in isearch-toggle-word).
7537
7538 2012-09-06 Juri Linkov <juri@jurta.org>
7539
7540 * replace.el (replace-search-function)
7541 (replace-re-search-function): Set default values to nil.
7542 (perform-replace): Let-bind isearch-related variables based on
7543 replace-related values, call `isearch-search-fun' and let-bind
7544 the result to `search-function'. Remove code that sets
7545 `search-function' and `search-string' separately for
7546 `delimited-flag'.
7547 (replace-highlight): Add new argument `delimited-flag' and
7548 rename other arguments to the names used in `perform-replace'.
7549 Let-bind `isearch-word' to the argument `delimited-flag'.
7550 (Bug#10885, bug#10887)
7551
7552 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7553
7554 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7555 ruby-beginning-of-indent, simplify, allow all keywords to have
7556 indentation before them.
7557 (ruby-beginning-of-indent): Adjust for above. Search until the
7558 found point is not inside a string or comment.
7559 (ruby-font-lock-keywords): Allow symbols to start with "@"
7560 character, give them higher priority than variables.
7561 (ruby-syntax-propertize-function)
7562 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7563 matchers. Expression expansions are not comments when inside a
7564 string, and there comment syntax status is irrelevant.
7565 (ruby-match-expression-expansion): New function. Check that
7566 expression expansion is inside a string, and it's not escaped.
7567 (ruby-font-lock-keywords): Use it.
7568
7569 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7570
7571 * help.el (temp-buffer-max-height): New default value.
7572 (temp-buffer-resize-frames): New option.
7573 (resize-temp-buffer-window): Optionally resize frame.
7574
7575 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7576 (fit-frame-to-buffer): New function.
7577
7578 2012-09-05 Glenn Morris <rgm@gnu.org>
7579
7580 * emulation/cua-rect.el (cua--init-rectangles):
7581 * textmodes/picture.el (picture-mode-map):
7582 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7583 like forward-char and backward-char. (Bug#12317)
7584
7585 2012-09-05 Leo Liu <sdl.web@gmail.com>
7586
7587 * progmodes/flymake.el (flymake-warning-re): New variable.
7588 (flymake-parse-line): Use it.
7589
7590 2012-09-05 Glenn Morris <rgm@gnu.org>
7591
7592 * calendar/holidays.el (holiday-christian-holidays):
7593 Rename an entry. (Bug#12289)
7594
7595 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7598 (bug#12222).
7599
7600 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * loadup.el: Load macroexp. Remove hack.
7603 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7604 (macroexp--expand-all): Use it to get better warnings.
7605 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7606 (internal-macroexpand-for-load): New functions.
7607 (macroexp--pending-eager-loads): New var.
7608 (emacs-startup-hook): New hack to replace one in loadup.el.
7609 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7610 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7611 (cl-psetf): Simplify.
7612 (cl-defstruct): Add indent rule.
7613
7614 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7615
7616 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7617 over `user-mail-address' for the SMTP MAIL FROM envelope.
7618 (smtpmail-via-smtp): Ditto.
7619
7620 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7621
7622 * progmodes/ruby-mode.el: Clean up keybindings.
7623 (ruby-mode-map): Don't bind ruby-electric-brace,
7624 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7625 backward-kill-word, reindent-then-newline-and-indent.
7626 (ruby-mark-defun): Remove.
7627 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7628 (ruby-mode): Set local beginning-of-defun-function and
7629 end-of-defun-function values.
7630
7631 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7632
7633 * window.el (temp-buffer-window-setup-hook)
7634 (temp-buffer-window-show-hook): New hooks.
7635 (temp-buffer-window-setup, temp-buffer-window-show)
7636 (with-temp-buffer-window): New functions.
7637 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7638 (special-display-popup-frame): Make sure the window used shows BUFFER.
7639
7640 * help.el (temp-buffer-resize-mode): Fix doc-string.
7641 (resize-temp-buffer-window): New optional argument WINDOW.
7642
7643 * files.el (recover-file, save-buffers-kill-emacs):
7644 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7645
7646 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7647
7648 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7649 remote definition of `default-directory', ensure we can connect.
7650
7651 2012-09-02 Juri Linkov <juri@jurta.org>
7652
7653 Toggle whitespace matching mode with M-s SPC.
7654 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7655
7656 * isearch.el (search-whitespace-regexp): Doc fix.
7657 Remove cons cell customization.
7658 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7659 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7660 New variables.
7661 (isearch-forward, isearch-forward-regexp): Doc fix.
7662 (isearch-toggle-lax-whitespace): New command.
7663 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7664 (re-search-forward-lax-whitespace)
7665 (re-search-backward-lax-whitespace): New functions.
7666 (isearch-whitespace-regexp): Remove function.
7667 (isearch-query-replace): Let-bind replace-search-function and
7668 replace-re-search-function.
7669 (isearch-occur): Let-bind search-spaces-regexp according to the
7670 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7671 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7672 condition for C-q SPC.
7673 (isearch-search-fun-default): Use new functions mentioned above.
7674 (isearch-search-forward, isearch-search-backward): Remove functions.
7675 (isearch-search): Don't let-bind search-spaces-regexp.
7676 (isearch-lazy-highlight-space-regexp): Remove variable.
7677 (isearch-lazy-highlight-lax-whitespace)
7678 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7679 (isearch-lazy-highlight-new-loop): Use them.
7680 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7681
7682 2012-09-02 Chong Yidong <cyd@gnu.org>
7683
7684 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7685
7686 2012-09-02 Glenn Morris <rgm@gnu.org>
7687
7688 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7689
7690 2012-09-01 Glenn Morris <rgm@gnu.org>
7691
7692 * term.el: Tidy up menu definitions.
7693 (term-mode-map): Use easymenu for In/Out, Complete menus.
7694 (term-pager-break-map): Initialize in the defvar.
7695 (term-terminal-menu, term-signals-menu): Define with easymenu.
7696 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7697 (term-pager-menu): New, extracted from term-process-pager.
7698 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7699 (term-update-mode-line): Propertize line/char and page items.
7700 (term-process-pager): Move keymap initialization elsewhere.
7701
7702 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7703
7704 * window.el (switch-to-prev-buffer): Handle additional values of
7705 BURY-OR-KILL argument. Don't switch in minibuffer window.
7706 (switch-to-next-buffer): Don't switch in minibuffer window.
7707 (quit-restore-window): New function based on quit-window.
7708 Handle additional values of former KILL argument.
7709 (quit-window): Call quit-restore-window with appropriate
7710 interpretation of KILL argument.
7711 (display-buffer-below-selected): New buffer display action
7712 function.
7713
7714 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * minibuffer.el (completion-at-point-functions): Complete docstring
7717 (bug#12254).
7718
7719 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7720
7721 Better seed support for (random).
7722 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7723 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7724 * play/mpuz.el, play/tetris.el, play/zone.el:
7725 * calc/calc-comb.el (math-init-random-base):
7726 * play/blackbox.el (bb-init-board):
7727 * play/life.el (life):
7728 * server.el (server-use-tcp):
7729 * type-break.el (type-break):
7730 Remove unnecessary call to (random t).
7731 * net/sasl.el (sasl-unique-id-function):
7732 Change (random t) to (random), now that the latter is more random.
7733 * play/life.el (life-initialized): Remove no-longer-needed var.
7734
7735 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
7736
7737 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7738 Consider frame's buffer predicate when choosing the buffer.
7739 (Bug#12081)
7740
7741 2012-08-30 Richard Stallman <rms@gnu.org>
7742
7743 * simple.el (special-mode-map): Delete binding for `z'.
7744
7745 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
7746
7747 * progmodes/compile.el (compilation-always-kill): Doc fix.
7748
7749 2012-08-30 Chong Yidong <cyd@gnu.org>
7750
7751 * window.el (display-buffer-reuse-frames): Make the obsolescence
7752 message more informative.
7753
7754 2012-08-30 Glenn Morris <rgm@gnu.org>
7755
7756 * paren.el (show-paren-delay):
7757 Add a :set function. Doc fix. (Bug#12297)
7758
7759 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
7760
7761 * progmodes/compile.el (compilation-always-kill): New var.
7762 (compilation-start): Use it.
7763
7764 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * simple.el (read-only-mode): Move from files.el for bootstrapping.
7767 * files.el (read-only-mode): Move to simple.el.
7768
7769 * files.el (read-only-mode): New minor mode.
7770 (toggle-read-only): Use it and mark obsolete.
7771 (find-file--read-only):
7772 * vc/vc.el (vc-next-action, vc-checkout):
7773 * vc/vc-cvs.el (vc-cvs-checkout):
7774 * obsolete/vc-mcvs.el (vc-mcvs-update):
7775 * ffap.el (ffap--toggle-read-only): Update callers.
7776
7777 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
7778
7779 * eshell/esh-ext.el (eshell-external-command): Do not examine
7780 remote shell scripts.
7781 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7782
7783 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7784 "/usr/local/sbin".
7785
7786 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7789
7790 2012-08-28 Leo Liu <sdl.web@gmail.com>
7791
7792 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7793 completion-at-point. (Bug#12220)
7794
7795 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7796
7797 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7798
7799 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7802 be buffer-local; add delete-trailing-whitespace (bug#12259).
7803
7804 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
7805
7806 * progmodes/hideif.el (hif-compress-define-list):
7807 Fix typo. (Bug#11951)
7808
7809 2012-08-28 Dan Nicolaescu <dann@gnu.org>
7810
7811 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7812 buffer local setting.
7813
7814 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7815 rcirc-encode-coding-system.
7816
7817 2012-08-28 Leo Liu <sdl.web@gmail.com>
7818
7819 * net/rcirc.el (rcirc-split-message): New function.
7820 (rcirc-send-message): Use it. (Bug#12051)
7821
7822 2012-08-28 Juri Linkov <juri@jurta.org>
7823
7824 * info.el (Info-fontify-node): Hide empty lines at the end of
7825 the node. (Bug#12272)
7826
7827 2012-08-27 Drew Adams <drew.adams@oracle.com>
7828
7829 * dired.el (dired-pop-to-buffer): Make window start at beginning
7830 of buffer (Bug#12281).
7831
7832 2012-08-26 Chong Yidong <cyd@gnu.org>
7833
7834 * window.el (special-display-regexps, special-display-frame-alist)
7835 (special-display-buffer-names, special-display-function)
7836 (display-buffer-reuse-frames): Mark as obsolete.
7837
7838 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7839
7840 * help.el (help-print-return-message): Don't treat
7841 display-buffer-reuse-frames specially.
7842
7843 2012-08-26 Chong Yidong <cyd@gnu.org>
7844
7845 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7846 New variable, replacing gdb-frame-parameters.
7847 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7848 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7849 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7850 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7851 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
7852 the functions directly with gdb-display-buffer-other-frame-action.
7853 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7854 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7855 (gdb-display-stack-buffer, gdb-display-locals-buffer)
7856 (gdb-display-registers-buffer): Define directly.
7857 (def-gdb-display-buffer): Macro deleted.
7858 (gdb-display-buffer): Remove second and third args, callers don't
7859 use them. Defer to the default display-buffer behavior, apart
7860 from making windows dedicated.
7861 (gdb-setup-windows): Don't call display-buffer unnecessarily.
7862
7863 * progmodes/gud.el (gud-display-line): Just use display-buffer.
7864
7865 * window.el (display-buffer-pop-up-frame): Handle a
7866 pop-up-frame-parameters alist entry.
7867 (display-buffer): Document it.
7868
7869 2012-08-26 Chong Yidong <cyd@gnu.org>
7870
7871 * isearch.el (search-whitespace-regexp): Make string and nil
7872 values apply to both ordinary and regexp search. Allow a cons
7873 cell value to distinguish between the two.
7874 (isearch-whitespace-regexp, isearch-search-forward)
7875 (isearch-search-backward): New functions.
7876 (isearch-occur, isearch-search-fun-default, isearch-search)
7877 (isearch-lazy-highlight-new-loop): Use them.
7878 (isearch-forward, isearch-forward-regexp): Doc fix.
7879
7880 2012-08-26 Chong Yidong <cyd@gnu.org>
7881
7882 * faces.el (help-argument-name): Always inherit from italic
7883 (Bug#12213).
7884
7885 2012-08-25 Martin Rudalics <rudalics@gmx.at>
7886
7887 * window.el (window--even-window-heights): Even heights when
7888 WINDOW and the selected window form a vertical combination.
7889 (display-buffer-use-some-window): Provide that window used gets
7890 sized back by quit-window. (Bug#11880) and (Bug#12091)
7891
7892 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
7893
7894 Fix file time stamp problem with bzr and CVS (Bug#12001).
7895 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7896 in the file's time stamp, since the version control system loses
7897 that information.
7898
7899 2012-08-22 Juri Linkov <juri@jurta.org>
7900
7901 * info.el (Info-fontify-node): Hide the suffix of the
7902 Info file name in the header line. (Bug#12187)
7903
7904 2012-08-22 Glenn Morris <rgm@gnu.org>
7905
7906 * calendar/cal-tex.el (cal-tex-weekly-common):
7907 Restore leading blank page.
7908
7909 2012-08-22 Le Wang <l26wang@gmail.com>
7910
7911 * misc.el (forward-to-word, backward-to-word): Activate or extend
7912 the region under `shift-select-mode'. (Bug#12231)
7913
7914 2012-08-22 Bastien Guerry <bzg@gnu.org>
7915
7916 * progmodes/executable.el (executable-prefix): Set to "#!" instead
7917 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
7918 gives details on why the space is never needed.
7919
7920 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7921
7922 * window.el (walk-window-tree, window-with-parameter):
7923 New optional argument MINIBUF to control whether these functions
7924 should run on the minibuffer window.
7925 (window-at-side-list): Don't operate on minibuffer window.
7926 (window-in-direction): Simplify and rewrite doc-string.
7927 (window--size-ignore): Rename to window--size-ignore-p.
7928 Update callers.
7929 (display-buffer-in-atom-window, window--major-non-side-window)
7930 (window--major-side-window, display-buffer-in-major-side-window)
7931 (delete-side-window, display-buffer-in-side-window):
7932 New functions.
7933 (window--side-check, window-deletable-p, delete-window)
7934 (delete-other-windows, split-window): Handle side windows and
7935 atomic windows appropriately.
7936 (window--display-buffer): Call display-buffer-record-window also
7937 when the window buffer did not change.
7938
7939 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
7940
7941 * help-fns.el (help-fns--key-bindings):
7942 Abbreviate non-symbol remap targets. (Bug#12174)
7943
7944 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7945
7946 * dired.el (dired-mark-remembered): Don't clobber point.
7947 (Bug#11795)
7948
7949 2012-08-22 Glenn Morris <rgm@gnu.org>
7950
7951 * progmodes/bug-reference.el (bug-reference): New custom group.
7952 (bug-reference-bug-regexp): Make it a defcustom.
7953
7954 2012-08-22 Daiki Ueno <ueno@unixuser.org>
7955
7956 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7957 (js-paren-indent-offset, js-square-indent-offset)
7958 (js-curly-indent-offset): Add :safe (Bug#12257).
7959
7960 2012-08-22 Edward O'Connor <hober0@gmail.com>
7961
7962 * json.el (json-key-format): Add error properties.
7963 (json-encode-key): New function.
7964 (json-encode-hash-table, json-encode-alist, json-encode-plist):
7965 Use json-encode-key.
7966
7967 2012-08-22 Glenn Morris <rgm@gnu.org>
7968
7969 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7970 (cal-tex-leftday, cal-tex-rightday): Remove functions.
7971 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7972 Update for above change.
7973
7974 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
7975
7976 * cus-face.el (custom-face-attributes): Fix customize type for the
7977 :underline attribute. (Bug#11805)
7978
7979 2012-08-21 Martin Rudalics <rudalics@gmx.at>
7980
7981 * window.el (window-point-1, set-window-point-1): Remove.
7982 (window-in-direction, record-window-buffer)
7983 (set-window-buffer-start-and-point, split-window-below)
7984 (window--state-get-1, display-buffer-record-window):
7985 Replace calls to window-point-1 and set-window-point-1 by calls to
7986 window-point and set-window-point respectively.
7987
7988 2012-08-21 Glenn Morris <rgm@gnu.org>
7989
7990 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7991 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7992 Use it.
7993
7994 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7995 (cal-tex-shortday): New function.
7996 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7997 (cal-tex-cursor-filofax-daily): Use the above.
7998
7999 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8000 New functions.
8001 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8002 (cal-tex-cursor-filofax-week): Use them.
8003
8004 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8005 New constants.
8006 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8007 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8008
8009 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8010 (cal-tex-end-document): Don't rely on buffer name.
8011
8012 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8013 Use cal-tex-vspace.
8014 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8015 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8016 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8017 Use cal-tex-arg.
8018
8019 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8020 (cal-tex-cursor-week, cal-tex-cursor-week2)
8021 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8022 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8023 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8024 (cal-tex-insert-preamble, cal-tex-b-document)
8025 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8026 Improve cal-tex-cmd usage.
8027
8028 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8029 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8030 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8031 (cal-tex-weekly-paper): New function.
8032 (cal-tex-cursor-week, cal-tex-cursor-week2)
8033 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8034 (cal-tex-cursor-day): Use it.
8035
8036 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8037 (cal-tex-cursor-filofax-week): Remove leading blank page.
8038
8039 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8040 Add autoload cookie. For now at least, don't use color, since
8041 no other cal-tex function does.
8042
8043 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8044 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8045 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8046
8047 2012-08-21 Juri Linkov <juri@jurta.org>
8048
8049 * info.el (Info-file-attributes): New variable.
8050 (info-insert-file-contents): Add file attributes to
8051 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8052 `Info-toc-nodes' when previous modtime of the Info file is less
8053 than new modtime.
8054 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8055 of info.el. (Bug#12230)
8056
8057 2012-08-20 Glenn Morris <rgm@gnu.org>
8058
8059 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8060 * calendar/holidays.el (calendar-holiday-list):
8061 Report errors with display-warning rather than beep'n'sleep.
8062
8063 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8064
8065 * net/tramp.el (tramp-accept-process-output): Accept only output
8066 from PROC. Otherwise, process filters and sentinels might be
8067 confused. (Bug#12145)
8068
8069 2012-08-20 Chong Yidong <cyd@gnu.org>
8070
8071 * descr-text.el (describe-text-properties-1): Use overlays-in to
8072 report on empty overlays (Bug#3322).
8073
8074 2012-08-20 Glenn Morris <rgm@gnu.org>
8075
8076 * mail/rmailout.el (rmail-output-read-file-name):
8077 Trap and report errors in rmail-output-file-alist elements.
8078
8079 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8080 since most non-font-lock faces are not also variables).
8081
8082 2012-08-20 Edward Reingold <reingold@iit.edu>
8083
8084 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8085 New function. (Bug12160)
8086
8087 2012-08-19 Glenn Morris <rgm@gnu.org>
8088
8089 * mail/rmailout.el (rmail-output-read-file-name):
8090 Fix previous change (when the alist is nil or does not match).
8091
8092 2012-08-19 Chong Yidong <cyd@gnu.org>
8093
8094 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8095 (Bug#12228).
8096
8097 2012-08-18 Chong Yidong <cyd@gnu.org>
8098
8099 * simple.el (yank-handled-properties): New defcustom.
8100 (yank-excluded-properties): Add font-lock-face and category.
8101 (yank): Doc fix.
8102
8103 * subr.el (remove-yank-excluded-properties):
8104 Obey yank-handled-properties. The special handling of font-lock-face
8105 and category is now done this way, instead of being hard-coded.
8106 (insert-for-yank-1): Remove font-lock-face handling.
8107 (yank-handle-font-lock-face-property)
8108 (yank-handle-category-property): New function.
8109
8110 2012-08-17 Glenn Morris <rgm@gnu.org>
8111
8112 * mail/rmailout.el (rmail-output-read-file-name):
8113 Check rmail-output-file-alist against the full message body
8114 in the correct rmail buffer. (Bug#12214)
8115
8116 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8117
8118 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8119 Eliminate superfluous prompt. (Bug#12203)
8120
8121 2012-08-17 Chong Yidong <cyd@gnu.org>
8122
8123 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8124 font spec, set the font directly (Bug#3228).
8125
8126 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8127
8128 * window.el (delete-window): Fix last fix.
8129
8130 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8131
8132 * window.el (window-valid-p): Move to window.c.
8133 (window-child, window-child-count, window-last-child)
8134 (window-normalize-window, window-combined-p)
8135 (window-combinations, window-atom-root, window-min-size)
8136 (window-sizable, window-sizable-p, window-size-fixed-p)
8137 (window-min-delta, window-max-delta, window--resizable)
8138 (window--resizable-p, window-resizable, window-total-size)
8139 (window-full-height-p, window-full-width-p, window-body-size)
8140 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8141 (minimize-window, window-deletable-p, delete-window)
8142 (delete-other-windows, set-window-buffer-start-and-point)
8143 (next-buffer, previous-buffer, split-window, balance-windows-2)
8144 (set-window-text-height, window-buffer-height)
8145 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8146 (truncated-partial-width-window-p): Minor code adjustments.
8147 In doc-strings state whether the argument window has to denote a
8148 live, valid or any window.
8149
8150 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8151
8152 * progmodes/subword.el (subword-forward-function)
8153 (subword-backward-function, subword-forward-regexp)
8154 (subword-backward-regexp): New variables.
8155 (subword-forward, subword-forward-internal, subword-backward-internal):
8156 Use new variables, eg so that different "word" definitions
8157 can be easily used. (Bug#11411)
8158
8159 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8162 for composite selectors.
8163 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8164 operation just because we can't find a previous revision.
8165
8166 2012-08-15 Chong Yidong <cyd@gnu.org>
8167
8168 * frame.el (set-frame-font): Accept font objects.
8169
8170 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8173
8174 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8175
8176 * man.el (Man-overstrike-face, Man-underline-face)
8177 (Man-reverse-face): Remove variables.
8178 (Man-overstrike, Man-underline, Man-reverse): New faces.
8179 (Man-fontify-manpage): Use them instead of the variables.
8180 (Man-cleanup-manpage): Comment change.
8181 (Man-ansi-color-map): New variable.
8182 (Man-fontify-manpage): Use it.
8183 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8184
8185 Implement ANSI SGR parameters 22-27 (bug#12146).
8186 * ansi-color.el (ansi-colors): Doc fix.
8187 (ansi-color-context, ansi-color-context-region): Doc fix.
8188 (ansi-color--find-face): New function.
8189 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8190 Rename the local variable `face' to `codes' since it is now a list of
8191 ansi codes. Doc fix.
8192 (ansi-color-get-face): Remove.
8193 (ansi-color-parse-sequence): New function, derived from
8194 ansi-color-get-face.
8195 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8196 codes 22-27.
8197
8198 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * subr.el (read-passwd): Allow use from a minibuffer.
8201
8202 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8203
8204 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8205 inside comments and strings as identifiers.
8206
8207 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8208 expression to evaluate. This allows to evaluate expressions with
8209 embedded whitespace.
8210 (gud-tooltip-tips): Add a blank before the newline in the
8211 message-box text, for the benefit of message-box emulation on
8212 MS-Windows.
8213
8214 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8215 messages from GDB, pop them up in a tooltip to give feedback to
8216 user.
8217 (gdb-tooltip-print-1): Quote the expression to evaluate.
8218 This allows to evaluate expressions with embedded whitespace.
8219 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8220 if the TTY name is nil or empty (which happens when communicating
8221 with the inferior via pipes, e.g. on MS-Windows).
8222 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8223 don't send that to the GUD buffer.
8224
8225 2012-08-14 Glenn Morris <rgm@gnu.org>
8226
8227 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8228 Optimize away setq-default with no args, as for setq. (Bug#12195)
8229
8230 2012-08-14 Chong Yidong <cyd@gnu.org>
8231
8232 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8233
8234 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8235 (Bug#12085).
8236
8237 2012-08-14 Glenn Morris <rgm@gnu.org>
8238
8239 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8240
8241 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8242
8243 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8244 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8245 Use cached shell name.
8246
8247 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8248
8249 * progmodes/python.el (python-shell-send-string):
8250 (python-shell-send-setup-code): Do not use `format' with `message'.
8251
8252 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8253
8254 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8255 (ruby-percent-literal-beg-re): New constant.
8256 (ruby-syntax-general-delimiters-goto-beg): Rename to
8257 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8258 (ruby-syntax-propertize-general-delimiters): Rename to
8259 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8260 popular term. Adjust comments everywhere.
8261 (ruby-syntax-propertize-percent-literal): Only propertize when not
8262 inside a simple string or comment. When the literal is unclosed,
8263 leave the text after it unpropertized.
8264 (ruby-syntax-methods-before-regexp): New constant.
8265 (ruby-syntax-propertize-function): Use it to recognize regexps.
8266 Don't look at the text after regexp, just use the whitelist.
8267
8268 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8269
8270 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8271 non-nil always load the compiled file if it exists. (Bug#12197)
8272
8273 2012-08-14 Chong Yidong <cyd@gnu.org>
8274
8275 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8276 (hi-lock-set-pattern): When deciding whether to use font lock or
8277 overlays, look at font-lock-mode instead of font-lock-fontified
8278 (Bug#12168).
8279 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8280 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8281
8282 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8283
8284 * subr.el (internal--after-with-selected-window): Fix typo
8285 (Bug#12193).
8286
8287 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8288
8289 Use `completion-table-dynamic' for completion functions.
8290 * progmodes/python.el
8291 (python-shell-completion--do-completion-at-point)
8292 (python-shell-completion--get-completions):
8293 Remove functions.
8294 (python-shell-completion-complete-at-point): New function.
8295 (python-completion-complete-at-point): Use it.
8296
8297 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8298
8299 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8300 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8301
8302 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * subr.el (function-get): Refine `autoload' arg so it can also
8305 autoload functions for gv.el (bug#12191).
8306 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8307 autoloads macros.
8308
8309 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8310 Prefer pcase-let over destructuring-bind.
8311 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8312 Also, remove whitespace as we go, rather than after accumulating the
8313 various places.
8314
8315 * subr.el (internal--before-with-selected-window)
8316 (internal--after-with-selected-window): Fix typo seleted->selected.
8317 (with-selected-window): Adjust callers.
8318 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8319
8320 2012-08-13 Bastien Guerry <bzg@gnu.org>
8321
8322 * window.el (special-display-popup-frame): Minor docstring
8323 enhancement. (Bug#12172)
8324
8325 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8326
8327 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8328 type 1-6.
8329 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8330 extended headers.
8331
8332 * files.el (hack-local-variables-filter): Remove useless eval.
8333
8334 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8335
8336 * subr.el (with-selected-window): Fix last change.
8337
8338 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * subr.el (internal--before-with-seleted-window)
8341 (internal--after-with-seleted-window): New functions.
8342 (with-selected-window): Use them, to replace dependency on
8343 tty-top-frame.
8344
8345 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8346
8347 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8348 binding for `newline'.
8349 (ruby-move-to-block): When moving backward, stop at block opening,
8350 not indentation.
8351 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8352 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8353 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8354 `ruby-toggle-block'.
8355
8356 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * ibuffer.el (ibuffer-do-toggle-read-only):
8359 * dired.el (dired-toggle-read-only):
8360 * buff-menu.el (Buffer-menu-toggle-read-only):
8361 * bindings.el (mode-line-toggle-read-only):
8362 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8363
8364 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8365
8366 * descr-text.el (describe-char): Put the overlays over the
8367 "displayed as" character.
8368
8369 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8370
8371 * calc/calc-units.el (math-default-units-table): Give an
8372 initial value.
8373 (math-put-default-units): Add options to put composite units and
8374 unit systems in the default units table.
8375 (calc-convert-units): Send composite units to
8376 `math-put-default-units' when appropriate.
8377
8378 2012-08-11 Glenn Morris <rgm@gnu.org>
8379
8380 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8381
8382 * tutorial.el (help-with-tutorial):
8383 * emacs-lisp/copyright.el (copyright-update-directory):
8384 * emacs-lisp/autoload.el (autoload-find-generated-file)
8385 (autoload-find-file): Disable local eval: (for insurance).
8386
8387 * files.el (hack-local-variables-filter): If an eval: form is not
8388 known to be safe, and enable-local-variables is :safe, then ignore
8389 the form totally, as is done for non-eval forms. (Bug#12155)
8390 This is CVE-2012-3479.
8391
8392 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8395 (rx-form): Simplify.
8396
8397 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8398
8399 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8400 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8401 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8402 (ruby-syntax-propertize-function): Adjust for changes in
8403 `ruby-syntax-propertize-heredoc'.
8404
8405 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8406
8407 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8408 binding (use `M-;' instead).
8409 (ruby-singleton-class-p): New function.
8410 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8411
8412 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8415
8416 2012-08-10 Chong Yidong <cyd@gnu.org>
8417
8418 * progmodes/python.el (python-shell-get-process-name): Don't mess
8419 with same-window-buffer-names.
8420
8421 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8422 (eshell-remove-from-window-buffer-names): Make obsolete.
8423 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8424 (eshell): Just use pop-to-buffer-same-window instead.
8425
8426 2012-08-10 Chong Yidong <cyd@gnu.org>
8427
8428 * bindings.el: Bind M-= back to count-words-region.
8429
8430 * simple.el (count-words-region): Accept a prefix arg for acting
8431 on the entire buffer.
8432 (count-words--buffer-message): New helper function.
8433
8434 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8437 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8438 (event-start, event-end): Use posn-at-point to return a more
8439 informative posn.
8440 (posnp): New function.
8441 * mouse.el (popup-menu-normalize-position): Use it.
8442
8443 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8444
8445 * mouse.el (popup-menu-normalize-position): New function.
8446 (popup-menu): Use `popup-menu-normalize-position' to normalize
8447 the form for POSITION argument.
8448
8449 * term/x-win.el (x-menu-bar-open):
8450 Use the value returend from (posn-at-point) as position
8451 passed to `popup-menu'.
8452
8453 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8454
8455 * calc/calccomp.el (math-compose-expr): Add extra argument
8456 indicating that parentheses should be put around products in
8457 denominators. Give multiplication precedence over division during
8458 composition.
8459
8460 2012-08-09 Chong Yidong <cyd@gnu.org>
8461
8462 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8463 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8464 (Man-untabify-command, manual-program): Convert to defcustom
8465 (Bug#10429).
8466
8467 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8468
8469 * descr-text.el (describe-char): Don't insert extra newlines
8470 (Bug#10127).
8471
8472 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8473 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8474
8475 * align.el (align-region): Delete temporary markers (Bug#10047).
8476 Plus some code cleanups.
8477
8478 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8479
8480 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8481 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8482 (python-shell-internal-last-output): Use make-local-variable
8483 instead of make-variable-buffer-local.
8484
8485 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8486
8487 * progmodes/python.el: Enhancements to forward-sexp.
8488 (python-nav-forward-sexp): Rename from
8489 python-nav-forward-sexp-function.
8490 (python-nav--forward-sexp, python-nav--backward-sexp):
8491 New functions.
8492
8493 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8494
8495 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8496 modes and simplification modes.
8497
8498 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * delsel.el (delete-selection-pre-hook): Don't propagate the
8501 file-supersession signals (bug#12161).
8502
8503 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8504
8505 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8506 (cl-map-extents): Add compatibility aliases (bug#12135).
8507
8508 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8511 tests by `ignore-error'.
8512 (tramp-find-shell): Open also a new shell, when cache is already
8513 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8514
8515 2012-08-08 Juri Linkov <juri@jurta.org>
8516
8517 * bookmark.el: Add `defaults' property to the bookmark record.
8518 (bookmark-current-buffer): Doc fix.
8519 (bookmark-make-record): Add `defaults' property with default values
8520 to the bookmark record.
8521 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8522 with `bookmark-insert-current-bookmark'.
8523 (bookmark-set): Get `defaults' property from the bookmark record
8524 and use it in `read-from-minibuffer'.
8525 (bookmark-insert-current-bookmark): Remove function.
8526
8527 * info.el (Info-bookmark-make-record): Add `defaults' property
8528 with values of canonical Info node name, the current Info file
8529 name and the current Info node name. (Bug#12107)
8530
8531 2012-08-08 Juri Linkov <juri@jurta.org>
8532
8533 * files.el (basic-save-buffer): Use `buffer-name' as the default
8534 of `read-file-name' when buffer is not visiting a file (bug#12128).
8535
8536 2012-08-08 Juri Linkov <juri@jurta.org>
8537
8538 * info.el (Info-isearch-search): Doc fix.
8539 (Info-search): Change search-failed message from "initial node" to
8540 "end of node" (bug#12078).
8541 (Info-isearch-search): Change `isearch-string-state' to
8542 `isearch--state-string'.
8543
8544 2012-08-08 Glenn Morris <rgm@gnu.org>
8545
8546 * language/persian.el: Remove file.
8547 * language/misc-lang.el: Move unique part of persian.el here.
8548 * loadup.el: Remove language/persian.
8549
8550 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8551
8552 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8553
8554 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8555
8556 * progmodes/python.el: Fix defsubst warning.
8557 (python-syntax-context) Rename from python-info-ppss-context.
8558 (python-syntax-context-type): Rename from
8559 python-info-ppss-context-type.
8560 (python-syntax-comment-or-string-p): Rename from
8561 python-info-ppss-comment-or-string-p.
8562
8563 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8564
8565 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8566
8567 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8568
8569 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8570 a defcustom that is quoted with backquote.
8571
8572 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8573 Fix handling of interactive spec when the body uses return.
8574 (math-do-arg-check, math-define-function-body): Use backquote forms.
8575 * calc/calc-ext.el (math-defcache): Likewise.
8576 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8577 * allout.el (allout-new-exposure): Likewise.
8578 * calc/calcalg2.el (math-tracing-integral): Likewise.
8579 * info.el (Info-last-menu-item): Likewise.
8580 * emulation/vip.el (vip-loop): Likewise.
8581 * textmodes/artist.el (artist-funcall): Likewise.
8582 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8583 Construct menu-item directly.
8584
8585 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8586 Don't declare.
8587
8588 2012-08-07 Chong Yidong <cyd@gnu.org>
8589
8590 * simple.el (deactivate-mark): Preserve text properties when
8591 saving the primary selection (Bug#8384).
8592
8593 2012-08-07 Kevin Ryde <user42@zip.com.au>
8594
8595 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8596 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8597 and continue processing (Bug#12110).
8598
8599 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8602 syntax-propertize-function (bug#10095).
8603
8604 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8607 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8608 describe-function-1.
8609 (describe-function-1): Use them. Move compiler macro after sig.
8610 (help-fns--compiler-macro): Use function-get. Assume we're already in
8611 standard-output. Adjust layout to new call order.
8612
8613 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8614 re-binding a symbol that has a symbol-macro (bug#12119).
8615
8616 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8617
8618 * language/persian.el: New file. (Bug#11812)
8619 * loadup.el: Add language/persian.el.
8620
8621 2012-08-06 Chong Yidong <cyd@gnu.org>
8622
8623 * window.el (window--maybe-raise-frame): New function.
8624 (window--display-buffer): Split off from here.
8625 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8626 (display-buffer-pop-up-window, display-buffer-use-some-window):
8627 Obey an inhibit-switch-frame action alist entry.
8628 (display-buffer): Update doc.
8629
8630 * replace.el (occur-after-change-function): Avoid losing focus by
8631 using the inhibit-switch-frame display parameter (Bug#12139).
8632
8633 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8634
8635 Make internal shell process buffer names start with space.
8636 * progmodes/python.el (python-shell-make-comint): Add optional
8637 argument INTERNAL.
8638 (run-python-internal): Use it.
8639 (python-shell-internal-get-or-create-process): Check for new
8640 internal buffer names.
8641
8642 2012-08-06 Glenn Morris <rgm@gnu.org>
8643
8644 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8645 Do less getting and setting of environment variables.
8646
8647 2012-08-05 Chong Yidong <cyd@gnu.org>
8648
8649 * proced.el (proced): Add substitution string to docstring to
8650 trigger autoloading of the proced library on C-h f (Bug#1768).
8651
8652 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8653 Don't show defvars which have no second argument (Bug#8638).
8654
8655 * imenu.el (imenu-generic-expression): Move documentation here
8656 from imenu--generic-function.
8657 (imenu--generic-function): Refer to imenu-generic-expression.
8658
8659 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8660
8661 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8662 indentation declaration.
8663 (viper-loop): Add indentation declaration (Bug#7025).
8664
8665 2012-08-05 Chong Yidong <cyd@gnu.org>
8666
8667 * help-fns.el (describe-variable): Add hyperlink for
8668 directory-local variables files. Improve buffer-local and
8669 permanent-local reporting; suggested by MON KEY (Bug#6644).
8670
8671 * help-mode.el (help-dir-local-var-def): New button type.
8672
8673 * files.el (kill-buffer-hook): Provide a defvar.
8674
8675 2012-08-05 Glenn Morris <rgm@gnu.org>
8676
8677 * eshell/esh-ext.el (eshell/addpath):
8678 Also update eshell-path-env. (Bug#12013)
8679
8680 2012-08-05 Chong Yidong <cyd@gnu.org>
8681
8682 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8683
8684 * fringe.el (fringe-styles): Add docstring.
8685 (fringe--check-mode): New function.
8686 (set-fringe-mode, set-fringe-style): Use it.
8687 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8688
8689 * files.el (set-auto-mode): Fix invalid setq call.
8690
8691 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * isearch.el: Misc simplification; use defstruct.
8694 (isearch-mode-map): Dense maps now work like sparse ones.
8695 (isearch--state): New defstruct.
8696 (isearch-string-state, isearch-message-state, isearch-point-state)
8697 (isearch-success-state, isearch-forward-state)
8698 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8699 (isearch-wrapped-state, isearch-barrier-state)
8700 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8701 replaced by defstruct's accessors.
8702 (isearch--set-state): Rename from isearch-top-state and change
8703 calling convention.
8704 (isearch-push-state): Use new isearch--get-state.
8705 (isearch-toggle-word): Disable regexp when enabling word.
8706 (isearch-message-prefix): Remove unused arg _c-q-hack.
8707 (isearch-message-suffix): Remove unused arg _ellipsis.
8708
8709 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8710
8711 * simple.el (list-processes--refresh): For a server use :host or
8712 :local as the address.
8713 (list-processes): Doc fix.
8714
8715 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8716
8717 * lisp/mpc.el: Support password in host argument.
8718 (mpc--proc-connect): Parse and use new password element.
8719 Set mpc-proc variable instead of returning process.
8720 (mpc-proc): Adjust accordingly.
8721
8722 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8723
8724 * whitespace.el (whitespace-display-mappings): Use Unicode
8725 codepoints, instead of emacs-mule codepoints. See
8726 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8727 for the details.
8728
8729 * files.el (file-truename): Don't skip symlink-chasing part on
8730 windows-nt. Incorporate the resolution of 8+3 short aliases on
8731 Windows into the loop that recursively chases symlinks.
8732 Compare directory and its parent case-insensitively on MS-Windows and
8733 MS-DOS.
8734
8735 2012-08-03 Chong Yidong <cyd@gnu.org>
8736
8737 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8738
8739 * sort.el (sort-regexp-fields): Doc fix.
8740
8741 2012-08-03 Tassilo Horn <tsdh@gnu.org>
8742
8743 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8744 labels regex position point at the expected place.
8745
8746 2012-08-03 MON KEY <monkey@sandpframing.com>
8747
8748 * net/imap.el (imap-interactive-login, imap-authenticate)
8749 (imap-mailbox-lsub, imap-mailbox-list)
8750 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8751 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8752 (imap-parse-response): Doc fix.
8753
8754 2012-08-03 João Távora <joaotavora@gmail.com>
8755
8756 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8757 if sexp scanning does not move point (Bug#5734).
8758
8759 2012-08-02 Tassilo Horn <tsdh@gnu.org>
8760
8761 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8762 Add listings, minted, and ctable packages.
8763 (reftex-label-alist-builtin): Move listings, minted, and ctable
8764 entries before LaTeX.
8765 (reftex-label-alist): Docfix.
8766
8767 2012-08-02 Bastien Guerry <bzg@gnu.org>
8768
8769 * replace.el (occur): Fix docstring (bug#12122).
8770
8771 2012-08-02 Glenn Morris <rgm@gnu.org>
8772
8773 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8774
8775 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8776
8777 Obsolete alias inactivate-current-input-method-function (Bug#10150).
8778 * international/mule-cmds.el: Create
8779 inactivate-current-input-method-function as an obsolete alias for
8780 deactivate-current-input-method-function. See Katsumi Yamaoka in
8781 <http://bugs.gnu.org/10150#46>.
8782
8783 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8784
8785 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8786 of nested `if's.
8787
8788 2012-08-01 Glenn Morris <rgm@gnu.org>
8789
8790 * progmodes/autoconf.el (autoconf-definition-regexp):
8791 Add AH_TEMPLATE, adjust submatch numbering.
8792 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8793 (autoconf-current-defun-function): Update for above change.
8794 (autoconf-current-defun-function): First skip to end of current word.
8795
8796 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
8797
8798 * calendar/cal-html.el (cal-html-insert-agenda-days):
8799 Fix typo. (Bug#12018)
8800
8801 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8802
8803 Shell processes: enhancements to startup and CEDET compatibility.
8804 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8805 (python-shell-make-comint): accept-process-output at startup.
8806 (run-python-internal): Set inferior-python-mode-hook to nil.
8807 (python-shell-internal-get-or-create-process): call sit-for.
8808 (python-preoutput-result): Add obsolete alias.
8809 (python-shell-internal-send-string): Use it.
8810 (python-shell-send-setup-code): Remove call to
8811 accept-process-output.
8812
8813 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
8814
8815 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8816 (Bug#12108)
8817
8818 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
8819
8820 * calc-mode.el (calc-basic-simplification-mode): Rename from
8821 `calc-limited-simplification-mode'.
8822 (calc-alg-simplification-mode): New function.
8823 (calc-set-simplify-mode): Adjust message.
8824
8825 * calc.el (calc-set-mode-line): Adjust mode line display for
8826 basic simplification mode.
8827
8828 * calc-help.el (calc-m-prefix-help): Update help message.
8829
8830 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8831 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8832
8833 2012-07-31 Bastien Guerry <bzg@gnu.org>
8834
8835 * man.el (man): Fix comment. (bug#12101)
8836
8837 2012-07-31 Martin Rudalics <rudalics@gmx.at>
8838
8839 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8840 Don't return a non-nil value when no suitable buffer was found.
8841
8842 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8843
8844 * progmodes/python.el (run-python-internal): Disable font lock for
8845 internal shells.
8846
8847 2012-07-30 Stefan Merten <smerten@oekonux.de>
8848
8849 * textmodes/rst.el: Silence `checkdoc-ispell'.
8850 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8851 (rst-official-version, rst-official-cvs-rev)
8852 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8853 (rst-mode-map): New key binding.
8854
8855 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8856
8857 Update .PHONY listings in makefiles.
8858 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8859 autoloads, update-subdirs, updates, bzr-update, update-authors,
8860 compile-onefile, compile-calc, backup-compiled-files,
8861 compile-after-backup, compile-one-process, mh-autoloads,
8862 bootstrap-clean, distclean, maintainer-clean.
8863
8864 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8865
8866 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8867 (calc-set-mode-line): Don't display "AlgSimp ".
8868
8869 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8870 (calc-lim-simplify-mode): New function.
8871 (calc-set-simplify-mode): Default to 'alg.
8872 (calc-default-simplify-mode): Make algebraic simplifications
8873 the default.
8874
8875 * calc/calc-ext.el (calc-init-extensions): Remove binding for
8876 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
8877
8878 * calc/calc-help.el (calc-m-prefix-help): Change messages to
8879 indicate new simplification modes.
8880
8881 * calc/README: Mention new default simplification mode.
8882
8883 * calc/calc.el (math-normalize-error): New variable.
8884 (math-normalize): Set `math-normalize-error' to t
8885 when there's an error.
8886
8887 * calc/calc-alg.el (math-simplify): Don't simplify when
8888 `math-normalize' returns an error.
8889
8890 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8891
8892 * international/mule-cmds.el (set-locale-environment): Revert last
8893 change, since display-graphic-p returns nil when this function is
8894 called during startup. Instead...
8895
8896 * term/w32console.el (terminal-init-w32console): ...setup the
8897 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
8898
8899 2012-07-29 Juri Linkov <juri@jurta.org>
8900
8901 * simple.el (goto-line): Don't display default line number in the
8902 prompt because it should be displayed by `read-number' (bug#9952).
8903 Add the current line number to the defaults of `goto-line' to
8904 allow its easier modification by users with `M-n' (bug#9201).
8905
8906 * subr.el (read-number): Support multiple default values like in
8907 other minibuffer reading functions. Replace `read' with
8908 `string-to-number' for consistency with `number-to-string'.
8909
8910 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8911
8912 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8913 * emulation/viper-init.el (viper-deactivate-input-method-action):
8914 Rename from viper-inactivate-input-method-action.
8915 (viper-deactivate-input-method):
8916 Rename from viper-inactivate-input-method.
8917 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8918 * international/mule-cmds.el (deactivate-input-method):
8919 Rename from inactivate-input-method.
8920 Also run input-method-deactivate-hook.
8921 (deactivate-current-input-method-function):
8922 Rename from inactivate-current-input-method-function.
8923 (input-method-deactivate-hook): New hook.
8924 (input-method-inactivate-hook): Mark obsolete.
8925 (inactivate-input-method): Mark obsolete.
8926
8927 * international/quail.el (quail-activate):
8928 Also run quail-deactivate-hook.
8929 (quail-deactivate): Rename from quail-inactivate.
8930 * international/robin.el (robin-activate):
8931 Also run robin-deactivate-hook.
8932 (robin-deactivate): Rename from robin-inactivate.
8933
8934 2012-07-29 Chong Yidong <cyd@gnu.org>
8935
8936 * simple.el (indicate-copied-region): New function.
8937 (kill-ring-save): Split off from here.
8938
8939 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8940 (kill-rectangle): Set deactivate-mark to t on read-only error.
8941
8942 * register.el (copy-to-register, copy-rectangle-to-register):
8943 Deactivate the mark, and use indicate-copied-region (Bug#10056).
8944 (append-to-register, prepend-to-register): Call indicate-copied-region.
8945
8946 2012-07-29 Juri Linkov <juri@jurta.org>
8947
8948 * simple.el (async-shell-command-buffer): New defcustom.
8949 (shell-command): Use it. (Bug#4719)
8950
8951 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8952
8953 * international/mule-cmds.el (set-locale-environment): In a
8954 console session on MS-Windows, set up keyboard and terminal
8955 encoding from the OEM codepage, not the ANSI codepage.
8956 (Bug#12055)
8957
8958 2012-07-28 Chong Yidong <cyd@gnu.org>
8959
8960 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8961 gdb-get-location.
8962
8963 2012-07-28 Leo Liu <sdl.web@gmail.com>
8964
8965 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8966 the alist (bug#12029).
8967
8968 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8969
8970 * makefile.w32-in (custom-deps, finder-data, updates, compile)
8971 (compile-always, compile-first)
8972 ($(lisp)/calendar/cal-loaddefs.el)
8973 ($(lisp)/calendar/diary-loaddefs.el)
8974 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8975 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8976 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8977 instead of on update-subdirs.
8978 (bootstrap-clean): Delete $(lisp)/subdirs.el.
8979
8980 2012-07-28 Chong Yidong <cyd@gnu.org>
8981
8982 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8983 directory if vc-deduce-backend returns nil (Bug#7350).
8984
8985 * simple.el (delete-trailing-lines): New option.
8986 (delete-trailing-whitespace): Obey it (Bug#11879).
8987
8988 2012-07-28 David Engster <deng@randomsample.de>
8989
8990 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8991 Explanation of new 'symbol-qnames feature in doc-strings.
8992 (xml-maybe-do-ns): Return expanded names as plain symbols if
8993 'symbol-qnames was provided in XML-NS argument (Bug#11916).
8994 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8995
8996 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8997
8998 Consistent completion in inferior python with emacs -nw.
8999 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9000 binding in inferior-python-mode-map with "\t".
9001 (python-shell-completion-complete-at-point)
9002 (python-completion-complete-at-point): Remove interactive spec.
9003
9004 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9005
9006 * calc/calccomp.el (math-compose-expr): Undo previous change.
9007
9008 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9009
9010 * progmodes/python.el (python-mode-map): Add keybinding for
9011 run-python.
9012 (python-shell-make-comint): Fix pop-to-buffer call.
9013 (run-python): Autoload. New arg SHOW.
9014 (python-shell-get-or-create-process): Do not pop python process
9015 buffer.
9016
9017 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9018
9019 * notifications.el (notifications-on-action-signal)
9020 (notifications-on-closed-signal): Use also the bus address for the map.
9021 (notifications-notify, notifications-close-notification)
9022 (notifications-get-capabilities): Add optional argument BUS.
9023
9024 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9025
9026 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9027 Add support for the lstlisting and minted environments, and for the
9028 ctable macro.
9029 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9030 labels written in keyvals syntax.
9031
9032 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9033
9034 * calc/calccomp.el (math-compose-expr): Use parentheses when
9035 there is a product in the denominator of a fraction.
9036
9037 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9038
9039 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9040 ($(lisp)/calendar/diary-loaddefs.el)
9041 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9042 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9043 Fixes failures in parallel bootstrap because subdirs.el is being
9044 rewritten while the autoload files are built at the same time,
9045 which needs to load subdirs.el.
9046
9047 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9048
9049 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9050 (mouse-drag-line): Don't exit tracking when a switch-frame or
9051 switch-window event occurs (Bug#12006).
9052
9053 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * mouse.el (popup-menu): Fix last change.
9056
9057 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 Autoload from Lisp with more care. Follow aliases when looking for
9060 function properties.
9061 * subr.el (autoloadp): New function.
9062 (symbol-file): Use it.
9063 (function-get): New function.
9064 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9065 autoload-do-load.
9066 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9067 (lisp-indent-function):
9068 * emacs-lisp/gv.el (gv-get):
9069 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9070 * emacs-lisp/byte-opt.el (byte-optimize-form):
9071 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9072 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9073 Use function-get.
9074 * emacs-lisp/cl.el: Don't propagate function properties any more.
9075
9076 * speedbar.el (speedbar-add-localized-speedbar-support):
9077 * emacs-lisp/disass.el (disassemble-internal):
9078 * desktop.el (desktop-load-file):
9079 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9080 (describe-function-1):
9081 * emacs-lisp/find-func.el (find-function-noselect):
9082 * emacs-lisp/elp.el (elp-instrument-function):
9083 * emacs-lisp/advice.el (ad-has-proper-definition):
9084 * apropos.el (apropos-safe-documentation, apropos-macrop):
9085 * emacs-lisp/debug.el (debug-on-entry):
9086 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9087 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9088 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9089
9090 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9091
9092 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9093 function, not an obsolete variable (Bug#12046).
9094
9095 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9096
9097 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9098
9099 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9100
9101 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9102 window only if it is still live (Bug#12034).
9103
9104 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9105
9106 * subr.el (redirect-frame-focus): Add advertised calling
9107 convention (Bug#12030).
9108
9109 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9110
9111 Prefer typical American spelling for "acknowledgment".
9112 * vc/add-log.el (change-log-acknowledgment): Rename from
9113 change-log-acknowledgement, with an alias for the old name.
9114
9115 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9116
9117 * calc-alg.el (math-simplify-divide): Don't cross multiply
9118 in an equation when the lhs is a variable.
9119
9120 2012-07-24 Julien Danjou <julien@danjou.info>
9121
9122 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9123 Remove, unused.
9124
9125 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9126
9127 * startup.el (command-line): Don't display an empty user name in
9128 the error message about non-existent home directory, when
9129 init-file-user was set to an empty string. See
9130 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9131 for the details and context.
9132
9133 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9134
9135 * ses.el (ses-cell-formula-aset): New macro.
9136 (ses-cell-references-aset): New macro.
9137 (ses-cell-p): New function.
9138 (ses-rename-cell): Do no longer rely on complex operations like
9139 ses-cell-set-formula or ses-set-cell to change the cell and handle
9140 the undo at the same time, but rather use lower level new macros
9141 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9142 the undo directly. Refresh the mode line.
9143
9144 2012-07-21 Leo Liu <sdl.web@gmail.com>
9145
9146 * progmodes/cc-cmds.el (c-defun-name):
9147 Use match-string-no-properties instead for consistency.
9148
9149 2012-07-20 Leo Liu <sdl.web@gmail.com>
9150
9151 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9152 (Bug#7879)
9153
9154 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9155
9156 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9159 * progmodes/bug-reference.el, misearch.el: Provide themselves
9160 (bug#11915).
9161
9162 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9163 of narrowed buffer (bug#11966).
9164
9165 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9166
9167 * ses.el (ses-rename-cell): Set new name also in reference list of
9168 cells of which the renamed cell depends.
9169
9170 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9171
9172 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9173 to check whether menu-bar is shown or not. If not shown,
9174 show the menu-bar as a popup menu instead of using tmm.
9175 * mouse.el (popup-menu): Accept `point' as `position' argument.
9176
9177 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9178
9179 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9180 up inside string symbol literal (bug#11923).
9181
9182 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9183
9184 * startup.el (fancy-startup-text): Read the whole tutorial, not
9185 just its first 256 bytes. Prevents gibberish in display of the
9186 tutorial title.
9187
9188 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9189
9190 Drop idle buffer compaction due to an absence of the
9191 proved efficiency.
9192 * compact.el: Remove.
9193
9194 2012-07-19 Sam Steingold <sds@gnu.org>
9195
9196 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9197 vc-bzr-pull & vc-bzr-merge-branch.
9198 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9199 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9200 for consistency with compilation-error-regexp-alist.
9201 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9202 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9203 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9204 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9205
9206 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * emacs-lisp/chart.el: Use lexical-binding.
9209 (chart-emacs-storage): Don't hardcode the list of entries.
9210
9211 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9212
9213 Next round of tweaks caused by Fgarbage_collect changes.
9214 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9215
9216 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9217
9218 Compact buffers when idle.
9219 * compact.el: New file.
9220
9221 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * subr.el (eventp): Presume that if it looks vaguely like an event,
9224 it's an event (bug#10190).
9225
9226 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9227
9228 Enhancements to ppss related code (thanks Stefan).
9229 * progmodes/python.el (python-indent-context)
9230 (python-indent-calculate-indentation, python-indent-dedent-line)
9231 (python-indent-electric-colon, python-nav-forward-block)
9232 (python-mode-abbrev-table)
9233 (python-info-assignment-continuation-line-p): Simplify checks
9234 for ppss context.
9235 (python-info-continuation-line-p): Cleanup.
9236 (python-info-ppss-context): Do not catch 'quote.
9237 (python-info-ppss-context-type)
9238 (python-info-ppss-comment-or-string-p): Simplify.
9239
9240 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9241
9242 * progmodes/python.el: Enhancements to eldoc support.
9243 (python-info-current-symbol): New function.
9244 (python-eldoc-at-point): Use python-info-current-symbol.
9245 (python-info-current-defun): Fix cornercase on first defun scan.
9246 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9247 and signal error when no inferior python process is available.
9248
9249 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9250
9251 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9252 assume it's always t.
9253 (vc-git-registered): Remove caching, the function is only called
9254 once.
9255 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9256
9257 2012-07-18 Chong Yidong <cyd@gnu.org>
9258
9259 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9260
9261 * simple.el (count-words): Report on narrowing (Bug#9959).
9262
9263 * bindings.el: Bind M-= to count-words.
9264
9265 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9266
9267 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9268
9269 * progmodes/sh-script.el (sh-imenu-generic-expression):
9270 Capture a function with `function' keyword and without parentheses
9271 like "function FOO" (bug#11856).
9272
9273 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9274
9275 * window.el (split-window-sensibly): Make WINDOW argument
9276 optional.
9277
9278 2012-07-18 Chong Yidong <cyd@gnu.org>
9279
9280 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9281
9282 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9283 and make C-x 8 RET exit isearch (Bug#11439).
9284
9285 * international/iso-transl.el: Move isearch-mode-map key
9286 definitions to isearch.el.
9287
9288 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9291 (eieio-defclass): Use gv-define-setter when possible.
9292
9293 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9294
9295 Reflect recent changes in Fgarbage_collect.
9296 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9297 reflect new format of data returned by Fgarbage_collect.
9298
9299 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9300
9301 New utility functions + python-info-ppss-context fix (Bug#11910).
9302 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9303 (python-info-ppss-comment-or-string-p): New functions.
9304 (python-info-ppss-context): Small fix for string check.
9305
9306 2012-07-17 Juri Linkov <juri@jurta.org>
9307
9308 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9309 (dired-do-async-shell-command): Don't add `*' at the end of the
9310 command (Bug#11815).
9311 (dired-do-shell-command): Doc fix.
9312 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9313 Join the individual commands using either "&" or ";" as the
9314 separator depending on the values of these trailing characters.
9315 At the end re-add the trailing "&". (Bug#10598)
9316
9317 * simple.el (async-shell-command): Sync the interactive spec with
9318 `shell-command'. Doc fix.
9319 (shell-command): Doc fix.
9320
9321 2012-07-17 Juri Linkov <juri@jurta.org>
9322
9323 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9324
9325 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9326
9327 Final renames and doc fixes for movement commands (bug#11899).
9328 * progmodes/python.el (python-nav-beginning-of-statement):
9329 Rename from python-nav-statement-start.
9330 (python-nav-end-of-statement): Rename from
9331 python-nav-statement-end.
9332 (python-nav-beginning-of-block): Rename from
9333 python-nav-block-start.
9334 (python-nav-end-of-block): Rename from python-nav-block-end.
9335
9336 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9337
9338 * progmodes/python.el (python-shell-send-string-no-output):
9339 Allow accept-process-output to quit, keeping shell process ready for
9340 future interactions (Bug#11868).
9341
9342 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9345
9346 * emacs-lisp/elint.el (elint-find-args-in-code):
9347 Use help-function-arglist, so as to handle lexical byte-code.
9348
9349 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9350 change (bug#11826).
9351
9352 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9355 Avoid spuriously marking the buffer as modified because of c-is-sws.
9356
9357 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9358 as not-a-comment (bug#11946).
9359
9360 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9361 for uninterned vars.
9362
9363 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9364 Use read-event since we don't really want to read chars but bytes.
9365
9366 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9367 $$..$$ but also $..$ using regexps (bug#11953).
9368 Use tex-verbatim for \url and \path.
9369 (tex-font-lock-keywords): Define as defconst like the others.
9370 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9371
9372 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9373
9374 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9375 alias for insert-char.
9376
9377 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9378
9379 * progmodes/python.el: Simplified imenu implementation.
9380 (python-nav-jump-to-defun): Remove command.
9381 (python-mode-map): Use `imenu' instead.
9382 (python-nav-list-defun-positions-cache)
9383 (python-imenu-include-defun-type, python-imenu-make-tree)
9384 (python-imenu-subtree-root-label, python-imenu-index-alist):
9385 Remove vars.
9386 (python-nav-list-defun-positions, python-nav-read-defun)
9387 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9388 (python-imenu-make-tree, python-imenu-create-index):
9389 Remove functions.
9390 (python-mode): Update to interact with imenu by setting
9391 `imenu-extract-index-name-function' only.
9392
9393 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9394
9395 * progmodes/python.el: Enhancements to navigation commands.
9396 (python-nav-backward-sentence)
9397 (python-nav-forward-sentence): Remove.
9398 (python-nav-backward-statement, python-nav-forward-statement)
9399 (python-nav-statement-start, python-nav-statement-end)
9400 (python-nav-backward-block, python-nav-forward-block)
9401 (python-nav-block-start, python-nav-block-end)
9402 (python-nav-forward-sexp-function)
9403 (python-info-current-line-comment-p)
9404 (python-info-current-line-empty-p): New functions.
9405 (python-indent-context): Use `python-nav-statement-start'.
9406
9407 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9408
9409 * eshell/em-ls.el (eshell/ls): Use `apply'.
9410
9411 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9412 multi-hops, instead of Tramp internals.
9413
9414 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9415
9416 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9417 when F1 and F2 are located on different hosts.
9418
9419 2012-07-14 Chong Yidong <cyd@gnu.org>
9420
9421 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9422 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9423 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9424 (xterm-mouse--read-event-sequence-1000)
9425 (xterm-mouse--read-event-sequence-1006): New functions. For old
9426 mouse protocol, handle M-mouse-X events correctly.
9427 (xterm-mouse-event): New arg specifying mouse protocol.
9428 (turn-on-xterm-mouse-tracking-on-terminal)
9429 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9430 sequence to toggle extended coordinates on newer XTerms.
9431 This appears to be harmless on terminals which do not support this.
9432
9433 2012-07-14 Leo Liu <sdl.web@gmail.com>
9434
9435 Add fringe bitmap indicators for flymake. (Bug#11253)
9436 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9437 (flymake-make-overlay): New arg BITMAP.
9438 (flymake-error-bitmap, flymake-warning-bitmap)
9439 (flymake-fringe-indicator-position): New user variables.
9440
9441 * fringe.el: New bitmap exclamation-mark.
9442
9443 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9444
9445 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9446 also (Bug#7879).
9447
9448 2012-07-14 Chong Yidong <cyd@gnu.org>
9449
9450 * electric.el (electric-pair-post-self-insert-function): Fix pair
9451 insertion in empty-region case (Bug#11520).
9452
9453 2012-07-14 Chong Yidong <cyd@gnu.org>
9454
9455 * bindings.el: Consolidate ctl-x-r-map bindings.
9456 Bind copy-rectangle-as-kill to C-x r w.
9457
9458 * rect.el, register.el: Move bindings to bindings.el.
9459
9460 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9461
9462 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9463
9464 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9465
9466 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9467
9468 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9469
9470 * bindings.el (top): Use `mapc' instead of `mapcar'.
9471
9472 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9473
9474 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9475
9476 * progmodes/sql.el (sql-comint): Suppress the check for program on
9477 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9478 (Bug#11908)
9479
9480 2012-07-13 Chong Yidong <cyd@gnu.org>
9481
9482 * bindings.el: Assign a non-nil permanent-local property to
9483 per-buffer variables which lack a default value (Bug#11930).
9484
9485 * help-fns.el (describe-variable): In the "automatically becomes
9486 local" notice, take note of permanent-local variables.
9487
9488 2012-07-13 Chong Yidong <cyd@gnu.org>
9489
9490 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9491 to allow printing the message when called from Lisp.
9492
9493 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9494 Remove toggle-read-only.
9495
9496 * bs.el (bs-toggle-readonly):
9497 * buff-menu.el (Buffer-menu-toggle-read-only):
9498 Remove with-no-warnings around toggle-read-only.
9499
9500 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9501 Remove with-no-warnings around toggle-read-only.
9502 (ffap-read-only, ffap-read-only-other-window)
9503 (ffap-read-only-other-frame): Callers changed.
9504
9505 * help-mode.el: Don't require view package.
9506 (help-mode-finish): Set buffer-read-only instead of calling
9507 toggle-read-only.
9508
9509 * bindings.el (mode-line-toggle-read-only):
9510 * dired.el (dired-toggle-read-only):
9511 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9512 with non-nil second arg.
9513
9514 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9515 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9516 directly.
9517
9518 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9519
9520 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9521 not incf.
9522
9523 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 More CL cleanups and reduction of use of cl.el.
9526 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9527 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9528 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9529 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9530 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9531 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9532 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9533 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9534 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9535 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9536 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9537 * eshell/em-cmpl.el, eshell/em-banner.el:
9538 * calendar/parse-time.el: Use cl-lib.
9539 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9540 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9541 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9542 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9543 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9544 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9545 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9546 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9547 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9548 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9549 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9550 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9551 `lambda' rather than with `quote'.
9552 (eshell-do-opt): Adjust accordingly.
9553 (eshell-process-option): Simplify.
9554 * eshell/esh-var.el:
9555 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9556 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9557 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9558 to `pcase--dontcare'.
9559 * emacs-lisp/cl.el (labels): Mark obsolete.
9560 (cl--letf, letf): Move to cl-lib.
9561 (cl--letf*, letf*): Remove.
9562 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9563 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9564 (cl-progv): Rewrite.
9565 (cl--letf, cl-letf): Move from cl.el.
9566 (cl-letf*): New macro.
9567 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9568
9569 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9570
9571 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9572
9573 2012-07-11 Chong Yidong <cyd@gnu.org>
9574
9575 * vc/log-edit.el (log-edit-vc-backend): New variable.
9576 (log-edit): Doc fix.
9577
9578 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9579 argument of log-edit to set up all local variables.
9580 (vc-start-logentry): New optional arg specifying VC backend.
9581
9582 * vc/vc.el (vc-checkin): Use it.
9583 (vc-deduce-fileset): Handle Log Edit buffers.
9584 (vc-diff): Make first argument optional too.
9585
9586 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9587
9588 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9589
9590 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9591 command, just in case. The function is not needed anymore.
9592 (eshell-external-command): Do not call `eshell-remote-command'.
9593
9594 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 Reduce use of (require 'cl).
9597 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9598 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9599 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9600 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9601 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9602 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9603 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9604 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9605 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9606 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9607 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9608 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9609 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9610 (byte-compile-unfold-bcf, byte-compile-check-variable):
9611 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9612 (byte-compile-nilconstp):
9613 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9614 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9615
9616 * emacs-lisp/gv.el (cond): Make it a valid place.
9617 (if): Simplify slightly.
9618
9619 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9620 (pcase--self-quoting-p): New function.
9621 (pcase--u1): Use it.
9622
9623 2012-07-10 Glenn Morris <rgm@gnu.org>
9624
9625 * emacs-lisp/authors.el (authors-fixed-entries):
9626 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9627
9628 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9629
9630 Rename configure.in to configure.ac (Bug#11603).
9631 * emacs-lisp/authors.el (authors-canonical-file-name):
9632 * progmodes/autoconf.el (autoconf-mode):
9633 Prefer configure.ac to configure.in.
9634
9635 2012-07-08 Chong Yidong <cyd@gnu.org>
9636
9637 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9638 Implement the mouse-1-click-follows-link handling properly.
9639
9640 * info.el (Info-link-keymap): Use follow-link mechanism for
9641 header-line links (Bug#374).
9642
9643 * simple.el (deactivate-mark): Do not set the primary selection
9644 if another program has acquired it (Bug#11772).
9645
9646 2012-07-07 Kevin Ryde <user42@zip.com.au>
9647
9648 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9649 (woman-decode-region): Replace escaped-escapes without destroying
9650 bold or underline (Bug#11552).
9651 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9652
9653 2012-07-07 Chong Yidong <cyd@gnu.org>
9654
9655 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9656 (interprogram-cut-function, interprogram-paste-function):
9657 Mention that we typically mean the clipboard.
9658
9659 2012-07-06 Glenn Morris <rgm@gnu.org>
9660
9661 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9662
9663 * files.el (toggle-read-only): Restrict message to interactive use.
9664
9665 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9666
9667 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9668
9669 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9670
9671 2012-07-06 Glenn Morris <rgm@gnu.org>
9672
9673 * Makefile.in (compile-one-process): Rename from "recompile".
9674
9675 * Makefile.in (bzr-update): "compile" is the same as "recompile
9676 autoloads", but parallelizable, so use that instead.
9677
9678 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9679
9680 * window.el (quit-window): Always restore window height when
9681 it's saved in quit-restore parameter (Bug#11810).
9682
9683 2012-07-06 Glenn Morris <rgm@gnu.org>
9684
9685 * simple.el (kill-whole-line): Doc tweak.
9686
9687 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9688
9689 * files.el (file-relative-name): Compare file names
9690 case-insensitively if on MS-Windows or MS-DOS, or if
9691 read-file-name-completion-ignore-case is non-nil. Don't use
9692 case-fold-search for this purpose. (Bug#11827)
9693
9694 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9695
9696 * calendar/cal-dst.el (calendar-current-time-zone):
9697 Return calendar-current-time-zone-cache if non-nil.
9698
9699 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9700 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9701
9702 * calendar/cal-dst.el (calendar-current-time-zone):
9703 Return calendar-current-time-zone-cache if non-nil.
9704
9705 2012-07-06 Glenn Morris <rgm@gnu.org>
9706
9707 * Makefile.in (cvs-update): Remove old alias.
9708
9709 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9710
9711 Sync with Tramp 2.2.6-pre.
9712
9713 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9714 compatible declaration.
9715
9716 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9717 Protect `list-load-path-shadows' call.
9718
9719 * net/tramp-compat.el (top): Require packages, which aren't
9720 autoloaded anymore for XEmacs. Protect call of
9721 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9722 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
9723 it hurts at least for SXEmacs.
9724 (tramp-compat-temporary-file-directory): In XEmacs, there is no
9725 standard-value for `temporary-file-directory'.
9726
9727 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9728 Redirect stderr to /dev/null.
9729 (tramp-sh-handle-write-region): uid and gid can be floats.
9730 Reported by Russell Sim <russell.sim@gmail.com>.
9731 (tramp-sh-handle-vc-registered): Hide errors.
9732 (tramp-vc-file-name-handler): Use dummy results for `process-file'
9733 and `start-file-process'.
9734 (tramp-maybe-open-connection): Check also whether `non-essential'
9735 is bound.
9736
9737 2012-07-04 Chong Yidong <cyd@gnu.org>
9738
9739 * xml.el (xml--parse-buffer): Use xml-syntax-table.
9740 (xml-parse-tag): Likewise, and avoid changing entity tables.
9741 (xml-syntax-table): Define from scratch, making sure not to give
9742 x2000 and other Unicode spaces whitespace syntax, since those are
9743 not spaces in XML.
9744 (xml-parse-fragment): Delete unused function.
9745 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9746 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9747 (xml-entity-ref, xml-pe-reference-re)
9748 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9749 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9750 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9751 (xml-entity-value-re): Use syntax references in regexps where
9752 possible; no need to define inside a let-binding.
9753 (xml-parse-dtd): Use xml-pe-reference-re.
9754 (xml-entity-or-char-ref-re): New defconst.
9755 (xml-parse-string, xml-substitute-special): Use it.
9756
9757 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * files.el (locate-dominating-file): Allow `name' to be a predicate.
9760 (find-file--read-only): New function.
9761 (find-file-read-only, find-file-read-only-other-window)
9762 (find-file-read-only-other-frame): Use it.
9763 (insert-file-contents-literally): Don't `fset'.
9764 (get-free-disk-space): Use locate-dominating-file.
9765
9766 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9767 function is already compiled.
9768
9769 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
9770
9771 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
9772
9773 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9774 files on the same host.
9775
9776 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9777
9778 * help-fns.el (describe-function-1): Only call
9779 help-fns--autoloaded-p when we have a file name. (Bug#11848)
9780
9781 2012-07-03 Chong Yidong <cyd@gnu.org>
9782
9783 * xml.el: Protect parser against XML bombs.
9784 (xml-entity-expansion-limit): New variable.
9785 (xml-parse-string, xml-substitute-special): Use it.
9786 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9787
9788 2012-07-03 Glenn Morris <rgm@gnu.org>
9789
9790 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9791 Allow linking to specific messages in debbugs reports (eg 123#5).
9792
9793 2012-07-02 Chong Yidong <cyd@gnu.org>
9794
9795 * xml.el: Fix entity and character reference expansion, allowing
9796 them to expand into markup as per XML spec.
9797 (xml-default-ns): New variable.
9798 (xml-entity-alist): Use XML spec definitions for lt and amp.
9799 (xml-parse-region): Make first two arguments optional.
9800 Discard text properties.
9801 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9802 All callers changed.
9803 (xml-parse-tag): Call xml-parse-tag-1. For backward
9804 compatibility, this function should not modify buffer contents.
9805 (xml-parse-tag-1): Fix opening-tag regexp.
9806 (xml-parse-string): Rewrite, handling entity and character
9807 references properly.
9808 (xml--entity-replacement-text): Signal an error if a parameter
9809 entity is undefined.
9810
9811 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * comint.el (comint-output-filter): Filter out repeated prompts.
9814
9815 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9816 and file-name-absolute-p.
9817 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9818 internal calls.
9819
9820 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9821
9822 Spelling fixes.
9823 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9824 Rename from byte-compile--refiy-function. All uses changed.
9825
9826 2012-07-01 Chong Yidong <cyd@gnu.org>
9827
9828 * xml.el (xml--parse-buffer): New function. Move most of
9829 xml-parse-region here.
9830 (xml-parse-region): Copy region into a temporary buffer, since
9831 parameter entity substitution requires changing buffer contents.
9832 Use xml--parse-buffer.
9833 (xml-parse-file): Use xml--parse-buffer.
9834 (xml-parse-dtd): Make parameter entity substitution work right.
9835 Use proper regexps for ELEMENT declarations (Bug#7172).
9836
9837 2012-06-30 Glenn Morris <rgm@gnu.org>
9838
9839 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9840
9841 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9842 Remove outdated and unnecessary dbus declarations.
9843
9844 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9845
9846 * emacs-lisp/timer.el (timer-until): Subtract results of
9847 float-time, instead of taking float-time of the result of
9848 time-subtract, since float-time signals an error for negative time
9849 arguments.
9850
9851 2012-06-30 Chong Yidong <cyd@gnu.org>
9852
9853 * xml.el (xml-*-re): Convert defvars into defconsts, and
9854 eval-and-compile them so eval-and-compile works on derivatives.
9855 (xml--entity-replacement-text): Use eval-and-comple.
9856
9857 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
9858
9859 * vc/vc-git.el (vc-git-registered): Use cache property
9860 `git-registered'.
9861 (vc-git-mode-line-string): Call `vc-working-revision' instead of
9862 `vc-git-working-revision' in order to benefit from the cache.
9863 (vc-git-root): Use cache property `git-root'. (Bug#11757)
9864
9865 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
9866
9867 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9868 removed (likely outside Emacs). (Bug#11757)
9869
9870 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * emacs-lisp/cl-lib.el: Require macroexp.
9873
9874 2012-06-30 Chong Yidong <cyd@gnu.org>
9875
9876 * xml.el: Implement XML parameter entities.
9877 (xml-parameter-entity-alist): New variable.
9878 (xml-parse-region, xml-parse-fragment): Preserve previous values
9879 of xml-entity-alist and xml-parameter-entity-alist, so that
9880 repeated calls on different documents do not change them.
9881 (xml-parse-tag): Fix doctype regexp.
9882 (xml--entity-replacement-text): New function.
9883 (xml-parse-dtd): Use it. Don't handle system entities; doing that
9884 properly requires url retrieval which is unimplemented.
9885 (xml-escape-string): Doc fix.
9886
9887 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9890
9891 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9892
9893 * fringe.el (fringe-mode): Doc fix.
9894
9895 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
9896
9897 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9898 is non-nil.
9899 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9900 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
9901
9902 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9903
9904 * calendar/cal-dst.el (calendar-current-time-zone):
9905 Return calendar-current-time-zone-cache if non-nil.
9906
9907 2012-06-29 Masatake YAMATO <yamato@redhat.com>
9908
9909 * progmodes/which-func.el (which-func-format):
9910 Add mouse-face. (Bug#11698)
9911
9912 2012-06-29 Leo Liu <sdl.web@gmail.com>
9913
9914 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9915
9916 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * minibuffer.el (minibuffer-confirm-exit-commands):
9919 Add completion-at-point (bug#11725).
9920
9921 2012-06-29 Glenn Morris <rgm@gnu.org>
9922
9923 * progmodes/f90.el (f90-font-lock-keywords-2):
9924 Add some preprocessor elements. (Bug#10499)
9925
9926 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * progmodes/cperl-mode.el (cperl-update-syntaxification):
9929 Use syntax-propertize (bug#11739).
9930
9931 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9934
9935 2012-06-28 Julien Danjou <julien@danjou.info>
9936
9937 * term.el (term-handle-colors-array): Use a set of new faces to
9938 color the terminal. Also uses :inverse-video property.
9939 (term-default-fg-color): Set to nil by default, deprecate in favor
9940 of `term-face'.
9941 (term-default-bg-color): Set to nil by default, deprecate in favor
9942 of `term-face'.
9943 (term-current-face): Use `term-face' by default.
9944 (term-bold-attribute): Variable deleted.
9945
9946 2012-06-28 Glenn Morris <rgm@gnu.org>
9947
9948 * simple.el (completion-list-mode-finish):
9949 Don't use toggle-read-only. (Since completion-list-mode has
9950 a special mode-class, it wasn't doing anything extra anyway.)
9951
9952 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 Make inlining of other-mode interpreted functions work (bug#11799).
9955 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9956 (byte-compile): Use it to fix compilation of lexical-binding closures.
9957 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9958 function, if needed.
9959
9960 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * help-mode.el (help-make-xrefs): Don't just withstand
9963 cyclic-variable-indirection but any error in documentation-property.
9964
9965 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9966 memory use.
9967 * bindings.el (bindings--define-key): New function.
9968 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9969 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9970 * bindings.el: Use it to purecopy define-key bindings.
9971
9972 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9973
9974 * emacs-lisp/cl.el (flet): Mark obsolete.
9975 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9976 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9977 * progmodes/js.el (js-c-fill-paragraph):
9978 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9979 (ebrowse-switch-member-buffer-to-derived-class):
9980 * play/5x5.el (5x5-solver): Use cl-flet.
9981
9982 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
9983 (cl--symbol-function): New macro.
9984 (cl--letf, cl--letf*): Use it.
9985
9986 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9987 Strip "toggle-" if any.
9988
9989 2012-06-27 Glenn Morris <rgm@gnu.org>
9990
9991 * info.el (Info-default-directory-list): Move here from paths.el.
9992 * paths.el: Remove file, which is now empty.
9993 * loadup.el: No longer load "paths".
9994
9995 * custom.el (custom-initialize-delay): Doc fix.
9996
9997 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9998 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9999 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10000 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10001 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10002 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10003 * eshell/eshell.el (eshell-defgroup): Remove alias.
10004
10005 2012-06-27 Chong Yidong <cyd@gnu.org>
10006
10007 * help.el (help-enable-auto-load): New variable.
10008
10009 * help-fns.el (help-fns--autoloaded-p): New function.
10010 (describe-function-1): Refer to a function as "autoloaded" if it
10011 was autoloaded at any time in the past. Perform autoloading if
10012 help-enable-auto-load is non-nil.
10013
10014 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10015
10016 * makefile.w32-in (compile, compile-always): Depend on
10017 update-subdirs, not on subdirs.el. Otherwise, several different
10018 sub-targets of 'bootstrap' running in parallel could
10019 simultaneously write to subdirs.el, producing a garbled file.
10020
10021 2012-06-26 Sam Steingold <sds@gnu.org>
10022
10023 * files.el (file-name-base): New convenience function.
10024 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10025 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10026 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10027 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10028 * textmodes/ispell.el, textmodes/reftex-ref.el:
10029 * textmodes/tex-mode.el: Use it.
10030 Did not touch cedet and org because they are maintained elsewhere.
10031
10032 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10033
10034 * calendar/calendar.el (calendar-exit): Don't try to delete or
10035 iconify last frame. See:
10036 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10037
10038 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10039
10040 * server.el (server-process-filter): Remember dir in the
10041 process's `server-client-directory' properties.
10042
10043 2012-06-24 Chong Yidong <cyd@gnu.org>
10044
10045 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10046 non-tag text.
10047
10048 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10049
10050 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10051
10052 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * help-fns.el (describe-variable): Don't croak when doc is not found.
10055 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10056 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10057 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10058 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10059 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10060 ((lambda ..) ..).
10061 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10062
10063 2012-06-23 Chong Yidong <cyd@gnu.org>
10064
10065 * info.el (Info-mouse-follow-link): Accept symbol values of
10066 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10067 (Info-fontify-node): Use Info-link-keymap for all navigation
10068 buttons, with link-args property to perform the desired action.
10069 (Info-link-keymap): Doc fix.
10070 (Info-next-link-keymap, Info-prev-link-keymap)
10071 (Info-up-link-keymap): Delete now-unused keymaps.
10072
10073 2012-06-23 Chong Yidong <cyd@gnu.org>
10074
10075 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10076
10077 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10078 system abbrevs.
10079
10080 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10081
10082 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10085 (bug#11719).
10086
10087 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10088 the requote function doesn't work properly (bug#11714).
10089
10090 2012-06-23 Glenn Morris <rgm@gnu.org>
10091
10092 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10093
10094 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 Further GV/CL cleanups.
10097 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10098 gv-expander.
10099 (gv--defun-declaration): New function.
10100 (defun-declarations-alist): Use it.
10101 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10102 (gv-place): Autoload.
10103 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10104 original definition of dotimes and dolist.
10105 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10106 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10107 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10108 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10109 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10110 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10111 to the function's definition.
10112 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10113 * window.el:
10114 * files.el:
10115 * faces.el:
10116 * env.el: Don't use CL.
10117
10118 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10119
10120 Support higher-resolution time stamps (Bug#9000).
10121
10122 * calendar/time-date.el (with-decoded-time-value): New arg
10123 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10124 (encode-time-value): New optional arg PICO. New type 3.
10125 (time-to-seconds) [!float-time]: Support the new picoseconds
10126 component if it's used.
10127 (seconds-to-time, time-subtract, time-add):
10128 Support ps-resolution time stamps as well.
10129
10130 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10131 (timerp): Timer vectors now have length 9, not 8.
10132 (timer--time): Support new-style (4-part) time stamps.
10133 (timer-next-integral-multiple-of-time): Time stamps now have
10134 picosecond resolution, so take a bit more care about rounding.
10135 (timer-relative-time, timer-inc-time): New optional arg psecs.
10136 (timer-set-time-with-usecs): Set psecs to 0.
10137 (timer--activate): Check psecs component, too.
10138
10139 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10140
10141 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10142
10143 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10144 Move the non-essential binding to the post/pre-command-hook where it is
10145 more obviously correct.
10146
10147 * subr.el (read-passwd): Don't use a history at all.
10148 * savehist.el (savehist-save): Remove password saved accidentally
10149 because of the above bug.
10150
10151 2012-06-22 Bastien Guerry <bzg@gnu.org>
10152
10153 * files.el (toggle-read-only): Display a message telling whether
10154 the buffer is read-only or not (bug#11726).
10155
10156 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * emacs-lisp/gv.el: New file.
10159 * subr.el (push, pop): Extend to generalized variables.
10160 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10161 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10162 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10163 gv-define-simple-setter, and gv-define-expander.
10164 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10165 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10166 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10167 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10168 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10169 gv-letplace.
10170 (cl-defstruct): Don't define setf-method any more.
10171 * emacs-lisp/cl.el (flet): Don't autoload.
10172 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10173 (define-setf-expander, defsetf, define-modify-macro)
10174 (cl-struct-setf-expander): Move from cl-lib.el.
10175 * emacs-lisp/syntax.el:
10176 * emacs-lisp/ewoc.el:
10177 * emacs-lisp/smie.el:
10178 * emacs-lisp/cconv.el:
10179 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10180 (timer--time): Use gv-define-simple-setter.
10181 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10182 to avoid coding-system problems in subr.el. Adjust all users.
10183 (macroexp--maxsize, macroexp-small-p): New functions.
10184 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10185 * scroll-bar.el (scroll-bar-mode):
10186 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10187 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10188 * winner.el (winner-configuration, winner-make-point-alist)
10189 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10190 * files.el (locate-file-completion-table): Avoid list*.
10191
10192 2012-06-22 Chong Yidong <cyd@gnu.org>
10193
10194 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10195 (dired-create-files): Doc fix (Bug#11329).
10196 (dired-do-copy): Doc fix (Bug#11334).
10197 (dired-mark-read-string): Doc fix (Bug#11553).
10198
10199 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10200 Doc fix (Bug#11326).
10201 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10202 (dired-dwim-target): Doc fix.
10203
10204 * wdired.el (wdired-mode): Doc fix.
10205
10206 2012-06-22 Glenn Morris <rgm@gnu.org>
10207
10208 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10209 (pcmpl-rpm-cache-stamp-file): New constant.
10210 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10211 (pcmpl-rpm-packages): Optionally cache list of packages.
10212
10213 * pcmpl-rpm.el (pcmpl-rpm): New group.
10214 (pcmpl-rpm-query-options): New option.
10215 (pcmpl-rpm-packages): No need to inline it.
10216 Use pcmpl-rpm-query-options.
10217
10218 * calendar/calendar.el (calendar-in-read-only-buffer):
10219 Avoid some needless mode changes.
10220
10221 2012-06-21 Chong Yidong <cyd@gnu.org>
10222
10223 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10224 (desktop-path): Remove . from the default value (Bug#10977).
10225 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10226
10227 2012-06-20 Chong Yidong <cyd@gnu.org>
10228
10229 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10230
10231 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10232
10233 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10234 (bug#11201).
10235
10236 2012-06-20 Chong Yidong <cyd@gnu.org>
10237
10238 * term.el (term-window-width): Handle the case of a missing right
10239 fringe (Bug#8837).
10240 (term-check-size): Use window-text-height (Bug#5445).
10241 (term-mode): Use define-derived-mode. Minor cleanups.
10242 Set font-lock-defaults (Bug#7692).
10243 (term-move-columns, term-insert-char, term-emulate-terminal)
10244 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10245
10246 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10247
10248 * net/ange-ftp.el (ange-ftp-get-passwd):
10249 Bind `enable-recursive-minibuffers'.
10250 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10251
10252 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10253
10254 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10255
10256 2012-06-19 Glenn Morris <rgm@gnu.org>
10257
10258 * progmodes/python.el (python-mode): Derive from prog-mode.
10259
10260 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10261
10262 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10263 (edt-user-menu-bar-update-buffers): New functions.
10264 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10265
10266 2012-06-19 Chong Yidong <cyd@gnu.org>
10267
10268 * subr.el (with-selected-window): Preserve the selected window's
10269 terminal's top-frame (Bug#4702).
10270
10271 * window.el (save-selected-window): Likewise.
10272
10273 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * progmodes/python.el (python-rx-constituents): Move backquote.
10276 (python-skeleton-define, python-define-auxiliary-skeleton):
10277 Use `declare'.
10278
10279 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10280
10281 * minibuffer.el (read-file-name-default): Revert the patch from
10282 2012-06-17.
10283
10284 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10287 (pcase--u1, pcase--q1): Don't use apply-partially.
10288
10289 2012-06-18 Glenn Morris <rgm@gnu.org>
10290
10291 * progmodes/python.el (python-proc, python-buffer)
10292 (python-send-receive, python-send-string): Fix obsolete versions.
10293
10294 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10295
10296 * window.el (special-display-p): Completely remove stringp
10297 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10298
10299 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10300
10301 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10302
10303 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10304
10305 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10306 * net/tramp-sh.el (tramp-maybe-open-connection):
10307 Throw if `non-essential' is non-nil.
10308
10309 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10310
10311 * window.el (special-display-p): Signal an error if BUFFER-NAME
10312 is not a string (Bug#11713).
10313
10314 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10315
10316 * progmodes/python.el (python-info-beginning-of-backslash):
10317 Rename from python-info-beginning-of-backlash, as a spelling fix.
10318
10319 2012-06-17 Chong Yidong <cyd@gnu.org>
10320
10321 * term.el (term-emulate-terminal): If term-check-size is called,
10322 move point to the process mark without resetting point (Bug#4635).
10323
10324 2012-06-17 Glenn Morris <rgm@gnu.org>
10325
10326 * international/mule-cmds.el (mule-menu-keymap)
10327 (set-language-environment, set-locale-environment): Doc tweaks.
10328
10329 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10330
10331 * cus-face.el (custom-face-attributes): Add wave-style underline
10332 attribute.
10333 * faces.el (set-face-attribute): Update docstring to describe
10334 wave-style underline attribute.
10335
10336 2012-06-16 Chong Yidong <cyd@gnu.org>
10337
10338 * term/xterm.el (terminal-init-xterm): Discard input before
10339 querying background mode (Bug#10959).
10340
10341 2012-06-16 Stefan Merten <smerten@oekonux.de>
10342
10343 * textmodes/rst.el: Added and corrected some comments.
10344 (rst-re-alist-def): Improve symbol syntax.
10345 (rst-mode-syntax-table): Correct syntax entries.
10346 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10347 (rst-official-version, rst-official-cvs-rev): Update version
10348 information.
10349
10350 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10351
10352 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10353 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10354
10355 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10356
10357 * progmodes/python.el: New python.el merge.
10358 (python-guess-indent): Obsolete var.
10359 (python-indent-guess-indent-offset): New defcustom.
10360 (python-indent): Obsolete var.
10361 (python-indent-offset): New defcustom.
10362 (python-python-command, python-jython-command): Delete var.
10363 (python-shell-interpreter): New defcustom.
10364 (python-pdbtrack-do-tracking-p): Delete var.
10365 (python-pdbtrack-activate): New defcustom.
10366 (python-use-skeletons): Obsolete var.
10367 (python-skeleton-autoinsert): New defcustom.
10368 (inferior-python-filter-regexp, python-continuation-offset)
10369 (python-honour-comment-indentation, python-indent-string-contents)
10370 (python-jython-packages, python-mode-hook)
10371 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10372 (python-shell-prompt-alist)
10373 (python-source-modes): Delete defcustoms.
10374 (python-check-buffer-name, python-eldoc-setup-code)
10375 (python-eldoc-string-code, python-ffap-setup-code)
10376 (python-ffap-string-code, python-fill-comment-function)
10377 (python-fill-decorator-function, python-fill-paren-function)
10378 (python-fill-string-function, python-imenu-include-defun-type)
10379 (python-imenu-make-tree, python-imenu-subtree-root-label)
10380 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10381 (python-shell-compilation-regexp-alist)
10382 (python-shell-completion-module-string-code)
10383 (python-shell-completion-pdb-string-code)
10384 (python-shell-completion-setup-code)
10385 (python-shell-completion-string-code)
10386 (python-shell-enable-font-lock, python-shell-exec-path)
10387 (python-shell-extra-pythonpaths)
10388 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10389 (python-shell-process-environment)
10390 (python-shell-prompt-block-regexp)
10391 (python-shell-prompt-output-regexp)
10392 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10393 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10394 (python-shell-virtualenv-path): New defcustoms.
10395 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10396 (inferior-python-mode-syntax-table, python--prompt-regexp)
10397 (python-buffer, python-command python-python-command)
10398 (python-default-template, python-imports, python-indent-index)
10399 (python-indent-list, python-indent-list-length)
10400 (python-mode-running, python-pdbtrack-is-tracking-p)
10401 (python-preoutput-continuation, python-preoutput-leftover)
10402 (python-preoutput-result, python-preoutput-skip-next-prompt)
10403 (python-prev-dir/file, python-recursing)
10404 (python-saved-check-command, python-version-checked)
10405 (python-which-func-length-limit)
10406 (view-return-to-alist): Delete vars.
10407 (python-check-custom-command, python-dotty-syntax-table)
10408 (python-imenu-index-alist, python-indent-current-level)
10409 (python-indent-dedenters, python-indent-levels)
10410 (python-nav-beginning-of-defun-regexp)
10411 (python-nav-list-defun-positions-cache)
10412 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10413 (python-shell-internal-buffer)
10414 (python-skeleton-available): New vars.
10415 (def-python-skeleton): Delete macro.
10416 (python-skeleton-define): New macro.
10417 (python-define-auxiliary-skeleton, python-rx): New macros.
10418 (python-insert-class): Delete command.
10419 (python-skeleton-class): New command.
10420 (python-insert-def): Delete command.
10421 (python-skeleton-def): New command.
10422 (python-insert-for): Delete command.
10423 (python-skeleton-for): New command.
10424 (python-insert-if): Delete command.
10425 (python-skeleton-if): New command.
10426 (python-insert-try/except, python-insert-try/finally): Delete commands.
10427 (python-skeleton-try): New command.
10428 (python-insert-while): Delete command.
10429 (python-skeleton-while): New command.
10430 (python-backspace): Delete command.
10431 (python-indent-dedent-line-backspace): New command.
10432 (python-electric-colon): Delete command.
10433 (python-indent-electric-colon): New command.
10434 (python-guess-indent): Delete command.
10435 (python-indent-guess-indent-offset): New command.
10436 (python-shift-left): Delete command.
10437 (python-indent-shift-left): New command.
10438 (python-shift-right): Delete command.
10439 (python-indent-shift-right): New command.
10440 (python-find-function): Delete command.
10441 (python-nav-jump-to-defun): New command.
10442 (python-next-statement): Delete command.
10443 (python-nav-forward-sentence): New command.
10444 (python-previous-statement): Delete command.
10445 (python-nav-backward-sentence): New command.
10446 (python-fill-paragraph): Delete command.
10447 (python-fill-paragraph-function): New command.
10448 (python-send-buffer): Delete command.
10449 (python-shell-send-buffer): New command.
10450 (python-send-defun): Delete command.
10451 (python-shell-send-defun): New command.
10452 (python-send-region, python-send-region-and-go): Delete commands.
10453 (python-shell-send-region)
10454 (python-shell-switch-to-shell): New commands.
10455 (python-send-string): Delete command.
10456 (python-shell-send-string): New command.
10457 (python-switch-to-python): Delete command.
10458 (python-shell-switch-to-shell): New command.
10459 (python-describe-symbol): Delete command.
10460 (python-eldoc-at-point): New command.
10461 (python--set-prompt-regexp, python-args-to-list)
10462 (python-after-info-look, python-check-version)
10463 (python-check-comint-prompt, python-find-imports)
10464 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10465 (python-unload-function, python-expand-template)
10466 (python-maybe-jython, python-preoutput-filter)
10467 (python-pdbtrack-get-source-buffer)
10468 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10469 (python-pdbtrack-toggle-stack-tracking)
10470 (python-pdbtrack-track-stack-file, python-initial-text)
10471 (python-first-word, python-comment-line-p, python-send-command)
10472 (python-setup-brm, python-sentinel, python-set-proc)
10473 (python-skip-out, python-input-filter, python-outdent-p)
10474 (python-outline-level, python-backslash-continuation-line-p)
10475 (python-end-of-block, python-end-of-statement, python-mark-block)
10476 (python-beginning-of-block, python-beginning-of-statement)
10477 (python-blank-line-p, python-beginning-of-string)
10478 (python-open-block-statement-p): Delete functions.
10479 (python-indent-line, python-indent-line-1): Delete functions.
10480 (python-indent-line): New function.
10481 (python-indentation-levels): Delete function.
10482 (python-indent-calculate-levels): New function.
10483 (python-proc): Delete function.
10484 (python-shell-get-process): New function.
10485 (python-send-receive): Delete function.
10486 (python-shell-send-string-no-output): New function.
10487 (python-module-path): Delete function.
10488 (python-ffap-module-path): New function.
10489 (python-completion-at-point)
10490 (python-symbol-completions): Delete functions.
10491 (python-completion-complete-at-point): New function.
10492 (python-load-file): Delete function.
10493 (python-shell-send-file): New function.
10494 (python-calculate-indentation): Delete function.
10495 (python-indent-calculate-indentation): New function.
10496 (python-skip-comments/blanks): Delete function.
10497 (python-util-forward-comment): New function.
10498 (python-continuation-line-p): Delete function.
10499 (python-info-continuation-line-p): New function.
10500 (python-which-func, python-current-defun): Delete function.
10501 (python-info-current-defun): New function.
10502 (python-beginning-of-defun): Delete function.
10503 (python-nav-beginning-of-defun): New function.
10504 (python-close-block-statement-p)
10505 (python-block-end-p): Delete function.
10506 (python-info-closing-block): New function.
10507 (python-comint-output-filter-function)
10508 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10509 (python-fill-comment, python-fill-decorator, python-fill-paren)
10510 (python-fill-string, python-imenu-make-element-tree)
10511 (python-imenu-make-tree, python-imenu-tree-assoc)
10512 (python-indent-context, python-indent-dedent-line)
10513 (python-indent-line-function)
10514 (python-indent-post-self-insert-function)
10515 (python-indent-toggle-levels)
10516 (python-info-assignment-continuation-line-p)
10517 (python-info-beginning-of-backlash)
10518 (python-info-block-continuation-line-p)
10519 (python-info-closing-block-message)
10520 (python-info-line-ends-backslash-p)
10521 (python-info-looking-at-beginning-of-defun)
10522 (python-info-ppss-context, python-info-ppss-context-type)
10523 (python-nav-list-defun-positions, python-nav-read-defun)
10524 (python-nav-sentence-end, python-nav-sentence-start)
10525 (python-pdbtrack-comint-output-filter-function)
10526 (python-pdbtrack-set-tracked-buffer)
10527 (python-shell-calculate-exec-path)
10528 (python-shell-calculate-process-environment)
10529 (python-shell-completion--do-completion-at-point)
10530 (python-shell-completion--get-completions)
10531 (python-shell-completion-complete-at-point)
10532 (python-shell-completion-complete-or-indent)
10533 (python-shell-get-or-create-process)
10534 (python-shell-get-process-name)
10535 (python-shell-internal-get-or-create-process)
10536 (python-shell-internal-get-process-name)
10537 (python-shell-internal-send-string, python-shell-make-comint)
10538 (python-shell-parse-command, python-shell-send-setup-code)
10539 (python-skeleton-add-menu-items)
10540 (python-util-clone-local-variables, python-util-position)
10541 (run-python-internal, python-indentation-levels)
10542 (python-nav-beginning-of-defun)
10543 (python-completion-complete-at-point): New functions.
10544 (run-python): Change arguments. New API requirements.
10545
10546 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10547
10548 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10549 (bug#11649).
10550
10551 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10552 (macroexp--expand-all): Use it.
10553
10554 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10555 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10556 Use `cl-function' instead.
10557
10558 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10559
10560 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10561 Suggested by Stefan Monnier while discussing bug#11657.
10562
10563 2012-06-14 Sam Steingold <sds@gnu.org>
10564
10565 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10566
10567 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10568
10569 * play/doctor.el (doctor-doc): Remove parameter and use
10570 doctor-sent instead of sent.
10571 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10572
10573 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * files.el: Require cl-lib.
10576 (file-name-non-special): Replace case -> cl-case.
10577
10578 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10579
10580 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10581 mapping from #' to function*.
10582
10583 2012-06-13 Chong Yidong <cyd@gnu.org>
10584
10585 * mouse.el (mouse-drag-track): Do not set the mark if the user
10586 releases the mouse without selecting anything (Bug#11588).
10587
10588 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10591 as well (bug#11646).
10592
10593 * loadup.el: Count byte-code functions as well.
10594
10595 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10596 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10597
10598 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10599 (bug#11649). Add cl-defun and cl-defmacro.
10600
10601 2012-06-13 Drew Adams <drew.adams@oracle.com>
10602
10603 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10604 Fix last change.
10605
10606 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10609 Otherwise, it blocks in batch mode.
10610
10611 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10612
10613 * help-mode.el (bookmark-make-record-default): Declare.
10614
10615 2012-06-13 Chong Yidong <cyd@gnu.org>
10616
10617 * emacs-lisp/package.el (list-packages): Compute a list of
10618 packages that are newly-available since the last list-packages
10619 invocation.
10620 (package-menu--new-package-list): New var.
10621 (package-menu--generate, package-menu--print-info)
10622 (package-menu--status-predicate, package-menu-mark-install):
10623 Handle new status label "new".
10624
10625 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10628 conversion to backquotes.
10629
10630 2012-06-12 Chong Yidong <cyd@gnu.org>
10631
10632 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10633 Rename from gud-inhibit-global-bindings.
10634
10635 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10636
10637 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10638 hook from nxml-glyph-set-hook.
10639
10640 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10641 declaration.
10642
10643 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10644
10645 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10646 Convert to defcustom.
10647
10648 2012-06-12 Drew Adams <drew.adams@oracle.com>
10649
10650 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10651 New functions.
10652 (help-mode): Use them.
10653
10654 2012-06-11 Glenn Morris <rgm@gnu.org>
10655
10656 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10657 Use preprocessor face for directives.
10658 (fortran-directive-re): Doc fix.
10659
10660 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10663 conversion to backquotes (bug#11652).
10664
10665 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10666 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10667 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10668 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10669 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10670 (cl-ninth, cl-tenth): Mark them as inlinable.
10671 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10672 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10673 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10674 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10675 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10676 (cl-list*, cl-adjoin): Don't put an autoload manually.
10677 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10678 (cl--compiler-macro-list*): Add autoload cookie.
10679 (cl--compiler-macro-cXXr): New function.
10680
10681 * help-fns.el (help-fns--compiler-macro): New function extracted from
10682 describe-function-1; follow aliases and use `compiler-macro' property.
10683 (describe-function-1): Use it.
10684
10685 2012-06-11 Chong Yidong <cyd@gnu.org>
10686
10687 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10688 is uninstalled, if imagemagick is installed.
10689
10690 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * emacs-lisp/cl-lib.el: Use lexical-binding.
10693 (cl-map-extents, cl-maclisp-member): Remove.
10694 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10695 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10696 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10697 * emacs-lisp/cl-extra.el: Use lexical-binding.
10698 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10699 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10700 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10701 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10702 * emacs-lisp/cl-seq.el: Use lexical-binding.
10703 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10704 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10705 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10706 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10707 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10708 CL's internals.
10709
10710 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10711
10712 Sync with Tramp 2.2.6-pre.
10713
10714 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10715 `print-length' and `print-level' to nil, in order to avoid
10716 truncation. Reported by Christopher Schmidt
10717 <christopher@ristopher.com>.
10718
10719 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10720
10721 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10722 New defmacro.
10723 (tramp-compat-copy-directory): Add optional argument
10724 COPY-CONTENTS. It is not handled yet.
10725
10726 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10727 (tramp-ftp-file-name-p): Simplify.
10728
10729 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10730 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10731 connection vector.
10732
10733 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10734 (tramp-methods): Do not use `tramp-password-end-of-line'.
10735 (tramp-completion-function-alist-putty): Handle UNIX case.
10736 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10737 (tramp-do-file-attributes-with-stat)
10738 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10739 gid as real numbers. They could run out of integer range on cygwin.
10740 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10741 (tramp-sh-handle-expand-file-name): Handle hops.
10742 (tramp-open-connection-setup-interactive-shell):
10743 Use `tramp-cleanup'. Move check for busyboxes ...
10744 (tramp-find-shell): ... here. Simplify implementation.
10745 Set "remote-shell" property also for alternative shells.
10746 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10747 If failing, a regular file would be written otherwise.
10748 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10749 (tramp-find-inline-encoding): Cache the coding commands in the
10750 process cache. Apply test command on the remote side, if defined.
10751 (tramp-find-inline-compress): Cache the compress commands in the
10752 process cache.
10753 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10754 when requested. Handle hops.
10755 (tramp-current-connection): New defvar.
10756 (tramp-maybe-open-connection): Use `tramp-cleanup'.
10757 Throw `suppress', if there was a failed connection shortly before.
10758 Handle user interrupt. (Bug#10187)
10759 (tramp-get-inline-compress, tramp-get-inline-coding):
10760 Read connection properties from the process cache.
10761
10762 * net/tramp-smb.el (tramp-smb-server-version)
10763 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10764 New defconsts.
10765 (tramp-smb-prompt): Extend for powershell prompt.
10766 (tramp-smb-file-name-handler-alist): Add handlers for
10767 `process-file', `shell-command' and `start-file-process'.
10768 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10769 (tramp-smb-winexe-shell-command-switch): New defcustoms.
10770 (tramp-smb-file-name-p): Simplify.
10771 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10772 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10773 (tramp-smb-shell-quote-argument): New defuns.
10774 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10775 Implement using "tar". By this, time-stamps are preserved.
10776 (tramp-smb-handle-copy-file): Handle also the case of directories.
10777 (tramp-smb-do-file-attributes-with-stat)
10778 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10779 Use `tramp-get-connection-buffer').
10780 (tramp-smb-handle-rename-file): Use "rename", when source and
10781 target are on the same share.
10782 (tramp-smb-maybe-open-connection): Handle wrong passwords.
10783 Use `tramp-smb-server-version'.
10784 (tramp-smb-wait-for-output): Remove prompt.
10785
10786 * net/tramp.el (top): Require 'cl.
10787 (tramp-methods, tramp-rsh-end-of-line):
10788 Remove `tramp-password-end-of-line' from docstring.
10789 (tramp-save-ad-hoc-proxies): New defcustom.
10790 (tramp-completion-function-alist): Adapt docstring.
10791 (tramp-default-password-end-of-line): Remove defcustom.
10792 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
10793 (tramp-user-regexp, tramp-file-name-regexp-unified)
10794 (tramp-file-name-regexp-url): Extend regexp by hop separator.
10795 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10796 (tramp-remote-file-name-spec-regexp): New defconst.
10797 (tramp-file-name-structure): Extend structure for hops.
10798 (tramp-get-method-parameter): Move up.
10799 (tramp-file-name-p, tramp-dissect-file-name)
10800 (with-parsed-tramp-file-name): Handle hops.
10801 (tramp-file-name-hop): New defun.
10802 (tramp-make-tramp-file-name): New optional arg HOP.
10803 (tramp-message-show-progress-reporter-message): New defvar.
10804 (tramp-with-progress-reporter): Use it. We cannot use
10805 `tramp-message-show-message' here, because this suppresses also
10806 error buffers.
10807 (tramp-error-with-buffer): Suppress buffer view, if
10808 `tramp-message-show-message' is nil.
10809 Use `tramp-get-connection-buffer'.
10810 (tramp-cleanup): New defun.
10811 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10812 (tramp-file-name-handler): If `debug-on-error' is set, propagate
10813 an error unchanged.
10814 (tramp-completion-handle-file-name-all-completions): Handle hops.
10815 Fix an error when called from ido.
10816 (tramp-completion-dissect-file-name): Use better local variable
10817 name. Add hop to the vector.
10818 (tramp-handle-insert-file-contents): Use progress-reporter for the
10819 whole scenario.
10820 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10821 to `t'.
10822 (tramp-check-for-regexp): Simplify search.
10823 (tramp-enter-password): Remove it. Move implementation ...
10824 (tramp-action-password): ... here.
10825 (tramp-mode-string-to-int, tramp-local-host-p)
10826 (tramp-make-tramp-temp-file, tramp-read-passwd)
10827 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10828 Set tramp-autoload cookie.
10829
10830 * net/trampver.el: Update release number.
10831
10832 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10833 Michael Albinus <michael.albinus@gmx.de>
10834
10835 * net/tramp.el (tramp-set-completion-function): Fix docstring.
10836 (tramp-parse-group, tramp-parse-file)
10837 (tramp-parse-shostkeys-sknownhosts): New defuns.
10838 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10839 (tramp-parse-shosts-group, tramp-parse-sconfig)
10840 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10841 (tramp-parse-sknownhosts, tramp-parse-hosts)
10842 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10843 Use them.
10844 (tramp-parse-passwd-group, tramp-parse-netrc-group)
10845 (tramp-parse-putty-group): Don't narrow.
10846 (tramp-parse-putty): Make a loop.
10847 (tramp-file-name-handler): Catch the `suppress' signal.
10848
10849 2012-06-11 Chong Yidong <cyd@gnu.org>
10850
10851 * image.el (imagemagick-register-types): Put the ImageMagick entry
10852 at the end of image-type-file-name-regexps.
10853
10854 2012-06-11 Johan Bockgård <bojohan@gnu.org>
10855
10856 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10857 (pcase, pcase-let*, pcase-dolist): Use them.
10858
10859 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * emacs-lisp/pcase.el (pcase--let*): New function.
10862 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
10863 (pcase--expand): Use macroexp-let².
10864
10865 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10868 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10869 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10870 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10871 * emacs-lisp/derived.el: Use pcase instead of `cl'.
10872 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10873
10874 2012-06-10 Glenn Morris <rgm@gnu.org>
10875
10876 * mail/rmail.el (rmail-yank-current-message): Leave point at
10877 correct position. (Bug#11660)
10878
10879 2012-06-10 Chong Yidong <cyd@gnu.org>
10880
10881 * allout-widgets.el: Fix code header.
10882
10883 2012-06-10 Chong Yidong <cyd@gnu.org>
10884
10885 * cus-edit.el (customize-changed-options-previous-release):
10886 Bump to 24.1.
10887
10888 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
10889
10890 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10891
10892 2012-06-09 Chong Yidong <cyd@gnu.org>
10893
10894 * ebuff-menu.el (electric-buffer-list): Preserve header line.
10895
10896 2012-06-09 Martin Rudalics <rudalics@gmx.at>
10897
10898 * window.el (special-display-popup-frame): Don't use
10899 window--display-buffer (Bug#11651).
10900
10901 2012-06-09 Eli Zaretskii <eliz@gnu.org>
10902
10903 Fix parallel builds: make sure loaddefs.el is not being written
10904 while Lisp files are compiled.
10905 (compile): Don't depend on 'mh-autoloads'.
10906 (compile-CMD, compile-SH): Depend on 'autoloads'.
10907 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10908
10909 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
10910
10911 2012-06-09 Chong Yidong <cyd@gnu.org>
10912
10913 * face-remap.el (face-remap-add-relative, face-remap-set-base)
10914 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10915 Doc fixes (Bug#11225).
10916
10917 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10920 a function if there's a clear indication that it has a compiler-macro.
10921 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10922 (macro-declarations-alist): Add arglist to declaration functions.
10923 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10924 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10925 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10926 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10927 Also add autoload to find the compiler macro.
10928 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10929 (cl--compiler-macro-member, cl--compiler-macro-assoc)
10930 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10931 (cl--compiler-macro-get): New functions, replacing calls to
10932 cl-define-compiler-macro.
10933 (cl-typep) [compiler-macro]: Use macroexp-let².
10934
10935 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
10936
10937 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10938 string properly, fixes Bug#11473.
10939
10940 2012-06-08 Chong Yidong <cyd@gnu.org>
10941
10942 * faces.el (set-face-attribute): Doc fix.
10943 (modify-face): Don't use :bold and :italic.
10944 (error, warning, success): Tweak definitions.
10945
10946 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10947 (custom-modified, custom-set, custom-changed, custom-themed)
10948 (custom-saved, custom-button, custom-button-mouse)
10949 (custom-button-pressed, custom-state, custom-comment-tag)
10950 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10951 (custom-group-subtitle): Use new-style face specs.
10952 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10953 (custom-set-face, custom-changed-face, custom-saved-face)
10954 (custom-button-face, custom-button-pressed-face)
10955 (custom-documentation-face, custom-state-face)
10956 (custom-comment-face, custom-comment-tag-face)
10957 (custom-variable-tag-face, custom-variable-button-face)
10958 (custom-face-tag-face, custom-group-tag-face-1)
10959 (custom-group-tag-face): Remove obsolete face alias.
10960
10961 * epa.el (epa-validity-high, epa-validity-medium)
10962 (epa-validity-low, epa-mark, epa-field-name, epa-string)
10963 (epa-field-name, epa-field-body):
10964 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10965 (font-lock-keyword-face, font-lock-builtin-face)
10966 (font-lock-function-name-face, font-lock-variable-name-face)
10967 (font-lock-type-face, font-lock-constant-face):
10968 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10969 (ido-virtual, ido-indicator, ido-incomplete-regexp):
10970 * speedbar.el (speedbar-button-face, speedbar-file-face)
10971 (speedbar-directory-face, speedbar-tag-face)
10972 (speedbar-selected-face, speedbar-highlight-face)
10973 (speedbar-separator-face):
10974 * whitespace.el (whitespace-newline, whitespace-space)
10975 (whitespace-hspace, whitespace-tab, whitespace-trailing)
10976 (whitespace-line, whitespace-space-before-tab)
10977 (whitespace-space-after-tab, whitespace-indentation)
10978 (whitespace-empty):
10979 * emulation/cua-base.el (cua-global-mark):
10980 * eshell/em-prompt.el (eshell-prompt):
10981 * net/newst-plainview.el (newsticker-new-item-face)
10982 (newsticker-old-item-face, newsticker-immortal-item-face)
10983 (newsticker-obsolete-item-face, newsticker-date-face)
10984 (newsticker-statistics-face, newsticker-default-face):
10985 * net/newst-reader.el (newsticker-feed-face)
10986 (newsticker-extra-face, newsticker-enclosure-face):
10987 * net/newst-treeview.el (newsticker-treeview-face)
10988 (newsticker-treeview-new-face, newsticker-treeview-old-face)
10989 (newsticker-treeview-immortal-face)
10990 (newsticker-treeview-obsolete-face)
10991 (newsticker-treeview-selection-face):
10992 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10993 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10994 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10995 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10996 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10997 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10998 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10999 (mpuz-text):
11000 * progmodes/vera-mode.el (vera-font-lock-number)
11001 (vera-font-lock-function, vera-font-lock-interface):
11002 * textmodes/table.el (table-cell): Use new-style face specs, and
11003 don't use the old :bold and :italic attributes.
11004
11005 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11006 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11007 (ebrowse-member-class, ebrowse-progress): Likewise.
11008 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11009 (ebrowse-file-name-face, ebrowse-default-face)
11010 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11011 (ebrowse-progress-face): Remove obsolete faces.
11012
11013 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11014 Inherit from error and warning faces respectively.
11015
11016 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11017 Likewise.
11018 (flyspell-incorrect-face, flyspell-duplicate-face):
11019 Remove obsolete aliases.
11020
11021 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11022
11023 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11024 Avoid infloop.
11025
11026 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * startup.el (argv, argi): Make lexically scoped.
11029 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11030 * emacs-lisp/cl-macs.el: Use lexical-binding.
11031 Rename cl-bind-* to cl--bind-*.
11032 * files.el: Don't require `cl' since it doesn't use it.
11033 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11034
11035 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11036
11037 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11038 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11039 instead of calling external sort utility.
11040 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11041
11042 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11043
11044 * descr-text.el (describe-char): Mention how to insert the
11045 character, if the current input method doesn't support it.
11046 See the discussion in this thread for the details:
11047 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11048
11049 2012-06-08 Sam Steingold <sds@gnu.org>
11050
11051 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11052 XF86Back to previous-buffer.
11053 (minibuffer-local-map): Bind them to next-history-element and
11054 previous-history-element respectively.
11055 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11056 help-go-back respectively.
11057 * info.el (Info-mode-map): Bind them to Info-history-forward and
11058 Info-history-back respectively.
11059 These are the keys next to Up on the ThinkPad keyboard.
11060
11061 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11064 * emacs-lisp/cl-macs.el: Provide itself.
11065 (cl--labels-convert-cache): New var.
11066 (cl--labels-convert): New function.
11067 (cl-flet, cl-labels): New implementation with new semantics, relying on
11068 lexical-binding.
11069 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11070 (cl-closure-vars, cl--function-convert-cache)
11071 (cl--function-convert): Move from cl-macs.el.
11072 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11073 rename by removing the "cl-" prefix.
11074 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11075
11076 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11079 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11080 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11081 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11082 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11083 (cl-hash-table-count): Add old compatibility aliases.
11084
11085 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11086 Use macroexpand-all-environment instead.
11087 (cl--old-macroexpand): New var.
11088 (cl--sm-macroexpand): New function.
11089 (cl-symbol-macrolet): Use it during macro expansion.
11090 (cl--function-convert-cache): New var.
11091 (cl--function-convert): New function, extracted from
11092 cl-macroexpand-all.
11093 (cl-lexical-let): Use it.
11094
11095 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11096 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11097 (cl-member): Remove old alias.
11098
11099 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11100 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11101 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11102 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11103 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11104 (cl-macroexpand-cmacs): Remove var.
11105 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11106 Use macroexpand-all instead.
11107
11108 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11111 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11112 (macroexp-copyable-p): New functions and macros.
11113 * emacs-lisp/edebug.el (edebug-unwrap):
11114 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11115 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11116 (pcase--let*): Remove.
11117 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11118 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11119 macroexp-const-p instead.
11120 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11121
11122 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11123 instead of "cl-" for internal definitions. Use macroexp-const-p.
11124 (cl-old-bc-file-form): Remove var.
11125 (cl-const-exprs-p): Remove fun.
11126 (cl-labels, cl-macrolet): Use backquote.
11127 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11128 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11129 (cl-define-setf-expander): Rename from cl-define-setf-method.
11130 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11131
11132 * international/mule-cmds.el: Don't require CL.
11133 (view-hello-file): Don't use `letf'.
11134
11135 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * tmm.el (tmm-prompt): Use string-prefix-p.
11138 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11139 (tmm-add-prompt): Use minibuffer-completion-help.
11140 (tmm-delete-map): Remove.
11141
11142 * subr.el (kbd): Make it its own function.
11143
11144 2012-06-07 Stefan Merten <smerten@oekonux.de>
11145
11146 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11147 Silence compiler warnings. Fix versions.
11148 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11149 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11150 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11151 (rst-package-emacs-version-alist): Correct Emacs version to
11152 represent major merge with upstream.
11153 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11154
11155 2012-06-06 Glenn Morris <rgm@gnu.org>
11156
11157 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11158 Only print environment variables if set.
11159
11160 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11163 (macroexp--cons): Rename from maybe-cons.
11164 (macroexp--accumulate): Rename from macroexp-accumulate.
11165 (macroexp--all-forms): Rename from macroexpand-all-forms.
11166 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11167 (macroexp--expand-all): Rename from macroexpand-all-1.
11168
11169 2012-06-06 Sam Steingold <sds@gnu.org>
11170
11171 * calendar/calendar.el (calendar-in-read-only-buffer):
11172 Call `special-mode' to enable the standard read-only keybindings.
11173
11174 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11177 with "loading" messages (bug#11635).
11178
11179 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11180
11181 * files.el (enable-remote-dir-locals): New option.
11182 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11183
11184 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11185 Ensure, that the temp directory is local.
11186
11187 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11188 `temporary-file-directory'.
11189
11190 * progmodes/python.el (python-send-region): Ensure, that the
11191 temporary file is created also in the remote case.
11192
11193 2012-06-06 Glenn Morris <rgm@gnu.org>
11194
11195 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11196 (vc-rcs-update-changelog): Use it.
11197
11198 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11199
11200 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11201 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11202 (vc-sccs-diff): Replace use of the external vcdiff script.
11203
11204 2012-06-05 Glenn Morris <rgm@gnu.org>
11205
11206 * ledit.el: Move to obsolete/.
11207
11208 2012-06-05 Sam Steingold <sds@gnu.org>
11209
11210 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11211 patch (Bug#11140).
11212
11213 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * emacs-lisp/cust-print.el: Move to obsolete.
11216
11217 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11218 compiler-macro expansion.
11219
11220 Add native compiler-macro support.
11221 * emacs-lisp/macroexp.el (macroexpand-all-1):
11222 Support compiler-macros directly. Properly follow aliases and apply
11223 the compiler macros more thoroughly.
11224 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11225 macroexpand now properly follows aliases.
11226 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11227 (cl-compiler-macroexpand): Use new prop.
11228 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11229
11230 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11231
11232 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11233
11234 * window.el (get-lru-window, get-mru-window, get-largest-window):
11235 New argument NOT-SELECTED to avoid picking the selected window.
11236 (window--display-buffer-1, window--display-buffer-2): Replace by
11237 new function window--display-buffer
11238 (display-buffer-same-window, display-buffer-reuse-window)
11239 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11240 Use window--display-buffer.
11241 (display-buffer-use-some-window): Remove temporary dedication
11242 hack by calling get-lru-window and get-largest-window with
11243 NOT-SELECTED argument non-nil. Call window--display-buffer.
11244
11245 2012-06-05 Glenn Morris <rgm@gnu.org>
11246
11247 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11248 Replace external vcdiff script.
11249
11250 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11253
11254 2012-06-04 Chong Yidong <cyd@gnu.org>
11255
11256 * image.el (imagemagick-types-inhibit): Revert last change.
11257 Add INFO and M.
11258 (imagemagick-enabled-types): Remove CIN and EPS*.
11259
11260 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * emacs-lisp/cl-lib.el: Rename from cl.el.
11263 * emacs-lisp/cl.el: New compatibility file.
11264 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11265 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11266 to obey the "cl-" prefix.
11267 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11268
11269 2012-06-03 Glenn Morris <rgm@gnu.org>
11270
11271 * emacs-lisp/authors.el (authors-aliases): Addition.
11272
11273 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11274 Fix :version.
11275
11276 2012-06-03 Stefan Merten <smerten@oekonux.de>
11277
11278 * textmodes/rst.el: Add comments.
11279 (rst-transition, rst-adornment): New faces.
11280 (rst-adornment-faces-alist): Make default safe to reevaluate.
11281 Fixes
11282 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11283 Improve customization tags.
11284 (rst-define-level-faces): Clarify meaning.
11285
11286 2012-06-03 Chong Yidong <cyd@gnu.org>
11287
11288 * progmodes/compile.el (compilation-mode-line-fail)
11289 (compilation-mode-line-run, compilation-mode-line-exit):
11290 New faces.
11291 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11292
11293 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11294
11295 * progmodes/which-func.el (which-func-update-ediff-windows):
11296 New function. Use it in ediff-select-hook (Bug#11478).
11297
11298 2012-06-03 Chong Yidong <cyd@gnu.org>
11299
11300 * bindings.el: Remove explicit help text from format-mode-line.
11301 It is now supplied by mode-line-default-help-echo.
11302 (mode-line-front-space, mode-line-end-spaces)
11303 (mode-line-misc-info): New variables.
11304 (mode-line-modes, mode-line-position): Move the default value to
11305 the variable definition.
11306 (mode-line-default-help-echo): New defcustom.
11307 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11308 (mode-line-modified-help-echo): New functions.
11309 (mode-line-mule-info, mode-line-modified): Use them.
11310 (mode-line-eol-desc, propertized-buffer-identification):
11311 Consistency fixes for help text.
11312 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11313 set-buffer-file-coding-system (Bug#289).
11314 (mode-line-mule-info-help-echo): Update help text.
11315
11316 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * simple.el (execute-extended-command): Set real-this-command
11319 (bug#11506).
11320
11321 2012-06-02 Chong Yidong <cyd@gnu.org>
11322
11323 Remove incorrect uses of "modeline" in comments, docstrings, and
11324 function/variable names (Bug#10329).
11325
11326 * cus-edit.el (mode-line):
11327 * dframe.el (dframe-mouse-hscroll):
11328 * emacs-lisp/re-builder.el:
11329 * emacs-lisp/easy-mmode.el (define-minor-mode):
11330 * frame.el (set-frame-name):
11331 * help.el (lookup-minor-mode-from-indicator):
11332 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11333 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11334 (c-toggle-hungry-state):
11335 * progmodes/antlr-mode.el (antlr-language-alist):
11336 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11337 * progmodes/vhdl-mode.el (vhdl-mode):
11338 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11339 * term/ns-win.el (ns-face-at-pos):
11340 * term/sup-mouse.el (sup-mouse-report):
11341 * textmodes/flyspell.el (flyspell-mode-line-string):
11342 * textmodes/ispell.el (ispell-highlight-face):
11343 * textmodes/reftex-global.el:
11344 * vc/vc-arch.el (vc-arch-mode-line-string):
11345 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11346 * vc/vc-git.el (vc-git-mode-line-string):
11347 * vc/vc-hooks.el (vc-display-status)
11348 (vc-default-mode-line-string):
11349 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11350
11351 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11352
11353 * dired.el (dired-sort-set-mode-line): Rename from
11354 dired-sort-set-modeline. All callers changed.
11355
11356 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11357 eshell-status-in-modeline.
11358
11359 * foldout.el (foldout-mode-line-string): Rename from
11360 foldout-modeline-string. All callers changed.
11361 (foldout-update-mode-line): Rename from foldout-update-modeline.
11362
11363 * subr.el (redraw-modeline): Make into obsolete alias.
11364
11365 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11366 timeclock-modeline-display. Make old name an alias.
11367 (timeclock-update-mode-line): Likewise. All callers changed.
11368 (timeclock-mode-line-display): No need to check before using
11369 add-hook.
11370 (timeclock-relative, timeclock-day-over-hook)
11371 (timeclock-use-elapsed, timeclock-mode-string)
11372 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11373
11374 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11375 crisp-mode-modeline-string.
11376
11377 * play/solitaire.el (solitaire-build-mode-line): Rename from
11378 solitaire-build-modeline. All callers changed.
11379
11380 * play/zone.el (zone-hiding-mode-line): Rename from
11381 zone-hiding-modeline. All callers changed.
11382 (zone): Remove unusued `modeline-hidden-level' property.
11383
11384 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11385 xscheme-modeline-initialize. All callers changed.
11386
11387 * strokes.el (strokes-lighter): Rename from
11388 strokes-modeline-string.
11389
11390 * textmodes/sgml-mode.el (html-face-tag-alist)
11391 (html-tag-face-alist): Use mode-line face instead of obsolete
11392 alias modeline.
11393
11394 2012-06-02 Stefan Merten <smerten@oekonux.de>
11395
11396 * textmodes/rst.el: Always require `cl'.
11397 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11398
11399 2012-06-02 Chong Yidong <cyd@gnu.org>
11400
11401 * image.el (imagemagick-enabled-types): Rename from
11402 imagemagick-types-enable. Add many more types.
11403 (imagemagick-types-inhibit): Change default to nil.
11404 (imagemagick-filter-types): Caller changed.
11405
11406 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11407
11408 * emacs-lisp/cl-macs.el: Use backquotes.
11409 (cl-transform-function-property): Use eval-and-compile rather than
11410 abusing `require'.
11411 (defstruct): Use declare-function instead of with-no-warnings.
11412
11413 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11414 (byte-compile-output-docform): Re-add the print-circle bindings.
11415 (byte-compile-fix-header): Use #$ just because it's shorter.
11416 (byte-compile-output-file-form): Remove defun/defmacro.
11417
11418 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11419
11420 * simple.el (choose-completion): Remove now obsolete binding for
11421 owindow.
11422
11423 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11424
11425 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11426 in order to avoid "Stack overflow in regexp matcher".
11427
11428 2012-05-31 Glenn Morris <rgm@gnu.org>
11429
11430 * image.el: For clarity, call imagemagick-register-types at
11431 top-level, rather than relying on a custom :initialize.
11432 (imagemagick-types-enable): New option. (Bug#11557)
11433 (imagemagick-filter-types): New function. (Bug#7406)
11434 (imagemagick-register-types): Use imagemagick-filter-types.
11435 If disabling support, remove elements altogether rather
11436 than using an impossible regexp.
11437 (imagemagick-types-inhibit): Give it the default init function.
11438
11439 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11442 Handle arbitrary file name lengths (Bug#11585).
11443
11444 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11445
11446 * desktop.el (desktop-read): Clear previous and next buffers for
11447 all windows and bury *Messages* buffer (bug#11556).
11448
11449 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 Add `declare' for `defun'. Align `defmacro's with it.
11452 * emacs-lisp/easy-mmode.el (define-minor-mode)
11453 (define-globalized-minor-mode): Don't autoload the var definitions.
11454 * emacs-lisp/byte-run.el: Use lexical-binding.
11455 (defun-declarations-alist, macro-declarations-alist): New vars.
11456 (defmacro, defun): Use them.
11457 (make-obsolete, define-obsolete-function-alias)
11458 (make-obsolete-variable, define-obsolete-variable-alias):
11459 Use `declare'.
11460 (macro-declaration-function): Mark obsolete.
11461 * emacs-lisp/autoload.el: Use lexical-binding.
11462 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11463
11464 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11465
11466 * textmodes/ispell.el (ispell-with-no-warnings):
11467 Define as a macro.
11468 (ispell-kill-ispell, ispell-change-dictionary):
11469 Use `called-interactively-p' for Emacs instead of obsolete
11470 `interactive-p'.
11471
11472 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11475 (macro-declaration-function): Move var from C code.
11476 (macro-declaration-function): Define function with defalias.
11477 * emacs-lisp/macroexp.el (macroexpand-all-1):
11478 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11479 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11480 defun/defmacro any more.
11481 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11482 Provide fallback for unknown arglist.
11483 (byte-compile-arglist-warn): Change calling convention.
11484 (byte-compile-output-file-form): Move print-vars binding.
11485 (byte-compile-output-docform): Simplify accordingly.
11486 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11487 (byte-compile-defmacro-declaration): Remove.
11488 (byte-compile-file-form-defmumble): Generalize to defalias.
11489 (byte-compile-output-as-comment): Return byte-positions.
11490 Simplify callers accordingly.
11491 (byte-compile-lambda): Use `assert'.
11492 (byte-compile-defun, byte-compile-defmacro): Remove.
11493 (byte-compile-file-form-defalias):
11494 Use byte-compile-file-form-defmumble.
11495 (byte-compile-defalias-warn): Remove.
11496
11497 2012-05-29 Stefan Merten <smerten@oekonux.de>
11498
11499 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11500 possible. Fix authors. Improve comments. Improve loading of `cl'.
11501
11502 (rst-mode-abbrev-table): Merge definition.
11503 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11504 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11505
11506 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11507
11508 * calendar/icalendar.el
11509 (icalendar-export-region): Export UID properly.
11510
11511 2012-05-29 Leo Liu <sdl.web@gmail.com>
11512 * calendar/icalendar.el (icalendar-import-format):
11513 Add `icalendar-import-format-uid' (Bug#11525).
11514 (icalendar-import-format-uid): New.
11515 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11516 Export UID.
11517
11518 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11521 different alternative patterns.
11522 (pcase-codegen): Be more careful to preserve identity.
11523 (pcase--u1): Don't forget to mark vars as used.
11524
11525 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11526 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11527 (byte-compile-from-buffer): ...rather than here.
11528
11529 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11530 functions from byte-compile-function-environment.
11531
11532 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11533
11534 * window.el (window-deletable-p): Avoid deleting the root window
11535 of a frame with an active minibuffer.
11536
11537 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11538
11539 * simple.el (choose-completion): Use quit-window (Bug#11567).
11540
11541 2012-05-29 Chong Yidong <cyd@gnu.org>
11542
11543 * whitespace.el (whitespace-cleanup): Fix usage of
11544 whitespace-empty-at-bob-regexp (Bug#11492).
11545
11546 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11547
11548 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11549 revert (Bug#11488).
11550
11551 2012-05-29 Juri Linkov <juri@jurta.org>
11552
11553 * isearch.el (isearch-mode-map): Bind `M-s _' to
11554 `isearch-toggle-symbol'. Bind `M-s c' to
11555 `isearch-toggle-case-fold'.
11556 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11557 (isearch-forward): Add `M-s _' to the docstring.
11558 (isearch-forward-symbol, isearch-toggle-case-fold)
11559 (isearch-symbol-regexp): New functions. (Bug#11381)
11560
11561 2012-05-29 Juri Linkov <juri@jurta.org>
11562
11563 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11564 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11565 a function, call it to get the regexp.
11566 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11567 property `isearch-message-prefix' instead of the string "word ".
11568 (isearch-search-fun-default): For the case of `isearch-word',
11569 return a lambda that calls re-search-forward/re-search-backward
11570 with a regexp returned by `word-search-regexp' or by the function
11571 in `isearch-word'.
11572
11573 2012-05-29 Juri Linkov <juri@jurta.org>
11574
11575 * isearch.el (isearch-search-fun-default): New function.
11576 (isearch-search-fun): Move default part to the new function
11577 `isearch-search-fun-default'.
11578 (isearch-search-fun-function): Set the default value to
11579 `isearch-search-fun-default'. (Bug#11381)
11580
11581 * comint.el (comint-history-isearch-end):
11582 Use `isearch-search-fun-default'.
11583 (comint-history-isearch-search): Use `isearch-search-fun-default'
11584 and remove spacial case for `isearch-word'.
11585 (comint-history-isearch-wrap): Remove spacial case for
11586 `isearch-word'.
11587
11588 * hexl.el (hexl-isearch-search-function):
11589 Use `isearch-search-fun-default'.
11590
11591 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11592 Use `word-search-regexp' for `isearch-word'.
11593
11594 * misearch.el (multi-isearch-search-fun):
11595 Use `isearch-search-fun-default'.
11596
11597 * simple.el (minibuffer-history-isearch-search):
11598 Use `isearch-search-fun-default' and remove spacial case for
11599 `isearch-word'.
11600 (minibuffer-history-isearch-wrap): Remove spacial case for
11601 `isearch-word'.
11602
11603 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11604 Remove spacial case for `isearch-word'.
11605 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11606
11607 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11608
11609 Decrease XEmacs incompatibilities.
11610 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11611 Use `string-match'.
11612 (flyspell-delete-region-overlays): Use alternative definition for
11613 XEmacs.
11614 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11615 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11616 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11617 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11618 `define-obsolete-face-alias' under XEmacs, but old method.
11619
11620 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11621 `with-no-warnings' definition or Emacs alias.
11622 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11623 (ispell-word): Do not use `region-p' if XEmacs.
11624
11625 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11626
11627 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11628 Check for `ispell-dictionary-base-alist' instead of full
11629 `ispell-dictionary-alist'.
11630 (ispell-init-process): Show spellchecker when starting new Ispell
11631 process.
11632
11633 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11636 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11637
11638 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * version.el (motif-version-string, gtk-version-string)
11641 (ns-version-string): Declare.
11642
11643 2012-05-27 Juri Linkov <juri@jurta.org>
11644
11645 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11646 after the `eval-defun-1' specialcaseing
11647 like in `edebug-eval-defun' (bug#10181).
11648
11649 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11650 like in `eval-defun-1'.
11651
11652 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11653
11654 * mail/sendmail.el (mail-yank-region):
11655 Recognize rmail-yank-current-message in addition to insert-buffer.
11656 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11657 a *mail* buffer created through rmail-start-mail with sendmail as
11658 mail-user-agent.
11659
11660 2012-05-27 Chong Yidong <cyd@gnu.org>
11661
11662 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11663 Default to 256 (Bug#11267).
11664
11665 * help.el (describe-mode): Doc fix.
11666
11667 2012-05-26 Glenn Morris <rgm@gnu.org>
11668
11669 * w32-fns.el (w32-init-info): Remove.
11670 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11671
11672 * info.el (info-initialize): For self-contained NS builds, put the
11673 included info/ directory at the front. (Bug#2791)
11674
11675 * paths.el (Info-default-directory-list): Make it a defcustom,
11676 mainly so that we can use custom-initialize-delay.
11677
11678 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * subr.el (buffer-has-markers-at): Mark obsolete.
11681
11682 * subr.el (lambda): Use declare.
11683
11684 * emacs-lisp/lisp-mode.el (lambda):
11685 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11686
11687 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11688
11689 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11690
11691 2012-05-26 Glenn Morris <rgm@gnu.org>
11692
11693 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11694
11695 2012-05-25 Glenn Morris <rgm@gnu.org>
11696
11697 * paths.el: Remove no-byte-compile.
11698 * loadup.el: No need to load paths.el uncompiled.
11699
11700 * image.el (imagemagick-types-inhibit): Doc fix.
11701
11702 * version.el: Remove no-byte-compile and associated formatting.
11703 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11704 is ancient code from when there was an "inc-vers.el".
11705
11706 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * progmodes/gdb-mi.el: Minor style changes.
11709 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11710 Turn into minor modes.
11711 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11712 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11713 (gdb-shell): Remove unneeded let-binding.
11714 (gdb-get-many-fields): Eliminate O(n²) behavior.
11715
11716 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11717
11718 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11719 platforms that don't link in fontset.c.
11720
11721 2012-05-25 Juri Linkov <juri@jurta.org>
11722
11723 Use the same diff color scheme as in modern VCSes (bug#10181).
11724
11725 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11726 to avoid confusion with `diff-added' that now uses green colors.
11727 (diff-removed): Use shades of red.
11728 (diff-added): Use shades of green.
11729 (diff-changed): Leave just the yellow color.
11730 (diff-use-changed-face): New variable.
11731 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11732 how to highlight context diff changes.
11733 (diff-refine-change): Use shades of yellow.
11734 (diff-refine-removed): New face that uses shades of red.
11735 (diff-refine-added): New face that uses shades of green.
11736 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11737 `diff-refine-removed' in the call to `smerge-refine-subst'
11738 depending on the value of `diff-use-changed-face'.
11739
11740 * vc/smerge-mode.el (smerge-mine): Use shades of red.
11741 (smerge-other): Use shades of green.
11742 (smerge-base): Use shades of yellow.
11743 (smerge-refined-change): Empty face.
11744 (smerge-refined-removed): New face that uses shades of red.
11745 (smerge-refined-added): New face that uses shades of green.
11746 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
11747 args `props-r' and `props-a', and use them. Doc fix.
11748 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11749 on its value use different faces `smerge-refined-change',
11750 `smerge-refined-removed', `smerge-refined-added' in the call to
11751 `smerge-refine-subst'.
11752
11753 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11754 Add face condition `min-colors 88' with shades of red.
11755 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11756 `min-colors 88' with shades of green.
11757 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11758 `min-colors 88' with shades of yellow.
11759
11760 2012-05-24 Glenn Morris <rgm@gnu.org>
11761
11762 * paths.el (prune-directory-list, remote-shell-program): Move to...
11763 * files.el (prune-directory-list, remote-shell-program): ...here.
11764 For the latter, delay initialization, prefer ssh, just search PATH.
11765
11766 * paths.el (term-file-prefix): Move to faces.el (the only user).
11767 * faces.el (term-file-prefix): Move here, make it a defcustom.
11768
11769 * paths.el (news-directory, news-path, news-inews-program):
11770 Move to gnus/nnspool.el.
11771
11772 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11773
11774 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11775 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11776 Make the latter a defcustom, with a delayed initialization.
11777
11778 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11779 These were deleted from Gnus itself late 2010.
11780
11781 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11782
11783 * progmodes/which-func.el (which-func-ff-hook):
11784 Check against user-error, not error.
11785
11786 * emacs-lisp/edebug.el (top): Do not load or set up loading of
11787 cl-specs.el, which no longer exists.
11788
11789 2012-05-22 Glenn Morris <rgm@gnu.org>
11790
11791 * info.el (info-emacs-bug): New command.
11792 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11793 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11794
11795 2012-05-21 Glenn Morris <rgm@gnu.org>
11796
11797 * makefile.w32-in (update-subdirs-SH):
11798 * Makefile.in (update-subdirs): Update for moved update-subdirs.
11799
11800 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11803
11804 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11805 Simplify Maven regexp, and make sure the file can't start with a space
11806 (bug#11517).
11807
11808 2012-05-21 Glenn Morris <rgm@gnu.org>
11809
11810 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11811 Scrap superfluous subshells.
11812
11813 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11816 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11817
11818 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
11819
11820 * calc/calc.el (calc-ensure-consistent-units): New variable.
11821
11822 * calc/calc-units.el (math-consistent-units-p)
11823 (math-check-unit-consistency): New functions.
11824 (calc-quick-units, calc-convert-units):
11825 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11826 is non-nil.
11827 (calc-extract-units): Fix typo.
11828
11829 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11832
11833 * textmodes/flyspell.el: Commenting style, plus code simplifications.
11834 (flyspell-default-deplacement-commands): Don't spell check after
11835 repeated window/frame switches (e.g. triggered by mouse-movement).
11836 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11837 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11838 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11839 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11840 Remove unused vars.
11841 (flyspell-get-casechars, flyspell-get-not-casechars):
11842 Simplify; Don't bother removing a ] just to add it back.
11843 * textmodes/ispell.el (ispell-program-name): Use executable-find.
11844
11845 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11846
11847 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11848 New functions.
11849 (math-function-table): Add support for more C functions.
11850
11851 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11852
11853 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11854 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11855 Protect delay handling for otherchars against empty otherchars.
11856
11857 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11860 their respective macro declarations.
11861 * skeleton.el (define-skeleton):
11862 * progmodes/compile.el (define-compilation-mode):
11863 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11864 (define-ibuffer-filter):
11865 * emacs-lisp/generic.el (define-generic-mode):
11866 * emacs-lisp/easy-mmode.el (define-minor-mode)
11867 (define-globalized-minor-mode):
11868 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11869 * emacs-lisp/byte-run.el (defsubst):
11870 * custom.el (deftheme): Add doc-string metadata.
11871
11872 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11875
11876 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11879
11880 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11881 * emacs-lisp/cl-macs.el: Idem.
11882 * emacs-lisp/cl-specs.el: Remove.
11883
11884 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 Minor renaming of internal CL functions and variables.
11887 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11888 (cl--position): Rename from cl-position.
11889 (cl--delete-duplicates): Rename from cl-delete-duplicates.
11890 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11891 (cl--random-state): Rename from *random-state*.
11892
11893 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11896 parens around the arg list (bug#11499).
11897
11898 2012-05-17 Juri Linkov <juri@jurta.org>
11899
11900 * isearch.el (word-search-regexp, word-search-backward)
11901 (word-search-forward, word-search-backward-lax)
11902 (word-search-forward-lax): Move functions from search.c
11903 (bug#10145, bug#11381).
11904
11905 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11906
11907 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11908 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11909 Delay for otherchars as for normal word components.
11910
11911 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * minibuffer.el (completion--sifn-requote): Fix last change.
11914 (minibuffer-local-must-match-filename-map):
11915 Move define-obsolete-variable-alias before its var.
11916
11917 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11920
11921 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11922 behavior.
11923 (completion--string-equal-p): New function.
11924 (completion--twq-all): Use it to get better assertion failure data.
11925
11926 Only handle ".." and '..' quoting in shell-mode (bug#11466).
11927 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11928 (shell--requote-argument): New functions.
11929 (shell-completion-vars): Use them.
11930 (shell--parse-pcomplete-arguments): Rename from
11931 shell-parse-pcomplete-arguments.
11932 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
11933 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11934 Obey comint-file-name-quote-list.
11935
11936 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11937 (smie-indent-keyword): Use it.
11938
11939 2012-05-14 Stefan Merten <smerten@oekonux.de>
11940
11941 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11942
11943 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * net/rlogin.el (rlogin-mode-map): Fix last change.
11946
11947 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
11948
11949 * mail/smtpmail.el (smtpmail-send-command): Send the command and
11950 the following \r\n using a single `process-send-string', since the
11951 Lotus SMTP server refuses to accept any commands if they are sent
11952 with two `process-send-string's (Bug#11444).
11953
11954 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * shell.el (shell-parse-pcomplete-arguments):
11957 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11958
11959 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11960
11961 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11962 (image-transform-scale, image-transform-right-angle-fudge): New vars.
11963 (image-transform-width, image-transform-fit-width): New functions.
11964 (image-transform-properties): Use them.
11965 (image-transform-check-size): New function.
11966 (image-toggle-display-image): Use it (for testing).
11967 (image-transform-set-rotation): Reduce angle mod 360.
11968 Delete obsolete comment.
11969
11970 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11971
11972 * image-mode.el: Fix scaling (bug#11399).
11973 (image-transform-resize): Doc fix.
11974 (image-transform-properties): Default scale is 1 and height should
11975 be an integer.
11976
11977 2012-05-13 Johan Bockgård <bojohan@gnu.org>
11978
11979 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11980 than hard-coding `car', to fix misbehavior when moving forward.
11981
11982 2012-05-13 Chong Yidong <cyd@gnu.org>
11983
11984 * emacs-lisp/tabulated-list.el (tabulated-list-format)
11985 (tabulated-list-entries, tabulated-list-padding)
11986 (tabulated-list-sort-key): Make permanent-local.
11987
11988 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11989 (electric-buffer-list): Put electric buffer menu
11990 command descriptions in this docstring, instead of the docstring
11991 of electric-buffer-menu-mode. Code cleanups.
11992 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
11993 Electric-buffer-menu-mode.
11994 (electric-buffer-update-highlight): Minor code cleanup.
11995
11996 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
11997
11998 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11999 (Bug#11447)
12000
12001 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 Move define-obsolete-variable-alias before the var's definition.
12004 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12005 * tooltip.el (tooltip-hook):
12006 * textmodes/reftex-toc.el (reftex-toc-map):
12007 * textmodes/reftex-sel.el (reftex-select-label-map)
12008 (reftex-select-bib-map):
12009 * textmodes/reftex-index.el (reftex-index-map)
12010 (reftex-index-phrases-map):
12011 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12012 * progmodes/meta-mode.el (meta-mode-map):
12013 * novice.el (disabled-command-hook):
12014 * loadhist.el (unload-hook-features-list):
12015 * frame.el (blink-cursor):
12016 * files.el (find-file-not-found-hooks, write-file-hooks)
12017 (write-contents-hooks):
12018 * emulation/tpu-edt.el (GOLD-map):
12019 * emacs-lock.el (emacs-lock-from-exiting):
12020 * emacs-lisp/generic.el (generic-font-lock-defaults):
12021 * emacs-lisp/chart.el (chart-map):
12022 * dos-fns.el (register-name-alist):
12023 * dired-x.el (dired-omit-files-p):
12024 * desktop.el (desktop-enable):
12025 * cus-edit.el (custom-mode-hook):
12026 * buff-menu.el (buffer-menu-mode-hook):
12027 * bookmark.el (bookmark-read-annotation-text-func)
12028 (bookmark-exit-hooks):
12029 * allout.el (allout-mode-deactivate-hook)
12030 (allout-exposure-change-hook, allout-structure-added-hook)
12031 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12032 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12033 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12034 comes before the corresponding variable's definition.
12035
12036 2012-05-12 Chong Yidong <cyd@gnu.org>
12037
12038 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12039 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12040 (Buffer-menu-mode-map): Bind it.
12041 (Buffer-menu--pretty-name): Add a mouse-face property.
12042
12043 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12046 (prolog-upper-case-string, prolog-lower-case-string)
12047 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12048 (prolog-use-smie, prolog-smie-grammar): New vars.
12049 (prolog-smie-forward-token, prolog-smie-backward-token)
12050 (prolog-smie-rules): New funs.
12051 (prolog-comment-indent): Remove.
12052 (prolog-mode-variables): Use default comment indentation instead.
12053 Setup SMIE.
12054 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12055 (prolog-mode): Don't call them any more.
12056 (prolog-electric-colon, prolog-electric-dash)
12057 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12058
12059 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12060
12061 * minibuffer.el (completion--twq-all): Again, allow case differences.
12062
12063 * term.el: Move keymap initialization code to be more idiomatic.
12064 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12065 (term-terminal-menu): Move initialization into declaration.
12066 (term-escape-char): Let the user set it in her .emacs.
12067
12068 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12069 Provide SMIE-based indentation (not enabled by default yet).
12070 (sh-mode-map): Don't bind electric keys.
12071 Use electric-pair-mode instead of skeleton-pair.
12072 (sh-assignment-regexp): Fit within 80 columns.
12073 (sh-indent-supported): Specify actual shell name instead of boolean.
12074 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12075 (sh-maybe-here-document): Use it. Make obsolete.
12076 (sh-electric-here-document-mode) New minor mode.
12077 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12078 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12079 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12080 (sh-smie-rc-grammar, sh-use-smie): New vars.
12081 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12082 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12083 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12084 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12085 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12086 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12087 (sh-set-shell): Use smie-setup if requested.
12088
12089 * term.el (term-set-escape-char): Properly set term-escape-char.
12090 See http://stackoverflow.com/questions/10524656.
12091
12092 2012-05-10 Chong Yidong <cyd@gnu.org>
12093
12094 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12095 Use url-generic-parse-url, and handle host names and Windows
12096 filenames properly.
12097 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12098 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12099 URL schemes to work on.
12100 (ffap--toggle-read-only): New function.
12101 (ffap-read-only, ffap-read-only-other-window)
12102 (ffap-read-only-other-frame): Use it.
12103 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12104 necessary for ffap-url-unwrap-remote.
12105
12106 2012-05-10 Dave Abrahams <dave@boostpro.com>
12107
12108 * cus-start.el (create-lockfiles): Add it.
12109
12110 2012-05-09 Chong Yidong <cyd@gnu.org>
12111
12112 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12113 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12114
12115 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12118
12119 2012-05-09 Chong Yidong <cyd@gnu.org>
12120
12121 * ansi-color.el (ansi-color-process-output): Check for validity of
12122 comint-last-output-start before using it. This avoids a bad
12123 interaction with gdb-mi's input/output buffer.
12124
12125 2012-05-09 Glenn Morris <rgm@gnu.org>
12126
12127 * files.el (dir-locals-read-from-file):
12128 Mention dir-locals in any error message.
12129
12130 2012-05-09 Chong Yidong <cyd@gnu.org>
12131
12132 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12133 package (Bug#11410).
12134
12135 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12136 variables into description.
12137
12138 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12141 shell-delimiter-argument-list (bug#11348).
12142 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12143
12144 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12145
12146 * textmodes/rst.el: Silence byte-compiler warnings.
12147 (rst-re-alist, rst-reset-section-caches): Move around.
12148 (rst-re): Use `characterp', not `char-valid-p'.
12149 (font-lock-beg, font-lock-end): Declare.
12150
12151 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12152 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12153
12154 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12155
12156 2012-05-08 Glenn Morris <rgm@gnu.org>
12157
12158 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12159
12160 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * vc/log-edit.el: Add GNU coding standards highlighting.
12163 (log-edit-font-lock-gnu-style)
12164 (log-edit-font-lock-gnu-keywords): New vars.
12165 (log-edit-font-lock-keywords): New fun.
12166 (log-edit-mode): Don't fold case in font-lock.
12167 (log-edit-font-lock-keywords): Do not assume case-folding.
12168
12169 * imenu.el: Misc cleanup. Make docstrings out of comments.
12170 Use lexical-binding.
12171 (imenu--index-alist, imenu--last-menubar-index-alist)
12172 (imenu-menubar-modified-tick): Use defvar-local.
12173 (imenu--split-menu): Remove unused var.
12174 (imenu--cleanup-seen): Declare as global.
12175 (imenu--cleanup): Use dolist.
12176
12177 * subr.el (defvar-local): Add debug spec and doc-string position.
12178
12179 2012-05-08 Glenn Morris <rgm@gnu.org>
12180
12181 * language/burmese.el, language/cham.el, language/czech.el:
12182 * language/english.el, language/georgian.el, language/greek.el:
12183 * language/japanese.el, language/khmer.el, language/korean.el:
12184 * language/lao.el, language/misc-lang.el, language/romanian.el:
12185 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12186 * language/thai.el, language/utf-8-lang.el:
12187 Remove no-byte-compile setting.
12188
12189 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12190
12191 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12192
12193 * progmodes/make-mode.el (makefile-browse):
12194 Remove unnecessary interactive. (Bug#11324)
12195
12196 2012-05-07 Glenn Morris <rgm@gnu.org>
12197
12198 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12199
12200 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12201
12202 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 * loadup.el: Preload newcomment.el.
12205 * newcomment.el: Move autoload-only code to toplevel.
12206
12207 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12208 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12209 Handle new :right-align column property.
12210 (tabulated-list-print-col): Idem, plus use `display' text-property to
12211 try and preserve alignment for variable pitch fonts.
12212
12213 2012-05-07 Chong Yidong <cyd@gnu.org>
12214
12215 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12216 (tabulated-list-use-header-line): New var.
12217 (tabulated-list-init-header): Use it.
12218 (tabulated-list-print-fake-header): New function.
12219 (tabulated-list-print): Use it.
12220 (tabulated-list-sort-button-map): Add non-header-line commands.
12221 (tabulated-list-init-header): Add column name property to basic
12222 labels as well.
12223 (tabulated-list-col-sort): Handle non-header-line button case.
12224 (tabulated-list--sort-by-column-name): Fix a corner case.
12225
12226 * buff-menu.el (list-buffers--refresh):
12227 Handle Buffer-menu-use-header-line.
12228
12229 2012-05-06 Chong Yidong <cyd@gnu.org>
12230
12231 * buff-menu.el: Convert to Tabulated List mode.
12232 (Buffer-menu-buffer+size-width): Make obsolete.
12233 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12234 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12235 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12236 documentation into docstring of buffer-menu.
12237 (Buffer-menu-toggle-files-only): Add an informative message.
12238 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12239 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12240 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12241 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12242 (Buffer-menu-execute, Buffer-menu-select)
12243 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12244 (Buffer-menu-bury): Use Tabulated List machinery.
12245 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12246 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12247 Delete.
12248 (list-buffers--refresh): New function.
12249 (list-buffers-noselect): Use it.
12250 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12251 (Buffer-menu--pretty-file-name): New helper functions.
12252
12253 * loadup.el: Preload tabulated-list.
12254
12255 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12256 tabulated-list-sort-column.
12257 (tabulated-list-init-header): Add the initial aligning space even
12258 if tabulated-list-padding is zero.
12259
12260 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12261
12262 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12263 whose cdr is not a cons cell correctly (bug#11038).
12264
12265 2012-05-06 Chong Yidong <cyd@gnu.org>
12266
12267 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12268 Accept additional plist in column descriptors.
12269 (tabulated-list-init-header): Obey it.
12270 (tabulated-list-get-entry): New function.
12271 (tabulated-list-put-tag): Use it. Use string-width instead of
12272 length.
12273 (tabulated-list--column-number): New function.
12274 (tabulated-list-print): Use it.
12275 (tabulated-list-print-col): New function.
12276 Set `tabulated-list-column-name' property on each column's text.
12277 (tabulated-list-print-entry): Use it.
12278 (tabulated-list-delete-entry, tabulated-list-set-col):
12279 New functions.
12280 (tabulated-list-sort-column): New command (Bug#11337).
12281
12282 * buff-menu.el (list-buffers): Move C-x C-b binding from
12283 buff-menu.el to bindings.el.
12284
12285 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12286 :advertised-binding feature.
12287
12288 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12289
12290 * progmodes/compile.el (compilation-internal-error-properties):
12291 Calculate start position correctly when end-col is set but
12292 end-line is not (Bug#11382).
12293
12294 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12295
12296 * man.el (Man-unindent): Use text-property-default-nonsticky to
12297 prevent untabify from inheriting face properties (Bug#11408).
12298
12299 2012-05-05 Stefan Merten <smerten@oekonux.de>
12300
12301 * textmodes/rst.el: Major merge with upstream development up to
12302 Docutils SVN r7399 / rst.el V1.2.1.
12303
12304 Clarify maintainership and authors.
12305
12306 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12307 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12308 (rst-official-version, rst-official-cvs-rev, rst-version)
12309 (rst-package-emacs-version-alist): New functions and variables
12310 for version information.
12311
12312 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12313 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12314 (rst-mode-syntax-table, rst-mode): New and corrected functions
12315 and variables representing reStructuredText features.
12316
12317 (rst-re): New function for reStructuredText regexes. Use in
12318 many places.
12319
12320 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12321 (rst-mode-map): Rebind keys.
12322
12323 (rst-mode-lazy, rst-font-lock-keywords)
12324 (rst-font-lock-extend-region)
12325 (rst-font-lock-extend-region-internal)
12326 (rst-font-lock-extend-region-extend)
12327 (rst-font-lock-find-unindented-line-limit)
12328 (rst-font-lock-find-unindented-line-match)
12329 (rst-adornment-level, rst-font-lock-adornment-level)
12330 (rst-font-lock-adornment-match)
12331 (rst-font-lock-handle-adornment-pre-match-form)
12332 (rst-font-lock-handle-adornment-matcher): Major revision of
12333 font-locking. Integrate with other code. Use `jit-lock-mode'.
12334
12335 (rst-preferred-adornments, rst-adjust-hook)
12336 (rst-new-adornment-down, rst-preferred-bullets)
12337 (rst-preferred-bullets, rst-indent, rst-indent-width)
12338 (rst-indent-field, rst-indent-literal-normal)
12339 (rst-indent-literal-minimized, rst-indent-comment): Change,
12340 extend and improve customization.
12341
12342 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12343 (rst-normalize-cursor-position, rst-get-decoration)
12344 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12345 (rst-rstrip, rst-toc-insert-find-delete-contents)
12346 (rst-shift-fill-region, rst-compute-bullet-tabs)
12347 (rst-debug-print-tabs, rst-debug-mark-found)
12348 (rst-shift-region-guts, rst-shift-region-right)
12349 (rst-shift-region-left, rst-use-char-classes)
12350 (rst-font-lock-keywords-function)
12351 (rst-font-lock-indentation-point)
12352 (rst-font-lock-find-unindented-line-begin)
12353 (rst-font-lock-find-unindented-line-end)
12354 (rst-font-lock-find-unindented-line)
12355 (rst-font-lock-adornment-point, rst-font-lock-level)
12356 (rst-adornment-level-alist): Remove functions and variables.
12357
12358 (rst-compare-adornments, rst-get-adornment-match)
12359 (rst-suggest-new-adornment, rst-get-adornments-around)
12360 (rst-adornment-complete-p, rst-get-next-adornment)
12361 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12362 (rst-straighten-adornments): Standardize function names to
12363 use "adornment" instead of "decoration". Correct callers.
12364 Similar standardizing in many places.
12365
12366 (rst-update-section, rst-adjust, rst-promote-region)
12367 (rst-enumerate-region, rst-bullet-list-region)
12368 (rst-repeat-last-character): Correct use of `interactive'.
12369
12370 (rst-classify-adornment, rst-find-all-adornments)
12371 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12372 (rst-find-leftmost-column, rst-repeat-last-character):
12373 Refactor functions.
12374
12375 (rst-find-title-line, rst-reset-section-caches)
12376 (rst-get-adornments-around, rst-adjust-adornment-work)
12377 (rst-arabic-to-roman, rst-roman-to-arabic)
12378 (rst-insert-list-pos, rst-insert-list-new-item)
12379 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12380 New functions.
12381
12382 (rst-all-sections, rst-section-hierarchy)
12383 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12384 New variables.
12385
12386 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12387 configuration instead of only buffer. Change where necessary.
12388
12389 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12390 (rst-shift-region, rst-adaptive-fill): New functions for
12391 indentation and filling.
12392
12393 (rst-comment-line-break, rst-comment-indent)
12394 (rst-comment-insert-comment, rst-comment-region)
12395 (rst-uncomment-region): New functions for handling comments.
12396
12397 (rst-compile): Quote shell arguments.
12398
12399 (rst-compile-pdf-preview, rst-compile-slides-preview):
12400 Delete temporary files after use.
12401
12402 2012-05-05 Glenn Morris <rgm@gnu.org>
12403
12404 * calendar/cal-html.el: Optionally include holidays in the output.
12405 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12406 (cal-html-holidays): New option.
12407 (cal-html-css-default): Add holiday entry.
12408 (holiday-in-range): Autoload it.
12409 (cal-html-htmlify-entry): Add optional class argument.
12410 (cal-html-htmlify-list): Add optional holidays argument.
12411 (cal-html-insert-agenda-days): Include holidays in the output.
12412 (cal-html-one-month): Maybe include holidays.
12413
12414 * calendar/holidays.el (holiday-in-range):
12415 Move here from cal-tex-list-holidays.
12416 * calendar/cal-tex.el (cal-tex-list-holidays):
12417 Make it an obsolete alias for holiday-in-range. Update all callers.
12418
12419 2012-05-05 Chong Yidong <cyd@gnu.org>
12420
12421 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12422 Nextstep.
12423
12424 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12425
12426 * files.el (file-auto-mode-skip): New var.
12427 (set-auto-mode-1): Use it.
12428
12429 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * repeat.el: Use lexical-binding.
12432 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12433 (repeat-undo-count): Remove.
12434 (repeat):
12435 * progmodes/octave-mod.el (octave-abbrev-start):
12436 * progmodes/f90.el (f90-abbrev-start):
12437 * face-remap.el (text-scale-adjust):
12438 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12439
12440 * emacs-lisp/pcase.el (pcase--let*): New function.
12441 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12442 a bit more.
12443 (pcase--split-pred): Be more clever about ruling out overlap between
12444 a predicate and some constant pattern.
12445 (pcase--q1): Use `null' instead of (eq foo nil).
12446
12447 * subr.el (setq-local, defvar-local): New macros.
12448 (kbd): Redefine as an alias.
12449 (with-selected-window): Leave unrelated frames alone.
12450 (set-temporary-overlay-map): New function.
12451
12452 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * subr.el (user-error): New function.
12455 * window.el (switch-to-buffer):
12456 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12457 (smerge-match-conflict):
12458 * simple.el (previous-matching-history-element)
12459 (next-matching-history-element, goto-history-element, undo-more)
12460 (undo-start):
12461 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12462 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12463 (next-file, tags-loop-scan, list-tags, complete-tag):
12464 * progmodes/compile.el (compilation-loop):
12465 * mouse.el (mouse-minibuffer-check):
12466 * man.el (Man-bgproc-sentinel, Man-goto-page):
12467 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12468 (Info-history-forward, Info-follow-reference, Info-menu)
12469 (Info-extract-menu-item, Info-extract-menu-counting)
12470 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12471 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12472 (Info-next-reference, Info-prev-reference, Info-index)
12473 (Info-index-next, Info-follow-nearest-node)
12474 (Info-copy-current-node-name):
12475 * imenu.el (imenu--make-index-alist)
12476 (imenu-default-create-index-function, imenu-add-to-menubar):
12477 * files.el (basic-save-buffer, recover-file):
12478 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12479 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12480 (checkdoc-message-text, checkdoc-defun):
12481 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12482 * cus-edit.el (customize-changed-options, customize-rogue)
12483 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12484 (custom-variable-mark-to-reset-standard)
12485 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12486 (custom-file):
12487 * completion.el (check-completion-length):
12488 * comint.el (comint-search-arg)
12489 (comint-previous-matching-input-string-position)
12490 (comint-previous-matching-input)
12491 (comint-replace-by-expanded-history-before-point, comint-send-input)
12492 (comint-copy-old-input, comint-backward-matching-input)
12493 (comint-goto-process-mark, comint-set-process-mark):
12494 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12495 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12496
12497 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * dabbrev.el (dabbrev--ignore-case-p): New function.
12500 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12501 Use it.
12502
12503 * files.el (automount-dir-prefix): Mark as obsolete.
12504
12505 2012-05-04 Glenn Morris <rgm@gnu.org>
12506
12507 * patcomp.el, play/bruce.el: Move to obsolete/.
12508
12509 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12510
12511 Fix minor Y10k bugs.
12512 * arc-mode.el (archive-unixdate):
12513 * autoinsert.el (auto-insert-alist):
12514 * calc/calc-forms.el (math-this-year):
12515 * emacs-lisp/copyright.el (copyright-current-year)
12516 (copyright-update-year, copyright):
12517 * tar-mode.el (tar-clip-time-string):
12518 * time.el (display-time-update):
12519 Don't assume years have 4 digits.
12520
12521 2012-05-04 Chong Yidong <cyd@gnu.org>
12522
12523 * dos-w32.el (file-name-buffer-file-type-alist)
12524 (direct-print-region-use-command-dot-com):
12525 * ffap.el (ffap-menu-regexp):
12526 * find-file.el (ff-special-constructs):
12527 * follow.el (follow-debug):
12528 * forms.el (forms--debug):
12529 * iswitchb.el (iswitchb-all-frames):
12530 * ido.el (ido-all-frames):
12531 * emacs-lisp/timer.el (timer-max-repeats):
12532 * mail/feedmail.el (feedmail-mail-send-hook)
12533 (feedmail-mail-send-hook-queued):
12534 * mail/footnote.el (footnote-signature-separator):
12535 * mail/mailabbrev.el (mail-alias-separator-string)
12536 (mail-abbrev-mode-regexp):
12537 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12538 * progmodes/idlwave.el (idlwave-libinfo-file)
12539 (idlwave-default-completion-case-is-down)
12540 (idlwave-library-routines): Convert defvars to defcustoms.
12541
12542 * mail/rmail.el (rmail-decode-mime-charset):
12543 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12544 (idlwave-shell-fix-inserted-breaks)
12545 (idlwave-shell-activate-alt-keybindings)
12546 (idlwave-shell-use-breakpoint-glyph):
12547 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12548
12549 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12552
12553 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12554
12555 * progmodes/verilog-mode.el (font-lock-keywords):
12556 Fix mis-highligting auto. Reported by Craig Barner.
12557 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12558 defines from global name space. Reported by Dan Dever.
12559 (verilog-auto-reset, verilog-auto-reset-widths)
12560 (verilog-auto-tieoff): Support using unbased numbers for
12561 AUTORESET and AUTOTIEOFF.
12562 (verilog-submit-bug-report): Update variable list.
12563 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12564 parenthesis from not matching. Reported by Michael Rytting.
12565 (verilog-auto-template-lint): Fix hash error when linting modules
12566 with no used templates.
12567 (verilog-warn, verilog-warn-error)
12568 (verilog-warn-fatal): When non-interactive report multiple
12569 warnings before exiting. Suggested by Brad Dobbie.
12570 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12571 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12572 to report unused template errors. Reported by Brad Dobbie.
12573 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12574 nets, bug438. Reported by Vns Blore.
12575 (verilog-auto-inout-module, verilog-auto-reg)
12576 (verilog-read-decls, verilog-read-sub-decls-sig)
12577 (verilog-signals-edit-wire-reg, verilog-signals-with):
12578 Fix passing of Verilog data types in ANSI input/output ports
12579 such as "output logic" into the AUTOs. Special case "wire" and
12580 "reg" for backwards compatibility presuming Verilog 2001.
12581 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12582 (verilog-preprocess): Fix replication of preprocess output.
12583 Reported by Brad Dobbie.
12584 (verilog-auto-inst-interfaced-ports):
12585 Create verilog-auto-inst-interfaced-ports, bug429.
12586 Reported by Julian Gorfajn.
12587 (verilog-after-save-font-hook)
12588 (verilog-before-save-font-hook): New variable.
12589 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12590 (verilog-save-font-mods): Wrap disabling fontification, reported
12591 by David Rogoff.
12592 (verilog-do-indent, verilog-pretty-declarations-auto)
12593 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12594 Reported by Pierre-David Pfister.
12595 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12596 of class declarations, bug292. Reported by Kevin Heilman.
12597 (verilog-read-decls): Fix 'parameter type' not appearing in
12598 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12599 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12600 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12601 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12602 Reported by David Kravitz.
12603
12604 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12605
12606 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12607 assignment with tests in ifs and for loops.
12608 (verilog-extended-complete-re, verilog-complete-reg): Change so
12609 that DPI inport functions don't look like fuction declarations.
12610 (verilog-pretty-expr): Don't line up assignment
12611 operations to the test and increment in if and for loops
12612 (verilog-extended-complete-re, verilog-complete-reg): Change so
12613 that DPI inport functions don't look like fuction declarations.
12614
12615 2012-05-03 Kenichi Handa <handa@m17n.org>
12616
12617 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12618 decoding, and show a warning message without signaling an error
12619 (Bug#11282).
12620
12621 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * emacs-lisp/bytecomp.el
12624 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12625 since cconv.el might have introduced :fun-body, internal-make-closure,
12626 and friends for bytecomp to handle (bug#11391).
12627 * custom.el (defcustom): Avoid ((λ ..) ..).
12628
12629 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12632
12633 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12634
12635 * notifications.el (dbus-debug):
12636 * term/linux.el (gpm-mouse-enable):
12637 * term/screen.el (xterm-register-default-colors): Declare.
12638
12639 2012-05-02 Chong Yidong <cyd@gnu.org>
12640
12641 * cus-start.el (gc-cons-percentage, exec-suffixes)
12642 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12643 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12644 (make-cursor-line-fully-visible, void-text-area-pointer)
12645 (font-list-limit): Add customization data.
12646
12647 * allout.el (allout-exposure-change-functions)
12648 (allout-structure-added-functions)
12649 (allout-structure-deleted-functions)
12650 (allout-structure-shifted-functions): Rename abnormal hooks from
12651 *-hook, and convert to defcustoms.
12652 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12653 Convert to defcustoms.
12654 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12655
12656 * allout-widgets.el: Hook callers changed.
12657
12658 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12659
12660 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12661 the yanked message in preference to the default value of
12662 buffer-file-coding-system.
12663
12664 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12665
12666 * window.el (display-buffer--action-function-custom-type):
12667 Fix entry.
12668
12669 2012-05-02 Alan Mackenzie <acm@muc.de>
12670
12671 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12672
12673 2012-05-01 Glenn Morris <rgm@gnu.org>
12674
12675 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12676
12677 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12678
12679 * cus-edit.el (custom-variable-documentation): Simplify with format.
12680
12681 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12682 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * simple.el (suggest-key-bindings, execute-extended-command):
12685 Move from keyboard.c.
12686
12687 2012-05-01 Chong Yidong <cyd@gnu.org>
12688
12689 * follow.el: Eliminate advice.
12690 (set-process-filter, process-filter, sit-for): Advice deleted.
12691 (follow-mode-off-hook): Obsolete hook removed.
12692 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12693 Vars deleted.
12694 (follow-auto): Use a :set function.
12695 (follow-mode): Rewritten. Don't advise process filters.
12696 (follow-switch-to-current-buffer-all, follow-scroll-up)
12697 (follow-scroll-down): Assume follow-mode is bound.
12698 (follow-comint-scroll-to-bottom)
12699 (follow-align-compilation-windows): New functions.
12700 (follow--window-sorter): New function.
12701 (follow-all-followers): Use it to explicitly sort windows by their
12702 positions; don't make assumptions about next-window order.
12703 (follow-windows-start-end, follow-delete-other-windows-and-split)
12704 (follow-calc-win-start): Doc fix.
12705 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12706 vertical-motion unnecessarily.
12707 (follow-adjust-window): New function.
12708 (follow-post-command-hook): Use it.
12709 (follow-call-set-process-filter, follow-call-process-filter)
12710 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12711 (follow-stop-intercept-process-output, follow-generic-filter):
12712 Functions deleted.
12713 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12714 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12715 New functions, replacing advice on scroll-bar-* commands.
12716 (follow-mwheel-scroll): New function (Bug#4112).
12717
12718 * comint.el (comint-adjust-point): New function.
12719 (comint-postoutput-scroll-to-bottom): Use it.
12720 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12721
12722 2012-05-01 Glenn Morris <rgm@gnu.org>
12723
12724 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12725 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12726 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12727 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12728 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12729 Remove no-byte-compile setting.
12730
12731 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * minibuffer.el (completion-table-with-quoting): Fix compatibility
12734 all-completions code to not return a number in the last cdr.
12735
12736 2012-04-30 Leo Liu <sdl.web@gmail.com>
12737
12738 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12739 read-only error.
12740
12741 2012-04-29 Chong Yidong <cyd@gnu.org>
12742
12743 * follow.el (follow-calc-win-end): Rewrite to handle partial
12744 screen lines correctly (Bug#8390).
12745 (follow-avoid-tail-recenter): Minor cleanup.
12746
12747 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 Avoid the obsolete `assoc' package.
12750 * speedbar.el (speedbar-refresh): Avoid adelete.
12751 (speedbar-file-lists): Simplify and avoid aput.
12752 * man.el (Man--sections, Man--refpages): New vars, replacing
12753 Man-sections-alist and Man-refpages-alist.
12754 (Man-build-section-alist, Man-build-references-alist):
12755 Use them; avoid aput.
12756 (Man--last-section, Man--last-refpage): New vars.
12757 (Man-follow-manual-reference): Use them.
12758 Use the `default' arg of completing-read.
12759 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
12760
12761 2012-04-27 Chong Yidong <cyd@gnu.org>
12762
12763 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12764
12765 * startup.el (x-apply-session-resources): New function.
12766
12767 * term/ns-win.el (ns-initialize-window-system):
12768 * term/w32-win.el (w32-initialize-window-system):
12769 * term/x-win.el (x-initialize-window-system): Use it to properly
12770 set menu-bar-mode and other vars from X resources, even if the
12771 initial frame is not a window-system frame (Bug#2299).
12772
12773 * subr.el (read-key): Avoid running filter function when setting
12774 up temporary tool bar entries (Bug#9922).
12775
12776 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12777
12778 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12779 (Bug#11344)
12780
12781 2012-04-27 Chong Yidong <cyd@gnu.org>
12782
12783 * select.el (xselect--encode-string): New function, split from
12784 xselect-convert-to-string.
12785 (xselect-convert-to-string): Use it.
12786 (xselect-convert-to-filename, xselect-convert-to-os)
12787 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12788 returned strings are properly encoded (Bug#11315).
12789
12790 2012-04-27 Chong Yidong <cyd@gnu.org>
12791
12792 * simple.el (delete-active-region): Move to killing custom group.
12793
12794 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12795
12796 * progmodes/which-func.el (which-func-current): Quote %
12797 characters for mode-line processing.
12798
12799 2012-04-27 Chong Yidong <cyd@gnu.org>
12800
12801 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12802 reaching eob (Bug#11286).
12803
12804 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12805
12806 * progmodes/gdb-mi.el (gdb-control-level): New variable.
12807 (gdb): Make it buffer-local and init to zero.
12808 (gdb-control-commands-regexp): New variable.
12809 (gdb-send): Don't wrap in "-interpreter-exec console" if
12810 gdb-control-level is positive. Increment gdb-control-level
12811 whenever the command matches gdb-control-commands-regexp, and
12812 decrement it each time the command is "end". (Bug#11279)
12813
12814 2012-04-27 Martin Rudalics <rudalics@gmx.at>
12815
12816 * window.el (adjust-window-trailing-edge, enlarge-window)
12817 (shrink-window, window-resize):
12818 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12819 windows (Bug#11276).
12820
12821 2012-04-27 Chong Yidong <cyd@gnu.org>
12822
12823 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12824 fix "missing prefix" warning. All callers changed.
12825
12826 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * emacs-lisp/assoc.el: Move to obsolete/.
12829
12830 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12833
12834 * term/ns-win.el (ns-define-service):
12835 * progmodes/pascal.el (pascal-goto-defun):
12836 * progmodes/js.el (js--read-tab):
12837 * progmodes/etags.el (tags-lazy-completion-table):
12838 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12839 * emacs-lisp/ewoc.el (ewoc--wrap):
12840 * emacs-lisp/assoc.el (aput, adelete, amake):
12841 * doc-view.el (doc-view-convert-current-doc):
12842 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12843
12844 2012-04-26 Chong Yidong <cyd@gnu.org>
12845
12846 * image.el (image-type-from-buffer): Only return supported image
12847 type (Bug#9045).
12848
12849 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12850 value, for symmetry with diff-end-of-hunk.
12851 (diff-split-hunk, diff-find-source-location)
12852 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12853 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12854 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12855 compute the relevant hunk or file properly (Bug#6005).
12856 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12857
12858 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * vc/vc-mtn.el:
12861 * vc/vc-hg.el:
12862 * vc/vc-git.el:
12863 * vc/vc-dir.el:
12864 * vc/vc-cvs.el:
12865 * vc/vc-bzr.el:
12866 * vc/vc-arch.el:
12867 * vc/vc.el: Replace lexical-let by lexical-binding.
12868 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12869 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12870 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12871
12872 2012-04-26 Chong Yidong <cyd@gnu.org>
12873
12874 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12875 (diff-mode-shared-map): Bind it to / and [remap undo].
12876
12877 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12878 (ediff-window-setup-function): Use it as the default, to set up
12879 windows based on whether the current frame is graphical (Bug#2138).
12880 (ediff-choose-window-setup-function-automatically): Make obsolete.
12881
12882 * vc/ediff-init.el: Always define ediff-pixel-width/height.
12883
12884 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * ffap.el: Remove old code for obsolete package.
12887 (ffap-complete-as-file-p): Remove.
12888
12889 Use completion-table-with-quoting for comint and pcomplete.
12890 * comint.el (comint--unquote&requote-argument)
12891 (comint--unquote-argument, comint--requote-argument): New functions.
12892 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12893 (comint-quote-filename): Use regexp-opt-charset.
12894 (comint--common-suffix, comint--common-quoted-suffix)
12895 (comint--table-subvert): Remove.
12896 (comint-unquote-function, comint-requote-function): New vars.
12897 (comint--complete-file-name-data): Use them with
12898 completion-table-with-quoting.
12899 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12900 * pcomplete.el (pcomplete-arg-quote-list)
12901 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12902 (pcomplete-unquote-argument-function): Default to non-nil.
12903 (pcomplete-unquote-argument): Simplify.
12904 (pcomplete--common-quoted-suffix): Remove.
12905 (pcomplete-requote-argument-function): New var.
12906 (pcomplete--common-suffix): New function.
12907 (pcomplete-completions-at-point): Use completion-table-with-quoting
12908 and completion-table-subvert.
12909
12910 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12911 (minibuffer--double-dollars): Preserve properties.
12912 (completion--sifn-requote): New function.
12913 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12914
12915 * minibuffer.el: Add support for completion of quoted/escaped data.
12916 (completion-table-with-quoting, completion-table-subvert): New funs.
12917 (completion--twq-try, completion--twq-all): New functions.
12918 (completion--nth-completion): New function.
12919 (completion-try-completion, completion-all-completions): Use it.
12920
12921 2012-04-25 Leo Liu <sdl.web@gmail.com>
12922
12923 * progmodes/python.el (python-pdbtrack-get-source-buffer):
12924 Use compilation-message if available to find real filename.
12925
12926 2012-04-25 Chong Yidong <cyd@gnu.org>
12927
12928 * vc/diff-mode.el (diff-setup-whitespace): New function.
12929 (diff-mode): Use it.
12930
12931 * vc/diff.el (diff-sentinel):
12932 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12933 Whitespace mode variables based on diff style (Bug#8612).
12934
12935 2012-04-25 Leo Liu <sdl.web@gmail.com>
12936
12937 * progmodes/python.el (python-send-region): Add suffix .py to the
12938 temp file.
12939
12940 * files.el (auto-mode-alist): Use javascript-mode instead.
12941
12942 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
12943
12944 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
12945
12946 * net/soap-client.el (soap-resolve-references-for-sequence-type)
12947 (soap-resolve-references-for-array-type): Hack to prevent self
12948 references, see Bug#9.
12949 (soap-parse-envelope): Report the contents of the 'detail' node
12950 when receiving a fault reply.
12951 (soap-parse-envelope): Report the contents of the entire 'detail' node.
12952
12953 * net/soap-inspect.el (soap-sample-value-for-simple-type)
12954 (soap-inspect-simple-type): New function.
12955
12956 * net/soap-client.el (soap-simple-type): New struct.
12957 (soap-default-xsd-types, soap-default-soapenc-types)
12958 (soap-decode-basic-type, soap-encode-basic-type):
12959 support unsignedInt and double basic types.
12960 (soap-resolve-references-for-simple-type)
12961 (soap-parse-simple-type, soap-encode-simple-type): New function.
12962 (soap-parse-schema): Parse xsd:simpleType declarations.
12963
12964 * net/soap-client.el (soap-default-xsd-types)
12965 (soap-default-soapenc-types): Add integer, byte and anyURI types.
12966 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12967 the local name of "soapenc:Array".
12968 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12969 decoding integer, byte and anyURI xsd types.
12970
12971 2012-04-25 Chong Yidong <cyd@gnu.org>
12972
12973 * cus-edit.el (custom-buffer-create-internal): Update header text.
12974
12975 2012-04-25 Eli Zaretskii <eliz@gnu.org>
12976
12977 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12978 settings on 'system-type', not on 'window-system'. On MS-Windows,
12979 set interactive-mode on in GDB.
12980
12981 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12984 (ruby-syntax-propertize-regexp): Remove.
12985 (ruby-syntax-propertize-function): Split regexp into chunks.
12986 Match following code directly.
12987
12988 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
12989
12990 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12991 (ruby-syntax-propertize-regexp): New function.
12992 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12993 by a special keyword.
12994
12995 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12996 (ruby-syntax-general-delimiters-goto-beg)
12997 (ruby-syntax-propertize-general-delimiters): New functions.
12998 (ruby-syntax-propertize-function): Use them to handle GDL.
12999 (ruby-font-lock-keywords): Move old handling of GDL...
13000 (ruby-font-lock-syntactic-keywords): .. to here.
13001 (ruby-calculate-indent): Adjust indentation for GDL.
13002
13003 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13004
13005 * notifications.el (top): Remove unneeded declarations.
13006 (notifications-specification-version): Change to "1.2".
13007 (notifications-interface, notifications-notify-method)
13008 (notifications-close-notification-method): Fix docstring.
13009 (notifications-get-capabilities-method): New defconst.
13010 (notifications-notify): Add :action-items, :resident and
13011 :transient hints. Change "image_data" to "image-data" and
13012 "image_path" to "image-path".
13013 (notifications-get-capabilities): New defun.
13014
13015 2012-04-24 Leo Liu <sdl.web@gmail.com>
13016
13017 * progmodes/python.el: Move hideshow setup to the end.
13018
13019 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13020
13021 * window.el (handle-select-window): Clear echo area since this is
13022 no more done by read_char (Bug#11304).
13023
13024 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13027 and `/ M' to filter-derived-mode.
13028 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13029 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13030 (ibuffer-mark-by-mode): Use default rather than initial-input.
13031 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13032
13033 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13034
13035 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13036 (ibuffer-filter-by-derived-mode): New filter.
13037 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13038
13039 2012-04-23 Andreas Politz <politza@fh-trier.de>
13040
13041 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13042
13043 2012-04-23 Chong Yidong <cyd@gnu.org>
13044
13045 * cus-edit.el (customize-apropos, customize-apropos-options):
13046 Disable matching of non-option variables (Bug#11176).
13047 (customize-option, customize-option-other-window)
13048 (customize-changed-options): Doc fix.
13049 (customize-apropos-options, customize-apropos-faces)
13050 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13051
13052 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13053 Fix word list splitting (Bug#11132).
13054 (apropos-symbol, apropos-keybinding, apropos-label)
13055 (apropos-property, apropos-function-button)
13056 (apropos-variable-button, apropos-misc-button): New faces.
13057 (apropos-symbol-face, apropos-keybinding-face)
13058 (apropos-label-face, apropos-property-face, apropos-match-face):
13059 Variables removed (Bug#8396).
13060 (apropos-library-button, apropos-format-plist, apropos-print)
13061 (apropos-print-doc, apropos-describe-plist): Callers changed.
13062
13063 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13064
13065 * net/xesam.el (xesam-mode-map): Use let-bound map in
13066 initialization. (Bug#11292)
13067
13068 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13069
13070 Preserve ispell session localwords when switching back to
13071 original buffer.
13072
13073 * textmodes/ispell.el (ispell-buffer-session-localwords):
13074 New buffer-local variable to hold buffer session localwords.
13075 (ispell-kill-ispell): Add option 'clear to delete session
13076 localwords.
13077 (ispell-command-loop, ispell-change-dictionary)
13078 (ispell-buffer-local-words): Preserve session localwords when
13079 needed.
13080
13081 * textmodes/flyspell.el (flyspell-process-localwords)
13082 (flyspell-do-correct): Preserve session localwords when needed.
13083
13084 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13085
13086 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13087 using obsolete `translation-table-for-input'.
13088 (ispell-word, ispell-process-line, ispell-complete-word):
13089 Use plain `insert' instead of removed `ispell-insert-word'.
13090
13091 2012-04-22 Chong Yidong <cyd@gnu.org>
13092
13093 * cus-edit.el (custom-variable-menu)
13094 (custom-variable-reset-saved, custom-face-menu)
13095 (custom-face-reset-saved): If there is no saved value, make the
13096 "reset-saved" operation bring back the default (Bug#9509).
13097 (custom-face-state): Properly detect themed faces.
13098
13099 * faces.el (face-spec-set): Stop supporting deprecated form of
13100 third arg.
13101
13102 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13103
13104 Move functions from C to Lisp. Make non-blocking method calls
13105 the default. Implement further D-Bus standard interfaces.
13106
13107 * net/dbus.el (dbus-message-internal): Declare function.
13108 Remove unneeded function declarations.
13109 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13110 (dbus-message-type-method-return, dbus-message-type-error)
13111 (dbus-message-type-signal): Declare variables. Remove local
13112 definitions.
13113 (dbus-interface-dbus, dbus-interface-peer)
13114 (dbus-interface-introspectable, dbus-interface-properties)
13115 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13116 Adapt docstring.
13117 (dbus-interface-objectmanager): New defconst.
13118 (dbus-call-method, dbus-call-method-asynchronously)
13119 (dbus-send-signal, dbus-method-return-internal)
13120 (dbus-method-error-internal, dbus-register-service)
13121 (dbus-register-signal, dbus-register-method): New defuns, moved
13122 from dbusbind.c
13123 (dbus-call-method-handler, dbus-setenv)
13124 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13125 New defuns.
13126 (dbus-call-method-non-blocking): Make it an obsolete function.
13127 (dbus-unregister-object, dbus-unregister-service)
13128 (dbus-handle-event, dbus-register-property)
13129 (dbus-property-handler): Obey the new structure of
13130 `bus-registered-objects'.
13131 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13132 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13133 Use `dbus-call-method'.
13134
13135 2012-04-22 Chong Yidong <cyd@gnu.org>
13136
13137 * cus-edit.el (custom-commands, custom-reset-menu)
13138 (Custom-reset-standard): Tweak labels.
13139 (custom-reset-button-menu): Change default to t.
13140 (custom-buffer-create-internal): For the custom-reset-button-menu
13141 case, put the revert button first.
13142 (custom-group-subtitle): New face.
13143 (custom-group-value-create): Align docstring to a specific column.
13144
13145 * wid-edit.el (widget-documentation-link-add): Don't handle
13146 indentation in this function.
13147 (widget-documentation-string-indent-to): New function.
13148 (widget-documentation-string-value-create): Use it.
13149
13150 * autorevert.el (auto-revert):
13151 * epg-config.el (epg):
13152 * ibuffer.el (ibuffer):
13153 * mpc.el (mpc):
13154 * ses.el (ses):
13155 * eshell/eshell.el (eshell):
13156 * net/ange-ftp.el (ange-ftp):
13157 * progmodes/ebnf2ps.el (postscript):
13158 * progmodes/flymake.el (flymake):
13159 * progmodes/prolog.el (prolog):
13160 * progmodes/verilog-mode.el (verilog-mode):
13161 * progmodes/which-func.el (which-func):
13162 * term/xterm.el (xterm):
13163 * textmodes/picture.el (picture):
13164 * textmodes/tildify.el (tildify):
13165 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13166 customization buffers.
13167
13168 2012-04-22 Alan Mackenzie <acm@muc.de>
13169
13170 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13171 Adding a ) can hide the resulting (..) from searches. Fix it.
13172 Bound the backward search to the position of the existing (.
13173
13174 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13175
13176 * progmodes/verilog-mode.el (verilog-mode): Check whether
13177 which-func-modes is t before adding verilog-mode.
13178 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13179
13180 2012-04-21 Leo Liu <sdl.web@gmail.com>
13181
13182 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13183
13184 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13185
13186 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13187 filling of the last column of a table (Bug#5635).
13188 (woman-find-next-control-line): New arg, specifying an additional
13189 regexp component for the control line.
13190 (woman2-roff-buffer): Use it.
13191 (woman-break-table): New function.
13192 (woman2-TS): Use it.
13193
13194 2012-04-21 Chong Yidong <cyd@gnu.org>
13195
13196 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13197 (woman-horizontal-escapes, woman-negative-vertical-space)
13198 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13199 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13200
13201 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * minibuffer.el (completion-file-name-table): Complete user names.
13204
13205 2012-04-20 Leo Liu <sdl.web@gmail.com>
13206
13207 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13208 and pcase-let*.
13209
13210 2012-04-20 Chong Yidong <cyd@gnu.org>
13211
13212 * server.el (server-execute): Respect initial-buffer-choice if it
13213 is a string and there are no files to open (Bug#2825).
13214 (server-create-window-system-frame, server-create-tty-frame):
13215 Don't switch buffers here.
13216 (server-process-filter): Only try to open a window system frame if
13217 compiled with graphical support (Bug#8314).
13218
13219 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13220
13221 * battery.el (battery-echo-area-format): Display remaining time
13222 for sysfs backend too (Bug#11269).
13223 (battery-linux-sysfs): Fix conditional for the charge.
13224
13225 2012-04-20 Chong Yidong <cyd@gnu.org>
13226
13227 * progmodes/gdb-mi.el (gdb): Revert previous change.
13228 (gdb-inferior-io--init-proc): New function.
13229 (gdb-init-1): Use it.
13230 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13231 responsible for allocating a new pty and hooking it to gdb when
13232 the old pty gets an EIO due to process exit.
13233 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13234 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13235 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13236
13237 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13238
13239 * window.el (window-min-size, window-sizable, window-min-delta)
13240 (window-max-delta, window--resizable, window-resizable)
13241 (window-total-size, window-full-height-p, window-full-width-p)
13242 (window-in-direction, window--resize-mini-window, window-resize)
13243 (window--resize-child-windows-normal)
13244 (window--resize-child-windows, window--resize-siblings)
13245 (window--resize-this-window, adjust-window-trailing-edge)
13246 (enlarge-window, shrink-window): Doc fixes.
13247
13248 2012-04-20 Chong Yidong <cyd@gnu.org>
13249
13250 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13251 New function to call delete-process on the gdb-inferior buffer's pty.
13252 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13253 pty process (Bug#11273).
13254 (gdb-update): New arg to suppress talking to the gdb process.
13255 (gdb-done-or-error): Use it.
13256 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13257 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13258 sentinel not being called.
13259
13260 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13261
13262 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13263
13264 2012-04-20 Glenn Morris <rgm@gnu.org>
13265
13266 * net/network-stream.el (open-network-stream): Doc fix.
13267
13268 2012-04-20 Chong Yidong <cyd@gnu.org>
13269
13270 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13271
13272 2012-04-20 Alan Mackenzie <acm@muc.de>
13273
13274 Ensure searching for keywords is case sensitive.
13275
13276 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13277 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13278 (c-defun-name, c-mark-function, c-cpp-define-name)
13279 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13280 (c-context-line-break): Bind case-fold-search to nil.
13281
13282 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13283 Bind case-fold-search to nil.
13284
13285 2012-04-20 Chong Yidong <cyd@gnu.org>
13286
13287 * mail/sendmail.el (mail-bury): Call return action with the right
13288 Rmail buffer (Bug#11242).
13289
13290 * server.el (server-process-filter): Handle corner case where both
13291 tty and nowait options are present (Bug#11102).
13292
13293 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13294
13295 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13296 (top level): Put into the executable the ident-style '$Id:' tag on
13297 windows-nt as well.
13298
13299 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * electric.el (electric-indent-post-self-insert-function): Check that
13302 electric-indent-mode is enabled in current buffer.
13303
13304 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13305
13306 * imenu.el (imenu-progress-message): Restore; it is "used" in
13307 erc/erc-imenu.el and net/snmp-mode.el.
13308
13309 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13310
13311 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13312 (mouse-avoidance-nudge-mouse): Remove unused binding.
13313
13314 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13315
13316 * descr-text.el (describe-char):
13317 * progmodes/python.el (python-describe-symbol):
13318 Don't call `toggle-read-only', set `buffer-read-only'.
13319
13320 * imenu.el (imenu-default-goto-function): Mark unused args.
13321 (imenu-progress-message): Remove obsolete macro; all callers changed.
13322
13323 * subr.el (keymap-canonicalize): Remove unused binding.
13324 (read-passwd): Mark unused arg.
13325
13326 * tutorial.el (tutorial--display-changes): Remove unused binding.
13327 (tutorial--save-tutorial-to): Remove unused variable.
13328
13329 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13330 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13331 (package-generate-autoloads, package-menu--generate)
13332 (package-menu--find-upgrades): Remove unused bindings.
13333
13334 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13335 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13336 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13337 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13338 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13339 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13340 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13341 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13342 (cua-delete-char-rectangle): Mark unused args.
13343 (cua-align-rectangle): Remove unused binding.
13344
13345 * mail/rmail.el (compilation--message->loc)
13346 (epa--find-coding-system-for-mime-charset): Declare.
13347
13348 * net/dbus.el (dbus-register-service): Declare.
13349 (dbus-name-owner-changed-handler): Remove unused binding.
13350
13351 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13352 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13353 (nxml-scan-backward-within): Mark unused arg.
13354 (nxml-dynamic-markup-word): Remove unused binding.
13355
13356 * mouse.el (mouse-menu-major-mode-map):
13357 * emacs-lisp/authors.el (authors-scan-change-log)
13358 (authors-add-to-author-list):
13359 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13360 * emacs-lisp/smie.el (smie-auto-fill):
13361 * mail/sendmail.el (mail-bury):
13362 * mail/unrmail.el (unrmail):
13363 * net/tls.el (open-tls-stream):
13364 * textmodes/picture.el (picture-mouse-set-point):
13365 Remove unused bindings.
13366
13367 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13368
13369 * net/tramp.el (tramp-action-password): Let-bind
13370 `enable-recursive-minibuffers' to t.
13371
13372 2012-04-18 Sam Steingold <sds@gnu.org>
13373
13374 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13375 instead of 'string to accommodate values like [f11].
13376 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13377 * progmodes/gdb-mi.el: Likewise.
13378
13379 2012-04-18 Leo Liu <sdl.web@gmail.com>
13380
13381 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13382 current buffer.
13383 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13384 LOCAL is nil.
13385
13386 2012-04-18 Chong Yidong <cyd@gnu.org>
13387
13388 * simple.el (line-move): Use forward-line if in batch mode
13389 (Bug#11053).
13390
13391 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13392
13393 * files.el (after-find-file): Do not try to add a final newline if
13394 the buffer is read-only (Bug#11156).
13395
13396 2012-04-17 Richard Stallman <rms@gnu.org>
13397
13398 * mail/rmail.el (rmail-start-mail):
13399 Pass (rmail-mail-return...) for the return-action.
13400 Pass (rmail-yank-current-message...) for the yank-action.
13401 (rmail-yank-current-message): New function.
13402 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13403 (rmail-reply): Likewise.
13404 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13405
13406 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13407 buffer, not the last. Reject temp buffers. Use the rmail-mode
13408 buffer, not newbuf.
13409
13410 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13411
13412 * server.el (server-ensure-safe-dir): Simplify.
13413
13414 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 * emacs-lisp/smie.el: Provide smarter auto-filling.
13417 (smie-auto-fill): New function.
13418 (smie-setup): Use it.
13419
13420 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13421
13422 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13423
13424 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13425 (comment-indent): Use it.
13426
13427 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13428
13429 * ses.el: The overall change is to add cell renaming, that is
13430 setting fancy names for cell symbols other than name matching
13431 "\\`[A-Z]+[0-9]+\\'" regexp .
13432 (ses-localvars): Add ses--renamed-cell-symb-list.
13433 (ses-create-cell-variable): New defun.
13434 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13435 (ses-relocate-formula): Relocate formulas only for cells the
13436 symbols of which are not renamed, i.e. symbols whose names do not
13437 match regexp "\\`[A-Z]+[0-9]+\\'".
13438 (ses-relocate-all): Relocate values only for cells the symbols of
13439 which are not renamed.
13440 (ses-load): Create cells variables as the (ses-cell ...) are read,
13441 in order to check row col consistency with cell symbol name only
13442 for cells that are not renamed.
13443 (ses-replace-name-in-formula): New defun.
13444 (ses-rename-cell): New defun.
13445
13446 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13447
13448 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13449 New option (bug#11118).
13450 (perl-calculate-indent): Respect it.
13451
13452 2012-04-17 Glenn Morris <rgm@gnu.org>
13453
13454 * dired-aux.el (dired-mark-read-string): Doc fix.
13455
13456 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13457
13458 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13459 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13460
13461 2012-04-17 Glenn Morris <rgm@gnu.org>
13462
13463 * mouse.el (mouse-drag-track):
13464 * speedbar.el (speedbar-frame-mode):
13465 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13466
13467 2012-04-16 Leo Liu <sdl.web@gmail.com>
13468
13469 * progmodes/python.el: Trivial cleanup.
13470
13471 2012-04-16 Glenn Morris <rgm@gnu.org>
13472
13473 * vc/vc.el (vc-string-prefix-p):
13474 * vc/pcvs-util.el (cvs-string-prefix-p):
13475 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13476 * mpc.el (mpc-string-prefix-p):
13477 Make all of these into obsolete aliases for string-prefix-p.
13478 Update callers.
13479 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13480
13481 * textmodes/two-column.el: Move custom options to the start.
13482 (frame-width): Remove compat definition.
13483 (2C-associate-buffer, 2C-dissociate):
13484 Use with-current-buffer rather than save-excursion.
13485 (2C-dissociate): Force a mode-line update.
13486 (2C-autoscroll): Use ignore-errors.
13487
13488 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13489 Autoload trivia.
13490
13491 * emacs-lisp/cl-extra.el (*random-state*):
13492 Remove unnecessary declaration.
13493
13494 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13495
13496 * play/cookie1.el (cookie-snarf):
13497 Give an explicit error if input file cannot be read.
13498
13499 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13500
13501 * progmodes/perl-mode.el (c-macro-expand):
13502 Remove unnecessary autoload (it is in loaddefs.el).
13503
13504 * textmodes/picture.el (picture-desired-column)
13505 (picture-update-desired-column): Convert comments to doc-strings.
13506 (picture-substitute): Remove function.
13507 (picture-mode-map): Initialize in the defvar.
13508
13509 * woman.el: Remove eval-after-load for tar-mode.
13510 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13511 (woman-tar-extract-file): Autoload it.
13512
13513 * frame.el (automatic-hscrolling): Make this alias obsolete.
13514
13515 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13516
13517 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13518 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13519 (ispell-dictionary-base-alist): Revert to original XEmacs
13520 friendly version for default. [:alpha:] will be added in
13521 `ispell-set-spellchecker-params' if needed.
13522
13523 2012-04-16 Chong Yidong <cyd@gnu.org>
13524
13525 * image.el (imagemagick--file-regexp): New variable.
13526 (imagemagick-register-types): Use it.
13527 (imagemagick-types-inhibit): Add :set function. Allow new value
13528 of t to inhibit all types.
13529
13530 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13531 so we can preload it.
13532
13533 * loadup.el (fboundp): Preload regexp-opt, needed by
13534 imagemagick-register-types.
13535
13536 2012-04-15 Chong Yidong <cyd@gnu.org>
13537
13538 * frame.el (scrolling): Remove nearly unused customization group.
13539
13540 * scroll-all.el (scroll-all-mode): Move to windows group.
13541
13542 2012-04-15 Chong Yidong <cyd@gnu.org>
13543
13544 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13545
13546 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13549 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13550
13551 2012-04-15 Glenn Morris <rgm@gnu.org>
13552
13553 * simple.el (process-file-side-effects): Doc fix.
13554
13555 2012-04-15 Glenn Morris <rgm@gnu.org>
13556
13557 * international/mule-cmds.el (set-language-environment): Doc fix.
13558
13559 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13560
13561 * server.el (server-auth-key, server-generate-key): Doc fixes.
13562 (server-get-auth-key): Doc fix. Use `string-match-p'.
13563 (server-start): Reflow docstring.
13564
13565 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13566
13567 * server.el (server-generate-key): `called-interactively-p'
13568 requires a parameter.
13569
13570 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13571
13572 * server.el (server-auth-key): New variable.
13573 (server-generate-key, server-get-auth-key): New function.
13574 (server-start): Use the new variable and functions to allow
13575 setting a permanent server key (bug#9423).
13576
13577 2012-04-14 Leo Liu <sdl.web@gmail.com>
13578
13579 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13580
13581 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13582
13583 Spelling fixes.
13584 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13585 Emacs uses American spelling.
13586
13587 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13588
13589 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13590 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13591 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13592 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13593
13594 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13595
13596 * progmodes/which-func.el (which-func-modes): Change default.
13597
13598 2012-04-14 Kim F. Storm <storm@cua.dk>
13599
13600 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13601 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13602
13603 2012-04-14 Chong Yidong <cyd@gnu.org>
13604
13605 * custom.el (custom-theme-set-variables): Doc fix.
13606
13607 2012-04-14 Glenn Morris <rgm@gnu.org>
13608
13609 * international/mule.el (set-auto-coding-for-load): Doc fix.
13610
13611 2012-04-14 Alan Mackenzie <acm@muc.de>
13612
13613 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13614 imenu work again for Objective C Mode. Correct the *-index values,
13615 these having been disturbed by a previous change in 2011-08.
13616
13617 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13618 Correct two search limits.
13619
13620 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13623
13624 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13625
13626 * international/characters.el: Fix sorting.
13627
13628 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13629
13630 * international/characters.el: Add more missing Latin case pairs.
13631
13632 2012-04-14 Glenn Morris <rgm@gnu.org>
13633
13634 * files.el (dir-locals-set-class-variables): Doc fix.
13635
13636 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13637
13638 * international/characters.el: Add set-case-syntax-pair call for
13639 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13640 counterpart. (Bug#11209)
13641
13642 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13643
13644 2012-04-14 Glenn Morris <rgm@gnu.org>
13645
13646 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13647
13648 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13649
13650 * textmodes/ispell.el (ispell-dictionary-base-alist):
13651 Add data for Hebrew.
13652
13653 2012-04-14 Chong Yidong <cyd@gnu.org>
13654
13655 * net/rcirc.el (rcirc-cmd-quit):
13656 Revert 2012-03-18 change (Bug#11192).
13657
13658 2012-04-14 Glenn Morris <rgm@gnu.org>
13659
13660 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13661
13662 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13663
13664 * minibuffer.el (completion-in-region-mode-map):
13665 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13666
13667 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13668
13669 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13670
13671 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13672
13673 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13674 to allow `C-M-f' and `C-M-b' to move to the nearest path
13675 separator (bug#9511).
13676
13677 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13678
13679 * avoid.el: Require cl when compiling. And also move the
13680 `provide' to the end.
13681
13682 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13683
13684 * avoid.el (mouse-avoidance-banish-position): New variable.
13685 (mouse-avoidance-banish-destination): Use it (bug#10165).
13686
13687 2012-04-13 Leo Liu <sdl.web@gmail.com>
13688
13689 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13690
13691 2012-04-13 Ken Brown <kbrown@cornell.edu>
13692
13693 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13694 this is no longer needed now that cygstart understands file:// URLs.
13695 (browse-url-filename-alist): For the same reason, don't modify
13696 file:// URLs on Cygwin.
13697
13698 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13699
13700 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13701 the region on shift if the binding is already shifted (bug#11221).
13702
13703 2012-04-12 Glenn Morris <rgm@gnu.org>
13704
13705 * mail/mailpost.el: Move to obsolete/.
13706
13707 2012-04-12 Drew Adams <drew.adams@oracle.com>
13708
13709 * imenu.el (imenu--generic-function): Ignore invisible definitions
13710 (bug#10123).
13711
13712 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13713
13714 * hexl.el (hexl-bits): New variable.
13715 (hexl-options): Mention the variable in the doc string.
13716 (hexl-rulerise, hexl-line-displen): New functions.
13717 (hexl-mode): Mention the new variable.
13718 (hexl-mode, hexl-current-address, hexl-current-address):
13719 Use the displen.
13720 (hexl-ascii-start-column): New function.
13721 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13722 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13723
13724 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13725
13726 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13727 '("-i" ENCODING), in 2 separate command-line arguments, to specify
13728 the encoding, as expected by hunspell.
13729
13730 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * battery.el (battery--linux-sysfs-regexp): New const.
13733 (battery-status-function): Use it. Remove yeeloong special case.
13734 (battery-yeeloong-sysfs): Remove.
13735 (battery-echo-area-format): Remove yeeloong special case.
13736
13737 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13738
13739 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13740 Reported by Noah Friedman.
13741
13742 * subr.el (read-passwd): Use read-string.
13743
13744 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13745
13746 * vcursor.el (vcursor-move): Increase the priority of the overlay
13747 (bug#9663).
13748
13749 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13750
13751 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13752 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13753
13754 2012-04-11 William Stevenson <yhvh2000@gmail.com>
13755
13756 * textmodes/artist.el (artist-mode): Convert artist-mode to use
13757 define-minor-mode (bug#10760).
13758
13759 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13760
13761 * progmodes/grep.el (rgrep): Tweak the find command line so
13762 that directories matching `grep-find-ignored-files' won't be
13763 pruned (bug#10351).
13764
13765 2012-04-11 Chong Yidong <cyd@gnu.org>
13766
13767 * startup.el (command-line): Remove support for long-obsolete
13768 variable font-lock-face-attributes.
13769
13770 2012-04-11 Glenn Morris <rgm@gnu.org>
13771
13772 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13773
13774 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * window.el (window--state-get-1): Obey window-point-insertion-type.
13777
13778 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
13779
13780 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13781 to previous function when point is on the first character of a
13782 function. Take care of that in `narrow-to-defun' (bug#6157).
13783
13784 2012-04-11 Glenn Morris <rgm@gnu.org>
13785
13786 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13787 not just file-errors.
13788
13789 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13790 (vc-bzr-sha1): Use internal sha1.
13791
13792 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13795
13796 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
13797
13798 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13799 that start in the middle of the line (bug#10496).
13800
13801 2012-04-10 Dan Nicolaescu <dann@gnu.org>
13802
13803 * battery.el (battery-linux-proc-acpi): Only one battery is
13804 discharged at a time, but that seems to confuse battery.el when
13805 computing `rate-type' for the battery not being discharged
13806 (bug#10332).
13807
13808 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13811
13812 * international/quail.el: Use dolist and simplify.
13813 (quail-define-package, quail-update-keyboard-layout)
13814 (quail-define-rules): Use dolist.
13815 (quail-insert-kbd-layout, quail-get-translation): CSE.
13816
13817 * tmm.el: Use dolist, remove left over hook.
13818 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13819 Use dolist.
13820 (calendar-load-hook): Don't mess with it.
13821
13822 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13823 Use derived-mode-p. Run the diff asynchronously.
13824
13825 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13826
13827 * obsolete/mouse-sel.el: Add an Obsolete-since header.
13828
13829 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
13830
13831 * misc.el: Display absolute path of loaded DLLs (bug#10424).
13832 (list-dynamic-libraries--loaded): New function.
13833 (list-dynamic-libraries--refresh): Use it.
13834
13835 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
13836
13837 * progmodes/python.el (python-fill-paragraph):
13838 Make python-fill-region in a multiline string work when font-lock is
13839 disabled (bug#7018).
13840
13841 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
13842
13843 * language/european.el (cp775): Add oem/legacy (en)coding on
13844 DOS/MS Windows for the Baltic languages. There are still plenty
13845 of texts written in this encoding/codepage (bug#6519).
13846
13847 2012-04-10 Glenn Morris <rgm@gnu.org>
13848
13849 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13850 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13851
13852 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
13853
13854 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13855 next-line "n" and previous-line "p" in order to make recentf more
13856 consistent with ibuffer, dired or org-mode (bug#9387).
13857
13858 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13859
13860 * image.el (put-image): Return the overlay created instead of the
13861 optional input string (bug#7834). Note that this may break code
13862 that is (for some reason or other) depending on `put-image'
13863 returning the string.
13864
13865 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13866
13867 * simple.el (zap-to-char): Allow zapping using input methods
13868 (bug#1580).
13869
13870 * textmodes/fill.el (fill-region): Leave point and mark where they
13871 were before filling (bug#5399).
13872
13873 2012-04-09 Glenn Morris <rgm@gnu.org>
13874
13875 * version.el (emacs-bzr-get-version):
13876 Handle lightweight checkouts of local branches.
13877
13878 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
13879
13880 * international/characters.el: Recover lost case pairs. (Bug#11209)
13881
13882 2012-04-09 Chong Yidong <cyd@gnu.org>
13883
13884 * custom.el (custom-variable-p): Return nil for non-symbol
13885 arguments instead of signaling an error.
13886 (user-variable-p): Obsolete alias for custom-variable-p.
13887
13888 * apropos.el (apropos-variable):
13889 * files-x.el (read-file-local-variable):
13890 * simple.el (set-variable):
13891 * woman.el (woman-mini-help):
13892 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13893
13894 2012-04-09 Glenn Morris <rgm@gnu.org>
13895
13896 * startup.el (normal-top-level): Don't look for leim-list.el
13897 in places where it will not be found. (Bug#910)
13898
13899 * international/mule-cmds.el (set-default-coding-systems):
13900 * files.el (normal-mode):
13901 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
13902 This function was removed with ucs-tables.el in 2008.
13903
13904 2012-04-08 Eli Zaretskii <eliz@gnu.org>
13905
13906 * textmodes/ispell.el (ispell-check-version): For hunspell, set
13907 ispell-encoding8-command to "-i", without a trailing space.
13908 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13909 separate command-line arguments, to specify the encoding, since
13910 that's how hunspell expects it.
13911
13912 2012-04-08 Glenn Morris <rgm@gnu.org>
13913
13914 * loadup.el: Load bindings before cus-start.
13915 This reduces somewhat the number of "rogue" settings in emacs -Q.
13916
13917 2012-04-07 Glenn Morris <rgm@gnu.org>
13918
13919 * version.el (emacs-bzr-get-version): New function.
13920 (emacs-bzr-version): New variable.
13921 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
13922 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13923
13924 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13925
13926 * international/uni-bidi.el, international/uni-category.el:
13927 * international/uni-combining.el, international/uni-decimal.el:
13928 * international/uni-decomposition.el, international/uni-digit.el:
13929 * international/uni-lowercase.el, international/uni-mirrored.el:
13930 * international/uni-name.el, international/uni-numeric.el:
13931 * international/uni-titlecase.el, international/uni-uppercase.el:
13932 Update for Unicode 6.1.
13933
13934 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13935
13936 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13937
13938 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13939
13940 * window.el (shrink-window): Mention the `window-min-height'
13941 variable in the doc string.
13942
13943 2012-04-05 Bastien Guerry <bzg@altern.org>
13944
13945 * color.el (color-lighten-name): Fix typo.
13946
13947 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13948
13949 * server.el (server--on-display-p): New function.
13950 (server--on-display-p): Use it.
13951
13952 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
13953
13954 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13955 (bug#11145).
13956
13957 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * comint.el (comint--common-quoted-suffix): Check string boundary
13960 before comparing (bug#11158).
13961 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13962
13963 2012-04-04 Chong Yidong <cyd@gnu.org>
13964
13965 * minibuffer.el (completion-extra-properties): Doc fix.
13966
13967 * subr.el (delayed-warnings-hook): Doc fix.
13968
13969 2012-04-04 Daiki Ueno <ueno@unixuser.org>
13970
13971 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13972 selection (Bug#11159).
13973 (epa-insert-keys): Inform that the default public key will be
13974 exported if no key is selected.
13975
13976 2012-04-04 Richard Stallman <rms@gnu.org>
13977
13978 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13979
13980 2012-04-03 Chong Yidong <cyd@gnu.org>
13981
13982 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13983 mail-insert-file, not its obsolete alias mail-attach-file.
13984
13985 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
13986
13987 * notifications.el (notifications-notify): Fix docstring.
13988
13989 2012-04-02 Glenn Morris <rgm@gnu.org>
13990
13991 * emacs-lisp/authors.el (authors-aliases): Another addition.
13992
13993 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
13994
13995 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13996 `tramp-compat-call-process' instead of `tramp-local-call-process'.
13997 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13998
13999 2012-04-01 Chong Yidong <cyd@gnu.org>
14000
14001 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14002 Handle root directory properly.
14003 (copy-directory): Caller changed.
14004
14005 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14006 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14007
14008 2012-03-31 Glenn Morris <rgm@gnu.org>
14009
14010 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14011
14012 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14013
14014 * calendar/calendar.el (calendar-window-list)
14015 (calendar-hide-window): Restore. (Bug#11140)
14016 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14017
14018 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14019
14020 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14021
14022 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14023 Check if file is a symlink (Bug#10489).
14024
14025 * files.el (copy-directory): Likewise.
14026
14027 2012-03-30 Chong Yidong <cyd@gnu.org>
14028
14029 * image.el (imagemagick-types-inhibit)
14030 (imagemagick-register-types): Doc fix.
14031
14032 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14033
14034 * textmodes/ispell.el (ispell-get-extended-character-mode):
14035 Disable extended-char-mode for hunspell. hunspell does not support it
14036 and treats ~word as ordinary words in pipe mode.
14037
14038 2012-03-30 Glenn Morris <rgm@gnu.org>
14039
14040 * tutorial.el (help-with-tutorial): Ensure local variables don't
14041 happen to make the buffer read-only. (Bug#11127)
14042
14043 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14044
14045 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14046 (perl-calculate-indent): Return `noindent' in strings.
14047
14048 2012-03-28 Sam Steingold <sds@gnu.org>
14049
14050 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14051 instead of the broken adhockery which does not prevent calendar
14052 buffers from being displayed at random after exit.
14053 (calendar-window-list, calendar-hide-window): Remove the broken
14054 adhockery.
14055
14056 2012-03-28 Glenn Morris <rgm@gnu.org>
14057
14058 * replace.el (query-replace-map): Doc fix.
14059
14060 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14061
14062 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14063 contents. (Bug#11109)
14064
14065 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14066
14067 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14068 (bug#11077).
14069 (avl-tree--check, avl-tree--check-node): New funs.
14070
14071 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14072
14073 * window.el (switch-to-visible-buffer): New option.
14074 (switch-to-prev-buffer, switch-to-next-buffer):
14075 Observe switch-to-visible-buffer. Make sure that checking for a window
14076 showing a buffer already is done on the same frame.
14077
14078 2012-03-27 Glenn Morris <rgm@gnu.org>
14079
14080 * startup.el (mail-host-address): Doc fix.
14081
14082 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14085 than 197 variables.
14086
14087 2012-03-26 Ami Fischman <ami@fischman.org>
14088
14089 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14090
14091 2012-03-26 Glenn Morris <rgm@gnu.org>
14092
14093 * files.el (save-buffers-kill-emacs): Doc fix.
14094
14095 * startup.el (normal-top-level, command-line, command-line-1):
14096 Give them doc strings.
14097
14098 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14099
14100 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14101 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14102
14103 2012-03-25 Chong Yidong <cyd@gnu.org>
14104
14105 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14106 theme if it was previously enabled before (Bug#11031).
14107
14108 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14109 spec with custom-face-get-current-spec if its :shown-value is not
14110 determined yet (Bug#9337).
14111 (customize-create-theme, custom-theme-revert): Doc fixes.
14112
14113 * button.el (button-at): Minor addition to docstring.
14114
14115 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14116
14117 * vc/vc.el (vc-merge): Fix a prompt.
14118
14119 2012-03-24 Chong Yidong <cyd@gnu.org>
14120
14121 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14122 point (Bug#9623).
14123
14124 * button.el (button-at): Minor addition to docstring.
14125
14126 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * newcomment.el (comment-choose-indent): No space after BOL.
14129
14130 2012-03-22 Sam Steingold <sds@gnu.org>
14131
14132 * window.el (switch-to-prev-buffer): Revert last patch because the
14133 bug turned out to be an advertised feature (Elisp manual 28.14).
14134
14135 2012-03-22 Glenn Morris <rgm@gnu.org>
14136
14137 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14138 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14139
14140 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14141
14142 * net/network-stream.el (network-stream-open-starttls): Make error
14143 message under Windows be less misleading.
14144
14145 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14146
14147 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14148 understands (bug#9942).
14149
14150 2012-03-22 Chong Yidong <cyd@gnu.org>
14151
14152 * simple.el (end-of-visible-line): Handle return value of
14153 next-single-property-change properly (Bug#9371).
14154
14155 2012-03-22 Kenichi Handa <handa@m17n.org>
14156
14157 * international/quail.el (quail-insert-kbd-layout): Fix previous
14158 change. To avoid unwanted bidi reordering, use
14159 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14160
14161 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14162
14163 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14164 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14165 (ruby-beginning-of-indent): Be more careful with the difference
14166 between word-boundary and symbol boundary.
14167 (ruby-mode-syntax-table): Make : a symbol constituent.
14168
14169 2012-03-21 Andreas Politz <politza@fh-trier.de>
14170
14171 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14172
14173 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * progmodes/etags.el (tags-completion-at-point-function):
14176 Improve last fix.
14177
14178 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14179
14180 2012-03-21 Sam Steingold <sds@gnu.org>
14181
14182 * progmodes/etags.el (tags-completion-at-point-function):
14183 Avoid the error when point is inside the pattern.
14184
14185 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14186
14187 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14188 line (Bug#10855).
14189
14190 2012-03-21 Drew Adams <drew.adams@oracle.com>
14191
14192 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14193
14194 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14195
14196 * ido.el (ido-set-current-directory, ido-read-internal)
14197 (ido-choose-completion-string, ido-completion-help): Handle nil
14198 value of ido-completion-buffer (Bug#11008).
14199
14200 2012-03-21 Sam Steingold <sds@gnu.org>
14201
14202 * window.el (switch-to-prev-buffer): Do not switch to a visible
14203 window previous buffer, just like with the frame previous buffers.
14204
14205 2012-03-21 Chong Yidong <cyd@gnu.org>
14206
14207 * faces.el (make-face, make-empty-face, copy-face):
14208 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14209 Doc fixes.
14210
14211 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14214 (widget-complete): Remove broken use of it.
14215
14216 2012-03-20 Chong Yidong <cyd@gnu.org>
14217
14218 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14219 Use string-width and truncate-string-width to handle arbitrary
14220 characters.
14221
14222 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14223
14224 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14225 to draw rectangles, not squares. (Regression introduced by revno
14226 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14227
14228 2012-03-18 Chong Yidong <cyd@gnu.org>
14229
14230 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14231 it is not yet defined (for temacs).
14232
14233 2012-03-18 Leo Liu <sdl.web@gmail.com>
14234
14235 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14236 prefix.
14237
14238 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14239
14240 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14241 (ispell-choices-win-default-height, ispell-silently-savep)
14242 (ispell-dictionary-alist, ispell-encoding8-command)
14243 (ispell-check-version, ispell-aspell-find-dictionary)
14244 (ispell-valid-dictionary-list, ispell-words-keyword)
14245 (ispell-get-word, ispell-internal-change-dictionary)
14246 (ispell-region, ispell-skip-region-list)
14247 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14248 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14249 (ispell-message-text-end, ispell-message)
14250 (ispell-buffer-local-parsing): Doc fix.
14251
14252 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14253
14254 * htmlfontify.el: Add support for code block fontification for ODT
14255 export (Bug #9914).
14256 (hfy-optimisations): Define new option
14257 `body-text-only'
14258 (hfy-fontify-buffer): Honor above setting.
14259 (hfy-begin-span, hfy-end-span): New routines factored out form
14260 `hfy-fontify-buffer'.
14261 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14262 that permit insertion of custom tags.
14263 (hfy-fontify-buffer): Use above handlers.
14264 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14265 (hfy-face-to-css): Re-defined to be a variable.
14266 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14267 over multiple runs. This is made possible by having the caller let
14268 bind a special variable `hfy-user-sheet-assoc'.
14269 (htmlfontify-string): New defun.
14270 (hfy-compile-face-map): Make sure that the last char in the
14271 buffer is correctly fontified.
14272 (hfy-face-resolve-face): Whitespace only change.
14273
14274 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14275
14276 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14277 message more clear.
14278
14279 2012-03-16 Leo Liu <sdl.web@gmail.com>
14280
14281 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14282
14283 2012-03-16 Alan Mackenzie <acm@muc.de>
14284
14285 Further optimize the handling of large macros.
14286
14287 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14288 limit to a call of `c-literal-limits'.
14289 (c-determine-+ve-limit): New function.
14290 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14291 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14292 In CASE 5B, restrict a search limit to 500.
14293 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14294
14295 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14296 Restrict macro bounds to +-500 from after-change's BEG END.
14297
14298 2012-03-16 Leo Liu <sdl.web@gmail.com>
14299
14300 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14301
14302 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14303
14304 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14305 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14306
14307 2012-03-16 Glenn Morris <rgm@gnu.org>
14308
14309 * view.el (view-buffer, view-buffer-other-window)
14310 (view-buffer-other-frame): Doc fixes re special mode-class.
14311
14312 * subr.el (eval-after-load): If named feature is provided not from
14313 a file, run after-load forms. (Bug#10946)
14314
14315 * calendar/calendar.el (calendar-insert-at-column):
14316 Handle non-unit-width characters a bit better. (Bug#10978)
14317
14318 2012-03-15 Chong Yidong <cyd@gnu.org>
14319
14320 * emacs-lisp/ring.el (ring-extend): New function.
14321 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14322
14323 * comint.el (comint-read-input-ring)
14324 (comint-add-to-input-history): Grow comint-input-ring lazily.
14325
14326 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14329 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14330
14331 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14332 (imenu-add-to-menubar): Don't add a redundant index.
14333 (imenu-update-menubar): Handle a dynamically composed keymap.
14334
14335 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14336
14337 * mail/sendmail.el (mail-encode-header):
14338 Bind rfc2047-encode-encoded-words to nil.
14339
14340 2012-03-13 Glenn Morris <rgm@gnu.org>
14341
14342 * calendar/calendar.el (calendar-string-spread):
14343 Handle non-unit-width characters a bit better. (Bug#10978)
14344
14345 2012-03-13 Leo Liu <sdl.web@gmail.com>
14346
14347 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14348 directory and file as argument (Bug#10822).
14349
14350 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14351
14352 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14353 For dynamically generated code, follow $PC.
14354 (gdb-disassembly-handler-custom): Handle no function name case.
14355
14356 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14357
14358 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14359 * emulation/ws-mode.el (ws-query-replace):
14360 * sort.el (sort-regexp-fields):
14361 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14362
14363 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14364
14365 * dabbrev.el: Fix cycle completion order (bug#10963).
14366 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14367 (dabbrev-completion): Don't use an obarray; provide
14368 a cycle-sort-function.
14369
14370 2012-03-12 Leo Liu <sdl.web@gmail.com>
14371
14372 * simple.el (kill-new): Use equal-including-properties for comparison.
14373 (kill-do-not-save-duplicates): Doc fix.
14374
14375 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * dabbrev.el: Fix cycle completion (bug#10963).
14378 Use lexical binding and wrap to 80 columns.
14379 (dabbrev-completion): Delay computing the list of completions.
14380
14381 2012-03-12 Kenichi Handa <handa@m17n.org>
14382
14383 * international/quail.el (quail-insert-kbd-layout): Surround each
14384 row by LRO and PDF instead of inserting many LRMs. Pad the left
14385 and right of each non-spacing marks. Insert invisible space
14386 between lower and upper characters to prevent composition.
14387
14388 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * minibuffer.el (minibuffer-complete): Don't get confused when the
14391 function is run twice via different commands (bug#10958).
14392 (complete-with-action): Fix docstring.
14393
14394 2012-03-12 Chong Yidong <cyd@gnu.org>
14395
14396 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14397 (nxml-completion-at-point-function): New function.
14398 (nxml-mode): Use it.
14399 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14400
14401 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14402 Load generated autoloads file before byte compiling (Bug#10970).
14403 (package--make-autoloads-and-compile): New helper fun.
14404
14405 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14406
14407 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14408
14409 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14410
14411 * autorevert.el (auto-revert-handler): Ensure, that
14412 file-readable-p is applied only for local files or in
14413 auto-revert-tail-mode.
14414
14415 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14416
14417 * server.el (server-eval-at): Handle non-tcp connections.
14418 Decode result string.
14419
14420 * server.el (server-msg-size): New constant.
14421 (server-reply-print): New function.
14422 (server-eval-and-print): Use it.
14423 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14424 Handle -print-nonl.
14425
14426 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14427
14428 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14429 (Bug#10987).
14430
14431 2012-03-11 Chong Yidong <cyd@gnu.org>
14432
14433 * simple.el (goto-line): Doc fix (Bug#9938).
14434
14435 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14436
14437 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14438 when finished (Bug#10963).
14439
14440 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14441
14442 * window.el (split-window-below): Fix bug in case where
14443 split-window-keep-point is nil (Bug#10971).
14444
14445 2012-03-11 Juri Linkov <juri@jurta.org>
14446
14447 * replace.el (replace-highlight): Set isearch-word to nil
14448 unconditionally. (Bug#10887)
14449
14450 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14451
14452 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14453 mairix-replace-illegal-chars; all callers changed. Don't remove
14454 ^, ~, and = characters: they are meaningful in mairix search specs.
14455 (mairix-widget-create-query): Add usage information about mairix
14456 search forms: negating words, searching for substrings, etc.
14457
14458 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14459
14460 * international/fontset.el (font-encoding-alist): Add an entry for
14461 ksx1001 (Bug#5667).
14462
14463 2012-03-10 Richard Stallman <rms@gnu.org>
14464
14465 * mail/sendmail.el (mail-encode-header):
14466 Set rfc2047-encode-encoded-words.
14467
14468 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14469
14470 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14471 view buffer means not swapped.
14472 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14473 (rmail-write-region-annotate): Error if real text has disappeared.
14474
14475 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14476
14477 2012-03-10 Chong Yidong <cyd@gnu.org>
14478
14479 * emulation/cua-rect.el (cua--init-rectangles):
14480 * emulation/cua-base.el (cua--init-keymaps):
14481 Add delete-forward-char to remappings (Bug#9666).
14482
14483 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14484
14485 * speedbar.el (speedbar-unhighlight-one-tag-line):
14486 Avoid unhighlighting due to frame switching (Bug#10275).
14487
14488 2012-03-10 Chong Yidong <cyd@gnu.org>
14489
14490 * minibuffer.el (completion-in-region, completion-help-at-point):
14491 Give the completion field overlay a high priority (Bug#6830).
14492
14493 * dired.el (dired-goto-file): Recognize absolute file name
14494 listings (Bug#7126).
14495 (dired-goto-file-1): New helper function.
14496 (dired-toggle-read-only): Inhibit warnings.
14497
14498 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14499
14500 * net/dbus.el (dbus-property-handler): Return empty array if
14501 there are no properties.
14502
14503 2012-03-09 Leo Liu <sdl.web@gmail.com>
14504
14505 * savehist.el (savehist-printable): Stricter check for string
14506 value (Bug#10937).
14507
14508 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14509
14510 * mail/smtpmail.el (smtpmail-send-it):
14511 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14512 valid mbox format.
14513
14514 2012-03-09 Glenn Morris <rgm@gnu.org>
14515
14516 * files.el (dir-locals-find-file):
14517 Don't check result is regular, readable.
14518 (dir-locals-read-from-file): Demote errors.
14519
14520 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14521
14522 * international/quail.el (quail-insert-kbd-layout):
14523 Insert invisible LRM characters before each character in a keyboard
14524 layout cell, to prevent their reordering by bidi display engine.
14525 For details, see the discussion in
14526 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14527
14528 2012-03-08 Alan Mackenzie <acm@muc.de>
14529
14530 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14531 the starting position; make it extend the marked region when
14532 invoked repeatedly - all under appropriate circumstances.
14533 Fixes bugs #5525, #10906.
14534
14535 2012-03-08 Glenn Morris <rgm@gnu.org>
14536
14537 * files.el (locate-dominating-file, dir-locals-find-file):
14538 Undo 2012-03-06 change.
14539
14540 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14541
14542 * international/quail.el (quail-help):
14543 Force bidi-paragraph-direction be left-to-right. See discussion in
14544 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14545 for the reason.
14546
14547 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14548
14549 Avoid superfluous registering of signals. (Bug#10807)
14550
14551 * notifications.el (notifications-on-action-object)
14552 (notifications-on-close-object): New defvars.
14553 (notifications-on-action-signal, notifications-on-closed-signal):
14554 Unregister the signal if not needed any longer.
14555 (notifications-notify): Register `notifications-action-signal' or
14556 `notifications-closed-signal', if :on-action or :on-close has been
14557 passed as argument.
14558
14559 2012-03-07 Chong Yidong <cyd@gnu.org>
14560
14561 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14562 non-X platforms.
14563
14564 2012-03-06 Glenn Morris <rgm@gnu.org>
14565
14566 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14567 (x-disown-selection-internal, x-get-selection-internal):
14568 Doc fix (add arglist signatures). (Bug#10783)
14569
14570 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14571
14572 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14573 Handle breakpoints with no "type".
14574
14575 2012-03-06 Glenn Morris <rgm@gnu.org>
14576
14577 * files.el (locate-dominating-file): Add optional predicate argument.
14578 (dir-locals-find-file): Make use of above change.
14579
14580 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14581
14582 * info.el (Info-insert-dir): Also try "dir.gz".
14583
14584 2012-03-06 Glenn Morris <rgm@gnu.org>
14585
14586 * files.el (dir-locals-find-file):
14587 Ignore non-readable or non-regular files. (Bug#10928)
14588
14589 * files.el (locate-dominating-file): Doc fix.
14590
14591 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14592
14593 * calendar/calendar.el (calendar-set-mode-line):
14594 `getenv' returns a string. (Bug#10951)
14595
14596 2012-03-05 Leo Liu <sdl.web@gmail.com>
14597
14598 * simple.el (backward-delete-char-untabify): Constrain point to
14599 field (Bug#10939).
14600
14601 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14602
14603 2012-03-05 Chong Yidong <cyd@gnu.org>
14604
14605 * simple.el (count-words): If called from Lisp, return the word
14606 count, for symmetry with `count-lines'. Arglist changed.
14607 (count-words--message): Args changed. Consolidate counting code
14608 from count-words and count-words-region.
14609 (count-words-region): Caller changed.
14610 (count-lines-region): Make it an obsolete alias.
14611
14612 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14613
14614 * saveplace.el (save-place-to-alist)
14615 (save-place-ignore-files-regexp): Allow value nil to disable this
14616 feature.
14617
14618 2012-03-04 Chong Yidong <cyd@gnu.org>
14619
14620 * faces.el (face-spec-reset-face): For the default face, reset the
14621 attributes to default values (Bug#10748).
14622
14623 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14624
14625 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14626 previous patch: Check `message-send-mail-function', and not the
14627 default function (bug#10897).
14628
14629 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14630
14631 * notifications.el (notifications-on-action-signal)
14632 (notifications-on-closed-signal): Check for unique service name of
14633 incoming event. Fix error in removing entry.
14634 (top): Register for signals with wildcard service name.
14635 (notifications-notify): Use daemon unique service name for map entries.
14636
14637 2012-03-04 Chong Yidong <cyd@gnu.org>
14638
14639 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14640
14641 2012-03-04 Glenn Morris <rgm@gnu.org>
14642
14643 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14644 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14645 (expand-abbrev, define-abbrev-table): Doc fixes.
14646
14647 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14648
14649 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14650 `message-default-send-mail-function' and not `send-mail-function'
14651 when doing the prompting for `sendmail-query-once' before sending
14652 in Message buffers (bug#10897).
14653
14654 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14655 This is inconsistent with all the other stream functions, which leave
14656 the setting up to the higher levels (if so wanted) (bug#10931).
14657
14658 2012-03-02 Alan Mackenzie <acm@muc.de>
14659
14660 Depessimize the handling of very large macros.
14661
14662 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14663 (c-macro-cache-syntactic): New variables to implement a one
14664 element macro cache.
14665 (c-invalidate-macro-cache): New function.
14666 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14667 Adapt to use the new cache.
14668 (c-state-safe-place): Use better the cache of safe positions.
14669 (c-state-semi-nonlit-pos-cache)
14670 (c-state-semi-nonlit-pos-cache-limit):
14671 New variables for...
14672 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14673 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14674 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14675 Use c-state-semi-safe-place.
14676
14677 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14678 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14679
14680 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14681
14682 * jka-compr.el (jka-compr-call-process):
14683 Apply `file-accessible-directory-p' only when the default directory is
14684 not remote.
14685
14686 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14687
14688 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14689 access of FILE2, if FILE1 does not exist.
14690
14691 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14692 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14693
14694 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14695 Add "PAGER=" to `process-environment'.
14696
14697 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14698
14699 * progmodes/sql.el: Bug fix
14700 (sql-get-login-ext): Save login values in globals.
14701 (sql-get-login): Use new version of `sql-get-login-ext'.
14702 (sql-interactive-mode): Set global `sql-connection' to nil.
14703 (sql-connect): Set global values for connection.
14704 (sql-product-interactive): Save global values as buffer local.
14705
14706 2012-02-29 Leo Liu <sdl.web@gmail.com>
14707
14708 * abbrev.el (define-abbrevs): Reset sys to nil.
14709
14710 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14711
14712 * files.el (file-equal-p): Rename from `files-equal-p'.
14713 Return nil when one or both files don't exist.
14714 (file-subdir-of-p): Now only top directory must exists,
14715 return nil if it doesn't.
14716 (copy-directory): No need to test with `file-subdir-of-p' after
14717 creating dir.
14718 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14719 to `file-equal-p'.
14720
14721 2012-02-28 Glenn Morris <rgm@gnu.org>
14722
14723 * shell.el (shell-mode):
14724 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14725 * play/landmark.el (landmark-font-lock-face-O):
14726 * play/handwrite.el (handwrite):
14727 * play/gomoku.el (gomoku-O):
14728 * net/browse-url.el (browse-url-browser-display):
14729 * international/mule.el (define-charset):
14730 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14731 * filesets.el (filesets-find-file-delay):
14732 * eshell/em-xtra.el (eshell-xtra):
14733 * eshell/em-unix.el (eshell-grep):
14734 * emulation/viper.el (viper-mode):
14735 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14736 * emacs-lisp/easymenu.el (easy-menu-define):
14737 * calendar/timeclock.el (timeclock-use-display-time):
14738 * bs.el (bs-mode):
14739 * bookmark.el (bookmark-save-flag):
14740 Doc fix (standardize possessive apostrophe usage).
14741
14742 2012-02-27 Chong Yidong <cyd@gnu.org>
14743
14744 * emulation/viper-cmd.el (viper-intercept-ESC-key):
14745 Fix key-binding lookup for ESC key (Bug#9146).
14746
14747 * font-lock.el (font-lock-specified-p): Rename from
14748 font-lock-spec-present. Callers changed.
14749
14750 2012-02-27 Daniel Hackney <dan@haxney.org>
14751
14752 * emacs-lisp/package.el (package-compute-transaction):
14753 Handle holding a package version to t in package-load-list.
14754
14755 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
14756
14757 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14758 (tramp-get-inode, tramp-get-device): Use cached values.
14759
14760 2012-02-26 Alan Mackenzie <acm@muc.de>
14761
14762 Check there is a font-lock specification before doing initial
14763 fontification.
14764
14765 * font-core.el (font-lock-mode): Move the conditional from
14766 :after-hook to font-lock-initial-fontify.
14767 (font-lock-default-function): Move the check for a specification
14768 to font-lock-spec-present.
14769
14770 * font-lock.el (font-lock-initial-fontify): Call ...
14771 (font-lock-spec-present): New function.
14772
14773 2012-02-26 Jim Blandy <jimb@red-bean.com>
14774
14775 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14776 (gdb-send): Apply it to the operand of the '-interpreter-exec
14777 console' command, so that we can pass arguments with (say) quotes
14778 in them. Store exact string sent in gdb-debug-log (Bug#10765).
14779
14780 2012-02-26 Chong Yidong <cyd@gnu.org>
14781
14782 * help-fns.el (describe-function-1): Clarify description of
14783 remapping (Bug#10844).
14784
14785 * files.el (files-equal-p): Doc fix.
14786 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
14787 and quit the loop once a mismatch is found.
14788
14789 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
14790
14791 * bs.el (bs--show-with-configuration): Don't throw an error
14792 if the window cannot be split; otherwise, subsequent calls to
14793 bs-show fail, restoring a stale window config. (Bug#10882)
14794
14795 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
14796
14797 * term/ns-win.el (global-map): Bind ns-drag-file to
14798 ns-find-file (Bug#5855, Bug#10050).
14799
14800 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
14801
14802 * calendar/parse-time.el (parse-time-string): Allow extractor to
14803 return nil.
14804
14805 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
14806
14807 * net/tramp.el (tramp-file-name-for-operation):
14808 Add `files-equal-p' and `file-subdir-of-p'.
14809
14810 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14811 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14812 Add COPY-CONTENTS argument.
14813
14814 2012-02-25 Chong Yidong <cyd@gnu.org>
14815
14816 Add custom groups for VC backends, for consistency with vc-bzr.
14817
14818 * vc/vc-arch.el (vc-arch):
14819 * vc/vc-cvs.el (vc-cvs):
14820 * vc/vc-git.el (vc-git):
14821 * vc/vc-hg.el (vc-hg):
14822 * vc/vc-mtn.el (vc-mtn):
14823 * vc/vc-rcs.el (vc-rcs):
14824 * vc/vc-sccs.el (vc-sccs):
14825 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14826 All relevant defcustoms reassigned.
14827
14828 2012-02-25 Chong Yidong <cyd@gnu.org>
14829
14830 * newcomment.el (comment-styles): Add autoload (Bug#10868).
14831
14832 * term/x-win.el (x-initialize-window-system): Reduce default for
14833 x-selection-timeout to 5 seconds (Bug#8869).
14834
14835 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14836
14837 * files.el (files-equal-p, file-subdir-of-p): New functions.
14838 (copy-directory): Error when trying to copy a directory on itself.
14839 Add missing copy-contents arg to tramp handler.
14840 * dired-aux.el (dired-copy-file-recursive): Same.
14841 (dired-create-files): Modify destination when source is equal to
14842 dest when copying files.
14843 Return also when dest is a subdir of source. (Bug#10489)
14844
14845 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
14846
14847 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14848 (Bug#10874)
14849
14850 2012-02-23 Alan Mackenzie <acm@muc.de>
14851
14852 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14853 parameter "after-hook:" to allow the expansion to run code after
14854 the execution of the mode hooks.
14855
14856 * font-lock.el (font-lock-initial-fontify): New function extracted
14857 from font-lock-mode-internal.
14858
14859 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14860 :after-hook.
14861
14862 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14865 (completion--cache-all-sorted-completions): New function.
14866 (completion-all-sorted-completions): Use it.
14867 (completion--do-completion, minibuffer-force-complete):
14868 Use it to re-instate the flush hook.
14869
14870 * icomplete.el (icomplete-completions): Replace last fix with a better
14871 one (bug#10850).
14872
14873 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
14874
14875 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14876 when it might call us back infinitely (bug#10797).
14877
14878 2012-02-23 Glenn Morris <rgm@gnu.org>
14879
14880 * minibuffer.el (completion-category-overrides): Doc fix.
14881
14882 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * minibuffer.el (completion-table-with-context): Fix inf-loop.
14885 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14886
14887 2012-02-23 Glenn Morris <rgm@gnu.org>
14888
14889 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14890 (authors-obsolete-files-regexps, authors-ignored-files)
14891 (authors-ambiguous-files, authors-renamed-files-alist):
14892 Add more entries.
14893
14894 2012-02-23 Juri Linkov <juri@jurta.org>
14895
14896 * isearch.el (isearch-occur): Sync interactive spec with occur's
14897 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
14898
14899 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14900
14901 2012-02-22 Juri Linkov <juri@jurta.org>
14902
14903 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14904 (ucs-insert): Doc fix. Check for hex digits in the string.
14905 Don't display `nil' in the error message. (Bug#10857)
14906
14907 2012-02-22 Alan Mackenzie <acm@muc.de>
14908
14909 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14910
14911 2012-02-22 Glenn Morris <rgm@gnu.org>
14912
14913 * ffap.el (ffap-c-path):
14914 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
14915
14916 2012-02-22 Chong Yidong <cyd@gnu.org>
14917
14918 * custom.el (load-theme): Doc fix.
14919
14920 2012-02-22 Glenn Morris <rgm@gnu.org>
14921
14922 * dired-x.el (dired-guess-shell-alist-default):
14923 Remove escape sequences from nroff output. (Bug#172)
14924
14925 2012-02-21 Glenn Morris <rgm@gnu.org>
14926
14927 * vc/emerge.el (emerge-defvar-local):
14928 Set `permanent-local' property rather than unused `preserved'.
14929
14930 * textmodes/picture.el (picture-delete-char): New alias.
14931 (picture-mode-map): Use it. (Bug#10860)
14932 (picture-mode): Doc fix.
14933
14934 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
14935
14936 * newcomment.el (uncomment-region-default): Remove unused binding.
14937
14938 2012-02-21 Glenn Morris <rgm@gnu.org>
14939
14940 * textmodes/picture.el (picture-motion, picture-motion-reverse)
14941 (picture-self-insert, picture-tab-chars): Doc fix.
14942 (picture-mode-map): Fix C-a, C-e.
14943
14944 2012-02-20 Glenn Morris <rgm@gnu.org>
14945
14946 * emacs-lisp/authors.el (authors-aliases): Add another entry.
14947
14948 2012-02-20 Leo Liu <sdl.web@gmail.com>
14949
14950 * icomplete.el (icomplete-completions): Check FROM arg before
14951 passing to substring (Bug#10850).
14952
14953 2012-02-19 Chong Yidong <cyd@gnu.org>
14954
14955 * comint.el: Require ansi-color.
14956 (comint-output-filter-functions): Add ansi-color-process-output.
14957
14958 * ansi-color.el: Don't set comint-output-filter-functions; it is
14959 now in the initial value defined in comint.el.
14960 (ansi-color-apply-face-function): New variable.
14961 (ansi-color-apply-on-region): Use it.
14962 (ansi-color-apply-overlay-face): New function.
14963
14964 * shell.el (shell): No need to require ansi-color.
14965 (shell-mode): Use ansi-color-apply-face-function to highlight
14966 color escapes using font-lock-face property (Bug#10835).
14967
14968 2012-02-19 Chong Yidong <cyd@gnu.org>
14969
14970 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14971 mode-line formats (Bug#10839).
14972
14973 2012-02-18 Glenn Morris <rgm@gnu.org>
14974
14975 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14976
14977 * mail/undigest.el (unforward-rmail-message): Doc fix.
14978
14979 * saveplace.el (save-place-ignore-files-regexp): Add :version.
14980
14981 2012-02-18 Eli Zaretskii <eliz@gnu.org>
14982
14983 * international/characters.el (script-list): Sync with the latest
14984 Unicode Character Database.
14985
14986 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
14987
14988 * international/titdic-cnv.el: Remove duplicate coding tag.
14989 * language/cham.el: Likewise.
14990 * language/tai-viet.el: Likewise.
14991
14992 2012-02-18 Glenn Morris <rgm@gnu.org>
14993
14994 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14995 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14996 (calendar-bahai-all-holidays-flag, calendar-other-dates):
14997 * calendar/diary-lib.el (diary-abbreviated-year-flag):
14998 * calendar/holidays.el (holiday-bahai-holidays)
14999 (calendar-holidays, list-holidays):
15000 Use utf-8 Bahá'í in doc-strings, menus, etc.
15001
15002 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15003
15004 * saveplace.el (save-place-ignore-files-regexp): New variable
15005 allowing for excluding files from saving their location of point.
15006 The default value matches the temporary commit message editing
15007 files from Git, SVN, Bazaar, and Mercurial.
15008 (save-place-to-alist): Use it.
15009
15010 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15011 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * newcomment.el (uncomment-region-default): Don't leave extra space
15014 when an arg is provided (bug#8150).
15015
15016 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15017
15018 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15019
15020 2012-02-17 Glenn Morris <rgm@gnu.org>
15021
15022 * net/socks.el: Require network-stream. (Bug#10599)
15023
15024 2012-02-17 Kenichi Handa <handa@m17n.org>
15025
15026 * international/charprop.el:
15027 * international/uni-name.el:
15028 * international/uni-old-name.el:
15029 * international/uni-comment.el: Regenerate.
15030
15031 2012-02-16 Glenn Morris <rgm@gnu.org>
15032
15033 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15034 Interactively in calendar buffer, give an error if not on a date.
15035
15036 2012-02-15 Glenn Morris <rgm@gnu.org>
15037
15038 * shell.el (shell-delimiter-argument-list):
15039 Revert 2011-02-17 change. (Bug#8027)
15040
15041 2012-02-15 Chong Yidong <cyd@gnu.org>
15042
15043 * minibuffer.el (completion-at-point-functions): Doc fix.
15044
15045 * custom.el (defcustom): Doc fix; note use of defvar.
15046
15047 2012-02-15 Glenn Morris <rgm@gnu.org>
15048
15049 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15050 Doc fixes.
15051
15052 2012-02-14 Glenn Morris <rgm@gnu.org>
15053
15054 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15055
15056 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15057
15058 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15059 way the ports list is computed.
15060 (smtpmail-query-smtp-server): Prompt the user for a port number if
15061 we can't connect to any of the standard ports (bug#10810).
15062
15063 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15064
15065 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15066
15067 2012-02-13 Glenn Morris <rgm@gnu.org>
15068
15069 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15070
15071 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15072
15073 * net/gnutls.el (gnutls-trustfiles): New variable.
15074 (gnutls-negotiate): Use it.
15075
15076 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15077
15078 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15079 does its stuff if Gnus is running.
15080
15081 2012-02-13 Alan Mackenzie <acm@muc.de>
15082
15083 Fix a loop in c-set-fl-decl-start.
15084
15085 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15086 c-backward-syntactic-ws actually moves backwards.
15087
15088 2012-02-13 Leo Liu <sdl.web@gmail.com>
15089
15090 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15091 beginning so that all \C-o chars are removed.
15092
15093 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15094
15095 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15096
15097 2012-02-12 Alan Mackenzie <acm@muc.de>
15098
15099 Fix infinite loop with long macros.
15100 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15101
15102 2012-02-12 Chong Yidong <cyd@gnu.org>
15103
15104 * window.el (display-buffer): Doc fix (Bug#10785).
15105
15106 2012-02-12 Glenn Morris <rgm@gnu.org>
15107
15108 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15109 (x-disown-selection-internal, x-get-selection-internal):
15110 Sync docs with the xselect.c versions.
15111
15112 * allout-widgets.el: Add missing license notice.
15113
15114 2012-02-11 Glenn Morris <rgm@gnu.org>
15115
15116 * select.el (x-get-selection-internal, x-own-selection-internal)
15117 (x-disown-selection-internal):
15118 * x-dnd.el (x-get-selection-internal): Update declarations.
15119
15120 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15121
15122 * window.el (window-sides-slots):
15123 * tool-bar.el (tool-bar-position):
15124 * term/xterm.el (xterm-extra-capabilities):
15125 * ses.el (ses-self-reference-early-detection):
15126 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15127 (verilog-auto-wire-type)
15128 (verilog-auto-delete-trailing-whitespace)
15129 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15130 (verilog-auto-tieoff-declaration):
15131 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15132 (sql-oracle-statement-starters, sql-oracle-scan-on):
15133 * progmodes/prolog.el (prolog-align-comments-flag)
15134 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15135 (prolog-left-indent-regexp, prolog-paren-indent-p)
15136 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15137 (prolog-types, prolog-mode-specificators)
15138 (prolog-determinism-specificators, prolog-directives)
15139 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15140 (prolog-electric-dot-flag)
15141 (prolog-electric-dot-full-predicate-template)
15142 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15143 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15144 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15145 (prolog-program-switches, prolog-prompt-regexp)
15146 (prolog-debug-on-string, prolog-debug-off-string)
15147 (prolog-trace-on-string, prolog-trace-off-string)
15148 (prolog-zip-on-string, prolog-zip-off-string)
15149 (prolog-use-standard-consult-compile-method-flag)
15150 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15151 (prolog-imenu-max-lines, prolog-info-predicate-index)
15152 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15153 (prolog-char-quote-workaround):
15154 * progmodes/cc-vars.el (c-defun-tactic):
15155 * net/tramp.el (tramp-encoding-command-interactive)
15156 (tramp-local-end-of-line):
15157 * net/soap-client.el (soap-client):
15158 * net/netrc.el (netrc-file):
15159 * net/gnutls.el (gnutls):
15160 * minibuffer.el (completion-category-overrides)
15161 (completion-cycle-threshold)
15162 (completion-pcm-complete-word-inserts-delimiters):
15163 * man.el (Man-name-local-regexp):
15164 * mail/feedmail.el (feedmail-display-full-frame):
15165 * international/characters.el (glyphless-char-display-control):
15166 * eshell/em-ls.el (eshell-ls-date-format):
15167 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15168 (lisp-lambda-list-keyword-parameter-indentation)
15169 (lisp-lambda-list-keyword-parameter-alignment):
15170 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15171 * dired-x.el (dired-omit-verbose):
15172 * cus-theme.el (custom-theme-allow-multiple-selections):
15173 * calc/calc.el (calc-highlight-selections-with-faces)
15174 (calc-lu-field-reference, calc-lu-power-reference)
15175 (calc-note-threshold):
15176 * battery.el (battery-mode-line-limit):
15177 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15178 (archive-7z-update):
15179 * allout.el (allout-prefixed-keybindings)
15180 (allout-unprefixed-keybindings)
15181 (allout-inhibit-auto-fill-on-headline)
15182 (allout-flattened-numbering-abbreviation):
15183 * allout-widgets.el (allout-widgets-auto-activation)
15184 (allout-widgets-icons-dark-subdir)
15185 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15186 (allout-widgets-theme-dark-background)
15187 (allout-widgets-theme-light-background)
15188 (allout-widgets-item-image-properties-emacs)
15189 (allout-widgets-item-image-properties-xemacs)
15190 (allout-widgets-run-unit-tests-on-load)
15191 (allout-widgets-time-decoration-activity)
15192 (allout-widgets-hook-error-post-time)
15193 (allout-widgets-track-decoration):
15194 Add missing :version tags to new defcustoms and defgroups.
15195
15196 * progmodes/sql.el (sql-ansi-statement-starters)
15197 (sql-oracle-statement-starters): Add custom type.
15198
15199 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15200 (prolog-system-version): Give it a type.
15201
15202 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15203
15204 * term/pc-win.el (x-select-text, x-selection-owner-p)
15205 (x-own-selection-internal, x-disown-selection-internal)
15206 (x-get-selection-internal): Sync doc strings and argument lists
15207 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15208
15209 2012-02-11 Leo Liu <sdl.web@gmail.com>
15210
15211 * progmodes/python.el (python-end-of-statement): Fix infinite
15212 loop. (Bug#10788)
15213
15214 2012-02-10 Glenn Morris <rgm@gnu.org>
15215
15216 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15217 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15218
15219 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15220
15221 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15222 about SMTP before checking the From header.
15223
15224 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15225 into own function for reuse by emacsbug.el.
15226
15227 2012-02-10 Leo Liu <sdl.web@gmail.com>
15228
15229 * subr.el (condition-case-unless-debug): Rename from
15230 condition-case-no-debug. All callers changed.
15231 (with-demoted-errors): Fix caller.
15232
15233 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15234 * nxml/rng-valid.el (rng-do-some-validation):
15235 * emacs-lisp/package.el (package-refresh-contents)
15236 (package-menu-execute):
15237 * desktop.el (desktop-create-buffer):
15238 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15239
15240 2012-02-10 Glenn Morris <rgm@gnu.org>
15241
15242 * textmodes/bibtex.el:
15243 Add missing :version tags for new/changed defcustoms.
15244
15245 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15246
15247 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15248
15249 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15250 (smtpmail-via-smtp): Use it, or fall back on the From address.
15251 (smtpmail-send-it): Ditto.
15252
15253 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15256 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15257 (byte-compile-tmp-var): New const.
15258 (byte-compile-defvar): Use it to minimize .elc size.
15259 Just use `defvar' rather than simulate it (bug#10761).
15260
15261 2012-02-09 Glenn Morris <rgm@gnu.org>
15262
15263 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15264
15265 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15266 Add :version tags.
15267
15268 * progmodes/compile.el (compilation-error-screen-columns)
15269 (compilation-first-column, compilation-filter-start): Doc fixes.
15270
15271 * vc/log-view.el (log-view-toggle-entry-display):
15272 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15273
15274 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15275 (report-emacs-bug-can-use-xdg-email):
15276 (report-emacs-bug-insert-to-mailer): Doc fixes.
15277 (report-emacs-bug): Message fix.
15278
15279 * net/browse-url.el (browse-url-can-use-xdg-open)
15280 (browse-url-xdg-open): Doc fixes.
15281
15282 * electric.el (electric-indent-mode, electric-pair-mode)
15283 (electric-layout-rules, electric-layout-mode): Doc fixes.
15284 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15285
15286 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15287
15288 * server.el (server-unselect-display): Don't inadvertently kill
15289 the current buffer. (Bug#10729)
15290
15291 2012-02-08 Glenn Morris <rgm@gnu.org>
15292
15293 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15294 (sql-list-table): Doc fixes.
15295
15296 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15297 Comment out (does nothing).
15298
15299 * completion.el (dynamic-completion-mode):
15300 * dirtrack.el (dirtrack-debug-mode):
15301 * electric.el (electric-layout-mode):
15302 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15303 * face-remap.el (text-scale-mode, buffer-face-mode):
15304 * iimage.el (iimage-mode):
15305 * image-mode.el (image-transform-mode):
15306 * minibuffer.el (completion-in-region-mode):
15307 * scroll-lock.el (scroll-lock-mode):
15308 * simple.el (next-error-follow-minor-mode):
15309 * tar-mode.el (tar-subfile-mode):
15310 * tooltip.el (tooltip-mode):
15311 * vcursor.el (vcursor-use-vcursor-map):
15312 * wid-browse.el (widget-minor-mode):
15313 * emulation/tpu-edt.el (tpu-edt-mode):
15314 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15315 * international/iso-ascii.el (iso-ascii-mode):
15316 * language/thai-util.el (thai-word-mode):
15317 * mail/supercite.el (sc-minor-mode):
15318 * net/goto-addr.el (goto-address-mode):
15319 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15320 * progmodes/cwarn.el (cwarn-mode):
15321 * progmodes/flymake.el (flymake-mode):
15322 * progmodes/glasses.el (glasses-mode):
15323 * progmodes/hideshow.el (hs-minor-mode):
15324 * progmodes/pascal.el (pascal-outline-mode):
15325 * textmodes/enriched.el (enriched-mode):
15326 * vc/smerge-mode.el (smerge-mode):
15327 Doc fixes (minor mode argument).
15328
15329 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15330
15331 * ls-lisp.el (ls-lisp-sanitize): New function.
15332 (ls-lisp-insert-directory): Use it to fix or remove any elements
15333 in file-alist with missing attributes. (Bug#4673)
15334
15335 2012-02-07 Alan Mackenzie <acm@muc.de>
15336
15337 Fix spurious recognition of c-in-knr-argdecl.
15338
15339 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15340 putative K&R region.
15341
15342 2012-02-07 Alan Mackenzie <acm@muc.de>
15343
15344 * progmodes/cc-engine.el (c-forward-objc-directive):
15345 Prevent looping in "#pragma mark @implementation".
15346
15347 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15348
15349 * notifications.el (notifications-on-closed-signal): Make `reason'
15350 optional. (Bug#10744)
15351
15352 2012-02-07 Glenn Morris <rgm@gnu.org>
15353
15354 * emacs-lisp/easy-mmode.el (define-minor-mode):
15355 Doc fixes for the macro and the mode it defines.
15356
15357 * image.el (imagemagick-types-inhibit): Doc fix.
15358
15359 * cus-start.el (imagemagick-render-type): Add it.
15360
15361 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15362
15363 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15364 Set the default at load time, too, so that `font-lock-fontify-buffer'
15365 can be called without setting up the entire mode first. This fixes
15366 a bug in `mm-inline-text' with C MIME parts.
15367
15368 2012-02-06 Chong Yidong <cyd@gnu.org>
15369
15370 * simple.el (list-processes--refresh): Delete exited processes
15371 (Bug#8094).
15372
15373 * comint.el (comint-next-prompt): next-single-char-property-change
15374 and prev-single-char-property-change never return nil (Bug#8657).
15375
15376 * custom.el (defcustom): Doc fix (Bug#9711).
15377
15378 2012-02-05 Chong Yidong <cyd@gnu.org>
15379
15380 * cus-edit.el (custom-variable-reset-backup): Quote the value
15381 before storing it in the customized-value property (Bug#6712).
15382 (custom-display): Add a customization type tag.
15383 (custom-buffer-create-internal): Improve tooltip message.
15384
15385 * wid-edit.el (widget-field-value-get): New optional arg to
15386 suppress trailing whitespace truncation.
15387 (character): Use it (Bug#2689).
15388
15389 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15390
15391 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15392 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15393
15394 2012-02-05 Chong Yidong <cyd@gnu.org>
15395
15396 * cus-edit.el (custom-variable-value-create): For mismatched
15397 types, show the current value (Bug#7600).
15398
15399 * custom.el (defcustom): Doc fix.
15400
15401 2012-02-05 Glenn Morris <rgm@gnu.org>
15402
15403 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15404
15405 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15406
15407 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15408 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15409 (pp-last-sexp): Use `looking-at-p'.
15410
15411 2012-02-04 Glenn Morris <rgm@gnu.org>
15412
15413 * files.el (revert-buffer):
15414 Doc fix (mention revert-buffer-in-progress-p).
15415
15416 * emacs-lisp/ert-x.el (ert-simulate-command):
15417 Check deferred-action-list (which is obsolete) is bound.
15418
15419 * subr.el (with-wrapper-hook): Doc fixes.
15420
15421 * simple.el (filter-buffer-substring-functions)
15422 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15423
15424 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15425
15426 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15427 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15428
15429 2012-02-04 Leo Liu <sdl.web@gmail.com>
15430
15431 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15432
15433 2012-02-04 Glenn Morris <rgm@gnu.org>
15434
15435 * image.el (image-extension-data): Add obsolete alias.
15436
15437 * isearch.el (isearch-update): Doc fix.
15438
15439 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15440
15441 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15442
15443 2012-02-03 Glenn Morris <rgm@gnu.org>
15444
15445 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15446 (image-animate-timeout): Doc fix.
15447
15448 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15449
15450 2012-02-02 Glenn Morris <rgm@gnu.org>
15451
15452 * server.el (server-auth-dir): Doc fix.
15453 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15454
15455 * subr.el (run-mode-hooks): Doc fix.
15456
15457 2012-02-02 Juri Linkov <juri@jurta.org>
15458
15459 * image-mode.el (image-toggle-display-image): Remove tautological
15460 `major-mode' from the `derived-mode-p' test.
15461
15462 2012-02-02 Kenichi Handa <handa@m17n.org>
15463
15464 * composite.el (compose-region): Cancel previous change.
15465
15466 2012-02-02 Kenichi Handa <handa@m17n.org>
15467
15468 * composite.el (compose-region, compose-string): Signal error for
15469 a null string component (Bug#6988).
15470
15471 2012-02-01 Chong Yidong <cyd@gnu.org>
15472
15473 * view.el (view-buffer-other-window, view-buffer-other-frame):
15474 Handle special modes like view-buffer (Bug#10650).
15475 (view-buffer): Simplify.
15476
15477 * frame.el (set-frame-font): Tweak meaning of third argument.
15478
15479 * dynamic-setting.el (font-setting-change-default-font):
15480 Use set-frame-font (Bug#9982).
15481
15482 2012-02-01 Glenn Morris <rgm@gnu.org>
15483
15484 * progmodes/compile.el (compilation-internal-error-properties):
15485 Respect compilation-first-column in the "*compilation*" buffer.
15486
15487 * emacs-lisp/easy-mmode.el (define-minor-mode):
15488 Relax :variable's test for a named function.
15489
15490 2012-01-31 Alan Mackenzie <acm@muc.de>
15491
15492 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15493 off by one error.
15494
15495 2012-01-31 Chong Yidong <cyd@gnu.org>
15496
15497 * frame.el (set-frame-font): New arg ALL-FRAMES.
15498
15499 * menu-bar.el (menu-set-font): Use set-frame-font.
15500
15501 * faces.el (face-spec-reset-face): Don't apply unspecified
15502 attribute values to the default face.
15503
15504 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * progmodes/cwarn.el (cwarn): Remove dead link.
15507 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15508 Remove * from defcustom docstrings.
15509 (turn-on-cwarn-mode): Make obsolete.
15510 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15511 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15512
15513 2012-01-31 Glenn Morris <rgm@gnu.org>
15514
15515 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15516 Fix :variable handling of mode a symbol not equal to modefun.
15517 Allow named functions to be used as the cdr of :variable.
15518
15519 2012-01-30 Glenn Morris <rgm@gnu.org>
15520
15521 * emacs-lisp/authors.el (authors-fixed-entries):
15522 Remove reference to deleted file rnewspost.el.
15523
15524 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15525
15526 * window.el (window-with-parameter): Remove unused variable `windows'.
15527 (window--side-check): Remove unused variable `code'.
15528 (window--resize-siblings): Remove unused variable `first'.
15529 (adjust-window-trailing-edge): Remove unused variable `failed'.
15530 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15531 Use `let', not `let*'.
15532 (balance-windows-2): Remove unused variable `found'.
15533 (window--state-put-2): Remove unused variable `splits'.
15534 (window-state-put): Remove unused variable `selected'.
15535 (same-window-p): Use `string-match-p'.
15536 (display-buffer-assq-regexp): Remove unused variable `value'.
15537 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15538 Mark argument ALIST as ignored.
15539 (pop-to-buffer): Remove unused variable `old-window'.
15540
15541 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15542
15543 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15544 and .lzma compressed files.
15545
15546 2012-01-29 Chong Yidong <cyd@gnu.org>
15547
15548 * frame.el (window-system-default-frame-alist): Doc fix.
15549
15550 * dynamic-setting.el (font-setting-change-default-font): Don't
15551 change the default face if SET-FONT argument is non-nil (Bug#9982).
15552
15553 2012-01-29 Samuel Bronson <naesten@gmail.com>
15554
15555 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15556
15557 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15558
15559 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15560 breakpoints in files outside current directory (Bug#6098).
15561
15562 2012-01-29 Chong Yidong <cyd@gnu.org>
15563
15564 * progmodes/python.el: Require ansi-color at top-level.
15565
15566 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15567 Define and use in Emacs Lisp mode (Bug#9360).
15568 (lisp-mode-abbrev-table): Add doc.
15569 (lisp-mode-variables): Don't set local-abbrev-table.
15570 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15571
15572 2012-01-28 Roland Winkler <winkler@gnu.org>
15573
15574 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15575
15576 2012-01-28 Roland Winkler <winkler@gnu.org>
15577
15578 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15579 (bibtex-set-dialect): Use it. Either set global values of
15580 dialect-dependent variables or bind these variables buffer-locally
15581 (Bug#10254).
15582 (bibtex-mode): Call bibtex-set-dialect via
15583 hack-local-variables-hook.
15584 (bibtex-dialect): Update docstring.
15585 Add safe-local-variable predicate.
15586 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15587 bibtex-set-dialect.
15588 (bibtex-mode-map): Define menu for each dialect.
15589 (bibtex-entry): Fix docstring.
15590
15591 2012-01-28 Chong Yidong <cyd@gnu.org>
15592
15593 * eshell/esh-arg.el (eshell-quote-argument): New function.
15594
15595 * eshell/esh-ext.el (eshell-invoke-batch-file):
15596 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15597 first arg to eshell-parse-command (Bug#10523).
15598
15599 2012-01-28 Drew Adams <drew.adams@oracle.com>
15600
15601 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15602 `default-directory' is non-nil.
15603
15604 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15605
15606 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15607 line that displays system-configuration-options. (Bug#9924)
15608
15609 2012-01-28 Drew Adams <drew.adams@oracle.com>
15610
15611 * descr-text.el (describe-char): Show information about POS, in
15612 addition to information about the character at POS. Improve and
15613 update the doc string. Change "code point" to "code point in
15614 charset", to avoid confusion with the character's Unicode code
15615 point shown above that. (Bug#10129)
15616
15617 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15618
15619 * descr-text.el (describe-char): Show the raw character, not only
15620 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15621 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15622 for the reasons.
15623
15624 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15625
15626 * emacs-lisp/package.el (package-install):
15627 Run package-refresh-contents if there is no archive yet (Bug#9798).
15628
15629 2012-01-28 Chong Yidong <cyd@gnu.org>
15630
15631 * emacs-lisp/package.el (package-maybe-load-descriptor):
15632 New function, split from package-maybe-load-descriptor.
15633 (package-maybe-load-descriptor): Use it.
15634 (package-download-transaction): Fully load required packages
15635 inside the loop, so that `require' calls work (Bug#10593).
15636 (package-install): No need to call package-initialize now.
15637
15638 2012-01-28 Chong Yidong <cyd@gnu.org>
15639
15640 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15641
15642 * tooltip.el (tooltip-mode): Doc fix.
15643 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15644
15645 * frame.el (set-cursor-color): Doc fix (Bug#352).
15646
15647 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15648 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15649
15650 * cus-edit.el (custom-buffer-create-internal): Fix search button
15651 action (Bug#10542).
15652 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15653
15654 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15655
15656 * dired.el (dired-mark-files-regexp):
15657 Include any subdirectory components. (Bug#10445)
15658
15659 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15660
15661 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15662 Handle [host]:port syntax. (Bug#10533)
15663
15664 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15665
15666 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15667
15668 2012-01-26 Glenn Morris <rgm@gnu.org>
15669
15670 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15671 * term.el (term-raw-escape-map): Use Control-X-prefix.
15672 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15673
15674 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15675
15676 * window.el (window-state-get, window--state-get-1): Don't deal
15677 with fixed-sizeness of windows. Simplify code.
15678
15679 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15680
15681 * window.el (window--state-get-1, window--state-put-2):
15682 Don't save and restore the mark.
15683
15684 2012-01-25 Chong Yidong <cyd@gnu.org>
15685
15686 * custom.el (custom-variable-p): Doc fix.
15687
15688 2012-01-25 Glenn Morris <rgm@gnu.org>
15689
15690 * dired.el (dired-goto-file): Handle some of the more common
15691 characters that `ls -b' escapes. (Bug#10596)
15692
15693 * progmodes/compile.el (compilation-next-error-function):
15694 Respect compilation-first-column in the "*compilation*" buffer.
15695 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15696
15697 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15698
15699 2012-01-24 Glenn Morris <rgm@gnu.org>
15700
15701 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15702
15703 2012-01-24 Julien Danjou <julien@danjou.info>
15704
15705 * color.el (color-rgb-to-hsl): Fix value computing.
15706 (color-hue-to-rgb): New function.
15707 (color-hsl-to-rgb): New function.
15708 (color-clamp, color-saturate-hsl, color-saturate-name)
15709 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15710 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15711
15712 2012-01-24 Glenn Morris <rgm@gnu.org>
15713
15714 * vc/vc-rcs.el (vc-rcs-create-tag):
15715 * vc/vc-sccs.el (vc-sccs-create-tag):
15716 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15717
15718 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15719
15720 * eshell/esh-util.el (eshell-read-hosts-file):
15721 Skip comment lines. (Bug#10549)
15722
15723 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
15724
15725 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
15726
15727 * subr.el (display-delayed-warnings): Doc fix.
15728 (collapse-delayed-warnings): New function to collapse identical
15729 adjacent warnings.
15730 (delayed-warnings-hook): Add it.
15731
15732 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
15733
15734 * net/tramp.el (tramp-action-login): Set connection property "login-as".
15735
15736 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15737 (tramp-default-user-alist): Don't add "pscp".
15738 (tramp-do-copy-or-rename-file-out-of-band): Use connection
15739 property "login-as", if set. (Bug#10530)
15740
15741 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
15742
15743 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15744 "plink1" and "psftp". (Bug#10530)
15745
15746 2012-01-21 Kenichi Handa <handa@m17n.org>
15747
15748 * international/mule-cmds.el (prefer-coding-system): Show a
15749 warning message if the default value of file-name-coding-system
15750 was not changed.
15751
15752 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15753
15754 * windmove.el (windmove-reference-loc):
15755 Fix windmove-reference-loc miscalculation.
15756
15757 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
15758
15759 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15760 default unit.
15761
15762 2012-01-21 Glenn Morris <rgm@gnu.org>
15763
15764 * international/mule.el (auto-coding-alist): Add .tbz.
15765
15766 * files.el (local-enable-local-variables): Doc fix.
15767 (inhibit-local-variables-regexps): Rename from
15768 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
15769 Doc fix. Add some extensions from auto-coding-alist.
15770 (inhibit-local-variables-suffixes):
15771 Rename from inhibit-first-line-modes-suffixes. Doc fix.
15772 (inhibit-local-variables-p):
15773 New function, extracted from set-auto-mode-1.
15774 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
15775 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
15776 (hack-local-variables): Doc fix. Make the mode-only case
15777 respect enable-local-variables and friends.
15778 Respect inhibit-local-variables-regexps for file-locals, but
15779 not for directory-locals.
15780 (set-visited-file-name):
15781 Take account of inhibit-local-variables-regexps.
15782 Whether it applies may change as the file name is changed.
15783 * jka-cmpr-hook.el (jka-compr-install):
15784 * jka-compr.el (jka-compr-uninstall):
15785 Update for inhibit-first-line-modes-suffixes name change.
15786
15787 2012-01-20 Martin Rudalics <rudalics@gmx.at>
15788
15789 * help-macro.el (make-help-screen): Temporarily restore original
15790 binding for minor-mode-map-alist (Bug#10454).
15791
15792 2012-01-19 Julien Danjou <julien@danjou.info>
15793
15794 * color.el (color-name-to-rgb): Use the white color to find the max
15795 color component value and return correctly computed values.
15796 (color-name-to-rgb): Add missing float conversion for max value.
15797
15798 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15799
15800 * window.el (window--state-get-1, window-state-get): Do not use
15801 special state value for window-persistent-parameters.
15802 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
15803 (window--state-put-2): Reset all window parameters to nil before
15804 assigning values of persistent parameters.
15805
15806 2012-01-18 Alan Mackenzie <acm@muc.de>
15807
15808 Eliminate sluggishness and hangs in fontification of "semicolon
15809 deserts".
15810
15811 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15812 Change value 10000 -> 3000.
15813 (c-state-safe-place): Reformulate so it doesn't stack up an
15814 infinite number of wrong entries in c-state-nonlit-pos-cache.
15815 (c-determine-limit-get-base, c-determine-limit): New functions to
15816 determine backward search limits disregarding literals.
15817 (c-find-decl-spots): Amend commenting.
15818 (c-cheap-inside-bracelist-p): New function which detects "={".
15819
15820 * progmodes/cc-fonts.el
15821 (c-make-font-lock-BO-decl-search-function): Give a limit to a
15822 backward search.
15823 (c-font-lock-declarations): Fix an occurrence of point being
15824 undefined. Check additionally for point being in a bracelist or
15825 near a macro invocation without a semicolon so as to avoid a
15826 fruitless time consuming search for a declarator. Give a more
15827 precise search limit for declarators using the new
15828 c-determine-limit.
15829
15830 2012-01-18 Glenn Morris <rgm@gnu.org>
15831
15832 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15833 (set-auto-mode): Doc fixes.
15834
15835 2012-01-17 Glenn Morris <rgm@gnu.org>
15836
15837 * isearch.el (search-nonincremental-instead): Fix doc typo.
15838
15839 * dired.el (dired-insert-directory): Handle newlines in directory name.
15840 (dired-build-subdir-alist): Unescape newlines in directory name.
15841
15842 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
15843
15844 * net/tramp.el (tramp-local-end-of-line): New defcustom.
15845 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15846 (tramp-action-terminal): Use it. (Bug#10530)
15847
15848 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
15849
15850 * minibuffer.el (completion--replace): Strip properties (bug#10062).
15851
15852 2012-01-16 Martin Rudalics <rudalics@gmx.at>
15853
15854 * window.el (window-state-ignored-parameters): Remove variable.
15855 (window--state-get-1): Rename argument MARKERS to IGNORE.
15856 Handle persistent window parameters. Make copy of clone-of
15857 parameter only if requested. (Bug#10348)
15858 (window--state-put-2): Install a window parameter only if it has
15859 a non-nil value or an existing parameter shall be overwritten.
15860
15861 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
15862
15863 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15864
15865 2012-01-14 Eli Zaretskii <eliz@gnu.org>
15866
15867 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15868 don't pass the (nil) value of `upnode' to string-match.
15869
15870 2012-01-14 Chong Yidong <cyd@gnu.org>
15871
15872 * startup.el (command-line): Fix X resource class for cursorColor.
15873 Fix values recognized by the cursorBlink resource.
15874
15875 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
15876
15877 * epg.el (epg--make-temp-file): Avoid permission race condition
15878 when running on old Emacs versions (bug#10403).
15879
15880 2012-01-14 Glenn Morris <rgm@gnu.org>
15881
15882 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15883
15884 2012-01-13 Alan Mackenzie <acm@muc.de>
15885
15886 Fix filling for when filladapt mode is enabled.
15887
15888 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15889 c-mask-paragraph, pass in `fill-paragraph' rather than
15890 `fill-region-as-paragraph'. (This is a reversion of a previous
15891 change.)
15892 * progmodes/cc-mode.el (c-basic-common-init):
15893 Make fill-paragraph-handle-comment buffer local and set it to nil.
15894
15895 2012-01-13 Glenn Morris <rgm@gnu.org>
15896
15897 * dired.el (dired-switches-escape-p): New function.
15898 (dired-insert-directory): Use dired-switches-escape-p.
15899 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
15900
15901 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
15902
15903 2012-01-12 Glenn Morris <rgm@gnu.org>
15904
15905 * mail/sendmail.el (mail-mode): Update paragraph-separate for
15906 changes in adaptive-fill-regexp. (Bug#10276)
15907
15908 2012-01-11 Alan Mackenzie <acm@muc.de>
15909
15910 Fix Emacs bug #10463 - put `widen's around the critical spots.
15911
15912 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15913 widen around each invocation of c-state-pp-to-literal. Remove an
15914 unused let variable.
15915
15916 2012-01-11 Glenn Morris <rgm@gnu.org>
15917
15918 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
15919 Doc fix.
15920
15921 2012-01-10 Chong Yidong <cyd@gnu.org>
15922
15923 * net/network-stream.el (network-stream-open-starttls):
15924 Avoid emitting a confusing error message when the server gives a bad
15925 response to the capability command.
15926
15927 2012-01-10 Glenn Morris <rgm@gnu.org>
15928
15929 * mail/unrmail.el (unrmail): Tweak previous change.
15930
15931 2012-01-09 Chong Yidong <cyd@gnu.org>
15932
15933 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15934
15935 2012-01-08 Alan Mackenzie <acm@muc.de>
15936
15937 Optimize font locking in long enum definitions.
15938
15939 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15940 arm to a cond form to handle enums.
15941 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15942 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15943
15944 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
15945
15946 * files.el (move-file-to-trash): Preserve default file modes on error.
15947 (Bug#10401)
15948
15949 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15950
15951 * faces.el (set-face-attribute): Clarify the meaning of the nil
15952 frame (bug#10294).
15953
15954 * subr.el (with-selected-frame): Mention that the selected frame
15955 is restored (bug#9980).
15956
15957 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15958 (bug#9759).
15959
15960 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15961 (password-read): Don't autoload unused function.
15962
15963 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
15964
15965 * progmodes/which-func.el (which-func-mode): Turn into a
15966 non-interactive function and mark as obsolete (bug#10428).
15967
15968 2012-01-06 Chong Yidong <cyd@gnu.org>
15969
15970 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15971 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15972 functions, along with 1 and -1.
15973
15974 2012-01-06 Eli Zaretskii <eliz@gnu.org>
15975
15976 * time.el (display-time-load-average)
15977 (display-time-default-load-average): Doc fixes. See the thread
15978 starting at
15979 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15980 for the details.
15981
15982 2012-01-06 Glenn Morris <rgm@gnu.org>
15983
15984 * mail/unrmail.el (unrmail): Give an explicit error if the input file
15985 has no messages. (Bug#10377)
15986
15987 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15988 than Info-edit. (Bug#10385)
15989
15990 * time.el (display-time-load-average, display-time-next-load-average):
15991 Doc fixes.
15992
15993 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15994 local setting of buffer-read-only to the input buffer. (Bug#10419)
15995
15996 * calendar/calendar.el (calendar-mode):
15997 Locally set scroll-margin to 0. (Bug#10379)
15998
15999 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16000
16001 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16002
16003 2012-01-05 Glenn Morris <rgm@gnu.org>
16004
16005 * eshell/em-unix.el (diff-no-select): Autoload it.
16006 (eshell/diff): Use diff-no-select. (Bug#10420)
16007
16008 2012-01-05 Chong Yidong <cyd@gnu.org>
16009
16010 * shell.el (shell-dynamic-complete-functions): Revert last change.
16011 (shell-command-completion-function): New function.
16012 (shell-completion-vars): Use it to implement
16013 shell-completion-execonly (Bug#10417).
16014
16015 * custom.el (enable-theme): Don't set custom-safe-themes.
16016
16017 * cus-theme.el (custom-theme-merge-theme):
16018 Ignore custom-enabled-themes and custom-safe-themes.
16019
16020 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16021
16022 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16023 first prompt in `sql-interacive-mode'.
16024 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16025 keywords.
16026 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16027 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16028 context of original buffer. Invoke `sql-login-hook'.
16029
16030 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16031
16032 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16033 letters in cite-prefix.
16034
16035 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16036
16037 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16038
16039 2012-01-03 Chong Yidong <cyd@gnu.org>
16040
16041 * shell.el (shell-dynamic-complete-functions):
16042 Put pcomplete-completions-at-point, so as to try
16043 comint-filename-completion first (Bug#10417).
16044
16045 2012-01-02 Richard Stallman <rms@gnu.org>
16046
16047 * battery.el (battery-status-function):
16048 Detect when to use battery-yeeloong-sysfs.
16049 (battery-echo-area-format): Add string for Yeeloong.
16050 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16051 (battery-yeeloong-sysfs): New function.
16052
16053 2012-01-02 Chong Yidong <cyd@gnu.org>
16054
16055 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16056 (dirtrack): Merge code for handling relative filenames in prompt
16057 from shell-dir-cookie-watcher.
16058 (dirtrack-debug-message): New arg to avoid excess format calls.
16059
16060 * shell.el (shell-dir-cookie-re): Variable deleted.
16061 (shell-dir-cookie-watcher): Function deleted.
16062 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16063 with dirtrack-mode.
16064
16065 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16066
16067 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16068 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16069 libgnutls-26.dll.
16070
16071 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16072
16073 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16074
16075 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16076
16077 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16078 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16079
16080 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16081
16082 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16083 also for alternative shells.
16084 (tramp-open-connection-setup-interactive-shell): Check, whether
16085 the shell is a busybox.
16086 (tramp-send-command): Don't suppress multiple prompts for
16087 busyboxes, it hurts.
16088
16089 2011-12-28 Chong Yidong <cyd@gnu.org>
16090
16091 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16092 (gdb-get-source-file): Move mode line update to
16093 gdb-get-source-file (Bug#10087).
16094
16095 2011-12-25 Chong Yidong <cyd@gnu.org>
16096
16097 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16098 gud-gdb-marker-filter without taking it as an argument.
16099 (gud-gdb-run-command-fetch-lines): Caller changed.
16100 (gud-gdb-completion-function): New variable.
16101 (gud-gdb-completion-at-point): Use it.
16102 (gud-gdb-completions-1): Split from gud-gdb-completions.
16103
16104 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16105 function as separate arguments.
16106 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16107 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16108 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16109 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16110 (gdb-stopped, def-gdb-auto-update-trigger)
16111 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16112 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16113 Callers changed.
16114 (gud-gdbmi-completions): New function.
16115 (gdb): Use it for generating the completion table.
16116
16117 2011-12-24 Alan Mackenzie <acm@muc.de>
16118
16119 Introduce a mechanism to widen the region used in context font
16120 locking. Use this to protect declarations from losing their contexts.
16121
16122 * progmodes/cc-langs.el (c-before-font-lock-functions):
16123 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16124 (c-before-context-fontification-functions): New defvar, a list of
16125 functions to be run just before context (etc.) font locking.
16126
16127 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16128 New, functionality extracted from
16129 c-neutralize-syntax-in-and-mark-CPP.
16130 (c-in-after-change-fontification): New variable.
16131 (c-after-change): Set c-in-after-change-fontification.
16132 (c-set-fl-decl-start): Rejig its interface, so it can be called
16133 from both after-change and context fontifying.
16134 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16135 New functions.
16136 (c-standard-font-lock-fontify-region-function): New variable.
16137 (c-font-lock-fontify-region): New function.
16138
16139 2011-12-24 Juri Linkov <juri@jurta.org>
16140
16141 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16142 (Bug#10348)
16143
16144 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16145
16146 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16147 existence of source file. (Bug#10325)
16148
16149 2011-12-23 Alan Mackenzie <acm@muc.de>
16150
16151 Fix unstable fontification inside templates.
16152
16153 * progmodes/cc-langs.el (c-before-font-lock-functions):
16154 Newly created from the singular version. The (c c++ objc) entry now
16155 additionally has c-set-fl-decl-start. The other languages (apart
16156 from AWK) have that as a single entry.
16157
16158 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16159 The functionality for "local" declarations has been extracted to
16160 c-set-fl-decl-start.
16161
16162 * progmodes/cc-mode.el (c-common-init, c-after-change):
16163 Changes due to pluralisation of c-before-font-lock-functions.
16164 (c-set-fl-decl-start): New function, extracted from
16165 c-font-lock-enclosing-decls and enhanced.
16166
16167 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16168
16169 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16170
16171 2011-12-22 Juri Linkov <juri@jurta.org>
16172
16173 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16174
16175 2011-12-22 Chong Yidong <cyd@gnu.org>
16176
16177 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16178
16179 2011-12-21 Drew Adams <drew.adams@oracle.com>
16180
16181 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16182
16183 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16184
16185 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16186
16187 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16188
16189 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16190 highlighting and support. Fix up comments for capitalization.
16191 (cfengine-mode-debug): New var.
16192 (cfengine3-mode): Change the modeline indicator to "CFE3".
16193 (cfengine3-font-lock-keywords): Improve defun highlighting.
16194 (cfengine2-actions): Rename from `cfengine-actions'.
16195 (cfengine2-font-lock-keywords): Rename from
16196 `cfengine-font-lock-keywords'.
16197 (cfengine2-imenu-expression): Rename from
16198 `cfengine-imenu-expression'.
16199 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16200 (cfengine2-beginning-of-defun): Rename from
16201 `cfengine-beginning-of-defun'.
16202 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16203 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16204 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16205 modeline indicator to "CFE2".
16206 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16207 (cfengine-mode-abbrevs): Mark obsolete.
16208
16209 2011-12-21 Chong Yidong <cyd@gnu.org>
16210
16211 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16212 filename argument.
16213
16214 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16215
16216 * window.el (window-normalize-buffer-to-display): Remove.
16217 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16218
16219 2011-12-19 Chong Yidong <cyd@gnu.org>
16220
16221 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16222 Don't signal an error in a predicate function; return non-nil.
16223 (vc-dir-mark-file): Move the error here.
16224 (vc-dir-mark-unmark): If acting on the region, keep going if one
16225 of the entries cannot be marked/unmarked.
16226 (vc-dir-mark-all-files): If current entry is a directory, mark
16227 only child files, as documented.
16228
16229 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16230
16231 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16232 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16233 addition.
16234
16235 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16236
16237 * term/ns-win.el (ns-get-selection-internal)
16238 (ns-store-selection-internal): Declare.
16239 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16240 Declare as obsolete.
16241 (ns-get-pasteboard, ns-paste-secondary):
16242 Use ns-get-selection-internal.
16243 (ns-set-pasteboard, ns-copy-including-secondary):
16244 Use ns-store-selection-internal.
16245
16246 2011-12-17 Chong Yidong <cyd@gnu.org>
16247
16248 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16249 (vc-deduce-fileset): Doc fix.
16250
16251 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16252
16253 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16254
16255 2011-12-13 Sam Steingold <sds@gnu.org>
16256
16257 * man.el (Man-getpage-in-background): When running under a
16258 window-system, ignore $MANWIDTH and $COLUMNS.
16259
16260 2011-12-15 Kenichi Handa <handa@m17n.org>
16261
16262 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16263 (setup-ethiopic-environment-internal): Comment out key-binding for
16264 ethio-toggle-punctuation.
16265
16266 2011-12-13 Alan Mackenzie <acm@muc.de>
16267
16268 Add the switch statement to AWK Mode.
16269
16270 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16271 "default" to the keywords regexp.
16272
16273 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16274 expression as the rest.
16275 (c-nonlabel-token-key): Allow string literals for AWK.
16276 Refactor for the other modes.
16277
16278 Large brace-block initialisation makes CC Mode slow: Fix.
16279 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16280 routines. Limit backward searching in c-font-lock-enclosing.decl.
16281
16282 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16283 pp-state and literal type in addition to the limits.
16284 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16285 (c-state-literal-at): Use the above new defun.
16286 (c-slow-in-literal, c-fast-in-literal): Remove.
16287 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16288
16289 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16290 being in a literal. Add a limit for backward searching.
16291
16292 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16293 c-slow-in-literal.
16294
16295 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16298
16299 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16300
16301 * window.el (delete-other-windows): Use correct frame in call to
16302 window-with-parameter.
16303
16304 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16305
16306 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16307 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16308 (makefile-gmake-statements, makefile-makepp-statements):
16309 Use it and add new makepp keywords.
16310 (makefile-makepp-font-lock-keywords): Add new patterns.
16311 (makefile-match-function-end): Match new [...] and [[...]].
16312
16313 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16314
16315 * ses.el (ses-call-printer-return, ses-cell-property-get)
16316 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16317 (ses-create-cell-variable, ses-reset-header-string)
16318 (ses-cell-set-formula, ses-repair-cell-reference-all)
16319 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16320 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16321 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16322 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16323 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16324 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16325 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16326 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16327 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16328 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16329 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16330 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16331
16332 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16333
16334 * ses.el: The overall change is to add cell renaming, that is
16335 setting fancy names for cell symbols other than name matching
16336 "\\`[A-Z]+[0-9]+\\'" regexp .
16337 (ses-create-cell-variable): New defun.
16338 (ses-relocate-formula): Relocate formulas only for cells the
16339 symbols of which are not renamed, i.e. symbols whose names do not
16340 match regexp "\\`[A-Z]+[0-9]+\\'".
16341 (ses-relocate-all): Relocate values only for cells the symbols of
16342 which are not renamed.
16343 (ses-load): Create cells variables as the (ses-cell ...) are read,
16344 in order to check row col consistency with cell symbol name only
16345 for cells that are not renamed.
16346 (ses-replace-name-in-formula): New defun.
16347 (ses-rename-cell): New defun.
16348
16349 2011-12-11 Chong Yidong <cyd@gnu.org>
16350
16351 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16352 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16353
16354 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16355
16356 * window.el (other-window): Fix docstring.
16357
16358 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16359
16360 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16361 `from' or `to' address before taking its substring.
16362 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16363 encoded name is chopped in the middle of the encoded string, and
16364 thus displayed encoded.
16365
16366 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16367
16368 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16369
16370 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16371
16372 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16373 to use texinfo-update-node and commands that call it if the
16374 Texinfo file uses @node lines without next/prev/up pointers.
16375 Correct outdated description about texinfo-master-menu.
16376 (texinfo-all-menus-update, texinfo-master-menu)
16377 (texinfo-update-node, texinfo-every-node-update)
16378 (texinfo-multiple-files-update): Doc fix. Warn against updating
16379 all the @node lines.
16380 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16381 argument is numeric. Explain better in the doc string what the
16382 function really does.
16383 (texinfo-insert-master-menu-list): Improve the error message
16384 displayed if there's no menu in the Top node.
16385 (Bug#2975) See also this thread:
16386 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16387
16388 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16389
16390 * speedbar.el (speedbar-supported-extension-expressions):
16391 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16392
16393 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16394
16395 * printing.el (pr-mode-alist):
16396 * simple.el (filter-buffer-substring-functions)
16397 (completion-list-insert-choice-function):
16398 * window.el (window-with-parameter, window-atom-root)
16399 (window-sides-slots, window-size-fixed, window-min-delta)
16400 (window-max-delta, window--resize-mini-window)
16401 (window--resize-child-windows-normal, window-tree)
16402 (delete-other-windows, quit-window, split-window)
16403 (display-buffer-record-window, special-display-buffer-names)
16404 (special-display-regexps, special-display-popup-frame)
16405 (same-window-p, split-window-sensibly)
16406 (display-buffer-overriding-action, display-buffer-alist)
16407 (display-buffer-base-action, display-buffer, switch-to-buffer)
16408 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16409 (fit-window-to-buffer, recenter-positions)
16410 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16411 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16412 and remove unneeded backslashes in docstrings.
16413
16414 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16415
16416 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16417
16418 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16419 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16420 end in ".mk".
16421 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16422 when reading the makefile (bug#10116).
16423
16424 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16425
16426 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16427 (bug#10116).
16428
16429 2011-12-06 Glenn Morris <rgm@gnu.org>
16430
16431 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16432
16433 2011-12-06 Chong Yidong <cyd@gnu.org>
16434
16435 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16436
16437 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16438
16439 * textmodes/table.el (table-shorten-cell): Fix typo.
16440
16441 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16442
16443 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16444
16445 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16446
16447 * descr-text.el (describe-char): Fix display of strong
16448 right-to-left characters and directional embeddings and overrides.
16449
16450 * simple.el (what-cursor-position): Fix display of codepoints of
16451 strong right-to-left characters.
16452
16453 2011-12-05 Chong Yidong <cyd@gnu.org>
16454
16455 * faces.el (read-color): Doc fix.
16456
16457 2011-12-05 Glenn Morris <rgm@gnu.org>
16458
16459 * align.el (align--set-marker): Add doc-string.
16460 Don't try to move something that is not a marker. (Bug#10216)
16461
16462 2011-12-04 Glenn Morris <rgm@gnu.org>
16463
16464 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16465 overly zealous deletion of trailing whitespace.
16466
16467 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16468
16469 * server.el (server-delete-client): On Windows, do not try to delete
16470 the only terminal.
16471 (server-process-filter): On Windows, treat requests for a tty frame as
16472 if they were for a GUI frame if the running server is in GUI mode.
16473
16474 2011-12-03 Glenn Morris <rgm@gnu.org>
16475
16476 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16477
16478 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16479
16480 * electric.el: Streamline electric-indent's hook.
16481 (electric-indent-chars): Revert to simple list.
16482 (electric-indent-functions): New var.
16483 (electric-indent-post-self-insert-function): Use it.
16484
16485 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16486 there's no inferior buffer (bug#10196).
16487 (prolog-consult-compile): Don't use toggle-read-only.
16488
16489 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16490
16491 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16492 interrupt. (Bug#10187)
16493
16494 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16495
16496 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16497 (bug#9160).
16498
16499 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16500 (bug#10191).
16501
16502 2011-12-02 Juri Linkov <juri@jurta.org>
16503
16504 * info.el (Info-search): Display "end of manual" when Isearch
16505 reaches the end of single-file Info manual. (Bug#9918)
16506
16507 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16508
16509 * isearch.el (isearch-message-prefix): Run the input method part
16510 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16511
16512 2011-12-02 Juri Linkov <juri@jurta.org>
16513
16514 * isearch.el (isearch-occur): Use `word-search-regexp' for
16515 `isearch-word'.
16516 (isearch-search-and-update): Add condition for `isearch-word' and
16517 call `word-search-regexp'. (Bug#10145)
16518
16519 2011-12-01 Glenn Morris <rgm@gnu.org>
16520
16521 * eshell/em-hist.el (eshell-hist-initialize):
16522 Handle eshell-history-size nil and HISTSIZE set or unset.
16523 (eshell-history-file-name, eshell-history-size): Fix custom type.
16524
16525 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16528
16529 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16530
16531 * progmodes/verilog-mode.el (verilog-pretty-expr):
16532 Rework verilog-pretty-expr to handle new assignment operators in system
16533 verilog, such as += *= and the like.
16534 (verilog-assignment-operator-re): Regular expression to find the
16535 assigment operator in a verilog assignment.
16536 (verilog-assignment-operation-re): Regular expression to find an
16537 assignment statement for pretty-expr.
16538 (verilog-in-attribute-p): Query returns true if point is in an
16539 attribute context; used to skip these for expression line up from
16540 pretty-expr.
16541 (verilog-in-parameter-p): Query returns true if point is in an
16542 parameter definition context; used to skip these for expression
16543 line up from pretty-expr.
16544 (verilog-in-parenthesis-p): Query returns true if point is in a
16545 parenthetical expression, specifically ( ) but not [ ] or { };
16546 used by pretty-expr.
16547 (verilog-just-one-space): If there is no space, don't add one.
16548 (verilog-get-lineup-indent-2): Specifically skip just attribute
16549 contexts for expression lineup, rather than skipping all
16550 parenthetical expressions.
16551 (verilog-calculate-indent): Fix comment, and fix indent.
16552 (verilog-do-indent): Indent declarations in lists (suggested by
16553 Joachim Lechner).
16554 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16555 skeleton items.
16556 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16557 by Alain Mellan).
16558
16559 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16560
16561 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16562 parameters with embedded comments. Reported by Ray Stevens.
16563 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16564 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16565 Reported by Tim Holt.
16566 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16567 instantiated by upper module causing wrong expansion until AUTOed a
16568 second time. Reported by K C Buckenmaier.
16569 (verilog-diff-auto): Fix showing .* as a difference when
16570 `verilog-auto-star-save' off. Reported by Dan Dever.
16571 (verilog-auto-reset, verilog-read-always-signals)
16572 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16573 temporary signals in reset list if
16574 verilog-auto-reset-blocking-in-non is nil, and match assignment
16575 style to each signal's assignment type, bug381.
16576 Reported by Thomas Esposito.
16577 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16578 (verilog-uvm-statement-re): Support UVM indentation and
16579 highlighting, with old OVM keywords only.
16580 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16581 Support AUTOTIEOFF creating non-wire data types.
16582 Suggested by Jonathan Greenlaw.
16583 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16584 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16585 (verilog-inject-sense, verilog-read-inst-pins)
16586 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16587 Fix mismatching parenthesis inside commented out code when deleting
16588 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16589 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16590 non-numeric vector width. Reported by Alex Reed.
16591 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16592 detecting signals with parameter widths. Reported by Alex Reed.
16593 (verilog-auto-delete-trailing-whitespace):
16594 With `verilog-auto-delete-trailing-whitespace' remove trailing
16595 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16596 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16597 Fix verilog-scan-cache corruption when running user AUTO expansion
16598 hooks that call indentation routines.
16599 (verilog-simplify-range-expression): Fix typo ignoring lower case
16600 identifiers.
16601 (verilog-delete-auto): Fix delete-autos to also remove user created
16602 automatics, as long as they start with AUTO.
16603 (verilog-batch-diff-auto, verilog-diff-auto)
16604 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16605 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16606 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16607 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16608 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16609 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16610 is disabled and its cache will get corrupt, causing AUTOS not to
16611 expand. Instead use only -quick functions.
16612 (verilog-scan-region): Fix scanning over escaped quotes.
16613 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16614 (verilog-re-search-backward-quick)
16615 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16616 related functions now ignore strings, to fix misparsing of strings
16617 with magic comments embedded in them.
16618 (verilog-read-auto-template):
16619 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16620 Reported by Brad Dobbie.
16621 (verilog-read-auto-template):
16622 Fix 'verilog-auto-inst-template-numbers' with comments.
16623 Reported by Brad Dobbie.
16624 (verilog-auto-inst, verilog-auto-inst-param)
16625 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16626 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16627 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16628 debugging templates without merge conflicts, bug357.
16629 Reported by Brad Dobbie.
16630 (verilog-read-auto-template):
16631 Fix verilog-auto-inst-template-numbers with multiple templates.
16632 Reported by Brad Dobbie.
16633 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16634 abbrevs so user won't be asked to save.
16635 (verilog-read-auto-lisp-present): Fix to start at beginning of
16636 buffer in case called outside of verilog-auto.
16637 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16638 to "X-2". Reported by Matthew Myers.
16639 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16640 all inputs from module templates. Reported by Leith Johnson.
16641 (verilog-module-inside-filename-p): Fix locating programs as with
16642 modules.
16643 (verilog-auto-inst-port): Fix vl-width expressions when using
16644 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16645 (verilog-decls-get-regs, verilog-decls-get-signals,
16646 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16647 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16648 verilog-read-decls): Combine reg and wire structures into one var
16649 structure to represent SystemVerilog concepts.
16650 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16651 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16652 (verilog-auto-wire-type, verilog-insert-definition):
16653 Add verilog-auto-wire-type and AUTOLOGIC to support using
16654 SystemVerilog "logic" keyword instead of "wire"/"reg".
16655 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16656 to declares outputs that also have assignments (presumably in an
16657 ifdef or generate if so there's not a driver conflict).
16658 Reported by Matthew Myers.
16659 (verilog-auto-declare-nettype, verilog-insert-definition):
16660 Add verilog-auto-declare-nettype to fix declarations using
16661 `default_nettype none. Reported by Julian Gorfajn.
16662 (verilog-read-always-signals-recurse, verilog-read-decls)
16663 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16664 malformed end statement, bug325. Reported by Joshua Wise and
16665 Andrew Drake.
16666 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16667 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16668 when expanding .* in interfaces, bug320.
16669 Reported by Pierre-David Pfister.
16670 (verilog-read-module-name): Fix import statements between module
16671 name and open parenthesis, bug317.
16672 Reported by Pierre-David Pfister.
16673 (verilog-simplify-range-expression): Fix simplification of
16674 multiplications inside AUTOWIRE connections, bug303.
16675 (verilog-auto-inst-port): Support parameter expansion in
16676 multidimensional arrays.
16677 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16678 after "assert property". Reported by Julian Gorfajn.
16679 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16680 with multiplication, bug303.
16681 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16682 Reported by Jan Frode Lonnum.
16683
16684 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16685
16686 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16687 (hfy-shell-file-name, hfy-shell):
16688 * international/fontset.el (x-decompose-font-name): Fix typos.
16689
16690 2011-11-29 Ken Brown <kbrown@cornell.edu>
16691
16692 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16693 (gdb-version): Remove defvar.
16694 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16695 (gdb-gud-context-command, gdb-non-stop-handler)
16696 (gdb-current-context-command, gdb-stopped): Use it.
16697 (gdb-init-1): Enable pretty printing here.
16698 (gdb-non-stop-handler): Don't enable pretty-printing here.
16699 Check to see if the target supports non-stop mode; if not, turn off
16700 non-stop mode. Use the following.
16701 (gdb-check-target-async): New defun.
16702 (gud-watch, gdb-stopped): Fix whitespace.
16703 (gdb-get-source-file): Don't try to display the source file if
16704 `gdb-main-file' is nil.
16705
16706 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16707
16708 * align.el: Try to generate fewer markers (bug#10047).
16709 (align--set-marker): New macro.
16710 (align-region): Use it.
16711
16712 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16715
16716 2011-11-29 Chong Yidong <cyd@gnu.org>
16717
16718 * indent.el (indent-for-tab-command, indent-according-to-mode):
16719 Doc fix.
16720 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16721
16722 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
16723
16724 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16725 aware of remote file names. (Bug#10124)
16726
16727 2011-11-29 Chong Yidong <cyd@gnu.org>
16728
16729 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16730
16731 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * files.el (find-file): Don't use force-same-window (bug#10144).
16734 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16735 use pop-to-buffer if the selected window can't be used.
16736 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16737
16738 2011-11-28 Eli Zaretskii <eliz@gnu.org>
16739
16740 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16741 special-mode-map.
16742
16743 2011-11-28 Chong Yidong <cyd@gnu.org>
16744
16745 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16746
16747 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
16748
16749 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16750 gdb-get-source-file-list on gdb-create-source-file-list.
16751
16752 2011-11-26 Eli Zaretskii <eliz@gnu.org>
16753
16754 * whitespace.el (whitespace-newline): Use a different foreground
16755 color for 16-color light-background displays.
16756
16757 2011-11-24 Chong Yidong <cyd@gnu.org>
16758
16759 * window.el (display-buffer--special-action): Doc fix.
16760
16761 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
16762
16763 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16764 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16765 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16766 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16767 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16768 (avl-tree-stack-first):
16769 * emacs-lisp/cconv.el (cconv--analyse-use):
16770 * net/gnutls.el (gnutls-negotiate): Fix typos.
16771
16772 2011-11-24 Glenn Morris <rgm@gnu.org>
16773
16774 * lpr.el (lpr-windows-system, lpr-lp-system):
16775 * mail/binhex.el (binhex-begin-line):
16776 * progmodes/grep.el (grep-history, grep-find-history):
16777 * textmodes/flyspell.el:
16778 * vc/pcvs-defs.el (cvs-global-menu):
16779 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16780 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16781 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16782
16783 * net/tls.el: Fix case of "GnuTLS".
16784
16785 * paths.el (rmail-file-name): Format doc-string for make-docfile.
16786
16787 * version.el (emacs-build-system): Give it a doc-string.
16788
16789 2011-11-24 Juri Linkov <juri@jurta.org>
16790
16791 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16792
16793 2011-11-24 Glenn Morris <rgm@gnu.org>
16794
16795 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16796 if called on a non-mime message just toggle the headers. (Bug#8006)
16797
16798 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
16799
16800 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16801 (allout-lead-with-comment-string, allout-structure-deleted-hook)
16802 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16803 (allout-rebullet-heading, allout-open-sibtopic)
16804 (allout-toggle-current-subtree-encryption)
16805 (allout-toggle-subtree-encryption, allout-encrypt-string)
16806 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16807 (allout-distinctive-bullets-string, allout-auto-activation):
16808 * window.el (window-normalize-buffer-to-display):
16809 * progmodes/verilog-mode.el (verilog-batch-indent):
16810 * textmodes/bibtex.el (bibtex-field-braces-opt)
16811 (bibtex-field-strings-opt):
16812 * vc/cvs-status.el (cvs-tree-merge):
16813 Fix typos.
16814
16815 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
16816
16817 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16818 `non-essential' to t, in order to avoid remote connections.
16819
16820 2011-11-23 Eli Zaretskii <eliz@gnu.org>
16821
16822 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16823 On MS-DOS and MS-Windows, compare with loaddefs.el
16824 case-insensitively.
16825
16826 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16827
16828 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
16829
16830 2011-11-23 Glenn Morris <rgm@gnu.org>
16831
16832 * paths.el (rmail-file-name): Reformat the doc-string so that it
16833 is picked up.
16834
16835 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16836 (rmail-auto-file): Ignore case in the "special" field names,
16837 as mail-fetch-field does for all others.
16838
16839 * mail/rmail.el (rmail-forward):
16840 * mail/rmailkwd.el (rmail-set-label):
16841 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16842 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
16843
16844 * mail/rmail.el (rmail-current-message): Doc fix.
16845
16846 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
16847
16848 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * server.el (server-eval-and-print): Allow C-g (bug#6585).
16851
16852 2011-11-22 Glenn Morris <rgm@gnu.org>
16853
16854 * mail/rmailmm.el (test-rmail-mime-handler)
16855 (test-rmail-mime-bulk-handler)
16856 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16857
16858 2011-11-21 Juri Linkov <juri@jurta.org>
16859
16860 * calc/calc.el (calc-read-key-sequence):
16861 Let-bind `input-method-function' to nil. (Bug#10018)
16862
16863 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16864
16865 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16866 Tell the caller that the next line needs recomputation, even
16867 though it doesn't start a sexp (bug#10094).
16868
16869 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16870
16871 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16872
16873 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16876 Use force-same-window.
16877
16878 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16879
16880 * descr-text.el (describe-char-unicode-data):
16881 * json.el (json-string-escape):
16882 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16883 (Footnote-unicode, Footnote-style-p):
16884 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16885
16886 2011-11-20 Chong Yidong <cyd@gnu.org>
16887
16888 * window.el (replace-buffer-in-windows): Restore interactive spec.
16889
16890 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16891
16892 * electric.el (electric-indent-mode): Fix last change (too optimistic).
16893
16894 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16895 (byte-compile-global-not-obsolete-vars): New var.
16896 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16897 Use it.
16898 (byte-compile-warn-obsolete): Align text with the one in *Help*.
16899
16900 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16901
16902 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16903 * progmodes/pascal.el (electric-pascal-equal):
16904 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16905 * xml.el (xml-substitute-special): Fix typos.
16906
16907 2011-11-20 Glenn Morris <rgm@gnu.org>
16908
16909 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16910 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16911 Doc fixes.
16912 (rmail-decode-mime-charset): Mark as obsolete.
16913
16914 * mail/rmailsum.el (rmail-message-regexp-p-1):
16915 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16916 Before using mime functions, check they are set. (Bug#10077)
16917
16918 2011-11-19 Juri Linkov <juri@jurta.org>
16919
16920 * info.el (Info-finder-find-node): Use `package--builtins' instead
16921 of `package-alist'. Use node names formed by the pattern "Keyword "
16922 and the keyword name.
16923
16924 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16925
16926 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16927
16928 2011-11-19 Juri Linkov <juri@jurta.org>
16929
16930 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16931 that calls `revert-buffer' on all Info buffers. (Bug#9915)
16932 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16933 `old-history', `old-history-forward'. Add let-binding
16934 `window-selected'. Remove calls to `kill-buffer',
16935 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
16936 before calling `Info-find-node', so `Info-find-node-2' will reread
16937 the Info file. Restore window positions only when `window-selected'
16938 is non-nil.
16939
16940 2011-11-19 Juri Linkov <juri@jurta.org>
16941
16942 * isearch.el (isearch-lazy-highlight-new-loop):
16943 Remove condition `(not isearch-error)'. (Bug#9918)
16944
16945 * misearch.el (multi-isearch-search-fun): Add condition
16946 `(not bound)' to ignore lazy-highlighting search.
16947 Add the search-failed message "end of multi" when the end of
16948 multi-sequence is reached. Uncapitalize the search-failed
16949 message "Repeat for next buffer".
16950
16951 * info.el (Info-search): Add the search-failed message
16952 "end of the manual" when the end of the manual is reached
16953 in Isearch mode.
16954
16955 2011-11-19 Juri Linkov <juri@jurta.org>
16956
16957 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16958 Use non-destructive `remove' instead of `delete' because
16959 `Info-history-list' stored to `Info-isearch-initial-history-list' in
16960 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16961
16962 2011-11-19 Juri Linkov <juri@jurta.org>
16963
16964 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16965 to nil instead of binding `search-ring' and `regexp-search-ring'.
16966 (Bug#9185)
16967
16968 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16969
16970 * simple.el (line-move): Force movement by logical lines for any
16971 hscrolled window, not only when auto-hscroll-mode is on.
16972 (line-move-visual): Update doc string to that effect. (Bug#10076)
16973
16974 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16975
16976 * language/european.el (macintosh): Define as alias for mac-roman.
16977
16978 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16979
16980 * mail/rmailmm.el (rmail-mime-display-header)
16981 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16982 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16983 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16984 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16985 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16986 of a raw aref.
16987 (rmail-mime-entity-segment): To get past the tagline, move forward
16988 2 more lines, to account for the 2 empty lines that precede and
16989 follow the line with the buttons.
16990 (rmail-mime-update-tagline): Move one more line, to get past the
16991 empty line that follows the buttons in the tagline. (Bug#9520)
16992
16993 2011-11-19 Martin Rudalics <rudalics@gmx.at>
16994
16995 * window.el (window-max-delta-1, window-min-delta-1)
16996 (window-min-size-1, window-state-get-1, window-state-put-1)
16997 (window-state-put-2): Use "window--" prefix.
16998
16999 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17002 (smie-warning-count): New var.
17003 (smie-set-prec2tab): Use it.
17004 (smie-bnf->prec2): Improve warnings. Add docstring.
17005 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17006 (smie-bnf--set-class): New function.
17007 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17008 corner case.
17009
17010 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17011 (compilation-error-properties, compilation-move-to-column):
17012 Handle compilation-first-column while in the target buffer.
17013
17014 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17015 Don't hardcode point-min==1.
17016
17017 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17018 (eshell-rewrite-for-command): Remove workaround.
17019 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17020 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17021 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17022
17023 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17024
17025 2011-11-17 Glenn Morris <rgm@gnu.org>
17026
17027 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17028 Ignore buffer-local generated-autoload-file if it is the same
17029 as the global value. (Bug#10049)
17030
17031 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17032
17033 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17034 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17035 (reftex-toc-previous-heading, reftex-toc-max-level)
17036 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17037 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17038 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17039 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17040 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17041 (reftex-toc-rename-label, reftex-toc-visit-location)
17042 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17043 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17044 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17045 leaving "*toc*" only for references to the buffer.
17046
17047 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17048
17049 * window.el (window-resize, delete-window, split-window):
17050 Replace window-splits by window-combination-resize.
17051 * cus-start.el (window-splits): Replace by window-combination-resize.
17052
17053 2011-11-17 Glenn Morris <rgm@gnu.org>
17054
17055 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17056 Make bash entry derive from sh entry, not shell entry.
17057
17058 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17059
17060 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17061 local file name.
17062
17063 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17064
17065 * menu-bar.el (menu-bar-file-menu):
17066 * printing.el (pr-ps-utility):
17067 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17068 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17069 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17070 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17071 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17072 (icalendar--convert-cyclic-to-ical)
17073 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17074 (icalendar--convert-ical-to-diary)
17075 (icalendar--convert-recurring-to-diary)
17076 (icalendar--convert-non-recurring-all-day-to-diary)
17077 (icalendar-import-format-sample):
17078 * progmodes/idlw-shell.el (idlwave-shell-mode):
17079 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17080 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17081 (vhdl-ps-print-init): Fix typos.
17082
17083 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17084
17085 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17086 FSF and collapse date sequence, obscure author/maintainer email address
17087 better, remove extra version line, track relocation of author's webpage.
17088
17089 * progmodes/python.el (python-pdbtrack-input-prompt)
17090 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17091 regular python pdb prompts. Adjustments shamelessly taken exactly as
17092 suggested in EmacsWiki page (tiny change):
17093 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17094
17095 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17096
17097 * expand.el (expand-pos, expand-index, expand-point):
17098 Remove redundant info from docstring.
17099 (expand-add-abbrevs): Doc fix.
17100 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17101 (expand-sample-perl-mode-expand-list): Fix typos.
17102
17103 * net/dbus.el (dbus-event-member-name):
17104 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17105 * term/pc-win.el (msdos-create-frame-with-faces):
17106 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17107
17108 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17109
17110 * window.el (split-window, window-state-get-1)
17111 (window-state-put-1, window-state-put-2): Rename occurrences of
17112 window-nest to window-combination-limit.
17113 * cus-start.el (window-nest): Rename to window-combination-limit.
17114
17115 2011-11-16 Chong Yidong <cyd@gnu.org>
17116
17117 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17118 regexp (Bug#10033).
17119
17120 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17121
17122 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17123 `completing-read' will remove *Completions* and will preserve
17124 current-buffer for us.
17125 (tmm-add-prompt): Users of *Completions* will always (re)set its
17126 major mode.
17127 (tmm-old-comp-map): Remove.
17128
17129 2011-11-16 Glenn Morris <rgm@gnu.org>
17130
17131 * mail/rmailedit.el: Require rmailmm when compiling.
17132 (rmail-old-mime-state): New declaration.
17133 (rmail-edit-current-message): If editing a mime message,
17134 edit the "raw" message from the mbox buffer.
17135 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17136
17137 2011-11-15 Glenn Morris <rgm@gnu.org>
17138
17139 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17140 which wasn't being used. Add optional arg to force given state.
17141 (rmail-mime): Add optional arg to force given state.
17142
17143 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17144
17145 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17146 * frame.el (display-mm-dimensions-alist):
17147 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17148 (outline-move-subtree-down):
17149 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17150 (newsticker--treeview-do-get-node):
17151 * net/quickurl.el (quickurl-list-buffer-name):
17152 * progmodes/dcl-mode.el (dcl-mode):
17153 * progmodes/gdb-mi.el (gdb-mapcar*):
17154 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17155
17156 2011-11-15 Glenn Morris <rgm@gnu.org>
17157
17158 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17159 in a boolean sense, so just make it a boolean, and fix the doc.
17160 (rmail-show-mime-function, rmail-mime-feature)
17161 (rmail-require-mime-maybe): Doc fixes.
17162 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17163
17164 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17165
17166 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17167
17168 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17169 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17170 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17171 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17172
17173 2011-11-15 Glenn Morris <rgm@gnu.org>
17174
17175 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17176 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17177 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17178 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17179 (rmail-mime, rmail-show-mime): Doc fixes.
17180
17181 * term/ns-win.el (mode-line-frame-identification):
17182 Leave it alone. (Bug#10051)
17183
17184 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17185
17186 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17187 Handle empty buffers. (Bug#9978)
17188
17189 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17190
17191 * international/mule.el (define-charset):
17192 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17193 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17194 * progmodes/verilog-mode.el (verilog-backward-token):
17195 * textmodes/ispell.el (lookup-words):
17196 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17197
17198 2011-11-14 Glenn Morris <rgm@gnu.org>
17199
17200 * progmodes/executable.el
17201 (executable-make-buffer-file-executable-if-script-p):
17202 Handle file-modes returning nil.
17203
17204 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17205 message - not necessary, and causes problems. (Bug#9831)
17206
17207 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17208
17209 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17210
17211 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17212 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17213 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17214
17215 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17216
17217 * window.el (window-resize, delete-window): Use window-splits
17218 variable instead of function.
17219 (window-state-get-1, window-state-put-2, window-state-put):
17220 Don't deal with windows' splits status.
17221
17222 2011-11-12 Glenn Morris <rgm@gnu.org>
17223
17224 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17225 (apropos-documentation): Doc fixes.
17226
17227 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17228
17229 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17230 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17231
17232 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * electric.el (electric-indent-post-self-insert-function): Make it
17235 possible for a char to only indent in some circumstances.
17236 (electric-indent-mode): Simplify.
17237
17238 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17239
17240 * window.el (windows-with-parameter): Remove unused function.
17241 (windows-at-side): Rename to window-at-side-list.
17242 (window-check, window-atom-check, window-atom-check-1)
17243 (window-side-check, window-size-ignore, window-size-fixed-1)
17244 (window-in-direction-2): Prefix with "window--".
17245 (window-tree-1): Rename to window--subtree, fix doc-string.
17246
17247 2011-11-11 Glenn Morris <rgm@gnu.org>
17248
17249 * subr.el (eval-after-load): If FILE is already loaded,
17250 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17251
17252 2011-11-10 Glenn Morris <rgm@gnu.org>
17253
17254 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17255 Call svn via vc-svn-command rather than vc-do-command.
17256 (vc-svn-command): Add --non-interactive. (Bug#9993)
17257 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17258
17259 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17260 Add toggle-read-only. (Bug#7292)
17261 * files.el (toggle-read-only): Mention that it should only
17262 be used interactively. (Bug#10006)
17263
17264 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17265
17266 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17267 Adjust regexp for OCaml warnings.
17268
17269 * electric.el (electric-pair-post-self-insert-function): Let user
17270 turn it off buffer-locally (bug#9932).
17271
17272 * progmodes/python.el (python-beginning-of-statement):
17273 Rewrite (bug#2703).
17274
17275 * progmodes/compile.el: Better handle TABs (bug#9749).
17276 (compilation-internal-error-properties)
17277 (compilation-next-error-function): Obey the target buffer's
17278 compilation-error-screen-columns.
17279
17280 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17281
17282 * progmodes/meta-mode.el: Remove obsolete comments.
17283 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17284 Fix typos in docstrings.
17285
17286 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17287
17288 * window.el (window-size-fixed-p): Rewrite doc-string.
17289 (window-resizable-p): Rename to window--resizable-p. Update callers.
17290 (window--resizable): New function. Make all callers of
17291 window-resizable call window--resizable instead.
17292 (window-resizable): Rewrite in terms of window--resizable.
17293
17294 2011-11-08 Glenn Morris <rgm@gnu.org>
17295
17296 * progmodes/delphi.el (delphi-mode-syntax-table):
17297 Let define-derived-mode define a proper syntax table. (Bug#9994)
17298
17299 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17300
17301 * window.el: Stay away from defsubst.
17302 (window-list-no-nils): Remove.
17303 (window-state-get-1, window-state-get): Use backquote instead.
17304
17305 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17306
17307 * emacs-lisp/find-func.el (find-function-read):
17308 Fix incorrect use of default argument in `completing-read'.
17309
17310 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17311
17312 * window.el (display-buffer-function, special-display-function):
17313 Mention display-buffer-record-window but do not mention
17314 help-setup parameter in doc-strings.
17315 (window-min-delta): Fix doc-string typo.
17316
17317 2011-11-08 Chong Yidong <cyd@gnu.org>
17318
17319 * window.el (window-total-height, window-total-width): Doc fix.
17320 (window-body-size): Move from C.
17321 (window-body-height, window-body-width): Move to C.
17322
17323 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * window.el: Make special-display like display-buffer-alist (bug#9532).
17326 (display-buffer--special-action): New function, morphed
17327 from display-buffer--special.
17328 (display-buffer): Use it to handle special-display-buffers at higher
17329 priority (just after display-buffer-alist).
17330 (display-buffer-fallback-action, display-buffer--other-frame-action)
17331 (pop-to-buffer-same-window): Remove display-buffer--special.
17332
17333 2011-11-07 Glenn Morris <rgm@gnu.org>
17334
17335 * calendar/cal-menu.el (cal-menu-set-date-title):
17336 Do nothing if not in a calendar. (Bug#9976)
17337
17338 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17339
17340 * files.el (find-file): Always use selected-window.
17341
17342 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17343
17344 * window.el (window-combinations): Make WINDOW argument
17345 mandatory. Rewrite doc-string.
17346 (walk-window-subtree, window-atom-check, window-min-delta)
17347 (window-max-delta, window--resize-this-window)
17348 (window--resize-root-window-vertically, window-tree)
17349 (balance-windows, window-state-put): Rewrite doc-strings as to
17350 not mention the term "subwindow".
17351 (window--resize-subwindows-skip-p): Rename to
17352 window--resize-child-windows-skip-p.
17353 (window--resize-subwindows-normal): Rename to
17354 window--resize-child-windows-normal.
17355 (window--resize-subwindows): Rename to
17356 window--resize-child-windows.
17357 (window-or-subwindow-p): Rename to window--in-subtree-p.
17358
17359 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17360
17361 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17362 Ensure that mbox format messages end in two newlines (Bug#9974).
17363
17364 2011-11-06 Chong Yidong <cyd@gnu.org>
17365
17366 * window.el (window-combination-p): Function deleted; its
17367 side-effect is not used in any existing code.
17368 (window-combinations, window-combined-p): Call window-*-child
17369 directly.
17370
17371 2011-11-05 Chong Yidong <cyd@gnu.org>
17372
17373 * window.el (window-valid-p): Rename from window-any-p.
17374 (window-size-ignore, window-state-get): Callers changed.
17375 (window-normalize-window): Rename from window-normalize-any-window.
17376 New arg LIVE-ONLY, replacing window-normalize-live-window.
17377 (window-normalize-live-window): Delete.
17378 (window-combination-p, window-combined-p, window-combinations)
17379 (walk-window-subtree, window-atom-root, window-min-size)
17380 (window-sizable, window-sizable-p, window-size-fixed-p)
17381 (window-min-delta, window-max-delta, window-resizable)
17382 (window-resizable-p, window-full-height-p, window-full-width-p)
17383 (window-current-scroll-bars, window-point-1, set-window-point-1)
17384 (window-at-side-p, window-in-direction, window-resize)
17385 (adjust-window-trailing-edge, maximize-window, minimize-window)
17386 (window-deletable-p, delete-window, delete-other-windows)
17387 (record-window-buffer, unrecord-window-buffer)
17388 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17389 (quit-window, split-window, window-state-put)
17390 (set-window-text-height, fit-window-to-buffer)
17391 (shrink-window-if-larger-than-buffer): Callers changed.
17392
17393 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17394
17395 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17396 rfc2047-decode-string.
17397 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17398 warnings.
17399
17400 * window.el (window-body-height, window-body-width): Mention in
17401 the doc string that the return values are in frame's canonical
17402 units. (Bug#9949)
17403
17404 2011-11-03 Alan Mackenzie <acm@muc.de>
17405
17406 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17407 change in cc-engine.el.
17408
17409 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17410
17411 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17412
17413 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17414
17415 * window.el (quit-window): Call unrecord-window-buffer after
17416 showing another buffer in the window. (Bug#9937)
17417 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17418
17419 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17420
17421 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17422 Accept status with more than 9 shelves. (Bug#9935)
17423 Reported by Colin D Bennett <colin@gibibit.com>.
17424
17425 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17426
17427 * help.el (with-help-window): Don't reference
17428 temp-buffer-show-specifiers in doc-string.
17429
17430 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17431
17432 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17433 menu-item.
17434
17435 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17436
17437 * whitespace.el: New version 13.2.2.
17438 (whitespace-newline-mode): Disable properly. Reported by Sarah
17439 <EmacsWiki>.
17440
17441 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17442
17443 * net/newst-treeview.el: Remove "Time-stamp".
17444 (newsticker--group-manage-orphan-feeds): Do not call
17445 newsticker--treeview-tree-update.
17446 (newsticker-treeview-update, newsticker-treeview):
17447 Call newsticker--treeview-tree-update if necessary.
17448
17449 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17450
17451 * window.el (window-iso-combination-p, window-iso-combined-p)
17452 (window-iso-combinations): Remove "iso-" infix.
17453 Suggested by Chong Yidong.
17454 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17455 (window-max-delta-1, window-resize, window--resize-siblings)
17456 (window--resize-this-window, adjust-window-trailing-edge)
17457 (split-window, balance-windows-1)
17458 (shrink-window-if-larger-than-buffer):
17459 * calendar/calendar.el (calendar-generate-window):
17460 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17461
17462 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17465 in place (bug#9907).
17466 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17467 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17468 (eshell-structure-basic-command, eshell-rewrite-while-command)
17469 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17470 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17471 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17472 (eshell-do-pipelines-synchronously, eshell-eval-command):
17473 Use backquotes and prefer setq to set.
17474 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17475 (eshell-macrop): Use functionp.
17476 (eshell-do-eval): Handle multiple expressions in `while' body.
17477
17478 2011-10-30 Chong Yidong <cyd@gnu.org>
17479
17480 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17481 instead of set-mark (Bug#9810).
17482
17483 2011-10-30 Chong Yidong <cyd@gnu.org>
17484
17485 * window.el (split-window-below, split-window-right): Rename from
17486 split-window-above-each-other and split-window-side-by-side
17487 respectively. All callers changed.
17488 (split-window-sensibly, split-window-sensibly): Use them.
17489 (split-window-keep-point): Doc fix.
17490
17491 * isearch.el: Add isearch-scroll property to split-window-below
17492 and split-window-right.
17493
17494 * follow.el (follow-mode):
17495 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17496 * progmodes/ada-xref.el (ada-gdb-application):
17497 * emulation/vip.el (vip-buffer-in-two-windows):
17498 * image-dired.el (image-dired-dired-with-window-configuration):
17499 * dired-x.el (dired-do-find-marked-files):
17500 * dired.el (dired-pop-to-buffer):
17501 * bs.el (bs--show-with-configuration):
17502 * vc/emerge.el (emerge-setup-windows):
17503 * textmodes/two-column.el (2C-two-columns):
17504 * textmodes/reftex-toc.el (reftex-toc):
17505 * progmodes/gdb-mi.el (gdb-setup-windows):
17506 * progmodes/fortran.el (fortran-window-create):
17507 * net/newst-treeview.el (newsticker--treeview-window-init):
17508 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17509 * emulation/tpu-edt.el (tpu-gold-map):
17510 * emulation/crisp.el (crisp-mode-map):
17511 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17512
17513 2011-10-29 Chong Yidong <cyd@gnu.org>
17514
17515 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17516
17517 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17518
17519 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17520 forged Ispell output (Bug#7904).
17521
17522 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17523
17524 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * doc-view.el: Avoid ugly errors about not finding nil.
17527 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17528 (doc-view-dvipdf-program, doc-view-unoconv-program)
17529 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17530 Avoid nil or absolute file name as default value.
17531 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17532
17533 2011-10-28 Alan Mackenzie <acm@muc.de>
17534
17535 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17536
17537 2011-10-28 Alan Mackenzie <acm@muc.de>
17538
17539 Amend the handling of c-beginning/end-of-defun in nested declaration
17540 scopes.
17541
17542 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17543 cc-langs.el. Change it to a defcustom.
17544
17545 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17546 cc-vars.el.
17547
17548 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17549 Prevent "class foo : bar" being spuriously recognized as a label.
17550
17551 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17552 Add parameter `inclusive' (to include enclosing braces in the region).
17553 (c-widen-to-enclosing-decl-scope): New function.
17554 (c-while-widening-to-decl-block): New macro.
17555 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17556 outward for defun boundaries, and correspondingly change symbol
17557 `respect-enclosure' to `go-outward'.
17558 (c-declaration-limits): Change algorithm to report only the "innermost"
17559 defun's boundaries.
17560
17561 2011-10-28 Deniz Dogan <deniz@dogan.se>
17562
17563 * net/rcirc.el (rcirc-mode): Use hard newlines.
17564
17565 2011-10-28 Alan Mackenzie <acm@muc.de>
17566
17567 Amend to indent and fontify macros "which include their own semicolon"
17568 correctly, using the "virtual semicolon" mechanism.
17569
17570 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17571
17572 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17573 Recode to scan one line at a time rather than having \n and \r
17574 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17575 (c-forward-label): Amend for virtual semicolons.
17576 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17577
17578 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17579 of the new C macros.
17580
17581 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17582 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17583 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17584 (c-opt-cpp-macro-define): Make into a full language variable.
17585 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17586 AWK Mode (including \n, \r) removed, no longer needed.
17587
17588 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17589 Invoke c-make-macro-with-semi-re.
17590
17591 * progmodes/cc-vars.el (c-macro-with-semi-re):
17592 (c-macro-names-with-semicolon): New variables.
17593 (c-make-macro-with-semi-re): New function.
17594
17595 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * vc/log-edit.el: Fill empty field rather than adding new one.
17598 (log-edit-add-field): New function.
17599 (log-edit-insert-changelog): Use it.
17600
17601 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17602
17603 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17604
17605 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17608 (gdb--check-interpreter): New function.
17609 (gdb): Use it.
17610
17611 2011-10-27 Glenn Morris <rgm@gnu.org>
17612
17613 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17614 (least-positive-float, least-negative-float)
17615 (least-positive-normalized-float, least-negative-normalized-float)
17616 (float-epsilon, float-negative-epsilon):
17617 Remove unnecessary declarations.
17618
17619 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17620 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17621 (least-positive-float, least-negative-float)
17622 (least-positive-normalized-float, least-negative-normalized-float)
17623 (float-epsilon, float-negative-epsilon): Add doc-strings,
17624 based on those in cl.texi.
17625
17626 * files.el (set-visited-file-name): If the major-mode changed,
17627 reload the local variables. (Bug#9796)
17628
17629 2011-10-27 Chong Yidong <cyd@gnu.org>
17630
17631 * subr.el (change-major-mode-after-body-hook): New hook.
17632 (run-mode-hooks): Run it.
17633
17634 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17635 Use change-major-mode-before-body-hook.
17636
17637 * simple.el (fundamental-mode):
17638 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17639 change introducing fundamental-mode-hook.
17640
17641 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17642
17643 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17644
17645 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17646
17647 * ido.el (ido-file-name-all-completions-1): Do not require
17648 tramp.el explicitly. (Bug#7583)
17649
17650 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * progmodes/octave-mod.el:
17653 * progmodes/octave-inf.el: Update maintainer.
17654
17655 2011-10-26 Chong Yidong <cyd@gnu.org>
17656
17657 * subr.el (with-wrapper-hook): Rewrite doc.
17658
17659 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17660
17661 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17662 filenames "/method:foo:". (Bug#9793)
17663
17664 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17665
17666 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17667 (bug#9865).
17668
17669 2011-10-24 Glenn Morris <rgm@gnu.org>
17670
17671 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17672
17673 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17674
17675 * notifications.el: Add the requirement of a running D-Bus session
17676 bus to the Commentary.
17677
17678 2011-10-24 Juri Linkov <juri@jurta.org>
17679
17680 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17681 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17682 (Bug#9364)
17683
17684 2011-10-24 Juri Linkov <juri@jurta.org>
17685
17686 * info.el (Info-following-node-name-re): Add newline to the list
17687 of allowed characters for leading space. (Bug#9824)
17688
17689 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17690
17691 * progmodes/octave-inf.el (inferior-octave-mode-map):
17692 Fix C-c C-h binding.
17693 * progmodes/octave-mod.el (octave-help): Remove.
17694
17695 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17696
17697 Sync with Tramp 2.2.3.
17698
17699 * net/tramp-cache.el (top): Pacify byte-compiler using
17700 `init-file-user' and `site-run-file'.
17701
17702 * net/trampver.el: Update release number.
17703
17704 2011-10-23 Chong Yidong <cyd@gnu.org>
17705
17706 * files.el (toggle-read-only): Remove obsolete comment about
17707 version control.
17708
17709 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17710 for toggle-read-only. Note that this hasn't called vc-next-action
17711 since 2008-05-02, though it wasn't documented at the time.
17712
17713 * vc/ediff-init.el (ediff-toggle-read-only-function):
17714 Use toggle-read-only.
17715
17716 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17717
17718 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17719 of c-parse-state.
17720
17721 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17722 correct faulty logical expression.
17723 (c-parse-state-state, c-record-parse-state-state):
17724 (c-replay-parse-state-state): New defvar/defuns.
17725 (c-debug-parse-state): Use new functions.
17726
17727 2011-10-22 Martin Rudalics <rudalics@gmx.at>
17728
17729 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17730 last fix. Use window-in-direction correctly.
17731
17732 2011-10-21 Chong Yidong <cyd@gnu.org>
17733
17734 * progmodes/idlwave.el (idlwave-mode):
17735 * progmodes/vera-mode.el (vera-mode): No need to set
17736 require-final-newline; that's done in prog-mode.
17737 Suggested by Stefan Monnier.
17738
17739 2011-10-21 Martin Rudalics <rudalics@gmx.at>
17740
17741 * mouse.el (mouse-drag-window-above)
17742 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17743 (mouse-drag-mode-line-1, mouse-drag-header-line)
17744 (mouse-drag-vertical-line-rightward-window): Remove.
17745 (mouse-drag-line): New function.
17746 (mouse-drag-mode-line, mouse-drag-header-line)
17747 (mouse-drag-vertical-line): Call mouse-drag-line.
17748 * window.el (window-at-side-p, windows-at-side): New functions.
17749
17750 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
17751
17752 * tar-mode.el (tar-grind-file-mode):
17753 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
17754
17755 2011-10-21 Chong Yidong <cyd@gnu.org>
17756
17757 * progmodes/idlwave.el (idlwave-mode):
17758 * progmodes/vera-mode.el (vera-mode):
17759 Use mode-require-final-newline.
17760
17761 2011-10-20 Glenn Morris <rgm@gnu.org>
17762
17763 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
17764
17765 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
17766
17767 * emulation/cua-base.el (cua-set-mark): Fix case of string.
17768
17769 2011-10-20 Chong Yidong <cyd@gnu.org>
17770
17771 * emulation/cua-base.el (cua-mode):
17772 * mail/footnote.el (footnote-mode):
17773 * mail/mailabbrev.el (mail-abbrevs-mode):
17774 * net/xesam.el (xesam-minor-mode):
17775 * progmodes/bug-reference.el (bug-reference-mode):
17776 * progmodes/cap-words.el (capitalized-words-mode):
17777 * progmodes/compile.el (compilation-minor-mode)
17778 (compilation-shell-minor-mode):
17779 * progmodes/gud.el (gud-tooltip-mode):
17780 * progmodes/hideif.el (hide-ifdef-mode):
17781 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17782 * progmodes/subword.el (subword-mode):
17783 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17784 * progmodes/which-func.el (which-function-mode):
17785 * term/tvi970.el (tvi970-set-keypad-mode):
17786 * term/vt100.el (vt100-wide-mode):
17787 * textmodes/flyspell.el (flyspell-mode):
17788 * textmodes/ispell.el (ispell-minor-mode):
17789 * textmodes/nroff-mode.el (nroff-electric-mode):
17790 * textmodes/paragraphs.el (use-hard-newlines):
17791 * textmodes/refill.el (refill-mode):
17792 * textmodes/reftex.el (reftex-mode):
17793 * textmodes/rst.el (rst-minor-mode):
17794 * textmodes/sgml-mode.el (html-autoview-mode)
17795 (sgml-electric-tag-pair-mode):
17796 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17797 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17798 * emulation/crisp.el (crisp-mode):
17799 * emacs-lisp/eldoc.el (eldoc-mode):
17800 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17801 minor mode behavior.
17802
17803 2011-10-19 Juri Linkov <juri@jurta.org>
17804
17805 * descr-text.el (describe-char): Add #x2010 and #x2011 to
17806 the list of hard-coded chars with escape-glyph face.
17807
17808 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17809
17810 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17811
17812 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
17813
17814 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17815 running process.
17816
17817 2011-10-19 Glenn Morris <rgm@gnu.org>
17818
17819 * vc/vc-bzr.el (vc-bzr-after-dir-status):
17820 Ignore ignored files. (Bug#9726)
17821
17822 2011-10-19 Chong Yidong <cyd@gnu.org>
17823
17824 Doc fix for minor modes, stating that an omitted argument enables
17825 the mode unconditionally when called from Lisp.
17826
17827 * abbrev.el (abbrev-mode):
17828 * allout.el (allout-mode):
17829 * autoinsert.el (auto-insert-mode):
17830 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17831 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17832 (global-auto-revert-mode):
17833 * battery.el (display-battery-mode):
17834 * composite.el (global-auto-composition-mode)
17835 (auto-composition-mode):
17836 * delsel.el (delete-selection-mode):
17837 * desktop.el (desktop-save-mode):
17838 * dired-x.el (dired-omit-mode):
17839 * dirtrack.el (dirtrack-mode):
17840 * doc-view.el (doc-view-minor-mode):
17841 * double.el (double-mode):
17842 * electric.el (electric-indent-mode, electric-pair-mode):
17843 * emacs-lock.el (emacs-lock-mode):
17844 * epa-hook.el (auto-encryption-mode):
17845 * follow.el (follow-mode):
17846 * font-core.el (font-lock-mode):
17847 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17848 * help.el (temp-buffer-resize-mode):
17849 * hilit-chg.el (highlight-changes-mode)
17850 (highlight-changes-visible-mode):
17851 * hi-lock.el (hi-lock-mode):
17852 * hl-line.el (hl-line-mode, global-hl-line-mode):
17853 * icomplete.el (icomplete-mode):
17854 * ido.el (ido-everywhere):
17855 * image-file.el (auto-image-file-mode):
17856 * image-mode.el (image-minor-mode):
17857 * iswitchb.el (iswitchb-mode):
17858 * jka-cmpr-hook.el (auto-compression-mode):
17859 * linum.el (linum-mode):
17860 * longlines.el (longlines-mode):
17861 * master.el (master-mode):
17862 * mb-depth.el (minibuffer-depth-indicate-mode):
17863 * menu-bar.el (menu-bar-mode):
17864 * minibuf-eldef.el (minibuffer-electric-default-mode):
17865 * mouse-sel.el (mouse-sel-mode):
17866 * msb.el (msb-mode):
17867 * mwheel.el (mouse-wheel-mode):
17868 * outline.el (outline-minor-mode):
17869 * paren.el (show-paren-mode):
17870 * recentf.el (recentf-mode):
17871 * reveal.el (reveal-mode, global-reveal-mode):
17872 * rfn-eshadow.el (file-name-shadow-mode):
17873 * ruler-mode.el (ruler-mode):
17874 * savehist.el (savehist-mode):
17875 * scroll-all.el (scroll-all-mode):
17876 * scroll-bar.el (scroll-bar-mode):
17877 * server.el (server-mode):
17878 * shell.el (shell-dirtrack-mode):
17879 * simple.el (auto-fill-mode, transient-mark-mode)
17880 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17881 (line-number-mode, column-number-mode, size-indication-mode)
17882 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17883 * strokes.el (strokes-mode):
17884 * time.el (display-time-mode):
17885 * t-mouse.el (gpm-mouse-mode):
17886 * tool-bar.el (tool-bar-mode):
17887 * tooltip.el (tooltip-mode):
17888 * type-break.el (type-break-mode-line-message-mode)
17889 (type-break-query-mode):
17890 * view.el (view-mode):
17891 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17892 (global-whitespace-mode, global-whitespace-newline-mode):
17893 * xt-mouse.el (xterm-mouse-mode): Doc fix.
17894
17895 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17896 Fix autogenerated docstring.
17897
17898 2011-10-19 Juri Linkov <juri@jurta.org>
17899
17900 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17901 by checking environment variables "DESKTOP_SESSION" and
17902 "XDG_CURRENT_DESKTOP". (Bug#9779)
17903
17904 2011-10-19 Juri Linkov <juri@jurta.org>
17905
17906 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17907 (browse-url-chromium-program, browse-url-chromium-arguments):
17908 New defcustoms.
17909 (browse-url-default-browser): Check for `browse-url-chromium' and
17910 call `browse-url-chromium-program'.
17911 (browse-url-chromium): New command. (Bug#9779)
17912
17913 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
17914
17915 * facemenu.el (list-colors-duplicates): On Windows, detect more
17916 duplicates by assuming that only colors matching "^System" are
17917 special "system colors". (Bug#9722)
17918
17919 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17920
17921 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17922 to distinguish the author from the committer.
17923
17924 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
17925
17926 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17927
17928 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
17929
17930 * international/mule.el (sgml-html-meta-auto-coding-function):
17931 Add support for detecting encoding in HTML5 specified only as
17932 <meta charset="UTF-8">. Implementation just makes http-equiv and
17933 content-type parts from HTML4 encoding string optional. (Bug#9716)
17934
17935 2011-10-18 Glenn Morris <rgm@gnu.org>
17936
17937 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
17938
17939 2011-10-18 Chong Yidong <cyd@gnu.org>
17940
17941 * faces.el (cursor): Doc fix.
17942
17943 2011-10-17 Chong Yidong <cyd@gnu.org>
17944
17945 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17946
17947 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
17948
17949 * dirtrack.el (dirtrack): Support shell buffers with path
17950 prefixes, e.g. tramp-based remote shells. (Bug#9647)
17951
17952 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
17953
17954 * json.el: Bump version to 1.3 and note change in History.
17955 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17956
17957 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * comint.el (comint-insert-input, comint-send-input)
17960 (comint-get-old-input-default, comint-backward-matching-input)
17961 (comint-next-prompt): Use nil instead of `input' for field property of
17962 past user input (bug#114).
17963
17964 * minibuffer.el (completion--replace): Inherit surrounding properties
17965 (bug#114).
17966 (minibuffer-complete-and-exit): Use it.
17967
17968 * comint.el (comint--table-subvert): Quote the all-completions output
17969 (bug#9160).
17970
17971 2011-10-17 Martin Rudalics <rudalics@gmx.at>
17972
17973 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17974
17975 * menu-bar.el (menu-bar-file-menu): Add entry for making new
17976 window on right of selected. (Bug#9350) Reword other window
17977 entries and separate them from frame entries.
17978
17979 2011-10-15 Glenn Morris <rgm@gnu.org>
17980
17981 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17982 Doc fixes.
17983
17984 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
17985
17986 * net/network-stream.el (network-stream-open-starttls):
17987 Improve detection of failure due to lack of TLS support.
17988
17989 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17990 putting the input text in front and in bold.
17991
17992 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17993
17994 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17995
17996 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17997 empty buffer.
17998
17999 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18000 unread-command-events rather than pushing yet-another event.
18001
18002 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18003
18004 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18005 the explanation of the possible choices. Make the options passed
18006 to completing-read shorter.
18007
18008 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18009
18010 * textmodes/flyspell.el (flyspell-large-region): Make sure
18011 extended character mode is used if defined (Bug#1339).
18012
18013 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18014
18015 * simple.el (what-cursor-position): Fix the display of the
18016 character info for LRE, LRO, RLE, and RLO characters by appending
18017 an invisible PDF.
18018
18019 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18020
18021 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18022 even in case of error; add debug spec; simplify data flow.
18023 (with-timeout-handler): Remove.
18024
18025 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18026
18027 Fix Bug#6019, Bug#9315.
18028
18029 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18030 complete `buffer-file-name', the local file name part could look
18031 remotely (for example on VMS).
18032
18033 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18034 `tramp-run-real-handler'.
18035 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18036 already quoted by '"'.
18037
18038 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18039 Let `file-name-handler-alist' be nil, the local file name part
18040 could look remotely (for example on VMS).
18041
18042 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18045 from here...
18046 (flyspell-post-command-hook): ...to here.
18047
18048 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18051 if not needed.
18052 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18053 using completion. Protect against "slow" callers.
18054 Remove the "message hack".
18055
18056 2011-10-11 Juri Linkov <juri@jurta.org>
18057
18058 * isearch.el (isearch-lazy-highlight-word): New variable.
18059 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18060 Use it. (Bug#9727)
18061
18062 2011-10-11 Glenn Morris <rgm@gnu.org>
18063
18064 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18065 like f90-previous-statement does.
18066
18067 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18068
18069 * eshell/eshell.el (eshell-command): History should be saved
18070 only in interactive use, to avoid error.
18071
18072 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * minibuffer.el (completion-file-name-table): Fix last change,
18075 i.e. ignore normal errors but not the other ones.
18076
18077 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18078
18079 * window.el (special-display-buffer-names)
18080 (special-display-regexps): Remove some remnants of earlier
18081 changes from doc-strings.
18082 (quit-windows-on): New function.
18083
18084 * vc/vc.el (vc-revert, vc-rollback):
18085 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18086 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18087 (Bug#6183) (Bug#7074) (Bug#7447)
18088
18089 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18090
18091 * window.el (frame-auto-hide-function): Add version tag.
18092 (Bug#9699)
18093
18094 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18095
18096 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18097 condition.
18098
18099 2011-10-09 Leo Liu <sdl.web@gmail.com>
18100
18101 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18102 (Bug#9701)
18103
18104 2011-10-08 Glenn Morris <rgm@gnu.org>
18105
18106 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18107 before the first code statement zero indent. (Bug#9690)
18108
18109 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18110
18111 * simple.el (count-words-region): Always count in the region.
18112 Report the number of lines and characters too.
18113 (count-words): New command, which counts in the buffer if the
18114 region is inactive, as count-words-region used to.
18115 (count-words--message): New function. Handle plurals.
18116 (count-lines-region): Make it an alias for count-words-region.
18117
18118 * bindings.el (esc-map): Replace count-lines-region with
18119 count-words-region.
18120
18121 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18122
18123 * window.el (window--delete): Delete dedicated frame
18124 unconditionally when argument KILL is non-nil. (Bug#9699)
18125 (switch-to-buffer): Fix doc-string typo.
18126
18127 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18128
18129 * eshell/eshell.el (eshell-command): Avoid using hooks.
18130
18131 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18132
18133 * bindings.el ([M-left],[M-right]): Bind to left-word and
18134 right-word respectively.
18135
18136 2011-10-07 Glenn Morris <rgm@gnu.org>
18137
18138 * cus-start.el (debug-on-quit): Fix custom type.
18139
18140 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18141
18142 * subr.el (define-key-after): Clarify that the function is not
18143 useful for non-menu keymaps.
18144
18145 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18146
18147 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18148
18149 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18150 in current minibuffer (Fix bug with recursive minibuffers).
18151
18152 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18153
18154 * progmodes/gdb-mi.el (gdb): Doc fix.
18155
18156 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18157
18158 * window.el (frame-auto-hide-function): New option replacing
18159 frame-auto-delete. Suggested by Stefan Monnier.
18160 (window--delete): Call frame-auto-hide-function instead of
18161 investigating frame-auto-delete.
18162 (window-point-1, set-window-point-1): New functions.
18163 (window-in-direction, record-window-buffer, window-state-get-1)
18164 (display-buffer-record-window): Use window-point-1 instead of
18165 window-point.
18166 (set-window-buffer-start-and-point): Use set-window-point-1.
18167
18168 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18171
18172 2011-10-05 Glenn Morris <rgm@gnu.org>
18173
18174 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18175 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18176
18177 2011-10-05 Leo Liu <sdl.web@gmail.com>
18178
18179 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18180 works with buffer object.
18181
18182 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18183
18184 * mpc.el (mpc-tool-bar-map): Add labels.
18185
18186 2011-10-04 Glenn Morris <rgm@gnu.org>
18187
18188 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18189
18190 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18191
18192 * window.el (window--delete): New function.
18193 (frame-auto-delete): Resuscitate option.
18194 (bury-buffer, replace-buffer-in-windows)
18195 (quit-window): Rewrite using window--delete.
18196 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18197 Pass display-buffer-mark-dedicated to window--display-buffer-2
18198 (Bug#9639).
18199
18200 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18203 returns a list (bug#9554). Add remote file name completion.
18204 * comint.el (comint--table-subvert): Curry and get quote&unquote
18205 functions as arguments.
18206 (comint--complete-file-name-data): Adjust call accordingly.
18207 * pcomplete.el (pcomplete--table-subvert): Remove.
18208 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18209
18210 * minibuffer.el (completion-table-case-fold): Use currying.
18211 (completion--styles-type, completion--cycling-threshold-type):
18212 New constants.
18213 (completion-styles, completion-category-overrides)
18214 (completion-cycle-threshold): Use them.
18215 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18216 completion-table-case-fold.
18217
18218 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18219
18220 * minibuffer.el (completion-category-overrides): Fix type of styles
18221 and add more user friendly tags (bug#9660).
18222
18223 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18226 (mule-input-method-string): New widget.
18227 (default-input-method, language-info-custom-alist): Use it.
18228
18229 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18230
18231 * pcomplete.el: Require comint.
18232 (pcomplete--common-suffix): Remove.
18233 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18234 (pcomplete--table-subvert): Sync with comint--table-subvert.
18235 (pcomplete--entries): Use comint-completion-file-name-table.
18236 * comint.el (comint-unquote-filename): Simplify.
18237 (comint-completion-file-name-table): New function (bug#9616).
18238 (comint--complete-file-name-data): Use it.
18239
18240 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18241 (pcmpl-gnu-tar-buffer): Remove.
18242 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18243 around. Make sure pcomplete-suffix-list is only changed temporarily.
18244 Don't look inside the tar's file if it's too large.
18245
18246 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18247
18248 * cus-edit.el (custom-mode-map):
18249 * epa.el (epa-key-list-mode-map):
18250 * man.el (Man-mode-map):
18251 * startup.el (splash-screen-keymap):
18252 * simple.el (special-mode-map): Use scroll-up-command and
18253 scroll-down-command.
18254
18255 * progmodes/idlw-help.el (idlwave-help-mode-map):
18256 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18257 * net/newst-plainview.el (newsticker-mode-map):
18258 * emulation/ws-mode.el (wordstar-mode-map):
18259 * emulation/vi.el (vi-com-map):
18260 * calc/calc-graph.el (calc-graph-show-dumb):
18261 * term/sun.el (terminal-init-sun):
18262 * term/ns-win.el (global-map):
18263 * progmodes/grep.el (grep-mode-map):
18264 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18265 * mail/rmail.el (rmail-mode-map):
18266 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18267
18268 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18269 custom-safe-themes as special.
18270
18271 2011-10-01 Julien Danjou <julien@danjou.info>
18272
18273 * notifications.el (notifications-notify): Fix docstring.
18274
18275 2011-10-01 Per Starbäck <per@starback.se>
18276
18277 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18278
18279 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18280
18281 * startup.el (command-line-1): Fix last fix by inserting
18282 initial-scratch-message into *scratch* before displaying it.
18283 (Bug#9605) and (Bug#9636)
18284
18285 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18286
18287 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18288 window is hscrolled, move by logical lines. (Bug#9607)
18289 (line-move-visual): Update the doc string to the above effect.
18290
18291 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18292
18293 * window.el (display-buffer-record-window): When WINDOW is the
18294 selected window use `point' instead of `window-point'. (Bug#9626)
18295
18296 * startup.el (command-line-1): Use insert-before-markers when
18297 inserting initial-scratch-message. (Bug#9605)
18298
18299 * help.el (help-window): Remove variable.
18300
18301 2011-09-29 Glenn Morris <rgm@gnu.org>
18302
18303 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18304
18305 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18306
18307 * descr-text.el (describe-char-categories): Accept category
18308 descriptions more than one line long.
18309
18310 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18311
18312 * simple.el (delete-trailing-whitespace): Fix last change.
18313
18314 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18315 Don't confuse "y => 3" as the beginning of a `y' operation.
18316
18317 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18318 object has more than 4 slots (bug#9613).
18319
18320 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18321
18322 * subr.el (with-output-to-temp-buffer):
18323 * net/quickurl.el (quickurl, quickurl-browse-url):
18324 Fix typos in docstrings.
18325
18326 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18327
18328 * minibuffer.el (completion-styles)
18329 (completion-category-overrides): Cross reference each other in doc
18330 strings.
18331
18332 2011-09-27 Glenn Morris <rgm@gnu.org>
18333
18334 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18335 to split-string. (Bug#9606)
18336
18337 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18338
18339 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18340 (bug#9615).
18341
18342 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18343
18344 * emacs-lisp/package.el (list-packages): Fix echo area message.
18345
18346 2011-09-27 Leo Liu <sdl.web@gmail.com>
18347
18348 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18349
18350 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18351
18352 * net/dbus.el (dbus-unregister-object): Don't release services for
18353 registered signals. (Bug#9581)
18354
18355 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18356
18357 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18358 function that picks between cfengine 2 and 3 support
18359 automatically. Update docs accordingly.
18360
18361 2011-09-22 Kenichi Handa <handa@m17n.org>
18362
18363 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18364 ZERO.
18365 (indian-itrans-v5-table-for-tamil): New variable.
18366 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18367
18368 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18369
18370 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18371 that's true if the current command involved collapsing of text.
18372 It's reset to false at the beginning of the next command.
18373 (allout-post-command-business): Move the cursor to the beginning
18374 of entry if the cursor is hidden and collapsing activity just
18375 happened.
18376
18377 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18378
18379 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18380 tracking (Bug#9541).
18381
18382 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18383
18384 * net/newst-reader.el (newsticker-html-renderer)
18385 (newsticker-show-news): Automatically load html rendering package
18386 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18387 because w3m-fill-column is let-bound" and the error "Symbol's value
18388 as variable is void: w3m-fill-column".
18389
18390 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18391
18392 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18393 Release services only if they are defined. (Bug#9581)
18394
18395 2011-09-23 Richard Stallman <rms@gnu.org>
18396
18397 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18398 distinguish start of paragraph from start of its text.
18399
18400 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18401
18402 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18403 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18404 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18405
18406 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18407
18408 * international/mule-diag.el (mule-diag): Insert a newline after
18409 each fontset description.
18410
18411 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18412
18413 * simple.el (delete-trailing-whitespace):
18414 Document last change; simplify.
18415
18416 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18417
18418 * simple.el (delete-trailing-whitespace): Also delete
18419 extra newlines at the end of the buffer.
18420
18421 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18422 (picture-newline): Use forward-line so as to ignore fields.
18423
18424 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * subr.el (with-wrapper-hook): Fix edebug spec.
18427
18428 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18429
18430 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18431 (bug#4538).
18432
18433 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18434
18435 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18436 Fix nasty bug using wrong cached values.
18437
18438 2011-09-23 Alan Mackenzie <acm@muc.de>
18439
18440 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18441
18442 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18443
18444 * window.el (pop-to-buffer): Ensure right window is selected if we
18445 chose another frame.
18446
18447 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18448
18449 * simple.el (what-cursor-position): Use get-char-property-change
18450 and next-single-char-property-change, to be able to show display
18451 properties that come from overlays as well as text properties.
18452
18453 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18454
18455 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18456
18457 * cmuscheme.el (run-scheme, switch-to-scheme):
18458 * cus-edit.el (customize-group, custom-buffer-create)
18459 (customize-browse):
18460 * info.el (info):
18461 * shell.el (shell):
18462 * mail/sendmail.el (mail):
18463 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18464
18465 2011-09-22 Richard Stallman <rms@gnu.org>
18466
18467 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18468 move back only to line beg, don't move back over blank lines.
18469
18470 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18471
18472 * files.el (copy-directory): Set directory attributes only in case
18473 they could be retrieved from the source directory. (Bug#9565)
18474
18475 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18476
18477 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18478 (hs-find-block-beginning, hs-hide-level-recursive):
18479 Ignore strings as well as comments. (Bug#9502)
18480
18481 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18482
18483 * progmodes/sql.el (sql-comint-postgres):
18484 Convert port number to a string. (Bug#9566)
18485
18486 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18487
18488 * window.el (quit-window): Undedicate window when switching to
18489 previous buffer. Reported by Thierry Volpiatto
18490 <thierry.volpiatto@gmail.com>.
18491 (special-display-popup-frame): When popping up a new frame reset
18492 its previous buffers to nil. Simplify code.
18493
18494 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18495
18496 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18497 and process filter, as done also in `shell-command'.
18498
18499 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18500
18501 * window.el (set-window-buffer-start-and-point):
18502 Call set-window-start with NOFORCE argument t.
18503 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18504 (quit-window): Reword doc-string. Handle new format of
18505 quit-restore parameter. Don't delete window if it has a
18506 previous buffer we can show instead of the present one.
18507 (display-buffer-record-window): Rewrite using a new format for
18508 the quit-restore window parameter
18509 (special-display-popup-frame, display-buffer-same-window)
18510 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18511 (display-buffer-pop-up-window, display-buffer-use-some-window):
18512 Adapt symbol passed to display-buffer-record-window.
18513 * help.el (help-window-setup): Handle new format of quit-restore
18514 parameter.
18515
18516 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18517
18518 * faces.el (face-list): Fix docstring (bug#9564).
18519
18520 * window.el (display-buffer--action-function-custom-type):
18521 Don't include internal functions in the Custom interface.
18522
18523 2011-09-20 Juri Linkov <juri@jurta.org>
18524
18525 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18526 (Info-forward-node, Info-backward-node, Info-next-preorder)
18527 (Info-last-preorder): Use it. (Bug#9528)
18528
18529 2011-09-20 Juri Linkov <juri@jurta.org>
18530
18531 * info.el (Info-last-preorder): Visit last menu item only when
18532 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18533
18534 2011-09-20 Julien Danjou <julien@danjou.info>
18535
18536 * password-cache.el (password-cache-remove): Remove entries even if the
18537 value is nil, so that password with a nil value (negative caching) is
18538 possible to invalidate.
18539
18540 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18541
18542 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18543 all whitespace around breakpoint. (Bug#9553)
18544 (f90-find-breakpoint): Only break at whitespace inside a comment.
18545
18546 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * minibuffer.el (completion-file-name-table): Keep track of errors.
18549 (completion-table-with-predicate): Handle the case where pred1 is nil.
18550 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18551
18552 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18553
18554 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18555 (debugger-return-value): Signal an error if the debugging context does
18556 not await any return value.
18557
18558 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18559 * image-mode.el (image-toggle-display-text)
18560 (image-toggle-display-image): Stay away from evil `intangible'.
18561
18562 2011-09-19 Leo Liu <sdl.web@gmail.com>
18563
18564 * replace.el (occur-revert-arguments): Make it permanent-local.
18565 (occur-mode): Don't call font-lock-defontify.
18566
18567 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18568
18569 * net/ldap.el (ldap-search-internal): Don't push empty search
18570 result (Bug#9508).
18571
18572 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18573
18574 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18575
18576 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18577
18578 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18579 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18580
18581 2011-09-18 Juri Linkov <juri@jurta.org>
18582
18583 * buff-menu.el (Buffer-menu-mode-map):
18584 * dired.el (dired-mode-map):
18585 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18586 (lisp-interaction-mode-map):
18587 * emacs-lisp/package.el (package-menu-mode-map):
18588 * epa.el (epa-key-list-mode-map):
18589 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18590 (menu-bar-options-menu):
18591 * outline.el (outline-mode-menu-bar-map):
18592 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18593 * vc/vc-dir.el (vc-dir-menu-map):
18594 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18595 Capitalize non-function content words in menu item strings.
18596
18597 * dired.el (dired-mode-map): Add menu item for
18598 `image-dired-dired-toggle-marked-thumbs'.
18599
18600 2011-09-18 Juri Linkov <juri@jurta.org>
18601
18602 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18603 to `isearch-case-fold-search' and restore its original value
18604 after the `isearch-mode' call.
18605
18606 2011-09-18 Juri Linkov <juri@jurta.org>
18607
18608 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18609 because `zgrep' returns 1 for successful matches (bug#9226).
18610
18611 2011-09-18 Juri Linkov <juri@jurta.org>
18612
18613 * info.el (Info-extract-menu-node-name): Check the second match
18614 for empty string (second test-case of bug#9528).
18615 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18616 intermediate nodes to the history (first test-case of bug#9528).
18617
18618 2011-09-18 Juri Linkov <juri@jurta.org>
18619
18620 * info.el (Info-mode-syntax-table): New variable.
18621 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18622
18623 2011-09-18 Juri Linkov <juri@jurta.org>
18624
18625 * info.el (Info-file-supports-index-cookies):
18626 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18627 outputs one more line for long file names (bug#4142).
18628
18629 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18630
18631 * newcomment.el (comment-normalize-vars): If prompting for
18632 comment-start, set comment-start-skip too (Bug#8424).
18633
18634 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18635
18636 * icomplete.el: Fix previous fix of Bug#5849.
18637 (icomplete-mode): Don't set completion-show-inline-help.
18638 (icomplete-minibuffer-setup): Set completion-show-inline-help
18639 locally during icompletion.
18640
18641 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18642
18643 * woman.el (woman2-process-escapes): Don't delete unrecognized
18644 escapes (Bug#7843).
18645
18646 * files.el (inhibit-first-line-modes-regexps): Add image files.
18647 (hack-local-variables-prop-line): Return nil for malformed
18648 prop-lines (Bug#9044).
18649
18650 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18651
18652 * net/tramp.el (top): Don't require 'shell.
18653 (tramp-methods): Fix docstring.
18654 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18655 Return complete remote file name. Handle "smb" case.
18656 Use `tramp-tmpdir', if defined for the respective method.
18657 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18658
18659 * net/tramp-compat.el (top): Require 'shell.
18660
18661 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18662 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18663 `tramp-current-host'.
18664 (tramp-get-remote-tmpdir): Remove.
18665
18666 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18667 `tramp-tmpdir' entries.
18668 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18669 (tramp-smb-handle-file-attributes): Ignore errors.
18670 (tramp-smb-wait-for-output): Check also for process end.
18671
18672 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18673
18674 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18675 when sending QUIT (bug#9312).
18676
18677 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18680 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18681 occur-mode-display-occurrence.
18682 (occur-edit-mode): Add usage message.
18683 (occur-cease-edit): New command.
18684 (occur-after-change-function): Use text properties to find the
18685 position of the prefix text.
18686 (occur-engine): Set stickiness of prefix text properties.
18687
18688 2011-09-17 Glenn Morris <rgm@gnu.org>
18689
18690 * progmodes/etags.el (complete-tag):
18691 Fix call to completion-in-region. (Bug#9526)
18692
18693 2011-09-17 Juri Linkov <juri@jurta.org>
18694
18695 * textmodes/ispell.el (ispell-word): Add to the error message
18696 the word, ispell program name and current dictionary (bug#9121).
18697 (ispell-tex-arg-end): Capitalize "error" in the error message.
18698
18699 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18700
18701 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18702 check. (Bug#4251)
18703
18704 2011-09-17 Juri Linkov <juri@jurta.org>
18705
18706 * window.el (window-safe-min-height, window-safe-min-width):
18707 Fix typos (followup to bug#9522).
18708
18709 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18710
18711 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18712
18713 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18714
18715 * simple.el (line-move): If goal-column is set, move by logical
18716 lines, not by display lines. (Bug#971)
18717 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18718 to reflect the above change.
18719
18720 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * image.el (imagemagick-register-types): Use regexp-opt.
18723
18724 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18725
18726 * window.el (display-buffer-base-action): Rename from
18727 display-buffer-default-action. Make default value empty.
18728 (display-buffer-overriding-action): Convert to defvar.
18729 (display-buffer-fallback-action): New var.
18730
18731 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18732
18733 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18734 declaration.
18735 (package--add-to-archive-contents): If there is a duplicate entry
18736 with an older version, remove it.
18737 (package-menu-mark-delete, package-menu-mark-install)
18738 (package-menu-mark-unmark): Make unused args optional.
18739 (package-menu-mark-obsolete-for-deletion):
18740 Use package-menu-get-status instead of a regexp search.
18741 (package-menu-get-status): Use tabulated-list-entry.
18742 (package-menu-mark-upgrades): New command.
18743 (package-menu-mode-map): Bind it to U. Add it to menu bar.
18744 (package-menu-execute): Do installation before deletion.
18745 (package-menu-refresh, package-menu-execute): Use derived-mode-p
18746 instead of checking major-mode.
18747 (package-menu--find-upgrades): New function.
18748
18749 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18750
18751 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18752 passwords in the log buffer.
18753 (smtpmail-process-filter): Update the process marker so that the
18754 "broken by peer" status message is inserted in the right place.
18755
18756 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18757
18758 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18759 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18760 bibtex-completion-at-point-function.
18761 (bibtex-completion-at-point-function): Use them.
18762
18763 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18764
18765 * mpc.el (mpc-constraints-tag-lookup): New function.
18766 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18767 also to browser "album|playlist".
18768
18769 2011-09-14 Juri Linkov <juri@jurta.org>
18770
18771 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
18772 (isearch-edit-string): Use length of `isearch-string' when
18773 `isearch-fail-pos' returns nil.
18774 (isearch-message): Remove duplicate code and call
18775 `isearch-fail-pos' with arg `t'.
18776
18777 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * replace.el (occur-mode-goto-occurrence): Don't force using other
18780 window (Bug#9499).
18781
18782 * dired-aux.el (dired-do-chmod): Don't provide initial input.
18783
18784 2011-09-14 Martin Rudalics <rudalics@gmx.at>
18785
18786 * window.el (display-buffer-window): Remove.
18787 (display-buffer-record-window): Use help-setup window parameter
18788 instead of variable display-buffer-window.
18789 (display-buffer-function, special-display-buffer-names)
18790 (special-display-function): Mention help-setup parameter instead
18791 of display-buffer-window in doc-string.
18792 * help.el (help-window-setup): New argument help-window.
18793 Use help-window-setup parameter instead of display-buffer-window.
18794 Reword some messages.
18795 (with-help-window): Pass window used for displaying the buffer
18796 to help-window-setup. Don't set display-buffer-window.
18797
18798 2011-09-13 Glenn Morris <rgm@gnu.org>
18799
18800 * emacs-lisp/debug.el (debugger-make-xrefs):
18801 Preserve point. (Bug#9462)
18802
18803 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18804
18805 * window.el (window-deletable-p): Use next-frame.
18806
18807 2011-09-13 Martin Rudalics <rudalics@gmx.at>
18808
18809 * window.el (window-auto-delete): Remove.
18810 (window-deletable-p): Remove argument FORCE. Don't deal with
18811 dedication and previous buffers.
18812 (switch-to-prev-buffer): Don't delete window.
18813 (delete-windows-on): Delete a window's frame if and only if the
18814 window is dedicated.
18815 (replace-buffer-in-windows): Delete buffer's window or frame if
18816 and only if window is dedicated.
18817 (quit-window): Handle quit-restore as before last change.
18818 (bury-buffer): Delete window only if window-deletable-p returns t.
18819
18820 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18821
18822 * window.el (window-deletable-p): Never delete the last frame on a
18823 given terminal.
18824
18825 2011-09-13 Glenn Morris <rgm@gnu.org>
18826
18827 * help.el (describe-key-briefly): Copy previous standard-output change.
18828
18829 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
18830
18831 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
18832
18833 2011-09-13 Glenn Morris <rgm@gnu.org>
18834
18835 * emacs-lisp/lisp-mode.el (lisp-indent-function):
18836 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18837
18838 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
18839
18840 * dired-aux.el (dired-mark-read-string): Don't return default
18841 value on empty input (Bug#9361).
18842 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18843 Omit initial minibuffer contents.
18844 (dired-do-chmod): Signal an error on empty input.
18845 (dired-mark-read-string): Don't return default on empty input.
18846
18847 * files.el (file-modes-symbolic-to-number): Doc fix.
18848
18849 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * international/mule-cmds.el (ucs-completions): Remove.
18852 (read-char-by-name): Use complete-with-action instead; add metadata.
18853
18854 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18855
18856 * window.el (display-buffer--action-function-custom-type)
18857 (display-buffer--action-custom-type): New vars.
18858 (display-buffer-alist, display-buffer-default-action)
18859 (display-buffer-overriding-action): Add defcustom types.
18860
18861 * frame.el (delete-other-frames): Doc fix (Bug#276).
18862
18863 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18864
18865 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18866
18867 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18868
18869 Change modes that used same-window-* vars to use switch-to-buffer.
18870
18871 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18872 Use switch-to-buffer.
18873
18874 * cus-edit.el (customize-group, custom-buffer-create)
18875 (customize-browse, custom-buffer-create-other-window):
18876 Use switch-to-buffer or switch-to-buffer-other-window.
18877
18878 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18879 (Info-prev, Info-up, Info-speedbar-goto-node)
18880 (info-display-manual): Use switch-to-buffer.
18881 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18882
18883 * mail/sendmail.el (mail): Use switch-to-buffer.
18884 (mail-recover): Use switch-to-buffer-other-window.
18885
18886 * cmuscheme.el (run-scheme, switch-to-scheme):
18887 * ielm.el (ielm):
18888 * shell.el (shell):
18889 * net/rlogin.el (rlogin):
18890 * net/telnet.el (telnet, rsh):
18891 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18892
18893 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
18894
18895 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18896
18897 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18898
18899 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18900 so don't mention it (bug#9301).
18901 (dired-sort-toggle-or-edit): Clarify string further.
18902
18903 * faces.el (face-spec-set-match-display): Make `(type graphic)'
18904 match `x', `w32' and `ns', like the manual says (bug#9029).
18905
18906 * subr.el (eval-after-load): Doc string clarification (bug#9125).
18907 (process-kill-buffer-query-function): Mention the buffer name in
18908 the query.
18909
18910 * image-mode.el (image-next-line): The line parameter is mandatory
18911 (bug#9258).
18912
18913 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18914 which can be useful (bug#9301).
18915
18916 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18917
18918 * subr.el (match-string): Mention that the current buffer should
18919 be the same as the search was done in (bug#9282).
18920
18921 * facemenu.el: Disable the remove-* commands if the mark isn't
18922 active (bug#9162).
18923
18924 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18925
18926 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18927 of display-buffer.
18928 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18929
18930 * replace.el (occur-mode-goto-occurrence)
18931 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18932 and display-buffer.
18933
18934 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18935 display-buffer.
18936
18937 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18938 special-display and same-window variables.
18939 (mail-other-window): Use switch-to-buffer-other-window.
18940 (mail-other-frame): USe switch-to-buffer-other-frame.
18941
18942 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18943 Use display-buffer-other-frame.
18944 (gdb-display-gdb-buffer): Use pop-to-buffer.
18945
18946 * progmodes/gud.el (gud-goto-info): Use info-other-window.
18947
18948 * progmodes/python.el: Don't set same-window-buffer-names.
18949
18950 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18951
18952 * window.el (display-buffer-alist): Add *Python*.
18953
18954 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18955
18956 * window.el (display-buffer-alist): Add entry for buffers
18957 previously handled same-window-*.
18958 (display-buffer-alist, display-buffer-default-action)
18959 (display-buffer-overriding-action): Mark as risky.
18960 (display-buffer-alist): Document action function changes.
18961 (display-buffer--same-window-action)
18962 (display-buffer--other-frame-action): New variables.
18963 (switch-to-buffer, display-buffer-other-frame): Use them.
18964 (display-buffer): Rename reuse-frame entry to reusable-frames.
18965 (display-buffer-reuse-selected-window): Function deleted.
18966 (display-buffer-reuse-window): Handle reusable-frames alist entry.
18967 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18968 (display-buffer-special): New function.
18969 (display-buffer--maybe-pop-up-frame-or-window): Rename from
18970 display-buffer-reuse-or-pop-window. Split off special-display
18971 part into display-buffer-special.
18972 (display-buffer-use-some-window): Don't perform any special
18973 pop-up-frames handling.
18974 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18975 (display-buffer--maybe-same-window): Rename from
18976 display-buffer-maybe-same-window.
18977
18978 * info.el: Don't set same-window-regexps.
18979 (info-setup): New function.
18980 (info-other-window, info): Call it.
18981
18982 * cus-edit.el: Don't set same-window-regexps.
18983 (customize-group): New argument.
18984 (customize-group-other-window): Use it.
18985 (customize-face, customize-face-other-window): Likewise.
18986 (custom-buffer-create-other-window): Use pop-to-buffer directly.
18987
18988 * net/rlogin.el:
18989 * net/telnet.el:
18990 * progmodes/gud.el: Don't set same-window-regexps.
18991
18992 * cmuscheme.el:
18993 * ielm.el:
18994 * shell.el:
18995 * mail/sendmail.el:
18996 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18997
18998 2011-09-10 Juri Linkov <juri@jurta.org>
18999
19000 * isearch.el (isearch-edit-string): Remove obsolete mention of
19001 `C-w' (`isearch-yank-word-or-char') from docstring.
19002 (isearch-query-replace): Fix typo in docstring (bug#9466).
19003
19004 2011-09-10 Juri Linkov <juri@jurta.org>
19005
19006 * paren.el (show-paren-function): Don't show escaped parens.
19007 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19008
19009 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19010
19011 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19012 (mm-default-file-encoding): Remove autoload forms, they are
19013 replaced with autoload cookies in mml.el and mm-encode.el.
19014 (mail-add-attachment): New command.
19015 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19016 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19017 the doc string.
19018 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19019
19020 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19021
19022 * simple.el (count-words-region): Use buffer if there's no region
19023 (bug#9429).
19024
19025 2011-09-09 Juri Linkov <juri@jurta.org>
19026
19027 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19028 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19029 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19030
19031 2011-09-09 Alan Mackenzie <acm@muc.de>
19032
19033 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19034 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19035
19036 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19037
19038 Fix for Savannah bug#9392.
19039 * simple.el (mail-encode-mml): New defvar.
19040
19041 * mail/rmail.el (mail-encode-mml): Add a defvar.
19042 (rmail-enable-mime-composing): Default to t.
19043 (rmail-forward): Use MIME method of forwarding only if both
19044 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19045 Set mail-encode-mml non-nil if the MIME method was used.
19046
19047 * mail/sendmail.el (mml-to-mime): Add autoload form.
19048 (mail-encode-mml): Add a defvar.
19049 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19050 to nil.
19051 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19052 message through mml-to-mime, and reset mail-encode-mml to nil.
19053
19054 2011-09-09 Glenn Morris <rgm@gnu.org>
19055
19056 * woman.el (woman-if-body): When processing an .el block,
19057 do not delete the next .el block as well. (Bug#9447)
19058 (woman-special-characters): Add oq, cq, and hy characters.
19059
19060 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19061
19062 * window.el (window-deletable-p): Make sure window is live before
19063 invoking window-prev-buffers.
19064
19065 2011-09-08 Leo Liu <sdl.web@gmail.com>
19066
19067 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19068
19069 2011-09-08 Juri Linkov <juri@jurta.org>
19070
19071 * progmodes/compile.el (compilation-environment): Make it
19072 a defcustom (bug#8340).
19073
19074 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19075
19076 * window.el (frame-auto-delete): Rename to window-auto-delete.
19077 Make it control auto-deletion of windows and/or frames.
19078 (window-deletable-p): New argument FORCE. Rewrite conditions
19079 for deleting window/frame. (Bug#9419)
19080 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19081 Rewrite handling of case when window/frame can be deleted.
19082 (delete-windows-on): Call window-deletable-p with new FORCE
19083 argument t. (Bug#9456)
19084
19085 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19086
19087 * help-mode.el (help-mode): Restore autoload.
19088
19089 2011-09-07 Juri Linkov <juri@jurta.org>
19090
19091 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19092 `compilation-environment'. Set buffer-local
19093 `compilation-environment' to `thisenv' later after (funcall mode).
19094 (Bug#8340)
19095
19096 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19097 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19098 instead of replacing its value. (Bug#8340)
19099
19100 2011-09-07 Juri Linkov <juri@jurta.org>
19101
19102 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19103 based on text properties put by `grep-filter' instead of matching
19104 escape sequences.
19105 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19106 to the value of `grep-error-screen-columns' (bug#9438).
19107
19108 2011-09-07 Juri Linkov <juri@jurta.org>
19109
19110 * simple.el (next-error-highlight, next-error-highlight-no-select):
19111 Doc fix (bug#9432).
19112
19113 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19114
19115 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19116 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19117
19118 2011-09-07 Leo Liu <sdl.web@gmail.com>
19119
19120 * net/rcirc.el (rcirc-mode): Conditionally initialize
19121 rcirc-input-ring.
19122
19123 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * emacs-lisp/find-func.el (find-function-C-source): Only set
19126 find-function-C-source-directory after checking that we found a source
19127 file there (bug#9440).
19128
19129 2011-09-06 Alan Mackenzie <acm@muc.de>
19130
19131 * isearch.el (isearch-other-meta-char): Wherever a key list is
19132 unread, "unread" the prefix arg, too. This fixes bug #8901.
19133
19134 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19135
19136 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19137
19138 2011-09-05 Juri Linkov <juri@jurta.org>
19139
19140 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19141
19142 2011-09-05 Juri Linkov <juri@jurta.org>
19143
19144 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19145 keeping point where processing of grep matches begins, and
19146 continue to delete remaining escape sequences from the same point.
19147 (grep-filter): Make leading zero optional in "0?1;31m" because
19148 git-grep emits "\033[1;31m" escape sequences unlike expected
19149 "\033[01;31m" as GNU Grep does (bug#9408).
19150 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19151
19152 2011-09-05 Juri Linkov <juri@jurta.org>
19153
19154 * subr.el (y-or-n-p): Capitalize "yes".
19155
19156 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19157
19158 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19159 `tramp-cache-unload-hook' where appropriate.
19160 (tramp-methods): Rename `tramp-remote-sh' to
19161 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19162 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19163
19164 * net/tramp-sh.el (top): Don't require 'shell.
19165 (tramp-methods): Add `tramp-remote-shell' and
19166 `tramp-remote-shell-args' entries.
19167 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19168 (tramp-sh-handle-shell-command): Remove.
19169 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19170 Use `tramp-remote-shell'.
19171
19172 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19173
19174 * mail/sendmail.el (sendmail-query-once-function): Delete.
19175 (sendmail-query-once): Save directly to send-mail-function.
19176 Update message-send-mail-function too.
19177
19178 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19179
19180 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19181
19182 * progmodes/python.el (python-mode-map): Use correct function to
19183 start python interpreter from menu-bar (as reported by Geert
19184 Kloosterman).
19185 (inferior-python-mode-map): Fix typo.
19186 (python-shell-map): Remove.
19187
19188 2011-09-03 Deniz Dogan <deniz@dogan.se>
19189
19190 * net/rcirc.el (rcirc-print): Simplify code for
19191 rcirc-scroll-show-maximum-output. There is no need to walk
19192 through all windows to find the right one.
19193
19194 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19195
19196 * help.el (help-return-method): Doc fix.
19197
19198 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19199
19200 * window.el (window-deletable-p): Don't return a non-nil value
19201 when there's a buffer that was shown in the window before.
19202 (Bug#9419)
19203 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19204 Set window's previous buffers to nil.
19205
19206 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19207
19208 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19209 newline before and after the tag line, so it doesn't interfere
19210 with determining the paragraph direction of bidirectional text.
19211
19212 2011-09-03 Leo Liu <sdl.web@gmail.com>
19213
19214 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19215
19216 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19217
19218 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19219 (pop-to-buffer): Change interactive spec. Pass second argument
19220 directly to display-buffer.
19221 (display-buffer): Fix interactive spec. Use functionp to
19222 distinguish between a function and a list of functions.
19223
19224 * abbrev.el (edit-abbrevs):
19225 * arc-mode.el (archive-extract):
19226 * autoinsert.el (auto-insert):
19227 * bookmark.el (bookmark-bmenu-list):
19228 * files.el (find-file):
19229 * view.el (view-buffer):
19230 * progmodes/compile.el (compilation-goto-locus):
19231 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19232
19233 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19234
19235 * window.el (display-buffer-alist): Doc fix.
19236 (display-buffer): Add docstring. Don't treat
19237 display-buffer-default specially.
19238 (display-buffer-reuse-selected-window)
19239 (display-buffer-same-window, display-buffer-maybe-same-window)
19240 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19241 (display-buffer-pop-up-window)
19242 (display-buffer-reuse-or-pop-window)
19243 (display-buffer-use-some-window): New functions.
19244 (display-buffer-default-action): Use them.
19245 (display-buffer-default): Delete.
19246 (pop-to-buffer-1): Fix choice of actions.
19247
19248 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19249
19250 * minibuffer.el (completion--insert-strings): Don't get confused by
19251 completion entries that end with an LF char.
19252
19253 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19254
19255 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19256
19257 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19258
19259 * window.el (display-buffer): Restore interactive spec.
19260 (display-buffer-same-window, display-buffer-other-window):
19261 New functions.
19262 (pop-to-buffer-1): New function. Use the above.
19263 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19264 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19265
19266 * view.el (view-buffer-other-window, view-buffer-other-frame):
19267 Just use pop-to-buffer.
19268
19269 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19270
19271 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19272
19273 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19274
19275 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19276
19277 2011-08-31 Richard Stallman <rms@gnu.org>
19278
19279 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19280 of the separation of rmail-view-buffer from rmail-buffer.
19281 If you say no to "replace original", the decrypt is in the
19282 view buffer. If you say yes, the decrypt goes into the
19283 rmail buffer also.
19284
19285 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19286
19287 * window.el (display-buffer-window): Rewrite doc-string.
19288 (display-buffer-record-window): New function.
19289 (display-buffer-macro-specifiers)
19290 (display-buffer-even-window-sizes, display-buffer-set-height)
19291 (display-buffer-set-width, display-buffer-in-window)
19292 (display-buffer-reuse-window, display-buffer-split-specifiers)
19293 (display-buffer-side-specifiers, display-buffer-split-window-1)
19294 (display-buffer-split-window, display-buffer-split-atom-window)
19295 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19296 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19297 (display-buffer-other-window-means-other-frame)
19298 (display-buffer-normalize-special)
19299 (display-buffer-normalize-default)
19300 (display-buffer-normalize-argument)
19301 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19302 (display-buffer-normalize-specifiers, display-buffer-frame)
19303 (display-buffer-same-window, display-buffer-same-frame)
19304 (display-buffer-other-window)
19305 (display-buffer-same-frame-other-window)
19306 (display-buffer-other-frame, pop-to-buffer-same-window)
19307 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19308 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19309 (switch-to-buffer-same-frame)
19310 (switch-to-buffer-other-window-same-frame)
19311 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19312 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19313 (display-buffer-alist-set): Remove.
19314 (display-buffer-function, special-display-buffer-names)
19315 (special-display-regexps, special-display-function):
19316 In doc-string refer to display-buffer-window and quit-restore
19317 parameter.
19318 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19319 (special-display-frame-alist, special-display-popup-frame)
19320 (same-window-buffer-names, same-window-regexps, same-window-p)
19321 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19322 (split-window-preferred-function, split-height-threshold)
19323 (split-width-threshold, window-splittable-p)
19324 (split-window-sensibly, window--try-to-split-window)
19325 (window--frame-usable-p, even-window-heights)
19326 (window--even-window-heights, window--display-buffer-1)
19327 (window--display-buffer-2, display-buffer-other-frame):
19328 Restore old Emacs 23 code, order and doc-strings where applicable.
19329 (display-buffer-default, display-buffer-assq-regexp): New functions.
19330 (display-buffer-alist): Rewrite doc-string.
19331 (display-buffer-default-action)
19332 (display-buffer-overriding-action): New variables.
19333 (display-buffer, switch-to-buffer): Rewrite.
19334 (pop-to-buffer): Restore Emacs 23 behavior but use
19335 window-normalize-buffer-to-display.
19336 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19337 Restore Emacs 23 behavior but use
19338 window-normalize-buffer-to-switch-to.
19339 (pop-to-buffer-same-window): Rewrite.
19340 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19341 Rewrite using Emacs 23 options.
19342
19343 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19344
19345 * net/tramp.el (tramp-root-regexp): Remove.
19346 (tramp-completion-file-name-regexp-unified)
19347 (tramp-completion-file-name-regexp-separate)
19348 (tramp-completion-file-name-regexp-url): Don't use leading volume
19349 letter on w32 systems. (Bug#5303, Bug#9311)
19350 (tramp-drop-volume-letter): Simplify definition.
19351 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19352
19353 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19356 (bug#9356).
19357
19358 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19359
19360 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19361
19362 2011-08-29 Juri Linkov <juri@jurta.org>
19363
19364 * isearch.el (isearch-done): Don't display message "Mark saved"
19365 when arg `edit' is non-nil to prevent its flicker in the echo area.
19366
19367 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19368
19369 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19370 obsolete packages for deletion.
19371
19372 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19373
19374 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19375 (help-mode): Derive help-mode from special-mode. Don't invoke
19376 view-mode from help-mode.
19377 (help-xref-override-view-map): Remove.
19378 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19379 view-mode is not used anymore.
19380
19381 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19382
19383 * server.el (server-port): Doc fix.
19384
19385 * cus-theme.el (custom-theme-choose-mode): Inherit from
19386 special-mode (Bug#9124).
19387 (custom-theme-choose-mode-map): Add special-mode to parent.
19388
19389 2011-08-28 Alan Mackenzie <acm@muc.de>
19390
19391 * progmodes/cc-fonts.el
19392 (c-make-font-lock-BO-decl-search-function): New function.
19393 (c-basic-matchers-after - "Fontify the clauses after various
19394 keywords"): Extract the three keyword lists for the 3 erroneous
19395 constructs from the list of four, and use the new function above
19396 in place of an old one.
19397
19398 2011-08-28 Deniz Dogan <deniz@dogan.se>
19399
19400 * net/rcirc.el (rcirc-insert-prev-input)
19401 (rcirc-insert-next-input): Remove unused argument.
19402
19403 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19406
19407 2011-08-27 Alan Mackenzie <acm@muc.de>
19408
19409 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19410 handle function pointer parameters properly.
19411
19412 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19413
19414 * window.el (display-buffer-reuse-window): Fix case where
19415 selected window was reused with non-nil OTHER-WINDOW argument.
19416 (Bug#9381)
19417
19418 2011-08-27 Deniz Dogan <deniz@dogan.se>
19419
19420 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19421 oftc's NickServ messages.
19422
19423 2011-08-27 Glenn Morris <rgm@gnu.org>
19424
19425 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19426
19427 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19428
19429 * emacs-lisp/package.el (package-install): Call package-initialize
19430 if called interactively.
19431
19432 2011-08-26 Leo Liu <sdl.web@gmail.com>
19433
19434 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19435
19436 2011-08-25 Juri Linkov <juri@jurta.org>
19437
19438 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19439 `search-whitespace-regexp' (bug#9364).
19440
19441 2011-08-25 Juri Linkov <juri@jurta.org>
19442
19443 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19444 `regexp-search-ring' to their global values to protect from
19445 updating by `read-from-minibuffer' (bug#9185).
19446
19447 2011-08-25 Juri Linkov <juri@jurta.org>
19448
19449 * textmodes/ispell.el (ispell-command-loop): Add newline
19450 at the end of the "Use option `i'..." line.
19451
19452 2011-08-25 Juri Linkov <juri@jurta.org>
19453
19454 * battery.el (display-battery-mode): If `battery-status-function'
19455 or `battery-mode-line-format' is nil, display the message and set
19456 `display-battery-mode' to nil (bug#9363).
19457
19458 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19459
19460 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19461 bidi-string-mark-left-to-right; they are unnecessary now.
19462
19463 2011-08-25 Deniz Dogan <deniz@dogan.se>
19464
19465 * net/quickurl.el: Documentation typo fixes.
19466
19467 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19468
19469 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19470
19471 2011-08-25 Glenn Morris <rgm@gnu.org>
19472
19473 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19474
19475 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19476 (smtpmail-via-smtp): Handle nil response from smtp.
19477
19478 2011-08-24 Juri Linkov <juri@jurta.org>
19479
19480 * proced.el (proced-marked): Inherit from `error' instead of
19481 `font-lock-warning-face'.
19482
19483 * ibuffer.el (ibuffer-marked-face): Change default face from
19484 `font-lock-warning-face' to `warning'.
19485 (ibuffer-deletion-face): Change default face from
19486 `font-lock-type-face' to `error'.
19487
19488 * battery.el (battery-update): Use the face `error' instead of
19489 `font-lock-warning-face' (bug#6117).
19490
19491 2011-08-24 Juri Linkov <juri@jurta.org>
19492
19493 * faces.el (success): Change face color from "Green3" to
19494 "ForestGreen" on light background (bug#9353).
19495
19496 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19497
19498 * window.el (quit-window): Rename from quit-restore-window.
19499 Use same arglist as old quit-window.
19500 (frame-auto-delete): Doc fix.
19501
19502 * view.el (view-mode-exit): Use quit-window.
19503
19504 2011-08-24 Juri Linkov <juri@jurta.org>
19505
19506 * isearch.el (isearch-ring-adjust1): Start visiting previous
19507 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19508 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19509 for empty search string (when the last search string is reused
19510 automatically) to adjust the isearch ring to the last element and
19511 prepare the correct index for further M-p commands (bug#9185).
19512
19513 2011-08-24 Kenichi Handa <handa@m17n.org>
19514
19515 * international/ucs-normalize.el: If decomposition property of
19516 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19517 nil.
19518 (nfd, nfkd): Likewise.
19519
19520 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19521
19522 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19523 from process filters aren't reliably transmitted to the surrounding
19524 accept-process-output.
19525 (mpc-proc-check): New function.
19526 (mpc-proc-sync): Use it (bug#8293)
19527
19528 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19529
19530 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19531 Add compatibility functions (bug#9313).
19532
19533 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19534
19535 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19536
19537 * international/uni-bidi.el: Regenerate.
19538
19539 2011-08-23 Kenichi Handa <handa@m17n.org>
19540
19541 * international/charprop.el:
19542 * international/uni-bidi.el:
19543 * international/uni-category.el:
19544 * international/uni-combining.el:
19545 * international/uni-comment.el:
19546 * international/uni-decimal.el:
19547 * international/uni-decomposition.el:
19548 * international/uni-digit.el:
19549 * international/uni-lowercase.el:
19550 * international/uni-mirrored.el:
19551 * international/uni-name.el:
19552 * international/uni-numeric.el:
19553 * international/uni-old-name.el:
19554 * international/uni-titlecase.el:
19555 * international/uni-uppercase.el: Regenerate.
19556
19557 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19558
19559 * help.el (help-window-setup): Fix message displayed when other
19560 window is reused. (Bug#9341)
19561
19562 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19563
19564 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19565 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19566
19567 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19568 Mark obsolete.
19569 * shell.el (shell-parse-pcomplete-arguments): New function.
19570 (shell-completion-vars): Use it instead (bug#9160).
19571
19572 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19573
19574 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19575 strings and comments (bug#9333).
19576
19577 * emacs-lisp/debug.el (debug-arglist): New function.
19578 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19579 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19580
19581 2011-08-22 Juri Linkov <juri@jurta.org>
19582
19583 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19584 Revert regexp that highlights output switches to its old
19585 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19586
19587 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19588 to check for empty output (bug#9226).
19589
19590 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19591
19592 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19593 symbol-constituent as the default, as that stops font-lock from
19594 working properly (Bug#8843).
19595
19596 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19597
19598 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19599 `coding-system-for-*' around the process open call to avoid
19600 auth-source side effects.
19601 (smtpmail-try-auth-methods): Expand the secret password.
19602 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19603 probe hangs.
19604
19605 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19606
19607 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19608
19609 * emacs-lisp/find-func.el (find-function-noselect): New arg
19610 lisp-only.
19611
19612 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19613 signal an error for built-in functions (Bug#6664).
19614
19615 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19616
19617 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19618 (smtpmail-try-auth-methods): Use it.
19619
19620 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19621
19622 * font-lock.el (font-lock-fontify-region)
19623 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19624 (font-lock-default-unfontify-buffer)
19625 (font-lock-default-fontify-region)
19626 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19627
19628 * progmodes/compile.el (compilation-error-properties):
19629 Fix confusion between file struct and message struct (Bug#9319).
19630 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19631 `ant' regexp.
19632
19633 * net/browse-url.el (browse-url-firefox): Don't call
19634 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19635
19636 2011-08-20 Glenn Morris <rgm@gnu.org>
19637
19638 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19639
19640 * tutorial.el (tutorial--default-keys): Update some default bindings.
19641
19642 * files.el (hack-local-variables): Fully ignore case for "mode:".
19643
19644 2011-08-20 Alan Mackenzie <acm@muc.de>
19645
19646 Resolve invalid use of a regexp in regexp-opt.
19647
19648 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19649 detection for a java annotation.
19650
19651 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19652 detection for a java annotation.
19653
19654 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19655 handling for java.
19656 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19657
19658 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19659
19660 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19661 (Bug#9274).
19662
19663 2011-08-20 Alan Mackenzie <acm@muc.de>
19664
19665 Fontify CPP expressions correctly when starting in the middle of
19666 such a construct. Mainly for when jit-lock etc. starts a chunk
19667 here.
19668
19669 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19670 variable.
19671 (c-make-font-lock-search-form): New function, extracted from
19672 c-make-font-lock-search-function.
19673 (c-make-font-lock-search-function): Use the above function.
19674 (c-make-font-lock-context-search-function): New function.
19675 (c-cpp-matchers): Enhance the preprocessor expression case with
19676 the above function
19677 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19678 which takes an expression.
19679
19680 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19681
19682 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19683
19684 * window.el (display-buffer-reuse-window)
19685 (display-buffer-pop-up-window): Don't reuse or split a side
19686 window.
19687
19688 2011-08-19 Glenn Morris <rgm@gnu.org>
19689
19690 * files.el (hack-local-variables-prop-line, hack-local-variables):
19691 Downcase "Mode:". (Bug#9331)
19692
19693 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19694
19695 * international/characters.el: Add L and R categories.
19696
19697 * subr.el (bidi-string-mark-left-to-right): Rename from
19698 string-mark-left-to-right. Use category search.
19699
19700 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19701
19702 2011-08-18 Juri Linkov <juri@jurta.org>
19703
19704 * faces.el (error, warning, success): New faces with definitions
19705 copied from old default values of `font-lock-warning-face',
19706 `compilation-warning', `compilation-info' (bug#6117).
19707
19708 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19709
19710 * progmodes/compile.el (compilation-error): Inherit from `error'.
19711 (compilation-warning): Inherit from `warning'.
19712 (compilation-info): Inherit from `success'.
19713
19714 * dired.el (dired-marked): Inherit from `warning'.
19715 (dired-flagged): Inherit from `error'.
19716
19717 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19718
19719 * mail/smtpmail.el (auth-source): Require to avoid problems with
19720 binding variables (bug#9298). Also clean up some unused
19721 autoloads.
19722
19723 * net/network-stream.el (network-stream-open-starttls):
19724 Support using starttls.el without using gnutls-cli.
19725
19726 2011-08-17 Juri Linkov <juri@jurta.org>
19727
19728 * progmodes/grep.el (rgrep): Handle the case when
19729 `grep-find-command' is a cons cell (bug#9278).
19730
19731 2011-08-17 Martin Rudalics <rudalics@gmx.at>
19732
19733 * window.el (display-buffer-pop-up-frame): Run frame creation
19734 function with BUFFER current (as special-display-popup-frame
19735 does). Reported by Drew Adams.
19736
19737 2011-08-17 Daiki Ueno <ueno@unixuser.org>
19738
19739 * epa-mail.el: Simplify GnuPG group expansion using
19740 epg-expand-group.
19741 (epa-mail-group-alist, epa-mail-group-modtime)
19742 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19743 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19744 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19745 Remove.
19746
19747 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
19748
19749 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19750
19751 2011-08-16 Alan Mackenzie <acm@muc.de>
19752
19753 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19754 Correct, to avoid the inside of macros.
19755
19756 2011-08-16 Richard Stallman <rms@gnu.org>
19757
19758 * epa-mail.el: Handle GnuPG group definitions.
19759 (epa-mail-group-alist, epa-mail-group-modtime)
19760 (epa-mail-gnupg-conf-file): New variables.
19761 (epa-mail-parse-groups, epa-mail-sync-groups)
19762 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19763 (epa-mail-expand-recipients): New functions.
19764 (epa-mail-encrypt): Call epa-mail-expand-recipients.
19765
19766 * mail/rmail.el (rmail-epa-decrypt): New command.
19767
19768 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19769 Don't bind buffer-read-only, just inhibit-read-only.
19770 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19771 (epa-decrypt-armor-in-region): Make error message clearer.
19772
19773 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19776 and "a2b" to "ab" for `prefix'.
19777
19778 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
19779
19780 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19781 filter groups.
19782 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
19783 Fourquet (Bug#8804).
19784
19785 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
19786
19787 * startup.el (argi): Declare as global variable (bug#9275).
19788
19789 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
19790
19791 * subr.el (string-mark-left-to-right): Search the entire string
19792 for RTL script, not just the terminating character. Doc fix.
19793
19794 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19797 New function.
19798 (js--regexp-literal, js-syntax-propertize-function): Remove.
19799 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19800 (js-mode-map): Don't rebind electric keys.
19801 (js-insert-and-indent): Remove.
19802 (js-mode): Setup electric-layout and electric-indent instead.
19803
19804 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19805
19806 2011-08-12 Daiki Ueno <ueno@unixuser.org>
19807
19808 * epa.el (epa-progress-callback-function): Fix the logic of
19809 displaying progress.
19810 * epa-file.el (epa-file-insert-file-contents): Make progress
19811 display more user-friendly.
19812 (epa-file-write-region): Ditto.
19813
19814 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
19815
19816 * subr.el (string-mark-left-to-right): New function.
19817
19818 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19819 Use string-mark-left-to-right.
19820 (list-buffers-noselect): Caller changed.
19821
19822 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19823 Use string-mark-left-to-right.
19824 (tabulated-list-print): Recenter after moving point.
19825
19826 2011-08-10 Juri Linkov <juri@jurta.org>
19827
19828 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19829 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19830 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19831
19832 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
19833
19834 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19835 (Bug#7554).
19836
19837 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
19838
19839 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19840 character. (Bug#6594)
19841
19842 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
19843
19844 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19845 (image-dired--with-db-file): New macro.
19846 (image-dired-write-tags, image-dired-remove-tag)
19847 (image-dired-create-gallery-lists, image-dired-write-comments)
19848 (image-dired-get-comment, image-dired-mark-tagged-files)
19849 (image-dired-list-tags, image-dired-gallery-generate): Use it.
19850 (image-dired-gallery-generate): Use insert-file-contents.
19851
19852 * time.el (display-time-world-list, display-time-world-display):
19853 * time-stamp.el (time-stamp-string):
19854 * vc/add-log.el (add-change-log-entry): Use setenv instead of
19855 set-time-zone-rule (Bug#7337).
19856
19857 2011-08-08 Daiki Ueno <ueno@unixuser.org>
19858
19859 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19860 (epg-error-to-string, epg-errors-to-string): New function.
19861 (epg-wait-for-completion): Reverse errors list.
19862 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19863 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19864 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19865 (epg-sign-keys, epg-generate-key-from-file)
19866 (epg-generate-key-from-string): Format errors by using
19867 epg-errors-to-string (bug#9255).
19868 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19869
19870 2011-08-07 Juri Linkov <juri@jurta.org>
19871
19872 * faces.el (list-faces-display): Remove extra angle bracket
19873 from `help-mode-map'.
19874
19875 * info.el (Info-history-toc-nodes): Doc fix.
19876
19877 * longlines.el (longlines-mode): Doc fix.
19878
19879 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19882 of statements and in a few more cases (bug#9183).
19883
19884 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19885 New functions.
19886 (cl-transform-lambda): Use them (bug#9239).
19887
19888 2011-08-05 Martin Rudalics <rudalics@gmx.at>
19889
19890 * window.el (display-buffer-same-window)
19891 (display-buffer-same-frame, display-buffer-other-window)
19892 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19893 (pop-to-buffer-other-window)
19894 (pop-to-buffer-same-frame-other-window)
19895 (pop-to-buffer-other-frame): Make them defuns.
19896 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19897
19898 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 * subr.el (make-composed-keymap): Move from C. Change calling
19901 convention, and improve docstring to bring attention to a subtle point.
19902 * minibuffer.el (completing-read-default): Adjust accordingly.
19903
19904 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
19905
19906 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19907 (tramp-open-shell): Use `tramp-shell-quote-argument'.
19908
19909 * net/trampver.el: Update release number.
19910
19911 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19914 "in" (bug#9190).
19915
19916 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19917
19918 * mail/sendmail.el (sendmail-query-once): Restore the current
19919 buffer after querying (bug#9074).
19920
19921 * dired.el (dired-flagged): Use different faces for marked and
19922 flagged files (bug#6117).
19923
19924 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19925 (bug#4433).
19926
19927 * ido.el (ido-mode): Switch off the message if called
19928 non-interactively.
19929
19930 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19931 before 587, since it appears that that's more likely to work for
19932 more people.
19933
19934 * cus-edit.el (custom-file): When running under emacs -q, always
19935 refuse to save the customizations, even if the .emacs file doesn't
19936 exist.
19937
19938 * info.el: Remove the `Info-beginning-of-buffer' function
19939 (bug#8325).
19940
19941 * net/network-stream.el (network-stream-open-starttls):
19942 Use `starttls-available-p' to see whether starttls.el can be used.
19943
19944 2011-08-01 Martin Rudalics <rudalics@gmx.at>
19945
19946 * window.el (display-buffer-in-window): Don't set dedicated status
19947 of window here (Bug#9215).
19948 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19949 (display-buffer-pop-up-side-window)
19950 (display-buffer-in-side-window): Set dedicated status of window here.
19951
19952 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19955 before binding generated-autoload-file.
19956
19957 2011-08-01 Deniz Dogan <deniz@dogan.se>
19958
19959 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19960
19961 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
19962
19963 Sync with Tramp 2.2.2.
19964
19965 * net/trampver.el: Update release number.
19966
19967 2011-07-30 Juri Linkov <juri@jurta.org>
19968
19969 * dired-aux.el (dired-touch-initial): Remove function.
19970 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19971 current time, and `default' to the last modification time of the
19972 current marked file (bug#6887).
19973
19974 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
19975
19976 * simple.el (goto-line): Use string-to-number to provide a
19977 numeric argument to read-number (bug#9163).
19978
19979 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
19980
19981 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19982 connection process, it could be nil.
19983
19984 2011-07-27 Leo Liu <sdl.web@gmail.com>
19985
19986 Simplify url handling in rcirc-mode.
19987
19988 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19989 (rcirc-browse-url-at-mouse): Remove.
19990 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19991
19992 2011-07-26 Alan Mackenzie <acm@muc.de>
19993
19994 Fontify bitfield declarations properly.
19995
19996 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19997 (c-symbol-chars): Now exported as a lang variable.
19998 (c-not-primitive-type-keywords): New lang variable.
19999
20000 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20001 QT keyword "more" to prevent "more slots: ...." being spuriously
20002 parsed as a bitfield declaration.
20003
20004 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20005 Refactor and enhance to handle bitfield declarations.
20006 (c-punctuation-in): New function.
20007 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20008 declarations properly.
20009
20010 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20011
20012 * calendar/icalendar.el (icalendar--all-events): Take care of
20013 multiple vcalendars in a single file.
20014 (icalendar--convert-float-to-ical): Checkdoc fixes.
20015
20016 2011-07-25 Deniz Dogan <deniz@dogan.se>
20017
20018 * image.el (insert-image): Clarifying docstring.
20019
20020 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20021
20022 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20023 `tramp-send-command-and-check' if there is no error.
20024 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20025
20026 2011-07-22 Alan Mackenzie <acm@muc.de>
20027
20028 Prevent cc-langs.elc being loaded at run time.
20029
20030 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20031 cc-langs.
20032
20033 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20034 "(require 'cc-langs)". Quote a form so it will evaluate at
20035 (cc-mode's) compilation time.
20036
20037 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20038
20039 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20040 loading. (Bug#9114)
20041
20042 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20043
20044 * window.el (display-buffer-pop-up-window)
20045 (display-buffer-pop-up-side-window)
20046 (display-buffer-in-side-window): Call display-buffer-set-height
20047 and display-buffer-set-width after setting the new window's
20048 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20049
20050 2011-07-20 Sam Steingold <sds@gnu.org>
20051
20052 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20053 (etags-tags-included-tables): Call `convert-standard-filename' on
20054 the file names contained in TAGS so that windows Emacs can handle
20055 TAGS files created by cygwin ctags.
20056
20057 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20058
20059 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20060 which apparently didn't work.
20061
20062 2011-07-19 Roland Winkler <winkler@gnu.org>
20063
20064 * proced.el (proced-send-signal): For *Marked Processes* buffer
20065 put point at beginning of buffer.
20066
20067 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20068
20069 * proced.el (proced-format): Make header lines align with the text
20070 (bug#1779).
20071
20072 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20073
20074 * view.el (view-buffer): Allow running in `special' modes if we're
20075 visiting a file (bug#8615).
20076
20077 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20078
20079 * window.el (display-buffer-alist-of-strings-p)
20080 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20081 New functions.
20082 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20083 more accurately.
20084
20085 2011-07-18 Alan Mackenzie <acm@muc.de>
20086
20087 Fontify declarators properly when, e.g., a jit-lock chunk begins
20088 inside a declaration.
20089
20090 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20091
20092 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20093 New function.
20094 (c-complex-decl-matchers): Insert reference to
20095 c-font-lock-enclosing-decls.
20096
20097 * progmodes/cc-engine.el (c-backward-single-comment):
20098 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20099 to nil around calls to (forward-comment -1).
20100
20101 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20102
20103 * image.el (put-image): Doc typo fix.
20104
20105 * progmodes/etags.el (tags-search): Doc typo fix.
20106
20107 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20108 password if we get errors 550 to 554.
20109
20110 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20111
20112 * net/gnutls.el (gnutls-log-level): Remove.
20113
20114 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20115 indentation character (bug#6380).
20116
20117 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20118
20119 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20120 to clarify what the problem is (bug#4291).
20121
20122 * simple.el (current-kill): Clarify what
20123 `interprogram-paste-function' does (bug#7500).
20124 (auto-fill-mode): Document `auto-fill-function' in relation to
20125 `auto-fill-mode' (bug#2470).
20126
20127 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20128
20129 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20130 method if slot is read-only (bug#9035).
20131
20132 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20133
20134 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20135 * window.el (pop-to-buffer): Select window used even if it was
20136 selected before, see discussion of (Bug#8615), (Bug#6954).
20137 Pass argument NORECORD on to select-frame-set-input-focus.
20138
20139 2011-07-15 Glenn Morris <rgm@gnu.org>
20140
20141 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20142 Respect help-form.
20143
20144 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20145
20146 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20147 (gnutls-negotiate): Use it.
20148
20149 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20150
20151 * net/gnutls.el (gnutls-negotiate):
20152 Upcase `gnutls-algorithm-priority'.
20153
20154 2011-07-15 Glenn Morris <rgm@gnu.org>
20155
20156 * jka-compr.el (jka-compr-verbose): Move from here...
20157 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20158 Add missing :version tag.
20159 * info.el: No need to require jka-compr when compiling.
20160
20161 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20162
20163 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20164 (gnutls-negotiate): Use it.
20165
20166 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20167
20168 * info.el (Info-beginning-of-buffer): New command.
20169 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20170 announcing `b' as the key (bug#8325).
20171 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20172
20173 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20174
20175 * international/mule-cmds.el
20176 (describe-specified-language-support): Make the error message
20177 clearer (bug#8905).
20178
20179 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20180
20181 * isearch.el (isearch-barrier): Add a doc string, since it's
20182 mentioned in a function doc string (bug#8678).
20183
20184 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20185
20186 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20187 buffer argument (Bug#9083) and self-identifying label argument.
20188
20189 2011-07-15 Glenn Morris <rgm@gnu.org>
20190
20191 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20192
20193 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20194
20195 * man.el (Man-fontify-manpage): Fix message when formatting the
20196 man page (bug#7929).
20197
20198 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20199
20200 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20201 argument LRM; if non-nil, append an invisible LRM character to the
20202 buffer name.
20203 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20204 last argument non-nil, when formatting buffer names.
20205 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20206 paragraph direction.
20207
20208 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20209
20210 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20211 the man page name (bug#7929).
20212
20213 * image.el (put-image): Mention the `put-image' overlay property
20214 (bug#7834).
20215
20216 * scroll-bar.el (set-scroll-bar-mode): Mention that
20217 `scroll-bar-mode' lists the values (bug#7772).
20218
20219 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20220 command (bug#7729).
20221
20222 * rect.el (apply-on-rectangle): Return the point after the last
20223 operation.
20224 (string-rectangle): Go to the point after the last operation
20225 (bug#7522).
20226
20227 * printing.el (pr-toggle-region): Clarify the documentation
20228 slightly (bug#7493).
20229
20230 * time.el (display-time-update):
20231 Allow `display-time-mail-function' to return nil (bug#7158).
20232 Fix suggested by Detlev Zundel.
20233
20234 * vc/diff.el (diff): Clarify the order the file names are read
20235 (bug#7111).
20236
20237 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20238 the doc string (bug#7015).
20239
20240 * font-lock.el (font-lock-maximum-decoration): Mention what
20241 numeric levels mean (bug#6935).
20242
20243 * startup.el (initial-buffer-choice): Don't mention the `none'
20244 selection, which is against policy.
20245
20246 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20247
20248 * window.el (display-buffer-normalize-special):
20249 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20250
20251 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20252
20253 * subr.el (version<, version<=, version=): Mention "-CVS" and
20254 "-12345" alpha version numbers.
20255
20256 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20257
20258 * bindings.el: Add advertised binding for set-mark-command
20259 (Bug#5772).
20260
20261 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20262
20263 * bindings.el (mode-line-other-buffer):
20264 * bookmark.el (bookmark-bmenu-2-window):
20265 * bs.el (bs-cycle-next, bs-cycle-previous):
20266 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20267 switch-to-buffer.
20268
20269 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20270 Delete.
20271
20272 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20273
20274 * follow.el (follow-debug-message, follow-redisplay):
20275 * jka-cmpr-hook.el (with-auto-compression-mode):
20276 Fix typos in docstrings.
20277
20278 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20279
20280 * subr.el (with-silent-modifications): Clarify somewhat what the
20281 macro inhibits (bug#6525).
20282
20283 * simple.el (eval-expression): Note what it does if called
20284 interactively (bug#6495).
20285
20286 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20287
20288 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20289 Use pop-to-buffer buffer-or-name if it is nil.
20290
20291 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20292 Remove switch-to-buffer.
20293
20294 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20295
20296 * files.el (make-directory): Clarify that an error will be raised
20297 if there's an error (bug#6397).
20298
20299 * startup.el (initial-buffer-choice): Add `none' as a choice
20300 (bug#6234).
20301
20302 * subr.el (add-hook): Clarify section about buffer-local hooks
20303 (bug#6218).
20304
20305 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20306
20307 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20308
20309 * tabify.el (untabify): Preserve the current column so that point
20310 doesn't move (bug#6032).
20311
20312 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20313
20314 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20315 Rewrite to avoid awkward possessive "s" (bug#5986).
20316
20317 2011-07-13 Glenn Morris <rgm@gnu.org>
20318
20319 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20320 (dired-insert-directory): Give a message the first time
20321 if ls is found not to support --dired.
20322
20323 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20324
20325 * simple.el (toggle-truncate-lines): Clarify what is toggled
20326 (bug#5580). Text by Drew Adams.
20327
20328 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20329
20330 * simple.el (blink-matching-open): Make the error message from the
20331 last change less verbose.
20332
20333 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20334
20335 * font-lock.el (font-lock-comment-face): Use the high contrast
20336 "yellow" color for font-lock-comment-face on low color terminals
20337 using a dark background color (bug#4221).
20338
20339 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20340
20341 * dired.el (dired-insert-set-properties): Make the doc string
20342 reflect what it does now (bug#5325).
20343
20344 * simple.el (blink-matching-open): Say that we were unable to find
20345 the match within the limit, if we're limited (bug#5122).
20346
20347 * international/mule-cmds.el (prefer-coding-system): Add an
20348 example (bug#4869).
20349
20350 * progmodes/etags.el (tags-search): Document `file-list-form'
20351 (bug#4731).
20352
20353 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20354
20355 * net/browse-url.el (browse-url-default-browser)
20356 (browse-url-browser-function): Make the default browser choice a
20357 bit more logical (bug#4300). Also clean up the doc string.
20358
20359 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20360
20361 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20362 binary endings (bug#4440).
20363
20364 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20365
20366 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20367 which can be pretty annoying (bug#8971).
20368
20369 * jka-compr.el (jka-compr-verbose): New variable, and use
20370 throughout (bug#8971).
20371
20372 * info.el (Info-find-file): Fall back on the installation
20373 directory if we can't find the info node anywhere else.
20374
20375 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20376
20377 * vc/vc.el (vc-revert-file):
20378 Don't set file time-stamp in the past. (Bug#5181)
20379
20380 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20381
20382 * files.el (after-find-file): Give a better error message when
20383 trying to find a symlink that points to a file that doesn't exist
20384 (bug#4398).
20385
20386 * progmodes/cc-vars.el: Remove (probably) misleading comment
20387 (bug#4396).
20388
20389 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20390
20391 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20392
20393 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20394
20395 * mouse-sel.el: Hack restoring functionality, while keeping
20396 compatibility with 2010-07-03 changes to mouse selection.
20397 (mouse-sel-primary-overlay): New var.
20398 (mouse-sel-selection-alist): Use it.
20399 (mouse-sel-mode): Doc fix; remove points that are default features
20400 of mouse.el.
20401
20402 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20403
20404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20405 Fix previous fix (bug#2490).
20406
20407 2011-07-12 Roland Winkler <winkler@gnu.org>
20408
20409 * textmodes/bibtex.el (bibtex-initialize):
20410 Use pop-to-buffer-same-window.
20411 (bibtex-search-entries): Fix interactive call.
20412
20413 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20414
20415 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20416 Fontise bytecomp Error lines more correctly (bug#2490).
20417 Fix suggested by Johan Bockgård.
20418
20419 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20420
20421 * dired-x.el (dired-guess-default): Use `delete-dups'.
20422
20423 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20424
20425 * dired.el (dired-mark-prompt):
20426 * dired-aux.el (dired-read-shell-command): Doc fix.
20427
20428 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20429
20430 * mail/sendmail.el (sendmail-query-once):
20431 Use `customize-save-variable' unconditionally, now that it works under
20432 emacs -Q.
20433
20434 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20435
20436 * cus-edit.el (custom-file): Take an optional no-error variable.
20437 (customize-save-variable): Set the variable, and give a warning if
20438 running under "emacs -q".
20439
20440 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20441
20442 * loadhist.el (unload-feature-special-hooks):
20443 Add `auto-coding-functions', `fill-nobreak-predicate' and
20444 `find-directory-functions' (bug#5327).
20445
20446 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20447
20448 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20449
20450 * cus-edit.el (custom-guess-name-alist): -alist variables should
20451 use the `alist' type (bug#3120). Suggested by Drew Adams.
20452
20453 * printing.el: Add documentation to all the `pr-toggle-' commands.
20454
20455 2011-07-11 Leo Liu <sdl.web@gmail.com>
20456
20457 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20458 backends where it makes sense (bug#2623).
20459
20460 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20461
20462 * dired-x.el (dired-guess-default): Remove duplicate shell command
20463 entries (bug#2028).
20464 (dired-guess-default): Fix grammar in doc string (bug#2028).
20465 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20466
20467 * subr.el (remove-duplicates): New conveniency function.
20468
20469 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20470
20471 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20472 (bug#1526).
20473
20474 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20475
20476 * window.el (display-buffer-normalize-default): Don't invert
20477 meaning of even-window-heights. Reported by Eli Zaretskii
20478 <eliz@gnu.org>.
20479
20480 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20481
20482 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20483
20484 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * window.el (display-buffer): Fix arguments to
20487 display-buffer-reuse-window in last change.
20488
20489 * faces.el (link): Use a less saturated blue on light backgrounds.
20490
20491 * startup.el (fancy-startup-text, fancy-about-text)
20492 (fancy-startup-tail): Use font-lock faces, for background safety.
20493
20494 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20495
20496 * emulation/viper-cmd.el (viper-change-state-to-vi):
20497 Limit triggering of abbrev expansion (Bug#9038).
20498
20499 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20500
20501 * window.el (display-buffer-default-specifiers): Remove.
20502 (display-buffer-macro-specifiers): Remove default specifiers.
20503 (display-buffer-alist): Default to nil.
20504 (display-buffer-reuse-window): New optional argument other-window.
20505 (display-buffer-pop-up-window): Allow splitting internal
20506 windows. Check whether a live window was created.
20507 (display-buffer-other-window-means-other-frame)
20508 (display-buffer-normalize-arguments): Rename to
20509 display-buffer-normalize-argument and rewrite. Set the
20510 other-window specifier.
20511 (display-buffer-normalize-special): New function.
20512 (display-buffer-normalize-options): Rename to
20513 display-buffer-normalize-default and rewrite.
20514 (display-buffer-normalize-options-inhibit): Remove.
20515 (display-buffer-normalize-specifiers): Rewrite.
20516 (display-buffer): Process other-window specifier and call
20517 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20518 more faithfully.
20519 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20520 (display-buffer-alist-set): Don't handle 'unset default values.
20521 (display-buffer-in-window, display-buffer-alist-set):
20522 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20523 <tassilo@member.fsf.org>.
20524
20525 2011-07-09 Leo Liu <sdl.web@gmail.com>
20526
20527 * register.el (insert-register): Restore accidental change on
20528 2011-06-26. (Bug#9028)
20529
20530 2011-07-09 Glenn Morris <rgm@gnu.org>
20531
20532 * subr.el (remq): Handle the empty list. (Bug#9024)
20533
20534 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20535
20536 * mail/sendmail.el (send-mail-function): No longer delay custom
20537 initialization.
20538 * custom.el (custom-initialize-delay): Doc fix.
20539
20540 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20543
20544 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20545
20546 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20547 human-friendly prompt.
20548
20549 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20552 provided by a particular plugin.
20553
20554 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20555
20556 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20557 save customizations (with "emacs -Q"), just set the variable
20558 instead of erroring out.
20559
20560 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20561
20562 2011-07-08 Juri Linkov <juri@jurta.org>
20563
20564 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20565 (archive-zip-update-case): Use 7z if found by `executable-find'.
20566 The order of searching the available programs is the same as in
20567 `archive-zip-extract' (bug#8968).
20568
20569 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20570
20571 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20572 (menu-bar-options-menu): Tweak descriptions.
20573
20574 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20575
20576 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20577 menu items into verb phrases (bug#1421). Also refill to fit under
20578 80 columns.
20579
20580 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20581
20582 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20583 (Info-read-node-name): Doc fix (Bug#1084).
20584
20585 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20586 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20587 (end-of-sexp, beginning-of-sexp)
20588 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20589 (forward-symbol, forward-same-syntax, word-at-point)
20590 (sentence-at-point): Doc fix (Bug#1144).
20591
20592 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20593
20594 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20595 should cover it (bug#1281).
20596
20597 * cus-edit.el (custom-show): Mark as obsolete.
20598
20599 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20600 negotiation fails, then possibly try again with a non-encrypted
20601 connection (bug#9017).
20602
20603 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20604 be used.
20605
20606 2011-07-07 Richard Stallman <rms@gnu.org>
20607
20608 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20609 property, and handle its changed format.
20610 Look for the correct line number.
20611 Use file's line contents (but not past first =) to find
20612 correct line in message.
20613
20614 2011-07-07 Kenichi Handa <handa@m17n.org>
20615
20616 * international/characters.el (build-unicode-category-table):
20617 Delete it.
20618 (unicode-category-table): Set it by unicode-property-table-internal.
20619
20620 * international/mule-cmds.el (char-code-property-alist): Move to
20621 to src/chartab.c.
20622 (get-char-code-property): Call unicode-property-table-internal to
20623 load a file. Call get-unicode-property-internal where necessary.
20624 (put-char-code-property): Call unicode-property-table-internal to
20625 load a file. Call put-unicode-property-internal where necessary.
20626 put-unicode-property-internal where necessary.
20627 (char-code-property-description):
20628 Call unicode-property-table-internal to load a file.
20629
20630 * international/charprop.el:
20631 * international/uni-bidi.el:
20632 * international/uni-category.el:
20633 * international/uni-combining.el:
20634 * international/uni-comment.el:
20635 * international/uni-decimal.el:
20636 * international/uni-decomposition.el:
20637 * international/uni-digit.el:
20638 * international/uni-lowercase.el:
20639 * international/uni-mirrored.el:
20640 * international/uni-name.el:
20641 * international/uni-numeric.el:
20642 * international/uni-old-name.el:
20643 * international/uni-titlecase.el:
20644 * international/uni-uppercase.el: Regenerate.
20645
20646 * loadup.el: Load international/charprop.el before
20647 international/characters.
20648
20649 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20650
20651 * window.el (next-buffer, previous-buffer): Signal an error if
20652 called from a minibuffer window.
20653
20654 * bindings.el: Revert 2011-07-04 change.
20655
20656 2011-07-06 Richard Stallman <rms@gnu.org>
20657
20658 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20659 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20660 Treat markers like ints.
20661 (rmail-mime-entity): Doc fix.
20662
20663 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20664
20665 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20666 defcustom again for backwards compatibility.
20667
20668 * simple.el (shell-command-on-region): Fill.
20669
20670 * dired-aux.el (dired-kill-line): Add a doc string.
20671
20672 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20673 to "\\sw\\|\\s_" (bug#358).
20674
20675 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20676 (dired-unmark-backward): Ditto.
20677 (dired-flag-backup-files): Ditto.
20678
20679 * dired-x.el (dired-mark-sexp): Ditto.
20680
20681 2011-07-06 Richard Stallman <rms@gnu.org>
20682
20683 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20684 (rmail-mime-entity): New arg TRUNCATED.
20685 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20686 New functions.
20687 (rmail-mime-save): Warn if entity is truncated.
20688 (rmail-mime-toggle-hidden): Likewise, for showing.
20689 (rmail-mime-process-multipart): Record when an entity is truncated.
20690
20691 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20692 if ENTITY is a string.
20693
20694 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20695
20696 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20697 of faces when `M-C-x'-ing their definitions (bug#8378).
20698 Also clean up the code slightly.
20699
20700 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20701 because that makes the colors go away.
20702
20703 * mail/sendmail.el (send-mail-function): Change the default to
20704 `sendmail-query-once'.
20705 (sendmail-query-once): Add an autoload cookie.
20706
20707 * net/network-stream.el (network-stream-open-starttls): Try using
20708 a plain connection even if the server offered STARTTLS, and we
20709 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20710 capability. This should make smtpmail.el work in slightly more
20711 configurations.
20712
20713 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20714
20715 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20716 New defun.
20717 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20718
20719 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20720
20721 * progmodes/sql.el: Version 3.0
20722 (sql-product-alist): Add product :completion-object,
20723 :completion-column, and :statement attributes.
20724 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20725 (sql-mode-syntax-table): Mark all punctuation.
20726 (sql-font-lock-keywords-builder): Temporarily remove fallback on
20727 ansi keywords.
20728 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20729 (sql-mode-oracle-font-lock-keywords): Improve.
20730 (sql-oracle-show-reserved-words): New function for development.
20731 (sql-product-font-lock): Simplify for source code buffers.
20732 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20733 New functions.
20734 (sql-highlight-product): Set product specific syntax table.
20735 (sql-mode-map): Add statement movement functions.
20736 (sql-ansi-statement-starters, sql-oracle-statement-starters):
20737 New variable.
20738 (sql-statement-regexp, sql-beginning-of-statement)
20739 (sql-end-of-statement, sql-signum): New functions.
20740 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20741 (sql-show-sqli-buffer): Bug fix.
20742 (sql-interactive-mode): Store connection data as buffer local.
20743 (sql-connect): Add NEW-NAME parameter. Redesign interaction
20744 with sql-interactive-mode.
20745 (sql-save-connection): Save buffer local settings.
20746 (sql-connection-menu-filter): Change menu entry name.
20747 (sql-product-interactive): Bug fix.
20748 (sql-preoutput-hold): New variable.
20749 (sql-interactive-remove-continuation-prompt): Bug fixes.
20750 (sql-debug-redirect): New variable.
20751 (sql-str-literal): New function.
20752 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20753 Redesign.
20754 (sql-oracle-save-settings, sql-oracle-restore-settings)
20755 (sql-oracle-list-all, sql-oracle-list-table): New functions.
20756 (sql-completion-object, sql-completion-column)
20757 (sql-completion-sqlbuf): New variables.
20758 (sql-build-completions-1, sql-build-completions)
20759 (sql-try-completion): New functions.
20760 (sql-read-table-name): Use them.
20761 (sql-contains-names): New buffer local variable.
20762 (sql-list-all, sql-list-table): Use it.
20763 (sql-oracle-completion-types): New variable.
20764 (sql-oracle-completion-object, sql-sqlite-completion-object)
20765 (sql-postgres-completion-object): New functions.
20766
20767 2011-07-06 Glenn Morris <rgm@gnu.org>
20768
20769 * window.el (pop-to-buffer): Doc fix.
20770
20771 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
20772
20773 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20774
20775 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
20776
20777 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20778
20779 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20780
20781 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
20782
20783 * button.el (button): Inherit from link face. Suggested by Dan
20784 Nicolaescu.
20785
20786 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20787
20788 * progmodes/gdb-mi.el: Fit in 80 columns.
20789 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20790 switch-to-buffer.
20791
20792 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20793 if imenu is simply not configured (bug#8941).
20794
20795 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
20796
20797 * allout.el (allout-post-undo-hook): New allout outline-change
20798 event hook to signal undo activity.
20799 (allout-post-command-business): Run allout-post-undo-hook if an
20800 undo just occurred.
20801 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20802 * allout-widgets.el (allout-widgets-after-undo-function):
20803 Ensure the integrity of the current item's decoration after it has been
20804 in the vicinity of an undo.
20805 (allout-widgets-mode): Include allout-widgets-after-undo-function
20806 on the new allout-post-undo-hook.
20807
20808 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20809
20810 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20811 Let define-derived-mode define it.
20812 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20813 cycles of abbrev-table inheritance (bug#8998).
20814
20815 2011-07-05 Roland Winkler <winkler@gnu.org>
20816
20817 * textmodes/bibtex.el: Add support for biblatex.
20818 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20819 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20820 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20821 (bibtex-entry-alist, bibtex-field-alist): New variables.
20822 (bibtex-entry-field-alist): Obsolete alias for
20823 bibtex-BibTeX-entry-alist.
20824 (bibtex-entry-alist, bibtex-field-alist): New widgets.
20825 (bibtex-set-dialect): New command.
20826 (bibtex-entry-type, bibtex-entry-head)
20827 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20828 Bind via bibtex-set-dialect.
20829 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20830 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20831 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20832 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20833 Define via bibtex-set-dialect.
20834 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20835 Obey bibtex-no-opt-remove-re.
20836 (bibtex-vec-push, bibtex-vec-incr): New functions.
20837 (bibtex-format-entry, bibtex-field-list)
20838 (bibtex-print-help-message, bibtex-validate)
20839 (bibtex-search-entries): Use new format of bibtex-entry-alist.
20840
20841 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20842
20843 * progmodes/compile.el (compilation-goto-locus):
20844 * net/tramp-cmds.el (tramp-append-tramp-buffers):
20845 * bs.el (bs-cycle-next, bs-cycle-previous):
20846 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20847 * bindings.el (mode-line-other-buffer):
20848 * autoinsert.el (auto-insert):
20849 * arc-mode.el (archive-extract):
20850 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20851
20852 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20853
20854 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20855 Fix check of `emacs-lock-unlockable-modes'.
20856 Coerce true values of `emacs-lock--try-unlocking' to t.
20857
20858 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20859
20860 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20861 * emacs-lock.el: New file.
20862
20863 2011-07-05 Julien Danjou <julien@danjou.info>
20864
20865 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20866 than `boundp' to check if face is set.
20867
20868 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20869
20870 * register.el (registerv-make):
20871 * window.el (window-min-height): Fix typos in docstrings.
20872
20873 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
20874
20875 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20876 Update doc string.
20877
20878 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20879
20880 * server.el (server-execute): Catch quit and call
20881 `server-return-error' to pass the error back to emacsclient and
20882 close the connection (bug#8942).
20883
20884 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
20885
20886 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20887 insecure exception for current topic. Also note that auto-saves
20888 are handled differently.
20889
20890 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20891 State variables for tracking auto-save inhibition situation.
20892
20893 (allout-write-contents-hook-handler): Rename from
20894 'allout-write-file-hook-handler', and describe how it depends on
20895 write-contents-functions sensitivity to non-nil value to prevent
20896 file write.
20897
20898 (allout-auto-save-hook-handler): Remove. auto-save does not check
20899 this in individual buffers, only in the starting buffer, so this
20900 is not the right way for us to inhibit auto-save in a buffer
20901 according to its condition.
20902
20903 (allout-mode): Use new allout-write-contents-hook-handler, and
20904 only with write-contents-functions. Remove auto-save provisions -
20905 they're implemented elsewhere.
20906
20907 (allout-before-change-handler): If undo is in progress, note that
20908 for attention of allout-post-command-business.
20909
20910 (allout-post-command-business): If the command we're following was
20911 an undo, check for change in the status of encrypted items and
20912 adjust auto-save inhibitions accordingly.
20913
20914 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20915 according to whether there are or aren't any plain-text topics
20916 pending encryption.
20917
20918 (allout-inhibit-auto-save-info-for-decryption):
20919 Adjust buffer-saved-size and some allout state to inhibit auto-saves
20920 if there are plain-text topics pending encryption.
20921
20922 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20923 buffer-saved-size and some allout state to not inhibit auto-saves
20924 if there are no longer any plain-text topics pending encryption.
20925
20926 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20927 No longer provide for exemption of the current topic.
20928
20929 2011-07-04 Juri Linkov <juri@jurta.org>
20930
20931 Add 7z operations to delete and save changed members (bug#8968).
20932 * arc-mode.el (archive-7z-expunge, archive-7z-update):
20933 New defcustoms.
20934 (archive-7z-write-file-member): New function.
20935 (archive-7z-summarize): Fix the number of dashes in the
20936 listing output.
20937
20938 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20941 (bug#8958).
20942
20943 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
20944
20945 * bindings.el: Ignore next-buffer and previous-buffer in
20946 minibuffer-local-map.
20947
20948 * font-lock.el (font-lock-builtin-face): Change light background
20949 color to dark slate blue (Bug#6693).
20950
20951 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
20952
20953 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20954
20955 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20956
20957 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20958 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20959 Add switch-to-buffer.
20960
20961 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20962
20963 * isearch.el (isearch-search-fun-function): Clarify further the
20964 meaning of the function returned.
20965
20966 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
20967
20968 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20969
20970 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20971 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20972 Use it.
20973 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
20974 `tramp-default-remote-path' does not exist.
20975 (tramp-send-command-and-read): New optional argument NOERROR.
20976 (tramp-open-connection-setup-interactive-shell)
20977 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20978 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20979 (tramp-process-sentinel): Flush also process' connection property.
20980 (tramp-sh-handle-start-file-process): Do not set process
20981 sentinel. It is done now ...
20982 (tramp-maybe-open-connection): ... here. (Bug#8929)
20983
20984 2011-07-04 MON KEY <monkey@sandpframing.com>
20985
20986 * play/animate.el (animate-string): Doc fixes and allow changing
20987 the buffer name (bug#5417).
20988
20989 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20990
20991 * play/animate.el (animation-buffer-name): Rename from *animate*.
20992
20993 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
20994
20995 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20996 This is simpler and helps future-proof the code.
20997 (timer-until): Use time-subtract and float-time.
20998 (timer--time-less-p): Use time-less-p.
20999
21000 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21001
21002 * type-break.el (timep): Use the value of `float-time' to avoid a
21003 byte-compiler warning.
21004
21005 * server.el (server-eval-and-print): Return any result, even nil.
21006
21007 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21008
21009 * type-break.el: Accept time formats that the builtins accept.
21010 (timep, type-break-time-difference): Accept any format that
21011 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21012 This is simpler and helps future-proof the code.
21013 (type-break-time-difference): Round rather than ignoring
21014 subseconds components.
21015
21016 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21017
21018 * info.el (Info-apropos-matches): Make non-interactive, since it
21019 doesn't seem to do anything useful as a command (bug#8829).
21020
21021 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21022
21023 * frame.el (frame-background-mode, frame-set-background-mode):
21024 Move from faces.el.
21025 (frame-default-terminal-background): New function.
21026
21027 * custom.el (custom-push-theme): Don't record faces in `changed'
21028 theme; this doesn't work correctly for per-frame face settings.
21029 (disable-theme): Use face-set-after-frame-default to reset faces.
21030 (custom--frame-color-default): New function.
21031
21032 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21033
21034 * dired.el (dired-flagging-regexp): Remove unused variable
21035 (bug#8769).
21036
21037 2011-03-29 Kevin Ryde <user42@zip.com.au>
21038
21039 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21040 `perl-Test2' extend to match possible "fail #N" rep count
21041 (bug#8377).
21042
21043 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21044
21045 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21046 `smtpmail-via-smtp' now returns the error instead of nil.
21047
21048 * isearch.el (isearch-search-fun-function): Clarify the doc string
21049 (bug#8101).
21050
21051 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21052
21053 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21054 unnecessary spaces (bug#8987).
21055
21056 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21057
21058 * net/network-stream.el (open-network-stream): Use the
21059 :end-of-capability command thoughout.
21060
21061 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21062
21063 * net/network-stream.el (open-network-stream): Add the
21064 :end-of-capability command parameter, used by pop3.el.
21065
21066 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21067
21068 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21069
21070 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21071 for list)" (bug#6475).
21072
21073 * files.el (file-expand-wildcards): Ignore non-readable
21074 sub-directories while trying to find matches instead of signaling
21075 an error (bug#6297).
21076
21077 * man.el (Man-reference-regexp): Allow matching possible
21078 word-wrapped references (bug#6289).
21079
21080 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21081 for consistency with the other vc buffers (bug#6197).
21082 (vc-checkin): Ditto.
21083
21084 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21085
21086 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21087
21088 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21089
21090 * custom.el (defcustom): Clarify that :set is only used in the
21091 Customize user interface (bug#6089).
21092
21093 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21094 associated with a file, refuse to run instead of erroring out
21095 (bug#6084).
21096
21097 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21098 the doc string, since it appears that using `fill-column' always
21099 controls the width (bug#7845).
21100
21101 * simple.el (shell-command-on-region): Say where the error output
21102 went if `shell-command-default-error-buffer' is set (bug#6857).
21103
21104 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21105
21106 * allout.el (allout-yank-processing): Adjust cursor position for
21107 backwards-deleted space.
21108
21109 (allout-rebullet-heading): Register changes with
21110 allout-exposure-changed-hook, so the modified topic is properly
21111 decorated.
21112
21113 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21114
21115 * minibuffer.el (completion-in-region): Document PREDICATE
21116 (bug#7136).
21117
21118 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21119 of keyword/argument pairs (bug#6904).
21120
21121 * replace.el (multi-occur):
21122 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21123
21124 2011-07-02 Drew Adams <drew.adams@oracle.com>
21125
21126 * dired.el (dired-mark-if): Make the message about whether it's
21127 marking or unmarking clearer (bug#8523).
21128
21129 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21130
21131 * disp-table.el (display-table-print-array): New function.
21132 (describe-display-table): Use it to print the vectors more pretty
21133 (Bug#8859).
21134
21135 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21136
21137 * window.el (window-state-get-1): Don't assign clone numbers.
21138 Add clone-of item to list of window parameters.
21139 (window-state-put-2): Don't process clone numbers.
21140 (display-buffer-alist): Fix doc-string.
21141
21142 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * subr.el (remq): Don't allocate if it's not needed.
21145 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21146 (keymap--merge-bindings): New functions.
21147 (keymap-canonicalize): Use them to refine the canonicalization.
21148 * minibuffer.el (minibuffer-local-completion-map)
21149 (minibuffer-local-must-match-map): Move initialization from C.
21150 (minibuffer-local-filename-completion-map): Move initialization from C;
21151 don't inherit from anything here.
21152 (minibuffer-local-filename-must-match-map): Make obsolete.
21153 (completing-read-default): Use make-composed-keymap to combine
21154 minibuffer-local-filename-completion-map with either
21155 minibuffer-local-must-match-map or
21156 minibuffer-local-filename-completion-map.
21157
21158 2011-07-01 Glenn Morris <rgm@gnu.org>
21159
21160 * type-break.el (type-break-time-sum): Use dolist.
21161
21162 * textmodes/flyspell.el (flyspell-word-search-backward):
21163 Replace CL function.
21164
21165 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21166
21167 * mouse.el (mouse--strip-first-event): New function.
21168 (function-key-map): Use it to map fringe clicks to normal clicks
21169 by default.
21170
21171 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21172 (vc-bzr-revision-completion-table): Add support for annotate and date.
21173
21174 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21175 inherit from parent.
21176
21177 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21178
21179 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21180 (dired-show-file-type): Doc fixup (bug#8818).
21181
21182 * dired.el (dired-mode): Fix up the doc string as suggested by
21183 Drew Adams (bug#8817).
21184
21185 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21186 cookie, since the manual says that it should be possible to add
21187 this function to `find-file-hook' (bug#8709).
21188
21189 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21190
21191 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21192 here. Noted Ted Zlatanov as the maintainer.
21193 (cfengine-common-settings, cfengine-common-syntax): New functions
21194 to set up common things between `cfengine-mode' and
21195 `cfengine3-mode'.
21196 (cfengine3-mode): New mode.
21197 (cfengine3-defuns cfengine3-defuns-regex
21198 (cfengine3-class-selector-regex cfengine3-category-regex)
21199 (cfengine3-vartypes cfengine3-font-lock-keywords)
21200 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21201 (cfengine3-indent-line): Add from cfengine3.el.
21202
21203 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21204
21205 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21206
21207 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21208
21209 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21210
21211 * window.el (same-window-buffer-names, same-window-regexps)
21212 (same-window-p, special-display-frame-alist)
21213 (special-display-popup-frame, special-display-function)
21214 (special-display-buffer-names, special-display-regexps)
21215 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21216 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21217 (split-window-preferred-function, split-height-threshold)
21218 (split-width-threshold, even-window-heights)
21219 (display-buffer-mark-dedicated, window-splittable-p)
21220 (split-window-sensibly, window-safely-shrinkable-p):
21221 Un-obsolete.
21222 (display-buffer): Don't spread args with function specifier
21223 because special-display-popup-frame won't like it.
21224
21225 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21226
21227 Time-stamp simplifications and fixes.
21228 These improve accuracy slightly, and future-proof the code
21229 against some potential changes to current-time format.
21230
21231 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21232 by using time-since and float-time.
21233
21234 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21235 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21236 + NNN microseconds".
21237
21238 * type-break.el (type-break-time-sum): Rewrite using time-add.
21239
21240 * play/hanoi.el (hanoi-current-time-float): Remove.
21241 All uses replaced by float-time.
21242
21243 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21244 This yields a more-accurate answer.
21245 (rng-time-to-float): Remove; no longer needed.
21246
21247 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21248
21249 * calendar/timeclock.el (timeclock-seconds-to-time):
21250 Defalias to seconds-to-time, since they're the same thing.
21251
21252 * emacs-lisp/elp.el (elp-elapsed-time):
21253 * emacs-lisp/benchmark.el (benchmark-elapse):
21254 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21255
21256 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * window.el (bury-buffer): Don't iconify the only frame.
21259 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21260 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21261
21262 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21263
21264 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21265 Add mouse-yank-primary.
21266
21267 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21268
21269 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21270
21271 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21272
21273 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21274 (find-library-name): Use it to find relative load names when provided
21275 absolute file name (bug#8803).
21276
21277 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21278
21279 * textmodes/flyspell.el (flyspell-word): Consider words that
21280 differ only in case as potential doublons (bug#5687).
21281
21282 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21283 Remove two rather uninteresting debugging-like messages to make
21284 debbugs.el more silent.
21285
21286 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21287 a password-like phrase.
21288
21289 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21290
21291 * progmodes/cc-guess.el: New file.
21292
21293 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21294
21295 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21296 derived from `c-basic-common-init'.
21297
21298 * progmodes/cc-mode.el (top-level): Require cc-guess.
21299 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21300
21301 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21302
21303 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21304
21305 2011-06-30 Alan Mackenzie <acm@muc.de>
21306
21307 * progmodes/cc-engine.el (c-guess-continued-construct):
21308 Correct the handling of template-args-cont, particularly for when font
21309 lock is disabled. Name this case as "CASE G".
21310
21311 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21312
21313 * allout.el (allout-yank-processing): Fix injection of extra space
21314 between bullet and non-whitespace character in first topic when
21315 pasting, ensuring that the actual spacing in the pasted topic
21316 following the bullet char is preserved. This extra space was
21317 causing pasted encrypted topics to get a decrypted status even
21318 when the content was actually still encrypted. Now the decryption
21319 status from before the paste is preserved.
21320
21321 (allout-flag-region): Set all allout overlays so they evaporate
21322 when reduced to zero length (evanescent), to prevent overlay
21323 leakage.
21324
21325 2011-06-30 Glenn Morris <rgm@gnu.org>
21326
21327 * w32-fns.el (w32-charset-info-alist): Declare.
21328
21329 * find-dired.el (find-grep-options): Simplify.
21330
21331 * term/ns-win.el (ns-set-resource): Declare.
21332
21333 * ses.el (row, col): Declare dynamic variables honestly.
21334
21335 * textmodes/reftex-parse.el (index-tags): Declare.
21336
21337 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21338
21339 * cus-edit.el (customize-push-and-save): New function.
21340
21341 * files.el (hack-local-variables-confirm): Use it.
21342
21343 * custom.el (load-theme): New arg NO-CONFIRM.
21344 Use customize-push-and-save (Bug#8720).
21345 (custom-enabled-themes): Doc fix.
21346
21347 * cus-theme.el (customize-create-theme)
21348 (custom-theme-merge-theme): Callers to load-theme changed.
21349
21350 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21351
21352 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21353 short URLs have at least one dot in them (bug #7614).
21354
21355 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21356 nil, because using a pty is apparently too slow (bug #895).
21357
21358 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21359
21360 * mail/sendmail.el (sendmail-query-once): New function.
21361 (sendmail-query-once-function): New variable.
21362
21363 2011-06-29 Glenn Morris <rgm@gnu.org>
21364
21365 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21366
21367 * ses.el (top-level): Require cl when compiling.
21368 (ses-set-localvars): Fix error statement.
21369 Call it at compile time to silence a storm of warnings.
21370
21371 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21372
21373 * window.el (normalize-live-buffer): Rename to
21374 window-normalize-buffer.
21375 (normalize-live-frame): Rename to window-normalize-frame.
21376 (normalize-any-window): Rename to window-normalize-any-window.
21377 (normalize-live-window): Rename to window-normalize-live-window.
21378 (make-window-atom): Rename to window-make-atom.
21379 (window-resize-reset): Rename to window--resize-reset.
21380 (window-resize-reset-1): Rename to window--resize-reset-1.
21381 (resize-mini-window): Rename to window--resize-mini-window.
21382 (resize-subwindows-skip-p): Rename to
21383 window--resize-subwindows-skip-p.
21384 (resize-subwindows-normal): Rename to
21385 window--resize-subwindows-normal.
21386 (resize-subwindows): Rename to window--resize-subwindows.
21387 (resize-other-windows): Rename to window--resize-siblings.
21388 (resize-this-window): Rename to window--resize-this-window.
21389 (resize-root-window): Rename to window--resize-root-window.
21390 (resize-root-window-vertically): Rename to
21391 window--resize-root-window-vertically.
21392 (normalize-buffer-to-display): Rename to
21393 window-normalize-buffer-to-display.
21394 (normalize-buffer-to-switch-to): Rename to
21395 window-normalize-buffer-to-switch-to.
21396 Correspondingly update all callers of the functions listed
21397 above.
21398 (display-buffer-alist, display-buffer-normalize-arguments)
21399 (display-buffer-normalize-options, display-buffer)
21400 (display-buffer-alist-set): Use "function" instead of
21401 "fun-with-args".
21402
21403 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21404
21405 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21406 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21407 debbugs.gnu.org. Mention acknowledgment email.
21408
21409 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21410
21411 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21412 buffer multibyteness, since it shouldn't matter.
21413
21414 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21415
21416 * window.el (display-buffer-in-side-window): Handle dedicated
21417 windows as in display-buffer-reuse-window.
21418 (display-buffer-normalize-alist): Use value of override
21419 specifier.
21420 (display-buffer-normalize-specifiers): Use value of
21421 other-window-means-other-frame specifier.
21422 (display-buffer-alist): Rewrite some texts in widgets.
21423 (display-buffer): Spread arguments when calling function
21424 specified by fun-with-args.
21425
21426 2011-06-28 Deniz Dogan <deniz@dogan.se>
21427
21428 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21429 Unnest `let'.
21430
21431 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21432 selectors (Bug#5732).
21433 (css-proprietary-nmstart-re): Use `regexp-opt'.
21434
21435 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21436
21437 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21438 (eshell-ls-date-format): New defcustom.
21439 (eshell-ls-file): Use it.
21440
21441 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21442
21443 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21444
21445 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21446
21447 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21448 (ange-ftp-make-tmp-name): New arg.
21449 (ange-ftp-file-local-copy): Use it.
21450
21451 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21452
21453 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21454 no-conversion (Bug#8870).
21455
21456 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21457
21458 * window.el (window-right, window-left, window-child)
21459 (window-child-count, window-last-child)
21460 (window-iso-combination-p, walk-window-tree-1)
21461 (window-atom-check-1, window-tree-1, delete-window)
21462 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21463 new naming conventions - window-vchild, window-hchild,
21464 window-next and window-prev are now called window-top-child,
21465 window-left-child, window-next-sibling and window-prev-sibling
21466 respectively.
21467 (resize-window-reset): Rename to window-resize-reset.
21468 (resize-window-reset-1): Rename to window-resize-reset-1.
21469 (resize-window): Rename to window-resize.
21470 (window-min-height, window-min-width)
21471 (resize-mini-window, resize-this-window, resize-root-window)
21472 (resize-root-window-vertically, adjust-window-trailing-edge)
21473 (enlarge-window, shrink-window, maximize-window)
21474 (minimize-window, delete-window, quit-restore-window)
21475 (split-window, balance-windows, balance-windows-area-adjust)
21476 (balance-windows-area, window-state-put-2)
21477 (display-buffer-even-window-sizes, display-buffer-set-height)
21478 (display-buffer-set-width, set-window-text-height)
21479 (fit-window-to-buffer): Rename all "resize-window" prefixed
21480 calls to use the "window-resize" prefix convention.
21481 (display-buffer-alist): Fix symbol for label specifier.
21482 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21483 corresponding specifier.
21484 Reported by Juanma Barranquero <lekktu@gmail.com>.
21485
21486 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21487
21488 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21489 convention.
21490 (ses-call-printer): Does not pass an empty string to formatter when the
21491 cell is empty to keep from barking printer Calc math-format-value.
21492
21493 2011-06-27 Richard Stallman <rms@gnu.org>
21494
21495 * battery.el (battery-mode-line-limit): New variable.
21496 (battery-update): Handle it.
21497
21498 * mail/rmailmm.el (rmail-mime-process-multipart):
21499 Handle truncated messages.
21500
21501 2011-06-27 Glenn Morris <rgm@gnu.org>
21502
21503 * progmodes/flymake.el (flymake-err-line-patterns):
21504 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21505
21506 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21507
21508 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21509 (ses--clean-!, ses--clean-_): New functions.
21510 (ses-range): Add configurability of readout order, and conversion
21511 to Calc vector.
21512
21513 * ses.el (ses-repair-cell-reference-all): New function.
21514 (ses-cell-symbol): Set macro as safe, so that it can be used in
21515 formulas.
21516
21517 * ses.el: Update cycle detection algorithm.
21518 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21519 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21520 (ses-set-localvars): New function.
21521 (ses-make-cell): Add property-list as a cell element.
21522 (ses-cell-property-get-fun, ses-cell-property-get)
21523 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21524 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21525 New functions.
21526 (ses-cell-property-set, ses-cell-property-pop)
21527 (ses-cell-property-get-handle): New macro.
21528 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21529 New aliases, used for code readability.
21530 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21531 cycle detection.
21532 (ses-self-reference-early-detection): New defcustom.
21533 (ses-formula-references): Robustify against self-referring cells.
21534 (ses-mode): Use ses-set-localvars.
21535 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21536 before lauching the update processing.
21537 (ses-initialize-Dijkstra-attempt): New function.
21538 (ses-recalculate-cell): Update for cycle detection based on
21539 Dijkstra algorithm.
21540
21541 * ses.el: Fix commenting and indenting convention.
21542
21543 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21544
21545 * bs.el (bs-cycle-next): Complete last change.
21546
21547 2011-06-27 Drew Adams <drew.adams@oracle.com>
21548
21549 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21550
21551 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21552
21553 * net/network-stream.el (network-stream-open-starttls):
21554 Don't re-get capabilities unless we've reestablished connection.
21555 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21556
21557 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21558 to binary to possibly avoid line encoding issues on Windows (among
21559 other things).
21560
21561 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21562
21563 * net/network-stream.el (open-network-stream): Return an :error
21564 saying what the problem was, if possible.
21565
21566 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21567 server.
21568
21569 * net/network-stream.el (network-stream-open-starttls): If we
21570 wanted to use STARTTLS, and the server offered it, but we weren't
21571 able to because we had no STARTTLS support, then close the connection.
21572 (open-network-stream): Return an :error element, if present.
21573
21574 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21575
21576 * hl-line.el (hl-line-sticky-flag): Doc fix.
21577 (global-hl-line-sticky-flag): New option (Bug#8323).
21578 (global-hl-line-highlight): Obey it.
21579
21580 * vc/vc.el (vc-revert-show-diff): Default to t.
21581
21582 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21583
21584 * allout-widgets.el (allout-widgets-post-command-business):
21585 Stop decorating intermediate isearch matches. They're not being
21586 undecorated when an isearch is continued past, and isearch
21587 automatically collapses them. This leads to "widget leaks", where
21588 decorated items accumulate in collapsed areas. Lines with lots of
21589 hidden widgets can slow down cursor travel, substantially.
21590 Too much complicated machinery would be needed to ensure undecoration,
21591 so we're doing without this nicety.
21592
21593 (allout-widgets-tally-string): Don't try to do a hash-table-count
21594 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21595 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21596 *Messages* when allout-widgets-maintain-tally is t.
21597
21598 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21599
21600 * window.el (display-buffer-normalize-argument): Rename to
21601 display-buffer-normalize-arguments. Handle special meaning of
21602 LABEL argument. Respect special-display-function when popping up
21603 a new frame. Fix code searching for a window showing the buffer
21604 on another frame.
21605 (display-buffer-normalize-specifiers):
21606 Call display-buffer-normalize-arguments.
21607 (display-buffer-in-window): Don't undedicate the window if its
21608 buffer remains the same.
21609 Reported by Drew Adams <drew.adams@oracle.com>.
21610 (display-buffer-alist): Add choice for same-window macro
21611 specfier.
21612 (display-buffer): Mention special meaning of LABEL argument in
21613 doc-string. Fix quoting. Don't pop up a new frame even as
21614 fallback.
21615
21616 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21617
21618 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21619 avoid deleting the current window in some cases (bug#8911).
21620
21621 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21622
21623 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21624 (Bug#8934)
21625
21626 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21627
21628 * net/network-stream.el (network-stream-open-starttls):
21629 Use built-in TLS support if `gnutls-available-p' is true.
21630 (network-stream-open-tls): Ditto.
21631
21632 2011-06-26 Leo Liu <sdl.web@gmail.com>
21633
21634 * register.el (registerv): New struct.
21635 (registerv-make): New function.
21636 (jump-to-register, describe-register-1, insert-register):
21637 Support the jump-func, print-func and insert-func slot of a registerv
21638 struct. (Bug#8415)
21639
21640 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21641
21642 * vc/vc.el (vc-revert-show-diff): New defcustom.
21643 (vc-diff-internal): New arg specifying diff buffer.
21644 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21645 reuse an existing *vc-diff* buffer (Bug#8927).
21646
21647 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21648
21649 2011-06-26 Glenn Morris <rgm@gnu.org>
21650
21651 * progmodes/f90.el (f90-critical-indent): New option.
21652 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21653 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21654 (f90-mode): Doc fix.
21655 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21656 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21657 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21658 (f90-match-end): Handle block, critical.
21659
21660 2011-06-25 Glenn Morris <rgm@gnu.org>
21661
21662 * calendar/diary-lib.el (diary-included-files): Doc fix.
21663 (diary-include-files): New function, extracted from
21664 diary-include-other-diary-files and diary-mark-included-diary-files.
21665 (diary-include-other-diary-files, diary-mark-included-diary-files):
21666 Just call diary-include-files.
21667 (diary-mark-entries): Reset diary-included-files on first call.
21668
21669 * calendar/diary-lib.el (diary-mark-entries)
21670 (diary-mark-included-diary-files):
21671 Visit included diary-files in temp buffers.
21672
21673 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21674 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21675 (f90-start-block-re, f90-imenu-generic-expression)
21676 (f90-looking-at-program-block-start, f90-no-block-limit):
21677 Add support for submodules.
21678
21679 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21680 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21681
21682 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21683
21684 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21685 buffer-file-type before setting its value, to avoid disastrous
21686 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21687
21688 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21689
21690 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21691
21692 * ses.el (ses-unload-function):
21693 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21694
21695 * proced.el (proced-unload-function):
21696 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21697
21698 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21699
21700 * server.el (server-create-window-system-frame): Add parameters arg.
21701 (server-process-filter): Doc fix. Handle frame-parameters.
21702
21703 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21704
21705 Fix bug#8730, bug#8781.
21706
21707 * loadhist.el (unload--set-major-mode): New function.
21708 (unload-feature): Use it.
21709
21710 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21711 (python-unload-function): New function.
21712
21713 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21714
21715 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21716
21717 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21718
21719 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21720 the candidates list.
21721
21722 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
21723
21724 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21725
21726 2011-06-23 Richard Stallman <rms@gnu.org>
21727
21728 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21729 (rmail-variables): Set next-error-move-function.
21730 (rmail-what-message): Take argument POS.
21731 (rmail-next-error-move): New function.
21732
21733 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21734
21735 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21736 messages for adjacent non-terminals.
21737
21738 2011-06-23 Richard Stallman <rms@gnu.org>
21739
21740 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21741 (rmail-show-message-1): Preserve buffer modified flag.
21742 (rmail-start-mail): Don't specify use of rmail-mail-return;
21743 that's done by mail-bury now.
21744 (rmail-mail-return): Handle arg NEWBUF.
21745
21746 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
21747
21748 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21749 SIZE is a number.
21750
21751 2011-06-23 Martin Rudalics <rudalics@gmx.at>
21752
21753 * window.el (get-lru-window, get-mru-window)
21754 (get-largest-window): Never return a minibuffer window.
21755 (display-buffer-pop-up-window): Fix a bug that could lead to
21756 reusing the minibuffer window.
21757 (display-buffer): Pass original specifier argument to
21758 display-buffer-function instead of the normalized one.
21759 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21760
21761 2011-06-22 Leo Liu <sdl.web@gmail.com>
21762
21763 * minibuffer.el (completing-read-function)
21764 (completing-read-default): Move from minibuf.c.
21765
21766 2011-06-22 Richard Stallman <rms@gnu.org>
21767
21768 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21769 to Rmail even if not started by a special Rmail command.
21770
21771 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21772 Copy the buffer currently showing just one message.
21773
21774 2011-06-22 Roland Winkler <winkler@gnu.org>
21775
21776 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21777 (bibtex-clean-entry): First delete the old key so that a
21778 customized algorithm for generating the new key does not get
21779 confused by the old key.
21780 (bibtex-url): Obey regexp of first step.
21781 (bibtex-search-entries): Do not use add-to-list with local
21782 list-var.
21783
21784 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21785
21786 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21787 stored a user name, then query for the password first, instead of
21788 waiting for SMTP to give an error message and the trying again.
21789
21790 2011-06-22 Lawrence Mitchell <wence@gmx.li>
21791
21792 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21793 BUFFER in call-process.
21794
21795 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21796
21797 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21798 QUIT twice.
21799 (smtpmail-try-auth-methods): Require user name and password from
21800 auth-source.
21801
21802 2011-06-22 Martin Rudalics <rudalics@gmx.at>
21803
21804 * window.el (display-buffer-default-specifiers)
21805 (display-buffer-alist): Remove entries for pop-up-frame-alist.
21806 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21807 (split-window): Normalize SIDE argument (Bug#8916).
21808
21809 * frame.el (pop-up-frame-alist, pop-up-frame-function)
21810 (special-display-frame-alist, special-display-popup-frame):
21811 Remove duplicate declarations. These are now in window.el.
21812
21813 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21814
21815 * mail/smtpmail.el (smtpmail-via-smtp):
21816 Set :use-starttls-if-possible so that we always use STARTTLS if the
21817 server supports it. SMTP servers that support STARTTLS commonly
21818 require it.
21819
21820 * net/network-stream.el (network-stream-open-starttls): Support
21821 upgrading to STARTTLS always, even if we don't have built-in support.
21822 (open-network-stream): Add the :always-query-capabilities keyword.
21823
21824 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21825 upgrades with `open-network-stream', and rely solely on
21826 auth-source for all credentials. Big changes throughout the file,
21827 but in particular:
21828 (smtpmail-auth-credentials): Remove.
21829 (smtpmail-starttls-credentials): Remove.
21830 (smtpmail-via-smtp): Check for servers saying they want AUTH after
21831 MAIL FROM, too.
21832
21833 * net/network-stream.el (network-stream-open-starttls):
21834 Provide support for client certificates both for external and built-in
21835 STARTTLS.
21836 (auth-source): Require.
21837 (open-network-stream): Document the :client-certificate keyword.
21838 (network-stream-certificate): Change cert-cert to cert and
21839 cert-key to key.
21840
21841 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
21842
21843 * net/tramp-cache.el (top): Don't load the persistency file when
21844 "emacs -Q" has been called.
21845
21846 2011-06-21 Tim Harper <timcharper@gmail.com>
21847
21848 * term/ns-win.el (ns-initialize-window-system):
21849 Set application-specific `ApplePressAndHoldEnabled' system
21850 resource to NO as it is not yet supported by the NS port.
21851
21852 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
21853
21854 * misc.el (list-dynamic-libraries--refresh): Compute header here...
21855 (list-dynamic-libraries): ...not here.
21856
21857 2011-06-21 Leo Liu <sdl.web@gmail.com>
21858
21859 * subr.el (sha1): Implement sha1 using secure-hash.
21860
21861 2011-06-21 Martin Rudalics <rudalics@gmx.at>
21862
21863 * window.el (display-buffer-alist): In default value do not
21864 enforce searching a window on any but the selected frame.
21865 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21866 (display-buffer-select-window): Remove function.
21867 (display-buffer-in-window): When a window on another frame gets
21868 reused, do not select it any more but just raise its frame if
21869 necessary (Bug#8851) and (Bug#8856).
21870 (display-buffer-normalize-options): Handle pop-up-frames related
21871 options more faithfully.
21872 (pop-to-buffer): Don't rely on `display-buffer' selecting the
21873 window if it is on another frame.
21874 (display-buffer-alist, display-buffer-default-specifiers):
21875 Don't make new frame unsplittable by default.
21876 (display-buffer-normalize-argument): Fix doc-string typo and use
21877 'same-frame-other-window instead of 'other-window when associating
21878 with display-buffer-macro-specifiers.
21879
21880 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
21881
21882 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21883 New functions.
21884 (5x5-mode-map, 5x5-mode-menu): Bind them.
21885 (5x5-draw-grid): Tweak the solver's rendering.
21886
21887 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21888
21889 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21890 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21891
21892 2011-06-21 Drew Adams <drew.adams@oracle.com>
21893
21894 * menu-bar.el: Use function variable instead of switch-to-buffer.
21895 (menu-bar-select-buffer-function): New variable.
21896 (menu-bar-update-buffers): Use it (bug#8876).
21897
21898 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21899
21900 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21901 variable's status.
21902
21903 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
21904
21905 * x-dnd.el (x-dnd-version-from-flags)
21906 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21907 and long as number (Bug#8899).
21908 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21909
21910 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21911
21912 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21913 (completion-try-completion, completion-all-completions): Compute the
21914 metadata argument if it's missing; make it optional (bug#8795).
21915
21916 * wid-edit.el: Use lex-bind and move towards completion-at-point.
21917 (widget-complete): Use new :completion-function property.
21918 (widget-completions-at-point): New function.
21919 (default): Use :completion-function instead of :complete.
21920 (widget-default-completions): Rename from widget-default-complete;
21921 Rewrite.
21922 (widget-string-complete, widget-file-complete, widget-color-complete):
21923 Remove functions.
21924 (file, symbol, function, variable, coding-system, color):
21925 * international/mule-cmds.el (default-input-method, charset)
21926 (language-info-custom-alist):
21927 * cus-edit.el (face): Use new property :completions.
21928
21929 * progmodes/pascal.el (pascal-completions-at-point): New function.
21930 (pascal-mode): Use it.
21931 (pascal-mode-map): Use completion-at-point.
21932 (pascal-toggle-completions): Make obsolete.
21933 (pascal-complete-word, pascal-show-completions):
21934 * progmodes/octave-mod.el (octave-complete-symbol):
21935 Redefine as obsolete alias.
21936 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21937 Signal absence of completion info for old Octave,
21938 (inferior-octave-complete): Redefine as obsolete alias.
21939 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21940 (meta-completions-at-point): Rename from meta-complete-symbol and
21941 adapt it for use on completion-at-point-functions.
21942 (meta-common-mode): Use it.
21943 (meta-looking-at-backward, meta-match-buffer): Remove.
21944 (meta-complete-symbol): Redefine as obsolete alias.
21945 (meta-common-mode-map): Use completion-at-point.
21946 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21947 (makefile-mode-map): Use completion-at-point.
21948 (makefile-completions-at-point): Rename from makefile-complete and
21949 adapt it for use on completion-at-point-functions.
21950 (makefile-mode): Use it.
21951 (makefile-complete): Redefine as obsolete alias.
21952
21953 2011-06-20 Deniz Dogan <deniz@dogan.se>
21954
21955 * net/rcirc.el: Delete trailing whitespaces once and for all.
21956
21957 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
21958
21959 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21960
21961 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
21962
21963 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21964
21965 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21966
21967 2011-06-19 Martin Rudalics <rudalics@gmx.at>
21968
21969 * window.el (display-buffer-other-window-means-other-frame):
21970 Call display-buffer-normalize-alist.
21971 (display-buffer-normalize-specifiers-1): Rename to
21972 display-buffer-normalize-argument. New argument other-frame.
21973 Rewrite.
21974 (display-buffer-normalize-specifiers-2): Rename to
21975 display-buffer-normalize-options.
21976 (display-buffer-normalize-alist-1): New function.
21977 (display-buffer-normalize-specifiers-3): Rename to
21978 display-buffer-normalize-alist.
21979 Call display-buffer-normalize-alist-1.
21980 (display-buffer-normalize-options-inhibit): New variable.
21981 (display-buffer-normalize-specifiers): Rewrite calling
21982 display-buffer-normalize-alist,
21983 display-buffer-normalize-argument, and
21984 display-buffer-normalize-options. Don't call the latter if
21985 display-buffer-normalize-options-inhibit is non-nil.
21986 (frame-auto-delete): New option.
21987 (window-deletable-p): Use frame-auto-delete.
21988 (window-list-no-nils, window-state-ignored-parameters)
21989 (window-state-get-1, window-state-get, window-state-put-list)
21990 (window-state-put-1, window-state-put-2, window-state-put):
21991 New functions.
21992 (display-buffer-normalize-options): Move special-display-p group
21993 after pop-up-frame group (Bug#8851) and (Bug#8856).
21994
21995 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
21996
21997 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21998 groups (Bug#8776).
21999 (rx-submatch-n): New function.
22000 (rx): Document it.
22001
22002 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22003 (Bug#8768).
22004
22005 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22006
22007 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22008
22009 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22010 anytime existing face settings are present (Bug#8889).
22011
22012 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22013 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22014 Remove unused argument.
22015
22016 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22017
22018 * window.el (display-buffer-default-specifiers):
22019 Remove pop-up-frame. Add pop-up-window-min-height,
22020 pop-up-window-min-width, and another reuse-window specifier
22021 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22022 (display-buffer-normalize-specifiers-2):
22023 Handle split-height-threshold and split-width-threshold also when
22024 pop-up-windows is unset. Add a reuse-window specifier for the
22025 case popping up a new window fails.
22026 (special-display-popup-frame): Remove double quoting.
22027 (display-buffer-normalize-specifiers-1): Fix thinko.
22028
22029 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22032 according to comint-completion-addsuffix.
22033
22034 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22035 (pcomplete-suffix-list): Mark as obsolete.
22036 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22037 pcomplete-seen in the closure.
22038 (pcomplete-comint-setup): Setup completion-at-point as well.
22039 (pcomplete--entries): New function.
22040 (pcomplete--env-regexp): New var.
22041 (pcomplete-entries): Rewrite to work with partial-completion and
22042 without relying on pcomplete-suffix-list.
22043 (pcomplete-pare-list): Remove, unused.
22044
22045 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22046
22047 * window.el (display-buffer-alist): Set pop-up-window-min-height
22048 and pop-up-window-min-width in default value. Reported by
22049 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22050 other-window-means-other-frame.
22051 (display-buffer-macro-specifiers): Comment out entry for
22052 other-window specifier.
22053 (display-buffer-other-window-means-other-frame): New function.
22054 (display-buffer-normalize-specifiers-1): New arguments
22055 buffer-name and label. Treat other-window case specially.
22056 (display-buffer-normalize-specifiers-2): Treat other-window case
22057 specially.
22058 (display-buffer-normalize-specifiers-3): New function.
22059 (display-buffer-normalize-specifiers):
22060 Call display-buffer-normalize-specifiers-3.
22061
22062 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22063
22064 * window.el (same-window-p): Fix two typos introduced when
22065 adding with-no-warnings.
22066 (display-buffer-normalize-specifiers-1): Don't check
22067 pop-up-frames for 'unset initialization.
22068 (display-buffer-normalize-specifiers-2): Major rewrite using
22069 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22070 (pop-up-frames, display-buffer-reuse-frames)
22071 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22072 Suggested by David Engster <deng@randomsample.de>.
22073 (even-window-heights): Initialize to 'unset.
22074 (display-buffer-alist-set): Handle new 'unset initializations.
22075 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22076 other window case.
22077
22078 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22079
22080 * window.el (display-buffer-normalize-specifiers-1):
22081 Respect current value of pop-up-frames for most reasonable values of
22082 second argument of display-buffer (Bug#8865).
22083 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22084 (switch-to-buffer-other-window-same-frame)
22085 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22086 Adams (Bug#8875).
22087 (display-buffer): Don't check noninteractive when calling
22088 display-buffer-pop-up-frame.
22089 (display-buffer-pop-up-frame): Never pop up a frame in
22090 noninteractive mode (Bug#8857).
22091 (enlarge-window, shrink-window): Don't report an error when the
22092 window can't be resized as requested (Bug#8862).
22093
22094 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22095
22096 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22097
22098 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22099
22100 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22101
22102 2011-06-15 Alan Mackenzie <acm@muc.de>
22103
22104 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22105 for declarators, disable knr checking to speed up for normal files.
22106 2: Refactor, replacing a sequence of nested if forms by a cond form.
22107
22108 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22109
22110 * net/network-stream.el (open-network-stream): Add the keyword
22111 :always-query-capabilities for the case where you want to force a
22112 `plain' network connection, but the protocol still requires the
22113 capabilitiy command (i.e., SMTP and EHLO).
22114
22115 * subr.el (process-live-p): Rename from `process-alive-p' for
22116 consistency with other `-live-p' functions.
22117
22118 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22119
22120 * window.el (same-window-buffer-names, same-window-regexps)
22121 (special-display-frame-alist, special-display-popup-frame)
22122 (special-display-function, special-display-buffer-names)
22123 (special-display-regexps, pop-up-frame-alist)
22124 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22125 (pop-up-windows, split-window-preferred-function)
22126 (split-height-threshold, split-width-threshold, even-window-heights)
22127 (display-buffer-mark-dedicated): Don't encourage the use of
22128 display-buffer-alist from Elisp code.
22129
22130 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22131
22132 * progmodes/python.el (python-mode): Derive from prog-mode.
22133 * progmodes/ps-mode.el (ps-mode):
22134 * progmodes/mixal-mode.el (mixal-mode):
22135 * progmodes/cfengine.el (cfengine-mode):
22136 * progmodes/ld-script.el (ld-script-mode): Likewise.
22137
22138 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22139
22140 * window.el (display-buffer-alist): Trim default value to avoid
22141 popping up a new frame (Bug#8857) or reusing an arbitrary window
22142 on another frame.
22143 (display-buffer): Do not fall back on popping up a new frame in
22144 batch mode (Bug#8857).
22145
22146 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22147
22148 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22149 (custom-theme-summary): New function.
22150 (customize-themes): Use it.
22151
22152 2011-06-13 Glenn Morris <rgm@gnu.org>
22153
22154 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22155
22156 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22157
22158 * help.el (help-window): Remove variable.
22159 (help-window-point-marker, temp-buffer-max-height)
22160 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22161 (help-print-return-message): Don't set help-window.
22162 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22163 (help-window-setup-finish): Remove.
22164 (help-window-display-message, help-window-setup)
22165 (with-help-window): Major rewrite based on new
22166 display-buffer-window variable.
22167
22168 * help-mode.el (help-mode-finish): Remove help-window related
22169 code.
22170
22171 * view.el (view-exits-all-viewing-windows): Remove reference to
22172 view-return-to-alist in doc-string.
22173 (view-return-to-alist): Make obsolete.
22174 (view-buffer): Call pop-to-buffer-same-window and remove
22175 undo-window code.
22176 (view-buffer-other-window): Call pop-to-buffer-other-window and
22177 simplify code. Ignore second argument.
22178 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22179 simplify code. Ignore second argument.
22180 (view-return-to-alist-update): Make obsolete.
22181 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22182 Rewrite using quit-restore window parameters.
22183 (view-mode-exit): Rename second argument to EXIT-ONLY.
22184 Rewrite using quit-restore-window.
22185 (View-exit, View-exit-and-edit, View-leave, View-quit)
22186 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22187 appropriate arguments.
22188 (view-end-message): Use quit-restore window parameter.
22189
22190 * window.el (display-buffer-function): Rewrite doc-string.
22191 (display-buffer-window, display-buffer-alist): New variables.
22192 (display-buffer-split-specifiers)
22193 (display-buffer-side-specifiers)
22194 (display-buffer-macro-specifiers): New constants.
22195 (display-buffer-even-window-sizes, display-buffer-set-height)
22196 (display-buffer-set-width, display-buffer-select-window)
22197 (display-buffer-in-window, display-buffer-reuse-window)
22198 (display-buffer-split-window-1, display-buffer-split-window)
22199 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22200 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22201 (display-buffer-in-side-window, normalize-buffer-to-display)
22202 (display-buffer-normalize-specifiers-1)
22203 (display-buffer-normalize-specifiers-2)
22204 (display-buffer-normalize-specifiers, display-buffer-frame):
22205 New functions.
22206 (display-buffer): Major rewrite.
22207 (display-buffer-other-window, display-buffer-other-frame)
22208 (pop-to-buffer, switch-to-buffer-other-window)
22209 (switch-to-buffer-other-frame): Rewrite.
22210 (display-buffer-same-window, display-buffer-same-frame)
22211 (display-buffer-same-frame-other-window)
22212 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22213 (pop-to-buffer-other-window)
22214 (pop-to-buffer-same-frame-other-window)
22215 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22216 (switch-to-buffer-other-window-same-frame): New functions.
22217 (same-window-p, special-display-p): Rewrite disabling warnings.
22218 Make obsolete.
22219 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22220 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22221 Make obsolete
22222 (same-window-buffer-names, same-window-regexps)
22223 (special-display-frame-alist, special-display-popup-frame)
22224 (special-display-function, special-display-buffer-names)
22225 (special-display-regexps, pop-up-frame-alist)
22226 (pop-up-frame-function, split-window-preferred-function)
22227 (split-height-threshold, split-width-threshold)
22228 (even-window-heights): Make obsolete.
22229
22230 2011-06-12 Glenn Morris <rgm@gnu.org>
22231
22232 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22233 Misc simplifications.
22234
22235 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22236
22237 * window.el (window-safely-shrinkable-p): Restore function which
22238 was inadvertently removed in change from 2011-06-11. Declare as
22239 obsolete.
22240
22241 * calendar/calendar.el (calendar-generate-window):
22242 Use window-iso-combined-p instead of combination of one-window-p and
22243 window-safely-shrinkable-p.
22244
22245 2011-06-12 Glenn Morris <rgm@gnu.org>
22246
22247 * progmodes/fortran.el (fortran-mode-syntax-table):
22248 * progmodes/f90.el (f90-mode-syntax-table):
22249 Set % to punctuation. (Bug#8820)
22250 (f90-find-tag-default): Remove, no longer needed.
22251
22252 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22253
22254 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22255
22256 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22257
22258 * image.el (image-animated-p): Return animation delay in seconds.
22259 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22260 (image-animate-timeout): Remove DELAY argument. Don't assume
22261 every subimage has the same delay; get it from image-animated-p.
22262 (image-animate): Caller changed.
22263
22264 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22265
22266 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22267 to ignored backtrace functions.
22268
22269 2011-06-11 Glenn Morris <rgm@gnu.org>
22270
22271 * calendar/appt.el (appt-disp-window-function): Doc fix.
22272 (appt-check): Handle overlapping appointments. (Bug#8337)
22273
22274 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22275
22276 * window.el (window-tree-1, window-tree): New functions, moving
22277 the latter to window.el.
22278 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22279 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22280 (bw-refresh-edges): Remove.
22281 (balance-windows-1, balance-windows-2): New functions.
22282 (balance-windows): Rewrite in terms of window tree functions,
22283 balance-windows-1 and balance-windows-2.
22284 (bw-adjust-window): Remove.
22285 (balance-windows-area-adjust): New function with functionality of
22286 bw-adjust-window but using resize-window.
22287 (set-window-text-height): Rewrite doc-string.
22288 Use normalize-live-window and resize-window.
22289 (enlarge-window-horizontally, shrink-window-horizontally):
22290 Rename argument to DELTA.
22291 (window-buffer-height): New function.
22292 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22293 Rewrite using new window resize routines.
22294 (kill-buffer-and-window, mouse-autoselect-window-select):
22295 Use ignore-errors instead of condition-case.
22296 (quit-window): Call delete-frame instead of delete-windows-on
22297 for the only buffer on frame.
22298
22299 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22300
22301 * loadup.el (top-level): Load window before files for the sake
22302 of replace-buffer-in-windows.
22303
22304 * files.el (read-buffer-to-switch)
22305 (switch-to-buffer-other-window)
22306 (switch-to-buffer-other-frame, display-buffer-other-frame):
22307 Move to window.el.
22308
22309 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22310 (previous-buffer): Move to window.el.
22311
22312 * bindings.el (unbury-buffer): Move to window.el.
22313
22314 * window.el (delete-other-windows-vertically): Move after
22315 definition of delete-other-windows.
22316 (other-window, delete-windows-on, replace-buffer-in-windows):
22317 Move here from window.c.
22318 (record-window-buffer, unrecord-window-buffer)
22319 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22320 (switch-to-next-buffer): New functions.
22321 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22322 from simple.el. Call switch-to-next-buffer.
22323 (previous-buffer): Move here from simple.el.
22324 Call switch-to-prev-buffer.
22325 (bury-buffer): Move here from buffer.c. Switch to previous
22326 buffer when window cannot be deleted.
22327 (unbury-buffer): Move here from bindings.el.
22328 (ctl-x-map): Move binding for other-window from window.c to
22329 here.
22330 (read-buffer-to-switch, switch-to-buffer-other-window)
22331 (switch-to-buffer-other-frame): Move here from files.el.
22332 (normalize-buffer-to-switch-to): New functions.
22333 (switch-to-buffer): Move here from buffer.c.
22334 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22335
22336 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22337
22338 * window.el (window-min-height, window-min-width): Move here
22339 from window.c. Add defcustoms and rewrite doc-strings.
22340 (resize-mini-window, resize-window): New functions.
22341 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22342 Move here from window.c.
22343 (maximize-window, minimize-window): New functions.
22344 (delete-window, delete-other-windows, split-window): Move here
22345 from window.c.
22346 (window-split-min-size): New function.
22347 (split-window-keep-point): Mention split-window-above-each-other
22348 instead of split-window-vertically.
22349 (split-window-above-each-other, split-window-vertically):
22350 Rename split-window-vertically to split-window-above-each-other
22351 and provide defalias for old definition.
22352 (split-window-side-by-side, split-window-horizontally):
22353 Rename split-window-horizontally to split-window-side-by-side
22354 and provide defalias for the old definition.
22355 (ctl-x-map): Move bindings for delete-window,
22356 delete-other-windows and enlarge-window here from window.c.
22357 Replace bindings for split-window-vertically and
22358 split-window-horizontally by bindings for
22359 split-window-above-each-other and split-window-side-by-side.
22360
22361 * cus-start.el (all): Remove entries for window-min-height and
22362 window-min-width. Add entries for window-splits and
22363 window-nest.
22364
22365 2011-06-09 Glenn Morris <rgm@gnu.org>
22366
22367 * calendar/appt.el (appt-mode-line): New function.
22368 (appt-check, appt-disp-window): Use it.
22369
22370 * files.el (hack-one-local-variable-eval-safep):
22371 Allow minor-modes with explicit +/-1 arguments.
22372
22373 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22374
22375 * term/xterm.el (xterm): Add defgroup.
22376 (xterm-extra-capabilities): Add defcustom to supply known xterm
22377 capabilities, skip querying them, or query them (default).
22378 (terminal-init-xterm): Use it.
22379 (terminal-init-xterm-modify-other-keys): New function to set up
22380 modifyOtherKeys support to simplify `terminal-init-xterm'.
22381
22382 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22383
22384 * window.el (resize-window-reset, resize-window-reset-1)
22385 (resize-subwindows-skip-p, resize-subwindows-normal)
22386 (resize-subwindows, resize-other-windows, resize-this-window)
22387 (resize-root-window, resize-root-window-vertically)
22388 (window-deletable-p, window-or-subwindow-p)
22389 (frame-root-window-p): New functions.
22390
22391 2011-06-09 Glenn Morris <rgm@gnu.org>
22392
22393 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22394 (ange-ftp-get-files): Use it.
22395
22396 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22397
22398 * mail/sendmail.el (mail-recover-1, mail-recover):
22399 * files.el (recover-file, recover-session):
22400 Handle dired-listing-switches not being just a single short option.
22401
22402 2011-06-09 Glenn Morris <rgm@gnu.org>
22403
22404 * calendar/appt.el (appt-display-message, appt-disp-window):
22405 Handle lists of appointments.
22406
22407 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22408
22409 * window.el (one-window-p): Move down in code.
22410 Rewrite doc-string.
22411 (window-current-scroll-bars): Rewrite doc-string.
22412 Normalize live window argument.
22413 (walk-windows, get-window-with-predicate, count-windows):
22414 Rewrite doc-string. Use window-list-1.
22415 (window-in-direction-2, window-in-direction, get-mru-window):
22416 New functions.
22417
22418 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22419
22420 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22421 Doc fix (Bug#8713).
22422
22423 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22424
22425 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22426
22427 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22428
22429 * loadhist.el (unload-feature-special-hooks):
22430 Add `comint-output-filter-functions'.
22431
22432 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22433
22434 * calendar/appt.el (appt-check): Move some initializations into the let.
22435
22436 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22437
22438 * window.el (window-height): Defalias to window-total-height.
22439 (window-width): Defalias to window-body-width.
22440
22441 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22442
22443 * image-mode.el (image-toggle-animation): New command.
22444 (image-mode-map): Bind it to RET.
22445 (image-mode): Update message.
22446 (image-toggle-display-image): Avoid a spurious cache flush.
22447 (image-transform-rotation): Doc fix.
22448 (image-transform-properties): Return quickly in the normal case.
22449 (image-animate-loop): Rename from image-animate-max-time.
22450
22451 * image.el (image-animate-max-time): Move to image-mode.el.
22452 (create-animated-image): Remove unnecessary function.
22453 (image-animate): Rename from image-animate-start. New arg.
22454 (image-animate-stop): Remove; just use image-animate-timer.
22455 (image-animate-timer): Use car-safe.
22456 (image-animate-timeout): Rename argument.
22457
22458 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22459
22460 * window.el (get-lru-window, get-largest-window): Move here from
22461 window.c. Rename first argument to ALL-FRAMES.
22462 Rephrase doc-strings.
22463 (get-buffer-window-list): Rewrite using window-list-1.
22464 Rephrase doc-string.
22465 (window-safe-min-height, window-safe-min-width): New constants.
22466 (window-size-ignore, window-min-size, window-min-size-1)
22467 (window-sizable, window-sizable-p, window-size-fixed-1)
22468 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22469 (window-max-delta-1, window-max-delta, window-resizable)
22470 (window-resizable-p, window-total-height, window-total-width)
22471 (window-body-width): New functions.
22472 (window-full-height-p, window-full-width-p): Rewrite using
22473 window-total-size.
22474 (window-body-height): Rewrite using window-body-size.
22475
22476 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22477
22478 * window.el (window-right, window-left, window-child)
22479 (window-child-count, window-last-child, window-any-p)
22480 (normalize-live-buffer, normalize-live-frame)
22481 (normalize-any-window, normalize-live-window)
22482 (window-iso-combination-p, window-iso-combined-p)
22483 (window-iso-combinations)
22484 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22485 (windows-with-parameter, window-with-parameter)
22486 (window-atom-root, make-window-atom, window-atom-check-1)
22487 (window-atom-check, window-side-check, window-check):
22488 New functions.
22489 (ignore-window-parameters, window-sides, window-sides-vertical)
22490 (window-sides-slots): New variables.
22491 (window-size-fixed): Move down in code. Minor doc-string fix.
22492
22493 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22494
22495 * comint.el (comint-dynamic-complete-as-filename)
22496 (comint-dynamic-complete-filename): Correctly call
22497 completion-in-region.
22498
22499 2011-06-05 Deniz Dogan <deniz@dogan.se>
22500
22501 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22502 in last change.
22503
22504 2011-06-05 Deniz Dogan <deniz@dogan.se>
22505
22506 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22507 (rcirc): Use it to prompt for encryption.
22508
22509 2011-06-05 Roland Winkler <winkler@gnu.org>
22510
22511 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22512 (bibtex-search-entries): New command bound to C-c C-a.
22513 (bibtex-display-entries): New function.
22514
22515 2011-06-05 Roland Winkler <winkler@gnu.org>
22516
22517 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22518 (bibtex-insert-kill): After yanking insert newline if necessary.
22519 (bibtex-initialize): Call bibtex-string-files-init only once.
22520 (bibtex-mode): Do not call easy-menu-add.
22521 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22522 (bibtex-yank): Set arg properly if nil.
22523
22524 2011-06-05 Roland Winkler <winkler@gnu.org>
22525
22526 * textmodes/bibtex.el (bibtex-search-entry-globally):
22527 New variable.
22528 (bibtex-search-entry): Use it.
22529
22530 2011-06-05 Roland Winkler <winkler@gnu.org>
22531
22532 * textmodes/bibtex.el (bibtex-entry-format): New option
22533 sort-fields.
22534 (bibtex-format-entry, bibtex-reformat): Honor this option.
22535 (bibtex-parse-entry): Return fields in proper order.
22536
22537 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22538
22539 * doc-view.el (doc-view-remove-if): Move computation of result out
22540 of `dolist' to silence misleading lexical-binding warning.
22541
22542 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22543
22544 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22545 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22546
22547 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22548
22549 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22550 "SunOS 5.10".
22551
22552 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22553
22554 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22555 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22556 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22557 (tramp-parse-putty):
22558 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22559 (tramp-completion-function-alist-ssh)
22560 (tramp-completion-function-alist-telnet)
22561 (tramp-completion-function-alist-su)
22562 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22563 cookie.
22564
22565 * net/tramp-ftp.el:
22566 * net/tramp-sh.el:
22567 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22568 load "tramp.el" `tramp-set-completion-function'.
22569
22570 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22571
22572 * shell.el: Require and use pcomplete.
22573 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22574 (shell-completion-vars): Set pcomplete-default-completion-function.
22575
22576 2011-06-04 Deniz Dogan <deniz@dogan.se>
22577
22578 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22579 `memq' (Bug#8799).
22580
22581 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22582
22583 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22584
22585 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22586
22587 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22588 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22589 * vc/log-view.el (log-view-beginning-of-defun):
22590 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22591 (smerge-refine-forward, smerge-refine-chopup-region):
22592 Silence warning for unused `dotimes' counter variables.
22593
22594 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22595
22596 * net/tramp.el (tramp-with-progress-reporter): Rename from
22597 with-progress-reporter. Use `declare'.
22598 * net/tramp-smb.el:
22599 * net/tramp-sh.el:
22600 * net/tramp-gvfs.el: Update all uses.
22601
22602 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22603
22604 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22605 buffer isn't killed before making it current.
22606
22607 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22608
22609 Silence various byte-compiler warnings.
22610 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22611 `access-type' and new obsolescence format.
22612 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22613 new format.
22614 (byte-compile-check-variable): New `access-type' argument.
22615 Only warn if the access-type is obsolete.
22616 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22617 (byte-compile-variable-set): Adjust callers.
22618 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22619 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22620 setting it as obsolete.
22621 * simple.el (minibuffer-completing-symbol):
22622 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22623 access as obsolete.
22624 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22625 obsolete yet.
22626 * international/quail.el (quail-mouse-choose-completion): Remove unused
22627 code referring to obsolete var.
22628 (quail-choose-completion-string): Remove.
22629 * server.el (server-clients-with, server-kill-buffer-query-function)
22630 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22631 * proced.el (proced-send-signal):
22632 * emacs-lisp/lisp.el (lisp-complete-symbol):
22633 Replace completion-annotate-function with completion-extra-properties.
22634
22635 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * simple.el (goto-line): Use read-number.
22638 (overriding-map-is-bound): Remove.
22639 (saved-overriding-map): Change default.
22640 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22641 Take the map as argument.
22642 (universal-argument, negative-argument, digit-argument): Use it.
22643 (restore-overriding-map): Adjust.
22644 (do-auto-fill): Use fill-forward-paragraph.
22645 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22646
22647 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22648 (minibuffer-inactive-mode): New major mode.
22649 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22650 the *Messages* buffer" hack.
22651 (mouse-popup-menubar): Don't burp if the event is a normal key.
22652
22653 Miscellaneous tweaks.
22654 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22655 lexical scoping as in subr.el's dolist and dotimes.
22656 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22657 Silence compiler warning.
22658 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22659 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22660 * international/ccl.el (ccl-compile): Trivial simplification.
22661 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22662 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22663 `printflag' argument.
22664 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22665 Purecopy the whole obsolescence data.
22666
22667 2011-06-01 Leo Liu <sdl.web@gmail.com>
22668
22669 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22670 improve doc-string as suggested by Marco Pessotto
22671 <melmothx@gmail.com>.
22672 (rcirc-print): Fix last change.
22673
22674 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22675
22676 * minibuffer.el (complete-with-action): Return nil for the metadata and
22677 boundaries of non-functional tables.
22678 (completion-table-dynamic): Return nil for the metadata.
22679 (completion-table-with-terminator): Add default case, using
22680 complete-with-action.
22681 (completion--metadata): New function.
22682 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22683 to try and avoid pathological performance problems.
22684 (completion--embedded-envvar-table): Return `category' metadata.
22685
22686 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22687
22688 * subr.el (process-alive-p): New tiny convenience function.
22689
22690 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22693 content but also its previous major mode.
22694
22695 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22696
22697 * emacs-lisp/debug.el (debug): Restore the previous content of the
22698 *Backtrace* buffer when we exit with C-M-c.
22699
22700 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22701
22702 * minibuffer.el: Add metadata method to completion tables.
22703 (completion-category-overrides): New defcustom.
22704 (completion-metadata, completion--field-metadata)
22705 (completion-metadata-get, completion--styles)
22706 (completion--cycle-threshold): New functions.
22707 (completion-try-completion, completion-all-completions):
22708 Add `metadata' argument to choose completion-styles.
22709 (completion--do-completion): Use metadata to choose cycling.
22710 (completion-all-sorted-completions): Use metadata for sorting.
22711 Remove :completion-cycle-penalty which is not needed any more.
22712 (completion--try-word-completion): Add `metadata' argument.
22713 (minibuffer-completion-help): Check metadata for annotation function
22714 and sorting.
22715 (completion-file-name-table): Return `category' metadata.
22716 (minibuffer-completing-file-name): Make obsolete.
22717 * simple.el (minibuffer-completing-symbol): Make obsolete.
22718 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22719 completion-try-completion.
22720
22721 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22722
22723 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22724
22725 2011-05-30 Leo Liu <sdl.web@gmail.com>
22726
22727 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22728 (rcirc-print): Decode all incoming messages (bug#8744).
22729 (rcirc-decode-coding-system): Allow value nil for automatic coding
22730 system detection.
22731
22732 2011-06-01 Glenn Morris <rgm@gnu.org>
22733
22734 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22735
22736 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22737
22738 * image.el (image-animate-max-time): Allow nil and t values.
22739 Default to nil.
22740 (create-animated-image): Doc fix.
22741 (image-animate-start): Remove second arg; just use
22742 image-animate-max-time.
22743 (image-animate-timeout): Doc fix. Args changed.
22744
22745 * image-mode.el (image-toggle-display-image): Ensure that the
22746 image spec passed to the animate timer is the same object as in
22747 the buffer's display property (Bug#6981).
22748 (image-transform-properties): Doc fix.
22749
22750 * image.el (image-animate-max-time): Default to nil.
22751
22752 2011-05-29 Martin Rudalics <rudalics@gmx.at>
22753
22754 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22755 entire buffer list (Bug#8184).
22756
22757 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22758
22759 * image.el (imagemagick-types-inhibit)
22760 (imagemagick-register-types): Doc fix.
22761
22762 2011-05-29 Deniz Dogan <deniz@dogan.se>
22763
22764 * net/rcirc.el (rcirc): Use the user's stored encryption method by
22765 default.
22766
22767 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22768
22769 * select.el: Don't perform clipboard-manager saving in hooks;
22770 leave the hooks empty.
22771
22772 2011-05-28 Leo Liu <sdl.web@gmail.com>
22773
22774 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22775 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
22776 (occur-edit-mode): New major mode (Bug#8463).
22777 (occur-after-change-function): New function.
22778 (occur-engine): Give Occur tags a read-only property.
22779
22780 2011-05-28 Kevin Ryde <user42@zip.com.au>
22781
22782 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22783
22784 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22785
22786 * bindings.el (help-echo): Make the initial non-indicator dash
22787 empty on graphical terminals (Bug#7295).
22788
22789 * files.el (auto-mode-alist): Move config rule after the
22790 in-stripping one (Bug#8547).
22791
22792 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22793
22794 * startup.el (normal-splash-screen): Remove gratuitous mode-line
22795 setting (Bug#8740).
22796
22797 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
22798
22799 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22800 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22801 (Bug#8539).
22802
22803 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22804
22805 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22806
22807 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
22808
22809 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22810 (hs-hide-block-at-point, hs-find-block-beginning)
22811 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22812 (Bug#8279).
22813
22814 2011-05-28 Glenn Morris <rgm@gnu.org>
22815
22816 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
22817
22818 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22819
22820 * help-fns.el (describe-function-1): If the function is a derived
22821 major mode, print the parent mode.
22822
22823 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22824 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22825
22826 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
22827
22828 * minibuffer.el (completion--capf-wrapper): Check applicability before
22829 returning non-nil for non-exclusive completion data.
22830 * progmodes/etags.el (tags-completion-at-point-function):
22831 * info-look.el (info-lookup-completions-at-point): Mark as
22832 non-exclusive.
22833 (info-complete): Adjust accordingly.
22834
22835 * info-look.el: Convert to lexical-binding and completion-at-point.
22836 (info-lookup-completions-at-point): New function.
22837 (info-complete): Use it and completion-in-region.
22838
22839 2011-05-28 Drew Adams <drew.adams@oracle.com>
22840
22841 * isearch.el: Let M-e start with point at the first mismatched char.
22842 (isearch-fail-pos): New function.
22843 (isearch-edit-string): Use it.
22844
22845 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22846
22847 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22848
22849 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
22850
22851 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
22852 traversal functions for avl-trees.
22853 (avl-tree--stack): New struct.
22854 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22855 (avl-tree-enter): Add optional `updatefun' arg.
22856 (avl-tree--do-enter): Add optional `updatefun' arg.
22857 Change return value.
22858 (avl-tree-delete): Add optional `test' and `nilflag' args.
22859 (avl-tree--do-delete): Add `test' and `nilflag' args.
22860 Change return value.
22861 (avl-tree-member): Add optional `nilflag'
22862 (avl-tree-member-p): New function.
22863 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22864 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22865 (avl-tree-stack-empty-p): New functions.
22866
22867 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22868 avl-tree--del-balance1 and make it work both ways.
22869 (avl-tree--del-balance2): Remove.
22870 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22871 make it work both ways.
22872 (avl-tree--enter-balance2): Remove.
22873 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22874 New macros.
22875 (avl-tree--mapc, avl-tree-map): Add direction argument.
22876
22877 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
22878
22879 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22880
22881 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
22882
22883 * select.el: Support clipboard managers with built-in function
22884 x-clipboard-manager-save, via delete-frame-functions and
22885 kill-emacs-hook.
22886 (xselect-convert-to-targets): Add MULTIPLE target to list.
22887 (xselect-convert-to-save-targets): New function.
22888
22889 2011-05-27 Kenichi Handa <handa@m17n.org>
22890
22891 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22892 let-binding rfc2047-encode-encoded-words to nil.
22893
22894 2011-05-27 Glenn Morris <rgm@gnu.org>
22895
22896 * mail/emacsbug.el: Don't require url-util.
22897
22898 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
22899
22900 * files.el (set-auto-mode):
22901 Also respect mode: entries at the end of the file. (Bug#8586)
22902
22903 2011-05-26 Glenn Morris <rgm@gnu.org>
22904
22905 * files.el (hack-local-variables-prop-line, hack-local-variables):
22906 Downcase mode names, as seems to be traditional.
22907 (hack-local-variables, hack-local-variables-apply): Doc fixes.
22908
22909 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22910 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
22911
22912 2011-05-25 Julien Danjou <julien@danjou.info>
22913
22914 * textmodes/rst.el (rst-define-level-faces): Do not define face
22915 symbol if it is already defined.
22916
22917 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
22918
22919 * play/5x5.el (5x5-new-game, 5x5-randomize):
22920 Reset 5x5-solver-output to nil when a new grid is cast.
22921 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22922 these debugging traces, as defmacro breaks the compiled code.
22923
22924 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22925
22926 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22927
22928 2011-05-24 Leo Liu <sdl.web@gmail.com>
22929
22930 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22931 (vc-bzr-sha1): Adapt.
22932
22933 * sha1.el: Remove. Function `sha1' is now builtin.
22934
22935 * bindings.el: Provide sha1 feature.
22936
22937 2011-05-24 Kenichi Handa <handa@m17n.org>
22938
22939 * mail/sendmail.el: Require `rfc2047'.
22940 (mail-insert-from-field): Do not perform RFC2047 encoding.
22941 (mail-encode-header): New function.
22942 (sendmail-send-it): Set buffer-file-coding-system of the work
22943 buffer to the return value of select-message-coding-system.
22944 Call mail-encode-header.
22945
22946 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22947
22948 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
22949
22950 * mail/supercite.el (sc-default-cite-frame):
22951 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22952
22953 2011-05-24 Glenn Morris <rgm@gnu.org>
22954
22955 * progmodes/python.el (brm-menu): Declare.
22956
22957 * emulation/viper.el (viper-set-hooks): Declare.
22958
22959 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22960 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22961 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22962 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22963 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22964 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22965
22966 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22967
22968 Add an :exit-function for completion-at-point.
22969
22970 * minibuffer.el (completion--done): New fun.
22971 (completion--do-completion): Use it. New arg `expect-exact'.
22972 (minibuffer-complete, minibuffer-complete-word): Don't output message,
22973 since completion--do-completion does it for us now.
22974 (minibuffer-force-complete): Use completion--done and
22975 completion--replace. Handle sole-completion case with more care.
22976 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22977 (completion-extra-properties): New var.
22978 (completion-annotate-function): Make obsolete.
22979 (minibuffer-completion-help): Adjust accordingly.
22980 Use completion-list-insert-choice-function.
22981 (completion-at-point, completion-help-at-point):
22982 Bind completion-extra-properties.
22983 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22984 * simple.el (completion-list-insert-choice-function): New var.
22985 (completion-setup-function): Preserve it.
22986 (choose-completion): Pay attention to it, shuffle the code a bit.
22987 (choose-completion-string): New arg `insert-function'.
22988
22989 * textmodes/bibtex.el: Convert to lexical binding.
22990 (bibtex-mode-map): Use completion-at-point.
22991 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22992 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22993 (bibtex-complete): Define as obsolete alias.
22994 (bibtex-complete-internal): Remove.
22995 (bibtex-format-entry): Remove unused sub-group in regexp.
22996 * shell.el (shell--command-completion-data)
22997 (shell-environment-variable-completion):
22998 * pcomplete.el (pcomplete-completions-at-point):
22999 * comint.el (comint--complete-file-name-data): Use :exit-function
23000 instead of completion-table-with-terminator so it also works for
23001 choose-completion.
23002
23003 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23004
23005 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23006
23007 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23008 (bug#8710).
23009
23010 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23011
23012 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23013
23014 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23015 customization variable and implement: If non-nil, auto-fill will
23016 be inhibited while on topic's header line.
23017
23018 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23019
23020 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23021 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23022 always have a solution in grid size = 5 cases.
23023 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23024 (5x5-solver-output, 5x5-log-buffer): New vars.
23025 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23026 Make these variables buffer local to achieve 5x5 multi-session-ness.
23027 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23028 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23029 (5x5-solve-suggest): New funs.
23030 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23031 randomize a grid so that we ensure that there is always a solution.
23032 (5x5-make-random-grid): Allow other movement than flipping.
23033
23034 2011-05-23 Kevin Ryde <user42@zip.com.au>
23035
23036 * emacs-lisp/advice.el (ad-read-advised-function):
23037 Use `function-called-at-point' as the default, if it has
23038 advice and passes PREDICATE.
23039
23040 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23041
23042 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23043 byte-compile-lambda if it's actually a lambda.
23044
23045 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23046 Fix function quoting. Use backquote better.
23047
23048 2011-05-22 Yuanle Song <sylecn@gmail.com>
23049
23050 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23051 matching (Bug#8516).
23052
23053 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23054
23055 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23056 different face (Bug#8178).
23057
23058 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23059
23060 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23061 defface (Bug#8144).
23062
23063 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23064
23065 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23066 funcall as well (bug#8712). Warn when performing those conversions.
23067 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23068
23069 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23070
23071 2011-05-22 Glenn Morris <rgm@gnu.org>
23072
23073 * files.el (hack-local-variables-prop-line): Small simplifications.
23074 (hack-local-variables, hack-local-variables-prop-line):
23075 If MODE-ONLY, return the mode, rather than just `t'.
23076
23077 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23078
23079 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23080
23081 2011-05-21 Glenn Morris <rgm@gnu.org>
23082
23083 * files.el (hack-local-variables-prop-line, hack-local-variables):
23084 If only interested in the mode, don't bother doing the other stuff.
23085
23086 * image-mode.el (image-after-revert-hook):
23087 Redraw all frames on which the image is visible. (Bug#8567)
23088
23089 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23090
23091 * wid-edit.el (widget-checklist-match-inline):
23092 Fix 2011-04-19 change. (Bug#8649)
23093
23094 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23095
23096 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23097 Also allow singlespace after single-letter capitals followed by a dot.
23098
23099 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23100 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23101
23102 2011-05-20 Nix <nix@esperi.org.uk>
23103
23104 * files.el (basic-save-buffer-2):
23105 Fix handling of break-hardlink-on-save with non-existent files.
23106
23107 2011-05-19 Deniz Dogan <deniz@dogan.se>
23108
23109 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23110 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23111
23112 2011-05-19 Glenn Morris <rgm@gnu.org>
23113
23114 * progmodes/f90.el (f90-type-def-re):
23115 Handle "type, bind(c)". (Bug#8691)
23116
23117 * emacs-lisp/autoload.el (batch-update-autoloads):
23118 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23119
23120 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23121
23122 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23123 property for the correct connection in case of multihops.
23124
23125 2011-05-18 Glenn Morris <rgm@gnu.org>
23126
23127 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23128 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23129
23130 Rationalize calendar handling of day and month abbrev-arrays.
23131 * calendar/calendar.el (calendar-customized-p): New function.
23132 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23133 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23134 Add :set function.
23135 (calendar-abbrev-length, calendar-day-abbrev-array)
23136 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23137 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23138 Elements may no longer be nil.
23139 (calendar-day-name, calendar-month-name):
23140 Update for changed nature of abbrev arrays.
23141 * calendar/diary-lib.el (diary-name-pattern):
23142 Update for changed nature of abbrev arrays.
23143 (diary-mark-entries-1): Update calendar-make-alist calls.
23144 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23145 * calendar/cal-html.el (cal-html-day-abbrev-array):
23146 Simply inherit from calendar-day-abbrev-array.
23147
23148 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23149
23150 * progmodes/grep.el (grep-mode): Disable default
23151 compilation-directory-matcher setting (bug#8684).
23152
23153 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23154
23155 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23156 instead of "head" and "tail". There were problems with SunOS 5.9,
23157 and it performs better.
23158
23159 2011-05-17 Glenn Morris <rgm@gnu.org>
23160
23161 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23162
23163 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23164 Replace obsolete function.
23165
23166 * shell.el (pcomplete-parse-arguments-function): Declare.
23167
23168 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23169 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23170 (appt-check): Doc fixes.
23171 (appt-disp-window-function, appt-delete-window-function):
23172 Remove needless special case in custom :type.
23173 (appt-display-count): Default to 0, not nil.
23174 (appt-check): Reset appt-display-count to 0, not nil.
23175
23176 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23177
23178 * progmodes/python.el (python-font-lock-keywords):
23179 Add the Python 3.X keyword "nonlocal" (bug#8639).
23180
23181 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23182
23183 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23184
23185 2011-05-16 Kevin Ryde <user42@zip.com.au>
23186
23187 * info-look.el (makefile-automake-mode): New setups, looking in
23188 automake manual, then makefile-mode.
23189 (makefile-mode): Remove automake manual, have it just in
23190 makefile-automake-mode since there's various things different or
23191 not relevant to plain make.
23192 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23193 believe a hypothetical automake-mode would go to makefile-mode,
23194 not the other way around.
23195
23196 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23197
23198 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23199 hunk-end tags (Bug#8672).
23200
23201 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23202 vc-annotate-show-diff-revision-at-line (Bug#8671).
23203
23204 2011-05-14 Glenn Morris <rgm@gnu.org>
23205
23206 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23207 in the middle of an existing one with multiple authors. (Bug#8645)
23208 (change-log-font-lock-keywords): Also handle multiple author lines
23209 with leading tabs. (Bug#8644)
23210
23211 * calendar/appt.el (appt-check): Rename some local variables.
23212 Some simplification/reordering.
23213
23214 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23215 (feedmail-sendmail-f-doesnt-sell-me-out)
23216 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23217 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23218 (feedmail-queue-runner-message-sender): Set :version.
23219 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23220 (bbdb-dwim-net-address, vm-mail): Declare.
23221 (feedmail-binmail-gnulinuxish-template):
23222 Rename from feedmail-binmail-linuxish-template.
23223 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23224 Use insert-buffer-substring.
23225
23226 2011-05-14 Bill Carpenter <bill@carpenter.org>
23227
23228 * mail/feedmail.el (feedmail-patch-level): Increase.
23229 (feedmail-debug): New custom group.
23230 (feedmail-confirm-outgoing-timeout)
23231 (feedmail-sendmail-f-doesnt-sell-me-out)
23232 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23233 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23234 (feedmail-sender-line, feedmail-from-line)
23235 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23236 (feedmail-spray-this-address)
23237 (feedmail-spray-address-fiddle-plex-list)
23238 (feedmail-queue-use-send-time-for-date)
23239 (feedmail-queue-use-send-time-for-message-id)
23240 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23241 (feedmail-buffer-eating-function):
23242 Doc fixes.
23243 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23244 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23245 (feedmail-message-action-scroll-down): New functions.
23246 (feedmail-queue-directory, feedmail-queue-draft-directory):
23247 Use expand-file-name.
23248 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23249 Remove C-v help entry.
23250 (feedmail-queue-buffer-file-name): New variable.
23251 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23252 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23253 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23254 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23255 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23256 (feedmail-message-action-toggle-spray)
23257 (feedmail-run-the-queue-no-prompts)
23258 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23259 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23260 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23261 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23262 (feedmail-envelope-deducer, feedmail-fiddle-from)
23263 (feedmail-fiddle-sender, feedmail-default-date-generator)
23264 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23265 (feedmail-fiddle-spray-address)
23266 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23267 (feedmail-fiddle-list-of-fiddle-plexes)
23268 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23269 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23270 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23271 Change default. Doc fix.
23272 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23273 (feedmail-binmail-linuxish-template): New constant.
23274 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23275 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23276 (feedmail-send-it): Add debug call.
23277 Use feedmail-queue-buffer-file-name, and
23278 feedmail-send-it-immediately-wrapper.
23279 (feedmail-message-action-send): Add debug call.
23280 Use feedmail-send-it-immediately-wrapper.
23281 (feedmail-queue-express-to-queue): Add debug call.
23282 Run feedmail-queue-express-hook.
23283 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23284 (feedmail-message-action-help-blat):
23285 Rename from feedmail-queue-send-edit-prompt-help-first.
23286 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23287 Check line-endings. Handle errors better.
23288 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23289 Doc fix. Add debug call.
23290 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23291 Use feedmail-queue-send-edit-prompt-inner.
23292 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23293 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23294 from feedmail-queue-send-edit-prompt.
23295 (feedmail-queue-send-edit-prompt-help)
23296 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23297 (feedmail-tidy-up-slug): Add debug call.
23298 Respect feedmail-queue-slug-suspect-regexp.
23299 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23300 (feedmail-dump-message-to-queue): Add debug call.
23301 Expand queue-directory.
23302 (feedmail-dump-message-to-queue): Change message slightly.
23303 Use feedmail-say-chatter.
23304 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23305 (feedmail-send-it-immediately-wrapper): New function.
23306 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23307 Insert empty string rather than newline. Handle full-frame case.
23308 Use catch/throw. Use feedmail-say-chatter.
23309 (feedmail-fiddle-from): Try mail-host-address.
23310 (feedmail-default-message-id-generator): Doc fix.
23311 Bind system-time-locale. Handle missing end.
23312 (feedmail-fiddle-x-mailer): Add debug call.
23313 Handle feedmail-x-mailer-line being nil.
23314 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23315 Add debug call. Use buffer-substring-no-properties.
23316 (feedmail-say-debug, feedmail-say-chatter): New functions.
23317 (feedmail-find-eoh): Give an explicit error.
23318
23319 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23320
23321 * net/newst-treeview.el (newsticker-treeview-face): Change default
23322 family from helvetica to sans.
23323 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23324 etc/images/newsticker.
23325
23326 * net/newst-reader.el (newsticker-feed-face): Change default
23327 family from helvetica to sans.
23328
23329 * net/newst-plainview.el (newsticker-new-item-face)
23330 (newsticker-old-item-face, newsticker-immortal-item-face)
23331 (newsticker-obsolete-item-face, newsticker-date-face)
23332 (newsticker-statistics-face): Change default family from
23333 helvetica to sans.
23334 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23335 etc/images/newsticker.
23336
23337 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23338 (newsticker--process-auto-mark-filter-match): Tell user about
23339 auto-marking.
23340
23341 2011-05-13 Didier Verna <didier@xemacs.org>
23342
23343 Common Lisp indentation improvements on defmethod and lambda-lists.
23344 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23345 TODO entries.
23346 (lisp-lambda-list-keyword-parameter-indentation)
23347 (lisp-lambda-list-keyword-parameter-alignment)
23348 (lisp-lambda-list-keyword-alignment): New customizable user options.
23349 (lisp-indent-defun-method): Improve docstring.
23350 (extended-loop-p): Fix comment.
23351 (lisp-indent-lambda-list-keywords-regexp): New variable.
23352 (lisp-indent-lambda-list): New function.
23353 (lisp-indent-259): Use it.
23354 (lisp-indent-defmethod): Support for more than one
23355 method qualifier and properly indent methods lambda-lists.
23356 (defgeneric): Provide a missing common-lisp-indent-function property.
23357
23358 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23359
23360 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23361 bounds for the empty string (bug#8667).
23362
23363 2011-05-13 Glenn Morris <rgm@gnu.org>
23364
23365 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23366
23367 * mail/sendmail.el (sendmail-program): Try executable-find first.
23368 (sendmail-send-it): `sendmail-program' cannot be unbound.
23369
23370 * calendar/appt.el (appt-make-list): Simplify.
23371 (appt-time-msg-list): Doc fix.
23372 (appt-check): Change mode-line message at the time of the appointment.
23373
23374 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23375
23376 * progmodes/ld-script.el (ld-script-keywords)
23377 (ld-script-builtins): Update keywords list.
23378
23379 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23380
23381 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23382
23383 * shell.el (shell-completion-vars): New function.
23384 (shell-mode):
23385 * simple.el (read-shell-command): Use it.
23386 (blink-matching-open): No need for " [...]" in minibuffer-message.
23387
23388 2011-05-12 Glenn Morris <rgm@gnu.org>
23389
23390 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23391 (appt-check): Simplify.
23392
23393 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23394
23395 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23396 literal "/dev/null".
23397
23398 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23399
23400 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23401 Fix typo.
23402
23403 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23404
23405 * progmodes/which-func.el (which-function):
23406 Use add-log-current-defun instead of add-log-current-defun-function,
23407 which might not be defined (Bug#8260).
23408
23409 2011-05-12 Glenn Morris <rgm@gnu.org>
23410
23411 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23412 Let byte-compile-initial-macro-environment always take precedence.
23413
23414 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23415
23416 * net/rcirc.el: Add support for SSL/TLS connections.
23417 (rcirc-server-alist): New field `encryption'.
23418 (rcirc): Check `encryption' settings.
23419 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23420 Merge make-local-variable into `set'.
23421 (rcirc--connection-open-p): New function.
23422 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23423 the process is not a network process (e.g. running gnutls-cli).
23424 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23425 Make rcirc-(en|de)code-coding-system local here.
23426 (rcirc-mode): Merge make-local-variable into `set'.
23427 (rcirc-parent-buffer): Make permanent buffer-local.
23428 (rcirc-multiline-minor-mode): Don't do it here.
23429 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23430 there's no server buffer.
23431
23432 2011-05-11 Glenn Morris <rgm@gnu.org>
23433
23434 * newcomment.el (comment-kill): Prefix "unused" local.
23435
23436 * term/w32console.el (get-screen-color): Declare.
23437
23438 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23439 Handle symbol elements of byte-compile-initial-macro-environment.
23440
23441 2011-05-10 Leo Liu <sdl.web@gmail.com>
23442
23443 * bookmark.el (bookmark-bmenu-mode-map):
23444 Bind bookmark-bmenu-search to `/'.
23445
23446 * mail/footnote.el: Convert to utf-8 encoding.
23447 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23448 (Footnote-unicode): New function.
23449 (footnote-style-alist): Add unicode style to the list.
23450 (footnote-style): Doc fix.
23451
23452 2011-05-10 Jim Meyering <meyering@redhat.com>
23453
23454 Fix doubled-word typos.
23455 * international/quail.el (quail-insert-kbd-layout): and and -> and
23456 * kermit.el: and and -> and
23457 * net/ldap.el (ldap-search-internal): to to -> to
23458 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23459 * progmodes/js.el (js-mode): and and -> and
23460 * textmodes/artist.el (artist-move-to-xy): at at -> at
23461 (artist-draw-region-trim-line-endings): if if -> if
23462 And Safetyc -> Safety.
23463 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23464
23465 2011-05-10 Glenn Morris <rgm@gnu.org>
23466 Stefan Monnier <monnier@iro.umontreal.ca>
23467
23468 * files.el (hack-one-local-variable-eval-safep):
23469 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23470
23471 2011-05-10 Glenn Morris <rgm@gnu.org>
23472
23473 * calendar/diary-lib.el (diary-list-entries-hook)
23474 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23475 (diary-nongregorian-marking-hook, diary-list-entries)
23476 (diary-include-other-diary-files, diary-mark-entries)
23477 (diary-mark-included-diary-files): Doc fixes.
23478
23479 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23480
23481 * misc.el: Require tabulated-list.el during compilation.
23482
23483 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23484
23485 * progmodes/compile.el (compilation-start):
23486 Run compilation-filter-hook for the async case too.
23487 (compilation-filter-hook): Doc fix.
23488
23489 2011-05-09 Deniz Dogan <deniz@dogan.se>
23490
23491 * wdired.el: Remove outdated installation comment. Fix usage
23492 comment.
23493
23494 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23495
23496 * misc.el: Implement new command `list-dynamic-libraries'.
23497 (list-dynamic-libraries--loaded-only-p): New variable.
23498 (list-dynamic-libraries--refresh): New function.
23499 (list-dynamic-libraries): New command.
23500
23501 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23502
23503 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23504 Fix the ant regexp to handle end-line and end-column info from jikes.
23505 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23506 higher priority to avoid clobbering by gnu.
23507
23508 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23509
23510 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23511 if the face has existing theme settings (Bug#8454).
23512
23513 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23514
23515 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23516 Only match variables declared via `my' or `our' (Bug#8261).
23517
23518 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23519 special file names `.' and `..' (Bug#8259).
23520
23521 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23522
23523 * progmodes/grep.el (grep-mode-font-lock-keywords):
23524 Remove buffer-changing entries.
23525 (grep-filter): New function.
23526 (grep-mode): Add it to compilation-filter-hook.
23527
23528 * progmodes/compile.el (compilation-filter-hook)
23529 (compilation-filter-start): New defvars.
23530 (compilation-filter): Call compilation-filter-hook prior to
23531 updating the process mark.
23532
23533 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23534
23535 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23536
23537 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23538
23539 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23540 mailclient-send-it even if window-system is nil. (Bug#8595)
23541
23542 * term/w32console.el (terminal-init-w32console):
23543 Call get-screen-color and use its output to set the frame
23544 background-mode. (Bug#8597)
23545
23546 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23547
23548 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23549 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23550 New functions.
23551 (defgeneric, eieio--defmethod): Use them.
23552 (eieio-defgeneric): Remove.
23553 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23554
23555 2011-05-07 Glenn Morris <rgm@gnu.org>
23556
23557 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23558 Use let rather than let*.
23559 (timeclock-find-discrep): Remove unused local.
23560
23561 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23562
23563 * calendar/appt.el (appt-time-msg-list): Doc fix.
23564
23565 2011-05-06 Noah Friedman <friedman@splode.com>
23566
23567 * apropos.el (apropos-print-doc): Only use
23568 emacs-lisp-docstring-fill-column when it is bound to an integer,
23569 per that variable's documentation.
23570
23571 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23572
23573 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23574 and warnings are not silently discarded (e.g. use -d instead of -P).
23575
23576 2011-05-06 Glenn Morris <rgm@gnu.org>
23577
23578 * calendar/appt.el (appt-message-warning-time): Doc fix.
23579 (appt-warning-time-regexp): New option.
23580 (appt-make-list): Respect appt-message-warning-time.
23581
23582 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23583 New options.
23584 (diary-add-to-list): Strip comments from the displayed string.
23585 (diary-mode): Set comment-start and comment-end.
23586
23587 * vc/diff-mode.el (smerge-refine-subst): Declare.
23588 (diff-refine-hunk): Don't require smerge-mode when compiling.
23589
23590 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23591
23592 * simple.el (list-processes): Return nil as the docstring says.
23593
23594 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23595
23596 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23597 to "".
23598 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23599 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23600 determining of binary transfer. (Bug#7383)
23601
23602 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23603
23604 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23605 Fix port computation bug. (Bug#8618)
23606
23607 2011-05-05 Glenn Morris <rgm@gnu.org>
23608
23609 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23610
23611 * simple.el (shell-dynamic-complete-functions)
23612 (comint-dynamic-complete-functions): Declare.
23613
23614 * net/network-stream.el (gnutls-negotiate):
23615 * simple.el (tabulated-list-print): Fix declarations.
23616
23617 * progmodes/gud.el (syntax-symbol, syntax-point):
23618 Remove unnecessary and incorrect declarations.
23619
23620 * emacs-lisp/check-declare.el (check-declare-scan):
23621 Handle byte-compile-initial-macro-environment in bytecomp.el.
23622
23623 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23624
23625 Fix earlier half-done eieio-defmethod change (bug#8338).
23626 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23627 Streamline and change calling convention.
23628 (defmethod): Adjust accordingly and simplify.
23629 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23630 new eieio--defmethod.
23631 (slot-boundp): Minor CSE simplification.
23632
23633 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23634
23635 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23636 (glasses-make-readable): Use glasses-separate-capital-groups.
23637
23638 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23639
23640 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23641 (warning-series): Doc fix.
23642 (display-warning): Don't try to create the buffer if we just found it.
23643
23644 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23645
23646 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23647 (autoload-find-generated-file): New function.
23648 (generate-file-autoloads): Bind generated-autoload-file to
23649 buffer-file-name.
23650 (update-file-autoloads, update-directory-autoloads):
23651 Use autoload-find-generated-file. If called interactively, prompt for
23652 output file (Bug#7989).
23653 (batch-update-autoloads): Doc fix.
23654
23655 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23656
23657 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23658
23659 2011-05-04 Glenn Morris <rgm@gnu.org>
23660
23661 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23662 function, so it follows changes in calendar-date-style.
23663 (diary-fancy-date-matcher): New function.
23664 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23665 (diary-fancy-font-lock-fontify-region-function):
23666 Use diary-fancy-date-pattern as a function.
23667
23668 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23669 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23670
23671 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23672
23673 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23674 instead of positional arguments. Allow :keylist and :crlfiles
23675 arguments.
23676 (open-gnutls-stream): Call it.
23677
23678 * net/network-stream.el (network-stream-open-starttls): Adjust to
23679 call `gnutls-negotiate' with :process and :hostname arguments.
23680
23681 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23682
23683 * minibuffer.el (completion--message): New function.
23684 (completion--do-completion, minibuffer-complete)
23685 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23686 (completion--do-completion): Don't ignore completion-auto-help when in
23687 icomplete-mode.
23688
23689 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23690 internal encoding (e.g. tibetan zero is not whitespace).
23691 (global-whitespace-mode): Prefer save-current-buffer.
23692 (whitespace-trailing-regexp): Remove useless save-match-data.
23693 (whitespace-empty-at-bob-regexp): Minor simplification.
23694
23695 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23696
23697 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23698
23699 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23700
23701 * textmodes/ispell.el (ispell-add-per-file-word-list):
23702 Use `concat' to create string for insertion.
23703
23704 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23705
23706 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23707 Avoid open-line which runs post-self-insert-hook.
23708 (bibtex-fill-entry): Remove unused `end' var.
23709
23710 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23711
23712 * textmodes/ispell.el (ispell-add-per-file-word-list):
23713 Protect against `nil' value of `comment-start' (Bug#8579).
23714
23715 2011-05-03 Leo Liu <sdl.web@gmail.com>
23716
23717 * isearch.el (isearch-yank-pop): New command.
23718 (isearch-mode-map): Bind it to `M-y'.
23719 (isearch-forward): Mention it.
23720
23721 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23722
23723 * simple.el (minibuffer-complete-shell-command): Remove.
23724 (minibuffer-local-shell-command-map): Use completion-at-point.
23725 (read-shell-command): Setup completion vars here instead.
23726 (read-expression-map): Bind TAB to symbol completion.
23727
23728 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23729 error directly rather via storing it into `results'.
23730
23731 2011-05-02 Leo Liu <sdl.web@gmail.com>
23732
23733 * vc/diff.el: Fix description.
23734
23735 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23736
23737 * server.el (server-eval-at): New function.
23738
23739 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23740
23741 * net/network-stream.el (open-network-stream): Take a :nowait
23742 parameter and pass it on to `make-network-process'.
23743 (network-stream-open-plain): Ditto.
23744
23745 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
23746
23747 * faces.el (face-spec-set-match-display): Don't match toolkit
23748 options on terminal frames.
23749
23750 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23751
23752 * progmodes/pascal.el: Use lexical binding.
23753 (pascal-mode-map): Remove author preferences.
23754
23755 * pcomplete.el (pcomplete-std-complete): Don't abuse
23756 completion-at-point.
23757
23758 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23759
23760 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23761 removing code that has been dead since 1991 or so.
23762
23763 * startup.el (command-line): When warning about "_emacs", use a
23764 delayed warning to allow the user to filter it out.
23765
23766 2011-04-28 Deniz Dogan <deniz@dogan.se>
23767
23768 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23769 user has not joined.
23770
23771 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23772
23773 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23774 aren't any completions at point.
23775
23776 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23777
23778 * subr.el (display-delayed-warnings): New function.
23779 (delayed-warnings-hook): New variable.
23780
23781 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23782
23783 * minibuffer.el (completion-at-point, completion-help-at-point):
23784 Don't presume that a given completion-at-point-function will always
23785 use the same calling convention.
23786
23787 * pcomplete.el (pcomplete-completions-at-point):
23788 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
23789 pcomplete-seen is non-nil.
23790 (pcomplete-comint-setup): Also recognize the new comint/shell
23791 completion functions.
23792 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23793 pcomplete-seen is non-nil.
23794
23795 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
23796
23797 * calendar/icalendar.el (diary-lib): Add require statement.
23798 (icalendar--create-uid): Read out a uid from a text-property on
23799 the first character in the entry. This allows for code to add its
23800 own uid to the entry.
23801 (icalendar--convert-float-to-ical): Add export of
23802 `diary-float'-entries save for those with the optional DAY
23803 argument.
23804
23805 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
23806
23807 * subr.el (shell-quote-argument): Use alternate escaping strategy
23808 when we spot a variable reference in a string.
23809
23810 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23811
23812 * cus-start.el (all): Define customization for debug-on-event.
23813
23814 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23815
23816 * subr.el (shell-quote-argument): Escape correctly under Windows.
23817
23818 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23819
23820 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23821
23822 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
23823
23824 * net/tramp.el (tramp-process-actions): Add POS argument.
23825 Delete region between POS and (pos).
23826
23827 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23828 Use `nil' position in `tramp-process-actions' call.
23829 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23830
23831 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23832 position in `tramp-process-actions' call.
23833
23834 * net/trampver.el: Update release number.
23835
23836 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23837
23838 * custom.el (defcustom): Obey lexical-binding.
23839
23840 Fix octave-inf completion problems reported by Alexander Klimov.
23841 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23842 Inherit from octave-mode-syntax-table.
23843 (inferior-octave-mode): Set info-lookup-mode.
23844 (inferior-octave-completion-at-point): New function.
23845 (inferior-octave-complete): Use it and completion-in-region.
23846 (inferior-octave-dynamic-complete-functions): Use it as well, and use
23847 comint-filename-completion.
23848 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23849 symbol elements which shouldn't be word elements.
23850 (octave-font-lock-keywords, octave-beginning-of-defun)
23851 (octave-function-header-regexp): Adjust regexps accordingly.
23852 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23853
23854 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
23855
23856 * net/gnutls.el (gnutls-errorp): Declare before first use.
23857
23858 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
23859
23860 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23861 verify-error, and verify-hostname-error parameters. Check whether
23862 default trustfile exists before going to use it. Add missing
23863 argument to gnutls-message-maybe call. Return value.
23864 Reported by Claudio Bley <claudio.bley@gmail.com>.
23865 (open-gnutls-stream): Add usage example.
23866
23867 * net/network-stream.el (network-stream-open-starttls): Give host
23868 parameter to `gnutls-negotiate'.
23869 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23870 * subr.el (shell-quote-argument): Escape correctly under Windows.
23871
23872 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
23873
23874 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23875 Use correct match group (bug#8438).
23876
23877 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23878
23879 * emacs-lisp/package.el (package-built-in-p): Fix typo.
23880 (package-menu--generate): New arg specifying packages to show.
23881 (package-menu-refresh, package-menu-execute, list-packages):
23882 Callers changed.
23883 (package-show-package-list): New function, replacing deleted
23884 package--list-packages (renamed because it is non-internal).
23885
23886 * finder.el (finder-list-matches): Use package-show-package-list
23887 instead of deleted package--list-packages.
23888
23889 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23890 Based on a previous implementation by Juanma Barranquero (Bug#8366).
23891 (vc-annotate-mode-map): Bind it to RET.
23892
23893 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
23894
23895 * progmodes/etags.el (next-file): Don't use set-buffer to change
23896 buffers (Bug#8478).
23897
23898 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23899
23900 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23901
23902 * apropos.el (apropos-label-face): Avoid variable-pitch face.
23903 (apropos-accumulator): Doc fix.
23904 (apropos-function, apropos-macro, apropos-command)
23905 (apropos-variable, apropos-face, apropos-group, apropos-widget)
23906 (apropos-plist): Add face property.
23907 (apropos-symbols-internal): Fix indentation.
23908 (apropos-print): Simplify help, and recognize apropos-multi-type.
23909 (apropos-print-doc): Use button-type-get to extract the button's
23910 face property. Fill docstring (Bug#8352).
23911
23912 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
23913
23914 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23915
23916 * play/mpuz.el (mpuz-silent): Doc fix.
23917 (mpuz-mode-map): Use mapc.
23918 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23919 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23920 Fix typos in docstrings.
23921
23922 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23923 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23924
23925 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23926
23927 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
23928
23929 * minibuffer.el (completion--do-completion): Avoid the "Next char
23930 not unique" prompt if icomplete-mode is enabled (Bug#5849).
23931
23932 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23933 mouse-2 into unread-command-events, it is interpreted correctly.
23934
23935 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23936 (image-toggle-display): Doc fix.
23937
23938 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
23939
23940 * textmodes/page.el (what-page): Use line-number-at-pos to
23941 calculate line number (Bug#6825).
23942
23943 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23944
23945 * eshell/esh-mode.el (find-tag-interactive): Declare function.
23946 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23947 Pass argument NO-DEFAULT to `find-tag-interactive'.
23948
23949 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23950
23951 Lexical-binding cleanup.
23952
23953 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23954 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23955 * progmodes/ada-prj.el (ada-prj-initialize-values)
23956 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23957 (ada-prj-show-value):
23958 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23959 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23960 (antlr-invalidate-context-cache, antlr-options-menu-filter)
23961 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23962 * progmodes/bug-reference.el (bug-reference-push-button):
23963 * progmodes/fortran.el (fortran-line-length):
23964 * progmodes/glasses.el (glasses-change):
23965 * progmodes/octave-mod.el (octave-fill-paragraph):
23966 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23967 (python-pdbtrack-grub-for-buffer, python-sentinel):
23968 * progmodes/sql.el (sql-save-connection):
23969 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23970 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23971 Mark unused parameters.
23972
23973 * progmodes/compile.el (compilation--flush-directory-cache)
23974 (compilation--flush-parse, compile-internal): Mark unused parameters.
23975 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23976 (compilation-next-error-function): Remove unused variable `timestamp'.
23977
23978 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23979 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23980
23981 * progmodes/dcl-mode.el (dcl-end-of-command):
23982 Remove unused variable `start'.
23983 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23984 (dcl-option-value-basic, dcl-option-value-offset)
23985 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23986 Mark unused parameters.
23987 (dcl-save-local-variable): Remove unused variable `val'.
23988 (mode): Declare.
23989
23990 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23991 Mark unused parameters.
23992 (delphi-ignore-changes): Move before first use.
23993 (delphi-charset-token-at): Remove unused variable `start'.
23994 (delphi-else-start): Remove unused variable `if-count'.
23995 (delphi-comment-block-start, delphi-comment-block-end):
23996 Remove unused variable `kind'.
23997 (delphi-indent-line): Remove unused variable `new-point'.
23998
23999 * progmodes/ebrowse.el (ebrowse-files-list)
24000 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24001 Mark unused parameters. Don't quote `lambda'.
24002 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24003 Don't quote `lambda'.
24004 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24005 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24006 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24007 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24008 Use `ignore-errors'.
24009 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24010 (ebrowse-view/find-file-and-search-pattern)
24011 (ebrowse-view/find-member-declaration/definition):
24012 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24013 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24014 Rename parameter PREFIX-ARG to PREFIX.
24015 (ebrowse-tags-read-name): Remove unused variables `start' and
24016 `member-info'.
24017 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24018 to `tags-file'.
24019
24020 * progmodes/etags.el (local-find-tag-hook): Declare.
24021 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24022 Mark unused parameters.
24023
24024 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24025 (executable-interpret): Mark unused parameter.
24026
24027 * progmodes/flymake.el (flymake-process-sentinel)
24028 (flymake-after-change-function)
24029 (flymake-create-temp-with-folder-structure)
24030 (flymake-get-include-dirs-dot): Mark unused parameters.
24031 (flymake-safe-delete-directory): Remove unused variable `err'.
24032
24033 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24034 (speedbar-timer-fn, speedbar-line-text)
24035 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24036 (speedbar-center-buffer-smartly): Declare functions.
24037 (gdb-find-watch-expression): Remove unused variable `array'.
24038 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24039 (gdb-starting): Mark unused parameters.
24040 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24041 (gdb-table-string): Remove unused variable `res'.
24042 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24043 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24044 (gdb-display-buffer): Remove unused variable `cur-size'.
24045
24046 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24047 allow lexical-binding compilation.
24048 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24049 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24050 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24051 Mark unused parameters.
24052 (gud-gdb-marker-filter): Remove unused variable `match'.
24053 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24054 lambda expressions and funcall them, instead of using `fset'.
24055
24056 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24057 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24058
24059 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24060 variable `header-beg'; use `let'.
24061
24062 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24063 `restart', `last-sexp' and `at-do'.
24064
24065 * progmodes/js.el (js--debug): Mark unused parameter.
24066 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24067 (js--splice-into-items): Remove unused variable `item'.
24068 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24069
24070 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24071 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24072 (makefile-complete): Remove unused variable `try'.
24073 (makefile-fill-paragraph, makefile-match-function-end):
24074 Mark unused parameters.
24075
24076 * progmodes/octave-inf.el (inferior-octave-complete):
24077 Remove unused variable `proc'.
24078 (inferior-octave-output-digest): Mark unused parameter.
24079
24080 * progmodes/perl-mode.el (perl-calculate-indent):
24081 Remove unused variable `err'.
24082
24083 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24084 (prolog-indent-line): Mark unused parameters.
24085 (prolog-indent-line): Remove unused variable `beg'.
24086
24087 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24088 (reporter-dont-compact-list): Declare.
24089
24090 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24091 Remove unused variable `char'.
24092 (sh-debug): Mark unused parameter.
24093 (sh-get-indent-info): Remove unused variable `start'.
24094 (sh-calculate-indent): Remove unused variable `var'.
24095
24096 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24097 (simula-electric-keyword): Remove unused variable `null'.
24098 (simula-search-backward, simula-search-forward): Remove unused
24099 variables `begin' and `end'.
24100
24101 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24102 Remove unused variable `pos'.
24103 (vera-electric-tab, vera-comment-uncomment-region):
24104 Mark unused parameters.
24105 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24106
24107 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24108
24109 * emacs-lisp/package.el (package--builtins, package-alist)
24110 (package-load-descriptor, package-built-in-p, package-activate)
24111 (define-package, package-installed-p)
24112 (package-compute-transaction, package-buffer-info)
24113 (package--push): Doc fix. Distinguish more clearly between
24114 version strings and version lists.
24115
24116 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24117
24118 Lexical-binding cleanup.
24119
24120 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24121 (5x5-make-mutate-best):
24122 * play/fortune.el (fortune-in-buffer):
24123 * play/gomoku.el (gomoku-init-display):
24124 * play/solitaire.el (solitaire, solitaire-do-check):
24125 * play/tetris.el (tetris-default-update-speed-function):
24126 Mark unused parameters.
24127
24128 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24129 (bubbles--shift): Remove unused variable `char-org'.
24130 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24131 (bubbles--show-images): Remove unused variable `char'.
24132
24133 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24134 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24135 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24136 (decipher-analyze-buffer): Use ?\s.
24137 (decipher-make-checkpoint): Remove unused variable `mapping'.
24138
24139 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24140
24141 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24142 Remove unused variable `result'; use `let'.
24143
24144 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24145 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24146 (gametree-children-shown-p, gametree-compute-reduced-score):
24147 Use `ignore-errors'.
24148
24149 * play/handwrite.el (ps-lpr-switches): Declare.
24150 (handwrite): Remove unused variables `pmin' and `lastp'.
24151
24152 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24153
24154 * play/landmark.el (landmark-init-display)
24155 (landmark-update-naught-weights): Mark unused parameters.
24156 (landmark-y): Remove unused variable `noise'. Simplify.
24157 (landmark-human-plays): Remove unused variable `score'.
24158
24159 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24160 (mpuz-try-proposal): Remove unused variable `game'.
24161
24162 * play/zone.el (life-patterns): Declare.
24163
24164 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24165
24166 * vc/vc.el (ediff-vc-internal): Declare function.
24167
24168 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24169
24170 * shell.el: Use lexical-binding and std completion UI.
24171 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24172 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24173 comint-preoutput-filter-functions rather than on
24174 comint-output-filter-functions.
24175 (shell-command-completion, shell--command-completion-data)
24176 (shell-filename-completion, shell-environment-variable-completion)
24177 (shell-c-a-p-replace-by-expanded-directory): New functions.
24178 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24179 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24180 (shell-dynamic-complete-environment-variable): Use them.
24181 (shell-dynamic-complete-as-environment-variable)
24182 (shell-dynamic-complete-as-command): Remove.
24183 (shell-match-partial-variable): Match past point.
24184 * comint.el: Clean up use of completion-at-point-functions.
24185 (comint-completion-at-point): New function.
24186 (comint-mode): Use it completion-at-point-functions.
24187 (comint-dynamic-complete): Make it obsolete.
24188 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24189 (comint-c-a-p-replace-by-expanded-history): New function.
24190 (comint-dynamic-complete-functions)
24191 (comint-replace-by-expanded-history): Use it.
24192 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24193 termination strings. Try harder to avoid second try-completion.
24194 (completion-in-region-mode-map): Disable bindings that don't work yet.
24195
24196 * comint.el: Use lexical-binding. Require CL.
24197 (comint-dynamic-complete-functions): Use comint-filename-completion.
24198 (comint-completion-addsuffix): Tweak custom type.
24199 (comint-filename-completion, comint--common-suffix)
24200 (comint--common-quoted-suffix, comint--table-subvert)
24201 (comint--complete-file-name-data): New functions.
24202 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24203 (comint-dynamic-list-filename-completions): Use them.
24204 (comint-dynamic-simple-complete): Make obsolete.
24205
24206 * minibuffer.el (completion-in-region-mode):
24207 Keep completion-in-region-mode--predicate global.
24208 (completion-in-region--postch):
24209 Assume completion-in-region-mode--predicate is not null.
24210
24211 * progmodes/flymake.el (flymake-start-syntax-check-process):
24212 Obey `dir'. Simplify.
24213
24214 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24215 we're in VC after all.
24216
24217 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24218
24219 * vc/vc.el (vc-diff-build-argument-list-internal)
24220 (vc-version-ediff, vc-ediff): New commands.
24221 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24222
24223 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24224
24225 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24226 add sanity check.
24227
24228 * obsolete/erc-hecomplete.el: Make obsolete.
24229 * obsolete/: Standardize obsolescence info in the header.
24230
24231 2011-04-20 Glenn Morris <rgm@gnu.org>
24232
24233 * calendar/solar.el (solar-horizontal-coordinates):
24234 Use the longitude argument rather than `calendar-longitude'.
24235 (solar-date-next-longitude): Remove unused locals.
24236
24237 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24238
24239 * whitespace.el: New version 13.2.1.
24240
24241 2011-04-20 felix <EmacsWiki> (tiny change)
24242
24243 * whitespace.el (global-whitespace-mode): Keep highlight when
24244 switching between major modes on a file.
24245
24246 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24247
24248 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24249 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24250 multi-line comments as well.
24251
24252 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24253
24254 Lexical-binding cleanup.
24255
24256 * arc-mode.el (archive-mode-revert):
24257 * cmuscheme.el (scheme-interactively-start-process):
24258 * custom.el (custom-initialize-delay):
24259 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24260 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24261 * emacs-lock.el (emacs-lock-clear-sentinel):
24262 * ezimage.el (defezimage):
24263 * follow.el (follow-avoid-tail-recenter):
24264 * fringe.el (set-fringe-mode-1):
24265 * generic-x.el (bat-generic-mode-compile):
24266 * help-mode.el (help-info-variable, help-do-xref)
24267 (help-mode-revert-buffer):
24268 * help.el (view-emacs-todo):
24269 * iswitchb.el (iswitchb-completion-help):
24270 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24271 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24272 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24273 * locate.el (locate-update):
24274 * longlines.el (longlines-encode-region)
24275 (longlines-after-change-function):
24276 * outline.el (outline-isearch-open-invisible):
24277 * ps-def.el (declare-function, charset-dimension, char-width)
24278 (encode-char):
24279 * ps-mule.el (ps-mule-plot-string):
24280 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24281 (recentf-edit-list-select, recentf-edit-list-validate)
24282 (recentf-open-files-action):
24283 * rect.el (delete-whitespace-rectangle-line)
24284 (rectangle-number-line-callback):
24285 * register.el (window-configuration-to-register)
24286 (frame-configuration-to-register):
24287 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24288 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24289 (xselect-convert-to-targets, xselect-convert-to-delete)
24290 (xselect-convert-to-filename, xselect-convert-to-charpos)
24291 (xselect-convert-to-lineno, xselect-convert-to-colno)
24292 (xselect-convert-to-os, xselect-convert-to-host)
24293 (xselect-convert-to-user, xselect-convert-to-class)
24294 (xselect-convert-to-name, xselect-convert-to-integer)
24295 (xselect-convert-to-atom, xselect-convert-to-identity):
24296 * subr.el (declare, ignore, process-kill-without-query)
24297 (text-clone-maintain):
24298 * terminal.el (te-get-char, te-tic-sentinel):
24299 * tool-bar.el (tool-bar-make-keymap):
24300 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24301 * type-break.el (type-break-mode, type-break-noninteractive-query):
24302 * view.el (View-back-to-mark):
24303 * wid-browse.el (widget-browse-action, widget-browse-widget)
24304 (widget-browse-widgets, widget-browse-sexp):
24305 * widget.el (define-widget-keywords):
24306 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24307 Mark unused parameters.
24308
24309 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24310 (align-areas): Remove unused variable `look'.
24311 (align-region): Remove unused variables `real-end' and `pos-list'.
24312
24313 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24314
24315 * bindings.el (mode-line-modified, mode-line-remote):
24316 Mark unused parameters.
24317 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24318
24319 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24320 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24321
24322 * comint.el (comint-history-isearch-pop-state)
24323 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24324 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24325 (comint-substitute-in-file-name): Doc fix.
24326
24327 * completion.el (cmpl-statistics-block): Mark unused parameter.
24328 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24329 (save-completions-to-file, load-completions-from-file):
24330 Remove unused local variable `e'.
24331
24332 * composite.el (compose-chars): Remove unused variable `len'.
24333 (lgstring-insert-glyph): Remove unused variable `g'.
24334 (compose-glyph-string): Remove unused variables `ascent',
24335 `descent', `lbearing' and `rbearing'.
24336 (compose-glyph-string-relative): Remove unused variables
24337 `lbearing', `rbearing' and `wadjust'.
24338 (compose-gstring-for-graphic): Remove unused variables `header',
24339 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24340 (compose-gstring-for-terminal): Remove unused variables `header'
24341 and `nchars'. Use `let', not `let*'.
24342
24343 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24344 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24345 (Custom-buffer-done, custom-buffer-create-internal)
24346 (custom-browse-visibility-action, custom-browse-group-tag-action)
24347 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24348 (widget-magic-mouse-down-action, custom-toggle-parent)
24349 (custom-add-parent-links, custom-toggle-hide-variable)
24350 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24351 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24352 (custom-face-menu-create, custom-variable-menu-create, get)
24353 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24354 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24355 (customize-apropos): Remove unused variable `tests'.
24356 (custom-group-value-create): Remove unused variable `hidden-p'.
24357 (sort-fold-case): Declare.
24358
24359 * cus-theme.el (custom-reset-standard-faces-list)
24360 (custom-reset-standard-variables-list): Declare.
24361 (customize-create-theme, custom-theme-revert, custom-theme-write)
24362 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24363 Mark unused parameters.
24364
24365 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24366
24367 * delim-col.el (delimit-columns-max): Move defvar before first use.
24368
24369 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24370 (describe-char): Don't quote `lambda'. Mark unused parameter.
24371
24372 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24373 (auto-insert): Declare.
24374 (desktop-restore-file-buffer): Rename desktop-* parameters;
24375 mark unused ones.
24376 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24377 (desktop-buffer): Rename desktop-* parameters.
24378
24379 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24380 (dframe-reposition-frame-xemacs, dframe-help-echo)
24381 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24382 Mark unused parameters.
24383
24384 * dired-aux.el (backup-extract-version-start, overwrite-query)
24385 (overwrite-backup-query, rename-regexp-query)
24386 (rename-non-directory-query): Declare.
24387 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24388 (dired-add-entry): Remove unused variable `orig-file-name'.
24389 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24390 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24391 `dired-copy-preserve-time' directly.
24392 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24393 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24394
24395 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24396 (dired-virtual-revert, dired-make-relative-symlink):
24397 Mark unused parameters.
24398 (manual-program): Declare.
24399 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24400 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24401 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24402
24403 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24404
24405 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24406
24407 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24408 Declare.
24409
24410 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24411
24412 * electric.el (Electric-command-loop): Rename parameter
24413 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24414
24415 * expand.el (expand-in-literal): Remove unused variable `here'.
24416
24417 * facemenu.el (facemenu-add-new-color):
24418 Remove unused variable `docstring'.
24419
24420 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24421 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24422 (face-attr-construct): Mark unused parameter. Doc fix.
24423 (read-color): Remove unused variable `hex-string'.
24424
24425 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24426 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24427 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24428 (display-buffer-other-frame): Remove unused variable `old-window'.
24429 (kill-buffer-hook): Declare.
24430 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24431 Mark unused parameters.
24432 (after-find-file): Pass 1 to `auto-save-mode', not t.
24433
24434 * files-x.el (auto-insert): Declare.
24435 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24436
24437 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24438 variable `buf'. Mark unused parameter.
24439 (find-lisp-insert-directory): Mark unused parameter.
24440
24441 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24442 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24443 (format-common-tail): Remove, unused.
24444 (format-deannotate-region): Remove unused variable `loc'.
24445 (format-annotate-region): Remove unused variable `p'.
24446 (format-annotate-single-property-change): Remove unused variables
24447 `default' and `tail'.
24448
24449 * forms.el (read-file-filter): Declare.
24450 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24451
24452 * frame.el (frame-creation-function-alist): Mark unused parameter.
24453 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24454
24455 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24456 Remove unused parameters.
24457 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24458 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24459
24460 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24461 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24462 (hfy-prepare-tag-map): Mark unused parameters.
24463 (htmlfontify-buffer): Use `called-interactively-p'.
24464
24465 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24466 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24467 (ibuffer-do-occur): Mark unused parameters.
24468 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24469 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24470
24471 * ibuffer.el: Don't quote `lambda'.
24472 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24473 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24474 Mark unused parameters.
24475
24476 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24477 (ido-completing-read): Mark unused parameters.
24478 (ido-copy-current-word): Mark unused parameters;
24479 remove unused variable `name'.
24480 (ido-sort-merged-list): Remove unused parameter `dirs'.
24481
24482 * ielm.el (ielm-input-sender): Mark unused parameter.
24483 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24484 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24485 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24486 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24487 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24488
24489 * image-dired.el (image-dired-display-thumbs): Remove unused
24490 variables `curr-file' and `count'.
24491 (image-dired-remove-tag): Remove unused variable `start'.
24492 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24493 variable `curr-file'
24494 (image-dired-rotate-original): Remove unused variable `temp-file'.
24495 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24496 Remove unused variable `file'.
24497 (image-dired-gallery-generate): Remove unused variable `curr'.
24498 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24499
24500 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24501
24502 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24503
24504 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24505
24506 * isearch.el (minibuffer-history-symbol): Declare.
24507 (isearch-edit-string): Remove unused variable `err'.
24508 (isearch-message-prefix, isearch-message-suffix):
24509 Mark unused parameters.
24510
24511 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24512
24513 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24514
24515 * makesum.el (double-column): Remove unused variable `cnt'.
24516
24517 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24518 (ido-ignore-item-temp-list): Declare.
24519
24520 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24521 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24522 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24523 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24524 `mouse-col-delta'.
24525
24526 * mouse-sel.el (mouse-extend-internal):
24527 Remove unused variable `orig-window-frame'.
24528
24529 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24530 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24531 Move declarations before first use.
24532 (pcomplete-opt): Mark unused parameters; doc fix.
24533
24534 * proced.el (proced-revert): Mark unused parameter.
24535 (proced-send-signal): Remove unused variable `err'.
24536
24537 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24538 Rename parameter PREFIX-ARG to ARG.
24539 (ps-basic-plot-string, ps-basic-plot-whitespace):
24540 Mark unused parameters.
24541
24542 * replace.el (replace-count): Define.
24543 (occur-revert-function): Mark unused parameters.
24544 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24545 (isearch-case-fold-search, isearch-string): Declare.
24546 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24547 bind `case-fold-search'. Remove unused variables `beg' and `end',
24548 and simplify.
24549 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24550 COUNT and bind `replace-count'.
24551 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24552 to COUNT.
24553
24554 * savehist.el (print-readably, print-string-length): Declare.
24555
24556 * shadowfile.el (shadow-expand-cluster-in-file-name):
24557 Remove unused variable `cluster'.
24558 (shadow-copy-file): Remove unused variable `i'.
24559 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24560 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24561 (shadow-define-literal-group, shadow-define-regexp-group)
24562 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24563
24564 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24565 (shell): Use `called-interactively-p'.
24566 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24567
24568 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24569 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24570 (delete-backward-char): Remove unused variable `ocol'.
24571 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24572 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24573 (event-apply-hyper-modifier, event-apply-shift-modifier)
24574 (event-apply-control-modifier, event-apply-meta-modifier):
24575 Mark unused parameters.
24576 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24577 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24578
24579 * speedbar.el (speedbar-ignored-directory-expressions)
24580 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24581 (speedbar-find-file, speedbar-dir-follow)
24582 (speedbar-directory-buttons-follow, speedbar-tag-find)
24583 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24584 (speedbar-buffers-line-directory, speedbar-buffer-click):
24585 Mark unused parameters.
24586 (speedbar-tag-file): Remove unused variable `mode'.
24587 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24588
24589 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24590
24591 * talk.el (talk): Remove unused variable `display'.
24592
24593 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24594 (tar-write-region-annotate): Mark unused parameter.
24595
24596 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24597 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24598 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24599 warning by another.
24600
24601 * time-stamp.el (time-stamp-string-preprocess):
24602 Remove unused variable `require-padding'.
24603
24604 * tree-widget.el (widget-glyph-enable): Declare.
24605 (tree-widget-action): Mark unused parameter.
24606
24607 * w32-fns.el (x-get-selection): Mark unused parameter.
24608 (autoload-make-program, generated-autoload-file): Declare.
24609
24610 * wdired.el (wdired-revert): Mark unused parameters.
24611 (wdired-xcase-word): Remove unused variable `err'.
24612
24613 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24614 (whitespace-help-scroll): Remove unused variable `data-help'.
24615
24616 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24617 (widget-image-insert, widget-after-change, default)
24618 (widget-default-format-handler, widget-default-notify)
24619 (widget-default-prompt-value, widget-info-link-action)
24620 (widget-url-link-action, widget-function-link-action)
24621 (widget-variable-link-action, widget-file-link-action)
24622 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24623 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24624 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24625 (widget-insert-button-action, widget-delete-button-action, visibility)
24626 (widget-documentation-link-action, widget-documentation-string-action)
24627 (widget-const-prompt-value, widget-regexp-match, symbol)
24628 (widget-coding-system-prompt-value)
24629 (widget-key-sequence-value-to-external, sexp)
24630 (widget-sexp-value-to-internal, character, vector, cons)
24631 (widget-choice-prompt-value, widget-boolean-prompt-value)
24632 (widget-color--choose-action): Mark unused parameters.
24633 (widget-item-match-inline, widget-choice-match-inline)
24634 (widget-checklist-match, widget-checklist-match-inline)
24635 (widget-group-match): Rename parameter VALUES to VALS.
24636 (widget-field-value-set): Remove unused variable `size'.
24637 (widget-color-action): Remove unused variables `value' and `start'.
24638
24639 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24640 variable `dir'. Doc fix.
24641 (windmove-find-other-window): Don't pass it.
24642
24643 * window.el (count-windows): Mark unused parameter.
24644 (bw-adjust-window): Remove unused variable `err'.
24645
24646 * woman.el (woman-file-name): Remove unused variable `default'.
24647 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24648 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24649 (global-font-lock-mode): Declare.
24650 (woman-decode-region): Mark unused parameter.
24651 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24652
24653 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24654 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24655 (x-dnd-handle-moz-url): Remove unused variable `title'.
24656 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24657
24658 * xml.el (xml-parse-tag, xml-parse-attlist):
24659 Remove unused variable `pos'.
24660
24661 2011-04-19 Glenn Morris <rgm@gnu.org>
24662
24663 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24664 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24665 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24666 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24667 * calendar/cal-html.el (cal-html-insert-minical):
24668 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24669 (calendar-mark-date-pattern):
24670 Prefix "unused" locals.
24671
24672 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24673 optional argument `style'.
24674
24675 * calendar/appt.el (appt-make-list):
24676 * calendar/cal-china.el (calendar-chinese-date-string):
24677 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24678 (diary-hebrew-yahrzeit):
24679 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24680 * calendar/calendar.el (calendar-generate-window):
24681 * calendar/time-date.el (time-to-days):
24682 Remove unused local variables.
24683
24684 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24685
24686 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24687 glyphless-char-display table.
24688 (tabulated-list-glyphless-char-display): New var.
24689
24690 2011-04-18 Sam Steingold <sds@gnu.org>
24691
24692 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24693 to acknowledgments.
24694
24695 2011-04-17 Glenn Morris <rgm@gnu.org>
24696
24697 * calendar/diary-lib.el (diary-sexp-entry):
24698 * calendar/holidays.el (holiday-sexp):
24699 Set debug-on-error rather than the removed stack-trace-on-error.
24700
24701 2011-04-16 Glenn Morris <rgm@gnu.org>
24702
24703 * progmodes/f90.el: Use lexical-binding.
24704 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24705
24706 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24707
24708 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24709 (mail-mode): Setup mailalias completion here instead.
24710 * mail/mailalias.el: Use lexical-binding.
24711 (pattern, mailalias-done): Declare dynamic.
24712 (mail-completion-at-point-function): New function, from mail-complete.
24713 (mail-complete): Use it.
24714 (mail-completion-expand): New function.
24715 (mail-get-names): Use it.
24716 (mail-directory, mail-directory-process, mail-directory-stream):
24717 Don't use `pattern' for lexically bound arg.
24718
24719 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24720
24721 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24722 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24723 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24724
24725 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24726 (byte-save-window-excursion, byte-temp-output-buffer-setup)
24727 (byte-interactive-p): Define them again, for use when inlining
24728 old code.
24729
24730 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
24731
24732 * loadup.el: Use `string-to-number', not `string-to-int'.
24733
24734 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24735
24736 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24737 gud-gdb-complete-command.
24738 (gud-gdb-completions): New function, from gud-gdb-complete-command.
24739 (gud-gdb-completion-at-point): New function.
24740 (gud-gdb-completions): Remove.
24741
24742 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
24743
24744 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24745 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
24746 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24747 whether `executable-find' is bound.
24748
24749 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24750
24751 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24752
24753 * minibuffer.el (completion-in-region-mode-predicate)
24754 (completion-in-region-mode--predicate): New vars.
24755 (completion-in-region, completion-in-region--postch)
24756 (completion-in-region-mode): Use them.
24757 (completion--capf-wrapper): Also return the hook function.
24758 (completion-at-point, completion-help-at-point):
24759 Adjust and provide a predicate.
24760
24761 Preserve arg names for advice of subr and lexical functions (bug#8457).
24762 * help-fns.el (help-function-arglist): Consolidate the subr and
24763 new-byte-code cases. Add argument `preserve-names' to extract names
24764 from the docstring when needed.
24765 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24766 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24767 (ad-arglist): Use help-function-arglist's new arg.
24768 (ad-definition-type): Use cond.
24769
24770 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
24771
24772 * autorevert.el (auto-revert-handler):
24773 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24774 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24775 Don't quote lambda.
24776
24777 * image-mode.el (image-transform-set-scale):
24778 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24779
24780 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
24781
24782 * net/network-stream.el (network-stream-open-starttls): Only do
24783 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24784 Upgrades via gnutls-cli are too slow to be done opportunistically.
24785
24786 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
24787
24788 * dframe.el (dframe-current-frame): Remove spurious quote.
24789
24790 2011-04-12 Glenn Morris <rgm@gnu.org>
24791
24792 * calendar/cal-tex.el (cal-tex-end-document):
24793 Try to automatically use latin1 input if needed.
24794
24795 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24796 Don't try to cons a mark onto an empty element.
24797
24798 2011-04-11 Leo Liu <sdl.web@gmail.com>
24799
24800 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24801 buffers.
24802 (ido-kill-buffer-at-head): Support killing virtual buffers.
24803
24804 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
24805
24806 * minibuffer.el (completion-show-inline-help): New var.
24807 (completion--do-completion, minibuffer-complete)
24808 (minibuffer-force-complete, minibuffer-complete-word):
24809 Inhibit minibuffer messages if completion-show-inline-help is nil.
24810
24811 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24812 to avoid interference from inline help (Bug#5849).
24813
24814 2011-04-10 Leo Liu <sdl.web@gmail.com>
24815
24816 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24817 Fix typo.
24818
24819 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
24820
24821 * image-mode.el (image-toggle-display-image): Signal an error if
24822 not in Image mode.
24823 (image-transform-mode, image-transform-resize)
24824 (image-transform-set-rotation): Doc fix.
24825 (image-transform-set-resize): Delete.
24826 (image-transform-set-scale, image-transform-fit-to-height)
24827 (image-transform-fit-to-width): Handle image-toggle-display-image
24828 and image-transform-resize directly.
24829
24830 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
24831
24832 * doc-view.el (doc-view-fit-width-to-window)
24833 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24834 New functions for fitting the shown image to the Emacs window size.
24835 (doc-view-mode-map): Add bindings for the new functions.
24836
24837 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
24838
24839 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24840 Fix typo in docstring.
24841
24842 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24843
24844 * files.el (file-size-human-readable): Produce one digit after
24845 decimal, like "ls -lh" does.
24846
24847 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24848 the file size representation.
24849
24850 * simple.el (list-processes): If async subprocesses are not
24851 available, error out with a clear error message.
24852
24853 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
24854
24855 * help.el (help-form-show): New function, to be called from C.
24856 Put help-form output in a buffer named differently than *Help*.
24857
24858 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24859
24860 * files.el (file-size-human-readable): New function.
24861
24862 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24863 computing the representation inline. Don't require `cl'.
24864
24865 2011-04-08 Glenn Morris <rgm@gnu.org>
24866
24867 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24868
24869 * net/browse-url.el (browse-url-firefox):
24870 Test system-type, not system-configuration.
24871
24872 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24873 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24874 Use log-edit-empty-buffer-p. (Bug#7598)
24875
24876 * net/rlogin.el (rlogin-process-connection-type): Simplify.
24877 (rlogin-mode-map): Initialize in the defvar.
24878 (rlogin): Use ignore-errors.
24879
24880 * replace.el (occur-mode-map): Some fixes for menu items.
24881
24882 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
24883
24884 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
24885
24886 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24887
24888 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24889 issuing unused warnings.
24890
24891 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24892 macro directly.
24893
24894 * simple.el: Lisp reimplement of list-processes. Based on an
24895 earlier reimplementation by Leo Liu, but using tabulated-list.el.
24896 (process-menu-mode): New major mode.
24897 (list-processes--refresh, list-processes):
24898 (process-menu-visit-buffer): New functions.
24899
24900 * files.el (save-buffers-kill-emacs): Don't assume any return
24901 value of list-processes, which is undocumented anyway.
24902
24903 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24904
24905 * emacs-lisp/tabulated-list.el: New file.
24906
24907 * emacs-lisp/package.el: Use Tabulated List mode.
24908 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24909 (package-menu-mode): Derive from tabulated-list-mode. Set up the
24910 table format using Tabulated List mode variables.
24911 (package--push): New macro, replacing package-list-maybe-add.
24912 (package-menu--generate): Use package--push. Renamed from
24913 package--generate-package-list.
24914 (package-menu-refresh, list-packages): Use it.
24915 (package-menu--print-info): Rename from package-print-package.
24916 Return insertion data instead of inserting it directly.
24917 (package-menu-describe-package, package-menu-execute):
24918 Use tabulated-list-get-id.
24919 (package-menu-mark-delete, package-menu-mark-install)
24920 (package-menu-mark-unmark, package-menu-backup-unmark)
24921 (package-menu-mark-obsolete-for-deletion):
24922 Use tabulated-list-put-tag.
24923 (package--list-packages, package-menu-revert)
24924 (package-menu-get-package, package-menu-get-version)
24925 (package-menu-sort-by-column): Functions deleted.
24926 (package-menu-package-list, package-menu-sort-key): Vars deleted.
24927 (package-menu--status-predicate, package-menu--version-predicate)
24928 (package-menu--name-predicate)
24929 (package-menu--description-predicate): Handle arguments in the
24930 Tabulated List format.
24931 (package-list-packages-no-fetch): Call list-packages.
24932
24933 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
24934
24935 * files.el (after-find-file-from-revert-buffer): Remove variable.
24936 (after-find-file): Don't bind it.
24937 (revert-buffer-in-progress-p): New variable.
24938 (revert-buffer): Bind it.
24939 Pass nil for `after-find-file-from-revert-buffer'.
24940
24941 * saveplace.el (save-place-find-file-hook): Use new variable
24942 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24943
24944 2011-04-06 Glenn Morris <rgm@gnu.org>
24945
24946 * Makefile.in (AUTOGEN_VCS): New variable.
24947 (autoloads): Use $AUTOGEN_VCS.
24948
24949 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24950 * calendar/calendar.el (calendar-mode-map):
24951 Check for toolkit scroll bars. (Bug#8305)
24952
24953 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24954
24955 * minibuffer.el (completion-in-region--postch)
24956 (completion-in-region-mode): Remove unnecessary messages.
24957
24958 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
24959
24960 * font-lock.el (font-lock-refresh-defaults):
24961 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24962 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24963
24964 * info.el (Info-directory-list, Info-read-node-name-2)
24965 (Info-split-parameter-string): Doc fixes.
24966 (Info-virtual-nodes): Reflow docstring.
24967 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24968 (Info-apropos-toc-nodes, info-finder, Info-get-token)
24969 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24970 Fix typos in docstrings.
24971 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24972 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24973 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24974 (Info-restore-desktop-buffer): Mark unused parameters.
24975 (Info-directory-find-file, Info-directory-find-node)
24976 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24977 (Info-virtual-index-find-node, Info-apropos-find-file)
24978 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24979 Mark unused parameters; fix typos in docstrings.
24980 (Info-virtual-index): Remove unused local variable `nodename'.
24981
24982 2011-04-05 Deniz Dogan <deniz@dogan.se>
24983
24984 * net/rcirc.el: Update my e-mail address.
24985 (rcirc-mode-map): Remove M-o binding.
24986
24987 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24988
24989 * startup.el (command-line): Save the cursor's theme-face
24990 directly, instead of using face-override-spec.
24991
24992 * custom.el (load-theme): Minor optimization in assigning faces.
24993
24994 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24995
24996 * help-fns.el (describe-variable): Complete all variables having
24997 documentation, including keywords.
24998 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24999
25000 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25001
25002 Convert to lexical-binding.
25003
25004 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25005 (bs--get-marked-string, bs--get-modified-string)
25006 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25007 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25008 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25009
25010 * ehelp.el (electric-help-execute-extended)
25011 (electric-help-ctrl-x-prefix):
25012 * hexl.el (hexl-revert-buffer-function):
25013 * linum.el (linum-after-change, linum-after-scroll):
25014 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25015
25016 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25017
25018 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25019
25020 * epa-dired.el:
25021 * epa-mail.el:
25022 * epa-hook.el:
25023 * epa-file.el:
25024 * epa.el:
25025 * epg.el: Use lexical binding.
25026
25027 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25028
25029 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25030
25031 * textmodes/flyspell.el (flyspell-word): Recognize default
25032 dictionary case for flyspell-mark-duplications-exceptions.
25033 Use regexp matching for languages.
25034 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25035 default dictionary (Bug#7926).
25036
25037 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25038
25039 * emacs-lisp/package.el (package--with-work-buffer):
25040 Recognize https URLs.
25041
25042 * net/network-stream.el: Move from gnus/proto-stream.el.
25043 Change prefix to network-stream throughout.
25044 (open-protocol-stream): Merge into open-network-stream, leaving
25045 open-protocol-stream as an alias. Handle nil BUFFER args.
25046
25047 * subr.el (open-network-stream): Move to net/network-stream.el.
25048
25049 2011-04-02 Glenn Morris <rgm@gnu.org>
25050
25051 * find-dired.el (find-exec-terminator): New option.
25052 (find-ls-option): Test for -ls support.
25053 (find-ls-subdir-switches): Test for -b in find-ls-option.
25054 (find-dired, find-grep-dired): Doc fixes.
25055 (find-dired): Use find-exec-terminator.
25056
25057 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25058 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25059 (find-name-arg): Remove purecopy.
25060
25061 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25062 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25063 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25064 accordingly. Don't add the null-device if not needed.
25065
25066 * files.el (save-some-buffers): Doc fix.
25067
25068 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25069
25070 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25071
25072 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25073
25074 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25075 Use `dolist' rather than `mapcar'.
25076
25077 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25078
25079 Add lexical binding.
25080
25081 * subr.el (apply-partially): Use new closures rather than CL.
25082 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25083 (dolist, dotimes): Use slightly different expansion for lexical code.
25084 (functionp): Move to C.
25085 (letrec): New macro.
25086 (with-wrapper-hook): Use it and apply-partially instead of CL.
25087 (eval-after-load): Preserve lexical-binding.
25088 (save-window-excursion, with-output-to-temp-buffer): Turn them
25089 into macros.
25090
25091 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25092
25093 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25094 than the arglist.
25095 (help-add-fundoc-usage): Don't add `Not documented'.
25096 (help-function-arglist): Handle closures, subroutines, and new
25097 byte-code-functions.
25098 (help-make-usage): Remove leading underscores.
25099 (describe-function-1): Handle closures.
25100 (describe-variable): Use special-variable-p for completion.
25101
25102 * files.el (lexical-binding): Declare safe.
25103
25104 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25105 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25106 (pcase): Add `let' pattern.
25107 Change memoization so it actually works.
25108 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25109 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25110 <let>: New case.
25111
25112 * emacs-lisp/macroexp.el: Use lexical binding.
25113 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25114 Don't convert ' to #' without checking that it's indeed quoting
25115 a lambda.
25116
25117 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25118 Use eval-sexp-add-defvars.
25119 (eval-sexp-add-defvars): New fun.
25120
25121 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25122
25123 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25124 Don't autoload.
25125 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25126 than the internal `byte-compile-lambda'.
25127 (defmethod): Don't hide code under quotes.
25128 (eieio-defmethod): New `code' argument.
25129
25130 * emacs-lisp/eieio-comp.el: Remove.
25131
25132 * emacs-lisp/edebug.el (edebug-eval-defun)
25133 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25134 (edebug-toggle): Avoid `eval'.
25135
25136 * emacs-lisp/disass.el (disassemble-internal): Handle new
25137 `closure' objects.
25138 (disassemble-1): Handle new byte codes.
25139
25140 * emacs-lisp/cl.el (pushnew): Silence warning.
25141
25142 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25143 (cl-byte-compile-throw): Remove.
25144 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25145
25146 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25147 closures.
25148
25149 * emacs-lisp/cconv.el: New file.
25150
25151 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25152 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25153 (byte-compile-initial-macro-environment):
25154 Handle declare-function here.
25155 (byte-compile--lexical-environment): New var.
25156 (byte-stack-ref, byte-stack-set, byte-discardN)
25157 (byte-discardN-preserve-tos): New lap codes.
25158 (byte-interactive-p): Don't use any more.
25159 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25160 New macros.
25161 (byte-compile-lapcode): Use them and handle new lap codes.
25162 (byte-compile-obsolete): Remove.
25163 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25164 (byte-compile-arglist-warn): Check late def of inlinable funs.
25165 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25166 since they should have been expanded by now.
25167 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25168 (byte-compile-from-buffer): Remove unused second arg.
25169 (byte-compile-preprocess): New function.
25170 (byte-compile-toplevel-file-form): New function to distinguish
25171 file-form calls from outside from file-form calls from hunk-handlers.
25172 (byte-compile-file-form): Simplify.
25173 (byte-compile-file-form-defsubst): Remove.
25174 (byte-compile-file-form-defmumble): Simplify now that
25175 byte-compile-lambda always returns a byte-code-function.
25176 (byte-compile): Preprocess.
25177 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25178 Remove, not used any more.
25179 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25180 (byte-compile-make-args-desc): New funs.
25181 (byte-compile-lambda): Handle lexical functions. Always return
25182 a byte-code-function.
25183 (byte-compile-reserved-constants): New var, to make up room for
25184 closed-over variables.
25185 (byte-compile-constants-vector): Obey it.
25186 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25187 (byte-compile-macroexpand-declare-function): New function.
25188 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25189 byte-code-functions.
25190 (byte-compile-form): Check obsolescence here.
25191 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25192 (byte-compile-variable-ref): Remove.
25193 (byte-compile-dynamic-variable-op): New fun.
25194 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25195 (byte-compile-variable-set): New funs.
25196 (byte-compile-discard): Add 2 args.
25197 (byte-compile-stack-ref, byte-compile-stack-set)
25198 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25199 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25200 macroexpand-all instead.
25201 (byte-compile-quote-form): Remove.
25202 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25203 (byte-compile-bind, byte-compile-unbind): New funs.
25204 (byte-compile-let): Handle let* and lexical binding.
25205 (byte-compile-let*): Remove.
25206 (byte-compile-catch, byte-compile-unwind-protect)
25207 (byte-compile-track-mouse, byte-compile-condition-case):
25208 Handle a new :fun-body form, used for lexical scoping.
25209 (byte-compile-save-window-excursion)
25210 (byte-compile-with-output-to-temp-buffer): Remove.
25211 (byte-compile-defun): Simplify.
25212 (byte-compile-stack-adjustment): New fun.
25213 (byte-compile-out): Use it.
25214 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25215
25216 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25217 handler any more.
25218
25219 * emacs-lisp/byte-opt.el: Use lexical binding.
25220 (byte-inline-lapcode): Remove (to bytecomp).
25221 (byte-compile-inline-expand): Pay attention to inlining to/from
25222 lexically bound code.
25223 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25224 any more.
25225 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25226 any more and don't call compiler-macros.
25227 (byte-compile-splice-in-already-compiled-code): Remove.
25228 (byte-code): Don't inline any more.
25229 (disassemble-offset): Receive `bytes' as argument rather than via
25230 dynamic scoping.
25231 (byte-compile-tag-number): Declare before first use.
25232 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25233 `return' even if make-spliceable.
25234 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25235 obsolete interactive-p.
25236 (byte-optimize-lapcode): Optimize new lap-codes.
25237 Don't trip up on new form of `byte-constant' lap code.
25238
25239 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25240
25241 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25242
25243 * custom.el (custom-initialize-default, custom-declare-variable):
25244 Use `defvar'.
25245
25246 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25247 New variables.
25248 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25249 (COMPILE_FIRST): Add macroexp and cconv.
25250 * makefile.w32-in: Mirror changes in Makefile.in.
25251
25252 * vc/cvs-status.el:
25253 * vc/diff-mode.el:
25254 * vc/log-edit.el:
25255 * vc/log-view.el:
25256 * vc/smerge-mode.el:
25257 * textmodes/bibtex-style.el:
25258 * textmodes/css-mode.el:
25259 * startup.el:
25260 * uniquify.el:
25261 * minibuffer.el:
25262 * newcomment.el:
25263 * reveal.el:
25264 * server.el:
25265 * mpc.el:
25266 * emacs-lisp/smie.el:
25267 * doc-view.el:
25268 * dired.el:
25269 * abbrev.el: Use lexical binding.
25270
25271 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25272
25273 * info.el (info-display-manual): New function.
25274
25275 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25276
25277 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25278
25279 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25280
25281 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25282 an entry for that server in rcirc-authinfo. (Bug#8385)
25283
25284 2011-03-31 Glenn Morris <rgm@gnu.org>
25285
25286 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25287
25288 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25289
25290 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25291
25292 * progmodes/python.el (python-default-interpreter)
25293 (python-python-command-args, python-jython-command-args)
25294 (python-which-shell, python-which-args, python-which-bufname)
25295 (python-file-queue, python-comint-output-filter-function)
25296 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25297 variables and functions.
25298
25299 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25300
25301 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25302 (completion-in-region-mode): New minor mode.
25303 (completion-in-region): Use it.
25304 (completion-in-region--data, completion-in-region-mode-map): New vars.
25305 (completion-in-region--postch): New function.
25306 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25307 New vars.
25308 (completion--capf-wrapper): New function.
25309 (completion-at-point): Use it to track well-behavedness of
25310 hook functions.
25311 (completion-help-at-point): New command.
25312
25313 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25314
25315 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25316 syntax class to search for whitespace on a single line
25317 (Message-ID: <4D938140.4030905@redhat.com>).
25318
25319 2011-03-30 Leo Liu <sdl.web@gmail.com>
25320
25321 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25322 New commands.
25323 (edit-abbrevs-map): Bind them here.
25324 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25325
25326 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25327
25328 * allout.el (allout-hide-by-annotation, allout-flag-region):
25329 Reduce possibility of overlay leakage by making them volatile.
25330
25331 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25332 hash is not shared between buffers. Mode initialization is
25333 responsible for giving it a useful starting value.
25334 (allout-item-span): Reduce possibility of overlay leakage by
25335 making them volatile.
25336 (allout-widgets-count-buttons-in-region): Add diagnostic function
25337 for tracking down button overlay leaks.
25338
25339 2011-03-29 Leo Liu <sdl.web@gmail.com>
25340
25341 * ido.el (ido-read-internal): Use the default history var
25342 minibuffer-history if no HISTORY is specified.
25343
25344 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25345
25346 * net/imap.el (imap-shell-open, imap-process-connection-type):
25347 Use imap-process-connection-type for 'shell' streams as well as
25348 Kerberos, SSL, other subprocesses.
25349
25350 2011-03-28 Leo Liu <sdl.web@gmail.com>
25351
25352 * abbrev.el (abbrev-table-empty-p): New function.
25353 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25354 nonempty ones. (Bug#5937)
25355
25356 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25357
25358 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25359
25360 2011-03-27 Leo Liu <sdl.web@gmail.com>
25361
25362 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25363 for foreground and background colors.
25364 (ansi-color-make-color-map): Adapt.
25365
25366 2011-03-25 Leo Liu <sdl.web@gmail.com>
25367
25368 * midnight.el (midnight-time-float): Remove. Note it calculates
25369 the microsecond component incorrectly and seconds-to-time does the
25370 same job.
25371 Remove redundant (require 'timer).
25372
25373 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25374 (ido-completions): Remove unused arguments. (Bug#8329)
25375
25376 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25377
25378 * minibuffer.el (completion--flush-all-sorted-completions):
25379 Remove itself from hook.
25380 (completion-at-point): Let the functions perform the completion
25381 immediately and return nil or t.
25382 * comint.el (comint-dynamic-complete-functions): Now identical to
25383 completion-at-point-functions.
25384 (comint-dynamic-list-input-ring): Remove unused var `index'.
25385 (comint--match-partial-filename, comint--unquote&expand-filename):
25386 New funs, split from comint-match-partial-filename.
25387 (comint-dynamic-complete): Use completion-at-point.
25388 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25389
25390 2011-03-24 Drew Adams <drew.adams@oracle.com>
25391
25392 * thingatpt.el: Support `defun'.
25393
25394 2011-03-23 Leo Liu <sdl.web@gmail.com>
25395
25396 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25397
25398 * help-mode.el (help-mode-finish): Tweak regexp.
25399
25400 2011-03-23 Glenn Morris <rgm@gnu.org>
25401
25402 * eshell/esh-opt.el (eshell-eval-using-options):
25403 Do not bind unused local variable `eshell-option-stub'.
25404
25405 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25406
25407 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25408
25409 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25410 keymap variable in `with-no-warnings' to avoid a warning when the
25411 keymap has been already `defconst'ed.
25412
25413 2011-03-22 Leo Liu <sdl.web@gmail.com>
25414
25415 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25416 encode all chars in abbrevs; otherwise use emacs-mule or
25417 utf-8-emacs. (Bug#8308)
25418
25419 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25420
25421 * simple.el (backward-delete-char-untabify):
25422 Avoid warning about using `delete-backward-char'.
25423
25424 * image.el (image-type-file-name-regexps): Make it variable.
25425 `imagemagick-register-types' modifies it, and the user may want
25426 to add new extensions for known image types.
25427 (imagemagick-register-types): Throw error if not using ImageMagick.
25428
25429 2011-03-22 Leo Liu <sdl.web@gmail.com>
25430
25431 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25432 located before rcirc-prompt-end-marker.
25433 (rcirc-complete): Error if point is not after rcirc prompt.
25434 Handle the case when table is nil.
25435 (rcirc-user-authenticated): Define to fix compiler warning.
25436
25437 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25438
25439 * custom.el (custom--inhibit-theme-enable): Make it affect only
25440 custom-theme-set-variables and custom-theme-set-faces.
25441 (provide-theme): Ignore custom--inhibit-theme-enable.
25442 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25443 (custom-enabling-themes): Delete variable.
25444 (enable-theme): Accept only loaded themes as arguments.
25445 Ignore the special custom-enabled-themes variable.
25446 (custom-enabled-themes): Forbid themes from setting this.
25447 Eliminate use of custom-enabling-themes.
25448 (custom-push-theme): Quote "changed" custom var entry.
25449
25450 2011-03-21 Leo Liu <sdl.web@gmail.com>
25451
25452 * ido.el (ido-read-internal): Add ido-selected to history instead
25453 of user input.
25454
25455 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25456
25457 * subr.el (deferred-action-list, deferred-action-function):
25458 Mark obsolete.
25459
25460 2011-03-21 Leo Liu <sdl.web@gmail.com>
25461
25462 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25463 change on 2011-02-13 (bug#8309).
25464
25465 * minibuffer.el (read-file-name-function): Change default value.
25466 (read-file-name--defaults): Rename from read-file-name-defaults.
25467 (read-file-name-default): Rename from read-file-name.
25468 (read-file-name): Call read-file-name-function.
25469
25470 2011-03-21 Glenn Morris <rgm@gnu.org>
25471
25472 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25473 Doc fixes.
25474
25475 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25476
25477 * cus-theme.el: Add missing provide statement.
25478 (customize-create-theme): Extract theme value correctly.
25479 (custom-theme-visit-theme): Autoload.
25480 (customize-create-theme): Prompt before inserting default faces.
25481
25482 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25483
25484 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25485 units and musical notes.
25486
25487 2011-03-20 Leo Liu <sdl.web@gmail.com>
25488
25489 * ido.el (ido-read-internal): Use completing-read-default.
25490 (ido-completing-read): Fix compatibility with completing-read.
25491
25492 2011-03-20 Christian Ohler <ohler@gnu.org>
25493
25494 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25495 (ert-delete-all-tests): Use `called-interactively-p' rather than
25496 `interactive-p'.
25497 (ert--make-xrefs-region): Respect END.
25498
25499 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25500
25501 * dired-aux.el (dired-create-directory): Signal an error if the
25502 directory already exists (Bug#8246).
25503
25504 * facemenu.el (list-colors-display): Call list-faces-display
25505 inside with-help-window.
25506 (list-colors-print): Use display property to align the final
25507 column, instead of checking window-width.
25508
25509 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25510
25511 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25512 windows-nt systems.
25513 (emerge-protect-metachars): Quote correctly for ms-dos and
25514 windows-nt systems.
25515
25516 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25517
25518 * info.el (info-initialize): Replace all uses of `:' with
25519 path-separator for compatibility with non-Unix systems.
25520 Cache quoting of path-separator. (Bug#8258)
25521
25522 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25523
25524 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25525 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25526 (mouse-avoidance-mode): Fix typos in docstrings.
25527
25528 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25529
25530 * startup.el (package-subdirectory-regexp): Move from package.el.
25531 Omit \\` and \\', and let callers add them.
25532
25533 * emacs-lisp/package.el (package-strip-version)
25534 (package-load-all-descriptors): Add \\` and \\' to
25535 package-subdirectory-regexp before using it.
25536 (package-untar-buffer): New arg DIR; ensure that file untars only
25537 into this expected directory. Remove superfluous delete-region.
25538 (package-unpack): Caller changed.
25539 (package-tar-file-info): Use package-subdirectory-regexp.
25540
25541 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25542
25543 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25544 diff-mode-shared-map (bug#8284).
25545 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25546
25547 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25548
25549 * calendar/time-date.el (format-seconds): Use assoc instead of
25550 assoc-string, since assoc-string doesn't exist in XEmacs.
25551
25552 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25553
25554 * custom.el (custom-known-themes): Reflow docstring.
25555 (custom-theme-load-path): Fix typo in docstring.
25556 (load-theme): Fix typo in error message.
25557 (custom-available-themes, custom-variable-theme-value):
25558 Use `let', not `let*'.
25559
25560 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25561
25562 * calc/README: Mention inclusion of musical notes.
25563
25564 * calc/calc-units.el (calc-lu-quant): Rename from
25565 `calc-logunits-quantity'.
25566 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25567 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25568 (calc-db): Rename from `calc-dblevel'.
25569 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25570 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25571 (calc-np): Rename from `calc-nplevel'.
25572 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25573 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25574 (calc-lu-plus): Rename from `calc-logunits-add'.
25575 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25576 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25577 (calc-lu-minus): Rename from `calc-logunits-sub'.
25578 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25579 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25580 (calc-lu-times): Rename from `calc-logunits-mul'.
25581 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25582 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25583 (calc-lu-divide): Rename from `calc-logunits-div'.
25584 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25585 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25586
25587 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25588 functions being autoloaded.
25589
25590 * calc/calc.el (calc-lu-power-reference): Rename from
25591 `calc-logunits-power-reference'.
25592 (calc-lu-field-reference): Rename from
25593 `calc-logunits-field-reference'.
25594
25595 * calc/calc-help.el (calc-l-prefix-help):
25596 Mention musical note functions.
25597
25598 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25599
25600 * minibuffer.el (completion-all-sorted-completions):
25601 Use :completion-cycle-penalty text property if present.
25602
25603 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25604
25605 * allout.el (allout-yank-processing): Adjust for new rebulleting
25606 regime so bullet being yanked is used without prompting the user
25607 for a choice.
25608
25609 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25610
25611 * startup.el (command-line): Warn the user that _emacs is deprecated.
25612
25613 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25614
25615 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25616 (delphi-verbose, delphi-comment-face, delphi-string-face)
25617 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25618 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25619 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25620 (delphi-new-comment-line, delphi-font-lock-defaults)
25621 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25622 Fix typos in docstrings.
25623
25624 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25625
25626 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25627 Invert the roles of character and string values for INSTEAD, so a
25628 string is used for the more common case of a defaulting prompt.
25629
25630 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25631
25632 * progmodes/ruby-mode.el (ruby-backward-sexp):
25633 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25634 * play/gamegrid.el (gamegrid-make-face):
25635 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25636 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25637 * notifications.el (notifications-notify):
25638 * net/xesam.el (xesam-search-engines):
25639 * net/quickurl.el (quickurl-list-insert):
25640 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25641
25642 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25643
25644 * startup.el (command-line): Update package subdirectory regexp.
25645
25646 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25647
25648 * allout.el (allout-abbreviate-flattened-numbering)
25649 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25650
25651 * subr.el (read-char-choice): Only show the cursor after the prompt,
25652 not after the answer.
25653
25654 2011-03-15 Kevin Ryde <user42@zip.com.au>
25655
25656 * help-fns.el (variable-at-point): Skip leading quotes, if any
25657 (bug#8253).
25658
25659 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25660
25661 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25662 warning message.
25663
25664 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25665
25666 * shell.el (shell): When called interactively, offer to change the
25667 shell file name on remote hosts.
25668
25669 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25670
25671 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25672 integration for LDAP parameters. The host, base, user or binddn,
25673 and secret tokens can be specified in a netrc file, for instance.
25674 This is optional because an `auth-source' parameter must be
25675 specified in the search attributes.
25676
25677 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25678
25679 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25680
25681 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25682
25683 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25684 into declaration. Remove redundant and harmful binding.
25685
25686 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25687
25688 * files.el (file-ownership-preserved-p): Pass `integer' as an
25689 explicit 2nd argument to `file-attributes'. If the file's owner
25690 is the Administrators group on Windows, and the current user is
25691 Administrator, consider that a match.
25692
25693 * server.el (server-ensure-safe-dir): Consider server directory
25694 safe on MS-Windows if its owner is the Administrators group while
25695 the current Emacs user is Administrator. Use `=' to compare
25696 numerical UIDs, since they could be integers or floats.
25697
25698 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25699
25700 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25701
25702 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25703
25704 Sync with Tramp 2.2.1.
25705
25706 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25707
25708 * net/trampver.el: Update release number.
25709
25710 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25711
25712 * progmodes/compile.el (compilation--previous-directory): Fix up
25713 various nil/dead-marker mismatches (bug#8014).
25714 (compilation-directory-properties, compilation-error-properties):
25715 Don't call it at a position past the one we're about to change.
25716
25717 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25718 Disable obsolescence warnings in the file that declares it.
25719
25720 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25721
25722 * allout-widgets.el (allout-widgets-tally):
25723 Initialize allout-widgets-tally as a hash table rather than nil to
25724 prevent mode-line redisplay warnings. Also, clarify the module
25725 description and fix a comment typo.
25726
25727 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
25728
25729 * help-fns.el (describe-variable): Don't complete keywords.
25730 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25731
25732 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
25733
25734 * emacs-lisp/package.el (package-version-join): Impose a standard
25735 string representation for pre/alpha/beta version lists.
25736 (package-unpack-single): Standardize the directory name by passing
25737 it through package-version-join.
25738 (package-strip-rcs-id): Accept any version string that does not
25739 signal an error in version-to-list.
25740
25741 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
25742
25743 * simple.el (delete-trailing-whitespace): Return nil for the
25744 benefit of `write-file-functions'.
25745
25746 2011-03-10 Glenn Morris <rgm@gnu.org>
25747
25748 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25749
25750 * vc/vc-git.el (vc-git-program): New option.
25751 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25752 (vc-git--call): Use it.
25753
25754 * eshell/esh-util.el (eshell-condition-case): Doc fix.
25755
25756 * cus-edit.el (Custom-newline): If no button at point, look
25757 for a subgroup button at start-of-line. (Bug#2298)
25758
25759 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25760
25761 2011-03-10 Julien Danjou <julien@danjou.info>
25762
25763 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25764 `cursor-type' is nil.
25765
25766 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
25767
25768 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25769
25770 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
25771
25772 * allout.el: Change so yank of distinctive-bullet items
25773 preserves the existing header prefix, rebulleting it if necessary,
25774 rather than replacing it. This is necessary for proper operation
25775 of cooperative addons like allout-widgets.
25776 (allout-make-topic-prefix, allout-rebullet-heading):
25777 Change SOLICIT arg to INSTEAD, and interpret additionally a string
25778 value as alternate bullet to be used, instead of prompting the user
25779 for a bullet character.
25780
25781 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
25782
25783 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25784 Do not use `tramp-file-name-port', because this returns also
25785 `tramp-default-port'.
25786
25787 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
25788
25789 * net/rcirc.el (rcirc-handler-001): Remove useless
25790 with-rcirc-process-buffer.
25791 (rcirc-check-auth-status): Swap arguments to string-match.
25792
25793 2011-03-09 Glenn Morris <rgm@gnu.org>
25794
25795 * shell.el (shell-mode):
25796 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
25797
25798 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25799 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
25800
25801 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25802
25803 * emacs-lisp/package.el (package-refresh-contents)
25804 (package-menu-execute): Use condition-case-no-debug.
25805
25806 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
25807
25808 * simple.el (shell-command-to-string): Use `process-file'.
25809
25810 * emacs-lisp/package.el (package-tar-file-info): Handle also
25811 remote files.
25812
25813 * emacs-lisp/package-x.el (package-upload-buffer-internal):
25814 Use `equal' for upload base check.
25815
25816 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
25817
25818 * textmodes/texinfo.el (texinfo-environments):
25819 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
25820
25821 2011-03-08 Glenn Morris <rgm@gnu.org>
25822
25823 * cus-start.el (cursor-in-non-selected-windows):
25824 Fix :set quoting oddness. (Bug#8192)
25825
25826 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25827 in some setf expressions. (Bug#2159)
25828
25829 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25830
25831 * custom.el (custom-available-themes): Return themes in
25832 alphabetical order.
25833
25834 See ChangeLog.15 for earlier changes.
25835
25836 ;; Local Variables:
25837 ;; coding: utf-8
25838 ;; End:
25839
25840 Copyright (C) 2011-2013 Free Software Foundation, Inc.
25841
25842 This file is part of GNU Emacs.
25843
25844 GNU Emacs is free software: you can redistribute it and/or modify
25845 it under the terms of the GNU General Public License as published by
25846 the Free Software Foundation, either version 3 of the License, or
25847 (at your option) any later version.
25848
25849 GNU Emacs is distributed in the hope that it will be useful,
25850 but WITHOUT ANY WARRANTY; without even the implied warranty of
25851 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25852 GNU General Public License for more details.
25853
25854 You should have received a copy of the GNU General Public License
25855 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.