Correct the placement of c-cpp-delimiters when there're #s not at col 0.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-04-15 Alan Mackenzie <acm@muc.de>
2
3 Correct the placement of c-cpp-delimiters when there're #s not at
4 col 0.
5
6 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7 place a submatch around the #.
8 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP): Start
9 a search at BOL. Put the c-cpp-delimiter category text propertiy
10 on the #, not BOL.
11
12 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15 (advice--member-p): New arg `name'.
16 (advice--add-function, advice-member-p): Use it (bug#14202).
17
18 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
19
20 Reformulate java imenu-generic-expression.
21 The old expression contained ill formed regexps.
22
23 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
24 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
25 (cc-imenu-java-method-arg-regexp): New defconsts.
26 (cc-imenu-java-build-type-args-regex): New defun.
27 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
28 handling of spaces in the regexp.
29
30 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
31
32 * textmodes/ispell.el (ispell-command-loop): Remove
33 flyspell highlight of a word when ispell accepts it (bug #14178).
34
35 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
38 uses code from the previous `ange-ftp-run-real-handler'.
39 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
40 only in case that function exist. This is needed for proper
41 unloading of Tramp.
42
43 2013-04-15 Tassilo Horn <tsdh@gnu.org>
44
45 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
46
47 * textmodes/reftex.el (reftex-compile-variables): Use it.
48
49 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * files.el (normal-mode): Only use default major-mode if no other mode
52 was specified.
53
54 * emacs-lisp/trace.el (trace-values): New function.
55
56 * files.el: Allow : in local variables (bug#14089).
57 (hack-local-variable-regexp): New var.
58 (hack-local-variables-prop-line, hack-local-variables): Use it.
59
60 2013-04-13 Roland Winkler <winkler@gnu.org>
61
62 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
63 data before it gets modified by bibtex-beginning-of-entry.
64
65 2013-04-13 Roland Winkler <winkler@gnu.org>
66
67 * textmodes/bibtex.el (bibtex-url): Doc fix.
68
69 2013-04-13 Roland Winkler <winkler@gnu.org>
70
71 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
72 does not visit a BibTeX file, exclude it from the list of buffers
73 returned by bibtex-initialize.
74
75 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
76
77 * window.el (split-window): Remove interactive form, since as a
78 command this function is a special case of split-window-below.
79 Correct doc string.
80
81 2013-04-12 Roland Winkler <winkler@gnu.org>
82
83 * faces.el (read-face-name): Do not override value of arg default.
84 Allow single faces and strings as default values. Remove those
85 elements from return value that are not faces.
86 (describe-face): Simplify.
87 (face-at-point): New optional args thing and multiple so that this
88 function can provide the same functionality previously provided by
89 read-face-name.
90 (make-face-bold, make-face-unbold, make-face-italic)
91 (make-face-unitalic, make-face-bold-italic, invert-face)
92 (modify-face, read-face-and-attribute): Use face-at-point.
93
94 * cus-edit.el (customize-face, customize-face-other-window)
95 * cus-theme.el (custom-theme-add-face)
96 * face-remap.el (buffer-face-set)
97 * facemenu.el (facemenu-set-face): Use face-at-point.
98
99 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
100
101 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
102
103 2013-04-10 Tassilo Horn <tsdh@gnu.org>
104
105 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
106 off leading { and trailing } from field values.
107
108 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * emacs-lisp/timer.el (timer--check): New function.
111 (timer--time, timer-set-function, timer-event-handler): Use it.
112 (timer-set-idle-time): Simplify.
113 (timer--activate): CSE.
114 (timer-event-handler): Give more info in error message.
115 (internal-timer-start-idle): New function, moved from C.
116
117 * mpc.el (mpc-proc): Add `restart' argument.
118 (mpc-proc-cmd): Use it.
119 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
120 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
121 less often.
122
123 2013-04-10 Masatake YAMATO <yamato@redhat.com>
124
125 * progmodes/sh-script.el: Implement `sh-mode' own
126 `add-log-current-defun-function' (bug#14112).
127 (sh-current-defun-name): New function.
128 (sh-mode): Use the function.
129
130 2013-04-09 Bastien Guerry <bzg@gnu.org>
131
132 * simple.el (choose-completion-string): Fix docstring (bug#14163).
133
134 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
137
138 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
139 timer (bug#14156).
140
141 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
142
143 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
144 declaration.
145
146 2013-04-07 Leo Liu <sdl.web@gmail.com>
147
148 * pcmpl-x.el: New file.
149
150 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
151
152 Do not set x-display-name until X connection is established.
153 This is needed to prevent from weird situation described at
154 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
155 * frame.el (make-frame): Set x-display-name after call to
156 window system initialization function, not before.
157 * term/x-win.el (x-initialize-window-system): Add optional
158 display argument and use it.
159 * term/w32-win.el (w32-initialize-window-system):
160 * term/ns-win.el (ns-initialize-window-system):
161 * term/pc-win.el (msdos-initialize-window-system):
162 Add compatible optional display argument.
163
164 2013-04-06 Eli Zaretskii <eliz@gnu.org>
165
166 * files.el (normal-backup-enable-predicate): On MS-Windows and
167 MS-DOS compare truenames of temporary-file-directory and of the
168 file, so that 8+3 aliases (usually found in $TEMP on Windows)
169 don't fail comparison by compare-strings. Also, compare file
170 names case-insensitively on MS-Windows and MS-DOS.
171
172 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
175 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
176
177 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
178
179 * whitespace.el (whitespace-color-on, whitespace-color-off):
180 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
181
182 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
183
184 * ispell.el (ispell-set-spellchecker-params):
185 Really set `ispell-args' for all equivs.
186
187 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * ido.el (ido-completions): Use extra elements of ido-decorations
190 (bug#14143).
191 (ido-decorations): Update docstring.
192
193 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
194
195 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
196 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
197 nil during initialization, in order not to miss changes since the
198 file was opened. (Bug#14140)
199
200 2013-04-05 Leo Liu <sdl.web@gmail.com>
201
202 * kmacro.el (kmacro-call-macro): Fix bug#14135.
203
204 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
205
206 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
207
208 2013-04-04 Glenn Morris <rgm@gnu.org>
209
210 * electric.el (electric-pair-inhibit-predicate): Add :version.
211
212 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
215 when a package is required several times (bug#14082).
216
217 2013-04-04 Roland Winkler <winkler@gnu.org>
218
219 * faces.el (read-face-name): Behave as promised by the docstring.
220 Assume that arg default is a list of faces.
221 (describe-face): Call read-face-name with list of default faces.
222
223 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
224
225 * bookmark.el: Fix deletion of bookmarks (bug#13972).
226 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
227 (bookmark-bmenu-execute-deletions): Only skip first line if it's
228 the header.
229 (bookmark-exit-hook-internal): Save even if list is empty.
230
231 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
232
233 * emacs-lisp/package.el (package-pinned-packages): New var.
234 (package--add-to-archive-contents): Obey it (bug#14118).
235
236 2013-04-03 Alan Mackenzie <acm@muc.de>
237
238 Handle `parse-partial-sexp' landing inside a comment opener
239 (Bug#13244). Also adapt to the new values of element 7 of a parse
240 state.
241
242 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
243 parameter `not-in-delimiter'. Handle being inside comment opener.
244 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
245 character in case we're typing a '*' after a '/'.
246 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
247 instead by passing the parameter to c-state-pp-to-literal.
248
249 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
250 for elt. 7 of a parse state.
251
252 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
253
254 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
255 * international/latin1-disp.el, international/mule-util.el:
256 * language/cyril-util.el, language/european.el, language/ind-util.el:
257 * language/lao-util.el, language/thai.el, language/tibet-util.el:
258 * language/tibetan.el, language/viet-util.el:
259 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
260
261 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
264 (electric-pair-post-self-insert-function): Use it.
265 (electric-pair-default-inhibit): New function, extracted from
266 electric-pair-post-self-insert-function.
267
268 2013-03-31 Roland Winkler <winkler@gnu.org>
269
270 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
271
272 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
275
276 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
277
278 Un-indent after "pass" and "return" statements (Bug#13888)
279 * progmodes/python.el (python-indent-block-enders): New var.
280 (python-indent-calculate-indentation): Use it.
281
282 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
283
284 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
285 defun. Defining it as defalias could introduce too eager
286 byte-compiler optimization. (Bug#14030)
287
288 2013-03-30 Chong Yidong <cyd@gnu.org>
289
290 * iswitchb.el (iswitchb-read-buffer): Fix typo.
291
292 2013-03-30 Leo Liu <sdl.web@gmail.com>
293
294 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
295 (kmacro-execute-from-register): Pass the keyboard macro to
296 kmacro-call-macro or repeating won't work correctly.
297
298 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
299
300 * progmodes/subword.el: Back to using `forward-symbol'.
301
302 * subr.el (forward-whitespace, forward-symbol)
303 (forward-same-syntax): Move from thingatpt.el.
304
305 2013-03-29 Leo Liu <sdl.web@gmail.com>
306
307 * kmacro.el (kmacro-to-register): New command.
308 (kmacro-execute-from-register): New function.
309 (kmacro-keymap): Bind to 'x'. (Bug#14071)
310
311 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * mpc.el: Use defvar-local and setq-local.
314 (mpc--proc-connect): Connection failures are not bugs.
315 (mpc-mode-map): `follow-link' only applies to the buffer's content.
316 (mpc-volume-map): Bind to the up-events.
317
318 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
319
320 * progmodes/subword.el (superword-mode): Use `forward-sexp'
321 instead of `forward-symbol'.
322
323 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
326 (edebug--recursive-edit): Use it.
327 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
328 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
329
330 2013-03-28 Leo Liu <sdl.web@gmail.com>
331
332 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
333
334 2013-03-27 Eli Zaretskii <eliz@gnu.org>
335
336 * facemenu.el (list-colors-callback): New defvar.
337 (list-colors-redisplay): New function.
338 (list-colors-display): Install list-colors-redisplay as the
339 revert-buffer-function. (Bug#14063)
340
341 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
344 and suffixes don't overlap (bug#14061).
345
346 * case-table.el: Use lexical-binding.
347 (case-table-get-table): New function.
348 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
349
350 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
351
352 * progmodes/subword.el: Add `superword-mode' to do word motion
353 over symbol_words (parallels and leverages `subword-mode' which
354 does word motion inside MixedCaseWords).
355
356 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
357
358 * eshell/em-unix.el: Move su and sudo to...
359 * eshell/em-tramp.el: ...Eshell tramp module
360
361 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
364 Change return value to be a sexp. Delay `get-buffer' to after
365 restoring the desktop (bug#13951).
366
367 2013-03-26 Leo Liu <sdl.web@gmail.com>
368
369 * register.el: Move semantic tag handling back to
370 cedet/semantic/senator.el. (Bug#14052)
371
372 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
375 into the prompt either (bug#13963).
376
377 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
380 part of "(error-foo)".
381
382 2013-03-24 Juri Linkov <juri@jurta.org>
383
384 * replace.el (list-matching-lines-prefix-face): New defcustom.
385 (occur-1): Pass `list-matching-lines-prefix-face' to the function
386 `occur-engine' if `face-differs-from-default-p' returns t.
387 (occur-engine): Add `,' inside backquote construct to evaluate
388 `prefix-face'. Propertize the prefix with the `prefix-face' face.
389 Pass `prefix-face' to the functions `occur-context-lines' and
390 `occur-engine-add-prefix'.
391 (occur-engine-add-prefix, occur-context-lines): Add optional arg
392 `prefix-face' and propertize the prefix with `prefix-face'.
393 (Bug#14017)
394
395 2013-03-24 Leo Liu <sdl.web@gmail.com>
396
397 * nxml/rng-valid.el (rng-validate-while-idle)
398 (rng-validate-quick-while-idle): Guard against deleted buffer.
399 (Bug#13999)
400
401 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
402 is the last entry in kill-buffer-hook.
403
404 * files.el (kill-buffer-hook): Doc fix.
405
406 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
407
408 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
409 Make it safe-local.
410
411 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
412
413 2013-03-23 Leo Liu <sdl.web@gmail.com>
414
415 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
416 Remove.
417
418 * nxml/rng-valid.el (rng-validate-mode)
419 (rng-after-change-function, rng-do-some-validation):
420 * nxml/rng-maint.el (rng-validate-buffer):
421 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
422 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
423 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
424 (nxml-extend-after-change-region): Use with-silent-modifications.
425
426 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
427 timer-idle-list.
428
429 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
430 (rng-next-error-1, rng-previous-error-1): Do not let-bind
431 timer-idle-list. (Bug#13999)
432
433 2013-03-23 Juri Linkov <juri@jurta.org>
434
435 * info.el (info-index-match): New face.
436 (Info-index, Info-apropos-matches): Add a nested subgroup to the
437 main pattern and add text properties with the new face to matches
438 in index entries relative to the beginning of the index entry.
439 (Bug#14015)
440
441 2013-03-21 Eric Ludlam <zappo@gnu.org>
442
443 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
444 Inhibit read only while inserting objects.
445
446 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
447
448 * progmodes/cfengine.el: Update docs to mention
449 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
450 symbol motion. Remove "_" from the word syntax.
451
452 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
453
454 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
455 syntax for both `cfengine2-mode' and `cfengine3-mode'.
456
457 2013-03-20 Juri Linkov <juri@jurta.org>
458
459 * info.el (Info-next-reference-or-link)
460 (Info-prev-reference-or-link): New functions.
461 (Info-next-reference, Info-prev-reference): Use them.
462 (Info-try-follow-nearest-node): Handle footnote navigation.
463 (Info-fontify-node): Fontify footnotes. (Bug#13989)
464
465 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
468 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
469
470 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
471
472 Suppress unnecessary non-ASCII chatter during build process.
473 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
474 (batch-skkdic-convert): Suppress most of the chatter.
475 It's not needed so much now that machines are faster,
476 and its non-ASCII component was confusing; see Dmitry Gutov in
477 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
478
479 2013-03-20 Leo Liu <sdl.web@gmail.com>
480
481 * ido.el (ido-chop): Fix bug#10994.
482
483 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
484
485 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
486 Remove vars.
487 (whitespace-color-on, whitespace-color-off):
488 Use `font-lock-fontify-buffer' (Bug#13817).
489
490 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
493 remapping in mode-line.
494 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
495
496 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
497
498 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
499 value for `whitespace-line' face (Bug#13875).
500 (whitespace-font-lock-keywords): Change description.
501 (whitespace-color-on): Don't save `font-lock-keywords' value, save
502 the constructed keywords instead.
503 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
504
505 2013-03-19 Leo Liu <sdl.web@gmail.com>
506
507 * progmodes/compile.el (compilation-display-error): New command.
508 (compilation-mode-map, compilation-minor-mode-map): Bind it to
509 C-o. (Bug#13992)
510
511 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
512
513 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
514
515 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
516
517 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
518
519 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
520
521 * net/tramp-compat.el (tramp-compat-user-error): New defun.
522
523 * net/tramp-adb.el (tramp-adb-handle-shell-command):
524 * net/tramp-gvfs.el (top):
525 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
526 (tramp-handle-shell-command): Use it.
527 (tramp-dissect-file-name): Raise an error when hostname is a
528 method name, and neither method nor user is specified.
529
530 * net/trampver.el: Update release number.
531
532 2013-03-18 Leo Liu <sdl.web@gmail.com>
533
534 Make sure eldoc can be turned off properly.
535 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
536 eldoc-mode.
537 (eldoc-display-message-p): Revert last change.
538 (eldoc-display-message-no-interference-p)
539 (eldoc-print-current-symbol-info): Tweak.
540
541 2013-03-18 Tassilo Horn <tsdh@gnu.org>
542
543 * doc-view.el (doc-view-new-window-function): Check the new window
544 overlay's display property instead the char property of the
545 buffer's first char. Use `with-selected-window' instead of
546 `save-window-excursion' with `select-window'.
547 (doc-view-document->bitmap): Check the current doc-view overlay's
548 display property instead the char property of the buffer's first char.
549
550 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
551
552 Automate the build of ja-dic.el (Bug#13984).
553 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
554 from the input, rather than assume that it's been done for us by the
555 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
556 the current date into a ja-dic.el comment, as that complicates
557 regression testing.
558
559 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * whitespace.el: Fix double evaluation.
562 (whitespace-space, whitespace-hspace, whitespace-tab)
563 (whitespace-newline, whitespace-trailing, whitespace-line)
564 (whitespace-space-before-tab, whitespace-indentation)
565 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
566 obsolete defvars.
567 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
568 (whitespace-color-on): Use a single font-lock-add-keywords call.
569 Fix double-evaluation of face variables.
570
571 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/tramp-adb.el (tramp-adb-parse-device-names):
574 Use `start-process' instead of `call-process'. Otherwise, the
575 function might be blocked under MS Windows. (Bug#13299)
576
577 2013-03-17 Leo Liu <sdl.web@gmail.com>
578
579 Extend eldoc to display info in the mode-line. (Bug#13978)
580 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
581 (eldoc-mode-line-string): New variable.
582 (eldoc-minibuffer-message): New function.
583 (eldoc-message-function): New variable.
584 (eldoc-message): Use it.
585 (eldoc-display-message-p)
586 (eldoc-display-message-no-interference-p):
587 Support eldoc-post-insert-mode.
588
589 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
590 (eval-expression): Run it.
591
592 2013-03-17 Roland Winkler <winkler@gnu.org>
593
594 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
595 strings in the list of return values.
596
597 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
598
599 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
600 radix before checking for HMS forms.
601
602 2013-03-16 Leo Liu <sdl.web@gmail.com>
603
604 * progmodes/scheme.el: Add indentation and font-locking for λ.
605 (Bug#13975)
606
607 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
610 token before point (bug#13942).
611
612 2013-03-16 Leo Liu <sdl.web@gmail.com>
613
614 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
615
616 2013-03-16 Eli Zaretskii <eliz@gnu.org>
617
618 * startup.el (command-line-normalize-file-name): Fix handling of
619 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
620 <xfq.free@gmail.com> in
621 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
622
623 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
624
625 Sync with Tramp 2.2.7.
626
627 * net/trampver.el: Update release number.
628
629 2013-03-14 Tassilo Horn <tsdh@gnu.org>
630
631 * doc-view.el Fix bug#13887.
632 (doc-view-insert-image): Don't modify overlay associated to
633 non-live windows, and implement horizontal centering of image in
634 case it's smaller than the window.
635 (doc-view-new-window-function): Force redisplay of new windows on
636 doc-view buffers.
637
638 2013-03-13 Karl Fogel <kfogel@red-bean.com>
639
640 * saveplace.el (save-place-alist-to-file): Don't sort
641 `save-place-alist', just pretty-print it (bug#13882).
642
643 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
646 whether `default-file-name-coding-system' is bound. It isn't in
647 XEmacs.
648
649 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
652 backquotes for `obsolete' (bug#13929).
653
654 * international/mule.el (find-auto-coding): Include file name in
655 obsolescence warning (bug#13922).
656
657 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
658
659 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
660 for CFEngine 3-specific indentation.
661 (cfengine3-indent-line): Use it. Fix up category regex.
662 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
663
664 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * type-break.el (type-break-file-name):
667 * textmodes/remember.el (remember-data-file):
668 * strokes.el (strokes-file):
669 * shadowfile.el (shadow-initialize):
670 * saveplace.el (save-place-file):
671 * ps-bdf.el (bdf-cache-file):
672 * progmodes/idlwave.el (idlwave-config-directory):
673 * net/quickurl.el (quickurl-url-file):
674 * international/kkc.el (kkc-init-file-name):
675 * ido.el (ido-save-directory-list-file):
676 * emulation/viper.el (viper-custom-file-name):
677 * emulation/vip.el (vip-startup-file):
678 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
679 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
680
681 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
682
683 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
684 * language/thai-word.el: Switch to UTF-8.
685
686 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
689
690 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
691
692 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
693 Use with-current-buffer and don't move point.
694 (net-utils-run-simple): Remove useless code.
695 (net-utils-remove-ctl-m): Remove unused custom.
696
697 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
698
699 * international/characters.el (glyphless-set-char-table-range): New fun.
700 (update-glyphless-char-display): Use it (bug#13744).
701
702 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
703
704 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
705 namespaces in the syntax, indent closer for hanging brace
706 correctly, allow single-quote delimited 'strings', and make
707 `cfengine3-mode' the default.
708
709 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
710
711 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
712 Use lexical-binding. Fix up docstring according to conventions.
713 (gdbmi-debug-mode): New var.
714 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
715 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
716 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
717 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
718 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
719 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
720 (gdbmi-bnf-incomplete-record-result): New functions.
721 (gdb-car<): Remove function.
722 (gdbmi-record-list): Remove variable.
723 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
724 (gdbmi-bnf-result-state-configs): New const.
725 (gud-gdbmi-marker-filter): Rewrite.
726 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
727 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
728 Add `token' argument.
729 (gdb-done, gdb-error): New functions.
730 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
731
732 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * term/xterm.el (xterm--report-background-handler): Don't burp
735 upon timeout.
736 (xterm--version-handler): Extract from terminal-init-xterm.
737 (xterm--query): Don't mishandle timeout. Remove debugging messages.
738 Allow multiple handlers.
739 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
740
741 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
742 (xterm--report-background-handler, xterm--query): New functions.
743 (terminal-init-xterm): Use them.
744
745 2013-03-11 Michael R. Mauger <michael@mauger.com>
746
747 * progmodes/sql.el Version 3.2
748 Please note that my address changed to <michael@mauger.com>;
749 the <mmaug@yahoo.com> address remains active.
750 (sql-connection-alist): Updates documentation to fix bug#13715.
751 (sql-connect): Handle missing `sql-connection-alist' correctly.
752 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
753 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
754 property.
755 (sql-default-value): New function.
756 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
757 values were not used.
758 (sql-rename-buffer): Make sure alternate buffer name has no text
759 properties.
760 (sql-input-sender, sql-execute-feature): Fetch variable with
761 `buffer-local-value' rather than `with-current-buffer'.
762 (sql-*): Use #' function syntax consistently.
763 (sql-*): Use message/error/user-error consistently.
764
765 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * xt-mouse.el (xterm-mouse-event-read): Remove.
768 (xterm-mouse--read-event-sequence-1000)
769 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
770
771 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * term/xterm.el (xterm-function-map): Support format used with
774 formatOtherKeys=1 (bug#13839).
775
776 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
777 (with-no-warnings): Use `declare'.
778
779 * whitespace.el (whitespace-enable-predicate): New variable.
780 (whitespace-enable-predicate): Use it.
781
782 * comint.el (comint-send-input, comint-snapshot-last-prompt)
783 (comint-output-filter, comint-update-fence):
784 Use with-silent-modifications.
785
786 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
787
788 * replace.el (occur-read-regexp-defaults-function): New var.
789 (occur-read-regexp-defaults): New defun.
790 (occur-read-primary-args): Propagate above change (bug#13892).
791
792 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * mouse.el (mouse-drag-track): Remove left-over debugging code.
795
796 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
797
798 Major rewrite due to changed D-Bus interface of GVFS 1.14.
799
800 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
801 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
802 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
803 New defconst.
804 (tramp-gvfs-file-name-handler-alist) [directory-files]
805 [directory-files-and-attributes, file-exists-p, file-modes]:
806 Use Tramp default handler.
807 [file-acl, file-selinux-context, process-file, set-file-acl]:
808 [set-file-modes, set-file-selinux-context, shell-command]:
809 [start-file-process]: Remove handler.
810 [verify-visited-file-modtime]: New handler.
811 (tramp-gvfs-dbus-string-to-byte-array)
812 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
813 calls of `dbus-string-to-byte-array' and
814 `tramp-gvfs-dbus-byte-array-to-string'.
815 (tramp-gvfs-handle-copy-file)
816 (tramp-gvfs-handle-delete-directory)
817 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
818 (tramp-gvfs-handle-file-directory-p)
819 (tramp-gvfs-handle-file-executable-p)
820 (tramp-gvfs-handle-file-name-all-completions)
821 (tramp-gvfs-handle-file-readable-p)
822 (tramp-gvfs-handle-file-writable-p)
823 (tramp-gvfs-handle-insert-directory)
824 (tramp-gvfs-handle-insert-file-contents)
825 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
826 (tramp-gvfs-handle-set-visited-file-modtime)
827 (tramp-gvfs-handle-write-region): Rewrite.
828 (tramp-gvfs-handle-file-acl)
829 (tramp-gvfs-handle-file-selinux-context)
830 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
831 (tramp-gvfs-handle-set-file-modes)
832 (tramp-gvfs-handle-set-file-selinux-context)
833 (tramp-gvfs-handle-shell-command)
834 (tramp-gvfs-handle-start-file-process)
835 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
836 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
837 over the symlinks. Fix user handling.
838 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
839 of the D-Bus signals.
840 (tramp-gvfs-connection-mounted-p): Handle different names of the
841 D-Bus methods.
842 (tramp-gvfs-mount-spec-entry): New defun.
843 (tramp-gvfs-mount-spec): Use it.
844 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
845 there is a share name. Handle different names of the D-Bus
846 signals and methods. Set connection properties needed for
847 `tramp-check-cached-permissions'.
848 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
849 Return t or nil.
850
851 * net/tramp.el (tramp-backtrace): Move up.
852 (tramp-error): Dump a backtrace into the debug buffer when
853 `tramp-verbose > 9.
854 (tramp-file-mode-type-map, tramp-file-mode-from-int)
855 (tramp-file-mode-permissions, tramp-get-local-uid)
856 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
857 tramp-sh.el.
858
859 * net/tramp-sh.el (tramp-file-mode-type-map)
860 (tramp-check-cached-permissions, tramp-file-mode-from-int)
861 (tramp-file-mode-permissions, tramp-get-local-uid)
862 (tramp-get-local-gid): Move to tramp.el.
863
864 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 Separate mouse-1-click-follows-link from mouse-drag-region.
867 * mouse.el (mouse--down-1-maybe-follows-link): New function.
868 (key-translation-map): Use it to implement mouse-1-click-follows-link.
869 (mouse-drag-line, mouse-drag-track):
870 Remove mouse-1-click-follows-link code.
871 (mouse--remap-link-click-p): Remove.
872
873 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
874
875 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
876 (hi-lock-read-regexp-defaults): New defun.
877 (hi-lock-line-face-buffer, hi-lock-face-buffer)
878 (hi-lock-face-phrase-buffer): Propagate above change.
879 Update docstring (bug#13892).
880
881 * subr.el (find-tag-default-as-regexp): New defun.
882 * replace.el (read-regexp): Propagate above change.
883
884 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
885
886 * calc/calc-units.el (calc-convert-units): Fix the way that default
887 new units are stored.
888
889 2013-03-07 Matthias Meulien <orontee@gmail.com>
890
891 * bookmark.el: Define a face to highlight bookmark names in
892 bookmark menu buffers, where the default is a bold face similarly
893 to buffer names in buffer menu buffers.
894 (bookmark-menu-bookmark): New face to highlight bookmark names.
895 (bookmark-insert-location): Remove duplicated text property to
896 conform to buffer list (see `list-buffers').
897 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
898 `bookmark-menu-bookmark' to bookmark names.
899
900 2013-03-07 Matthias Meulien <orontee@gmail.com>
901 Karl Fogel <kfogel@red-bean.com>
902
903 * bookmark.el: Display the bookmark list header similarly to the
904 buffer list header (see `list-buffers'), where the default is now
905 an immovable/immutable header line.
906 (bookmark-bmenu-use-header-line): New variable.
907 (bookmark-bmenu-inline-header-height): New name for
908 `bookmark-bmenu-header-height', to avoid confusion with the code
909 for the new immovable header. All references changed.
910 (bookmark-bmenu-set-header): New function.
911 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
912 Conditionalize header construction accordingly.
913 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
914 the inline header height.
915 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
916 Conditionalize the skipping of the inline header height.
917
918 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
919
920 * progmodes/js.el (js--multi-line-declaration-indentation):
921 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
922
923 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
924
925 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
926 Only propertize regexp when not inside a string (Bug#13885).
927
928 2013-03-06 Alan Mackenzie <acm@muc.de>
929
930 Correct the position of point in some line-up functions.
931 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
932 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
933 point at column 0 rather than at a random place in the line.
934
935 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
936
937 * net/tramp-compat.el (tramp-compat-delete-directory):
938 Implement TRASH argument.
939
940 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
941
942 Keep pre-existing highlighting in completion candidates (Bug#13250).
943 * minibuffer.el (completions-first-difference): State that the
944 face is "added" in the docstring.
945 (completions-common-part): Same. And don't inherit from default.
946 (completion-hilit-commonality): Prepend 'completions-common-part
947 and 'completion-first-difference faces to the 'face property,
948 instead of replacing the value(s).
949 (completion--insert-strings): Same with 'completions-annotations face.
950 (completion-hilit-commonality): Use 'face instead of
951 'font-lock-face, because it gets priority if the completion
952 strings already have 'face set.
953
954 2013-03-04 Alan Mackenzie <acm@muc.de>
955
956 Replace `last-command-event' by `last-command-char' in XEmacs.
957 * progmodes/cc-defs.el (c-last-command-char): New macro.
958 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
959 (c-semi&comma-no-newlines-before-nonblanks)
960 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
961 in place of `last-command-event'.
962 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
963 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
964 (c-electric-paren, c-electric-continued-statement): Use the new
965 macro in place of `last-command-event'.
966
967 2013-03-04 Glenn Morris <rgm@gnu.org>
968
969 * files.el (inhibit-local-variables-regexps):
970 Add .diff and .patch. (Bug#13862)
971
972 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
973
974 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
975 whether the "su" command is available on the device.
976
977 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
978
979 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
980 (tramp-adb-handle-process-file): Remove superfluous setting.
981 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
982 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
983 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
984
985 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
988 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
989 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
990 Use dict-key rather than dict-name for the error message.
991
992 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
993
994 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
995 when reverting (bug#13831).
996
997 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
998
999 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1000 Always expand affix-file before storing to protect against changed
1001 `default-directory'.
1002 (ispell-print-if-debug): Make sure message is printed at the end
1003 of the debug buffer.
1004
1005 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * net/tramp.el (tramp-obsolete-methods): New defconst.
1008 (tramp-warned-obsolete-methods): New defvar.
1009 (tramp-find-method): Check for obsolete methods. Map them to a
1010 replacement method if appropriate.
1011
1012 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1013 Remove methods.
1014 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1015 "ssh2" and "plink1".
1016
1017 2013-02-28 Dale Sedivec <dale@codefu.org>
1018
1019 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1020 Return valid syntax-table property value when converting
1021 quotes within text from string syntax to punctuation syntax (bug#13844).
1022
1023 2013-02-28 Juri Linkov <juri@jurta.org>
1024
1025 * dired-aux.el (dired-diff): If file at point is a backup file,
1026 use its original as the default value, and reverse the order
1027 of arguments to the `diff' call. Doc fix. (Bug#13772)
1028
1029 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1032 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1033
1034 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1035
1036 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1037
1038 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1039 Ask hunspell about available and default dictionaries.
1040 (ispell-parse-hunspell-affix-file): Extract relevant info from
1041 hunspell affix file.
1042 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1043 `ispell-dictionary-alist' entry for given dictionary after info
1044 provided by `ispell-parse-hunspell-affix-file'.
1045 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1046 of parsed hunspell dicts and associated affix files.
1047 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1048 of parsed hunspell dicts and associated parameters.
1049 (ispell-set-spellchecker-params):
1050 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1051 previously done.
1052 (ispell-start-process):
1053 Call `ispell-hunspell-fill-dictionary-entry' for current
1054 dictionary if it is not initialized.
1055
1056 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * imenu.el: Comment nitpicks.
1059
1060 2013-02-28 Sam Steingold <sds@gnu.org>
1061
1062 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1063 See <http://stackoverflow.com/questions/14720205>.
1064
1065 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1066
1067 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1068 (net-utils-mode): Use it.
1069 (net-utils--revert-cmd): New var.
1070 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1071 (traceroute): Use net-utils-run-simple.
1072
1073 2013-02-28 Glenn Morris <rgm@gnu.org>
1074
1075 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1076
1077 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1080 (doc-view-fallback-mode): Remove overlays here.
1081 (doc-view-toggle-display): Instead of here. Don't throw away
1082 image-mode-winprops-alist.
1083 (doc-view-goto-page): Don't mess with hscroll.
1084
1085 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1086
1087 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1088 &optional (bug#13819).
1089
1090 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1091
1092 * net/tramp-adb.el (tramp-adb-parse-device-names)
1093 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1094
1095 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1098 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1099 defined. POSIX environments fall back to the "C" locale then and
1100 emit a warning, which shall be suppressed.
1101
1102 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1105 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1106
1107 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1110
1111 2013-02-25 Juri Linkov <juri@jurta.org>
1112
1113 * replace.el (read-regexp): Let-bind `default' to the first
1114 element of `defaults' if it's a list, otherwise it should be
1115 a string or nil. Let-bind `suggestions' to `defaults' if it's
1116 a list, otherwise make a list with the string value. Doc fix.
1117 (Bug#13805)
1118
1119 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1120
1121 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1122 that match "\`\.#", to avoid compiling lock files, even if they
1123 are readable (as they are on MS-Windows).
1124
1125 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * files.el (basic-save-buffer): Remove redundant directory-creation.
1128
1129 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1130
1131 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1132 Add option to force `pi' to remain symbolic.
1133 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1134 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1135 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1136 derivatives, when necessary.
1137
1138 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1139
1140 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1141 (ps-mode-octal-region): Use string-make-unibyte.
1142
1143 2013-02-23 Glenn Morris <rgm@gnu.org>
1144
1145 * emulation/viper-cmd.el (viper-submit-report):
1146 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1147 * progmodes/vera-mode.el (vera-mode-help-address):
1148 * textmodes/artist.el (artist-maintainer-address):
1149 * textmodes/reftex.el (reftex-report-bug):
1150 * vc/ediff-util.el (ediff-submit-report):
1151 Add bug-gnu-emacs to bug report address.
1152
1153 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1154 Remove bug report entries.
1155 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1156
1157 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1158 (byte-compile-file, byte-compile-from-buffer):
1159 Use separate input/output buffers for each level of recursive
1160 byte-compile-file calls. (Bug#13787)
1161
1162 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1163
1164 * net/tramp.el (tramp-methods): Fix docstring.
1165 (tramp-ssh-controlmaster-options): Rename it from
1166 `tramp-ssh-controlmaster-template'. Return a string.
1167 (tramp-default-method): Adapt check for
1168 `tramp-ssh-controlmaster-options'.
1169
1170 * net/tramp-sh.el (tramp-methods):
1171 Replace `tramp-ssh-controlmaster-template' by "%c".
1172 (tramp-do-copy-or-rename-file-out-of-band)
1173 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1174 that it is applied for the first hop only.
1175
1176 2013-02-22 Juri Linkov <juri@jurta.org>
1177
1178 * isearch.el (isearch-lazy-highlight-new-loop):
1179 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1180 to `isearch-other-end' if it is not nil. (Bug#13402)
1181
1182 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1183 to `match-beg'.
1184
1185 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1186 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1187 and `isearch-error' to nil.
1188
1189 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
1190
1191 * progmodes/python.el (python-info-current-defun):
1192 Enhance match-data cluttering prevention.
1193
1194 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1195
1196 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1197
1198 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1199 Handle multibyte file names.
1200
1201 2013-02-22 Glenn Morris <rgm@gnu.org>
1202
1203 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1204 (sgml-transformation-function): Give it a :set function.
1205 (sgml-tag): Doc fix.
1206
1207 * cmuscheme.el (scheme-buffer):
1208 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1209 * progmodes/tcl.el (inferior-tcl-buffer):
1210 * textmodes/tex-mode.el (tex-command): Doc fixes.
1211
1212 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1213
1214 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1215
1216 2013-02-21 Bastien Guerry <bzg@gnu.org>
1217
1218 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1219
1220 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1221
1222 * progmodes/python.el (python-info-current-defun):
1223 Enhance match-data cluttering prevention.
1224
1225 2013-02-21 Glenn Morris <rgm@gnu.org>
1226
1227 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1228 loaded while outline-regexp is let bound. (Bug#9584)
1229
1230 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1231
1232 * progmodes/python.el (python-info-current-defun): Fix failed
1233 defun name retrieval because of unwanted match-data cluttering.
1234
1235 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1236
1237 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1238 defconst. Apply independent check for ControlPersist.
1239
1240 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1241 temporarily, via "env".
1242
1243 2013-02-21 Glenn Morris <rgm@gnu.org>
1244
1245 * info.el (Info-enable-edit): Remove.
1246 (Info-edit): Disable it rather than using Info-enable.
1247 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1248 (Info-cease-edit): Make editing of Info files obsolete.
1249
1250 * informat.el (Info-tagify):
1251 Handle buffers not visiting files. (Bug#13763)
1252
1253 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1256
1257 2013-02-21 Glenn Morris <rgm@gnu.org>
1258
1259 * files.el (basic-save-buffer): Move check for existing parent
1260 directory after hooks. (Bug#13773)
1261
1262 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * simple.el (command-execute): Move from C. Add obsolete check.
1265 (extended-command-history): Move from C.
1266
1267 2013-02-20 Ulrich Müller <ulm@gentoo.org>
1268
1269 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1270 (jka-compr-mode-alist-additions): Handle .txz suffix for
1271 XZ-compressed tar archives (bug#13770).
1272
1273 2013-02-20 Bastien Guerry <bzg@gnu.org>
1274
1275 * outline.el (outline-regexp, outline-heading-end-regexp):
1276 Make variables, not options (bug#13731).
1277
1278 2013-02-20 Glenn Morris <rgm@gnu.org>
1279
1280 * image.el (image-current-frame): Change from variable to function.
1281 (image-show-frame): Rename from image-nth-frame. Update callers.
1282 * image-mode.el (image-multi-frame): New variable.
1283 (image-mode-map, image-mode, image-goto-frame):
1284 Use image-multi-frame rather than image-current-frame.
1285 (image-mode, image-goto-frame): Use image-current-frame as
1286 function rather than as variable.
1287
1288 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1289 * emacs-lisp/cl-macs.el (cl--make-type-test)
1290 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1291
1292 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1293
1294 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1295 (tramp-get-file-property, tramp-set-file-property)
1296 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1297 (tramp-flush-file-property, tramp-flush-directory-property):
1298 Rename argument to KEY.
1299 (tramp-flush-connection-property): Simplify a little bit.
1300 (tramp-connection-property-p): New defun.
1301 (top): Reapply saved values only if there isn't a corresponding
1302 entry in `tramp-connection-properties'.
1303
1304 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
1305
1306 * progmodes/python.el (python-indent-context):
1307 Fix python-info-line-ends-backslash-p call.
1308 (python-info-line-ends-backslash-p)
1309 (python-info-beginning-of-backslash): Respect line-number argument.
1310 (python-info-current-line-comment-p):
1311 Fix behavior when not at beginning-of-line.
1312 (python-util-position): Remove function.
1313 (python-util-goto-line): New function.
1314
1315 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * eshell/em-unix.el (eshell/su): Require tramp.
1318 (eshell/sudo): Require tramp. Remove now unnecessary check.
1319
1320 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1321 `tramp-current-connection' in order to avoid an error when several
1322 commands are invoked in a short time in eshell and friends.
1323
1324 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 Cleanup some of EIEIO's namespace.
1327 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1328 Use it to define all the class-* and object-* field accessors (renamed
1329 to eieio--class-* and eieio--object-*). Update all uses.
1330 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1331 class-num-slots and object-num-slots.
1332 (eieio--check-type): New macro.
1333 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1334 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1335 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1336 (object-assoc-list-safe): Use it.
1337 (eieio-defclass): Tighten regexp.
1338 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1339 Remove unreachable code.
1340 (object-class-fast): Declare obsolete.
1341 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1342 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1343 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1344 Rename from class-name, object-name, object-set-name-string,
1345 object-class, object-class-name, class-parents, class-children,
1346 class-precedence-list, class-parent; with obsolete alias.
1347 (class-of, class-direct-superclasses, class-direct-subclasses):
1348 Declare obsolete.
1349 (eieio-defmethod): Use `memq'; remove unreachable code.
1350 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1351 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1352 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1353
1354
1355 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1356
1357 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1358 commentary.
1359
1360 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1361
1362 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1363 Use font-lock-keyword-face for macros and special forms (bug#8345).
1364
1365 2013-02-17 Didier Verna <didier@didierverna.net>
1366
1367 * net/network-stream.el (network-stream-open-starttls):
1368 Check that response to the starttls-command is non-nil. (Bug#13706)
1369
1370 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1373 Don't assume all identifier chars have syntax word.
1374 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1375 Remove bar-not-symbol. Adjust callers.
1376 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1377
1378 2013-02-17 Leo Liu <sdl.web@gmail.com>
1379
1380 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1381
1382 2013-02-17 Glenn Morris <rgm@gnu.org>
1383
1384 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1385
1386 * image-mode.el (image-mode-map): Add image-dired menu entry.
1387
1388 * image-dired.el (tumme): Make this alias obsolete.
1389
1390 2013-02-16 Glenn Morris <rgm@gnu.org>
1391
1392 * image.el (image-animated-types): Remove.
1393 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1394 (image-animated-p): Make obsolete alias.
1395 (image-animate, image-nth-frame, image-animate-timeout):
1396 Use image-multi-frame-p.
1397 (image-animate-timeout): If no delay, use image-default-frame-delay.
1398 * image-mode.el (image-mode, image-toggle-animation):
1399 Use image-multi-frame-p. (Bug#763, bug#10739)
1400 (image-mode): Adjust startup message for a multi-frame image.
1401
1402 * image-mode.el (image-mode-map): Give it a menu.
1403
1404 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1405
1406 * net/tramp-cache.el (tramp-connection-properties): New customer
1407 option.
1408 (tramp-get-connection-property): Use it.
1409
1410 * net/tramp-compat.el (top): Require 'trampver.
1411
1412 * net/tramp-sh.el (tramp-remote-process-environment):
1413 Set tramp-autoload cookie.
1414
1415 2013-02-16 Kevin Ryde <user42@zip.com.au>
1416
1417 * info-look.el (info-lookup-select-mode): If major-mode has no
1418 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1419
1420 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
1421
1422 * replace.el (read-regexp): Tighten the regexp that matches tag.
1423 When tag is retrieved with `find-tag-default', use regexp that
1424 matches tag at point. Also update docstring (Bug#13687).
1425
1426 2013-02-16 Eli Zaretskii <eliz@gnu.org>
1427
1428 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1429 add watch for the file, not its parent directory, since w32notify
1430 sets up the watch for the directory internally. (Bug#13725)
1431
1432 2013-02-16 Glenn Morris <rgm@gnu.org>
1433
1434 * image.el (image-default-frame-delay): New variable.
1435 (image-animated-p): Use image-default-frame-delay.
1436 (image-minimum-frame-delay): New constant.
1437 (image-animate-timeout): Use image-minimum-frame-delay.
1438
1439 * image.el (image-nth-frame): New, split from image-animate-timeout.
1440 (image-animate-timeout): Use image-nth-frame.
1441 * image-mode.el (image-goto-frame, image-next-frame)
1442 (image-previous-frame): New commands.
1443 (image-mode-map): Add new frame commands.
1444
1445 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
1446
1447 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1448 If col-desc already has help-echo, use it. (Bug#13563)
1449
1450 2013-02-16 Glenn Morris <rgm@gnu.org>
1451
1452 * image.el (image-current-frame): New variable.
1453 (image-animate-timeout): Set image-current-frame.
1454 * image-mode.el (image-mode): For animated images,
1455 display a frame counter via mode-line-process.
1456
1457 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1458
1459 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1462
1463 2013-02-15 Alan Mackenzie <acm@muc.de>
1464
1465 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1466 global minor mode has been enabled, call the minor mode function
1467 for a new buffer once only, after the major mode hook, whilst
1468 allowing that hook explicitly to disable the minor mode.
1469 (MODE-disable-in-buffer): New (generated) function.
1470 (disable-MODE): New (generated) buffer local variable.
1471
1472 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
1473
1474 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1475 `iswitchb-next-match' and `iswitchb-prev-match' resply.
1476 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1477 `ido-next-match' and `ido-prev-match' resply.
1478 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1479 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1480 `icomplete-backward-completions' (Bug#13708).
1481
1482 2013-02-15 Glenn Morris <rgm@gnu.org>
1483
1484 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1485
1486 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * net/goto-addr.el (goto-address-fontify): Add start and end args.
1489 (goto-address-fontify-region): Use them instead of narrowing, so
1490 syntax-ppss has access to the whole buffer.
1491
1492 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1493
1494 * progmodes/python.el: Explain how to restore "cc-mode"-like
1495 forward-sexp movement in header documentation (Bug#13642).
1496 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1497 comments and strings (GH bug 114).
1498
1499 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
1500
1501 * progmodes/python.el (python-info-current-defun): Fix current
1502 defun detection (Bug#13618).
1503
1504 2013-02-15 Chong Yidong <cyd@gnu.org>
1505
1506 * xml.el (xml-parse-string): Fix typo in handling of bad character
1507 references.
1508
1509 2013-02-15 Glenn Morris <rgm@gnu.org>
1510
1511 * play/fortune.el (fortune-compile): Simplify and fix previous change.
1512
1513 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
1514
1515 * net/tramp.el (tramp-debug-message):
1516 Add `tramp-condition-case-unless-debug'.
1517 (tramp-debug-on-error): New defvar.
1518 (tramp-condition-case-unless-debug): New defun.
1519 (tramp-file-name-handler): Use it.
1520
1521 2013-02-14 Juri Linkov <juri@jurta.org>
1522
1523 * info.el (Info-isearch-filter): Treat non-nil values of
1524 `search-invisible' including its default value `open'
1525 like the value `t' to match hidden text. (Bug#13402)
1526
1527 2013-02-14 Glenn Morris <rgm@gnu.org>
1528
1529 * help-fns.el (find-lisp-object-file-name): Give special treatment
1530 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
1531
1532 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
1533
1534 * net/quickurl.el (quickurl-save-urls):
1535 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
1536
1537 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1538
1539 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1540 depth for unfinished percent literal. Not using it in the caller.
1541 (ruby-move-to-block): Jump over multiline literals of all types,
1542 ignoring code-looking contents inside them.
1543 (ruby-add-log-current-method): Improve performance at the expense
1544 of accuracy. `ruby-block-contains-point' is relatively slow, so
1545 only use it for method and singleton class blocks.
1546
1547 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1548
1549 Use ControlMaster where applicable. (Bug#13677)
1550
1551 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1552 replacing `tramp-detect-ssh-controlmaster'.
1553 (tramp-default-method): Use it.
1554
1555 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1556 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1557 arguments.
1558 [scpc, rsyncc]: Remove methods.
1559 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1560 and "ssh2_old".
1561 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
1562 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1563
1564 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * emacs-lisp/package.el (package--initialized): Move before first use.
1567
1568 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
1569
1570 * icomplete.el (icomplete-hide-common-prefix): New user option.
1571 (icomplete-first-match): New face.
1572 (icomplete-completions): Correct handling of "complete but not
1573 unique" (Bug#12638).
1574
1575 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
1576
1577 * descr-text.el (describe-char): Display the script (bug#13698).
1578
1579 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * tmm.el: Use lexical-binding and current-active-maps.
1582 (tmm-menubar): Use map-keymap and pcase.
1583 (tmm--completion-table): New function.
1584 (tmm-prompt): Use it to fix the menu order.
1585 (tmm-get-keybind): Use current-active-maps.
1586
1587 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
1588
1589 Add dired-hide-details-mode. (Bug#6799)
1590
1591 * locate.el (locate-mode): Set parent mode property to dired-mode.
1592
1593 * find-dired.el (find-dired): Call dired-insert-set-properties on
1594 initial information line. Set process mark on end of buffer.
1595 (find-dired-sentinel):
1596 Call dired-insert-set-properties on summary.
1597
1598 * dired.el (dired-hide-details-hide-symlink-targets)
1599 (dired-hide-details-hide-information-lines): New options.
1600 (dired-insert-directory):
1601 Set properties after final treatment of output.
1602 (dired-insert-set-properties):
1603 Set dired-hide-details-* properties.
1604 (dired-mode-map): Bind dired-hide-details-mode.
1605 (dired-mode): Set buffer-invisibility-spec to a list.
1606 (dired-next-line): Skip hidden lines.
1607 (dired-previous-line): Use dired-next-line.
1608 (dired-hide-details-mode): New minor mode.
1609 (dired-hide-details-update-invisibility-spec): New function.
1610
1611 2013-02-13 Glenn Morris <rgm@gnu.org>
1612
1613 * play/yow.el: Move to obsolete/. (Bug#9384)
1614
1615 2013-02-13 Juri Linkov <juri@jurta.org>
1616
1617 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1618 to select `ediff-control-frame' and set input focus correctly on Xfce.
1619 (Bug#12218)
1620
1621 2013-02-13 Juri Linkov <juri@jurta.org>
1622
1623 * image-mode.el (image-mode-map):
1624 * doc-view.el (doc-view-mode-map):
1625 * vc/ediff-util.el (ediff-setup-keymap):
1626 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1627
1628 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1629
1630 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1631 performance. Instead of recalculating indentation fully for each
1632 line, sum up indentation depth based only on visited lines.
1633 (ruby-parse-partial): Increase the depth after "do" even when END
1634 is right after it.
1635 (ruby-parse-partial): When END is in the middle of a percent
1636 literal, increase the depth if the delimiter chars belong to the
1637 paren syntax class.
1638
1639 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
1640
1641 * play/fortune.el (fortune-compile): Also make the compiled file
1642 if it does not exist at all, not just if it is old. (Bug#5338)
1643
1644 2013-02-13 Glenn Morris <rgm@gnu.org>
1645
1646 * emacs-lisp/package.el (package-menu-execute): Doc fix.
1647
1648 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
1649
1650 * lisp/emacs-lisp/package.el (package-menu-execute):
1651 Add optional noquery argument. (Bug#13625)
1652
1653 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
1654
1655 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1656 if DIR exists and PARENTS is non-nil.
1657
1658 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * progmodes/js.el (js--multi-line-declaration-indentation):
1661 Silence byte-compiler warning.
1662
1663 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
1664
1665 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1666
1667 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1668 only if it doesn't exist.
1669
1670 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1671 Set process marker.
1672
1673 2013-02-12 Tassilo Horn <tsdh@gnu.org>
1674
1675 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1676 UserInstallation when calling soffice to work around LibreOffice
1677 bug 37531.
1678
1679 2013-02-12 Glenn Morris <rgm@gnu.org>
1680
1681 * files.el (basic-save-buffer):
1682 Offer to create a non-existing directory. (Bug#3016)
1683
1684 * calc/calc-graph.el (calc-graph-show-dumb):
1685 * calendar/calendar.el (calendar-mode-map):
1686 * cus-edit.el (custom-mode-map):
1687 * ehelp.el (electric-help-map):
1688 * emulation/vip.el (vip-mode-map):
1689 * epa.el (epa-key-list-mode-map):
1690 * info.el (Info-mode-map):
1691 * mail/rmail.el (rmail-mode-map):
1692 * mail/rmailsum.el (rmail-summary-mode-map):
1693 * man.el (Man-mode-map):
1694 * net/newst-plainview.el (newsticker-mode-map):
1695 * progmodes/cpp.el (cpp-edit-mode-map):
1696 * progmodes/grep.el (grep-mode-map):
1697 * progmodes/idlw-help.el (idlwave-help-mode-map):
1698 * simple.el (special-mode-map):
1699 * startup.el (splash-screen-keymap):
1700 * view.el (view-mode-map):
1701 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1702
1703 2013-02-11 Elias Pipping <pipping@lavabit.com>
1704
1705 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1706 (bug#13679).
1707
1708 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1711
1712 2013-02-11 Glenn Morris <rgm@gnu.org>
1713
1714 * vc/diff.el (diff-use-labels): New variable.
1715 (diff-no-select): Use --label rather than -L, and first
1716 check that it is supported. (Bug#11067)
1717
1718 * files.el (enable-dir-local-variables): New variable.
1719 (hack-dir-local-variables): Respect enable-dir-local-variables.
1720 * tutorial.el (help-with-tutorial):
1721 Ignore directory-local variables. (Bug#11127)
1722
1723 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1724 (vc-svn-global-switches): ... to here. (Bug#13513)
1725
1726 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
1727
1728 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1729 Handle "foo (bar, default: xxx): " prompts.
1730
1731 2013-02-10 Chong Yidong <cyd@gnu.org>
1732
1733 * files.el (basic-save-buffer-1): Do not set
1734 buffer-file-coding-system-explicit (Bug#4533).
1735
1736 * mail/emacsbug.el (report-emacs-bug): Change binding of
1737 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1738
1739 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1740
1741 * calc/calc.el (calc-allow-units-as-numbers): New variable.
1742 * calc/calc-units.el (calc-convert-units): Use new variable.
1743
1744 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1745
1746 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1747
1748 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1749 buffer-file-type.
1750
1751 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1752 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1753 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1754 coding-system-for-write instead.
1755
1756 * jka-compr.el (jka-compr-write-region): Don't bind
1757 buffer-file-type.
1758
1759 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1760 buffer-file-type.
1761
1762 * files.el (file-name-buffer-file-type-alist): Remove defvar.
1763 (insert-file-contents-literally): Remove reference to
1764 file-name-buffer-file-type-alist.
1765
1766 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1767 make-obsolete.
1768 (find-buffer-file-type-match, find-buffer-file-type): Remove.
1769 (find-buffer-file-type-coding-system): Remove references to
1770 find-buffer-file-type-match, find-buffer-file-type, and
1771 buffer-file-type.
1772 Don't put find-buffer-file-type-coding-system into
1773 file-coding-system-alist.
1774 (find-file-binary, find-file-text): Bind coding-system-for-read
1775 instead of file-name-buffer-file-type-alist.
1776
1777 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
1778
1779 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1780 converter (Bug#13622).
1781 (doc-view-unoconv-program): Make obsolete alias.
1782 (doc-view-odf->pdf-converter-program): New variable.
1783 (doc-view-odf->pdf-converter-function): New variable.
1784 (doc-view-mode-p): Use it.
1785 (doc-view-odf->pdf-converter-unoconv):
1786 Rename from `doc-view-odf->pdf-converter-unoconv'.
1787 (doc-view-odf->pdf-converter-soffice): New function.
1788 (doc-view-convert-current-doc):
1789 Use `doc-view-odf->pdf-converter-function'.
1790
1791 2013-02-09 Chong Yidong <cyd@gnu.org>
1792
1793 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1794 view-echo-area-messages (Bug#13340).
1795
1796 * help.el (view-echo-area-messages): Use display-buffer.
1797
1798 * dired-x.el (dired-do-run-mail): Prompt for confirmation
1799 (Bug#13561).
1800
1801 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1804 Eval body right away, now that we do eager macroexpansion (bug#13605).
1805
1806 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1807 (fundamental-mode): Use run-mode-hooks.
1808
1809 * eshell/esh-proc.el (eshell/kill): Fix last change.
1810 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1811
1812 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1813
1814 * eshell/esh-proc.el (eshell/kill): Rewrite.
1815
1816 * eshell/em-ls.el (show-almost-all): Declare.
1817 (eshell-do-ls): Add support for -A argument.
1818
1819 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
1820
1821 * icomplete.el (icomplete-forward-completions)
1822 (icomplete-backward-completions): Handle corner case (bug#13602).
1823
1824 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
1825
1826 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1827 be nil. Handle this. (Bug#13636)
1828
1829 2013-02-07 Richard Stallman <rms@gnu.org>
1830
1831 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1832 `save-buffer-coding-system'.
1833
1834 2013-02-07 Alan Mackenzie <acm@muc.de>
1835
1836 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
1837 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1838 (c-parse-state-get-strategy): Don't return 'BOD any more.
1839 (c-append-lower-brace-pair-to-state-cache):
1840 Extra parameter HERE instead of narrowing.
1841 Widen to top of buffer before searching backwards for a brace pair.
1842 (c-state-push-any-brace-pair): Add HERE parameter to function call.
1843 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1844 Narrow to parameter HERE, in place of being called narrowed.
1845 (c-remove-stale-state-cache): Extra parameter HERE in place of
1846 narrowing. Check there's an open brace in the cache before
1847 searching for its match.
1848 (c-invalidate-state-cache-1): Add HERE parameter to function call.
1849 (c-parse-state-1): Don't narrow here for 'forward strategy,
1850 instead passing extra parameter HERE to several functions.
1851 Remove 'BOD strategy.
1852
1853 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1854
1855 * emacs-lisp/package.el (describe-package-1): Tell what archive is
1856 used to install the package.
1857
1858 2013-02-06 Glenn Morris <rgm@gnu.org>
1859
1860 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1861 if we can't get user input. (Bug#6567)
1862
1863 * startup.el (command-line): If simple.el is missing,
1864 test and warn about for some possible causes.
1865
1866 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * cus-start.el (all): Add ns-use-native-fullscreen.
1869
1870 2013-02-05 Glenn Morris <rgm@gnu.org>
1871
1872 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1873
1874 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1875 Fix directory creation in fallback case.
1876
1877 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1878
1879 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1880 (vc-update-change-log): Use dolist.
1881
1882 2013-02-04 Chong Yidong <cyd@gnu.org>
1883
1884 * thingatpt.el: Rewrite the URL detection routines, absorbing some
1885 code from ffap.el.
1886 (thing-at-point-beginning-of-url-regexp): New var.
1887 (thing-at-point-uri-schemes): Update list of URI schemes.
1888 (thing-at-point-url-regexp): Variable deleted.
1889 (thing-at-point-markedup-url-regexp): Disallow newlines.
1890 (thing-at-point-newsgroup-regexp)
1891 (thing-at-point-newsgroup-heads)
1892 (thing-at-point-default-mail-uri-scheme): New variables.
1893 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
1894 method to find the possible bounds of the URI at point.
1895 New optional argument to find ill-formed URIs.
1896 (thing-at-point-url-at-point): Rewrite. New arguments for finding
1897 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
1898 the scheme-adding heuristics from ffap-url-at-point.
1899 (thing-at-point--bounds-of-well-formed-url): New function.
1900 Do parens matching to decide whether to include parens in the URI
1901 (Bug#9153).
1902
1903 * ffap.el: Require thingatpt.
1904 (ffap-url-at-point): Delegate URI detection to thing-at-point.
1905 All URI-valid characters are now recognized (Bug#5673).
1906 (ffap-string-at-point): Use use-region-p.
1907 (ffap-url-regexp): Extra character is handled by thing-at-point.
1908 (ffap-string-at-point-mode-alist): Allow parentheses.
1909 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1910 Convert to aliases; code moved to thingatpt.el.
1911 (ffap-gnus-hook): Use setq-local.
1912
1913 2013-02-04 Glenn Morris <rgm@gnu.org>
1914
1915 * emacs-lisp/ert.el (ert--explain-format-atom):
1916 Don't try to print non-characters as characters. (Bug#13543)
1917
1918 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
1919
1920 * net/tramp.el (tramp-debug-message): Extend function exclude list.
1921 (tramp-backtrace): New defun.
1922 (tramp-handle-insert-file-contents): Use `visit' when inserting
1923 the local copy.
1924
1925 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1926 Use `remote-file-name-inhibit-cache'.
1927
1928 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1931 (bug#13614).
1932
1933 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1934 current-load-list (bug#13366).
1935
1936 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
1937
1938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1939 Identify g++ template instantiation trace. (Bug#12287)
1940 (compilation-mode-hook, compilation-start-hook)
1941 (compilation-window-height): Simplify docstrings. (Bug#13379)
1942
1943 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * mouse.el (mouse-drag-track): Always deactivate the mark before
1946 running the final event's command since that command is in charge of
1947 activating the mark if needed (bug#13523).
1948
1949 2013-02-02 Juri Linkov <juri@jurta.org>
1950
1951 * replace.el (perform-replace): Move let-bindings of isearch-*
1952 variables deeper to the loop that searches for the next match.
1953 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1954 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1955 (Bug#13579)
1956
1957 * isearch.el (isearch-search-fun-default): Check for null
1958 first element of isearch-cmds as a precaution when it's used
1959 with inactive isearch.
1960
1961 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
1962
1963 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1964 error when buffer in question is narrowed so position 1 is out of
1965 visible part.
1966
1967 2013-02-02 Glenn Morris <rgm@gnu.org>
1968
1969 * textmodes/remember.el (remember-clipboard): Doc fix.
1970
1971 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1974 properties (bug#13179).
1975
1976 2013-02-02 Juri Linkov <juri@jurta.org>
1977
1978 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1979 instead of hard-coded default face `match'. (Bug#9438)
1980
1981 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
1982
1983 * vc/vc-arch.el (vc-arch-registered):
1984 * vc/vc-bzr.el (vc-bzr-registered):
1985 * vc/vc-cvs.el (vc-cvs-registered):
1986 * vc/vc-git.el (vc-git-registered):
1987 * vc/vc-hg.el (vc-hg-registered):
1988 * vc/vc-mtn.el (vc-mtn-registered):
1989 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1990 (Bug#13139)
1991
1992 * info.el (Info-next-reference, Info-prev-reference): Add numeric
1993 prefix argument. (Bug#11656)
1994
1995 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1998
1999 2013-02-01 Glenn Morris <rgm@gnu.org>
2000
2001 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2002 if the backend is known not to support it.
2003
2004 * imenu.el (imenu-default-create-index-function):
2005 Tweak infinite loop test to check for forward motion as well as none.
2006
2007 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2008
2009 * net/soap-client.el (soap-invoke): Encode the string for
2010 `url-request-data' as UTF-8.
2011 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2012
2013 2013-02-01 Glenn Morris <rgm@gnu.org>
2014
2015 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2016
2017 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2018
2019 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * net/tramp.el (tramp-tramp-file-p): Comment check for
2022 `string-as-unibyte'. The function does not exist on XEmacs, and
2023 likely we need another approach.
2024
2025 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2026 `tramp-gw-*' variables are bound.
2027
2028 2013-01-31 Glenn Morris <rgm@gnu.org>
2029
2030 * files.el (basic-save-buffer-2): Choose coding system for
2031 writing the file before backing it up, to reduce delay between
2032 backing up and writing the new version. (Bug#13522)
2033
2034 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2035
2036 * simple.el (cycle-spacing): New command.
2037 (just-one-space): Use it.
2038
2039 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2042 (opascal-newline-always-indents): Remove custom.
2043 (opascal-tab, opascal-newline): Remove commands.
2044 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2045 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2046 (opascal-save-match-data): Remove, use save-match-data instead.
2047 (opascal-save-state): Use with-silent-modifications.
2048
2049 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2050 (bug#13585).
2051
2052 2013-01-30 Juri Linkov <juri@jurta.org>
2053
2054 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2055 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2056 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2057
2058 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2061 column if we're just deleting the backslashes.
2062 (makefile-fill-paragraph): Use eolp.
2063
2064 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2065
2066 * autorevert.el (auto-revert-use-notify): Fix docstring.
2067
2068 2013-01-30 Leo Liu <sdl.web@gmail.com>
2069
2070 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2071
2072 2013-01-30 Glenn Morris <rgm@gnu.org>
2073
2074 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2075 unread-command-events twice in some cases. This tries to implement
2076 the 2012-07-26 changes in a different way. (Bug#13560)
2077
2078 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2079
2080 * progmodes/python.el
2081 (python-pdbtrack-comint-output-filter-function): Enhancements on
2082 stacktrace detection. (thanks @gnovak)
2083
2084 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2087 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2088 Use defvar-local.
2089 (jit-lock-register): Use setq-local.
2090
2091 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2092
2093 * calc-units.el (math-default-units-table): Remove initial value.
2094 (calc-convert-units): Treat expressions where all the units cancel as
2095 if they didn't have units.
2096
2097 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2098
2099 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2100 (tramp-completion-reread-directory-timeout): Fix type.
2101 (tramp-connection-min-time-diff): New defcustom.
2102
2103 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2104
2105 2013-01-30 Glenn Morris <rgm@gnu.org>
2106
2107 * imenu.el (imenu-default-create-index-function):
2108 Put back a version of the infinite loop test removed 2013-01-23.
2109
2110 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
2111
2112 * progmodes/python.el (python-shell-parse-command):
2113 Find python-shell-interpreter with modified environment.
2114
2115 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2118
2119 2013-01-29 Alan Mackenzie <acm@muc.de>
2120
2121 Amend to fontify /regexp/s in actions correctly.
2122 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2123 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2124 are no longer included.
2125 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2126 What used to be these variables without "-line" in the name.
2127 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2128 (c-awk-non-arith-op-bra-re): Now also matches {.
2129 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2130 "return", and "case".
2131 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2132 by /.
2133 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2134 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2135
2136 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2137
2138 * autorevert.el (auto-revert-use-notify):
2139 Use `custom-initialize-default' for initialization. (Bug#13583)
2140
2141 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2142
2143 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2144 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2145 in `tramp-file-name-handler'.
2146 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2147 compatibility.
2148 (tramp-compute-multi-hops): Check, whether
2149 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2150
2151 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2154 (bug#13297).
2155
2156 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2157
2158 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2159 checks made superfluous by the \_< operator.
2160 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2161 temporarily) broken indentation.
2162 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2163 Highlight nested constants, too. \_< broke that.
2164
2165 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2166
2167 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2168 instead of "\\b".
2169
2170 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * autorevert.el (auto-revert-handler): Notifications which result
2173 from a saved file shall not be taken into account. (Bug#13557)
2174
2175 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2176
2177 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2178 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2179 (lisp-mode): Pass t for it. (Bug#13556)
2180
2181 2013-01-25 Alan Mackenzie <acm@muc.de>
2182
2183 AWK Mode: Fix indentation bug at top level. Bug #12274.
2184
2185 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2186 just before CASE 5D.
2187
2188 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2189
2190 * net/socks.el (socks-nslookup-host): Use string-to-number.
2191
2192 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2193
2194 * autorevert.el (auto-revert-remote-files)
2195 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2196 (auto-revert-notify-enabled, auto-revert-use-notify)
2197 (auto-revert-notify-watch-descriptor-hash-list)
2198 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2199 (auto-revert-notify-event-descriptor)
2200 (auto-revert-notify-event-action)
2201 (auto-revert-notify-event-file-name): Doc fix.
2202 (global-auto-revert-mode): Reorder checks.
2203 (auto-revert-notify-rm-watch): Respect changed values of
2204 `auto-revert-notify-watch-descriptor-hash-list'.
2205 (auto-revert-notify-add-watch): Check for
2206 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2207 `inotify-add-watch'. Watch `default-directory' instead of
2208 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2209 has a changed meaning now. (Bug#13540)
2210 (auto-revert-notify-handler): Change implementation wrt events
2211 returning from a directory.
2212 (auto-revert-handler): Reorder implementation for checks of remote
2213 files.
2214 (auto-revert-buffers): Fix parentheses error.
2215
2216 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2217
2218 * progmodes/python.el: Enhancements to header documentation about
2219 skeletons. (Bug#5716)
2220
2221 * imenu.el (imenu-default-create-index-function): Remove useless
2222 infinite loop check. (Bug#13438)
2223
2224 2013-01-25 Alan Mackenzie <acm@muc.de>
2225
2226 Fix a bug in the state cache mechanism. Refactor this a bit.
2227
2228 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2229 `cache-pos' element from the return value.
2230 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2231 buffer to enable proper searching from beyond HERE. Amend the
2232 test for detecting the sought brace pair. Amend the value written
2233 to the "brace desert cache" when the brace isn't found.
2234 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2235 and several other variables analogously.
2236 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2237 parameter to a locally calculated variable.
2238 (c-parse-state-1): Change the calling conventions to the two
2239 defuns involving `cache-pos'.
2240
2241 2013-01-25 Chong Yidong <cyd@gnu.org>
2242
2243 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2244
2245 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2246
2247 * paren.el (show-paren-function): Make sure to set 'priority and
2248 'face only if the overlay does exist.
2249
2250 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2251
2252 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2253
2254 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2255 basic attributes.
2256 (tramp-sh-handle-set-file-acl): Improve error checking.
2257
2258 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2259
2260 * doc-view.el (doc-view-display): Force mode line update until all
2261 document is converted. Suggested by Stefan Monnier (Bug#13164).
2262
2263 2013-01-23 Bastien Guerry <bzg@gnu.org>
2264
2265 * paren.el (show-paren-function): Make sure an overlay exists
2266 before trying to delete it. Also use `pos' as a position only
2267 when it is an integer.
2268
2269 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2270
2271 * play/gametree.el (gametree-break-line-here): Use point-marker.
2272
2273 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2276 Mark descriptive parts with `display' property.
2277
2278 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2279
2280 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2281 New variable to map standard dict names to hunspell ones.
2282 (ispell-set-spellchecker-params): Make sure specific dict names
2283 are used for standard dicts with hunspell.
2284
2285 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2286
2287 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2288 chars for note (%N) and url (%U).
2289 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2290
2291 2013-01-21 Juri Linkov <juri@jurta.org>
2292
2293 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2294 in addition to existing separate binding `meta f10' in `global-map'.
2295 (Bug#13484)
2296
2297 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2298
2299 Improve XEmacs compatibility.
2300
2301 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2302
2303 * net/tramp-adb.el (top): Require `time-date'.
2304 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2305 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2306 Use `tramp-file-name-handler'.
2307 (tramp-adb-maybe-open-connection):
2308 Use `tramp-compat-set-process-query-on-exit-flag'.
2309
2310 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2311 Use `tramp-compat-funcall'.
2312
2313 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2314 `tramp-compat-funcall'.
2315
2316 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
2317
2318 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2319 reimplementation using "adb shell command ..." instead of running
2320 remote shell interactively.
2321
2322 2013-01-20 Glenn Morris <rgm@gnu.org>
2323
2324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2325 Add native profiler menu entries.
2326
2327 * profiler.el (profiler-running-p): New function.
2328 (profiler-cpu-profile): Use profiler-running-p.
2329 (profiler-report-mode-map): Add some more menu entries.
2330
2331 2013-01-19 Glenn Morris <rgm@gnu.org>
2332
2333 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2334 fixes 2012-12-07 change. (Bug#13499)
2335
2336 2013-01-19 Leo Liu <sdl.web@gmail.com>
2337
2338 * dired.el (dired-get-marked-files): Prune erroneous values due to
2339 last change. (Bug#13152)
2340
2341 2013-01-19 Glenn Morris <rgm@gnu.org>
2342
2343 * progmodes/etags.el (tags-table-check-computed-list):
2344 Preserve point in tags buffer. (Bug#13412)
2345
2346 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2347
2348 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2349 Chong Yidong <cyd@gnu.org>
2350
2351 * image-mode.el (image-next-file, image-previous-file):
2352 New commands (Bug#8453).
2353 (image-mode-map): Bind them to n and p.
2354 (image-mode--images-in-directory): New helper function.
2355
2356 2013-01-19 Chong Yidong <cyd@gnu.org>
2357
2358 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2359 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2360 save and restore the old window configuration.
2361
2362 2013-01-18 Leo Liu <sdl.web@gmail.com>
2363
2364 * progmodes/js.el: Tweak autoload cookie for alias.
2365
2366 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2367
2368 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2369 buffer local, again. This was lost with the fix on 2013-01-12.
2370
2371 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
2372
2373 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2374 order to support several eshell buffers in parallel.
2375
2376 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2377
2378 * autorevert.el (auto-revert-use-notify): In the :set function, do
2379 not modify `kill-buffer-hook'.
2380 (auto-revert-notify-rm-watch):
2381 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2382 (auto-revert-notify-add-watch): Do not call
2383 `auto-revert-notify-rm-watch', but add it to a buffer local
2384 `kill-buffer-hook'.
2385
2386 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2389 call to `eval' rather than a backquoted lambda.
2390
2391 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2394 to return an explicit nil.
2395 (advice--remove-function): Change accordingly.
2396
2397 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2398 the use of nadvice.el.
2399
2400 * progmodes/which-func.el (which-function): Silence imenu errors
2401 (bug#13433).
2402
2403 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2404
2405 * progmodes/sql.el: (sql-imenu-generic-expression):
2406 (sql-mode-font-lock-object-name): Match schema qualified names.
2407 (sql-connect): Use string keys.
2408 (sql-product-interactive): Wait for interpreter prompt.
2409 (sql-comint-oracle): Set process coding based on NLS_LANG.
2410
2411 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2412
2413 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2414 (sql-interactive-remove-continuation-prompt):
2415 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2416
2417 2013-01-14 Leo Liu <sdl.web@gmail.com>
2418
2419 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2420 (Bug#13420)
2421
2422 2013-01-14 Glenn Morris <rgm@gnu.org>
2423
2424 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2425 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2426
2427 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
2428
2429 * progmodes/python.el (python-nav-end-of-statement):
2430 Fix cornercase when handling multiline strings.
2431
2432 2013-01-13 Richard Stallman <rms@gnu.org>
2433
2434 * mail/sendmail.el (mail-position-on-field): Add doc string.
2435
2436 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2437 Get current message boundaries and pass them to
2438 message-forward-make-body-mime. Minor style changes.
2439
2440 2013-01-13 Eli Zaretskii <eliz@gnu.org>
2441
2442 * cus-start.el (all): Avoid warnings about
2443 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2444
2445 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2446
2447 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2448
2449 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * jit-lock.el (jit-lock-debug-mode): New minor mode.
2452 (jit-lock--debug-fontifying): New var.
2453 (jit-lock--debug-fontify): New function.
2454 * subr.el (condition-case-unless-debug): Don't prevent catching the
2455 error, just let the debbugger run.
2456 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2457 timer code and don't drop errors silently.
2458
2459 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
2460
2461 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2462 `permanent-local' property.
2463 (auto-revert-notify-handler): Use `file-equal-p'.
2464
2465 2013-01-12 Eli Zaretskii <eliz@gnu.org>
2466
2467 * autorevert.el (auto-revert-notify-handler): Fix filtering of
2468 file notification by ACTION. For filtering by file name, compare
2469 only the non-directory part of the file name.
2470
2471 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * autorevert.el: Use cl-lib instead of cl.
2474
2475 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2476 (vc-bzr-checkin): Use it.
2477 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2478 will preserve match-data.
2479
2480 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
2481
2482 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2483 (js--declaration-keyword-re): New var.
2484 (js--multi-line-declaration-indentation): New function.
2485 (js--proper-indentation): Use it.
2486
2487 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2488
2489 * calc/calc.el (calc-highlight-selections-with-faces)
2490 (calc-dispatch):
2491 * comint.el (comint-history-isearch-message):
2492 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2493 * ffap.el (ffap-string-at-point-region, ffap-next)
2494 (ffap-string-at-point, ffap-string-around)
2495 (ffap-copy-string-as-kill, ffap-highlight-overlay)
2496 (ffap-literally):
2497 * font-lock.el (font-lock-keywords-alist)
2498 (font-lock-removed-keywords-alist):
2499 * help-mode.el (help-xref-symbol-regexp):
2500 * info.el (Info-find-emacs-command-nodes):
2501 * international/mule.el (add-to-coding-system-list):
2502 * isearch.el (isearch-message-function, isearch-fail-pos):
2503 * misearch.el (multi-isearch-next-buffer-function):
2504 * newcomment.el (comment-box):
2505 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2506 (pr-setting-database):
2507 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2508 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2509 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2510 (pike-font-lock-keywords-3):
2511 * progmodes/compile.el (compile):
2512 * progmodes/etags.el (tags-table-files)
2513 (tags-table-files-function, tags-included-tables-function):
2514 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2515 (gdb-restore-windows):
2516 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2517 (ps-n-up-filling-database):
2518 * server.el (server-buffer, server-log):
2519 * simple.el (newline, delete-backward-char, delete-forward-char)
2520 (minibuffer-history-isearch-message, kill-line, track-eol)
2521 (temporary-goal-column):
2522 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2523 (flyspell-default-deplacement-commands):
2524 * textmodes/ispell.el (ispell-accept-output):
2525 * textmodes/sgml-mode.el (html-tag-help):
2526 * vc/compare-w.el (compare-ignore-whitespace)
2527 (compare-ignore-case, compare-windows-dehighlight):
2528 * vc/diff.el (diff):
2529 * whitespace.el (whitespace-point)
2530 (whitespace-font-lock-refontify, whitespace-bob-marker)
2531 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2532
2533 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
2534
2535 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2536 (auto-revert-notify-rm-watch): Ignore errors.
2537 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
2538 inotify, and '(size last-write-time) for w32notify.
2539 Set buffer-local `auto-revert-use-notify' to nil when adding a file
2540 watch fails - this is a fallback to the file modification check.
2541 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2542 (auto-revert-notify-event-action)
2543 (auto-revert-notify-event-file-name): New defuns.
2544 (auto-revert-notify-handler): Use them. Implement first
2545 plausibility checks.
2546 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2547
2548 2013-01-11 Julien Danjou <julien@danjou.info>
2549
2550 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2551 max are almost equal. Also return the correct value for V which is
2552 already between 0 and 1.
2553
2554 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2555
2556 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2557
2558 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2559
2560 * autorevert.el (auto-revert-notify-rm-watch)
2561 (auto-revert-notify-add-watch): Fix typos in w32notify function
2562 names.
2563
2564 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2565
2566 * autorevert.el (auto-revert-notify-enabled): Move up.
2567 (auto-revert-use-notify): New defcustom.
2568 (auto-revert-mode, global-auto-revert-mode)
2569 (auto-revert-notify-add-watch, auto-revert-handler)
2570 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2571 `auto-revert-notify-enabled'.
2572
2573 2013-01-10 Elias Pipping <pipping@exherbo.org>
2574
2575 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2576 * doc-view.el (doc-view-document->bitmap):
2577 Use doc-view-single-page-converter-function instead of
2578 single-page-converter arg; adjust callers.
2579
2580 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
2581
2582 * progmodes/which-func.el (which-function): Understand Semantic's use
2583 of overlays in imenu--index-alist.
2584
2585 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2586
2587 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
2588 (Man-man-k-use-anchor): New var.
2589 (Man-parse-man-k): New function.
2590 (Man-completion-table): Use it.
2591 (man): Flush the completion cache between uses.
2592
2593 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2594
2595 * autorevert.el: Add file watch support.
2596 (auto-revert-notify-enabled): New defconst.
2597 (auto-revert-notify-watch-descriptor-hash-list)
2598 (auto-revert-notify-watch-descriptor)
2599 (auto-revert-notify-modified-p): New defvars.
2600 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2601 (auto-revert-notify-handler): New defuns.
2602 (auto-revert-mode, global-auto-revert-mode): Remove file watches
2603 when mode is disabled.
2604 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2605 (auto-revert-buffers): Add file watches for active buffers.
2606
2607 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
2608
2609 * cus-start.el (toplevel): Only allow float values for
2610 scroll-up-aggressively and scroll-down-aggressively.
2611 Allow any number for line-spacing.
2612
2613 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2616 (doc-view-pdf->png-converter-function): Use mupdf if available.
2617 (doc-view-djvu->png-converter-function)
2618 (doc-view-ps->png-converter-function): Remove.
2619 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2620 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2621 (doc-view-already-converted-p): Adjust accordingly.
2622 (doc-view-mode-p): Simplify.
2623 (doc-view-enlarge): Use setq-local.
2624 (doc-view-pdf->png-converter-ghostscript)
2625 (doc-view-djvu->png-converter-ddjvu)
2626 (doc-view-pdf->png-converter-mupdf): Rework to call
2627 doc-view-start-process directly.
2628 (doc-view-pdf/ps->png): Simplify accordingly.
2629 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2630 (doc-view-document->bitmap): Rename from doc-view-document->png.
2631 (doc-view-convert-current-doc): Merge pdf and djvu cases.
2632 (doc-view-set-slice-from-bounding-box): Fix completion table.
2633 (doc-view-mode): Use add-hook for after-revert-hook.
2634
2635 2013-01-10 Glenn Morris <rgm@gnu.org>
2636
2637 * emacs-lisp/authors.el (authors-ignored-files)
2638 (authors-valid-file-names, authors-renamed-files-alist):
2639 Add some more entries.
2640
2641 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * image-mode.el (image-mode-winprops): Don't throw away the fallback
2644 `t' pseudo-window entry.
2645
2646 2013-01-10 Alan Mackenzie <acm@muc.de>
2647
2648 Fix bugs in the c-parse-state mechanism. Reuse some markers
2649 instead of continually generating new ones.
2650
2651 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2652 (c-state-old-cpp-end-marker): New variables.
2653 (c-append-lower-brace-pair-to-state-cache): Start a backward
2654 search for "}" definitively outside CPP constructs.
2655 (c-remove-stale-state-cache): Inform the caller of a need to
2656 search back for a brace pair in certain circumstances.
2657 (c-state-maybe-marker): New macro.
2658 (c-parse-state): Reuse markers when appropriate.
2659
2660 2013-01-10 Glenn Morris <rgm@gnu.org>
2661
2662 * simple.el (execute-extended-command): Doc fix.
2663 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
2664
2665 2013-01-10 Chong Yidong <cyd@gnu.org>
2666
2667 * faces.el (read-face-name): Doc fix.
2668
2669 2013-01-10 Roland Winkler <winkler@gnu.org>
2670
2671 * emacs-lisp/crm.el: Allow any regexp for separators.
2672 (crm-default-separator): All spaces around the default comma separator.
2673 (crm--completion-command): New macro.
2674 (crm-completion-help, crm-complete, crm-complete-word): Use it.
2675 (crm-complete-and-exit): Handle non-single-char separators.
2676
2677 2013-01-09 Elias Pipping <pipping@lavabit.com>
2678
2679 * doc-view.el: Add support for DjVu (bug#13164).
2680 (doc-view-djvu->png-converter-function): New config var.
2681 (doc-view-single-page-converter-function, doc-view--image-type)
2682 (doc-view--image-file-extension): New vars.
2683 (doc-view-mode): Initialize them.
2684 (doc-view-goto-page): Use them.
2685 (doc-view-mode-p): Add support for ddjvu.
2686 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2687 (doc-view-set-up-single-converter): New funs.
2688 (doc-view-pdf/ps->png): Extend for djvu.
2689 (doc-view-document->png): Rename from doc-view-pdf->png.
2690 (doc-view-convert-current-doc): Handle djvu.
2691 (doc-view-insert-image, doc-view-display)
2692 (doc-view-already-converted-p): Don't hardcode png.
2693 (doc-view-set-doc-type): Recognize djvu docs.
2694
2695 2013-01-09 Elias Pipping <pipping@lavabit.com>
2696
2697 * doc-view.el: Add support for mupdf converter (bug#13164).
2698 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2699 (doc-view-ps->png-converter-function): New config vars.
2700 (doc-view-pdf->png-converter-ghostscript)
2701 (doc-view-ps->png-converter-ghostscript)
2702 (doc-view-pdf->png-converter-mupdf): New functions.
2703 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2704
2705 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
2706
2707 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2708 first in session cache: When `tramp-own-remote-path' is in
2709 `tramp-remote-path', the remote path is only set in the session
2710 cache.
2711
2712 2013-01-09 Glenn Morris <rgm@gnu.org>
2713
2714 * emacs-lisp/trace.el (trace-function-foreground)
2715 (trace-function-background): Doc fix.
2716
2717 2013-01-09 Juri Linkov <juri@jurta.org>
2718
2719 * international/mule-cmds.el (read-char-by-name): Move let-binding
2720 of completion-ignore-case around completing-read to fix regression
2721 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2722 `string-match-p' using the nil value of `case-fold-search' and
2723 `completion-ignore-case' in `completion-pcm--all-completions'.
2724 (Bug#12615).
2725
2726 2013-01-09 Glenn Morris <rgm@gnu.org>
2727
2728 * progmodes/compile.el (compilation-parse-errors):
2729 Fix typo. (Bug#13369)
2730
2731 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2732
2733 * comint.el (comint-send-input): Check size of buffer before
2734 waiting for process output, in case already accepted. (Bug#13290)
2735
2736 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
2737
2738 Spelling fixes.
2739 * net/tramp-adb.el (tramp-adb-get-toolbox):
2740 Fix misspelling of 'unknown'.
2741
2742 2013-01-08 Juri Linkov <juri@jurta.org>
2743
2744 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2745 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2746 Use underline style wave on terminals that support it. (Bug#13000)
2747
2748 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2751 the predicate returns nil.
2752
2753 * simple.el: Use lexical-binding.
2754 (primitive-undo): Use pcase.
2755 (minibuffer-history-isearch-push-state): Use a closure.
2756
2757 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2758
2759 * simple.el (primitive-undo): Move from undo.c.
2760
2761 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2764 (cvs-mode-remove-handled): Use it (bug#13380).
2765
2766 * emacs-lisp/nadvice.el (advice--tweak): New function.
2767 (advice--remove-function, advice--subst-main): Use it.
2768
2769 * emacs-lisp/advice.el: Update commentary.
2770
2771 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2774 Remove spurious entry.
2775
2776 2013-01-08 Glenn Morris <rgm@gnu.org>
2777
2778 * net/tramp.el (tramp-default-host-alist): Add :version.
2779
2780 2013-01-08 Juri Linkov <juri@jurta.org>
2781
2782 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2783 single completion. (Bug#12456)
2784 (info--manual-names): Expand node completions into an explicit list
2785 before appending it to another list. Filter out internal buffers
2786 with the leading space in the buffer name. (Bug#10771)
2787
2788 2013-01-08 Juri Linkov <juri@jurta.org>
2789
2790 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2791 that defaults to the Top node.
2792 (Info-goto-node, Info-read-node-name): Doc fix to mention that
2793 the short format (FILENAME) goes to the Top node.
2794 (Info-build-node-completions): Rename arg `file' to `filename'.
2795 (Bug#13365)
2796
2797 2013-01-07 Bastien Guerry <bzg@gnu.org>
2798
2799 * menu-bar.el (menu-bar-search-documentation-menu):
2800 Use `apropos-user-option' and fix the help message.
2801
2802 2013-01-07 Bastien Guerry <bzg@gnu.org>
2803
2804 * apropos.el (apropos-do-all): Update docstring.
2805 (apropos-user-option-button): New face.
2806 (apropos-user-option): Rename from `apropos-variable' and update
2807 docstring.
2808 (apropos-variable): Rewrite, now show all variables by default.
2809 (apropos-print): Mention "User option" instead of "Variable" when
2810 printing doc for user options. (Bug#13276)
2811
2812 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
2813
2814 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2815 Handle filename correctly, when parsing "source -> target" symlink
2816 output.
2817 (tramp-adb-handle-set-file-times): New defun.
2818
2819 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2822 advice list when the interactive-spec of ad-Advice-* changes.
2823
2824 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
2825
2826 * wid-edit.el (widget-default-get): Work for inlined elements.
2827 (Bug#12670)
2828
2829 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/tramp.el (tramp-default-host-alist): New defcustom.
2832 (tramp-find-host): Use it.
2833 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
2834 `eshell-directory-change-hook'.
2835
2836 * net/tramp-adb.el (top): Add adb specific entry in
2837 `tramp-default-host-alist'.
2838 (tramp-adb-file-name-host): Remove function.
2839 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2840 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2841
2842 * net/tramp-sh.el: Move eshell integration code to tramp.el.
2843
2844 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
2845
2846 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2847
2848 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2851 consist of more than one digit.
2852 (tramp-adb-file-name-handler-alist):
2853 Use `tramp-handle-file-exists-p' consistently.
2854 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2855 (tramp-adb-handle-file-exists-p): Remove function.
2856 (tramp-adb-file-name-host): New defun.
2857 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2858 Use it.
2859 (tramp-adb-maybe-open-connection): Set "remote-path" property.
2860
2861 2013-01-06 Chong Yidong <cyd@gnu.org>
2862
2863 * vc/vc.el (vc-next-action): Detect buffer modifications
2864 conflicting with locking VCS operation (Bug#11490).
2865
2866 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2867
2868 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
2869
2870 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2871 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2872
2873 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
2874
2875 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2876 parsing of ls output using regular expression (handle filenames
2877 with spaces). Use virtual device number.
2878 (tramp-do-parse-file-attributes-with-ls): New defun (Code
2879 cleanup).
2880
2881 2013-01-04 Daiki Ueno <ueno@gnu.org>
2882
2883 * epg.el: Silence byte-compiler warnings.
2884 (epg--start): Use delete-char instead of delete-backward-char.
2885 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2886
2887 2013-01-04 Daiki Ueno <ueno@gnu.org>
2888
2889 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2890 Suggested by Eli Zaretskii <eliz@gnu.org>.
2891
2892 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2895 non-negative integers. Otherwise, the default values are used.
2896 (tramp-convert-file-attributes): Convert uid and gid to integers.
2897
2898 2013-01-04 Glenn Morris <rgm@gnu.org>
2899
2900 * term.el (term-handle-colors-array): Ensure face attributes
2901 are fully specified, not nil. (Bug#13337)
2902
2903 * term.el (term-default-fg-color, term-default-bg-color):
2904 Fix custom type.
2905
2906 * progmodes/etags.el (tags-compression-info-list): Doc fix.
2907 (tag-find-file-of-tag-noselect): Check auto-compression-mode
2908 rather than 'jka-compr being loaded. (Bug#13338)
2909
2910 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
2911
2912 * icomplete.el (icomplete-completions):
2913 Honor icomplete-prospects-height once more following
2914 2012-11-29 changes. (Bug#13224)
2915
2916 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * subr.el (internal--called-interactively-p--get-frame): Find aliases
2919 of called-interactively-p as well (bug#13237).
2920
2921 * view.el (view--enable, view--disable): Rename from view-mode-enable
2922 and view-mode-disable and assume it's called from view-mode.
2923 (view-mode-enable, view-mode-disable): Redefine as obsolete
2924 compatibility layer above view-mode.
2925 (view-mode-enter): Call `view-mode'.
2926
2927 * files.el (after-find-file): Call `view-mode'.
2928
2929 * doc-view.el (doc-view-scale-internally): New var.
2930 (doc-view-enlarge, doc-view-insert-image): Obey it.
2931
2932 2013-01-03 Daiki Ueno <ueno@gnu.org>
2933
2934 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2935 exist. (Bug#13344)
2936
2937 2013-01-03 Glenn Morris <rgm@gnu.org>
2938
2939 * mail/rmail.el (rmail-set-header-1): Ignore case.
2940 Handle multi-line headers. (Bug#13330)
2941
2942 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2943 Handle paragraph starting at beginning of buffer.
2944
2945 * subr.el (eval-after-load): Don't purecopy the form, so that it
2946 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
2947
2948 * emacs-lisp/byte-run.el (defun): Place cl declarations
2949 after any interactive spec. (Bug#13265)
2950
2951 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2952
2953 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2954 defun. Don't check for DECL if DOCSTRING isn't a string.
2955 (defun): Likewise.
2956
2957 2013-01-02 Glenn Morris <rgm@gnu.org>
2958
2959 * eshell/em-cmpl.el (eshell-pcomplete):
2960 More thoroughly imitate pcomplete. (Bug#13293)
2961
2962 * files.el (parse-colon-path): Doc fix. (Bug#12351)
2963 Return nil for empty path elements. (Bug#13296)
2964
2965 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
2966
2967 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2968 order to improve efficiency (Based on Daniel Colascione's
2969 <dancol@dancol.org> patch). (Bug#13182)
2970
2971 2013-01-02 Glenn Morris <rgm@gnu.org>
2972
2973 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2974
2975 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
2976
2977 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2978 neither DOCSTRING nor DECL was given. (Bug#13316)
2979
2980 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
2981
2982 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2983 `error' call.
2984 (tramp-do-copy-or-rename-file): Ignore errors when calling
2985 `set-file-extended-attributes'.
2986
2987 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2988 Add handler for `file-acl'.
2989 (tramp-smb-handle-file-acl): New defun.
2990
2991 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
2992
2993 * calc/README: Mention ISO 8601 week-numbering dates.
2994
2995 2013-01-01 Martin Rudalics <rudalics@gmx.at>
2996
2997 * view.el (view-mode-enable): New argument run-view-mode-hook.
2998 Run view-mode-hook only when it's non-nil (Bug#13315).
2999 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3000 argument t.
3001
3002 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
3003
3004 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3005 (No device connected, invalid device name). (Bug #13299)
3006
3007 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3008
3009 * window.el (window-resizable--p): Rename to window-resizable-p.
3010 (window-resize-no-error): New function.
3011
3012 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3013 broken in fix from 2012-12-28.
3014
3015 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * subr.el (special-form-p): Don't signal errors on undef aliases.
3018
3019 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3020
3021 * calc/calc-forms.el (math-parse-date): Try using
3022 `math-parse-iso-date' when it looks like it might be needed.
3023 Allow times of 24:00.
3024 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3025 of 24:00.
3026
3027 2012-12-30 Glenn Morris <rgm@gnu.org>
3028
3029 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3030 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3031 (rmail-summary-displayed, rmail-summary): Declare.
3032 (mairix-rmail-display): Just require rmail.
3033
3034 2012-12-30 Chong Yidong <cyd@gnu.org>
3035
3036 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3037 check for the tarball contents.
3038
3039 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3040
3041 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3042 tarfile content listings (Bug#13136).
3043
3044 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3045
3046 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3047 Insert the undecoded text of the message being forwarded. (Bug#9521)
3048
3049 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3052 integers, if they are real numbers. (Bug#13282)
3053
3054 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3055 Return `t' on success.
3056
3057 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3058 Add handler for `set-file-selinux-context'.
3059
3060 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3061
3062 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3063 (tramp-sh-handle-set-file-acl): Return `t' on success.
3064
3065 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3066
3067 * files.el (backup-buffer-copy, basic-save-buffer-2):
3068 If set-file-extended-attributes fails, fall back on set-file-modes
3069 instead of signaling an error. (Bug#13298)
3070 (basic-save-buffer): Likewise.
3071
3072 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3073
3074 * progmodes/python.el: Support other commands triggering
3075 python-indent-line so indentation cycling continues to work.
3076 (python-indent-trigger-commands): New defcustom.
3077 (python-indent-line): Use it.
3078
3079 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3080
3081 * progmodes/python.el (python-shell-send-region): Add blank lines
3082 for non sent code so backtraces remain correct.
3083
3084 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
3085
3086 * progmodes/python.el: Remove cl dependency.
3087 (python-syntax-count-quotes): Replace incf call.
3088 (python-fill-string): Replace setf call.
3089
3090 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3091
3092 * info.el (info-other-window): New arg, for consistency with info.
3093
3094 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3095
3096 * mail/rmail.el (rmail-maybe-display-summary):
3097 Rewrite (Bug#13066).
3098
3099 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3100
3101 * epg.el (epg--start): Modify process-environment locally.
3102
3103 2012-12-28 Daiki Ueno <ueno@gnu.org>
3104
3105 * epg.el: Support pinentry-curses.
3106 Suggested by Werner Koch in
3107 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3108 (epg-agent-file, epg-agent-mtime): New variable.
3109 (epg--start): Record the modified time of gpg-agent socket file,
3110 to restore Emacs frame after pinentry-curses termination.
3111 (epg-wait-for-completion): Restore Emacs frame here.
3112
3113 2012-12-27 Juri Linkov <juri@jurta.org>
3114
3115 * info.el (Info-file-completions): New variable.
3116 (Info-read-node-name-1): Complete node names in the Info file
3117 when a file name is given. Call `Info-build-node-completions'
3118 with a file name.
3119 (Info-build-node-completions): Add new arg `file'. When it is
3120 non-nil, visit it in a temporary buffer and cache its completions in
3121 `Info-current-file-completions'. Move most of the function body to
3122 `Info-build-node-completions-1'.
3123 (Info-build-node-completions-1): New function with the body from
3124 `Info-build-node-completions'. (Bug#12456)
3125
3126 2012-12-27 Juri Linkov <juri@jurta.org>
3127
3128 * frame.el (frame-maximization-style): Remove user option.
3129 (cycle-frame-maximized): Remove function.
3130 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3131 (toggle-frame-fullscreen): New command bound to <f11> instead of
3132 `toggle-frame-maximized'.
3133 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3134
3135 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3138
3139 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3140 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3141 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3142 for `file-accessible-directory-p'. (Bug#13275)
3143
3144 2012-12-27 Sam Steingold <sds@gnu.org>
3145
3146 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3147 continuations, see <http://stackoverflow.com/questions/3582436>.
3148
3149 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3150
3151 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3152 "module" and "def" to have indentation before them.
3153 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3154
3155 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3156
3157 2012-12-27 Alan Mackenzie <acm@muc.de>
3158
3159 Speed up fontification where there's large brace blocks.
3160 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3161 to a call of c-beginning-of-decl-1.
3162
3163 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3164
3165 * comint.el (comint-adjust-window-point): New function.
3166 (comint-postoutput-scroll-to-bottom):
3167 Call comint-adjust-window-point (Bug#13248).
3168
3169 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3170
3171 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3172 Rakefile regexp.
3173 (auto-mode-alist): Associate .gemspec files with ruby-mode
3174 (https://bugs.ruby-lang.org/issues/5453).
3175
3176 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
3177
3178 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3179 Suppress coloring, if possible (required for BusyBox based systems like
3180 CyanogenMod).
3181 (tramp-adb-handle-file-attributes)
3182 (tramp-adb-handle-insert-directory)
3183 (tramp-adb-handle-file-name-all-completions): Use it.
3184 (tramp-adb-get-toolbox): New defun. Check for remote shell
3185 implementation (BusyBox or Toolbox).
3186
3187 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3188
3189 * startup.el (initial-buffer-choice): Allow function as value
3190 (Bug#13251).
3191 (command-line-1): Handle case where initial-buffer-choice
3192 specifies a function.
3193 * server.el (server-execute): Handle case where
3194 initial-buffer-choice specifies a function.
3195
3196 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3197
3198 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3199 its own function.
3200 (smtpmail-try-auth-methods): Forget the user name/password if the
3201 login is unsuccessful (bug#12424).
3202
3203 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * notifications.el (notifications-notify): Protect body with
3206 `with-demoted-errors'.
3207
3208 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3209 Check properties of remote device. Restart connection, if there is a
3210 change.
3211
3212 2012-12-21 Chong Yidong <cyd@gnu.org>
3213
3214 * sort.el (sort-subr): Doc fix (Bug#13056).
3215
3216 2012-12-21 Bastien Guerry <bzg@gnu.org>
3217
3218 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3219
3220 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * simple.el (process-file): Overwrite stderr file, if exists.
3223
3224 2012-12-21 Daiki Ueno <ueno@gnu.org>
3225
3226 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3227 (epg-error): Set `error-message' property.
3228
3229 2012-12-21 Chong Yidong <cyd@gnu.org>
3230
3231 * international/mule-cmds.el (read-char-by-name): Signal an error
3232 if the user does not supply a valid character (Bug#13177).
3233
3234 * simple.el (transpose-subr-1): Preserve marker positions by
3235 changing the insertion sequence (Bug#13122).
3236
3237 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3238
3239 * simple.el (kill-region): Deactivate mark even for empty regions
3240 (Bug#13169).
3241
3242 2012-12-21 Chong Yidong <cyd@gnu.org>
3243
3244 * help-fns.el (describe-variable): Make sure we get the right
3245 buffer name (Bug#13105). Suggested by Kelly Dean.
3246
3247 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3248
3249 * comint.el (comint-redirect-previous-input-string): New variable.
3250 (comint-redirect-setup, comint-redirect-cleanup)
3251 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3252 (comint-redirect-preoutput-filter): Fix verbose message.
3253
3254 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3255
3256 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3257 is too long for Tramp. See discussion in
3258 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3259
3260 * progmodes/compile.el (compilation-start): Remove line escape
3261 template.
3262
3263 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3264
3265 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3266 Adjust comment.
3267
3268 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3269
3270 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3271 following non-comment text (bug#13207).
3272 (lm-header-multiline): Continuation lines need to be indented more than
3273 the first line.
3274 (lm-homepage): New function.
3275 (lm-with-file): Don't be confused if narrowing is in effect.
3276
3277 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3280 very beginning of a hunk (e.g. killing the first line).
3281
3282 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3283
3284 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3285 and text properties from returned ACL string.
3286 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3287 for "setfacl" command.
3288
3289 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3292 `tramp-cleanup-this-connection', when the process has died.
3293 (Bug#13151)
3294
3295 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3298
3299 2012-12-17 Kevin Ryde <user42@zip.com.au>
3300
3301 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3302
3303 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3304
3305 Add support for preserving ACL entries of files.
3306
3307 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3308 `set-file-acl' handlers.
3309
3310 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3311 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3312
3313 * net/tramp-compat.el (tramp-compat-copy-file):
3314 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3315
3316 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3317 Add `file-acl' and `set-file-acl' handlers.
3318 (tramp-gvfs-handle-copy-file):
3319 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3320 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3321 New defuns.
3322
3323 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3324 Add `file-acl' and `set-file-acl' handlers.
3325 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3326 (tramp-sh-handle-set-file-acl): New defuns.
3327 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3328 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3329
3330 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3331 Add `file-acl' and `set-file-acl' handlers.
3332 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3333
3334 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3335
3336 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3337 use pop-to-buffer with NORECORD argument t. As buffer name, use
3338 *Metahelp* with a leading space (Bug#13190).
3339
3340 2012-12-16 Romain Francoise <romain@orebokech.com>
3341
3342 * files.el (file-extended-attributes)
3343 (set-file-extended-attributes): New functions.
3344 (backup-buffer): Use them to handle both SELinux context and ACL
3345 entries.
3346 (backup-buffer-copy): Work with an alist of extended attributes,
3347 rather than an SELinux context.
3348 (basic-save-buffer-2): Ditto.
3349
3350 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3351
3352 * battery.el (battery-bsd-apm): New function.
3353
3354 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3355
3356 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3357 standard date formats.
3358
3359 2012-12-15 Juri Linkov <juri@jurta.org>
3360
3361 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3362 `isearch-insert-char-by-name'.
3363 (with-isearch-suspended): New defmacro with body mostly from
3364 `isearch-edit-string' except the part that sets
3365 `isearch-new-string' and `isearch-new-message'.
3366 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3367 body that sets `isearch-new-string' and `isearch-new-message'.
3368 (isearch-insert-char-by-name): New command.
3369 * international/mule-cmds.el (read-char-by-name): Let-bind
3370 `enable-recursive-minibuffers' to t.
3371 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3372
3373 2012-12-15 Juri Linkov <juri@jurta.org>
3374
3375 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3376 (Bug#13175)
3377
3378 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3379
3380 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3381 the prompt. (Bug#13045)
3382
3383 2012-12-14 Glenn Morris <rgm@gnu.org>
3384
3385 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3386 Try to include filename in non-bytecomp warning. (Bug#13132)
3387
3388 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3389
3390 Fix permissions bugs with setgid directories etc. (Bug#13125)
3391 * files.el (backup-buffer): Don't rely on 9th output of
3392 file-attributes, as it's now a placeholder. Instead, use the new
3393 optional arg of file-ownership-preserved-p.
3394 (file-ownership-preserved-p): New optional arg GROUP.
3395 Fix mishandling of setuid directories that would cause this
3396 function to return t when it should have returned nil.
3397 Document what happens if the file does not exist, and when
3398 it's not known whether the ownership will be preserved.
3399 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3400 Likewise.
3401 (tramp-get-local-gid): Use group-gid for integer, as that's
3402 faster and more reliable.
3403
3404 2012-12-14 Julien Danjou <julien@danjou.info>
3405
3406 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3407 Update keywords list, data type and PL/pgSQL.
3408
3409 2012-12-14 Dave Abrahams <dave@boostpro.com>
3410
3411 * vc/ediff-util.el (ediff-buffer-type): New function.
3412 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3413 rather than taking it as as argument.
3414 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3415
3416 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
3417
3418 * json.el: Add pretty-print option (bug#12634).
3419 (json-encoding-separator, json-encoding-default-indentation)
3420 (json--encoding-current-indentation, json-encoding-pretty-print)
3421 (json-encoding-lisp-style-closings): New vars.
3422 (json--with-indentation): New macro.
3423 (json-encode-hash-table, json-encode-alist, json-encode-plist)
3424 (json-encode-array): Use it to obey json-encoding-pretty-print.
3425 (json-pretty-print-buffer, json-pretty-print): New commands.
3426
3427 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
3428
3429 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3430 Extract `ruby-syntax-propertize-expansions'.
3431 (ruby-syntax-propertize-expansions): Only change syntax on
3432 certain string delimiters, to punctuation. This way the common
3433 functions like forward-word and thing-at-point still work.
3434 (ruby-match-expression-expansion): Improve readability.
3435 (ruby-block-contains-point): New function.
3436 (ruby-add-log-current-method): Handle several edge cases.
3437
3438 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3441 unload-feature finishes even when aborting an ongoing edebug session.
3442 Also, do not worry about edebug-mode, unload-feature takes care of it.
3443
3444 2012-12-13 Andreas Schwab <schwab@suse.de>
3445
3446 * net/tls.el (tls-program): Update customize type.
3447
3448 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3451 (edebug-setup-hook, cl-read-load-hooks): Use it.
3452 (edebug-unload-function): New function. (Bug#13163)
3453
3454 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3457 Otherwise, there could be errors in autoloading. (Bug#13151)
3458
3459 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
3460
3461 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3462 sequences.
3463
3464 2012-12-13 Alan Mackenzie <acm@muc.de>
3465
3466 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
3467 * progmodes/cc-engine.el (c-backward-comments): Add code to work
3468 around `forward-comment' not recognizing ^M as whitespace.
3469
3470 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
3471
3472 * progmodes/python.el (python-skeleton-class)
3473 (python-skeleton-def): Do not add space after defun name.
3474
3475 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3478 (cl--symbol-function): Remove (now that funbound is like nil).
3479
3480 2012-12-12 Glenn Morris <rgm@gnu.org>
3481
3482 * button.el (button--area-button-p): Fix typo.
3483
3484 2012-12-12 Sam Steingold <sds@gnu.org>
3485
3486 * frame.el (frame-maximization-style): New user option.
3487 (toggle-frame-maximized): Toggle frame maximization according to
3488 `frame-maximization-style', bound to <f11>.
3489 (cycle-frame-maximized): Cycle between all maximization styles and
3490 non-maximized frame, bound to shift-<f11>.
3491
3492 2012-12-12 David Cadé <codename68@gmail.com>
3493
3494 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3495
3496 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
3497
3498 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3499 (eieio-override-prin1): Don't quote kewords and booleans.
3500 (object-write) <eieio-default-superclass>: Don't put closing parens
3501 on new line, avoid needless empty lines, align values that are objects
3502 with the slot keyword (instead of beginning on the same line).
3503 (eieio-list-prin1): Align value with slot keyword; increase
3504 eieio-print-depth before printing members of the list.
3505
3506 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3509 a display text-property.
3510 (report-emacs-bug-hook): Don't bother deleting it any more.
3511
3512 * hilit-chg.el (highlight-save-buffer-state): Delete.
3513 Use with-silent-modifications instead.
3514 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3515
3516 * button.el: Handle buttons in display text-properties.
3517 (button--area-button-p, button--area-button-string):
3518 Use (STRING . STRING-POS) representation instead of just STRING.
3519
3520 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3521
3522 * makefile.w32-in (compile4-SH): Fix a typo that caused term
3523 subdirectory be skipped.
3524
3525 2012-12-11 Glenn Morris <rgm@gnu.org>
3526
3527 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3528
3529 * progmodes/f90.el (f90-line-continued, f90-indent-region):
3530 Treat preprocessor lines embedded in continuations like comments.
3531 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
3532
3533 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
3534
3535 * calc/calc.el (calc-standard-date-formats): Add more date
3536 formats.
3537 * calc/calc-forms.el (math-parse-iso-date): New function.
3538 (math-parse-date): Use `math-parse-iso-date' when appropriate.
3539 (math-parse-iso-date-validate): Add extra error checking.
3540 (calc-date-notation): Add ability to access new date formats.
3541
3542 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3545 font-lock as well as when there's no text-property.
3546
3547 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
3548
3549 * hi-lock.el: Refine the choice of default face.
3550 (hi-lock-keyword->face): New function. Use it wherever we used
3551 cadadadr instead.
3552 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3553 (hi-lock--last-face): Remove var.
3554 (hi-lock--unused-faces): New var to replace it.
3555 (hi-lock-read-face-name): Use/maintain it.
3556 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
3557 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3558 if it has another face.
3559
3560 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3561
3562 * subr.el (w32notify-handle-event): New function.
3563 (inotify-handle-event): Doc fix.
3564
3565 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3566
3567 * subr.el (inotify-event-p, inotify-handle-event): New functions.
3568
3569 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
3570
3571 * simple.el (just-one-space): Doc fix.
3572
3573 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3574
3575 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3576
3577 2012-12-10 Le Wang <l26wang@gmail.com>
3578
3579 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3580 narrowed buffer (bug#12361).
3581
3582 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * vc/vc-hooks.el (vc-state): Doc fix.
3585
3586 2012-12-10 Glenn Morris <rgm@gnu.org>
3587
3588 * mail/rmail.el (rmail-maybe-display-summary):
3589 Preserve buffer, in case select-window changes it. (Bug#13066)
3590
3591 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3594 cl-load-hook where they belong.
3595
3596 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3599
3600 2012-12-09 Eli Zaretskii <eliz@gnu.org>
3601
3602 Parallelize byte compilation on MS-Windows.
3603 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3604 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3605 (WINS_BASIC): Define as concatenation of the above.
3606 (compile): Subdivide into 4 separate and independent jobs that can
3607 be run in parallel.
3608 (compile0-CMD, compile0-SH): New targets for compiling
3609 COMPILE_FIRST files, which are prerequisites for the rest of the
3610 byte-compilation.
3611 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3612 New targets for parallel compilation with cmd.exe.
3613 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3614 compiling under a Unixy shell.
3615
3616 2012-12-09 Chong Yidong <cyd@gnu.org>
3617
3618 * simple.el (set-mark-default-inactive): Delete this
3619 accidentally-introduced option.
3620 (set-mark-command, exchange-point-and-mark): Remove calls.
3621
3622 2012-12-09 Glenn Morris <rgm@gnu.org>
3623
3624 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3625 Respect a defcustom's :set function, if appropriate. (Bug#109)
3626 (eval-defun): Doc fix.
3627
3628 2012-12-08 Juri Linkov <juri@jurta.org>
3629
3630 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3631 (Info-fontify-node, Info-bookmark-make-record): Remove the
3632 file extension from Info-current-file (Bug#13016).
3633
3634 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3637 point, still provide some default.
3638 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3639 names, since we don't use it right now. Actually return the list.
3640 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3641
3642 2012-12-07 Chong Yidong <cyd@gnu.org>
3643
3644 * novice.el (disabled-command-function): Remove a spurious help
3645 xref (Bug#13043). Suggested by Kelly Dean.
3646
3647 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3648 syntax is specified (Bug#13025).
3649
3650 * info.el (Info-set-mode-line): Remove the file extension from
3651 Info-current-file if there is one (Bug#13016).
3652
3653 2012-12-07 Glenn Morris <rgm@gnu.org>
3654
3655 * mail/rmail.el (rmail-mime-decoded): New permanent local.
3656 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3657 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3658 and rmail-mime-decoded. (Bug#9841)
3659
3660 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
3661 (batch-unrmail, unrmail): Doc fixes.
3662 (unrmail): Respect unrmail-mbox-format.
3663 * mail/rmail.el (rmail-mbox-format): New option.
3664 (rmail-show-message-1): Respect rmail-mbox-format.
3665
3666 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3669
3670 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
3673 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3674 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3675 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3676 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3677 (cl-progv): Don't rely on dynamic scoping to find the body.
3678 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3679 (cl--proclaims-deferred): Rename from the "cl-" prefix.
3680 (cl-declaim): Use backquotes.
3681 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3682 Use "cl--" prefix for the object's tag.
3683
3684 * ses.el: Use advice-add/remove.
3685 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3686 (copy-region-as-kill, yank): Use advice-add.
3687 (ses-unload-function): Use advice-remove.
3688
3689 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
3690
3691 * button.el: Make them work in header-lines (bug#12817).
3692 (button-map): Add bindings for header-line and mode-line use.
3693 (button-get, button-put, button-label): `button' may now be a string.
3694 (button-activate): Don't make it a defsubst.
3695 (button--area-button-p, button--area-button-string): New functions.
3696 (make-text-button): Fix the return value when `beg' was a string.
3697 (push-button): Handle the mode-line case.
3698
3699 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3702 (sql-signum): Remove. Use `cl-signum' instead.
3703 (sql-read-passwd): Remove; use read-passwd instread.
3704 (sql-get-login-ext): Use read-string.
3705 (sql-get-login): Use dolist and pcase.
3706 (sql--completion-table): Rename from sql-try-completion.
3707 Use complete-with-action.
3708 (sql-mode): Don't change abbrev-all-caps globally.
3709 (sql-connect): Don't rely on dynamic scoping for `new-name'.
3710 (sql-postgres-completion-object): Initialize vars in their `let'.
3711 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3712 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3713 (sql-comint-interbase): Use a single append, without setq.
3714 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3715
3716 * hi-lock.el: Rework the default face and the serialize regexp code.
3717 (hi-lock--auto-select-face-defaults): Remove.
3718 (hi-lock-string-serialize-serial): Remove.
3719 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3720 make weak.
3721 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3722 equal string.
3723 (hi-lock-set-pattern): Adjust accordingly.
3724 (hi-lock--regexps-at-point): Simplify accordingly.
3725 (hi-lock--auto-select-face-defaults): Remove.
3726 (hi-lock--last-face): New var to replace it.
3727 (hi-lock-read-face-name): Rewrite (bug#11095).
3728 (hi-lock-unface-buffer): Arrange for the face to be the next default.
3729
3730 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * net/tramp.el (tramp-replace-environment-variables):
3733 Hide compiler warning.
3734 (tramp-file-name-for-operation): Remove `executable-find',
3735 `start-process', `call-process' and `call-process-region'.
3736
3737 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3738
3739 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3740 compatibility.
3741
3742 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3743
3744 2012-12-06 Chong Yidong <cyd@gnu.org>
3745
3746 * ffap.el (ffap-replace-file-component): Fix typo.
3747
3748 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3751 fix open-paren-like token test (bug#12785).
3752
3753 2012-12-06 Glenn Morris <rgm@gnu.org>
3754
3755 * mail/rmailsum.el (rmail-new-summary): Tweak for
3756 rmail-maybe-display-summary changing buffer. (Bug#13066)
3757
3758 2012-12-06 Juri Linkov <juri@jurta.org>
3759
3760 * info.el (Info-fontify-node): Don't hide the last newline.
3761 (Bug#12272)
3762
3763 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3764
3765 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3766 so as to enable message-read-from-minibuffer to expand mail aliases.
3767
3768 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3771 the `intangible' property.
3772 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3773
3774 2012-12-05 Deniz Dogan <deniz@dogan.se>
3775
3776 * net/rcirc.el (rcirc-urls): Update documentation.
3777 (rcirc-condition-filter): New function.
3778 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3779 and exclude consecutive duplicate URLs (Bug#6082).
3780
3781 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
3782
3783 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3784 Check return code of copy command.
3785
3786 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3787 Use group `tramp'. Add version.
3788
3789 2012-12-05 Chong Yidong <cyd@gnu.org>
3790
3791 * ffap.el (ffap-url-regexp): Don't require matching at front of
3792 string (Bug#4952).
3793 (ffap-url-p): If only a substring matches, return that.
3794 (ffap-url-at-point): Use the return value of ffap-url-p.
3795 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3796 (find-file-at-point, dired-at-point, dired-at-point-prompter)
3797 (ffap-guess-file-name-at-point): Likewise.
3798 (ffap-replace-file-component): Fix typo.
3799
3800 * info.el (info-display-manual): Add existing Info buffers, whose
3801 files may not be in Info-directory-list, to the completion.
3802 (info--manual-names): New helper function.
3803
3804 2012-12-05 Glenn Morris <rgm@gnu.org>
3805
3806 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3807 New functions, for detecting and resolving conflicts. (Bug#10709)
3808
3809 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
3810
3811 * hi-lock.el (hi-lock-auto-select-face): New user variable.
3812 (hi-lock-auto-select-face-defaults): New buffer local variable.
3813 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3814 (hi-lock-unface-buffer): Prompt user with useful defaults.
3815 With prefix arg, unhighlight all hi-lock patterns in buffer.
3816
3817 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3820
3821 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
3822
3823 * Makefile.in (TRAMP_SRC):
3824 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3825
3826 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
3827
3828 * net/tramp-adb.el: New package.
3829
3830 2012-12-04 Chong Yidong <cyd@gnu.org>
3831
3832 * terminal.el: Move to obsolete/.
3833
3834 * longlines.el: Move to obsolete/.
3835
3836 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3837 Remove code referring to longlines mode.
3838
3839 2012-12-03 Juri Linkov <juri@jurta.org>
3840
3841 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
3842
3843 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3844
3845 * textmodes/ispell.el (ispell-init-process)
3846 (ispell-start-process, ispell-internal-change-dictionary):
3847 Make sure personal dictionary name is expanded after initial
3848 `default-directory' value. Use expanded strings for
3849 keep/restart checks and for value (Bug#13019).
3850
3851 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3852
3853 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3854
3855 2012-12-03 Leo Liu <sdl.web@gmail.com>
3856
3857 * files.el (dir-locals-read-from-file): Check file non-empty
3858 before reading. (Bug#13038)
3859
3860 2012-12-03 Glenn Morris <rgm@gnu.org>
3861
3862 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3863 Remove any version extension before checking filename. (Bug#13006)
3864 (jka-compr-compression-info-list): Belated :version bump.
3865
3866 2012-12-03 Chong Yidong <cyd@gnu.org>
3867
3868 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3869
3870 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3871 (buffer-menu): Doc fix (Bug#12294).
3872
3873 2012-12-03 Roland Winkler <winkler@gnu.org>
3874
3875 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3876 of diary-show-all-entries in the diary buffer (Bug#12994).
3877
3878 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
3879
3880 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3881 "<STDIN>". This is binary safe.
3882
3883 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
3884
3885 * calc/calc-forms.el (math-absolute-from-iso-dt)
3886 (math-date-to-iso-dt, math-parse-iso-date-validate)
3887 (math-iso-dt-to-date): New functions.
3888 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3889 (math-fd-isoweekday): New variables.
3890 (calc-date-notation, math-parse-standard-date, math-format-date)
3891 (math-format-date-part): Add support for more formatting codes.
3892
3893 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
3894
3895 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3896 current buffer's file name when called interactively (Bug#12488).
3897
3898 2012-12-02 Juri Linkov <juri@jurta.org>
3899
3900 * info.el (info-display-manual): Don't clobber an existing Info
3901 buffer (Bug#10770). Add completion (Bug#10771).
3902
3903 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
3904
3905 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3906 before using it for comparison (Bug#5297).
3907
3908 2012-12-01 Jari Aalto <jari.aalto@cante.net>
3909
3910 * textmodes/css-mode.el (css-current-defun-name): New function.
3911 (css-mode): Use it.
3912
3913 * textmodes/sgml-mode.el (html-current-defun-name): New function.
3914 (html-mode): Use it.
3915
3916 2012-12-01 Chong Yidong <cyd@gnu.org>
3917
3918 Modularize add-log-current-defun (Bug#2224).
3919 Suggested by Jari Aalto.
3920
3921 * vc/add-log.el (add-log-current-defun-function): Doc fix.
3922 (add-log-current-defun): Move mode-specific code to other files.
3923 (add-log-lisp-like-modes, add-log-c-like-modes)
3924 (add-log-tex-like-modes): Variables deleted.
3925
3926 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3927 (lisp-mode-variables): Use it.
3928
3929 * progmodes/cc-mode.el (c-common-init):
3930 * progmodes/cperl-mode.el (cperl-mode): Set a value for
3931 add-log-current-defun-function.
3932
3933 * progmodes/m4-mode.el (m4-current-defun-name): New function.
3934 (m4-mode): Use it.
3935
3936 * progmodes/perl-mode.el (perl-current-defun-name): New.
3937 (perl-mode): Use it.
3938
3939 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3940 Use lisp-current-defun-name.
3941
3942 * textmodes/tex-mode.el (tex-current-defun-name): New.
3943 (tex-common-initialization): Use it.
3944
3945 * textmodes/texinfo.el (texinfo-current-defun-name): New.
3946 (texinfo-mode): Use it.
3947
3948 2012-12-01 Chong Yidong <cyd@gnu.org>
3949
3950 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3951 * progmodes/autoconf.el (autoconf-mode):
3952 * progmodes/js.el (js-mode):
3953 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3954 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3955 * progmodes/perl-mode.el (perl-mode):
3956 * progmodes/sh-script.el (sh-mode, sh-set-shell):
3957 * textmodes/css-mode.el (css-mode):
3958 * textmodes/sgml-mode.el (html-mode, sgml-mode)
3959 (sgml-tags-invisible, sgml-guess-indent):
3960 * textmodes/tex-mode.el (tex-common-initialization)
3961 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3962 (doctex-mode, plain-tex-mode, latex-mode):
3963 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3964
3965 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
3966
3967 * vc/vc-hg.el (vc-hg-next-revision):
3968 Ensure use of default "tip" output format. (Bug#6968)
3969
3970 2012-12-01 Kim F. Storm <storm@cua.dk>
3971
3972 * startup.el (fancy-startup-tail): Add a clickable link
3973 (Bug#2176).
3974
3975 2012-12-01 Chong Yidong <cyd@gnu.org>
3976
3977 * startup.el (fancy-startup-tail): Improve the message about
3978 auto-save files (Bug#2176).
3979
3980 * files.el (recover-session): Improve the descriptive message, and
3981 use substitute-command-keys.
3982
3983 2012-12-01 Glenn Morris <rgm@gnu.org>
3984
3985 * ido.el (ido-file-internal):
3986 Handle other-window, other-frame for dired. (Bug#13036)
3987
3988 2012-11-30 Glenn Morris <rgm@gnu.org>
3989
3990 * icomplete.el (icomplete-separator): Fix :version.
3991
3992 2012-11-30 Chong Yidong <cyd@gnu.org>
3993
3994 * shell.el (shell): For C-u M-x shell, use an inactive shell
3995 buffer as the default (Bug#1975).
3996 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3997 (shell-mode): Use them to reapply ansi colorization if Shell mode
3998 is re-enabled.
3999
4000 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4001
4002 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4003
4004 2012-11-30 Samuel Bronson <naesten@gmail.com>
4005
4006 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4007 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4008
4009 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4010
4011 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4012 by move-to-column (Bug#3234).
4013
4014 2012-11-30 Chong Yidong <cyd@gnu.org>
4015
4016 * longlines.el (longlines-wrap-line, longlines-encode-region):
4017 Preserve text properties (Bug#1425).
4018
4019 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4020
4021 * vc/vc.el (vc-register): Allow registering a file which is
4022 already registered with a different backend (Bug#10589).
4023
4024 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4025 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * icomplete.el: Change separator; add ido-style commands.
4028 (icomplete-show-key-bindings): Remove custom var.
4029 (icomplete-get-keys): Remove function.
4030 (icomplete-forward-completions, icomplete-backward-completions):
4031 New commands.
4032 (icomplete-minibuffer-map): New var.
4033 (icomplete-minibuffer-setup): Use it.
4034 (icomplete-exhibit): Don't delay if the list of completions is known.
4035 (icomplete-separator): New custom.
4036 (icomplete-completions): Use it.
4037 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4038 (minibuffer-force-complete-and-exit): New command.
4039 (minibuffer--complete-and-exit): New function extracted from
4040 minibuffer-complete-and-exit.
4041 (minibuffer-complete-and-exit): Use it.
4042
4043 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4044 error message when the file doesn't exist (bug#12974).
4045
4046 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4047
4048 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4049
4050 2012-11-29 Glenn Morris <rgm@gnu.org>
4051
4052 * files.el (hack-dir-local-variables): Warn if try to set
4053 coding via dir-locals, since it doesn't work. (Bug#7169)
4054
4055 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4056 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4057 Set buffer-local value of desktop-save-buffer.
4058 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4059 New functions.
4060 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4061 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4062
4063 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4064 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4065 Doc fix.
4066 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4067 Doc fixes.
4068
4069 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4070
4071 * calc/calc-forms.el (calc-date-notation): Fix regexp
4072 used to find time codes. Fix symbol for seconds.
4073
4074 2012-11-27 Glenn Morris <rgm@gnu.org>
4075
4076 * emacs-lisp/derived.el (derived-mode-make-docstring):
4077 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4078
4079 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4082 lexically scoped variables (bug#13005).
4083
4084 2012-11-27 Glenn Morris <rgm@gnu.org>
4085
4086 * vc/vc-hooks.el (vc-mistrust-permissions):
4087 Default to t, to avoid data-loss. (Bug#11490)
4088
4089 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
4090
4091 * progmodes/python.el (python-indent-guess-indent-offset):
4092 If indentation is guessed make python-indent-offset buffer-local.
4093
4094 Fix Imenu regression.
4095 * progmodes/python.el (python-nav-beginning-of-defun):
4096 Fix forward movement when statement(s) separates point from defun.
4097 (python-imenu-prev-index-position): New function.
4098
4099 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4100
4101 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4102
4103 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4104 Don't set buffer-file-type. Return nil. (Bug#12989)
4105
4106 2012-11-27 Glenn Morris <rgm@gnu.org>
4107
4108 * hippie-exp.el (hippie-expand-try-functions-list):
4109 Re-autoload it. (Bug#12982)
4110
4111 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4112
4113 * descr-text.el (describe-char-padded-string):
4114 Call internal-char-font only on GUI frames. (Bug#11964)
4115
4116 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4117
4118 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4119 and obsoletion message.
4120
4121 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4124 the constructs to keep outside of the `cl-block' (bug#12977).
4125
4126 2012-11-27 Chong Yidong <cyd@gnu.org>
4127
4128 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4129 keep reading until we get the up-event anyway, in order to process
4130 the up-event for mouse-1-click-follows-link (Bug#12971).
4131
4132 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4135 base function is not yet defined (bug#12965).
4136 (ad-activate-advised-definition): Use ad-compile-function.
4137 (ad-activate): Use cond.
4138
4139 2012-11-25 Leo Liu <sdl.web@gmail.com>
4140
4141 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4142 (Bug#12979)
4143
4144 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4145
4146 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4147 reftex-section-info-function in order to be compatible with
4148 Texinfo integration.
4149
4150 * textmodes/reftex.el (reftex-section-pre-regexp)
4151 (reftex-section-post-regexp, reftex-section-info-function):
4152 New variable.
4153 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4154 reftex-section-post-regexp, and reftex-section-info-function in order
4155 to be compatible with Texinfo integration.
4156
4157 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4158 use reftex-section-pre-regexp variable in order to be compatible with
4159 Texinfo integration.
4160
4161 2012-11-25 Chong Yidong <cyd@gnu.org>
4162
4163 * faces.el: Make face-spec-set more analogous to setq.
4164 (face-spec-set): Change the third arg to specify whether this
4165 function is being called via defface, customize, or a third party.
4166 Set the appropriate symbol properties. Clear the override spec if
4167 setting via Custom. Initialize face if necessary. (Bug#4988)
4168 (face-spec-recalc): Allow theme faces to completely replace the
4169 defface spec, in the same way as custom faces (Bug#8454).
4170
4171 * cus-face.el (custom-declare-face): Move face initialization to
4172 face-spec-set.
4173 (custom-theme-set-faces): Don't initialize the face name here, as
4174 that is now done in face-spec-set.
4175
4176 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4177 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4178 Simplify by using the new arg to face-spec-set.
4179
4180 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4181 reset face-override-spec too, and use custom-declare-face.
4182
4183 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4184
4185 * term/ns-win.el (ns-initialize-window-system): Move creation of
4186 fontsets here (Bug#11964).
4187
4188 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4189
4190 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4191 cell renaming.
4192
4193 2012-11-24 Chong Yidong <cyd@gnu.org>
4194
4195 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4196 obsolete.
4197
4198 * custom.el (custom-theme-set-variables): Use a topological sort
4199 for ordering by custom dependencies (Bug#12952).
4200 (custom--sort-vars, custom--sort-vars-1): New functions.
4201
4202 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4205 lexical-binding (bug#12938).
4206
4207 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4208
4209 * image-mode.el (image-transform-check-size): Use assertions only
4210 for images of type imagemagick.
4211
4212 Otherwise no error, image-transform-fit-to-{width,height} is
4213 silently ignored, as before. Doc fix.
4214
4215 2012-11-24 Chong Yidong <cyd@gnu.org>
4216
4217 * faces.el (color-defined-p): Doc fix (Bug#12853).
4218
4219 2012-11-24 Juri Linkov <juri@jurta.org>
4220
4221 * dired.el (dired-mark): Add optional arg `interactive'.
4222 Check for `use-region-p' if `interactive' is non-nil.
4223 (dired-unmark, dired-flag-file-deletion): Add optional arg
4224 `interactive'. Call `dired-mark' with the arg `interactive'.
4225 (Bug#10624)
4226
4227 * wdired.el: Revert 2012-10-17 change partly and replace it with
4228 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4229 (wdired-finish-edit): Add marks for new file names to
4230 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4231 after `revert-buffer'.
4232 (wdired-do-renames): Remove calls to `dired-remove-file',
4233 `dired-add-file', `dired-add-entry'. (Bug#11795)
4234
4235 2012-11-24 Alan Mackenzie <acm@muc.de>
4236
4237 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4238
4239 Fix bugs in the state cache. Enhance a debugging mechanism.
4240 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4241 "brace at column zero" strategy for C++.
4242 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4243 (c-parse-state-point): New variable.
4244 (c-record-parse-state-state): Record old parse state with
4245 `copy-tree'. Record previous value of point.
4246 (c-debug-parse-state-double-cons): New debugging function.
4247 (c-debug-parse-state): Call the above new function.
4248 (c-toggle-parse-state-debug): Output a confirmatory message.
4249
4250 * progmodes/cc-mode.el (c-before-change, c-after-change):
4251 Call c-invalidate-state-cache from `c-before-change' instead of
4252 `c-after-change'.
4253
4254 2012-11-23 Chong Yidong <cyd@gnu.org>
4255
4256 * find-cmd.el (find-constituents): Add executable, ipath,
4257 readable, samefile, writable, daystart, regextype (Bug#12856).
4258
4259 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4262
4263 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4264
4265 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4266 definition. This fixes a bootstrap failure.
4267 (calc-gregorian-switch): In menu, put dates before regions.
4268 This is easier to follow, lines up better in the menu, and lets us
4269 coalesce regions that switch at the same time. Give country
4270 names, not "Vatican", as that's better for non-expert users.
4271 Use names that are stable between the date of switch and now, e.g.,
4272 Bohemia and Moravia (which existed then and now) and not
4273 Czechoslovakia (which didn't exist then and doesn't exist now).
4274 What is now the U.S. mostly did not switch at the same time as
4275 Britain, so omit the U.S. Correct spelling of "Britain".
4276 Catholic Switzerland was too much of a mess, so omit it.
4277
4278 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4279
4280 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4281 after the variable is changed.
4282
4283 2012-11-21 Daniel Colascione <dancol@dancol.org>
4284
4285 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4286 in SQL declarations for font-lock.
4287 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4288
4289 2012-11-21 Glenn Morris <rgm@gnu.org>
4290
4291 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4292 (face-italic-p): Add optional argument "inherit".
4293
4294 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4295 Remove -p suffix from names, for consistency with other set-face-*.
4296 (set-face-inverse-video): Fix interactive spec.
4297 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4298 * textmodes/table.el (table--update-cell-face):
4299 Use set-face-inverse-video rather than now obsolete alias.
4300
4301 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4302
4303 * simple.el (line-move): Don't call line-move-partial if
4304 scroll-conservatively is in effect. (Bug#12927)
4305
4306 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4309 Fallback on completion-at-point rather than
4310 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4311 (eshell-cmpl-initialize): Setup completion-at-point.
4312
4313 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4314
4315 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4316
4317 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4320 are remote, check out-of-band property for both.
4321
4322 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4325 code rewrite.
4326
4327 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4328
4329 More minor time fixes.
4330 * calendar/time-date.el: Commentary fix.
4331 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4332 too much other code depends on (0 0) time stamps.
4333 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4334 Add a couple of FIXME comments.
4335
4336 Minor cleanup for times as lists of four integers.
4337 * files.el (dir-locals-directory-cache):
4338 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4339 Doc fixes.
4340 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4341 * ps-bdf.el (bdf-file-newer-than-time):
4342 Process four-integers time stamps, not two. Doc fixes.
4343
4344 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * uniquify.el (uniquify-managed): Use defvar-local.
4347 (rename-buffer, create-file-buffer): Advise with advice-add.
4348 (uniquify-unload-function): Unadvise accordingly.
4349
4350 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4351 (trace-buffer): Don't purecopy.
4352 (trace-entry-message, trace-exit-message): Add `context' arg.
4353 (trace--timer): New var.
4354 (trace-make-advice): Adjust for use in nadvice.
4355 Add `context' argument. Delay `display-buffer' via a timer.
4356 (trace-function-internal): Use advice-add.
4357 (trace--read-args): New function.
4358 (trace-function-foreground, trace-function-background): Use it.
4359 (trace-function): Rename to trace-function-foreground and redefine as
4360 an alias to that new name.
4361 (untrace-function, untrace-all): Adjust to the use of nadvice.
4362
4363 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4364
4365 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4366
4367 * subr.el (called-interactively-p-functions): New var.
4368 (internal--called-interactively-p--get-frame): New macro.
4369 (called-interactively-p, interactive-p): Rewrite in Lisp.
4370 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4371 (called-interactively-p-functions): Use it.
4372 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4373 (called-interactively-p-functions): Use it.
4374 * allout.el (allout-called-interactively-p): Don't assume
4375 called-interactively-p is a subr.
4376
4377 2012-11-20 Glenn Morris <rgm@gnu.org>
4378
4379 * profiler.el (profiler-report-mode-map): Add a menu.
4380 No need to bind `q' because we derive from special-mode.
4381 (profiler-report-find-entry): Handle calls from the menu-bar.
4382
4383 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * emacs-lisp/byte-run.el (defun-declarations-alist):
4386 Allow a compiler-macro to be a lambda expression.
4387
4388 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4389 eval-when-compile.
4390 (python-syntax-context): Add compiler-macro.
4391 (python-font-lock-keywords): Simplify with De Morgan.
4392
4393 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4394
4395 * files.el (load-file): Require match in minibuffer selection, as was
4396 the case in Emacs-20 before we changed the spec to allow .elc files
4397 (bug#12935).
4398
4399 * json.el: Don't require cl since we don't use it.
4400 * color.el: Don't require cl.
4401 (color-complement): `caddr' -> `nth 2'.
4402
4403 * calendar/time-date.el (time-to-seconds): De-obsolete.
4404
4405 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4406
4407 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4408 year numbers.
4409 (math-date-to-julian-dt): Adjust the initial approximation for the
4410 year to deal with the new definition of the DATE.
4411
4412 2012-11-19 Daniel Colascione <dancol@dancol.org>
4413
4414 * term/w32-win.el (cygwin-convert-path-from-windows):
4415 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4416
4417 2012-11-18 Chong Yidong <cyd@gnu.org>
4418
4419 * filecache.el (file-cache--read-list): New function.
4420 (file-cache-add-directory-list, file-cache-add-file-list)
4421 (file-cache-delete-file-list, file-cache-delete-directory-list):
4422 Use it to read a list of files or directories (Bug#12846).
4423 (file-cache-add-file, file-cache-add-directory)
4424 (file-cache-delete-file-list, file-cache-delete-file-regexp)
4425 (file-cache-delete-directory): Print an message.
4426
4427 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
4428
4429 * calc/calc-forms.el (math-date-to-dt): Use integer date when
4430 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4431
4432 2012-11-18 Glenn Morris <rgm@gnu.org>
4433
4434 * image.el (insert-image, insert-sliced-image): Doc fix.
4435
4436 2012-11-18 Chong Yidong <cyd@gnu.org>
4437
4438 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4439 (Bug#12810).
4440
4441 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4442
4443 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4444 response when the target file is in a subdirectory (Bug#12757).
4445
4446 2012-11-18 Chong Yidong <cyd@gnu.org>
4447
4448 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4449
4450 2012-11-18 Glenn Morris <rgm@gnu.org>
4451
4452 * emacs-lisp/cl-lib.el (face-underline-p):
4453 Use set-face-underline rather than the alias set-face-underline-p.
4454
4455 * window.el (with-temp-buffer-window): Doc fix.
4456 * subr.el (with-output-to-temp-buffer):
4457 Add doc xref to with-temp-buffer-window.
4458
4459 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4460
4461 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4462 * calc/calc.el (math-format-date-cache): Declare.
4463
4464 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4465
4466 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4467 It also uses January 1, 1 AD as its day number 1.
4468 * calc/calc-forms.el (math-julian-date-beginning)
4469 (math-julian-date-beginning-int): Implement this.
4470
4471 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4472
4473 * descr-text.el (quail-find-key):
4474 * dired.el (desktop-file-name):
4475 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4476 * generic-x.el (comint-mode, comint-exec):
4477 * image-dired.el (widget-forward):
4478 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4479 (speedbar-change-expand-button-char)
4480 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4481 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4482 * printing.el (easy-menu-add-item, easy-menu-remove-item)
4483 (widget-field-action, widget-value-set):
4484 * speedbar.el (imenu--make-index-alist):
4485 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4486 (ring-length, ring-insert):
4487 * vcursor.el (compare-windows-skip-whitespace):
4488 * woman.el (dired-get-filename):
4489 Declare functions.
4490
4491 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4492
4493 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4494
4495 * calc/calc.el (calc-gregorian-switch): New variable.
4496
4497 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4498 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4499 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4500 (math-leap-year-p): Add option to distinguish between Julian
4501 and Gregorian calendars.
4502 (math-day-number): Use `math-day-in-year' to do the computations.
4503 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4504 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4505 to do the computations.
4506 (math-date-to-dt): Use `math-date-to-julian-dt' and
4507 `math-date-to-gregorian-dt' to do the computations.
4508 (calcFunc-weekday, math-format-date-part): Use the new version of
4509 the DATE to determine the weekday.
4510 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4511 when necessary.
4512
4513 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4514
4515 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4516 Cygwin; otherwise use 'file:'. (Bug#12914)
4517 (cygwin-convert-path-from-windows): Declare, to avoid
4518 byte-compiler warnings.
4519
4520 2012-11-17 Andreas Politz <politza@fh-trier.de>
4521
4522 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4523 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4524 prefix and negative numeric prefix args (Bug#12795).
4525
4526 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
4527
4528 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4529 Don't signal an error with a score that is too low to add to the
4530 list of top scores. (Bug#12779)
4531
4532 2012-11-17 Chong Yidong <cyd@gnu.org>
4533
4534 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4535
4536 * filecache.el (file-cache-add-file): Handle relative file name in
4537 the argument (Bug#12694).
4538
4539 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4540
4541 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4542
4543 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4546
4547 * emacs-lisp/cl-lib.el: Set more meaningful version number.
4548
4549 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4550
4551 * window.el (enlarge-window, shrink-window): Don't mention return
4552 value in doc-string (Bug#12896).
4553 (window--display-buffer): Don't resize frames - it won't work
4554 with all window managers and defeat pop-up-frame-alist.
4555 (display-buffer-alist): In doc-string explain that CONDITION can
4556 be a function and which arguments are passed to it (Bug#12854).
4557 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
4558 expressions (Bug#12854).
4559 (display-buffer): Pass ACTION argument to
4560 display-buffer-assq-regexp.
4561
4562 2012-11-16 Glenn Morris <rgm@gnu.org>
4563
4564 * window.el (fit-frame-to-buffer-bottom-margin)
4565 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4566
4567 * faces.el (face-underline-p): Use face-attribute-specified-or.
4568
4569 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
4570
4571 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4572
4573 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4576
4577 2012-11-16 Glenn Morris <rgm@gnu.org>
4578
4579 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
4580 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4581
4582 * faces.el (face-underline-p): Doc fix. Handle :underline being
4583 things other than `t' (a string, a list).
4584 (face-inverse-video-p): Doc fix.
4585 (set-face-underline): Rename it back from set-face-underline-p.
4586 Doc fix. Allow interactive input of values other than t.
4587 (read-face-attribute): Apply formatting to :underline,
4588 since like :box and :stipple it can take list values.
4589
4590 * term.el (ansi-term): Don't let C-x escape-char binding
4591 clobber the more standard C-c binding. (Bug#12842)
4592
4593 * subr.el (set-temporary-overlay-map): Doc fix.
4594
4595 2012-11-16 Martin Rudalics <rudalics@gmx.at>
4596
4597 * window.el (record-window-buffer)
4598 (display-buffer-record-window): When copying the markers to
4599 window-point preserve window-point-insertion-type. (Bug#12588)
4600
4601 2012-11-16 Glenn Morris <rgm@gnu.org>
4602
4603 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4604 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4605 Use new names for hooks rather than obsolete aliases.
4606
4607 2012-11-15 Daniel Colascione <dancol@dancol.org>
4608
4609 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4610 prefix instead of "file:" so that when FILE-NAME begins with "//",
4611 as it does when the target file is on a network share, url-handler
4612 isn't confused.
4613
4614 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4617 a preactivated advice from an old advice.el; they're not compatible!
4618
4619 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4620
4621 * emacs-lisp/nadvice.el (advice--make-interactive-form):
4622 Fix string-spec case.
4623
4624 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4625
4626 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4629 (advice--buffer-local-function-sample): New var.
4630 (advice--set-buffer-local, advice--buffer-local): New functions.
4631 (add-function, remove-function): Use them.
4632
4633 2012-11-15 Drew Adams <drew.adams@oracle.com>
4634
4635 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4636
4637 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4640 potential binding of print-gensym to t, and prettify (back)quotes in
4641 case they appear in args's default values (bug#12884).
4642
4643 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4646 (advice-eval-interactive-spec): New function.
4647 (advice--make-interactive-form): Support around advice (bug#12844).
4648
4649 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
4650
4651 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4652 more strict. Add docstring.
4653 (ruby-expression-expansion-re): Extract from
4654 `ruby-match-expression-expansion'.
4655 (ruby-syntax-propertize-function): After everything else, search
4656 for expansions in string literals, mark their insides as
4657 whitespace syntax and save match data for font-lock.
4658 (ruby-font-lock-keywords): Use the 2nd group from expression
4659 expansion matches.
4660 (ruby-match-expression-expansion): Use the match data saved to the
4661 text property in ruby-syntax-propertize-function.
4662
4663 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4666 (bug#12879).
4667
4668 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4669
4670 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4671 start/end keyword a bit harder. Works with different values of N.
4672 Add more comments.
4673 (ruby-end-of-block): Update accordingly.
4674
4675 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * woman.el (woman-file-name): Don't mess with unread-command-events
4678 (bug#12861).
4679
4680 * emacs-lisp/advice.el: Layer on top of nadvice.el.
4681 Remove out of date self-require hack.
4682 (ad-do-advised-functions): Use simple `dolist'.
4683 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4684 (ad-advice-definition): Redefine as functions.
4685 (ad-advice-classes): Move before first use.
4686 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4687 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4688 (ad--defalias-fset): Remove functions.
4689 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4690 (ad-get-orig-definition): Rewrite.
4691 (ad-make-advised-definition-docstring): Change base docstring.
4692 (ad-real-orig-definition): Rewrite.
4693 (ad-map-arglists): Change name of called function.
4694 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4695 (ad-make-advised-definition): Simplify.
4696 (ad-assemble-advised-definition): Tweak for new calling context.
4697 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4698 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
4699 function and call ad-activate if needed.
4700 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4701 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4702 (ad-compile-function): Compile ad-Advice-*.
4703 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4704 (ad-start-advice, ad-stop-advice): Remove.
4705
4706 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4707
4708 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4709 period before class method names, not after. Remove handling of
4710 one impossible case. Add comments.
4711
4712 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * emacs-lisp/advice.el: Remove support for freezing.
4715 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4716 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4717 Remove support for `freeze'.
4718
4719 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4720 override the default.
4721 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4722 cl--dotimes/dolist.
4723 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4724 `cl' is loaded.
4725
4726 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4727 from add-advice.
4728 (advice--strip-macro): New function.
4729 (advice--defalias-fset): Use them to handle macros.
4730 (advice-add): Use them.
4731 (advice-member-p): Correctly handle macros.
4732
4733 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4734
4735 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4736 Never font-lock the beginning of singleton class as heredoc.
4737
4738 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4741
4742 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
4743
4744 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4745 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
4746 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4747
4748 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
4749
4750 Fix end-of-defun misbehavior.
4751 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4752 python-beginning-of-defun-function. Handle nested defuns
4753 correctly.
4754 (python-nav-end-of-defun): Rename from
4755 python-end-of-defun-function. Ensure forward movement.
4756 (python-info-current-defun): Reimplement to work as intended
4757 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
4758 parent defuns as soon as possible.
4759
4760 2012-11-13 Glenn Morris <rgm@gnu.org>
4761
4762 * progmodes/flymake.el (flymake-error-bitmap)
4763 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4764 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4765
4766 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
4767
4768 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4769 backward, always stop at indentation. Reverts the change from
4770 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4771
4772 2012-11-13 Glenn Morris <rgm@gnu.org>
4773
4774 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4775 Add ibuffer-filter-by-derived-mode.
4776
4777 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4778 the same name shadowing each other.
4779
4780 * window.el (with-temp-buffer-window): Doc tweak.
4781
4782 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4783
4784 * help.el (temp-buffer-max-height):
4785 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4786 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4787
4788 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * emacs-lisp/nadvice.el: New package.
4791 * subr.el (special-form-p): New function.
4792 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4793 (elp-all-instrumented-list): Remove var.
4794 (elp-not-profilable): Remove elp-wrapper.
4795 (elp-profilable-p): Use autoloadp and special-form-p.
4796 (elp--advice-name): New const.
4797 (elp-instrument-function): Use advice-add.
4798 (elp--instrumented-p): New predicate.
4799 (elp-restore-function): Use advice-remove.
4800 (elp-restore-all, elp-reset-all): Use mapatoms.
4801 (elp-set-master): Use elp--instrumented-p.
4802 (elp--make-wrapper): Rename from elp-wrapper, return a function
4803 suitable for advice-add. Use cl-inf.
4804 (elp-results): Use mapatoms+elp--instrumented-p.
4805 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4806 (debug-function-list): Remove var.
4807 (debug): Rename arg, and then let-bind it explicitly inside.
4808 (debugger-setup-buffer): Rename arg.
4809 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4810 (debugger-frame-number): Adjust to new debug-on-entry setup.
4811 (debug--implement-debug-on-entry): Rename from
4812 implement-debug-on-entry, add argument.
4813 (debugger-special-form-p): Remove, use special-form-p instead.
4814 (debug-on-entry): Use advice-add.
4815 (debug--function-list): New function.
4816 (cancel-debug-on-entry): Use it, along with advice-remove.
4817 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4818 (debugger-list-functions): Use debug--function-list instead of
4819 debug-function-list.
4820 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4821 (ad-special-form-p): Remove, use special-form-p instead.
4822 (ad-set-advice-info): Use add-function and remove-function.
4823 (ad--defalias-fset): Adjust accordingly.
4824
4825 2012-11-10 Glenn Morris <rgm@gnu.org>
4826
4827 * mail/emacsbug.el (report-emacs-bug-tracker-url)
4828 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4829 (report-emacs-bug-create-existing-bugs-buffer)
4830 (report-emacs-bug-parse-query-results)
4831 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
4832
4833 * term.el (term-default-fg-color, term-default-bg-color):
4834 Make obsolete, rather than just saying "deprecated" in the doc.
4835
4836 * term.el (term): Rename from `term-face'.
4837 (term-current-face, ansi-term-color-vector)
4838 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4839 Update all users.
4840
4841 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
4842
4843 * server.el (server-create-window-system-frame): Handle Nextstep
4844 specially (Bug#12780).
4845
4846 2012-11-10 Glenn Morris <rgm@gnu.org>
4847
4848 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4849 Unautoload, and make obsolete. (Bug#7449)
4850
4851 2012-11-10 Chong Yidong <cyd@gnu.org>
4852
4853 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4854 rename from diff-remove-trailing-whitespace (Bug#12831).
4855
4856 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4859 miscompilation of trace.el.
4860
4861 2012-11-10 Glenn Morris <rgm@gnu.org>
4862
4863 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4864
4865 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4868 (bug#12812).
4869
4870 2012-11-10 Chong Yidong <cyd@gnu.org>
4871
4872 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4873 a defcustom with an appropriate :set function.
4874 (minibuffer-default--in-prompt-regexps): New function.
4875
4876 2012-11-10 Glenn Morris <rgm@gnu.org>
4877
4878 * emacs-lisp/cl.el (define-setf-expander, defsetf)
4879 (define-modify-macro): Doc fixes.
4880
4881 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4882 (gv-define-simple-setter): Update doc of `fix-return'.
4883
4884 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4887 twice when `fix-return' is set (bug#12813).
4888
4889 * emacs-lisp/cl.el (defsetf): Pass the third arg to
4890 gv-define-simple-setter (bug#12812).
4891
4892 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4893 (bug#12756).
4894
4895 2012-11-10 Glenn Morris <rgm@gnu.org>
4896
4897 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4898
4899 * emacs-lisp/cl-extra.el (cl-prettyexpand):
4900 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4901 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4902 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4903
4904 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4905
4906 2012-11-10 Leo Liu <sdl.web@gmail.com>
4907
4908 * ido.el (ido-set-matches-1): Improve flex matching performance by
4909 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
4910
4911 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4914 (ad--defalias-fset): New function.
4915 (ad-safe-fset): Remove.
4916 (ad-make-freeze-definition): Use cl-letf*.
4917
4918 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * subr.el (dolist): Don't bind VAR in RESULT.
4921
4922 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
4923 (fset, documentation): Don't save real def since we don't advise.
4924 (ad-do-advised-functions): Remove problematic `result-form'.
4925 (ad-safe-fset): `ad-real-fset' => `fset'.
4926 (ad-read-advised-function): Don't assume that ad-do-advised-functions
4927 uses CL's dolist internally.
4928 (ad-arglist): Remove unused arg `name'.
4929 (ad-docstring, ad-make-advised-docstring):
4930 `ad-real-documentation' => `documentation'.
4931 (warning-suppress-types): Declare.
4932 (ad-set-arguments): Simple CSE.
4933 (ad-recover-normality): Sanity check.
4934
4935 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4936 (funcall '(lambda ..) ..) into ((lambda ..) ..).
4937
4938 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
4939
4940 * ses.el: symbol to coordinate mapping is made by symbol property
4941 `ses-cell'. This means that the same mapping is done for all SES
4942 sheets. That is good enough for cells with standard A1 names, but
4943 not for named cell. So a hash map is added for the latter.
4944 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4945 (ses-sym-rowcol): Use hashmap for named cell.
4946 (ses-is-cell-sym-p): New defun.
4947 (ses-decode-cell-symbol): New defun.
4948 (ses-create-cell-variable): Add cell to hashmap when name is not
4949 A1-like.
4950 (ses-rename-cell): Check that cell new name is not already in
4951 spreadsheet with the use of ses-is-cell-sym-p
4952 (ses-rename-cell): Use hash map for named cells, but accept also
4953 renaming back to A1-like.
4954
4955 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * emacs-lisp/advice.el: Use new dynamic docstrings.
4958 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4959 Use dynamic-docstring-function instead of ad-advice-info.
4960 (ad--make-advised-docstring): New function extracted from
4961 ad-make-advised-docstring.
4962 (ad-make-advised-docstring): Use it.
4963 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4964 from sql-help.
4965 (sql-help): Use it with dynamic-docstring-function.
4966
4967 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4968
4969 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * files.el (hack-one-local-variable--obsolete): New function.
4972 (hack-one-local-variable): Use it for obsolete settings.
4973
4974 * subr.el (locate-user-emacs-file): If both old and new name exist, use
4975 the new name.
4976
4977 * progmodes/js.el (js--filling-paragraph): New var.
4978 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4979 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4980 less sneaky.
4981
4982 2012-11-08 Julien Danjou <julien@danjou.info>
4983
4984 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4985 `auto-mode-alist' (Bug#12835).
4986
4987 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4990 (perl--prettify-symbols-alist): New const.
4991 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4992 New functions.
4993 (perl-font-lock-keywords-2): Use them.
4994 (perl-electric-noindent-p): New function.
4995 (perl-mode): Use it to set up electric-indent-mode.
4996 (perl-electric-terminator, perl-indent-command): Mark obsolete.
4997 (perl-mode-map): Remove bindings for them.
4998 (perl-imenu-generic-expression, perl-outline-level):
4999 Match functions&packages in column>0.
5000
5001 * env.el (env--substitute-vars-regexp): New const.
5002 (substitute-env-vars): Use it. Add `only-defined' arg.
5003 * net/tramp.el (tramp-replace-environment-variables): Use it.
5004
5005 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5006 Byte-compile *before* eval in eval-and-compile.
5007 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5008 (byte-compile-file-form-autoload): Don't hide actual definition.
5009 (byte-compile-maybe-guarded): Accept `functionp' as well.
5010
5011 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5012
5013 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5014
5015 * notifications.el (notifications-get-server-information-method):
5016 New defconst.
5017 (notifications-get-capabilities): Fix docstring.
5018 (notifications-get-server-information): New defun.
5019
5020 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5021
5022 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5023 readability.
5024
5025 * textmodes/ispell.el: Experimental support for support debugging.
5026 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5027 buffer for ispell.
5028 (ispell-print-if-debug): New function to print stuff to
5029 `ispell-debug-buffer' if debugging is enabled.
5030 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5031 show some debugging info.
5032 (ispell-buffer-with-debug): New function that creates a debugging
5033 buffer and calls `ispell-buffer' with debugging enabled.
5034
5035 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5036 comment in autoconf mode. (Bug#12768)
5037
5038 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5039
5040 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5041 frame-first-window, frame-root-window, frame-selected-window,
5042 minibuffer-selected-window, minibuffer-window,
5043 window-absolute-pixel-edges, window-at, window-body-height,
5044 window-body-width, window-display-table, window-combination-limit,
5045 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5046 window-inside-edges, window-inside-pixel-edges, window-left-child,
5047 window-left-column, window-margins, window-next-buffers,
5048 window-next-sibling, window-new-normal, window-new-total,
5049 window-normal-size, window-parameter, window-parameters, window-parent,
5050 window-pixel-edges, window-point, window-prev-buffers,
5051 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5052 window-start, window-text-height, window-top-child, window-top-line,
5053 window-total-height, window-total-width and window-use-time to the list
5054 of functions without side-effects.
5055 (toplevel): Add window-valid-p to the list of error-free functions
5056 without side-effects.
5057
5058 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5059
5060 * textmodes/ispell.el (ispell-program-name):
5061 Update spellchecker parameters when customized.
5062
5063 2012-11-04 Glenn Morris <rgm@gnu.org>
5064
5065 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5066
5067 2012-11-04 Chong Yidong <cyd@gnu.org>
5068
5069 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5070 same-window-* variables.
5071
5072 2012-11-04 Juri Linkov <juri@jurta.org>
5073
5074 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5075 (isearch-describe-key, isearch-describe-mode): Use a display
5076 action instead of binding same-window-* variables (Bug#10040).
5077
5078 2012-11-03 Glenn Morris <rgm@gnu.org>
5079
5080 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5081 Rename handler properties back from cl-- to cl-. (Bug#12788)
5082
5083 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5084
5085 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5086
5087 * term/pc-win.el: Don't load term/internal from here.
5088
5089 * loadup.el: Load term/internal from here.
5090
5091 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
5092
5093 * progmodes/python.el (inferior-python-mode): Fix hang in
5094 jit-lock (Bug#12645).
5095
5096 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5097
5098 * window.el (switch-to-visible-buffer)
5099 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5100
5101 2012-11-03 Glenn Morris <rgm@gnu.org>
5102
5103 * emacs-lisp/cl-lib.el (cl--random-time):
5104 Rename from cl-random-time. (Bug#12773)
5105 (cl--gensym-counter, cl--random-state): Update callers.
5106 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5107
5108 2012-11-03 Chong Yidong <cyd@gnu.org>
5109
5110 * cus-start.el: Make cursor-type customizable (Bug#11633).
5111
5112 2012-11-02 Glenn Morris <rgm@gnu.org>
5113
5114 * filecache.el: No need to load find-lisp when compiling.
5115 (find-lisp-find-files): Autoload it.
5116 (file-cache-add-directory-recursively): Don't require find-lisp.
5117
5118 * image.el (image-type-from-file-name): Trivial simplification.
5119
5120 * emacs-lisp/bytecomp.el (byte-compile-eval):
5121 Decouple "noruntime" and "cl-functions" warnings.
5122
5123 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5124
5125 * play/gomoku.el (gomoku-display-statistics): Update mode line
5126 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5127
5128 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5129
5130 * window.el (quit-restore-window): If the window has been
5131 created on an existing frame and ended up as the sole window on
5132 that frame, do not delete it (Bug#12764).
5133
5134 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5137 Rename from sh--inside-arithmetic-expression, handle more cases
5138 (bug#11263).
5139
5140 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5141 (sh-font-lock-open-heredoc): Use it (bug#12770).
5142
5143 2012-10-30 Glenn Morris <rgm@gnu.org>
5144
5145 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5146
5147 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5148
5149 2012-10-29 Chong Yidong <cyd@gnu.org>
5150
5151 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5152 function key is stored in a keyboard macro (Bug#4894).
5153
5154 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5155
5156 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5159 header comments".
5160 (diff-unified->context, diff-context->unified)
5161 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5162
5163 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5164
5165 * files.el (find-alternate-file): Only ask one question (bug#12487).
5166
5167 2012-10-29 Chong Yidong <cyd@gnu.org>
5168
5169 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5170 Suggested by Dan Nicolaescu (Bug#6326).
5171
5172 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5173
5174 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5175
5176 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5177
5178 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5179
5180 * face-remap.el (face-remap-add-relative): Handle the case where a
5181 face-remapping-alist entry is a cons cell (Bug#12762).
5182
5183 2012-10-29 Kevin Ryde <user42@zip.com.au>
5184
5185 * woman.el (woman-parse-numeric-value): Handle picas correctly
5186 (Bug#12639).
5187
5188 2012-10-29 Glenn Morris <rgm@gnu.org>
5189
5190 * emacs-lisp/cl.el (defsetf): Doc fix.
5191
5192 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5195 syntax to the matching opener, if any (bug#12547).
5196 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5197 matching open as a "case-(".
5198 (sh-smie-rc-grammar): Add a corresponding rule for it.
5199
5200 2012-10-28 Daniel Hackney <dan@haxney.org>
5201
5202 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5203 "PKGNAME-autoloads.el" in case we created it.
5204
5205 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5208 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5209 (completion--twq-all): Disable too-strict assertions.
5210
5211 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5212
5213 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5214
5215 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5216 text to match the real keybindings.
5217
5218 2012-10-27 Juri Linkov <juri@jurta.org>
5219
5220 * wdired.el (wdired-keep-marker-rename): New defcustom.
5221 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5222 (Bug#11795)
5223
5224 * dired.el (dired-keep-marker-rename): Add reference to
5225 `wdired-keep-marker-rename' in the docstring.
5226 Add default character value ?R to display initially in
5227 Customization UI instead of ?@.
5228
5229 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5230
5231 * window.el (display-buffer): In doc-string describe
5232 window-height and window-width alist entries.
5233
5234 * time.el (display-time-world): Restore fit-window-to-buffer
5235 behavior.
5236
5237 2012-10-27 Chong Yidong <cyd@gnu.org>
5238
5239 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5240
5241 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5242
5243 * minibuffer.el (completion-category-overrides): New completion
5244 category `bookmark' (bug#11131).
5245
5246 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5249 Silence bogus compiler warnings for ad-do-it.
5250
5251 * bookmark.el (bookmark-completing-read): Set the completion category
5252 to `bookmark' (bug#11131).
5253
5254 2012-10-26 Bastien <bzg@altern.org>
5255 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * face-remap.el: Use lexical-binding.
5258 (text-scale-adjust): Improve docstring. Use itself for the temporary
5259 overlay-map bindings, so as to repeat the "Use..." message each time.
5260
5261 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * emacs-lisp/macroexp.el (macroexp--expand-all):
5264 Obey byte-compile-warning-enabled-p (bug#12486).
5265
5266 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5267 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5268
5269 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5270
5271 * mouse.el (mouse-drag-line): Move last form into preceding when
5272 clause (Bug#12731).
5273
5274 * help.el (resize-temp-buffer-window): Fix doc-string.
5275
5276 2012-10-25 David Engster <deng@randomsample.de>
5277
5278 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5279 Remove. This feature is already integrated in imenu.
5280
5281 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5282 always loaded. Require `speedbar' unconditionally.
5283
5284 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5287
5288 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5289
5290 * net/ldap.el (ldap-search-internal): The official ldif format starts
5291 with a "version: 1" header (bug#12724).
5292
5293 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5294 (bug#12721).
5295
5296 2012-10-25 Glenn Morris <rgm@gnu.org>
5297
5298 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5299
5300 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * minibuffer.el (minibuffer-force-complete): Use one more marker
5303 for the temporary-overlay-map command (bug#12619).
5304
5305 2012-10-24 Chong Yidong <cyd@gnu.org>
5306
5307 * time.el (display-time-world-mode): Derive from special-mode.
5308 (display-time-world): Use display-buffer (Bug#12708).
5309 (display-time-world-mode-map): Variable deleted.
5310 (display-time-world-display): Wrap the final delete-char inside
5311 inhibit-read-only.
5312
5313 2012-10-24 Chong Yidong <cyd@gnu.org>
5314
5315 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5316 Doc fix.
5317
5318 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5319
5320 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * minibuffer.el (completion--all-sorted-completions-location): New var.
5323 (completion--cache-all-sorted-completions)
5324 (completion--flush-all-sorted-completions): Use it.
5325 (completion-in-region, completion-in-region--postch)
5326 (completion-at-point, completion-help-at-point): Use markers in
5327 completion-in-region--data (bug#12619).
5328
5329 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * progmodes/compile.el (compilation-start): Try to handle common
5332 quoting of `cd' argument (bug#12640).
5333
5334 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5335 (bug#12671).
5336
5337 2012-10-23 Glenn Morris <rgm@gnu.org>
5338
5339 * progmodes/gud.el (gud-menu-map):
5340 Check gdb-active-process is bound. (Bug#12358)
5341
5342 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * repeat.el (repeat): Set real-this-command (bug#12232).
5345
5346 * htmlfontify.el (hfy-post-html-hook):
5347 * filesets.el (filesets-cache-fill-content-hook):
5348 * arc-mode.el (archive-extract-hook):
5349 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5350 * net/rcirc.el (rcirc-sentinel-functions)
5351 (rcirc-receive-message-functions, rcirc-activity-functions)
5352 (rcirc-print-functions):
5353 * net/dbus.el (dbus-event-error-functions):
5354 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5355 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5356 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5357 * term/sun.el (sun-raw-prefix-hooks):
5358 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5359
5360 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5361
5362 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5363 Set `tramp-chunksize' to 1. This improves the performance.
5364 (tramp-smb-wait-for-output): Add timeout to
5365 `tramp-accept-process-output' calls.
5366
5367 2012-10-23 Chong Yidong <cyd@gnu.org>
5368
5369 * faces.el (font-list-limit): Define as an obsolete variable.
5370
5371 * startup.el (command-line):
5372 * cus-start.el: Don't refer to font-list-limit.
5373
5374 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5375
5376 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * subr.el (internal-temp-output-buffer-show): Rename from
5379 temp-output-buffer-show, since previously compiled files expect this name.
5380
5381 2012-10-23 Glenn Morris <rgm@gnu.org>
5382
5383 * image.el (image-type-from-file-name): If multiple types match,
5384 return the first one that is supported. (Bug#9045)
5385
5386 2012-10-22 Glenn Morris <rgm@gnu.org>
5387
5388 * image.el (imagemagick-enabled-types): Doc fix.
5389
5390 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5391
5392 * progmodes/which-func.el (which-func-current): The hash-table may have
5393 an explicit nil (bug#12338).
5394
5395 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * electric.el (electric-pair-delete-selection-self-insert-function):
5398 Rename to electric-pair-will-use-region, return a boolean.
5399 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5400
5401 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5402 (delete-selection-pre-hook): Use use-region-p.
5403 (delete-selection-self-insert-function): Remove.
5404 (self-insert-command): Obey self-insert-uses-region-functions.
5405 (self-insert-iso): Revert to previous setting, since we don't actually
5406 know what that command does.
5407 (delete-selection-self-insert-hooks): Remove.
5408
5409 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5410
5411 * delsel.el (delete-selection-helper): New function, extracted from
5412 delete-selection-pre-hook.
5413 (delete-selection-pre-hook): Use it.
5414 (delete-selection-self-insert-function): New function.
5415 (delete-selection-self-insert-hooks): New hook.
5416 (self-insert-command, self-insert-iso): Use it.
5417 * electric.el (electric-pair-syntax): New function, extracted from
5418 electric-pair-post-self-insert-function.
5419 (electric-pair-post-self-insert-function): Use it.
5420 (electric-pair-delete-selection-self-insert-function): New function.
5421 (electric-pair-mode): Require delsel and setup
5422 delete-selection-self-insert-hooks (bug#11520).
5423
5424 2012-10-20 Chong Yidong <cyd@gnu.org>
5425
5426 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5427 no changes to show (Bug#12586).
5428
5429 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5430 list explicitly (Bug#12571).
5431
5432 2012-10-20 Arne Jørgensen <arne@arnested.dk>
5433
5434 * progmodes/flymake.el (flymake-create-temp-inplace):
5435 Use file-truename.
5436
5437 2012-10-20 Eli Zaretskii <eliz@gnu.org>
5438
5439 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
5440
5441 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5442
5443 * calc/calc-units.el (math-extract-units): Properly extract powers
5444 of units.
5445
5446 2012-10-20 Daniel Colascione <dancol@dancol.org>
5447
5448 * frame.el (make-frame): Set x-display-name as we used to in order
5449 to unbreak creating an X11 frame from an Emacs daemon started
5450 without a display.
5451
5452 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * minibuffer.el (minibuffer-force-complete): Make the next completion use
5455 the same completion-field (bug#12221).
5456
5457 2012-10-19 Martin Rudalics <rudalics@gmx.at>
5458
5459 * emacs-lisp/debug.el (debug): Record height of debugger window
5460 also when debugger will be back (Bug#8789).
5461
5462 2012-10-18 Chong Yidong <cyd@gnu.org>
5463
5464 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5465 Convert to defcustom.
5466 (gdb-get-source-file): Don't bind pop-up-windows.
5467
5468 * progmodes/gud.el (gud-display-line): Don't specially re-use
5469 other frames for the gdb-mi case (Bug#12648).
5470
5471 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * emacs-lisp/advice.el: Clean up commentary a bit.
5474 (ad-do-advised-functions, ad-with-originals): Use `declare'.
5475 (byte-code-function-p): Never redefine.
5476
5477 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5478
5479 2012-10-18 Glenn Morris <rgm@gnu.org>
5480
5481 * dired.el (dired-sort-toggle): Some ls implementations only allow
5482 a single option string. (Bug#12666)
5483
5484 * minibuffer.el (completion-cycle-threshold): Doc fix.
5485
5486 2012-10-17 Kenichi Handa <handa@gnu.org>
5487
5488 * international/mule.el (set-keyboard-coding-system):
5489 Recover input meta mode when the new coding system doesn not use 8-bit.
5490 Supply TERMINAL arg to set-input-meta-mode.
5491
5492 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
5493
5494 * wdired.el (wdired-old-marks): New variable.
5495 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5496 (wdired-do-renames): Move point with renamed file and don't lose
5497 mark status (Bug#11795).
5498
5499 2012-10-16 Juri Linkov <juri@jurta.org>
5500
5501 * replace.el (query-replace-help): Mention multi-buffer replacement
5502 keys in the Help message. (Bug#12655)
5503
5504 2012-10-15 Chong Yidong <cyd@gnu.org>
5505
5506 * emacs-lisp/byte-run.el (defsubst): Doc fix.
5507
5508 2012-10-14 Eli Zaretskii <eliz@gnu.org>
5509
5510 * window.el (display-buffer): Doc fix.
5511
5512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5513 Adjust the msft regexp to the output of Studio 2010, and move msft
5514 before edg-1. See the discussion on emacs-devel,
5515 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5516 for the details.
5517
5518 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5521 (oset): Move uses of object-class-fast macro after its definition.
5522
5523 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5524
5525 2012-10-13 Chong Yidong <cyd@gnu.org>
5526
5527 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5528 enabled, re-enable it (Bug#11963).
5529
5530 2012-10-13 Martin Rudalics <rudalics@gmx.at>
5531
5532 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5533 non-nil, restore window configuration (Bug#12623).
5534
5535 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * help-fns.el (describe-variable, describe-function-1):
5538 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5539
5540 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5541
5542 2012-10-12 Glenn Morris <rgm@gnu.org>
5543
5544 * mail/rmailsum.el (rmail-header-summary):
5545 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
5546
5547 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
5548
5549 * progmodes/python.el (python-mode-map):
5550 Replace subtitute-key-definition with proper command remapping.
5551 (python-nav--up-list): Fix behavior for blocks on the same level.
5552
5553 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5556
5557 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5558 changes to the format of load-history.
5559
5560 * international/mule-cmds.el (read-char-by-name): Move let-binding of
5561 completion-ignore-case in case that var is buffer-local (bug#12615).
5562
5563 2012-10-11 Kenichi Handa <handa@gnu.org>
5564
5565 * international/eucjp-ms.el: Re-generated.
5566
5567 2012-10-10 Kenichi Handa <handa@gnu.org>
5568
5569 * select.el (xselect--encode-string): If a coding is specified for
5570 selection, and that is compatible with COMPOUND_TEXT, use it.
5571
5572 2012-10-10 Martin Rudalics <rudalics@gmx.at>
5573
5574 * window.el (switch-to-buffer-preserve-window-point): New option.
5575 (switch-to-buffer):
5576 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5577
5578 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5581 Don't document nil as a useful value (bug#12583).
5582
5583 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * net/tramp.el (tramp-debug-message):
5586 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5587 (with-tramp-progress-reporter): Rename from
5588 `tramp-with-progress-reporter'.
5589 (with-tramp-file-property, with-tramp-connection-property):
5590 Move from tramp-cache.el, rename from `with-file-property' and
5591 `with-connection-property', respectively.
5592
5593 * net/tramp-cache.el: Remove `with-file-property' and
5594 `with-connection-property'.
5595
5596 * net/tramp.el:
5597 * net/tramp-gvfs.el:
5598 * net/tramp-sh.el:
5599 * net/tramp-smb.el: Adapt callees.
5600
5601 * net/trampver.el: Update release number.
5602
5603 2012-10-09 Glenn Morris <rgm@gnu.org>
5604
5605 * w32-fns.el (set-message-beep):
5606 * term/w32-win.el (set-message-beep): Update declarations.
5607
5608 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5611 (mode-line-widen, mode-line-input-method-map)
5612 (mode-line-coding-system-map, mode-line-remote)
5613 (mode-line-unbury-buffer, mode-line-bury-buffer)
5614 (mode-line-next-buffer, mode-line-previous-buffer):
5615 Replace save-selected-window+select-window => with-selected-window.
5616
5617 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5618 * progmodes/cc-vars.el (bq-process): Remove, unused.
5619
5620 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5621
5622 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
5623
5624 Implemented `backward-up-list'-like navigation.
5625 * progmodes/python.el (python-nav-up-list)
5626 (python-nav-backward-up-list): New functions.
5627 (python-mode-map): Define substitute key for backward-up-list to
5628 python-nav-backward-up-list.
5629
5630 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5631
5632 * progmodes/python.el (python-fill-paragraph): Rename from
5633 python-fill-paragraph-function. Fixed fill-paragraph for
5634 decorators (Bug#12605).
5635
5636 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5637
5638 * progmodes/python.el (python-shell-output-filter): Handle extra
5639 carriage return in OSX (Bug#12409).
5640
5641 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5642
5643 Fix shell handling of unbalanced quotes and parens in output.
5644 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5645 (python-syntax-propertize-function): Use it.
5646 (python-shell-output-syntax-table): New var.
5647 (inferior-python-mode): Prevent unbalanced parens/quotes from
5648 previous output mess with current input context.
5649
5650 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5653 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5654
5655 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * ffap.el (ffap-replace-file-component): Support Tramp file name
5658 syntax, not only ange-ftp's one.
5659
5660 2012-10-08 Glenn Morris <rgm@gnu.org>
5661
5662 * cus-start.el (message-log-max): Set :version.
5663
5664 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5665
5666 2012-10-08 Martin Rudalics <rudalics@gmx.at>
5667
5668 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5669 the minibuffer window (Bug#10851).
5670
5671 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
5672
5673 Enhancements on forward-sexp movement.
5674 * progmodes/python.el (python-nav-beginning-of-statement)
5675 (python-nav-end-of-statement): Return point-marker.
5676 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5677 (python-info-current-symbol)
5678 (python-info-statement-starts-block-p): Rename from
5679 python-info-beginning-of-block-p.
5680 (python-info-statement-ends-block-p): Rename from
5681 python-info-end-of-block-p.
5682 (python-info-beginning-of-statement-p)
5683 (python-info-end-of-statement-p)
5684 (python-info-beginning-of-block-p, python-info-end-of-block-p):
5685 New functions.
5686
5687 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5690 frame-selected-windows.
5691
5692 2012-10-08 Daniel Colascione <dancol@dancol.org>
5693
5694 * battery.el (battery-status-function): Check for
5695 w32-battery-status itself, not system-time windows-nt.
5696
5697 * frame.el: Require cl-lib.
5698 (display-format-alist): New variable mapping frame types to
5699 functions that initialize them.
5700 (window-system-for-display): New function: interprets
5701 display-format-alist.
5702 (make-frame-on-display): Remove existing display-selection logic
5703 and just forward to make-frame, which will now DTRT.
5704 (make-frame): Restructure to use window-system-for-display to
5705 figure out how to create a frame on a given display.
5706 (display-mouse-p): Look for frame-type w32, not a particular
5707 system-type.
5708
5709 * loadup.el: Load w32 lisp code when we have the w32 feature.
5710
5711 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5712 system-type windows-nt.
5713
5714 * server.el (server-create-window-system-frame): Look for window
5715 type.
5716 (server-proces-filter): Only force a window system when windows-nt
5717 _and_ w32. Explain why.
5718
5719 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5720 of window systems we configure for the mode.
5721
5722 * startup.el (command-line): Mark window system is initialized
5723 after we've done it.
5724
5725 * common-win.el (x-select-text): Look for w32, not windows-nt.
5726
5727 * ns-win.el: Require cl-lib. Add ourselves to
5728 display-format-alist.
5729 (ns-initialize-window-system): Assert we're not initialized twice.
5730
5731 * w32-win.el: Enable lexical binding; require cl-lib; add
5732 ourselves to display-format-alist.
5733 (w32-handle-dropped-file): Convert incoming dropped files from
5734 Windows paths to Cygwin ones before passing them on to the rest of
5735 Emacs.
5736 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
5737 (w32-initialize-window-system): Assert we're not initialized twice.
5738
5739 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5740 (x-initialize-window-system): Assert we're not initialized twice.
5741
5742 * w32-common-fns.el: New File.
5743 (w32-version, w32-using-nt, w32-get-clipboard-data)
5744 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5745 (w32-charset-info-alist, x-last-selected, text)
5746 (x-get-selection-value, x-selection-value): Move here.
5747
5748 * w32-fns.el: Require w32-common-fns.
5749 (w32-version, w32-using-nt, w32-get-clipboard-data)
5750 (w32-set-clipboard-data, x-set-selection, x-get-selection)
5751 (w32-charset-info-alist, x-last-selected, text)
5752 (x-get-selection-value, x-selection-value): Move to
5753 w32-common-fns.
5754
5755 * w32-vars.el:
5756 (w32-allow-system-shell, w32-system-shells): Define only in
5757 non-cygwin case.
5758
5759 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5762 (read-passwd): Remove a few more potential sources of leaks.
5763
5764 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5765
5766 * progmodes/python.el (inferior-python-mode)
5767 (python-shell-make-comint): Fix initialization of local
5768 variables copied from parent buffer.
5769
5770 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5771
5772 * term/ns-win.el (ns-read-file-name): Update declaration to match
5773 nsfns.m.
5774 (ns-respond-to-change-font): Change fontsize separately so we are sure
5775 it is set when font is acted upon.
5776
5777 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5778
5779 Enhancements to indentation.
5780 * progmodes/python.el (python-indent-context): Give priority to
5781 inside-string context. Make comments indentation markers.
5782 (python-indent-region): Do not mess with strings, unless it's the
5783 enclosing set of quotes.
5784
5785 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * window.el (internal--before-save-selected-window)
5788 (internal--after-save-selected-window): New functions extracted from
5789 save-selected-window. Make sure we return the `alist' we construct.
5790 (save-selected-window): Use them.
5791
5792 * textmodes/tex-mode.el (tex-recenter-output-buffer):
5793 Use with-selected-window.
5794
5795 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5796 forms that define macros (bug#12593).
5797
5798 2012-10-07 Kenichi Handa <handa@gnu.org>
5799
5800 * international/mule-conf.el (compound-text-with-extensions):
5801 Add :mime-charset property as x-ctext.
5802
5803 2012-10-07 Stefan Merten <smerten@oekonux.de>
5804
5805 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5806 (rst-indent-literal-normal, rst-indent-literal-minimized)
5807 (rst-indent-comment): Correct :version tag.
5808 (rst-official-cvs-rev): Correct version string.
5809
5810 2012-10-07 Glenn Morris <rgm@gnu.org>
5811
5812 * mail/rmailmm.el (rmail-mime-process-multipart):
5813 Do not confuse a multipart message with an epilogue
5814 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
5815
5816 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
5817
5818 Fix shell output retrieval and comint-prompt-regexp init.
5819 * progmodes/python.el (inferior-python-mode):
5820 (python-shell-make-comint): Fix initialization of
5821 comint-prompt-regexp from copied file local variables.
5822 (python-shell-fetched-lines): Remove var.
5823 (python-shell-output-filter-in-progress): Rename from
5824 python-shell-fetch-lines-in-progress.
5825 (python-shell-output-filter-buffer): Rename from
5826 python-shell-fetch-lines-string.
5827 (python-shell-fetch-lines-filter): Delete function.
5828 (python-shell-output-filter): New function.
5829 (python-shell-send-string-no-output): Use them.
5830
5831 2012-10-07 Glenn Morris <rgm@gnu.org>
5832
5833 * hi-lock.el (hi-lock-process-phrase):
5834 Try to make it less fragile. (Bug#7161)
5835
5836 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5837
5838 2012-10-06 Glenn Morris <rgm@gnu.org>
5839
5840 * ehelp.el (electric-help-mode): Use help-mode rather than
5841 non-existent mode `help'.
5842 (electric-help-map): Use button-buffer-map. (Bug#10917)
5843
5844 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5845 (reftex-create-bibtex-footer): Fix custom types.
5846
5847 * progmodes/sh-script.el (sh-indent-after-continuation):
5848 Add explicit :group.
5849
5850 * textmodes/rst.el (rst-preferred-decorations)
5851 (rst-shift-basic-offset): Clarify obsolescence versions.
5852
5853 * profiler.el (profiler): Add missing group :version tag.
5854 * avoid.el (mouse-avoidance-banish-position):
5855 * proced.el (proced-renice-command):
5856 * calc/calc.el (calc-ensure-consistent-units):
5857 * calendar/icalendar.el (icalendar-import-format-uid):
5858 * net/tramp.el (tramp-save-ad-hoc-proxies):
5859 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5860 * progmodes/flymake.el (flymake-error-bitmap)
5861 (flymake-warning-bitmap, flymake-fringe-indicator-position):
5862 * progmodes/sh-script.el (sh-indent-after-continuation):
5863 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5864 (verilog-before-save-font-hook, verilog-after-save-font-hook):
5865 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5866 (vhdl-array-index-record-field-in-sensitivity-list)
5867 (vhdl-indent-comment-like-next-code-line):
5868 * textmodes/reftex-vars.el (reftex-ref-style-alist)
5869 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5870 (reftex-cite-key-separator, reftex-create-bibtex-header)
5871 (reftex-create-bibtex-footer):
5872 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5873 (rst-indent-literal-normal, rst-indent-literal-minimized)
5874 (rst-indent-comment): Add missing custom :version tags.
5875
5876 * calendar/timeclock.el (timeclock-modeline-display):
5877 Add missing obsolete alias for renamed user option.
5878
5879 * strokes.el (strokes-modeline-string):
5880 * emulation/crisp.el (crisp-mode-modeline-string):
5881 * eshell/esh-mode.el (eshell-status-in-modeline):
5882 Aliases to defcustoms must come before the defcustom.
5883
5884 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5885 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5886 (cal-tex-cursor-week-monday): Doc fixes.
5887 (cal-tex-cursor-week2-summary): Doc fix.
5888 Rename from cal-tex-cursor-week-at-a-glance.
5889
5890 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5891 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
5892
5893 * calendar/calendar.el (calendar-mode-map):
5894 Add cal-tex-cursor-week2-summary.
5895
5896 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5899
5900 * subr.el (read-passwd-map): New var.
5901 (read-passwd): Use `read-string' again.
5902 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5903
5904 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
5905
5906 * register.el (append-to-register, prepend-to-register):
5907 Deactivate mark, as does `copy-to-register' (bug#12389).
5908
5909 2012-10-06 Chong Yidong <cyd@gnu.org>
5910
5911 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5912
5913 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
5914
5915 * international/characters.el: Fix simple mistake ((car chars) ->
5916 elt), delete duplicated code.
5917
5918 2012-10-06 Glenn Morris <rgm@gnu.org>
5919
5920 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
5921
5922 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
5923
5924 * color.el (color-hsl-to-rgb): Fix incorrect results for
5925 small and large hue values. (Bug#12559)
5926
5927 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
5928
5929 Enhancements to docstring formatting when filling paragraphs.
5930 * progmodes/python.el (python-fill-docstring-style): Rename from
5931 python-fill-string-style. Added new style.
5932 (python-fill-string): Use new style. Better checks for
5933 docstrings.
5934
5935 2012-10-05 Glenn Morris <rgm@gnu.org>
5936
5937 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5938
5939 * color.el (color-name-to-rgb, color-rgb-to-hex)
5940 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5941 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5942 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5943 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5944
5945 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
5946
5947 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
5948
5949 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5950 to get the correct size across symlinks.
5951
5952 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5953
5954 2012-10-04 Juri Linkov <juri@jurta.org>
5955
5956 * replace.el (query-replace-interactive): Declare obsolete.
5957 (query-replace-read-from): Add the last incremental search string
5958 to the list of default values accessible via M-n.
5959 (map-query-replace-regexp): Use `read-regexp'.
5960 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5961 (map-query-replace-regexp, replace-string, replace-regexp):
5962 Fix docstrings to replace mentions of `query-replace-interactive'
5963 with alternatives. (Bug#12526)
5964
5965 2012-10-04 Juri Linkov <juri@jurta.org>
5966
5967 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
5968 (dired-pop-to-buffer): Declare obsolete.
5969 (dired-mark-pop-up): Doc fix.
5970
5971 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
5972
5973 Allow user to set docstring style for fill-paragraph.
5974 * progmodes/python.el
5975 (python-fill-comment-function, python-fill-string-function)
5976 (python-fill-decorator-function, python-fill-paren-function):
5977 Remove :safe for defcustoms.
5978 (python-fill-string-style): New defcustom
5979 (python-fill-paragraph-function): Enhance context detection.
5980 (python-fill-string): Honor python-fill-string-style settings.
5981
5982 2012-10-04 Martin Rudalics <rudalics@gmx.at>
5983
5984 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5985 after setting its buffer (Bug#10805).
5986
5987 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
5988
5989 Fix cornercase for string syntax.
5990 * progmodes/python.el (python-syntax-propertize-function):
5991 Simplify and enhance the regexp for unescaped quotes. Now it also
5992 matches quotes in weird situations like the single quote in
5993 "something\"'".
5994 (python-syntax-stringify): Simplify num-quotes detecting code.
5995
5996 2012-10-03 Glenn Morris <rgm@gnu.org>
5997
5998 * help-macro.el (three-step-help):
5999 Revert 2012-09-29 change. (Bug#12567)
6000
6001 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6002
6003 * menu-bar.el (kill-this-buffer): Don't do anything when
6004 `menu-frame' is not alive or visible (Bug#8184).
6005
6006 * emacs-lisp/debug.el (debug): When quitting the debugger window
6007 restore current buffer (Bug#12502).
6008
6009 2012-10-02 Chong Yidong <cyd@gnu.org>
6010
6011 * progmodes/hideif.el (hif-lookup, hif-defined):
6012 Handle semantic-c-takeover-hideif.
6013
6014 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6015
6016 Change sampling interval units from ms to ns.
6017 * profiler.el (profiler-sampling-interval): Change units
6018 from ms to ns, multiplying the default by 1000000 so that
6019 it remains 1 ms.
6020 (profiler-report-cpu-line-format): Give enough room for
6021 the maximum counters on 64-bit hosts.
6022 (profiler-report-render-calltree-1): Call them "CPU samples",
6023 not "Time (ms)", since they are not milliseconds now (and
6024 never really were).
6025
6026 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6027
6028 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6029 Fix querying BBDB for entries without a last name (Bug#11580).
6030
6031 2012-10-02 Chong Yidong <cyd@gnu.org>
6032
6033 * emacs-lisp/eieio.el: Restore Version header.
6034
6035 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * vc/diff-mode.el (diff--auto-refine-data): New var.
6038 (diff-hunk): Use it to delay refinement.
6039 (diff-mode): Remove overlays when we turn off font-lock.
6040
6041 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6042 (table-initialize-table-fixed-width-mode)
6043 (table-set-table-fixed-width-mode): Remove functions.
6044 (table-command-list): Move initialization into declaration.
6045 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6046 (table-with-cache-buffer): Use `declare'.
6047 (table-span-cell): Simplify via CSE.
6048 (table-fixed-width-mode): Use define-minor-mode.
6049 (table-call-interactively, table-funcall, table-apply): Remove.
6050 (table-function): New function, to replace them.
6051
6052 * bookmark.el (bookmark-search-pattern): Remove var.
6053 (bookmark-read-search-input): Remove function.
6054 (bookmark-bmenu-search): Reimplement using a minibuffer.
6055
6056 * faces.el (modeline): Remove obsolete face name.
6057
6058 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6059 and give a non-nil default value.
6060 (add-change-log-entry): Simplify accordingly.
6061
6062 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6063
6064 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6065 (vc-git-log-edit-toggle-amend): New function.
6066 (vc-git-log-edit-toggle-signoff): New function.
6067 (vc-git-log-edit-mode): New major mode.
6068 (vc-git-log-edit-mode-map): Keymap for it.
6069 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6070
6071 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6072 header names.
6073 (log-edit-toggle-header): New function.
6074 (log-edit-extract-headers): Accept function values in HEADERS alist.
6075
6076 2012-10-01 David Engster <deng@randomsample.de>
6077
6078 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6079 from symbol property and change message to be more consistent with
6080 Emacs proper.
6081 (eieio-describe-generic): Add filename for each implementation.
6082 Fix indices for generic and normal methods.
6083 (eieio-method-def, eieio-class-def): New buttons.
6084 (eieio-help-find-method-definition)
6085 (eieio-help-find-class-definition): New functions.
6086 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6087 class, constructor and method definitions.
6088
6089 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6090 information in symbol property.
6091 (scoped-class): Remove.
6092 (eieio-slot-name-index, call-next-method): Check if it is bound.
6093
6094 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6095
6096 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6097 (eieio-custom-mode): New major mode.
6098 (eieio-customize-object): Use it.
6099
6100 2012-10-01 Eric Ludlam <zappo@gnu.org>
6101
6102 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6103 specifying the expected class, and whether subclassing is allowed.
6104 (eieio-persistent-convert-list-to-object):
6105 (eieio-persistent-validate/fix-slot-value)
6106 (eieio-persistent-slot-type-is-class-p): New functions.
6107 (eieio-named::slot-missing): Doc fix.
6108
6109 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6110 Stop using unused publd variable.
6111
6112 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6113 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6114 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6115 (eieio-speedbar-handle-click): Do not specify a class for the
6116 method. Fixes method invocation order problems with EDE.
6117
6118 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6121 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6122
6123 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6124
6125 * bookmark.el (bookmark-version-control): Give tags in the
6126 :type choices (Bug#12309), and improve doc string.
6127 (bookmark-write-file): Bind `print-circle' to `t' to allow
6128 circular custom bookmark types. (Bug#12503)
6129
6130 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6131
6132 Revert the FOLLOW-SYMLINKS change for file-attributes.
6133 * files.el (remote-file-name-inhibit-cache, after-find-file):
6134 * time.el (display-time-file-nonempty-p): Undo last change.
6135
6136 * profiler.el (profiler-sampling-interval): Change default back to 1.
6137 See Stefan Monnier in
6138 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6139
6140 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
6141
6142 Shell output catching a la gud-gdb.
6143 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6144 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6145 New Vars.
6146 (python-shell-fetch-lines-filter): New function.
6147 (python-shell-send-string-no-output): Use them.
6148
6149 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6150
6151 * profiler.el (profiler-sampling-interval): Rename from
6152 profiler-sample-interval.
6153 (profiler-sampling-interval): Default to 10.
6154 (profiler-find-profile): New command (was profiler-find-log).
6155 (profiler-find-profile-other-window): New command.
6156 (profiler-find-profile-other-frame): New command.
6157 (profiler-profile): Introduce API-level data structure.
6158
6159 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6160
6161 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6162 * files.el (remote-file-name-inhibit-cache):
6163 * time.el (display-time-file-nonempty-p): Use it.
6164 * files.el (after-find-file): Don't chase links before calling
6165 file-exists-p, as file-exists-p already does the right thing.
6166
6167 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6168
6169 Merge from standalone RefTeX repository.
6170
6171 The following ChangeLog entries are shortened versions of the
6172 original ones with file paths adapted. A not so strongly edited
6173 version of the original ChangeLog can be found in the commit log.
6174
6175 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6176 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6177 Correctly handle new value type returned by `reftex-citation'.
6178
6179 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6180 that entries with whitespace at various places are found.
6181 Doc fix. Include entries that are cross-referenced from cited entries.
6182 Include @String definitions in the resulting bib file. Add header
6183 and footer defined in `reftex-create-bibtex-header' and
6184 `reftex-create-bibtex-footer'.
6185 (reftex-do-citation): Make it possible again to insert
6186 non-existent entries. Save match data when asking for optional
6187 arguments. Return all keys, not just the first one.
6188 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6189 all citations in the same line.
6190 (reftex-parse-bibtex-entry): Accept additional optional argument
6191 `raw' and keep quotes or braces if it is non-nil. Match fields
6192 containing hyphens besides word constituents.
6193 (reftex-get-string-refs): New function.
6194 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6195 and ask if it should be reread in case it did.
6196 (reftex-pop-to-bibtex-entry)
6197 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6198 entries with spaces or tabs in front of arguments.
6199 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6200 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6201 Match entries containing numbers and symbol constituents.
6202 (reftex-do-citation, reftex-figure-out-cite-format):
6203 Use `reftex-cite-key-separator'.
6204
6205 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6206 (reftex-mouse-view-crossref): Explain why point is set.
6207
6208 * textmodes/reftex-global.el: Whitespace changes.
6209
6210 * textmodes/reftex-index.el: Move provide statement to end of
6211 file.
6212 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6213 (reftex-index-visit-phrases-buffer): Set marker when visiting
6214 buffer. This allows for returning from the phrases file to the
6215 file one was just editing instead of the file where the last
6216 phrases was added from.
6217 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6218 punctuation syntax as it usually is not used as string quote in
6219 TeX-related modes and may occur unmatched. The change also
6220 prevents fontification of quoted content.
6221 (reftex-index-phrases-mode): Use it.
6222
6223 * textmodes/reftex-parse.el (reftex-parse-from-file):
6224 Move backward one char if a `\' was matched after a section macro.
6225 (reftex-parse-from-file): Use beginning of match instead of end as
6226 bound.
6227
6228 * textmodes/reftex-ref.el: Adapt creation of
6229 `reftex-<package>-<macro>' functions to new structure of
6230 `reftex-ref-style-alist'.
6231 (reftex-reference): Use `reftex-ref-style-list' function.
6232 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6233 reference macro if `reftex-ref-macro-prompt' is non-nil.
6234 (reftex-reference): Pass refstyle to `reftex-format-special'.
6235 Determine reference macro by looking at
6236 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6237 Use only one special format function.
6238 (reftex-varioref-vref, reftex-fancyref-fref)
6239 (reftex-fancyref-Fref): Remove definitions. The functions are now
6240 generated from `reftex-ref-style-alist'.
6241 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6242 Remove.
6243 (reftex-format-special): New function.
6244
6245 * textmodes/reftex-sel.el
6246 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6247 of `reftex-ref-style-alist'. Remove code for testing macro type.
6248 (reftex-select-toggle-varioref)
6249 (reftex-select-toggle-fancyref): Remove.
6250 (reftex-select-cycle-ref-style-internal)
6251 (reftex-select-cycle-ref-style-forward)
6252 (reftex-select-cycle-ref-style-backward): New functions.
6253 (reftex-select-label-map): Use `v' and `V' for general cycling
6254 through reference styles. Add `p' for switching between number
6255 and page reference types.
6256
6257 * textmodes/reftex-toc.el (reftex-re-enlarge):
6258 Call `enlarge-window' only if there is something to do because in Emacs
6259 the horizontal version throws an error even if the parameter is 0.
6260
6261 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6262 (reftex-plug-into-AUCTeX): Doc fix.
6263 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6264 string. Adapt to new name.
6265 (reftex-ref-style-alist): Change structure so that it is not
6266 possible to use multiple different package names within a style.
6267 Remove the symbols for symbols for macro type distinction.
6268 Add characters for macro selection.
6269 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6270 (reftex-create-bibtex-footer): New variables.
6271 (reftex-format-ref-function): Mention third argument of special
6272 format function.
6273 (reftex-ref-style-alist, reftex-ref-style-default-list):
6274 New variables.
6275 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6276 to new implementation. Mark as obsolete. Add compatibility code
6277 for honoring the variable values in case they are set.
6278 (reftex-cite-format-builtin, reftex-bibliography-commands):
6279 Add support for ConTeXt.
6280 (reftex-format-ref-function, reftex-format-cite-function):
6281 Fix custom type.
6282 (reftex-cite-key-separator): New variable.
6283
6284 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6285 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6286 `reftex-syntax-table' because parens have to retain their paren
6287 syntax in order for parsing of BibTeX entries like @book(...) to
6288 work.
6289 (reftex-in-comment): Do not error out if `comment-start-skip' is
6290 not set. Deal correctly with escaped comment characters.
6291 (reftex-tie-multifile-symbols): Add doc string.
6292 Initialize `reftex-ref-style-list'.
6293 (reftex-untie-multifile-symbols): Add doc string.
6294 (reftex-add-index-macros): Doc fix.
6295 (reftex-ref-style-activate, reftex-ref-style-toggle)
6296 (reftex-ref-style-list): New functions.
6297 (reftex-mode-menu): Use them. Adapt to new structure of
6298 `reftex-ref-style-alist'.
6299 (reftex-select-with-char): Kill the RefTeX Select buffer when
6300 done.
6301 (reftex-remove-if): New function.
6302 (reftex-erase-all-selection-and-index-buffers)
6303 (reftex-mode-menu): Reference styles are now computed from
6304 `reftex-ref-style-alist'. Fix typo.
6305 (reftex-report-bug): New function.
6306 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6307 algorithms with O(n log n). Introduce optional argument SORT (not
6308 yet used).
6309
6310 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
6311
6312 Enhancements for triple-quote string syntax.
6313 * progmodes/python.el (python-syntax-propertize-function):
6314 Match both quote cases in one regexp.
6315 (python-syntax-stringify): Handle matches properly.
6316
6317 2012-09-30 Juri Linkov <juri@jurta.org>
6318
6319 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6320 to nil around the call to `insert' to prevent
6321 directory time modification by lock_file. (Bug#2295)
6322 * tar-mode.el (tar-summarize-buffer): Idem.
6323
6324 2012-09-30 Juri Linkov <juri@jurta.org>
6325
6326 * facemenu.el (list-colors-sort): Add option "Luminance".
6327 (list-colors-sort-key): Implement it.
6328
6329 * vc/diff-mode.el (diff-refine-removed):
6330 * vc/ediff-init.el (ediff-fine-diff-A):
6331 * vc/smerge-mode.el (smerge-refined-removed):
6332 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6333
6334 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6335
6336 * term/ns-win.el (x-file-dialog): New function.
6337
6338 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6339
6340 * ido.el (ido-max-directory-size): Default to nil; the current
6341 default is small for POSIX systems, and impractical on Windows 7
6342 now that lstat returns directory sizes for NTFS.
6343
6344 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6345
6346 In buffer display functions handle window-height/window-width
6347 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6348 * window.el (window--display-buffer): New argument ALIST.
6349 Obey window-height and window-width alist entries.
6350 (window--try-to-split-window): New argument ALIST.
6351 Bind window-combination-limit to t when the window's size shall be
6352 changed and window-combination-limit equals `window-size'.
6353 (display-buffer-in-atom-window)
6354 (display-buffer-in-major-side-window)
6355 (display-buffer-in-side-window, display-buffer-same-window)
6356 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6357 (display-buffer-pop-up-window, display-buffer-below-selected)
6358 (display-buffer-at-bottom, display-buffer-in-previous-window)
6359 (display-buffer-use-some-window): Adjust all callers of
6360 window--display-buffer and window--try-to-split-window.
6361 (fit-frame-to-buffer): New option.
6362 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6363 is non-nil.
6364 (display-buffer-in-major-side-window): Evaluate window-height /
6365 window-width alist entries.
6366
6367 * help.el (temp-buffer-resize-frames)
6368 (temp-buffer-resize-regexps): Remove options.
6369 (temp-buffer-resize-mode): Adjust doc-string.
6370 (resize-temp-buffer-window): Don't consult
6371 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6372 temp-buffer-resize-frames.
6373
6374 * dired.el (dired-mark-pop-up):
6375 Call display-buffer-below-selected with a fit-window-to-buffer alist
6376 entry.
6377
6378 2012-09-30 Chong Yidong <cyd@gnu.org>
6379
6380 * server.el (server-host): Document the security implications.
6381 (server-auth-key): Doc fix.
6382
6383 * startup.el (initial-buffer-choice): Doc fix.
6384
6385 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6386
6387 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6388 restriction change.
6389
6390 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6391
6392 * help-fns.el (help-fns--obsolete): Fix last change.
6393
6394 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6397 (minor-mode-map-alist): Remove redundant code.
6398
6399 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6400 visited in a buffer.
6401 (cvs-insert-visited-file): New function.
6402 (find-file-hook): Use it.
6403
6404 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6405
6406 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6407 chose face.
6408 (log-edit-empty-buffer-p): Don't require a space after a header.
6409
6410 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6411
6412 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6413
6414 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6415 a proper minor-mode.
6416
6417 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6418
6419 2012-09-29 Glenn Morris <rgm@gnu.org>
6420
6421 * winner.el (winner-mode): Remove variable (let define-minor-mode
6422 handle it).
6423 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6424 Doc fixes.
6425 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6426 (winner-mode): Use define-minor-mode.
6427
6428 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6429 the full definition in loaddefs, rather than duplicating it.
6430
6431 * help-macro.el (three-step-help): No need to autoload defcustom.
6432
6433 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6434 (inferior-lisp-program, inferior-lisp-load-command)
6435 (inferior-lisp-prompt, inferior-lisp-mode-hook):
6436 No need to autoload defcustoms.
6437
6438 * hippie-exp.el (hippie-expand-try-functions-list)
6439 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6440 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6441 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6442 (hippie-expand-only-buffers): No need to autoload defcustoms.
6443 * progmodes/vhdl-mode.el (vhdl-line-expand):
6444 Explicitly load hippie-exp, so it does not get autoloaded
6445 while hippie-expand-try-functions-list is let-bound.
6446
6447 2012-09-28 Glenn Morris <rgm@gnu.org>
6448
6449 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6450
6451 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6452 Only "cl.el" counts as cl these days.
6453
6454 2012-09-28 Juri Linkov <juri@jurta.org>
6455
6456 Display archive errors in the echo area instead of inserting
6457 to the file buffer.
6458
6459 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6460 to STDERR-TEST that can be a regexp matching a successful output.
6461 Create a temporary file and redirect stderr to it. Search for
6462 STDERR-TEST in the stderr output and display it in the echo area
6463 if no match is found.
6464 (archive-extract-by-file): New function like
6465 `archive-extract-by-stdout' but extracting archives to files
6466 and looking for successful matches in stdout. Function body is
6467 mostly copied from `archive-rar-extract'.
6468 (archive-rar-extract): Use `archive-extract-by-file'.
6469 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
6470
6471 2012-09-28 Leo Liu <sdl.web@gmail.com>
6472
6473 * pcomplete.el (pcomplete-show-completions):
6474 Use minibuffer-message to make pcomplete usable in minibuffer.
6475
6476 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6477
6478 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * type-break.el: Use lexical-binding.
6481 (type-break-mode): Use define-minor-mode.
6482
6483 * emacs-lisp/pcase.el (pcase--mark-used): New.
6484 (pcase--u1): Use it (bug#12512).
6485
6486 * custom.el (load-theme): Set buffer-file-name so the load is recorded
6487 in load-history with the right file name.
6488
6489 2012-09-28 Tassilo Horn <tsdh@gnu.org>
6490
6491 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6492 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6493 (doc-view-get-bounding-box): Make bounding box slicing work for
6494 ODF and DVI documents.
6495
6496 2012-09-28 Glenn Morris <rgm@gnu.org>
6497
6498 * type-break.el (type-break-mode, type-break-interval)
6499 (type-break-good-rest-interval, type-break-keystroke-threshold):
6500 No need to autoload.
6501 (type-break-good-rest-interval, type-break-keystroke-threshold):
6502 Add :set-after.
6503
6504 2012-09-28 Chong Yidong <cyd@gnu.org>
6505
6506 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6507 Add :version tag.
6508
6509 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6512
6513 2012-09-27 Glenn Morris <rgm@gnu.org>
6514
6515 * faces.el (x-display-name): Declare (for without-x builds).
6516
6517 * linum.el (linum-format): Don't autoload it. Improve :type.
6518
6519 * progmodes/tcl.el: Don't require outline when compiling.
6520 (outline-regexp, outline-level): Declare.
6521 * textmodes/sgml-mode.el: Don't require outline when compiling.
6522 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6523
6524 * term.el (term-ansi-reset):
6525 Try setting term-ansi-face-already-done to nil. (Bug#11785)
6526
6527 * vc/vc.el (vc-next-action): Only gripe about committing read-only
6528 files for RCS and SCCS. (Bug#9781)
6529
6530 2012-09-27 Chong Yidong <cyd@gnu.org>
6531
6532 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6533 change; value should be t.
6534
6535 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * image-mode.el: Use lexical-binding.
6538 (image-mode-winprops): Use t to stand for the window of
6539 a buffer that's not displayed.
6540 * doc-view.el (doc-view-new-window-function): Handle the new
6541 t in winprops.
6542 (doc-view-enlarge): Make it a real nop if the size is not changed.
6543 (doc-view-display): Handle the case where the buffer is not (yet?)
6544 displayed in any window.
6545 (doc-view-saved-settings): New var.
6546 (doc-view-mode): Use it.
6547 (doc-view-fallback-mode): Set it.
6548
6549 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6550 Set lexical-binding.
6551 (minibuffer-eldef-shorten-default): New var.
6552 (minibuffer-default-in-prompt-regexps): Use it for new default.
6553 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6554
6555 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6556
6557 * international/uni-bidi.el:
6558 * international/uni-category.el:
6559 * international/uni-name.el:
6560 * international/uni-numeric.el: Regenerate.
6561
6562 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6563 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * profiler.el: New file.
6566
6567 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6570 (testcover-reinstrument): Simplify with CSE.
6571
6572 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6573
6574 * window.el (temp-buffer-window-setup): Fix typo in docstring.
6575
6576 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
6577
6578 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6579 (verilog-auto-input, verilog-auto-insert-lisp)
6580 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6581 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6582 (verilog-auto-unused, verilog-auto-wire)
6583 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6584 newline. Reported by Andrew Jones.
6585 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6586 Reported by Brad Dobbie.
6587 (verilog-batch-delete-trailing-whitespace):
6588 Create verilog-batch-delete-trailing-whitespace.
6589 Reported by Brad Dobbie.
6590 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6591 parameters from another module. Reported by Dan Katz.
6592 (verilog-auto, verilog-auto-assign-modport)
6593 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6594 AUTOINOUTMODPORT for UVM interface module shell generation.
6595 Reported by Brad Dobbie.
6596 (verilog-auto-inst-interfaced-ports): Make default nil, as more
6597 standard behavior.
6598 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6599 Reported by Matt Martin.
6600
6601 2012-09-25 Martin Rudalics <rudalics@gmx.at>
6602
6603 * window.el (window--resize-child-windows): When resizing child
6604 windows proportionally, process them in reverse order to
6605 preserve the "when splitting a window the new one gets the odd
6606 line" behavior.
6607 (window--resize-root-window-vertically): When resizing the
6608 minibuffer window try to affect only windows at the bottom of the
6609 frame. (Bug#12419)
6610
6611 2012-09-25 Chong Yidong <cyd@gnu.org>
6612
6613 * subr.el (declare): Doc fix.
6614
6615 * help-fns.el (help-fns--obsolete): Handle macros properly.
6616
6617 2012-09-25 Chong Yidong <cyd@gnu.org>
6618
6619 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6620 this function obsolete.
6621
6622 * calendar/cal-x.el (calendar-two-frame-setup)
6623 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6624 * calendar/calendar.el (american-calendar, european-calendar)
6625 (calendar-for-loop):
6626 * comint.el (comint-dynamic-simple-complete)
6627 (comint-dynamic-complete-as-filename, comint-unquote-filename):
6628 * desktop.el (desktop-load-default):
6629 * dired-x.el (dired-omit-here-always)
6630 (dired-hack-local-variables, dired-default-directory):
6631 * emacs-lisp/derived.el (derived-mode-class):
6632 * emacs-lisp/timer.el (timer-set-time-with-usecs):
6633 * emacs-lock.el (toggle-emacs-lock):
6634 * epa.el (epa-display-verify-result):
6635 * epg.el (epg-sign-keys, epg-start-sign-keys)
6636 (epg-passphrase-callback-function):
6637 * eshell/esh-util.el (eshell-for):
6638 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6639 (eshell-add-to-window-buffer-names):
6640 * files.el (locate-file-completion):
6641 * imenu.el (imenu-example--create-c-index)
6642 (imenu-example--create-lisp-index)
6643 (imenu-example--lisp-extract-index-name)
6644 (imenu-example--name-and-position):
6645 * international/mule-cmds.el (princ-list):
6646 * international/mule-diag.el (decode-codepage-char):
6647 * international/mule-util.el (detect-coding-with-priority):
6648 * iswitchb.el (iswitchb-read-buffer):
6649 * mail/mailalias.el (mail-complete):
6650 * mail/sendmail.el (mail-sent-via):
6651 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6652 (mouse-major-mode-menu):
6653 * password-cache.el (password-read-and-add):
6654 * pcomplete.el (pcomplete-parse-comint-arguments):
6655 * progmodes/sh-script.el (sh-maybe-here-document):
6656 * replace.el (query-replace-regexp-eval):
6657 * savehist.el (savehist-load):
6658 * simple.el (choose-completion-delete-max-match):
6659 * term.el (term-dynamic-simple-complete):
6660 * vc/ediff-init.el (ediff-check-version):
6661 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6662 * vc/vc.el (vc-diff-switches-list):
6663 * view.el (view-return-to-alist-update): Likewise.
6664
6665 * subr.el (eval-next-after-load, makehash, insert-string)
6666 (assoc-ignore-representation, assoc-ignore-case): Use declare to
6667 mark obsolete.
6668 (mode-line-inverse-video): Variable deleted.
6669
6670 * international/mule-util.el (string-to-sequence): Remove.
6671
6672 * calendar/calendar.el (calendar-version):
6673 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6674 (icalendar-convert-diary-to-ical):
6675 * cus-edit.el (custom-mode):
6676 * ansi-color.el (ansi-color-unfontify-region):
6677 * international/latin1-disp.el (latin1-char-displayable-p):
6678 * progmodes/cwarn.el (turn-on-cwarn-mode):
6679 * progmodes/which-func.el (which-func-update-1):
6680 Use define-obsolete-function-alias.
6681
6682 * net/newst-backend.el (newsticker-cache-filename):
6683 * net/newst-treeview.el (newsticker-groups-filename):
6684 Fix incorrect obsolescence declaration.
6685
6686 * allout.el (allout-passphrase-hint-string): Likewise.
6687 (allout-init): Use a declare form to mark obsolete.
6688
6689 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6690 this applies to functions.
6691
6692 * iswitchb.el (iswitchb-read-buffer): Move code of
6693 iswitchb-define-mode-map here, and delete that obsolete function.
6694
6695 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6696 font-lock-reference-face.
6697
6698 2012-09-25 Glenn Morris <rgm@gnu.org>
6699
6700 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6701 Doc fixes.
6702
6703 * eshell/em-term.el (eshell-term-name):
6704 Default to term-term-name. (Bug#12485)
6705
6706 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6707
6708 * progmodes/python.el (python-shell-send-buffer): Better handling
6709 of "if __name__ == '__main__':" conditionals when sending the buffer.
6710
6711 2012-09-24 Glenn Morris <rgm@gnu.org>
6712
6713 * eshell/esh-cmd.el (eshell-find-alias-function):
6714 Tighten up file-name regexp. (Bug#12499)
6715
6716 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
6717
6718 Enhancements for triple-quote string syntax.
6719 * progmodes/python.el (python-quote-syntax): Remove.
6720 (python-syntax-propertize-function): New value.
6721 (python-syntax-count-quotes, python-syntax-stringify):
6722 New functions.
6723
6724 2012-09-24 Chong Yidong <cyd@gnu.org>
6725
6726 * mail/supercite.el (sc-version): Remove obsolete function.
6727 (sc-describe): Don't mark as obsolete, since it is bound.
6728 (sc-submit-bug-report): Remove.
6729
6730 * vc/log-edit.el (cvs-changelog-full-paragraphs)
6731 (cvs-commit-buffer-require-final-newline): Remove.
6732 (log-edit-require-final-newline)
6733 (log-edit-changelog-full-paragraphs): Default to t.
6734
6735 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6736 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6737 * vc/vc.el (vc-checkout-carefully): Likewise.
6738
6739 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6740 (emerge-version): Remove.
6741
6742 * progmodes/compile.el (compile-internal): Remove.
6743 (compilation-parse-errors-function): Fix typo.
6744
6745 * international/mule.el (set-char-table-default): Remove.
6746 (set-coding-priority, make-coding-system, generic-char-p)
6747 (charset-list, charset-bytes, charset-id): Use declare to mark
6748 functions as obsolete.
6749
6750 * vc/pcvs-defs.el (cvs-buffer-name-alist)
6751 (cvs-invert-ignore-marks): Remove references to obsolete vars.
6752 * vc/vc-hooks.el (vc-default-registered): Don't use
6753 vc-master-templates.
6754
6755 * font-lock.el (font-lock-reference-face):
6756 Use define-obsolete-variable-alias.
6757
6758 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6759 * calendar/calendar.el (calendar-font-lock-keywords):
6760 * calendar/diary-lib.el (diary-font-lock-keywords)
6761 (diary-fancy-font-lock-keywords):
6762 * textmodes/reftex-sel.el (reftex-insert-docstruct):
6763 * textmodes/reftex-index.el (reftex-insert-index):
6764 * textmodes/reftex-cite.el (reftex-format-bib-entry):
6765 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6766 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6767 * progmodes/prolog.el (prolog-font-lock-keywords):
6768 * progmodes/idlwave.el (idlwave-idl-keywords):
6769 * progmodes/ada-mode.el (ada-font-lock-keywords):
6770 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6771
6772 2012-09-24 Glenn Morris <rgm@gnu.org>
6773
6774 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6775
6776 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
6777
6778 * progmodes/python.el (python-indent-line): More consistent cursor
6779 movement behavior.
6780
6781 2012-09-23 Stefan Merten <smerten@oekonux.de>
6782
6783 * textmodes/rst.el: Fix compiler warning.
6784
6785 2012-09-23 Roland Winkler <winkler@gnu.org>
6786
6787 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6788 Transcribe also LaTeX hyphenation.
6789 (bibtex-reformat): Bug fix. Do not quote twice the elements of
6790 bibtex-reformat-previous-options.
6791
6792 2012-09-23 Roland Winkler <winkler@gnu.org>
6793
6794 * proced.el (proced-renice-command): New variable.
6795 (proced-marked-processes): New function.
6796 (proced-with-processes-buffer): New macro.
6797 (proced-send-signal): Use them.
6798 (proced-renice): New command bound to r.
6799
6800 2012-09-23 Roland Winkler <winkler@gnu.org>
6801
6802 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6803 ibuffer-saved-filter-groups has one element, shortcut the call of
6804 completing-read. (Bug#12331)
6805
6806 2012-09-23 Chong Yidong <cyd@gnu.org>
6807
6808 * bindings.el (mode-line-toggle-read-only):
6809 * bs.el (bs-toggle-readonly):
6810 * buff-menu.el (Buffer-menu-toggle-read-only):
6811 * dired.el (dired-toggle-read-only):
6812 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6813
6814 2012-09-23 Chong Yidong <cyd@gnu.org>
6815
6816 * image.el (image-type-available-p): Adapt to init-image-library
6817 argument changes.
6818
6819 2012-09-22 Juri Linkov <juri@jurta.org>
6820
6821 * dired.el (dired-mode-map): Add [remap read-only-mode] for
6822 `dired-toggle-read-only'. (Bug#12462)
6823
6824 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6825
6826 * subr.el (temp-output-buffer-show): New function.
6827 (with-output-to-temp-buffer): Call temp-output-buffer-show
6828 instead of internal-temp-output-buffer-show.
6829
6830 2012-09-22 Chong Yidong <cyd@gnu.org>
6831
6832 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6833 (Bug#12462).
6834
6835 * repeat.el (repeat): Doc fix (Bug#12348).
6836
6837 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6838 (Bug#10909).
6839
6840 * simple.el (shell-command-on-region): Doc fix.
6841 (read-only-mode): Doc fix.
6842
6843 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6844
6845 * emacs-lisp/timer.el (run-with-idle-timer)
6846 (timer-activate-when-idle): Warn against reinvoking an idle timer
6847 from within its own timer action. (Bug#12447)
6848
6849 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6850
6851 * cus-start.el (window-combination-limit): Add new optional
6852 values.
6853 * window.el (temp-buffer-window-show)
6854 (window--try-to-split-window): Handle new values of
6855 window-combination-limit (Bug#1806).
6856 (split-window): Test window-combination-limit for t instead of
6857 non-nil.
6858 (display-buffer-at-bottom): New buffer display action function.
6859 * help.el (temp-buffer-resize-regexps): New option.
6860 (temp-buffer-resize-mode): Rewrite doc-string.
6861 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6862 Don't resize reused window. Suggested by Glenn Morris.
6863
6864 2012-09-22 Stefan Merten <smerten@oekonux.de>
6865
6866 * textmodes/rst.el: Revamp section title faces.
6867 (rst-official-version)
6868 (rst-package-emacs-version-alist): Sync with official version
6869 V1.4.0.
6870 (rst-faces-defaults, rst-set-level-default)
6871 (rst-level-face-max, rst-level-face-base-color)
6872 (rst-level-face-base-light, rst-level-face-format-light)
6873 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6874 (rst-adornment-faces-alist): Match new setup.
6875 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6876 (rst-level-5, rst-level-6): New faces.
6877
6878 2012-09-22 Chong Yidong <cyd@gnu.org>
6879
6880 * simple.el (undo): Handle indirect buffers (Bug#8207).
6881
6882 2012-09-21 Leo Liu <sdl.web@gmail.com>
6883
6884 IDO: Disable match re-ordering for buffer switching.
6885 * ido.el (ido-buffer-disable-smart-matches): New variable.
6886 (ido-set-matches-1): Use it. (Bug#2042)
6887
6888 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
6889
6890 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6891 Fix 2011-05-17 change. (Bug#12418)
6892
6893 2012-09-21 Leo Liu <sdl.web@gmail.com>
6894
6895 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6896
6897 2012-09-21 Glenn Morris <rgm@gnu.org>
6898
6899 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6900 Be more robust about locating simple.el.
6901
6902 2012-09-21 Glenn Morris <rgm@gnu.org>
6903
6904 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6905
6906 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
6907
6908 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
6909
6910 2012-09-20 Juri Linkov <juri@jurta.org>
6911
6912 * replace.el (query-replace-read-from): Use `read-regexp' instead
6913 of `read-from-minibuffer' when `regexp-flag' is non-nil.
6914 (occur-read-primary-args): Use `read-regexp' instead of
6915 `read-string'.
6916 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6917 `read-from-minibuffer'.
6918 * isearch.el (isearch-occur): Use `read-regexp' instead of
6919 `read-string'.
6920 * dired.el (dired-read-regexp): Use `read-regexp' instead of
6921 `read-from-minibuffer'.
6922 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6923 of `read-string'. (Bug#7567)
6924
6925 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6926 and allow accepting a list of strings prepended to a list of
6927 standard default values. Doc fix. (Bug#12321)
6928
6929 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
6930
6931 * replace.el (read-regexp): Don't add ": " when PROMPT already
6932 ends with a colon and space. (Bug#12321)
6933
6934 2012-09-20 Tassilo Horn <tsdh@gnu.org>
6935
6936 * doc-view.el (doc-view-display): Better fix for the cl-assertion
6937 error.
6938
6939 2012-09-20 Stefan Merten <smerten@oekonux.de>
6940
6941 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6942 Fixes feature request bug#11711.
6943 (rst-mode): Create `imenu-create-index-function'.
6944 (rst-get-stripped-line): Delete after refactoring.
6945 (rst-section-tree, rst-section-tree-rec)
6946 (rst-section-tree-point): Refactor and document properly.
6947 (rst-imenu-find-adornments-for-position)
6948 (rst-imenu-convert-cell, rst-imenu-create-index):
6949 New function.
6950
6951 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6954 (macroexp--expand-all): Use it.
6955 (macroexp--funcall-and-return): Remove by folding it into its sole
6956 caller (macroexp--warn-and-return).
6957 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6958 Use macroexp--obsolete-warning.
6959
6960 * calc/calc.el: Fix last change by removing the whole chunk, since it
6961 was only needed back when Calc was not bundled.
6962
6963 2012-09-20 Martin Rudalics <rudalics@gmx.at>
6964
6965 * emacs-lisp/debug.el (debug): Restore assignment to
6966 debugger-old-buffer removed on 2012-09-08.
6967
6968 2012-09-20 Juri Linkov <juri@jurta.org>
6969
6970 * dired-aux.el (dired-diff): Remove (require 'diff) since
6971 `diff-latest-backup-file' is now autoloaded.
6972
6973 2012-09-20 Chong Yidong <cyd@gnu.org>
6974
6975 * vc/diff.el (diff-latest-backup-file): Autoload.
6976
6977 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * calc/calc.el: Remove redundant autoload shape check.
6980 (sel-mode): Don't defvar.
6981 (calc-get-stack-element): Add `sel-mode' arg instead.
6982 (calc-top, calc-top-list): Pass it this additional argument.
6983 * calc/calc-store.el (calc-store-map):
6984 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6985 (calc-map-equation, calc-outer-product, calc-inner-product):
6986 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6987
6988 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6989
6990 2012-09-19 Juri Linkov <juri@jurta.org>
6991
6992 * dired-aux.el (dired-diff): Add (require 'diff) because
6993 `diff-latest-backup-file' is not autoloaded.
6994 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6995 of `dired-get-filename' to t to not report error when there is
6996 no default file on the current line.
6997
6998 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7001 macroexp--eval-if-compile.
7002 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7003 (macroexp--expand-all): Use them (bug#12371).
7004
7005 * doc-view.el (doc-view-guess-paper-size)
7006 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7007
7008 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7009
7010 New feature: set optimal slice from BoundingBox information.
7011 * doc-view.el (doc-view-mode-map): Add keybinding.
7012 (doc-view-menu): Add menu entry.
7013 (doc-view-set-slice): Adapt docstring.
7014 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7015 (doc-view-scale-bounding-box)
7016 (doc-view-set-slice-from-bounding-box): New functions.
7017 (doc-view-paper-sizes): New defvar.
7018
7019 2012-09-19 Glenn Morris <rgm@gnu.org>
7020
7021 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7022 (byte-compile-log-warning): Autoload. (Bug#12371)
7023
7024 * calendar/calendar.el (calendar-american-month-header)
7025 (calendar-european-month-header, calendar-iso-month-header)
7026 (calendar-month-header): New options.
7027 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7028 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7029
7030 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7031
7032 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7033
7034 2012-09-18 Juri Linkov <juri@jurta.org>
7035
7036 * dired-aux.el (dired-diff): Restore original functionality of
7037 getting the default value, but keep new feature of using the
7038 latest existing backup file (`diff-latest-backup-file').
7039
7040 2012-09-18 Juri Linkov <juri@jurta.org>
7041
7042 * dired.el (dired-mark): If the region is active in Transient Mark
7043 mode, mark all files in the active region. Doc fix.
7044 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7045 Doc fix. (Bug#10624)
7046
7047 2012-09-18 Juri Linkov <juri@jurta.org>
7048
7049 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7050 attributes for M-n are pulled from the file at point.
7051 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7052 Suggested by Drew Adams. (Bug#10624)
7053
7054 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7055
7056 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7057 whitespace after "end".
7058 (ruby-do-end-to-brace): Collapse block to one line if it fits
7059 within fill-column.
7060
7061 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7062
7063 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7064 value.
7065 (debug): Don't remove debugger window when debugger is expected
7066 to be back.
7067
7068 2012-09-18 Chong Yidong <cyd@gnu.org>
7069
7070 * custom.el (defface): Doc fix.
7071
7072 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7073
7074 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7075
7076 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7077 to initialize query-on-exit; then test that instead (bug#12288).
7078
7079 2012-09-17 Stefan Merten <smerten@oekonux.de>
7080
7081 * textmodes/rst.el: Add support for `testcover'.
7082 (rst-defcustom-testcover, rst-testcover-add-compose)
7083 (rst-testcover-add-1value): New functions.
7084 (rst-portable-mark-active-p): Replace by `use-region-p'.
7085 (rst-update-section, rst-classify-adornment)
7086 (rst-find-title-line): Mark `1value' forms.
7087 (rst-classify-adornment): Remove superfluous form.
7088 (rst-update-section, rst-get-adornments-around)
7089 (rst-adornment-complete-p, rst-get-next-adornment)
7090 (rst-adjust, rst-promote-region)
7091 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7092 (rst-find-pfx-in-region, rst-section-tree-rec)
7093 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7094 (rst-toc-node, rst-toc, rst-forward-section)
7095 (rst-iterate-leftmost-paragraphs)
7096 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7097 (rst-bullet-list-region)
7098 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7099 (rst-compile-find-conf, rst-compile)
7100 (rst-repeat-last-character): Fix style.
7101
7102 2012-09-17 Chong Yidong <cyd@gnu.org>
7103
7104 * comint.el (comint--complete-file-name-data): Don't add a space
7105 if the status is `sole'; that adds a gratuitous space in the
7106 completion-cycling case (Bug#12092).
7107
7108 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7109
7110 2012-09-17 Richard Stallman <rms@gnu.org>
7111
7112 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7113 only in the mime-shown mode, not in raw mode.
7114 (rmail-mime): Toggle off mime by displaying the message without
7115 mime processing. (Bug#12305)
7116
7117 * mail/rmail.el (rmail-retry-failure):
7118 Turn off mime processing first. (Bug#12037)
7119
7120 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7121
7122 2012-09-17 Chong Yidong <cyd@gnu.org>
7123
7124 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7125 (shell-dynamic-complete-functions): Convert to defcustom.
7126 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7127
7128 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7129 * comint.el (comint-prompt-read-only):
7130 * custom.el (defcustom):
7131 * hi-lock.el (hi-lock-mode):
7132 * ibuffer.el (ibuffer-formats):
7133 * ielm.el (ielm-prompt-read-only):
7134 * novice.el (disable-command):
7135 * saveplace.el (toggle-save-place):
7136 * speedbar.el (speedbar-supported-extension-expressions):
7137 * startup.el (auto-save-list-file-prefix, init-file-user)
7138 (after-init-hook, inhibit-startup-echo-area-message):
7139 * strokes.el (strokes-help):
7140 * time-stamp.el (time-stamp):
7141 * calendar/calendar.el (calendar, diary-file):
7142 * calendar/diary-lib.el (diary-mail-entries, diary)
7143 (diary-list-entries-hook):
7144 * calendar/holidays.el (holidays, calendar-holidays):
7145 * calendar/lunar.el (lunar-phases):
7146 * calendar/solar.el (sunrise-sunset):
7147 * emulation/edt.el (edt-load-keys):
7148 * emulation/viper.el (viper-mode):
7149 * eshell/em-alias.el (eshell-command-aliases-list):
7150 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7151 * international/ogonek.el (ogonek-information):
7152 * net/tramp-cmds.el (tramp-bug):
7153 * net/quickurl.el (quickurl-reread-hook-postfix):
7154 * play/decipher.el (decipher-font-lock-keywords):
7155 * progmodes/cc-styles.el (c-set-style):
7156 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7157 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7158 * progmodes/octave-mod.el (octave-mode):
7159 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7160 * progmodes/verilog-mode.el (verilog-read-defines):
7161 * textmodes/two-column.el (2C-mode): Likewise.
7162
7163 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7164
7165 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7166 that holds many addresses.
7167
7168 2012-09-16 Chong Yidong <cyd@gnu.org>
7169
7170 * align.el (align-areas): Call the indication function with
7171 positions instead of markers for arguments (Bug#12343).
7172
7173 * files.el (parse-colon-path): Use split-string (Bug#12351).
7174
7175 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7176 (display-buffer-function): Mark as obsolete.
7177
7178 * progmodes/compile.el (compilation-parse-errors): Accept list
7179 values similar to font-lock-keywords (Bug#12136).
7180 Suggested by Oleksandr Manzyuk.
7181 (compilation-error-regexp-alist): Doc fix.
7182
7183 2012-09-15 Glenn Morris <rgm@gnu.org>
7184
7185 * version.el (emacs-bzr-version-bzr): New function.
7186 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7187
7188 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7189 checkouts, check the parent dirstate matches the branch.
7190 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7191 empty string.
7192
7193 * version.el (emacs-bzr-version): Doc fix.
7194 (emacs-bzr-version-dirstate): New function.
7195 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7196 is local try and check that it matches the branch. If not, just
7197 use dirstate information. (Bug#12441)
7198
7199 2012-09-14 Juri Linkov <juri@jurta.org>
7200
7201 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7202 (Bug#12399)
7203
7204 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7207
7208 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7209 Remove obsolete byte-compiler hack that tried to silence some warnings.
7210 (edebug-submit-bug-report): Remove.
7211 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7212 Remove aliases, use the un-prefixed name instead.
7213 (edebug-pop-to-buffer): Consider other frames.
7214 (edebug-original-read):: Make it more obvious that it's always defined.
7215 (edebug--make-form-data-entry, edebug--form-data-name)
7216 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7217 single-dashed name, and implement with cl-defstruct.
7218 (edebug-set-form-data-entry): Use the standard accessors.
7219 (edebug-make-top-form-data-entry): Use push.
7220 (edebug-no-match): Drop useless `funcall'.
7221 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7222 to functions.
7223 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7224 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7225 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7226 (easy-menu-define, with-custom-print): Remove redundant specs.
7227 (edebug-outside-overriding-local-map)
7228 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7229 (edebug--display): Bind unread-command-events directly to nil rather
7230 than binding it to unread-command-events and later setting it to nil.
7231 (edebug--display): Kill edebug-eval-buffer here...
7232 (edebug--recursive-edit): ...rather than here.
7233 Bind standard-output and standard-input.
7234 (edebug-eval): Check cl-macroexpand-all is fboundp.
7235 (edebug-temp-display-freq-count): Fix last change.
7236
7237 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7238 * subr.el (noreturn, 1value): Add `debug' spec.
7239 * emacs-lisp/advice.el: Require cl-lib.
7240 (ad-copy-tree): Remove, use copy-tree instead.
7241 (ad-dolist): Remove use dolist or cl-dolist instead.
7242 (ad-do-return): Remove, use cl-return instead.
7243 (defadvice): Add `debug' spec.
7244
7245 2012-09-13 Juri Linkov <juri@jurta.org>
7246
7247 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7248 (Bug#12399)
7249
7250 2012-09-13 Glenn Morris <rgm@gnu.org>
7251
7252 * calc/calc.el (math-compose-expr):
7253 * calc/calc-ext.el (math-compose-expr):
7254 * progmodes/cc-defs.el (cl-macroexpand-all):
7255 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7256 (cl-macroexpand-all): Update declarations.
7257
7258 * vc/vc.el: No need to require ediff.
7259 (ediff-load-version-control): Declare.
7260 (ediff-vc-internal): Fix declaration.
7261 (vc-version-ediff): Require ediff.
7262
7263 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7264
7265 Use a more backwards-compatible timer format (Bug#12430).
7266 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7267 being right after USECS, as that better supports old code that
7268 inadvisedly looked directly at the timer vector.
7269
7270 2012-09-13 Kenichi Handa <handa@gnu.org>
7271
7272 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7273 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7274 `coding-priority' property of these language environment.
7275
7276 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7277
7278 Fix glitches caused by addition of psec to timers (Bug#12430).
7279 * image.el (image-animate-timer):
7280 * time.el (display-time-world-timer):
7281 Use timer--function and timer--args rather than raw access to
7282 timer vector.
7283
7284 2012-09-13 Glenn Morris <rgm@gnu.org>
7285
7286 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7287 If not compiling a file, try using load-file-name.
7288
7289 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7292 Fix last change.
7293 (edebug-update-eval-list): Use `push'.
7294
7295 * emacs-lisp/edebug.el: Use lexical-binding.
7296 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7297 Mark unused args with underscore.
7298 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7299 (edebug-form-data): Use defvar-local.
7300 (edebug-make-before-and-after-form, edebug-make-after-form):
7301 Use backquote.
7302 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7303 Not dynamically scoped any more.
7304 (edebug--enter-trace): Add arguments `function' and `args'.
7305 Rename from edebug-enter-trace.
7306 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7307 (edebug--update-coverage): Add `after-index' and `value' args.
7308 Rename from edebug-update-coverage.
7309 (edebug-slow-after): Call it accordingly.
7310 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7311 edebug-recursive-edit.
7312 (edebug--display): Call it accordingly. Add args `value',
7313 `offset-index', and `arg-mode'. Rename from edebug-display.
7314 (edebug-debugger, edebug): Call it accordingly.
7315 (edebug-eval-display-list): Use dolist.
7316
7317 2012-09-12 Juri Linkov <juri@jurta.org>
7318
7319 * info.el (Info-search): Don't check for isearch-mode and
7320 isearch-regexp before let-binding search-spaces-regexp to
7321 Info-search-whitespace-regexp.
7322 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7323 search-whitespace-regexp if isearch-lax-whitespace or
7324 isearch-regexp-lax-whitespace is non-nil.
7325 (Info-mode): Don't set local variable search-whitespace-regexp.
7326 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7327
7328 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7331 (debugger-env-macro): Remove support for unread-command-char.
7332
7333 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7334 the temporary map re-appearing on emulation-mode-map-alists.
7335
7336 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7337 since 22.1.
7338
7339 * ehelp.el (with-electric-help): Accept functions in
7340 electric-help-form-to-execute.
7341 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7342 And replace unread-command-char -> unread-command-events.
7343
7344 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7345
7346 Sync with Tramp 2.2.6.
7347
7348 * net/tramp.el (tramp-accept-process-output): Don't use
7349 JUST-THIS-ONE in the XEmacs case.
7350
7351 * net/trampver.el: Update release number.
7352
7353 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7354
7355 * emacs-lisp/debug.el (debugger-previous-window-height):
7356 New variable.
7357 (debug): When debugger-jumping-flag is non-nil try to restore
7358 height of debugger window. (Bug#8789)
7359
7360 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7363 overriding-local-map and pre/post-command-hook here.
7364 (edebug-recursive-edit): Do it here instead (bug#12345).
7365 (edebug-outside-unread-command-char): Remove all uses of
7366 unread-command-char.
7367
7368 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7369 inhibit-debugger is bound instead.
7370
7371 2012-09-11 Bastien Guerry <bzg@gnu.org>
7372
7373 * subr.el (set-temporary-overlay-map): Add a docstring.
7374 (Bug#12346)
7375
7376 2012-09-11 Bastien Guerry <bzg@gnu.org>
7377
7378 * minibuffer.el (completion-table-subvert): Fix docstring.
7379 (Bug#12347)
7380
7381 2012-09-11 Bastien Guerry <bzg@gnu.org>
7382
7383 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7384
7385 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7386
7387 * progmodes/sql.el: Version 3.1
7388 (sql-db2-escape-newlines): New variable.
7389 (sql-escape-newlines-filter): Use it.
7390
7391 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7394
7395 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7396
7397 * vc/diff-mode.el (diff-mode-menu):
7398 Bind diff-remove-trailing-whitespace.
7399
7400 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7403 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7404 (emacs-lisp-byte-code-mode): New functions.
7405 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7406 (eval-defun-2): Remove bogus interactive spec.
7407 (lisp-indent-line): Remove redundant whole-exp code, now done in
7408 indent-according-to-mode.
7409 (save-match-data): Remove redundant indent data.
7410
7411 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7412 Use `declare'.
7413
7414 2012-09-09 Juri Linkov <juri@jurta.org>
7415
7416 * replace.el (replace-regexp-lax-whitespace): New defcustom.
7417 (replace-lax-whitespace, query-replace-regexp)
7418 (query-replace-regexp-eval, replace-regexp): Doc fix.
7419 (perform-replace, replace-highlight): Let-bind
7420 isearch-lax-whitespace to replace-lax-whitespace and
7421 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7422
7423 * isearch.el (isearch-query-replace): Let-bind
7424 replace-lax-whitespace to isearch-lax-whitespace and
7425 replace-regexp-lax-whitespace to
7426 isearch-regexp-lax-whitespace. (Bug#10885)
7427
7428 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7431
7432 2012-09-09 Alan Mackenzie <acm@muc.de>
7433
7434 * progmodes/cc-engine.el (c-state-cache-init):
7435 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7436 (c-record-parse-state-state):
7437 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7438
7439 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
7440
7441 * register.el (register-separator): Rename from
7442 separator-register. All uses changed. Doc fix.
7443 (register): Fix version.
7444
7445 2012-09-09 Chong Yidong <cyd@gnu.org>
7446
7447 * replace.el (query-replace-map): Bind four new symbols for
7448 requesting window scrolling.
7449
7450 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7451 query-replace-map (Bug#8948).
7452
7453 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7454
7455 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7456 since they are now in query-replace-map.
7457
7458 * window.el (scroll-other-window-down): Make the arg optional.
7459
7460 2012-09-09 Chong Yidong <cyd@gnu.org>
7461
7462 * files.el (hack-local-variables-confirm): Use quit-window to kill
7463 the *Local Variables* buffer.
7464
7465 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7466
7467 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7468 not just expect to be at its beginning. Adjust callees.
7469 Succeed when do-end block has no space before the pipe character.
7470 (ruby-brace-to-do-end): When the original block is one-liner,
7471 convert to multiline. Reindent the result.
7472
7473 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
7474
7475 * register.el (register): New group.
7476 (separator-register): New user option.
7477 (increment-register): Route it to `append-to-register', if
7478 register contains text. Implication is that `C-x r +' can now be
7479 used for appending to a text register (bug#12217).
7480 (append-to-register, prepend-to-register): Add separator based on
7481 `separator-register'.
7482
7483 2012-09-08 Alan Mackenzie <acm@muc.de>
7484
7485 AWK Mode: make auto-newline work when there's "==" in the pattern.
7486 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7487 correctly.
7488 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7489 Test more rigorously for "=" token.
7490
7491 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
7492
7493 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7494 Only fail when reached LIMIT.
7495
7496 2012-09-08 Chong Yidong <cyd@gnu.org>
7497
7498 * dired.el (dired-mode-map): Don't bind M-=.
7499
7500 * dired-aux.el (dired-diff): Use backup file as default.
7501
7502 2012-09-08 Drew Adams <drew.adams@oracle.com>
7503
7504 * subr.el (add-to-history): Fix delete usage (Bug#12314).
7505
7506 2012-09-08 Chong Yidong <cyd@gnu.org>
7507
7508 * subr.el (syntax-after, syntax-class): Doc fix.
7509
7510 2012-09-08 Martin Rudalics <rudalics@gmx.at>
7511
7512 * window.el (display-buffer-in-previous-window): New buffer
7513 display action function.
7514
7515 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7516 (debugger-previous-window): New variable.
7517 (debug): Rewrite using display-buffer-in-previous-window,
7518 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
7519
7520 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
7523
7524 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
7525
7526 * progmodes/python.el (python-shell-send-string):
7527 When default-directory is remote, create temp file on remote
7528 filesystem.
7529 (python-shell-send-file): When file is remote, pass local view of
7530 file paths to remote Python interpreter. (Bug#12340)
7531
7532 2012-09-07 Chong Yidong <cyd@gnu.org>
7533
7534 * window.el (switch-to-buffer): Doc fix (Bug#12181).
7535
7536 * files.el (after-find-file): Don't fail on a read-only buffer if
7537 require-final-newline is `visit' or `visit-save' (Bug#11156).
7538
7539 * subr.el (read-char-choice): Allow quitting via ESC ESC.
7540
7541 * userlock.el (ask-user-about-supersession-threat):
7542 Use read-char-choice (Bug#12093).
7543
7544 2012-09-07 Chong Yidong <cyd@gnu.org>
7545
7546 * subr.el (buffer-narrowed-p): New function.
7547
7548 * ses.el (ses-widen):
7549 * simple.el (count-words--buffer-message):
7550 * net/browse-url.el (browse-url-of-buffer): Use it.
7551
7552 * simple.el (count-words-region): Don't signal an error if there
7553 is a non-nil prefix arg and the mark is not set.
7554
7555 * help.el (describe-key-briefly): Allow the message to be seen
7556 when invoked from the minibuffer (Bug#7014).
7557
7558 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7559
7560 * progmodes/ruby-mode.el (ruby-end-of-defun)
7561 (ruby-beginning-of-defun): Simplify, allow indentation before
7562 block beginning and end keywords.
7563 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7564 (ruby-end-of-defun): Expect that the point is at the beginning of
7565 the defun.
7566
7567 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7570 (bug#12367).
7571 (cl--make-usage-args): Strip _ from argument names.
7572
7573 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7574
7575 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7576 obsolete alias speedbar-key-map.
7577 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7578 (vhdl-index-menu-init): Don't use obsolete variable
7579 font-lock-maximum-size.
7580
7581 2012-09-06 Chong Yidong <cyd@gnu.org>
7582
7583 * frame.el (window-system-version): Mark as obsolete.
7584
7585 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7586 of obsolete variable speedbar-key-map.
7587
7588 2012-09-06 Juri Linkov <juri@jurta.org>
7589
7590 * replace.el (replace-lax-whitespace): New defcustom.
7591 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7592 (replace-string, replace-regexp): Mention it in docstrings.
7593 (perform-replace, replace-highlight): Let-bind
7594 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7595 to the values of replace-lax-whitespace and regexp-flag.
7596 Don't let-bind search-whitespace-regexp. (Bug#10885)
7597
7598 * isearch.el (isearch-query-replace): Let-bind
7599 replace-lax-whitespace instead of let-binding
7600 replace-search-function and replace-re-search-function.
7601 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7602 and isearch-regexp-lax-whitespace to lazy-highlight variables.
7603 (isearch-toggle-symbol): Set isearch-regexp to nil
7604 in isearch-word mode (like in isearch-toggle-word).
7605
7606 2012-09-06 Juri Linkov <juri@jurta.org>
7607
7608 * replace.el (replace-search-function)
7609 (replace-re-search-function): Set default values to nil.
7610 (perform-replace): Let-bind isearch-related variables based on
7611 replace-related values, call `isearch-search-fun' and let-bind
7612 the result to `search-function'. Remove code that sets
7613 `search-function' and `search-string' separately for
7614 `delimited-flag'.
7615 (replace-highlight): Add new argument `delimited-flag' and
7616 rename other arguments to the names used in `perform-replace'.
7617 Let-bind `isearch-word' to the argument `delimited-flag'.
7618 (Bug#10885, bug#10887)
7619
7620 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
7621
7622 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7623 ruby-beginning-of-indent, simplify, allow all keywords to have
7624 indentation before them.
7625 (ruby-beginning-of-indent): Adjust for above. Search until the
7626 found point is not inside a string or comment.
7627 (ruby-font-lock-keywords): Allow symbols to start with "@"
7628 character, give them higher priority than variables.
7629 (ruby-syntax-propertize-function)
7630 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7631 matchers. Expression expansions are not comments when inside a
7632 string, and there comment syntax status is irrelevant.
7633 (ruby-match-expression-expansion): New function. Check that
7634 expression expansion is inside a string, and it's not escaped.
7635 (ruby-font-lock-keywords): Use it.
7636
7637 2012-09-05 Martin Rudalics <rudalics@gmx.at>
7638
7639 * help.el (temp-buffer-max-height): New default value.
7640 (temp-buffer-resize-frames): New option.
7641 (resize-temp-buffer-window): Optionally resize frame.
7642
7643 * window.el (fit-frame-to-buffer-bottom-margin): New option.
7644 (fit-frame-to-buffer): New function.
7645
7646 2012-09-05 Glenn Morris <rgm@gnu.org>
7647
7648 * emulation/cua-rect.el (cua--init-rectangles):
7649 * textmodes/picture.el (picture-mode-map):
7650 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7651 like forward-char and backward-char. (Bug#12317)
7652
7653 2012-09-05 Leo Liu <sdl.web@gmail.com>
7654
7655 * progmodes/flymake.el (flymake-warning-re): New variable.
7656 (flymake-parse-line): Use it.
7657
7658 2012-09-05 Glenn Morris <rgm@gnu.org>
7659
7660 * calendar/holidays.el (holiday-christian-holidays):
7661 Rename an entry. (Bug#12289)
7662
7663 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7666 (bug#12222).
7667
7668 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * loadup.el: Load macroexp. Remove hack.
7671 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7672 (macroexp--expand-all): Use it to get better warnings.
7673 (macroexp--backtrace, macroexp--trim-backtrace-frame)
7674 (internal-macroexpand-for-load): New functions.
7675 (macroexp--pending-eager-loads): New var.
7676 (emacs-startup-hook): New hack to replace one in loadup.el.
7677 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7678 (cl--compiler-macro-cXXr): Move to top, before they can be used.
7679 (cl-psetf): Simplify.
7680 (cl-defstruct): Add indent rule.
7681
7682 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7683
7684 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7685 over `user-mail-address' for the SMTP MAIL FROM envelope.
7686 (smtpmail-via-smtp): Ditto.
7687
7688 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
7689
7690 * progmodes/ruby-mode.el: Clean up keybindings.
7691 (ruby-mode-map): Don't bind ruby-electric-brace,
7692 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7693 backward-kill-word, reindent-then-newline-and-indent.
7694 (ruby-mark-defun): Remove.
7695 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
7696 (ruby-mode): Set local beginning-of-defun-function and
7697 end-of-defun-function values.
7698
7699 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7700
7701 * window.el (temp-buffer-window-setup-hook)
7702 (temp-buffer-window-show-hook): New hooks.
7703 (temp-buffer-window-setup, temp-buffer-window-show)
7704 (with-temp-buffer-window): New functions.
7705 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7706 (special-display-popup-frame): Make sure the window used shows BUFFER.
7707
7708 * help.el (temp-buffer-resize-mode): Fix doc-string.
7709 (resize-temp-buffer-window): New optional argument WINDOW.
7710
7711 * files.el (recover-file, save-buffers-kill-emacs):
7712 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7713
7714 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7717 remote definition of `default-directory', ensure we can connect.
7718
7719 2012-09-02 Juri Linkov <juri@jurta.org>
7720
7721 Toggle whitespace matching mode with M-s SPC.
7722 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7723
7724 * isearch.el (search-whitespace-regexp): Doc fix.
7725 Remove cons cell customization.
7726 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7727 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7728 New variables.
7729 (isearch-forward, isearch-forward-regexp): Doc fix.
7730 (isearch-toggle-lax-whitespace): New command.
7731 (search-forward-lax-whitespace, search-backward-lax-whitespace)
7732 (re-search-forward-lax-whitespace)
7733 (re-search-backward-lax-whitespace): New functions.
7734 (isearch-whitespace-regexp): Remove function.
7735 (isearch-query-replace): Let-bind replace-search-function and
7736 replace-re-search-function.
7737 (isearch-occur): Let-bind search-spaces-regexp according to the
7738 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7739 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7740 condition for C-q SPC.
7741 (isearch-search-fun-default): Use new functions mentioned above.
7742 (isearch-search-forward, isearch-search-backward): Remove functions.
7743 (isearch-search): Don't let-bind search-spaces-regexp.
7744 (isearch-lazy-highlight-space-regexp): Remove variable.
7745 (isearch-lazy-highlight-lax-whitespace)
7746 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7747 (isearch-lazy-highlight-new-loop): Use them.
7748 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7749
7750 2012-09-02 Chong Yidong <cyd@gnu.org>
7751
7752 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7753
7754 2012-09-02 Glenn Morris <rgm@gnu.org>
7755
7756 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
7757
7758 2012-09-01 Glenn Morris <rgm@gnu.org>
7759
7760 * term.el: Tidy up menu definitions.
7761 (term-mode-map): Use easymenu for In/Out, Complete menus.
7762 (term-pager-break-map): Initialize in the defvar.
7763 (term-terminal-menu, term-signals-menu): Define with easymenu.
7764 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
7765 (term-pager-menu): New, extracted from term-process-pager.
7766 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7767 (term-update-mode-line): Propertize line/char and page items.
7768 (term-process-pager): Move keymap initialization elsewhere.
7769
7770 2012-09-01 Martin Rudalics <rudalics@gmx.at>
7771
7772 * window.el (switch-to-prev-buffer): Handle additional values of
7773 BURY-OR-KILL argument. Don't switch in minibuffer window.
7774 (switch-to-next-buffer): Don't switch in minibuffer window.
7775 (quit-restore-window): New function based on quit-window.
7776 Handle additional values of former KILL argument.
7777 (quit-window): Call quit-restore-window with appropriate
7778 interpretation of KILL argument.
7779 (display-buffer-below-selected): New buffer display action
7780 function.
7781
7782 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * minibuffer.el (completion-at-point-functions): Complete docstring
7785 (bug#12254).
7786
7787 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
7788
7789 Better seed support for (random).
7790 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7791 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7792 * play/mpuz.el, play/tetris.el, play/zone.el:
7793 * calc/calc-comb.el (math-init-random-base):
7794 * play/blackbox.el (bb-init-board):
7795 * play/life.el (life):
7796 * server.el (server-use-tcp):
7797 * type-break.el (type-break):
7798 Remove unnecessary call to (random t).
7799 * net/sasl.el (sasl-unique-id-function):
7800 Change (random t) to (random), now that the latter is more random.
7801 * play/life.el (life-initialized): Remove no-longer-needed var.
7802
7803 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
7804
7805 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7806 Consider frame's buffer predicate when choosing the buffer.
7807 (Bug#12081)
7808
7809 2012-08-30 Richard Stallman <rms@gnu.org>
7810
7811 * simple.el (special-mode-map): Delete binding for `z'.
7812
7813 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
7814
7815 * progmodes/compile.el (compilation-always-kill): Doc fix.
7816
7817 2012-08-30 Chong Yidong <cyd@gnu.org>
7818
7819 * window.el (display-buffer-reuse-frames): Make the obsolescence
7820 message more informative.
7821
7822 2012-08-30 Glenn Morris <rgm@gnu.org>
7823
7824 * paren.el (show-paren-delay):
7825 Add a :set function. Doc fix. (Bug#12297)
7826
7827 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
7828
7829 * progmodes/compile.el (compilation-always-kill): New var.
7830 (compilation-start): Use it.
7831
7832 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * simple.el (read-only-mode): Move from files.el for bootstrapping.
7835 * files.el (read-only-mode): Move to simple.el.
7836
7837 * files.el (read-only-mode): New minor mode.
7838 (toggle-read-only): Use it and mark obsolete.
7839 (find-file--read-only):
7840 * vc/vc.el (vc-next-action, vc-checkout):
7841 * vc/vc-cvs.el (vc-cvs-checkout):
7842 * obsolete/vc-mcvs.el (vc-mcvs-update):
7843 * ffap.el (ffap--toggle-read-only): Update callers.
7844
7845 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
7846
7847 * eshell/esh-ext.el (eshell-external-command): Do not examine
7848 remote shell scripts.
7849 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7850
7851 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7852 "/usr/local/sbin".
7853
7854 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7857
7858 2012-08-28 Leo Liu <sdl.web@gmail.com>
7859
7860 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7861 completion-at-point. (Bug#12220)
7862
7863 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7864
7865 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7866
7867 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7870 be buffer-local; add delete-trailing-whitespace (bug#12259).
7871
7872 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
7873
7874 * progmodes/hideif.el (hif-compress-define-list):
7875 Fix typo. (Bug#11951)
7876
7877 2012-08-28 Dan Nicolaescu <dann@gnu.org>
7878
7879 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7880 buffer local setting.
7881
7882 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7883 rcirc-encode-coding-system.
7884
7885 2012-08-28 Leo Liu <sdl.web@gmail.com>
7886
7887 * net/rcirc.el (rcirc-split-message): New function.
7888 (rcirc-send-message): Use it. (Bug#12051)
7889
7890 2012-08-28 Juri Linkov <juri@jurta.org>
7891
7892 * info.el (Info-fontify-node): Hide empty lines at the end of
7893 the node. (Bug#12272)
7894
7895 2012-08-27 Drew Adams <drew.adams@oracle.com>
7896
7897 * dired.el (dired-pop-to-buffer): Make window start at beginning
7898 of buffer (Bug#12281).
7899
7900 2012-08-26 Chong Yidong <cyd@gnu.org>
7901
7902 * window.el (special-display-regexps, special-display-frame-alist)
7903 (special-display-buffer-names, special-display-function)
7904 (display-buffer-reuse-frames): Mark as obsolete.
7905
7906 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7907
7908 * help.el (help-print-return-message): Don't treat
7909 display-buffer-reuse-frames specially.
7910
7911 2012-08-26 Chong Yidong <cyd@gnu.org>
7912
7913 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7914 New variable, replacing gdb-frame-parameters.
7915 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7916 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7917 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7918 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7919 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
7920 the functions directly with gdb-display-buffer-other-frame-action.
7921 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7922 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7923 (gdb-display-stack-buffer, gdb-display-locals-buffer)
7924 (gdb-display-registers-buffer): Define directly.
7925 (def-gdb-display-buffer): Macro deleted.
7926 (gdb-display-buffer): Remove second and third args, callers don't
7927 use them. Defer to the default display-buffer behavior, apart
7928 from making windows dedicated.
7929 (gdb-setup-windows): Don't call display-buffer unnecessarily.
7930
7931 * progmodes/gud.el (gud-display-line): Just use display-buffer.
7932
7933 * window.el (display-buffer-pop-up-frame): Handle a
7934 pop-up-frame-parameters alist entry.
7935 (display-buffer): Document it.
7936
7937 2012-08-26 Chong Yidong <cyd@gnu.org>
7938
7939 * isearch.el (search-whitespace-regexp): Make string and nil
7940 values apply to both ordinary and regexp search. Allow a cons
7941 cell value to distinguish between the two.
7942 (isearch-whitespace-regexp, isearch-search-forward)
7943 (isearch-search-backward): New functions.
7944 (isearch-occur, isearch-search-fun-default, isearch-search)
7945 (isearch-lazy-highlight-new-loop): Use them.
7946 (isearch-forward, isearch-forward-regexp): Doc fix.
7947
7948 2012-08-26 Chong Yidong <cyd@gnu.org>
7949
7950 * faces.el (help-argument-name): Always inherit from italic
7951 (Bug#12213).
7952
7953 2012-08-25 Martin Rudalics <rudalics@gmx.at>
7954
7955 * window.el (window--even-window-heights): Even heights when
7956 WINDOW and the selected window form a vertical combination.
7957 (display-buffer-use-some-window): Provide that window used gets
7958 sized back by quit-window. (Bug#11880) and (Bug#12091)
7959
7960 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
7961
7962 Fix file time stamp problem with bzr and CVS (Bug#12001).
7963 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7964 in the file's time stamp, since the version control system loses
7965 that information.
7966
7967 2012-08-22 Juri Linkov <juri@jurta.org>
7968
7969 * info.el (Info-fontify-node): Hide the suffix of the
7970 Info file name in the header line. (Bug#12187)
7971
7972 2012-08-22 Glenn Morris <rgm@gnu.org>
7973
7974 * calendar/cal-tex.el (cal-tex-weekly-common):
7975 Restore leading blank page.
7976
7977 2012-08-22 Le Wang <l26wang@gmail.com>
7978
7979 * misc.el (forward-to-word, backward-to-word): Activate or extend
7980 the region under `shift-select-mode'. (Bug#12231)
7981
7982 2012-08-22 Bastien Guerry <bzg@gnu.org>
7983
7984 * progmodes/executable.el (executable-prefix): Set to "#!" instead
7985 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
7986 gives details on why the space is never needed.
7987
7988 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7989
7990 * window.el (walk-window-tree, window-with-parameter):
7991 New optional argument MINIBUF to control whether these functions
7992 should run on the minibuffer window.
7993 (window-at-side-list): Don't operate on minibuffer window.
7994 (window-in-direction): Simplify and rewrite doc-string.
7995 (window--size-ignore): Rename to window--size-ignore-p.
7996 Update callers.
7997 (display-buffer-in-atom-window, window--major-non-side-window)
7998 (window--major-side-window, display-buffer-in-major-side-window)
7999 (delete-side-window, display-buffer-in-side-window):
8000 New functions.
8001 (window--side-check, window-deletable-p, delete-window)
8002 (delete-other-windows, split-window): Handle side windows and
8003 atomic windows appropriately.
8004 (window--display-buffer): Call display-buffer-record-window also
8005 when the window buffer did not change.
8006
8007 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8008
8009 * help-fns.el (help-fns--key-bindings):
8010 Abbreviate non-symbol remap targets. (Bug#12174)
8011
8012 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8013
8014 * dired.el (dired-mark-remembered): Don't clobber point.
8015 (Bug#11795)
8016
8017 2012-08-22 Glenn Morris <rgm@gnu.org>
8018
8019 * progmodes/bug-reference.el (bug-reference): New custom group.
8020 (bug-reference-bug-regexp): Make it a defcustom.
8021
8022 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8023
8024 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8025 (js-paren-indent-offset, js-square-indent-offset)
8026 (js-curly-indent-offset): Add :safe (Bug#12257).
8027
8028 2012-08-22 Edward O'Connor <hober0@gmail.com>
8029
8030 * json.el (json-key-format): Add error properties.
8031 (json-encode-key): New function.
8032 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8033 Use json-encode-key.
8034
8035 2012-08-22 Glenn Morris <rgm@gnu.org>
8036
8037 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8038 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8039 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8040 Update for above change.
8041
8042 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8043
8044 * cus-face.el (custom-face-attributes): Fix customize type for the
8045 :underline attribute. (Bug#11805)
8046
8047 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8048
8049 * window.el (window-point-1, set-window-point-1): Remove.
8050 (window-in-direction, record-window-buffer)
8051 (set-window-buffer-start-and-point, split-window-below)
8052 (window--state-get-1, display-buffer-record-window):
8053 Replace calls to window-point-1 and set-window-point-1 by calls to
8054 window-point and set-window-point respectively.
8055
8056 2012-08-21 Glenn Morris <rgm@gnu.org>
8057
8058 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8059 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8060 Use it.
8061
8062 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8063 (cal-tex-shortday): New function.
8064 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8065 (cal-tex-cursor-filofax-daily): Use the above.
8066
8067 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8068 New functions.
8069 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8070 (cal-tex-cursor-filofax-week): Use them.
8071
8072 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8073 New constants.
8074 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8075 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8076
8077 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8078 (cal-tex-end-document): Don't rely on buffer name.
8079
8080 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8081 Use cal-tex-vspace.
8082 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8083 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8084 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8085 Use cal-tex-arg.
8086
8087 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8088 (cal-tex-cursor-week, cal-tex-cursor-week2)
8089 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8090 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8091 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8092 (cal-tex-insert-preamble, cal-tex-b-document)
8093 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8094 Improve cal-tex-cmd usage.
8095
8096 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8097 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8098 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8099 (cal-tex-weekly-paper): New function.
8100 (cal-tex-cursor-week, cal-tex-cursor-week2)
8101 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8102 (cal-tex-cursor-day): Use it.
8103
8104 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8105 (cal-tex-cursor-filofax-week): Remove leading blank page.
8106
8107 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8108 Add autoload cookie. For now at least, don't use color, since
8109 no other cal-tex function does.
8110
8111 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8112 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8113 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8114
8115 2012-08-21 Juri Linkov <juri@jurta.org>
8116
8117 * info.el (Info-file-attributes): New variable.
8118 (info-insert-file-contents): Add file attributes to
8119 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8120 `Info-toc-nodes' when previous modtime of the Info file is less
8121 than new modtime.
8122 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8123 of info.el. (Bug#12230)
8124
8125 2012-08-20 Glenn Morris <rgm@gnu.org>
8126
8127 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8128 * calendar/holidays.el (calendar-holiday-list):
8129 Report errors with display-warning rather than beep'n'sleep.
8130
8131 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-accept-process-output): Accept only output
8134 from PROC. Otherwise, process filters and sentinels might be
8135 confused. (Bug#12145)
8136
8137 2012-08-20 Chong Yidong <cyd@gnu.org>
8138
8139 * descr-text.el (describe-text-properties-1): Use overlays-in to
8140 report on empty overlays (Bug#3322).
8141
8142 2012-08-20 Glenn Morris <rgm@gnu.org>
8143
8144 * mail/rmailout.el (rmail-output-read-file-name):
8145 Trap and report errors in rmail-output-file-alist elements.
8146
8147 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8148 since most non-font-lock faces are not also variables).
8149
8150 2012-08-20 Edward Reingold <reingold@iit.edu>
8151
8152 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8153 New function. (Bug12160)
8154
8155 2012-08-19 Glenn Morris <rgm@gnu.org>
8156
8157 * mail/rmailout.el (rmail-output-read-file-name):
8158 Fix previous change (when the alist is nil or does not match).
8159
8160 2012-08-19 Chong Yidong <cyd@gnu.org>
8161
8162 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8163 (Bug#12228).
8164
8165 2012-08-18 Chong Yidong <cyd@gnu.org>
8166
8167 * simple.el (yank-handled-properties): New defcustom.
8168 (yank-excluded-properties): Add font-lock-face and category.
8169 (yank): Doc fix.
8170
8171 * subr.el (remove-yank-excluded-properties):
8172 Obey yank-handled-properties. The special handling of font-lock-face
8173 and category is now done this way, instead of being hard-coded.
8174 (insert-for-yank-1): Remove font-lock-face handling.
8175 (yank-handle-font-lock-face-property)
8176 (yank-handle-category-property): New function.
8177
8178 2012-08-17 Glenn Morris <rgm@gnu.org>
8179
8180 * mail/rmailout.el (rmail-output-read-file-name):
8181 Check rmail-output-file-alist against the full message body
8182 in the correct rmail buffer. (Bug#12214)
8183
8184 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8185
8186 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8187 Eliminate superfluous prompt. (Bug#12203)
8188
8189 2012-08-17 Chong Yidong <cyd@gnu.org>
8190
8191 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8192 font spec, set the font directly (Bug#3228).
8193
8194 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8195
8196 * window.el (delete-window): Fix last fix.
8197
8198 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8199
8200 * window.el (window-valid-p): Move to window.c.
8201 (window-child, window-child-count, window-last-child)
8202 (window-normalize-window, window-combined-p)
8203 (window-combinations, window-atom-root, window-min-size)
8204 (window-sizable, window-sizable-p, window-size-fixed-p)
8205 (window-min-delta, window-max-delta, window--resizable)
8206 (window--resizable-p, window-resizable, window-total-size)
8207 (window-full-height-p, window-full-width-p, window-body-size)
8208 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8209 (minimize-window, window-deletable-p, delete-window)
8210 (delete-other-windows, set-window-buffer-start-and-point)
8211 (next-buffer, previous-buffer, split-window, balance-windows-2)
8212 (set-window-text-height, window-buffer-height)
8213 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8214 (truncated-partial-width-window-p): Minor code adjustments.
8215 In doc-strings state whether the argument window has to denote a
8216 live, valid or any window.
8217
8218 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8219
8220 * progmodes/subword.el (subword-forward-function)
8221 (subword-backward-function, subword-forward-regexp)
8222 (subword-backward-regexp): New variables.
8223 (subword-forward, subword-forward-internal, subword-backward-internal):
8224 Use new variables, eg so that different "word" definitions
8225 can be easily used. (Bug#11411)
8226
8227 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8230 for composite selectors.
8231 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8232 operation just because we can't find a previous revision.
8233
8234 2012-08-15 Chong Yidong <cyd@gnu.org>
8235
8236 * frame.el (set-frame-font): Accept font objects.
8237
8238 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8241
8242 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8243
8244 * man.el (Man-overstrike-face, Man-underline-face)
8245 (Man-reverse-face): Remove variables.
8246 (Man-overstrike, Man-underline, Man-reverse): New faces.
8247 (Man-fontify-manpage): Use them instead of the variables.
8248 (Man-cleanup-manpage): Comment change.
8249 (Man-ansi-color-map): New variable.
8250 (Man-fontify-manpage): Use it.
8251 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8252
8253 Implement ANSI SGR parameters 22-27 (bug#12146).
8254 * ansi-color.el (ansi-colors): Doc fix.
8255 (ansi-color-context, ansi-color-context-region): Doc fix.
8256 (ansi-color--find-face): New function.
8257 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8258 Rename the local variable `face' to `codes' since it is now a list of
8259 ansi codes. Doc fix.
8260 (ansi-color-get-face): Remove.
8261 (ansi-color-parse-sequence): New function, derived from
8262 ansi-color-get-face.
8263 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8264 codes 22-27.
8265
8266 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * subr.el (read-passwd): Allow use from a minibuffer.
8269
8270 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8271
8272 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8273 inside comments and strings as identifiers.
8274
8275 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8276 expression to evaluate. This allows to evaluate expressions with
8277 embedded whitespace.
8278 (gud-tooltip-tips): Add a blank before the newline in the
8279 message-box text, for the benefit of message-box emulation on
8280 MS-Windows.
8281
8282 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8283 messages from GDB, pop them up in a tooltip to give feedback to
8284 user.
8285 (gdb-tooltip-print-1): Quote the expression to evaluate.
8286 This allows to evaluate expressions with embedded whitespace.
8287 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8288 if the TTY name is nil or empty (which happens when communicating
8289 with the inferior via pipes, e.g. on MS-Windows).
8290 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8291 don't send that to the GUD buffer.
8292
8293 2012-08-14 Glenn Morris <rgm@gnu.org>
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8296 Optimize away setq-default with no args, as for setq. (Bug#12195)
8297
8298 2012-08-14 Chong Yidong <cyd@gnu.org>
8299
8300 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8301
8302 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8303 (Bug#12085).
8304
8305 2012-08-14 Glenn Morris <rgm@gnu.org>
8306
8307 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8308
8309 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8310
8311 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8312 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8313 Use cached shell name.
8314
8315 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8316
8317 * progmodes/python.el (python-shell-send-string):
8318 (python-shell-send-setup-code): Do not use `format' with `message'.
8319
8320 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8321
8322 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8323 (ruby-percent-literal-beg-re): New constant.
8324 (ruby-syntax-general-delimiters-goto-beg): Rename to
8325 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8326 (ruby-syntax-propertize-general-delimiters): Rename to
8327 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8328 popular term. Adjust comments everywhere.
8329 (ruby-syntax-propertize-percent-literal): Only propertize when not
8330 inside a simple string or comment. When the literal is unclosed,
8331 leave the text after it unpropertized.
8332 (ruby-syntax-methods-before-regexp): New constant.
8333 (ruby-syntax-propertize-function): Use it to recognize regexps.
8334 Don't look at the text after regexp, just use the whitelist.
8335
8336 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8337
8338 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8339 non-nil always load the compiled file if it exists. (Bug#12197)
8340
8341 2012-08-14 Chong Yidong <cyd@gnu.org>
8342
8343 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8344 (hi-lock-set-pattern): When deciding whether to use font lock or
8345 overlays, look at font-lock-mode instead of font-lock-fontified
8346 (Bug#12168).
8347 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8348 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8349
8350 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8351
8352 * subr.el (internal--after-with-selected-window): Fix typo
8353 (Bug#12193).
8354
8355 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
8356
8357 Use `completion-table-dynamic' for completion functions.
8358 * progmodes/python.el
8359 (python-shell-completion--do-completion-at-point)
8360 (python-shell-completion--get-completions):
8361 Remove functions.
8362 (python-shell-completion-complete-at-point): New function.
8363 (python-completion-complete-at-point): Use it.
8364
8365 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8366
8367 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8368 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8369
8370 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * subr.el (function-get): Refine `autoload' arg so it can also
8373 autoload functions for gv.el (bug#12191).
8374 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8375 autoloads macros.
8376
8377 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8378 Prefer pcase-let over destructuring-bind.
8379 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8380 Also, remove whitespace as we go, rather than after accumulating the
8381 various places.
8382
8383 * subr.el (internal--before-with-selected-window)
8384 (internal--after-with-selected-window): Fix typo seleted->selected.
8385 (with-selected-window): Adjust callers.
8386 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8387
8388 2012-08-13 Bastien Guerry <bzg@gnu.org>
8389
8390 * window.el (special-display-popup-frame): Minor docstring
8391 enhancement. (Bug#12172)
8392
8393 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8394
8395 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8396 type 1-6.
8397 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8398 extended headers.
8399
8400 * files.el (hack-local-variables-filter): Remove useless eval.
8401
8402 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8403
8404 * subr.el (with-selected-window): Fix last change.
8405
8406 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * subr.el (internal--before-with-seleted-window)
8409 (internal--after-with-seleted-window): New functions.
8410 (with-selected-window): Use them, to replace dependency on
8411 tty-top-frame.
8412
8413 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8414
8415 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8416 binding for `newline'.
8417 (ruby-move-to-block): When moving backward, stop at block opening,
8418 not indentation.
8419 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8420 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8421 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8422 `ruby-toggle-block'.
8423
8424 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * ibuffer.el (ibuffer-do-toggle-read-only):
8427 * dired.el (dired-toggle-read-only):
8428 * buff-menu.el (Buffer-menu-toggle-read-only):
8429 * bindings.el (mode-line-toggle-read-only):
8430 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8431
8432 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
8433
8434 * descr-text.el (describe-char): Put the overlays over the
8435 "displayed as" character.
8436
8437 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
8438
8439 * calc/calc-units.el (math-default-units-table): Give an
8440 initial value.
8441 (math-put-default-units): Add options to put composite units and
8442 unit systems in the default units table.
8443 (calc-convert-units): Send composite units to
8444 `math-put-default-units' when appropriate.
8445
8446 2012-08-11 Glenn Morris <rgm@gnu.org>
8447
8448 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8449
8450 * tutorial.el (help-with-tutorial):
8451 * emacs-lisp/copyright.el (copyright-update-directory):
8452 * emacs-lisp/autoload.el (autoload-find-generated-file)
8453 (autoload-find-file): Disable local eval: (for insurance).
8454
8455 * files.el (hack-local-variables-filter): If an eval: form is not
8456 known to be safe, and enable-local-variables is :safe, then ignore
8457 the form totally, as is done for non-eval forms. (Bug#12155)
8458 This is CVE-2012-3479.
8459
8460 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8463 (rx-form): Simplify.
8464
8465 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
8466
8467 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8468 ?, _, and : are symbol constituents, ! is not (but kinda should be).
8469 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8470 (ruby-syntax-propertize-function): Adjust for changes in
8471 `ruby-syntax-propertize-heredoc'.
8472
8473 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
8474
8475 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8476 binding (use `M-;' instead).
8477 (ruby-singleton-class-p): New function.
8478 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8479
8480 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8483
8484 2012-08-10 Chong Yidong <cyd@gnu.org>
8485
8486 * progmodes/python.el (python-shell-get-process-name): Don't mess
8487 with same-window-buffer-names.
8488
8489 * eshell/eshell.el (eshell-add-to-window-buffer-names)
8490 (eshell-remove-from-window-buffer-names): Make obsolete.
8491 (eshell-buffer-name, eshell-unload-hook): Don't use them.
8492 (eshell): Just use pop-to-buffer-same-window instead.
8493
8494 2012-08-10 Chong Yidong <cyd@gnu.org>
8495
8496 * bindings.el: Bind M-= back to count-words-region.
8497
8498 * simple.el (count-words-region): Accept a prefix arg for acting
8499 on the entire buffer.
8500 (count-words--buffer-message): New helper function.
8501
8502 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8505 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8506 (event-start, event-end): Use posn-at-point to return a more
8507 informative posn.
8508 (posnp): New function.
8509 * mouse.el (popup-menu-normalize-position): Use it.
8510
8511 2012-08-10 Masatake YAMATO <yamato@redhat.com>
8512
8513 * mouse.el (popup-menu-normalize-position): New function.
8514 (popup-menu): Use `popup-menu-normalize-position' to normalize
8515 the form for POSITION argument.
8516
8517 * term/x-win.el (x-menu-bar-open):
8518 Use the value returend from (posn-at-point) as position
8519 passed to `popup-menu'.
8520
8521 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8522
8523 * calc/calccomp.el (math-compose-expr): Add extra argument
8524 indicating that parentheses should be put around products in
8525 denominators. Give multiplication precedence over division during
8526 composition.
8527
8528 2012-08-09 Chong Yidong <cyd@gnu.org>
8529
8530 * man.el (Man-switches, Man-sed-command, Man-awk-command)
8531 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8532 (Man-untabify-command, manual-program): Convert to defcustom
8533 (Bug#10429).
8534
8535 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8536
8537 * descr-text.el (describe-char): Don't insert extra newlines
8538 (Bug#10127).
8539
8540 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8541 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8542
8543 * align.el (align-region): Delete temporary markers (Bug#10047).
8544 Plus some code cleanups.
8545
8546 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8547
8548 * progmodes/python.el (python-pdbtrack-tracked-buffer)
8549 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8550 (python-shell-internal-last-output): Use make-local-variable
8551 instead of make-variable-buffer-local.
8552
8553 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
8554
8555 * progmodes/python.el: Enhancements to forward-sexp.
8556 (python-nav-forward-sexp): Rename from
8557 python-nav-forward-sexp-function.
8558 (python-nav--forward-sexp, python-nav--backward-sexp):
8559 New functions.
8560
8561 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
8562
8563 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8564 modes and simplification modes.
8565
8566 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * delsel.el (delete-selection-pre-hook): Don't propagate the
8569 file-supersession signals (bug#12161).
8570
8571 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8574 (cl-map-extents): Add compatibility aliases (bug#12135).
8575
8576 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
8577
8578 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8579 tests by `ignore-error'.
8580 (tramp-find-shell): Open also a new shell, when cache is already
8581 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
8582
8583 2012-08-08 Juri Linkov <juri@jurta.org>
8584
8585 * bookmark.el: Add `defaults' property to the bookmark record.
8586 (bookmark-current-buffer): Doc fix.
8587 (bookmark-make-record): Add `defaults' property with default values
8588 to the bookmark record.
8589 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8590 with `bookmark-insert-current-bookmark'.
8591 (bookmark-set): Get `defaults' property from the bookmark record
8592 and use it in `read-from-minibuffer'.
8593 (bookmark-insert-current-bookmark): Remove function.
8594
8595 * info.el (Info-bookmark-make-record): Add `defaults' property
8596 with values of canonical Info node name, the current Info file
8597 name and the current Info node name. (Bug#12107)
8598
8599 2012-08-08 Juri Linkov <juri@jurta.org>
8600
8601 * files.el (basic-save-buffer): Use `buffer-name' as the default
8602 of `read-file-name' when buffer is not visiting a file (bug#12128).
8603
8604 2012-08-08 Juri Linkov <juri@jurta.org>
8605
8606 * info.el (Info-isearch-search): Doc fix.
8607 (Info-search): Change search-failed message from "initial node" to
8608 "end of node" (bug#12078).
8609 (Info-isearch-search): Change `isearch-string-state' to
8610 `isearch--state-string'.
8611
8612 2012-08-08 Glenn Morris <rgm@gnu.org>
8613
8614 * language/persian.el: Remove file.
8615 * language/misc-lang.el: Move unique part of persian.el here.
8616 * loadup.el: Remove language/persian.
8617
8618 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
8619
8620 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8621
8622 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
8623
8624 * progmodes/python.el: Fix defsubst warning.
8625 (python-syntax-context) Rename from python-info-ppss-context.
8626 (python-syntax-context-type): Rename from
8627 python-info-ppss-context-type.
8628 (python-syntax-comment-or-string-p): Rename from
8629 python-info-ppss-comment-or-string-p.
8630
8631 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8632
8633 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8634
8635 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
8636
8637 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8638 a defcustom that is quoted with backquote.
8639
8640 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8641 Fix handling of interactive spec when the body uses return.
8642 (math-do-arg-check, math-define-function-body): Use backquote forms.
8643 * calc/calc-ext.el (math-defcache): Likewise.
8644 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8645 * allout.el (allout-new-exposure): Likewise.
8646 * calc/calcalg2.el (math-tracing-integral): Likewise.
8647 * info.el (Info-last-menu-item): Likewise.
8648 * emulation/vip.el (vip-loop): Likewise.
8649 * textmodes/artist.el (artist-funcall): Likewise.
8650 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8651 Construct menu-item directly.
8652
8653 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8654 Don't declare.
8655
8656 2012-08-07 Chong Yidong <cyd@gnu.org>
8657
8658 * simple.el (deactivate-mark): Preserve text properties when
8659 saving the primary selection (Bug#8384).
8660
8661 2012-08-07 Kevin Ryde <user42@zip.com.au>
8662
8663 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8664 (woman-parse-numeric-value): On a bad .IP line, issue a warning
8665 and continue processing (Bug#12110).
8666
8667 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8670 syntax-propertize-function (bug#10095).
8671
8672 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * help-fns.el (help-fns--key-bindings, help-fns--signature)
8675 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8676 describe-function-1.
8677 (describe-function-1): Use them. Move compiler macro after sig.
8678 (help-fns--compiler-macro): Use function-get. Assume we're already in
8679 standard-output. Adjust layout to new call order.
8680
8681 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8682 re-binding a symbol that has a symbol-macro (bug#12119).
8683
8684 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
8685
8686 * language/persian.el: New file. (Bug#11812)
8687 * loadup.el: Add language/persian.el.
8688
8689 2012-08-06 Chong Yidong <cyd@gnu.org>
8690
8691 * window.el (window--maybe-raise-frame): New function.
8692 (window--display-buffer): Split off from here.
8693 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8694 (display-buffer-pop-up-window, display-buffer-use-some-window):
8695 Obey an inhibit-switch-frame action alist entry.
8696 (display-buffer): Update doc.
8697
8698 * replace.el (occur-after-change-function): Avoid losing focus by
8699 using the inhibit-switch-frame display parameter (Bug#12139).
8700
8701 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
8702
8703 Make internal shell process buffer names start with space.
8704 * progmodes/python.el (python-shell-make-comint): Add optional
8705 argument INTERNAL.
8706 (run-python-internal): Use it.
8707 (python-shell-internal-get-or-create-process): Check for new
8708 internal buffer names.
8709
8710 2012-08-06 Glenn Morris <rgm@gnu.org>
8711
8712 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8713 Do less getting and setting of environment variables.
8714
8715 2012-08-05 Chong Yidong <cyd@gnu.org>
8716
8717 * proced.el (proced): Add substitution string to docstring to
8718 trigger autoloading of the proced library on C-h f (Bug#1768).
8719
8720 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8721 Don't show defvars which have no second argument (Bug#8638).
8722
8723 * imenu.el (imenu-generic-expression): Move documentation here
8724 from imenu--generic-function.
8725 (imenu--generic-function): Refer to imenu-generic-expression.
8726
8727 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
8728
8729 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8730 indentation declaration.
8731 (viper-loop): Add indentation declaration (Bug#7025).
8732
8733 2012-08-05 Chong Yidong <cyd@gnu.org>
8734
8735 * help-fns.el (describe-variable): Add hyperlink for
8736 directory-local variables files. Improve buffer-local and
8737 permanent-local reporting; suggested by MON KEY (Bug#6644).
8738
8739 * help-mode.el (help-dir-local-var-def): New button type.
8740
8741 * files.el (kill-buffer-hook): Provide a defvar.
8742
8743 2012-08-05 Glenn Morris <rgm@gnu.org>
8744
8745 * eshell/esh-ext.el (eshell/addpath):
8746 Also update eshell-path-env. (Bug#12013)
8747
8748 2012-08-05 Chong Yidong <cyd@gnu.org>
8749
8750 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8751
8752 * fringe.el (fringe-styles): Add docstring.
8753 (fringe--check-mode): New function.
8754 (set-fringe-mode, set-fringe-style): Use it.
8755 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8756
8757 * files.el (set-auto-mode): Fix invalid setq call.
8758
8759 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * isearch.el: Misc simplification; use defstruct.
8762 (isearch-mode-map): Dense maps now work like sparse ones.
8763 (isearch--state): New defstruct.
8764 (isearch-string-state, isearch-message-state, isearch-point-state)
8765 (isearch-success-state, isearch-forward-state)
8766 (isearch-other-end-state, isearch-word-state, isearch-error-state)
8767 (isearch-wrapped-state, isearch-barrier-state)
8768 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8769 replaced by defstruct's accessors.
8770 (isearch--set-state): Rename from isearch-top-state and change
8771 calling convention.
8772 (isearch-push-state): Use new isearch--get-state.
8773 (isearch-toggle-word): Disable regexp when enabling word.
8774 (isearch-message-prefix): Remove unused arg _c-q-hack.
8775 (isearch-message-suffix): Remove unused arg _ellipsis.
8776
8777 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
8778
8779 * simple.el (list-processes--refresh): For a server use :host or
8780 :local as the address.
8781 (list-processes): Doc fix.
8782
8783 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
8784
8785 * lisp/mpc.el: Support password in host argument.
8786 (mpc--proc-connect): Parse and use new password element.
8787 Set mpc-proc variable instead of returning process.
8788 (mpc-proc): Adjust accordingly.
8789
8790 2012-08-03 Eli Zaretskii <eliz@gnu.org>
8791
8792 * whitespace.el (whitespace-display-mappings): Use Unicode
8793 codepoints, instead of emacs-mule codepoints. See
8794 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8795 for the details.
8796
8797 * files.el (file-truename): Don't skip symlink-chasing part on
8798 windows-nt. Incorporate the resolution of 8+3 short aliases on
8799 Windows into the loop that recursively chases symlinks.
8800 Compare directory and its parent case-insensitively on MS-Windows and
8801 MS-DOS.
8802
8803 2012-08-03 Chong Yidong <cyd@gnu.org>
8804
8805 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8806
8807 * sort.el (sort-regexp-fields): Doc fix.
8808
8809 2012-08-03 Tassilo Horn <tsdh@gnu.org>
8810
8811 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8812 labels regex position point at the expected place.
8813
8814 2012-08-03 MON KEY <monkey@sandpframing.com>
8815
8816 * net/imap.el (imap-interactive-login, imap-authenticate)
8817 (imap-mailbox-lsub, imap-mailbox-list)
8818 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8819 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8820 (imap-parse-response): Doc fix.
8821
8822 2012-08-03 João Távora <joaotavora@gmail.com>
8823
8824 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8825 if sexp scanning does not move point (Bug#5734).
8826
8827 2012-08-02 Tassilo Horn <tsdh@gnu.org>
8828
8829 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8830 Add listings, minted, and ctable packages.
8831 (reftex-label-alist-builtin): Move listings, minted, and ctable
8832 entries before LaTeX.
8833 (reftex-label-alist): Docfix.
8834
8835 2012-08-02 Bastien Guerry <bzg@gnu.org>
8836
8837 * replace.el (occur): Fix docstring (bug#12122).
8838
8839 2012-08-02 Glenn Morris <rgm@gnu.org>
8840
8841 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8842
8843 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
8844
8845 Obsolete alias inactivate-current-input-method-function (Bug#10150).
8846 * international/mule-cmds.el: Create
8847 inactivate-current-input-method-function as an obsolete alias for
8848 deactivate-current-input-method-function. See Katsumi Yamaoka in
8849 <http://bugs.gnu.org/10150#46>.
8850
8851 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
8852
8853 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8854 of nested `if's.
8855
8856 2012-08-01 Glenn Morris <rgm@gnu.org>
8857
8858 * progmodes/autoconf.el (autoconf-definition-regexp):
8859 Add AH_TEMPLATE, adjust submatch numbering.
8860 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8861 (autoconf-current-defun-function): Update for above change.
8862 (autoconf-current-defun-function): First skip to end of current word.
8863
8864 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
8865
8866 * calendar/cal-html.el (cal-html-insert-agenda-days):
8867 Fix typo. (Bug#12018)
8868
8869 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8870
8871 Shell processes: enhancements to startup and CEDET compatibility.
8872 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8873 (python-shell-make-comint): accept-process-output at startup.
8874 (run-python-internal): Set inferior-python-mode-hook to nil.
8875 (python-shell-internal-get-or-create-process): call sit-for.
8876 (python-preoutput-result): Add obsolete alias.
8877 (python-shell-internal-send-string): Use it.
8878 (python-shell-send-setup-code): Remove call to
8879 accept-process-output.
8880
8881 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
8882
8883 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8884 (Bug#12108)
8885
8886 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
8887
8888 * calc-mode.el (calc-basic-simplification-mode): Rename from
8889 `calc-limited-simplification-mode'.
8890 (calc-alg-simplification-mode): New function.
8891 (calc-set-simplify-mode): Adjust message.
8892
8893 * calc.el (calc-set-mode-line): Adjust mode line display for
8894 basic simplification mode.
8895
8896 * calc-help.el (calc-m-prefix-help): Update help message.
8897
8898 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8899 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8900
8901 2012-07-31 Bastien Guerry <bzg@gnu.org>
8902
8903 * man.el (man): Fix comment. (bug#12101)
8904
8905 2012-07-31 Martin Rudalics <rudalics@gmx.at>
8906
8907 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8908 Don't return a non-nil value when no suitable buffer was found.
8909
8910 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
8911
8912 * progmodes/python.el (run-python-internal): Disable font lock for
8913 internal shells.
8914
8915 2012-07-30 Stefan Merten <smerten@oekonux.de>
8916
8917 * textmodes/rst.el: Silence `checkdoc-ispell'.
8918 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8919 (rst-official-version, rst-official-cvs-rev)
8920 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8921 (rst-mode-map): New key binding.
8922
8923 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
8924
8925 Update .PHONY listings in makefiles.
8926 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8927 autoloads, update-subdirs, updates, bzr-update, update-authors,
8928 compile-onefile, compile-calc, backup-compiled-files,
8929 compile-after-backup, compile-one-process, mh-autoloads,
8930 bootstrap-clean, distclean, maintainer-clean.
8931
8932 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8933
8934 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8935 (calc-set-mode-line): Don't display "AlgSimp ".
8936
8937 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8938 (calc-lim-simplify-mode): New function.
8939 (calc-set-simplify-mode): Default to 'alg.
8940 (calc-default-simplify-mode): Make algebraic simplifications
8941 the default.
8942
8943 * calc/calc-ext.el (calc-init-extensions): Remove binding for
8944 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
8945
8946 * calc/calc-help.el (calc-m-prefix-help): Change messages to
8947 indicate new simplification modes.
8948
8949 * calc/README: Mention new default simplification mode.
8950
8951 * calc/calc.el (math-normalize-error): New variable.
8952 (math-normalize): Set `math-normalize-error' to t
8953 when there's an error.
8954
8955 * calc/calc-alg.el (math-simplify): Don't simplify when
8956 `math-normalize' returns an error.
8957
8958 2012-07-29 Eli Zaretskii <eliz@gnu.org>
8959
8960 * international/mule-cmds.el (set-locale-environment): Revert last
8961 change, since display-graphic-p returns nil when this function is
8962 called during startup. Instead...
8963
8964 * term/w32console.el (terminal-init-w32console): ...setup the
8965 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
8966
8967 2012-07-29 Juri Linkov <juri@jurta.org>
8968
8969 * simple.el (goto-line): Don't display default line number in the
8970 prompt because it should be displayed by `read-number' (bug#9952).
8971 Add the current line number to the defaults of `goto-line' to
8972 allow its easier modification by users with `M-n' (bug#9201).
8973
8974 * subr.el (read-number): Support multiple default values like in
8975 other minibuffer reading functions. Replace `read' with
8976 `string-to-number' for consistency with `number-to-string'.
8977
8978 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
8979
8980 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8981 * emulation/viper-init.el (viper-deactivate-input-method-action):
8982 Rename from viper-inactivate-input-method-action.
8983 (viper-deactivate-input-method):
8984 Rename from viper-inactivate-input-method.
8985 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8986 * international/mule-cmds.el (deactivate-input-method):
8987 Rename from inactivate-input-method.
8988 Also run input-method-deactivate-hook.
8989 (deactivate-current-input-method-function):
8990 Rename from inactivate-current-input-method-function.
8991 (input-method-deactivate-hook): New hook.
8992 (input-method-inactivate-hook): Mark obsolete.
8993 (inactivate-input-method): Mark obsolete.
8994
8995 * international/quail.el (quail-activate):
8996 Also run quail-deactivate-hook.
8997 (quail-deactivate): Rename from quail-inactivate.
8998 * international/robin.el (robin-activate):
8999 Also run robin-deactivate-hook.
9000 (robin-deactivate): Rename from robin-inactivate.
9001
9002 2012-07-29 Chong Yidong <cyd@gnu.org>
9003
9004 * simple.el (indicate-copied-region): New function.
9005 (kill-ring-save): Split off from here.
9006
9007 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9008 (kill-rectangle): Set deactivate-mark to t on read-only error.
9009
9010 * register.el (copy-to-register, copy-rectangle-to-register):
9011 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9012 (append-to-register, prepend-to-register): Call indicate-copied-region.
9013
9014 2012-07-29 Juri Linkov <juri@jurta.org>
9015
9016 * simple.el (async-shell-command-buffer): New defcustom.
9017 (shell-command): Use it. (Bug#4719)
9018
9019 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9020
9021 * international/mule-cmds.el (set-locale-environment): In a
9022 console session on MS-Windows, set up keyboard and terminal
9023 encoding from the OEM codepage, not the ANSI codepage.
9024 (Bug#12055)
9025
9026 2012-07-28 Chong Yidong <cyd@gnu.org>
9027
9028 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9029 gdb-get-location.
9030
9031 2012-07-28 Leo Liu <sdl.web@gmail.com>
9032
9033 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9034 the alist (bug#12029).
9035
9036 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9037
9038 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9039 (compile-always, compile-first)
9040 ($(lisp)/calendar/cal-loaddefs.el)
9041 ($(lisp)/calendar/diary-loaddefs.el)
9042 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9043 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9044 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9045 instead of on update-subdirs.
9046 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9047
9048 2012-07-28 Chong Yidong <cyd@gnu.org>
9049
9050 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9051 directory if vc-deduce-backend returns nil (Bug#7350).
9052
9053 * simple.el (delete-trailing-lines): New option.
9054 (delete-trailing-whitespace): Obey it (Bug#11879).
9055
9056 2012-07-28 David Engster <deng@randomsample.de>
9057
9058 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9059 Explanation of new 'symbol-qnames feature in doc-strings.
9060 (xml-maybe-do-ns): Return expanded names as plain symbols if
9061 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9062 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9063
9064 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9065
9066 Consistent completion in inferior python with emacs -nw.
9067 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9068 binding in inferior-python-mode-map with "\t".
9069 (python-shell-completion-complete-at-point)
9070 (python-completion-complete-at-point): Remove interactive spec.
9071
9072 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9073
9074 * calc/calccomp.el (math-compose-expr): Undo previous change.
9075
9076 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
9077
9078 * progmodes/python.el (python-mode-map): Add keybinding for
9079 run-python.
9080 (python-shell-make-comint): Fix pop-to-buffer call.
9081 (run-python): Autoload. New arg SHOW.
9082 (python-shell-get-or-create-process): Do not pop python process
9083 buffer.
9084
9085 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9086
9087 * notifications.el (notifications-on-action-signal)
9088 (notifications-on-closed-signal): Use also the bus address for the map.
9089 (notifications-notify, notifications-close-notification)
9090 (notifications-get-capabilities): Add optional argument BUS.
9091
9092 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9093
9094 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9095 Add support for the lstlisting and minted environments, and for the
9096 ctable macro.
9097 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9098 labels written in keyvals syntax.
9099
9100 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9101
9102 * calc/calccomp.el (math-compose-expr): Use parentheses when
9103 there is a product in the denominator of a fraction.
9104
9105 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9106
9107 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9108 ($(lisp)/calendar/diary-loaddefs.el)
9109 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9110 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9111 Fixes failures in parallel bootstrap because subdirs.el is being
9112 rewritten while the autoload files are built at the same time,
9113 which needs to load subdirs.el.
9114
9115 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9116
9117 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9118 (mouse-drag-line): Don't exit tracking when a switch-frame or
9119 switch-window event occurs (Bug#12006).
9120
9121 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * mouse.el (popup-menu): Fix last change.
9124
9125 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 Autoload from Lisp with more care. Follow aliases when looking for
9128 function properties.
9129 * subr.el (autoloadp): New function.
9130 (symbol-file): Use it.
9131 (function-get): New function.
9132 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9133 autoload-do-load.
9134 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9135 (lisp-indent-function):
9136 * emacs-lisp/gv.el (gv-get):
9137 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9138 * emacs-lisp/byte-opt.el (byte-optimize-form):
9139 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9140 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9141 Use function-get.
9142 * emacs-lisp/cl.el: Don't propagate function properties any more.
9143
9144 * speedbar.el (speedbar-add-localized-speedbar-support):
9145 * emacs-lisp/disass.el (disassemble-internal):
9146 * desktop.el (desktop-load-file):
9147 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9148 (describe-function-1):
9149 * emacs-lisp/find-func.el (find-function-noselect):
9150 * emacs-lisp/elp.el (elp-instrument-function):
9151 * emacs-lisp/advice.el (ad-has-proper-definition):
9152 * apropos.el (apropos-safe-documentation, apropos-macrop):
9153 * emacs-lisp/debug.el (debug-on-entry):
9154 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9155 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9156 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9157
9158 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9159
9160 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9161 function, not an obsolete variable (Bug#12046).
9162
9163 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9164
9165 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9166
9167 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9168
9169 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9170 window only if it is still live (Bug#12034).
9171
9172 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9173
9174 * subr.el (redirect-frame-focus): Add advertised calling
9175 convention (Bug#12030).
9176
9177 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9178
9179 Prefer typical American spelling for "acknowledgment".
9180 * vc/add-log.el (change-log-acknowledgment): Rename from
9181 change-log-acknowledgement, with an alias for the old name.
9182
9183 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9184
9185 * calc-alg.el (math-simplify-divide): Don't cross multiply
9186 in an equation when the lhs is a variable.
9187
9188 2012-07-24 Julien Danjou <julien@danjou.info>
9189
9190 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9191 Remove, unused.
9192
9193 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9194
9195 * startup.el (command-line): Don't display an empty user name in
9196 the error message about non-existent home directory, when
9197 init-file-user was set to an empty string. See
9198 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9199 for the details and context.
9200
9201 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
9202
9203 * ses.el (ses-cell-formula-aset): New macro.
9204 (ses-cell-references-aset): New macro.
9205 (ses-cell-p): New function.
9206 (ses-rename-cell): Do no longer rely on complex operations like
9207 ses-cell-set-formula or ses-set-cell to change the cell and handle
9208 the undo at the same time, but rather use lower level new macros
9209 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9210 the undo directly. Refresh the mode line.
9211
9212 2012-07-21 Leo Liu <sdl.web@gmail.com>
9213
9214 * progmodes/cc-cmds.el (c-defun-name):
9215 Use match-string-no-properties instead for consistency.
9216
9217 2012-07-20 Leo Liu <sdl.web@gmail.com>
9218
9219 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9220 (Bug#7879)
9221
9222 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9223
9224 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9227 * progmodes/bug-reference.el, misearch.el: Provide themselves
9228 (bug#11915).
9229
9230 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9231 of narrowed buffer (bug#11966).
9232
9233 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
9234
9235 * ses.el (ses-rename-cell): Set new name also in reference list of
9236 cells of which the renamed cell depends.
9237
9238 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9239
9240 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9241 to check whether menu-bar is shown or not. If not shown,
9242 show the menu-bar as a popup menu instead of using tmm.
9243 * mouse.el (popup-menu): Accept `point' as `position' argument.
9244
9245 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9246
9247 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9248 up inside string symbol literal (bug#11923).
9249
9250 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9251
9252 * startup.el (fancy-startup-text): Read the whole tutorial, not
9253 just its first 256 bytes. Prevents gibberish in display of the
9254 tutorial title.
9255
9256 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9257
9258 Drop idle buffer compaction due to an absence of the
9259 proved efficiency.
9260 * compact.el: Remove.
9261
9262 2012-07-19 Sam Steingold <sds@gnu.org>
9263
9264 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9265 vc-bzr-pull & vc-bzr-merge-branch.
9266 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9267 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9268 for consistency with compilation-error-regexp-alist.
9269 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9270 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9271 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9272 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9273
9274 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * emacs-lisp/chart.el: Use lexical-binding.
9277 (chart-emacs-storage): Don't hardcode the list of entries.
9278
9279 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9280
9281 Next round of tweaks caused by Fgarbage_collect changes.
9282 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9283
9284 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9285
9286 Compact buffers when idle.
9287 * compact.el: New file.
9288
9289 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * subr.el (eventp): Presume that if it looks vaguely like an event,
9292 it's an event (bug#10190).
9293
9294 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
9295
9296 Enhancements to ppss related code (thanks Stefan).
9297 * progmodes/python.el (python-indent-context)
9298 (python-indent-calculate-indentation, python-indent-dedent-line)
9299 (python-indent-electric-colon, python-nav-forward-block)
9300 (python-mode-abbrev-table)
9301 (python-info-assignment-continuation-line-p): Simplify checks
9302 for ppss context.
9303 (python-info-continuation-line-p): Cleanup.
9304 (python-info-ppss-context): Do not catch 'quote.
9305 (python-info-ppss-context-type)
9306 (python-info-ppss-comment-or-string-p): Simplify.
9307
9308 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
9309
9310 * progmodes/python.el: Enhancements to eldoc support.
9311 (python-info-current-symbol): New function.
9312 (python-eldoc-at-point): Use python-info-current-symbol.
9313 (python-info-current-defun): Fix cornercase on first defun scan.
9314 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9315 and signal error when no inferior python process is available.
9316
9317 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9318
9319 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9320 assume it's always t.
9321 (vc-git-registered): Remove caching, the function is only called
9322 once.
9323 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9324
9325 2012-07-18 Chong Yidong <cyd@gnu.org>
9326
9327 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9328
9329 * simple.el (count-words): Report on narrowing (Bug#9959).
9330
9331 * bindings.el: Bind M-= to count-words.
9332
9333 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9334
9335 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9336
9337 * progmodes/sh-script.el (sh-imenu-generic-expression):
9338 Capture a function with `function' keyword and without parentheses
9339 like "function FOO" (bug#11856).
9340
9341 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9342
9343 * window.el (split-window-sensibly): Make WINDOW argument
9344 optional.
9345
9346 2012-07-18 Chong Yidong <cyd@gnu.org>
9347
9348 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9349
9350 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9351 and make C-x 8 RET exit isearch (Bug#11439).
9352
9353 * international/iso-transl.el: Move isearch-mode-map key
9354 definitions to isearch.el.
9355
9356 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9359 (eieio-defclass): Use gv-define-setter when possible.
9360
9361 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9362
9363 Reflect recent changes in Fgarbage_collect.
9364 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9365 reflect new format of data returned by Fgarbage_collect.
9366
9367 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9368
9369 New utility functions + python-info-ppss-context fix (Bug#11910).
9370 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9371 (python-info-ppss-comment-or-string-p): New functions.
9372 (python-info-ppss-context): Small fix for string check.
9373
9374 2012-07-17 Juri Linkov <juri@jurta.org>
9375
9376 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9377 (dired-do-async-shell-command): Don't add `*' at the end of the
9378 command (Bug#11815).
9379 (dired-do-shell-command): Doc fix.
9380 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9381 Join the individual commands using either "&" or ";" as the
9382 separator depending on the values of these trailing characters.
9383 At the end re-add the trailing "&". (Bug#10598)
9384
9385 * simple.el (async-shell-command): Sync the interactive spec with
9386 `shell-command'. Doc fix.
9387 (shell-command): Doc fix.
9388
9389 2012-07-17 Juri Linkov <juri@jurta.org>
9390
9391 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9392
9393 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9394
9395 Final renames and doc fixes for movement commands (bug#11899).
9396 * progmodes/python.el (python-nav-beginning-of-statement):
9397 Rename from python-nav-statement-start.
9398 (python-nav-end-of-statement): Rename from
9399 python-nav-statement-end.
9400 (python-nav-beginning-of-block): Rename from
9401 python-nav-block-start.
9402 (python-nav-end-of-block): Rename from python-nav-block-end.
9403
9404 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
9405
9406 * progmodes/python.el (python-shell-send-string-no-output):
9407 Allow accept-process-output to quit, keeping shell process ready for
9408 future interactions (Bug#11868).
9409
9410 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9413
9414 * emacs-lisp/elint.el (elint-find-args-in-code):
9415 Use help-function-arglist, so as to handle lexical byte-code.
9416
9417 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9418 change (bug#11826).
9419
9420 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9423 Avoid spuriously marking the buffer as modified because of c-is-sws.
9424
9425 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9426 as not-a-comment (bug#11946).
9427
9428 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9429 for uninterned vars.
9430
9431 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9432 Use read-event since we don't really want to read chars but bytes.
9433
9434 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9435 $$..$$ but also $..$ using regexps (bug#11953).
9436 Use tex-verbatim for \url and \path.
9437 (tex-font-lock-keywords): Define as defconst like the others.
9438 (tex-common-initialization): Don't use font-lock-syntax-table any more.
9439
9440 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
9441
9442 * international/mule-cmds.el (ucs-insert): Make it an obsolete
9443 alias for insert-char.
9444
9445 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9446
9447 * progmodes/python.el: Simplified imenu implementation.
9448 (python-nav-jump-to-defun): Remove command.
9449 (python-mode-map): Use `imenu' instead.
9450 (python-nav-list-defun-positions-cache)
9451 (python-imenu-include-defun-type, python-imenu-make-tree)
9452 (python-imenu-subtree-root-label, python-imenu-index-alist):
9453 Remove vars.
9454 (python-nav-list-defun-positions, python-nav-read-defun)
9455 (python-imenu-tree-assoc, python-imenu-make-element-tree)
9456 (python-imenu-make-tree, python-imenu-create-index):
9457 Remove functions.
9458 (python-mode): Update to interact with imenu by setting
9459 `imenu-extract-index-name-function' only.
9460
9461 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
9462
9463 * progmodes/python.el: Enhancements to navigation commands.
9464 (python-nav-backward-sentence)
9465 (python-nav-forward-sentence): Remove.
9466 (python-nav-backward-statement, python-nav-forward-statement)
9467 (python-nav-statement-start, python-nav-statement-end)
9468 (python-nav-backward-block, python-nav-forward-block)
9469 (python-nav-block-start, python-nav-block-end)
9470 (python-nav-forward-sexp-function)
9471 (python-info-current-line-comment-p)
9472 (python-info-current-line-empty-p): New functions.
9473 (python-indent-context): Use `python-nav-statement-start'.
9474
9475 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
9476
9477 * eshell/em-ls.el (eshell/ls): Use `apply'.
9478
9479 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9480 multi-hops, instead of Tramp internals.
9481
9482 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9483
9484 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9485 when F1 and F2 are located on different hosts.
9486
9487 2012-07-14 Chong Yidong <cyd@gnu.org>
9488
9489 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9490 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9491 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9492 (xterm-mouse--read-event-sequence-1000)
9493 (xterm-mouse--read-event-sequence-1006): New functions. For old
9494 mouse protocol, handle M-mouse-X events correctly.
9495 (xterm-mouse-event): New arg specifying mouse protocol.
9496 (turn-on-xterm-mouse-tracking-on-terminal)
9497 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9498 sequence to toggle extended coordinates on newer XTerms.
9499 This appears to be harmless on terminals which do not support this.
9500
9501 2012-07-14 Leo Liu <sdl.web@gmail.com>
9502
9503 Add fringe bitmap indicators for flymake. (Bug#11253)
9504 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9505 (flymake-make-overlay): New arg BITMAP.
9506 (flymake-error-bitmap, flymake-warning-bitmap)
9507 (flymake-fringe-indicator-position): New user variables.
9508
9509 * fringe.el: New bitmap exclamation-mark.
9510
9511 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
9512
9513 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9514 also (Bug#7879).
9515
9516 2012-07-14 Chong Yidong <cyd@gnu.org>
9517
9518 * electric.el (electric-pair-post-self-insert-function): Fix pair
9519 insertion in empty-region case (Bug#11520).
9520
9521 2012-07-14 Chong Yidong <cyd@gnu.org>
9522
9523 * bindings.el: Consolidate ctl-x-r-map bindings.
9524 Bind copy-rectangle-as-kill to C-x r w.
9525
9526 * rect.el, register.el: Move bindings to bindings.el.
9527
9528 2012-07-14 Reuben Thomas <rrt@sc3d.org>
9529
9530 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9531
9532 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
9533
9534 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
9535
9536 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
9537
9538 * bindings.el (top): Use `mapc' instead of `mapcar'.
9539
9540 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9541
9542 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
9543
9544 * progmodes/sql.el (sql-comint): Suppress the check for program on
9545 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
9546 (Bug#11908)
9547
9548 2012-07-13 Chong Yidong <cyd@gnu.org>
9549
9550 * bindings.el: Assign a non-nil permanent-local property to
9551 per-buffer variables which lack a default value (Bug#11930).
9552
9553 * help-fns.el (describe-variable): In the "automatically becomes
9554 local" notice, take note of permanent-local variables.
9555
9556 2012-07-13 Chong Yidong <cyd@gnu.org>
9557
9558 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
9559 to allow printing the message when called from Lisp.
9560
9561 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9562 Remove toggle-read-only.
9563
9564 * bs.el (bs-toggle-readonly):
9565 * buff-menu.el (Buffer-menu-toggle-read-only):
9566 Remove with-no-warnings around toggle-read-only.
9567
9568 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9569 Remove with-no-warnings around toggle-read-only.
9570 (ffap-read-only, ffap-read-only-other-window)
9571 (ffap-read-only-other-frame): Callers changed.
9572
9573 * help-mode.el: Don't require view package.
9574 (help-mode-finish): Set buffer-read-only instead of calling
9575 toggle-read-only.
9576
9577 * bindings.el (mode-line-toggle-read-only):
9578 * dired.el (dired-toggle-read-only):
9579 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9580 with non-nil second arg.
9581
9582 * emacs-lisp/eieio-custom.el (eieio-customize-object):
9583 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9584 directly.
9585
9586 2012-07-12 Eli Zaretskii <eliz@gnu.org>
9587
9588 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9589 not incf.
9590
9591 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 More CL cleanups and reduction of use of cl.el.
9594 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9595 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9596 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9597 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9598 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9599 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9600 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9601 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9602 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9603 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9604 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9605 * eshell/em-cmpl.el, eshell/em-banner.el:
9606 * calendar/parse-time.el: Use cl-lib.
9607 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9608 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9609 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9610 * term/ns-win.el, term.el, shell.el, ps-samp.el:
9611 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9612 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9613 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9614 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9615 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9616 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9617 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9618 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9619 `lambda' rather than with `quote'.
9620 (eshell-do-opt): Adjust accordingly.
9621 (eshell-process-option): Simplify.
9622 * eshell/esh-var.el:
9623 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9624 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9625 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9626 to `pcase--dontcare'.
9627 * emacs-lisp/cl.el (labels): Mark obsolete.
9628 (cl--letf, letf): Move to cl-lib.
9629 (cl--letf*, letf*): Remove.
9630 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9631 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9632 (cl-progv): Rewrite.
9633 (cl--letf, cl-letf): Move from cl.el.
9634 (cl-letf*): New macro.
9635 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9636
9637 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
9638
9639 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9640
9641 2012-07-11 Chong Yidong <cyd@gnu.org>
9642
9643 * vc/log-edit.el (log-edit-vc-backend): New variable.
9644 (log-edit): Doc fix.
9645
9646 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
9647 argument of log-edit to set up all local variables.
9648 (vc-start-logentry): New optional arg specifying VC backend.
9649
9650 * vc/vc.el (vc-checkin): Use it.
9651 (vc-deduce-fileset): Handle Log Edit buffers.
9652 (vc-diff): Make first argument optional too.
9653
9654 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9655
9656 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
9657
9658 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9659 command, just in case. The function is not needed anymore.
9660 (eshell-external-command): Do not call `eshell-remote-command'.
9661
9662 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 Reduce use of (require 'cl).
9665 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9666 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9667 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9668 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9669 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9670 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9671 * battery.el, avoid.el, abbrev.el: Use cl-lib.
9672 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9673 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9674 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9675 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9676 * calculator.el, autorevert.el, apropos.el: Don't require CL.
9677 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9678 (byte-compile-unfold-bcf, byte-compile-check-variable):
9679 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9680 (byte-compile-nilconstp):
9681 * emacs-lisp/autoload.el (make-autoload): Use pcase.
9682 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9683
9684 * emacs-lisp/gv.el (cond): Make it a valid place.
9685 (if): Simplify slightly.
9686
9687 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9688 (pcase--self-quoting-p): New function.
9689 (pcase--u1): Use it.
9690
9691 2012-07-10 Glenn Morris <rgm@gnu.org>
9692
9693 * emacs-lisp/authors.el (authors-fixed-entries):
9694 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9695
9696 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
9697
9698 Rename configure.in to configure.ac (Bug#11603).
9699 * emacs-lisp/authors.el (authors-canonical-file-name):
9700 * progmodes/autoconf.el (autoconf-mode):
9701 Prefer configure.ac to configure.in.
9702
9703 2012-07-08 Chong Yidong <cyd@gnu.org>
9704
9705 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9706 Implement the mouse-1-click-follows-link handling properly.
9707
9708 * info.el (Info-link-keymap): Use follow-link mechanism for
9709 header-line links (Bug#374).
9710
9711 * simple.el (deactivate-mark): Do not set the primary selection
9712 if another program has acquired it (Bug#11772).
9713
9714 2012-07-07 Kevin Ryde <user42@zip.com.au>
9715
9716 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9717 (woman-decode-region): Replace escaped-escapes without destroying
9718 bold or underline (Bug#11552).
9719 (woman2-process-escapes): Handle nofill regions (Bug#11591).
9720
9721 2012-07-07 Chong Yidong <cyd@gnu.org>
9722
9723 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9724 (interprogram-cut-function, interprogram-paste-function):
9725 Mention that we typically mean the clipboard.
9726
9727 2012-07-06 Glenn Morris <rgm@gnu.org>
9728
9729 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
9730
9731 * files.el (toggle-read-only): Restrict message to interactive use.
9732
9733 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
9734
9735 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9736
9737 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9738
9739 2012-07-06 Glenn Morris <rgm@gnu.org>
9740
9741 * Makefile.in (compile-one-process): Rename from "recompile".
9742
9743 * Makefile.in (bzr-update): "compile" is the same as "recompile
9744 autoloads", but parallelizable, so use that instead.
9745
9746 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
9747
9748 * window.el (quit-window): Always restore window height when
9749 it's saved in quit-restore parameter (Bug#11810).
9750
9751 2012-07-06 Glenn Morris <rgm@gnu.org>
9752
9753 * simple.el (kill-whole-line): Doc tweak.
9754
9755 2012-07-06 Eli Zaretskii <eliz@gnu.org>
9756
9757 * files.el (file-relative-name): Compare file names
9758 case-insensitively if on MS-Windows or MS-DOS, or if
9759 read-file-name-completion-ignore-case is non-nil. Don't use
9760 case-fold-search for this purpose. (Bug#11827)
9761
9762 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9763
9764 * calendar/cal-dst.el (calendar-current-time-zone):
9765 Return calendar-current-time-zone-cache if non-nil.
9766
9767 2012-07-17 Masatake YAMATO <yamato@redhat.com>
9768 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9769
9770 * calendar/cal-dst.el (calendar-current-time-zone):
9771 Return calendar-current-time-zone-cache if non-nil.
9772
9773 2012-07-06 Glenn Morris <rgm@gnu.org>
9774
9775 * Makefile.in (cvs-update): Remove old alias.
9776
9777 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
9778
9779 Sync with Tramp 2.2.6-pre.
9780
9781 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9782 compatible declaration.
9783
9784 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9785 Protect `list-load-path-shadows' call.
9786
9787 * net/tramp-compat.el (top): Require packages, which aren't
9788 autoloaded anymore for XEmacs. Protect call of
9789 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9790 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
9791 it hurts at least for SXEmacs.
9792 (tramp-compat-temporary-file-directory): In XEmacs, there is no
9793 standard-value for `temporary-file-directory'.
9794
9795 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9796 Redirect stderr to /dev/null.
9797 (tramp-sh-handle-write-region): uid and gid can be floats.
9798 Reported by Russell Sim <russell.sim@gmail.com>.
9799 (tramp-sh-handle-vc-registered): Hide errors.
9800 (tramp-vc-file-name-handler): Use dummy results for `process-file'
9801 and `start-file-process'.
9802 (tramp-maybe-open-connection): Check also whether `non-essential'
9803 is bound.
9804
9805 2012-07-04 Chong Yidong <cyd@gnu.org>
9806
9807 * xml.el (xml--parse-buffer): Use xml-syntax-table.
9808 (xml-parse-tag): Likewise, and avoid changing entity tables.
9809 (xml-syntax-table): Define from scratch, making sure not to give
9810 x2000 and other Unicode spaces whitespace syntax, since those are
9811 not spaces in XML.
9812 (xml-parse-fragment): Delete unused function.
9813 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9814 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9815 (xml-entity-ref, xml-pe-reference-re)
9816 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9817 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9818 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9819 (xml-entity-value-re): Use syntax references in regexps where
9820 possible; no need to define inside a let-binding.
9821 (xml-parse-dtd): Use xml-pe-reference-re.
9822 (xml-entity-or-char-ref-re): New defconst.
9823 (xml-parse-string, xml-substitute-special): Use it.
9824
9825 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * files.el (locate-dominating-file): Allow `name' to be a predicate.
9828 (find-file--read-only): New function.
9829 (find-file-read-only, find-file-read-only-other-window)
9830 (find-file-read-only-other-frame): Use it.
9831 (insert-file-contents-literally): Don't `fset'.
9832 (get-free-disk-space): Use locate-dominating-file.
9833
9834 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9835 function is already compiled.
9836
9837 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
9838
9839 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
9840
9841 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9842 files on the same host.
9843
9844 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9845
9846 * help-fns.el (describe-function-1): Only call
9847 help-fns--autoloaded-p when we have a file name. (Bug#11848)
9848
9849 2012-07-03 Chong Yidong <cyd@gnu.org>
9850
9851 * xml.el: Protect parser against XML bombs.
9852 (xml-entity-expansion-limit): New variable.
9853 (xml-parse-string, xml-substitute-special): Use it.
9854 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9855
9856 2012-07-03 Glenn Morris <rgm@gnu.org>
9857
9858 * progmodes/bug-reference.el (bug-reference-bug-regexp):
9859 Allow linking to specific messages in debbugs reports (eg 123#5).
9860
9861 2012-07-02 Chong Yidong <cyd@gnu.org>
9862
9863 * xml.el: Fix entity and character reference expansion, allowing
9864 them to expand into markup as per XML spec.
9865 (xml-default-ns): New variable.
9866 (xml-entity-alist): Use XML spec definitions for lt and amp.
9867 (xml-parse-region): Make first two arguments optional.
9868 Discard text properties.
9869 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9870 All callers changed.
9871 (xml-parse-tag): Call xml-parse-tag-1. For backward
9872 compatibility, this function should not modify buffer contents.
9873 (xml-parse-tag-1): Fix opening-tag regexp.
9874 (xml-parse-string): Rewrite, handling entity and character
9875 references properly.
9876 (xml--entity-replacement-text): Signal an error if a parameter
9877 entity is undefined.
9878
9879 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * comint.el (comint-output-filter): Filter out repeated prompts.
9882
9883 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9884 and file-name-absolute-p.
9885 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9886 internal calls.
9887
9888 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9889
9890 Spelling fixes.
9891 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9892 Rename from byte-compile--refiy-function. All uses changed.
9893
9894 2012-07-01 Chong Yidong <cyd@gnu.org>
9895
9896 * xml.el (xml--parse-buffer): New function. Move most of
9897 xml-parse-region here.
9898 (xml-parse-region): Copy region into a temporary buffer, since
9899 parameter entity substitution requires changing buffer contents.
9900 Use xml--parse-buffer.
9901 (xml-parse-file): Use xml--parse-buffer.
9902 (xml-parse-dtd): Make parameter entity substitution work right.
9903 Use proper regexps for ELEMENT declarations (Bug#7172).
9904
9905 2012-06-30 Glenn Morris <rgm@gnu.org>
9906
9907 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9908
9909 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9910 Remove outdated and unnecessary dbus declarations.
9911
9912 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9913
9914 * emacs-lisp/timer.el (timer-until): Subtract results of
9915 float-time, instead of taking float-time of the result of
9916 time-subtract, since float-time signals an error for negative time
9917 arguments.
9918
9919 2012-06-30 Chong Yidong <cyd@gnu.org>
9920
9921 * xml.el (xml-*-re): Convert defvars into defconsts, and
9922 eval-and-compile them so eval-and-compile works on derivatives.
9923 (xml--entity-replacement-text): Use eval-and-comple.
9924
9925 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * vc/vc-git.el (vc-git-registered): Use cache property
9928 `git-registered'.
9929 (vc-git-mode-line-string): Call `vc-working-revision' instead of
9930 `vc-git-working-revision' in order to benefit from the cache.
9931 (vc-git-root): Use cache property `git-root'. (Bug#11757)
9932
9933 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
9934
9935 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9936 removed (likely outside Emacs). (Bug#11757)
9937
9938 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * emacs-lisp/cl-lib.el: Require macroexp.
9941
9942 2012-06-30 Chong Yidong <cyd@gnu.org>
9943
9944 * xml.el: Implement XML parameter entities.
9945 (xml-parameter-entity-alist): New variable.
9946 (xml-parse-region, xml-parse-fragment): Preserve previous values
9947 of xml-entity-alist and xml-parameter-entity-alist, so that
9948 repeated calls on different documents do not change them.
9949 (xml-parse-tag): Fix doctype regexp.
9950 (xml--entity-replacement-text): New function.
9951 (xml-parse-dtd): Use it. Don't handle system entities; doing that
9952 properly requires url retrieval which is unimplemented.
9953 (xml-escape-string): Doc fix.
9954
9955 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9958
9959 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9960
9961 * fringe.el (fringe-mode): Doc fix.
9962
9963 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
9964
9965 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9966 is non-nil.
9967 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9968 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
9969
9970 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9971
9972 * calendar/cal-dst.el (calendar-current-time-zone):
9973 Return calendar-current-time-zone-cache if non-nil.
9974
9975 2012-06-29 Masatake YAMATO <yamato@redhat.com>
9976
9977 * progmodes/which-func.el (which-func-format):
9978 Add mouse-face. (Bug#11698)
9979
9980 2012-06-29 Leo Liu <sdl.web@gmail.com>
9981
9982 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9983
9984 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * minibuffer.el (minibuffer-confirm-exit-commands):
9987 Add completion-at-point (bug#11725).
9988
9989 2012-06-29 Glenn Morris <rgm@gnu.org>
9990
9991 * progmodes/f90.el (f90-font-lock-keywords-2):
9992 Add some preprocessor elements. (Bug#10499)
9993
9994 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * progmodes/cperl-mode.el (cperl-update-syntaxification):
9997 Use syntax-propertize (bug#11739).
9998
9999 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10002
10003 2012-06-28 Julien Danjou <julien@danjou.info>
10004
10005 * term.el (term-handle-colors-array): Use a set of new faces to
10006 color the terminal. Also uses :inverse-video property.
10007 (term-default-fg-color): Set to nil by default, deprecate in favor
10008 of `term-face'.
10009 (term-default-bg-color): Set to nil by default, deprecate in favor
10010 of `term-face'.
10011 (term-current-face): Use `term-face' by default.
10012 (term-bold-attribute): Variable deleted.
10013
10014 2012-06-28 Glenn Morris <rgm@gnu.org>
10015
10016 * simple.el (completion-list-mode-finish):
10017 Don't use toggle-read-only. (Since completion-list-mode has
10018 a special mode-class, it wasn't doing anything extra anyway.)
10019
10020 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 Make inlining of other-mode interpreted functions work (bug#11799).
10023 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10024 (byte-compile): Use it to fix compilation of lexical-binding closures.
10025 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10026 function, if needed.
10027
10028 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * help-mode.el (help-make-xrefs): Don't just withstand
10031 cyclic-variable-indirection but any error in documentation-property.
10032
10033 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10034 memory use.
10035 * bindings.el (bindings--define-key): New function.
10036 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10037 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10038 * bindings.el: Use it to purecopy define-key bindings.
10039
10040 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10041
10042 * emacs-lisp/cl.el (flet): Mark obsolete.
10043 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10044 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10045 * progmodes/js.el (js-c-fill-paragraph):
10046 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10047 (ebrowse-switch-member-buffer-to-derived-class):
10048 * play/5x5.el (5x5-solver): Use cl-flet.
10049
10050 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10051 (cl--symbol-function): New macro.
10052 (cl--letf, cl--letf*): Use it.
10053
10054 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10055 Strip "toggle-" if any.
10056
10057 2012-06-27 Glenn Morris <rgm@gnu.org>
10058
10059 * info.el (Info-default-directory-list): Move here from paths.el.
10060 * paths.el: Remove file, which is now empty.
10061 * loadup.el: No longer load "paths".
10062
10063 * custom.el (custom-initialize-delay): Doc fix.
10064
10065 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10066 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10067 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10068 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10069 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10070 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10071 * eshell/eshell.el (eshell-defgroup): Remove alias.
10072
10073 2012-06-27 Chong Yidong <cyd@gnu.org>
10074
10075 * help.el (help-enable-auto-load): New variable.
10076
10077 * help-fns.el (help-fns--autoloaded-p): New function.
10078 (describe-function-1): Refer to a function as "autoloaded" if it
10079 was autoloaded at any time in the past. Perform autoloading if
10080 help-enable-auto-load is non-nil.
10081
10082 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10083
10084 * makefile.w32-in (compile, compile-always): Depend on
10085 update-subdirs, not on subdirs.el. Otherwise, several different
10086 sub-targets of 'bootstrap' running in parallel could
10087 simultaneously write to subdirs.el, producing a garbled file.
10088
10089 2012-06-26 Sam Steingold <sds@gnu.org>
10090
10091 * files.el (file-name-base): New convenience function.
10092 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10093 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10094 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10095 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10096 * textmodes/ispell.el, textmodes/reftex-ref.el:
10097 * textmodes/tex-mode.el: Use it.
10098 Did not touch cedet and org because they are maintained elsewhere.
10099
10100 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10101
10102 * calendar/calendar.el (calendar-exit): Don't try to delete or
10103 iconify last frame. See:
10104 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10105
10106 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10107
10108 * server.el (server-process-filter): Remember dir in the
10109 process's `server-client-directory' properties.
10110
10111 2012-06-24 Chong Yidong <cyd@gnu.org>
10112
10113 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10114 non-tag text.
10115
10116 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10119
10120 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * help-fns.el (describe-variable): Don't croak when doc is not found.
10123 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10124 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10125 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10126 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10127 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10128 ((lambda ..) ..).
10129 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10130
10131 2012-06-23 Chong Yidong <cyd@gnu.org>
10132
10133 * info.el (Info-mouse-follow-link): Accept symbol values of
10134 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10135 (Info-fontify-node): Use Info-link-keymap for all navigation
10136 buttons, with link-args property to perform the desired action.
10137 (Info-link-keymap): Doc fix.
10138 (Info-next-link-keymap, Info-prev-link-keymap)
10139 (Info-up-link-keymap): Delete now-unused keymaps.
10140
10141 2012-06-23 Chong Yidong <cyd@gnu.org>
10142
10143 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10144
10145 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10146 system abbrevs.
10147
10148 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10149
10150 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10153 (bug#11719).
10154
10155 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10156 the requote function doesn't work properly (bug#11714).
10157
10158 2012-06-23 Glenn Morris <rgm@gnu.org>
10159
10160 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10161
10162 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 Further GV/CL cleanups.
10165 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10166 gv-expander.
10167 (gv--defun-declaration): New function.
10168 (defun-declarations-alist): Use it.
10169 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10170 (gv-place): Autoload.
10171 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10172 original definition of dotimes and dolist.
10173 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10174 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10175 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10176 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10177 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10178 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10179 to the function's definition.
10180 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10181 * window.el:
10182 * files.el:
10183 * faces.el:
10184 * env.el: Don't use CL.
10185
10186 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10187
10188 Support higher-resolution time stamps (Bug#9000).
10189
10190 * calendar/time-date.el (with-decoded-time-value): New arg
10191 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10192 (encode-time-value): New optional arg PICO. New type 3.
10193 (time-to-seconds) [!float-time]: Support the new picoseconds
10194 component if it's used.
10195 (seconds-to-time, time-subtract, time-add):
10196 Support ps-resolution time stamps as well.
10197
10198 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10199 (timerp): Timer vectors now have length 9, not 8.
10200 (timer--time): Support new-style (4-part) time stamps.
10201 (timer-next-integral-multiple-of-time): Time stamps now have
10202 picosecond resolution, so take a bit more care about rounding.
10203 (timer-relative-time, timer-inc-time): New optional arg psecs.
10204 (timer-set-time-with-usecs): Set psecs to 0.
10205 (timer--activate): Check psecs component, too.
10206
10207 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10208
10209 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10212 Move the non-essential binding to the post/pre-command-hook where it is
10213 more obviously correct.
10214
10215 * subr.el (read-passwd): Don't use a history at all.
10216 * savehist.el (savehist-save): Remove password saved accidentally
10217 because of the above bug.
10218
10219 2012-06-22 Bastien Guerry <bzg@gnu.org>
10220
10221 * files.el (toggle-read-only): Display a message telling whether
10222 the buffer is read-only or not (bug#11726).
10223
10224 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * emacs-lisp/gv.el: New file.
10227 * subr.el (push, pop): Extend to generalized variables.
10228 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10229 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10230 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10231 gv-define-simple-setter, and gv-define-expander.
10232 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10233 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10234 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10235 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10236 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10237 gv-letplace.
10238 (cl-defstruct): Don't define setf-method any more.
10239 * emacs-lisp/cl.el (flet): Don't autoload.
10240 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10241 (define-setf-expander, defsetf, define-modify-macro)
10242 (cl-struct-setf-expander): Move from cl-lib.el.
10243 * emacs-lisp/syntax.el:
10244 * emacs-lisp/ewoc.el:
10245 * emacs-lisp/smie.el:
10246 * emacs-lisp/cconv.el:
10247 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10248 (timer--time): Use gv-define-simple-setter.
10249 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10250 to avoid coding-system problems in subr.el. Adjust all users.
10251 (macroexp--maxsize, macroexp-small-p): New functions.
10252 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10253 * scroll-bar.el (scroll-bar-mode):
10254 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10255 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10256 * winner.el (winner-configuration, winner-make-point-alist)
10257 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10258 * files.el (locate-file-completion-table): Avoid list*.
10259
10260 2012-06-22 Chong Yidong <cyd@gnu.org>
10261
10262 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10263 (dired-create-files): Doc fix (Bug#11329).
10264 (dired-do-copy): Doc fix (Bug#11334).
10265 (dired-mark-read-string): Doc fix (Bug#11553).
10266
10267 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10268 Doc fix (Bug#11326).
10269 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10270 (dired-dwim-target): Doc fix.
10271
10272 * wdired.el (wdired-mode): Doc fix.
10273
10274 2012-06-22 Glenn Morris <rgm@gnu.org>
10275
10276 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10277 (pcmpl-rpm-cache-stamp-file): New constant.
10278 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10279 (pcmpl-rpm-packages): Optionally cache list of packages.
10280
10281 * pcmpl-rpm.el (pcmpl-rpm): New group.
10282 (pcmpl-rpm-query-options): New option.
10283 (pcmpl-rpm-packages): No need to inline it.
10284 Use pcmpl-rpm-query-options.
10285
10286 * calendar/calendar.el (calendar-in-read-only-buffer):
10287 Avoid some needless mode changes.
10288
10289 2012-06-21 Chong Yidong <cyd@gnu.org>
10290
10291 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10292 (desktop-path): Remove . from the default value (Bug#10977).
10293 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10294
10295 2012-06-20 Chong Yidong <cyd@gnu.org>
10296
10297 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10298
10299 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10300
10301 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10302 (bug#11201).
10303
10304 2012-06-20 Chong Yidong <cyd@gnu.org>
10305
10306 * term.el (term-window-width): Handle the case of a missing right
10307 fringe (Bug#8837).
10308 (term-check-size): Use window-text-height (Bug#5445).
10309 (term-mode): Use define-derived-mode. Minor cleanups.
10310 Set font-lock-defaults (Bug#7692).
10311 (term-move-columns, term-insert-char, term-emulate-terminal)
10312 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10313
10314 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10315
10316 * net/ange-ftp.el (ange-ftp-get-passwd):
10317 Bind `enable-recursive-minibuffers'.
10318 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10319
10320 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10321
10322 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10323
10324 2012-06-19 Glenn Morris <rgm@gnu.org>
10325
10326 * progmodes/python.el (python-mode): Derive from prog-mode.
10327
10328 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10329
10330 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10331 (edt-user-menu-bar-update-buffers): New functions.
10332 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10333
10334 2012-06-19 Chong Yidong <cyd@gnu.org>
10335
10336 * subr.el (with-selected-window): Preserve the selected window's
10337 terminal's top-frame (Bug#4702).
10338
10339 * window.el (save-selected-window): Likewise.
10340
10341 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * progmodes/python.el (python-rx-constituents): Move backquote.
10344 (python-skeleton-define, python-define-auxiliary-skeleton):
10345 Use `declare'.
10346
10347 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10348
10349 * minibuffer.el (read-file-name-default): Revert the patch from
10350 2012-06-17.
10351
10352 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10355 (pcase--u1, pcase--q1): Don't use apply-partially.
10356
10357 2012-06-18 Glenn Morris <rgm@gnu.org>
10358
10359 * progmodes/python.el (python-proc, python-buffer)
10360 (python-send-receive, python-send-string): Fix obsolete versions.
10361
10362 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10363
10364 * window.el (special-display-p): Completely remove stringp
10365 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10366
10367 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10368
10369 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10370
10371 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10372
10373 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10374 * net/tramp-sh.el (tramp-maybe-open-connection):
10375 Throw if `non-essential' is non-nil.
10376
10377 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10378
10379 * window.el (special-display-p): Signal an error if BUFFER-NAME
10380 is not a string (Bug#11713).
10381
10382 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10383
10384 * progmodes/python.el (python-info-beginning-of-backslash):
10385 Rename from python-info-beginning-of-backlash, as a spelling fix.
10386
10387 2012-06-17 Chong Yidong <cyd@gnu.org>
10388
10389 * term.el (term-emulate-terminal): If term-check-size is called,
10390 move point to the process mark without resetting point (Bug#4635).
10391
10392 2012-06-17 Glenn Morris <rgm@gnu.org>
10393
10394 * international/mule-cmds.el (mule-menu-keymap)
10395 (set-language-environment, set-locale-environment): Doc tweaks.
10396
10397 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10398
10399 * cus-face.el (custom-face-attributes): Add wave-style underline
10400 attribute.
10401 * faces.el (set-face-attribute): Update docstring to describe
10402 wave-style underline attribute.
10403
10404 2012-06-16 Chong Yidong <cyd@gnu.org>
10405
10406 * term/xterm.el (terminal-init-xterm): Discard input before
10407 querying background mode (Bug#10959).
10408
10409 2012-06-16 Stefan Merten <smerten@oekonux.de>
10410
10411 * textmodes/rst.el: Added and corrected some comments.
10412 (rst-re-alist-def): Improve symbol syntax.
10413 (rst-mode-syntax-table): Correct syntax entries.
10414 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10415 (rst-official-version, rst-official-cvs-rev): Update version
10416 information.
10417
10418 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
10419
10420 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10421 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10422
10423 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
10424
10425 * progmodes/python.el: New python.el merge.
10426 (python-guess-indent): Obsolete var.
10427 (python-indent-guess-indent-offset): New defcustom.
10428 (python-indent): Obsolete var.
10429 (python-indent-offset): New defcustom.
10430 (python-python-command, python-jython-command): Delete var.
10431 (python-shell-interpreter): New defcustom.
10432 (python-pdbtrack-do-tracking-p): Delete var.
10433 (python-pdbtrack-activate): New defcustom.
10434 (python-use-skeletons): Obsolete var.
10435 (python-skeleton-autoinsert): New defcustom.
10436 (inferior-python-filter-regexp, python-continuation-offset)
10437 (python-honour-comment-indentation, python-indent-string-contents)
10438 (python-jython-packages, python-mode-hook)
10439 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10440 (python-shell-prompt-alist)
10441 (python-source-modes): Delete defcustoms.
10442 (python-check-buffer-name, python-eldoc-setup-code)
10443 (python-eldoc-string-code, python-ffap-setup-code)
10444 (python-ffap-string-code, python-fill-comment-function)
10445 (python-fill-decorator-function, python-fill-paren-function)
10446 (python-fill-string-function, python-imenu-include-defun-type)
10447 (python-imenu-make-tree, python-imenu-subtree-root-label)
10448 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10449 (python-shell-compilation-regexp-alist)
10450 (python-shell-completion-module-string-code)
10451 (python-shell-completion-pdb-string-code)
10452 (python-shell-completion-setup-code)
10453 (python-shell-completion-string-code)
10454 (python-shell-enable-font-lock, python-shell-exec-path)
10455 (python-shell-extra-pythonpaths)
10456 (python-shell-internal-buffer-name, python-shell-interpreter-args)
10457 (python-shell-process-environment)
10458 (python-shell-prompt-block-regexp)
10459 (python-shell-prompt-output-regexp)
10460 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10461 (python-shell-send-setup-max-wait, python-shell-setup-codes)
10462 (python-shell-virtualenv-path): New defcustoms.
10463 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10464 (inferior-python-mode-syntax-table, python--prompt-regexp)
10465 (python-buffer, python-command python-python-command)
10466 (python-default-template, python-imports, python-indent-index)
10467 (python-indent-list, python-indent-list-length)
10468 (python-mode-running, python-pdbtrack-is-tracking-p)
10469 (python-preoutput-continuation, python-preoutput-leftover)
10470 (python-preoutput-result, python-preoutput-skip-next-prompt)
10471 (python-prev-dir/file, python-recursing)
10472 (python-saved-check-command, python-version-checked)
10473 (python-which-func-length-limit)
10474 (view-return-to-alist): Delete vars.
10475 (python-check-custom-command, python-dotty-syntax-table)
10476 (python-imenu-index-alist, python-indent-current-level)
10477 (python-indent-dedenters, python-indent-levels)
10478 (python-nav-beginning-of-defun-regexp)
10479 (python-nav-list-defun-positions-cache)
10480 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10481 (python-shell-internal-buffer)
10482 (python-skeleton-available): New vars.
10483 (def-python-skeleton): Delete macro.
10484 (python-skeleton-define): New macro.
10485 (python-define-auxiliary-skeleton, python-rx): New macros.
10486 (python-insert-class): Delete command.
10487 (python-skeleton-class): New command.
10488 (python-insert-def): Delete command.
10489 (python-skeleton-def): New command.
10490 (python-insert-for): Delete command.
10491 (python-skeleton-for): New command.
10492 (python-insert-if): Delete command.
10493 (python-skeleton-if): New command.
10494 (python-insert-try/except, python-insert-try/finally): Delete commands.
10495 (python-skeleton-try): New command.
10496 (python-insert-while): Delete command.
10497 (python-skeleton-while): New command.
10498 (python-backspace): Delete command.
10499 (python-indent-dedent-line-backspace): New command.
10500 (python-electric-colon): Delete command.
10501 (python-indent-electric-colon): New command.
10502 (python-guess-indent): Delete command.
10503 (python-indent-guess-indent-offset): New command.
10504 (python-shift-left): Delete command.
10505 (python-indent-shift-left): New command.
10506 (python-shift-right): Delete command.
10507 (python-indent-shift-right): New command.
10508 (python-find-function): Delete command.
10509 (python-nav-jump-to-defun): New command.
10510 (python-next-statement): Delete command.
10511 (python-nav-forward-sentence): New command.
10512 (python-previous-statement): Delete command.
10513 (python-nav-backward-sentence): New command.
10514 (python-fill-paragraph): Delete command.
10515 (python-fill-paragraph-function): New command.
10516 (python-send-buffer): Delete command.
10517 (python-shell-send-buffer): New command.
10518 (python-send-defun): Delete command.
10519 (python-shell-send-defun): New command.
10520 (python-send-region, python-send-region-and-go): Delete commands.
10521 (python-shell-send-region)
10522 (python-shell-switch-to-shell): New commands.
10523 (python-send-string): Delete command.
10524 (python-shell-send-string): New command.
10525 (python-switch-to-python): Delete command.
10526 (python-shell-switch-to-shell): New command.
10527 (python-describe-symbol): Delete command.
10528 (python-eldoc-at-point): New command.
10529 (python--set-prompt-regexp, python-args-to-list)
10530 (python-after-info-look, python-check-version)
10531 (python-check-comint-prompt, python-find-imports)
10532 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10533 (python-unload-function, python-expand-template)
10534 (python-maybe-jython, python-preoutput-filter)
10535 (python-pdbtrack-get-source-buffer)
10536 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10537 (python-pdbtrack-toggle-stack-tracking)
10538 (python-pdbtrack-track-stack-file, python-initial-text)
10539 (python-first-word, python-comment-line-p, python-send-command)
10540 (python-setup-brm, python-sentinel, python-set-proc)
10541 (python-skip-out, python-input-filter, python-outdent-p)
10542 (python-outline-level, python-backslash-continuation-line-p)
10543 (python-end-of-block, python-end-of-statement, python-mark-block)
10544 (python-beginning-of-block, python-beginning-of-statement)
10545 (python-blank-line-p, python-beginning-of-string)
10546 (python-open-block-statement-p): Delete functions.
10547 (python-indent-line, python-indent-line-1): Delete functions.
10548 (python-indent-line): New function.
10549 (python-indentation-levels): Delete function.
10550 (python-indent-calculate-levels): New function.
10551 (python-proc): Delete function.
10552 (python-shell-get-process): New function.
10553 (python-send-receive): Delete function.
10554 (python-shell-send-string-no-output): New function.
10555 (python-module-path): Delete function.
10556 (python-ffap-module-path): New function.
10557 (python-completion-at-point)
10558 (python-symbol-completions): Delete functions.
10559 (python-completion-complete-at-point): New function.
10560 (python-load-file): Delete function.
10561 (python-shell-send-file): New function.
10562 (python-calculate-indentation): Delete function.
10563 (python-indent-calculate-indentation): New function.
10564 (python-skip-comments/blanks): Delete function.
10565 (python-util-forward-comment): New function.
10566 (python-continuation-line-p): Delete function.
10567 (python-info-continuation-line-p): New function.
10568 (python-which-func, python-current-defun): Delete function.
10569 (python-info-current-defun): New function.
10570 (python-beginning-of-defun): Delete function.
10571 (python-nav-beginning-of-defun): New function.
10572 (python-close-block-statement-p)
10573 (python-block-end-p): Delete function.
10574 (python-info-closing-block): New function.
10575 (python-comint-output-filter-function)
10576 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10577 (python-fill-comment, python-fill-decorator, python-fill-paren)
10578 (python-fill-string, python-imenu-make-element-tree)
10579 (python-imenu-make-tree, python-imenu-tree-assoc)
10580 (python-indent-context, python-indent-dedent-line)
10581 (python-indent-line-function)
10582 (python-indent-post-self-insert-function)
10583 (python-indent-toggle-levels)
10584 (python-info-assignment-continuation-line-p)
10585 (python-info-beginning-of-backlash)
10586 (python-info-block-continuation-line-p)
10587 (python-info-closing-block-message)
10588 (python-info-line-ends-backslash-p)
10589 (python-info-looking-at-beginning-of-defun)
10590 (python-info-ppss-context, python-info-ppss-context-type)
10591 (python-nav-list-defun-positions, python-nav-read-defun)
10592 (python-nav-sentence-end, python-nav-sentence-start)
10593 (python-pdbtrack-comint-output-filter-function)
10594 (python-pdbtrack-set-tracked-buffer)
10595 (python-shell-calculate-exec-path)
10596 (python-shell-calculate-process-environment)
10597 (python-shell-completion--do-completion-at-point)
10598 (python-shell-completion--get-completions)
10599 (python-shell-completion-complete-at-point)
10600 (python-shell-completion-complete-or-indent)
10601 (python-shell-get-or-create-process)
10602 (python-shell-get-process-name)
10603 (python-shell-internal-get-or-create-process)
10604 (python-shell-internal-get-process-name)
10605 (python-shell-internal-send-string, python-shell-make-comint)
10606 (python-shell-parse-command, python-shell-send-setup-code)
10607 (python-skeleton-add-menu-items)
10608 (python-util-clone-local-variables, python-util-position)
10609 (run-python-internal, python-indentation-levels)
10610 (python-nav-beginning-of-defun)
10611 (python-completion-complete-at-point): New functions.
10612 (run-python): Change arguments. New API requirements.
10613
10614 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10617 (bug#11649).
10618
10619 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10620 (macroexp--expand-all): Use it.
10621
10622 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10623 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10624 Use `cl-function' instead.
10625
10626 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10629 Suggested by Stefan Monnier while discussing bug#11657.
10630
10631 2012-06-14 Sam Steingold <sds@gnu.org>
10632
10633 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10634
10635 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
10636
10637 * play/doctor.el (doctor-doc): Remove parameter and use
10638 doctor-sent instead of sent.
10639 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
10640
10641 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * files.el: Require cl-lib.
10644 (file-name-non-special): Replace case -> cl-case.
10645
10646 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10647
10648 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10649 mapping from #' to function*.
10650
10651 2012-06-13 Chong Yidong <cyd@gnu.org>
10652
10653 * mouse.el (mouse-drag-track): Do not set the mark if the user
10654 releases the mouse without selecting anything (Bug#11588).
10655
10656 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10659 as well (bug#11646).
10660
10661 * loadup.el: Count byte-code functions as well.
10662
10663 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10664 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10665
10666 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10667 (bug#11649). Add cl-defun and cl-defmacro.
10668
10669 2012-06-13 Drew Adams <drew.adams@oracle.com>
10670
10671 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10672 Fix last change.
10673
10674 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10677 Otherwise, it blocks in batch mode.
10678
10679 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * help-mode.el (bookmark-make-record-default): Declare.
10682
10683 2012-06-13 Chong Yidong <cyd@gnu.org>
10684
10685 * emacs-lisp/package.el (list-packages): Compute a list of
10686 packages that are newly-available since the last list-packages
10687 invocation.
10688 (package-menu--new-package-list): New var.
10689 (package-menu--generate, package-menu--print-info)
10690 (package-menu--status-predicate, package-menu-mark-install):
10691 Handle new status label "new".
10692
10693 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10696 conversion to backquotes.
10697
10698 2012-06-12 Chong Yidong <cyd@gnu.org>
10699
10700 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10701 Rename from gud-inhibit-global-bindings.
10702
10703 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10704
10705 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10706 hook from nxml-glyph-set-hook.
10707
10708 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10709 declaration.
10710
10711 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10712
10713 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10714 Convert to defcustom.
10715
10716 2012-06-12 Drew Adams <drew.adams@oracle.com>
10717
10718 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10719 New functions.
10720 (help-mode): Use them.
10721
10722 2012-06-11 Glenn Morris <rgm@gnu.org>
10723
10724 * progmodes/fortran.el (fortran-font-lock-keywords-3):
10725 Use preprocessor face for directives.
10726 (fortran-directive-re): Doc fix.
10727
10728 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10729
10730 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10731 conversion to backquotes (bug#11652).
10732
10733 Fix compiler-expansion of CL's cXXr functions (bug#11673).
10734 * emacs-lisp/cl-lib.el (cl--defalias): New function.
10735 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10736 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10737 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10738 (cl-ninth, cl-tenth): Mark them as inlinable.
10739 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10740 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10741 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10742 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10743 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10744 (cl-list*, cl-adjoin): Don't put an autoload manually.
10745 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10746 (cl--compiler-macro-list*): Add autoload cookie.
10747 (cl--compiler-macro-cXXr): New function.
10748
10749 * help-fns.el (help-fns--compiler-macro): New function extracted from
10750 describe-function-1; follow aliases and use `compiler-macro' property.
10751 (describe-function-1): Use it.
10752
10753 2012-06-11 Chong Yidong <cyd@gnu.org>
10754
10755 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10756 is uninstalled, if imagemagick is installed.
10757
10758 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * emacs-lisp/cl-lib.el: Use lexical-binding.
10761 (cl-map-extents, cl-maclisp-member): Remove.
10762 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10763 (cl--set-substring, cl--block-wrapper, cl--block-throw)
10764 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10765 * emacs-lisp/cl-extra.el: Use lexical-binding.
10766 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10767 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10768 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10769 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10770 * emacs-lisp/cl-seq.el: Use lexical-binding.
10771 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10772 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10773 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10774 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10775 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10776 CL's internals.
10777
10778 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
10779
10780 Sync with Tramp 2.2.6-pre.
10781
10782 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10783 `print-length' and `print-level' to nil, in order to avoid
10784 truncation. Reported by Christopher Schmidt
10785 <christopher@ristopher.com>.
10786
10787 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10788
10789 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10790 New defmacro.
10791 (tramp-compat-copy-directory): Add optional argument
10792 COPY-CONTENTS. It is not handled yet.
10793
10794 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10795 (tramp-ftp-file-name-p): Simplify.
10796
10797 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10798 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10799 connection vector.
10800
10801 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10802 (tramp-methods): Do not use `tramp-password-end-of-line'.
10803 (tramp-completion-function-alist-putty): Handle UNIX case.
10804 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10805 (tramp-do-file-attributes-with-stat)
10806 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10807 gid as real numbers. They could run out of integer range on cygwin.
10808 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10809 (tramp-sh-handle-expand-file-name): Handle hops.
10810 (tramp-open-connection-setup-interactive-shell):
10811 Use `tramp-cleanup'. Move check for busyboxes ...
10812 (tramp-find-shell): ... here. Simplify implementation.
10813 Set "remote-shell" property also for alternative shells.
10814 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10815 If failing, a regular file would be written otherwise.
10816 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10817 (tramp-find-inline-encoding): Cache the coding commands in the
10818 process cache. Apply test command on the remote side, if defined.
10819 (tramp-find-inline-compress): Cache the compress commands in the
10820 process cache.
10821 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10822 when requested. Handle hops.
10823 (tramp-current-connection): New defvar.
10824 (tramp-maybe-open-connection): Use `tramp-cleanup'.
10825 Throw `suppress', if there was a failed connection shortly before.
10826 Handle user interrupt. (Bug#10187)
10827 (tramp-get-inline-compress, tramp-get-inline-coding):
10828 Read connection properties from the process cache.
10829
10830 * net/tramp-smb.el (tramp-smb-server-version)
10831 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10832 New defconsts.
10833 (tramp-smb-prompt): Extend for powershell prompt.
10834 (tramp-smb-file-name-handler-alist): Add handlers for
10835 `process-file', `shell-command' and `start-file-process'.
10836 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10837 (tramp-smb-winexe-shell-command-switch): New defcustoms.
10838 (tramp-smb-file-name-p): Simplify.
10839 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10840 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10841 (tramp-smb-shell-quote-argument): New defuns.
10842 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10843 Implement using "tar". By this, time-stamps are preserved.
10844 (tramp-smb-handle-copy-file): Handle also the case of directories.
10845 (tramp-smb-do-file-attributes-with-stat)
10846 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10847 Use `tramp-get-connection-buffer').
10848 (tramp-smb-handle-rename-file): Use "rename", when source and
10849 target are on the same share.
10850 (tramp-smb-maybe-open-connection): Handle wrong passwords.
10851 Use `tramp-smb-server-version'.
10852 (tramp-smb-wait-for-output): Remove prompt.
10853
10854 * net/tramp.el (top): Require 'cl.
10855 (tramp-methods, tramp-rsh-end-of-line):
10856 Remove `tramp-password-end-of-line' from docstring.
10857 (tramp-save-ad-hoc-proxies): New defcustom.
10858 (tramp-completion-function-alist): Adapt docstring.
10859 (tramp-default-password-end-of-line): Remove defcustom.
10860 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
10861 (tramp-user-regexp, tramp-file-name-regexp-unified)
10862 (tramp-file-name-regexp-url): Extend regexp by hop separator.
10863 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10864 (tramp-remote-file-name-spec-regexp): New defconst.
10865 (tramp-file-name-structure): Extend structure for hops.
10866 (tramp-get-method-parameter): Move up.
10867 (tramp-file-name-p, tramp-dissect-file-name)
10868 (with-parsed-tramp-file-name): Handle hops.
10869 (tramp-file-name-hop): New defun.
10870 (tramp-make-tramp-file-name): New optional arg HOP.
10871 (tramp-message-show-progress-reporter-message): New defvar.
10872 (tramp-with-progress-reporter): Use it. We cannot use
10873 `tramp-message-show-message' here, because this suppresses also
10874 error buffers.
10875 (tramp-error-with-buffer): Suppress buffer view, if
10876 `tramp-message-show-message' is nil.
10877 Use `tramp-get-connection-buffer'.
10878 (tramp-cleanup): New defun.
10879 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10880 (tramp-file-name-handler): If `debug-on-error' is set, propagate
10881 an error unchanged.
10882 (tramp-completion-handle-file-name-all-completions): Handle hops.
10883 Fix an error when called from ido.
10884 (tramp-completion-dissect-file-name): Use better local variable
10885 name. Add hop to the vector.
10886 (tramp-handle-insert-file-contents): Use progress-reporter for the
10887 whole scenario.
10888 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10889 to `t'.
10890 (tramp-check-for-regexp): Simplify search.
10891 (tramp-enter-password): Remove it. Move implementation ...
10892 (tramp-action-password): ... here.
10893 (tramp-mode-string-to-int, tramp-local-host-p)
10894 (tramp-make-tramp-temp-file, tramp-read-passwd)
10895 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10896 Set tramp-autoload cookie.
10897
10898 * net/trampver.el: Update release number.
10899
10900 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10901 Michael Albinus <michael.albinus@gmx.de>
10902
10903 * net/tramp.el (tramp-set-completion-function): Fix docstring.
10904 (tramp-parse-group, tramp-parse-file)
10905 (tramp-parse-shostkeys-sknownhosts): New defuns.
10906 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10907 (tramp-parse-shosts-group, tramp-parse-sconfig)
10908 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10909 (tramp-parse-sknownhosts, tramp-parse-hosts)
10910 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10911 Use them.
10912 (tramp-parse-passwd-group, tramp-parse-netrc-group)
10913 (tramp-parse-putty-group): Don't narrow.
10914 (tramp-parse-putty): Make a loop.
10915 (tramp-file-name-handler): Catch the `suppress' signal.
10916
10917 2012-06-11 Chong Yidong <cyd@gnu.org>
10918
10919 * image.el (imagemagick-register-types): Put the ImageMagick entry
10920 at the end of image-type-file-name-regexps.
10921
10922 2012-06-11 Johan Bockgård <bojohan@gnu.org>
10923
10924 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10925 (pcase, pcase-let*, pcase-dolist): Use them.
10926
10927 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * emacs-lisp/pcase.el (pcase--let*): New function.
10930 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
10931 (pcase--expand): Use macroexp-let².
10932
10933 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10936 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10937 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10938 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10939 * emacs-lisp/derived.el: Use pcase instead of `cl'.
10940 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10941
10942 2012-06-10 Glenn Morris <rgm@gnu.org>
10943
10944 * mail/rmail.el (rmail-yank-current-message): Leave point at
10945 correct position. (Bug#11660)
10946
10947 2012-06-10 Chong Yidong <cyd@gnu.org>
10948
10949 * allout-widgets.el: Fix code header.
10950
10951 2012-06-10 Chong Yidong <cyd@gnu.org>
10952
10953 * cus-edit.el (customize-changed-options-previous-release):
10954 Bump to 24.1.
10955
10956 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
10957
10958 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10959
10960 2012-06-09 Chong Yidong <cyd@gnu.org>
10961
10962 * ebuff-menu.el (electric-buffer-list): Preserve header line.
10963
10964 2012-06-09 Martin Rudalics <rudalics@gmx.at>
10965
10966 * window.el (special-display-popup-frame): Don't use
10967 window--display-buffer (Bug#11651).
10968
10969 2012-06-09 Eli Zaretskii <eliz@gnu.org>
10970
10971 Fix parallel builds: make sure loaddefs.el is not being written
10972 while Lisp files are compiled.
10973 (compile): Don't depend on 'mh-autoloads'.
10974 (compile-CMD, compile-SH): Depend on 'autoloads'.
10975 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10976
10977 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
10978
10979 2012-06-09 Chong Yidong <cyd@gnu.org>
10980
10981 * face-remap.el (face-remap-add-relative, face-remap-set-base)
10982 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10983 Doc fixes (Bug#11225).
10984
10985 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10988 a function if there's a clear indication that it has a compiler-macro.
10989 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10990 (macro-declarations-alist): Add arglist to declaration functions.
10991 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10992 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10993 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10994 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10995 Also add autoload to find the compiler macro.
10996 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10997 (cl--compiler-macro-member, cl--compiler-macro-assoc)
10998 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10999 (cl--compiler-macro-get): New functions, replacing calls to
11000 cl-define-compiler-macro.
11001 (cl-typep) [compiler-macro]: Use macroexp-let².
11002
11003 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11004
11005 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11006 string properly, fixes Bug#11473.
11007
11008 2012-06-08 Chong Yidong <cyd@gnu.org>
11009
11010 * faces.el (set-face-attribute): Doc fix.
11011 (modify-face): Don't use :bold and :italic.
11012 (error, warning, success): Tweak definitions.
11013
11014 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11015 (custom-modified, custom-set, custom-changed, custom-themed)
11016 (custom-saved, custom-button, custom-button-mouse)
11017 (custom-button-pressed, custom-state, custom-comment-tag)
11018 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11019 (custom-group-subtitle): Use new-style face specs.
11020 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11021 (custom-set-face, custom-changed-face, custom-saved-face)
11022 (custom-button-face, custom-button-pressed-face)
11023 (custom-documentation-face, custom-state-face)
11024 (custom-comment-face, custom-comment-tag-face)
11025 (custom-variable-tag-face, custom-variable-button-face)
11026 (custom-face-tag-face, custom-group-tag-face-1)
11027 (custom-group-tag-face): Remove obsolete face alias.
11028
11029 * epa.el (epa-validity-high, epa-validity-medium)
11030 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11031 (epa-field-name, epa-field-body):
11032 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11033 (font-lock-keyword-face, font-lock-builtin-face)
11034 (font-lock-function-name-face, font-lock-variable-name-face)
11035 (font-lock-type-face, font-lock-constant-face):
11036 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11037 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11038 * speedbar.el (speedbar-button-face, speedbar-file-face)
11039 (speedbar-directory-face, speedbar-tag-face)
11040 (speedbar-selected-face, speedbar-highlight-face)
11041 (speedbar-separator-face):
11042 * whitespace.el (whitespace-newline, whitespace-space)
11043 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11044 (whitespace-line, whitespace-space-before-tab)
11045 (whitespace-space-after-tab, whitespace-indentation)
11046 (whitespace-empty):
11047 * emulation/cua-base.el (cua-global-mark):
11048 * eshell/em-prompt.el (eshell-prompt):
11049 * net/newst-plainview.el (newsticker-new-item-face)
11050 (newsticker-old-item-face, newsticker-immortal-item-face)
11051 (newsticker-obsolete-item-face, newsticker-date-face)
11052 (newsticker-statistics-face, newsticker-default-face):
11053 * net/newst-reader.el (newsticker-feed-face)
11054 (newsticker-extra-face, newsticker-enclosure-face):
11055 * net/newst-treeview.el (newsticker-treeview-face)
11056 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11057 (newsticker-treeview-immortal-face)
11058 (newsticker-treeview-obsolete-face)
11059 (newsticker-treeview-selection-face):
11060 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11061 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11062 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11063 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11064 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11065 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11066 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11067 (mpuz-text):
11068 * progmodes/vera-mode.el (vera-font-lock-number)
11069 (vera-font-lock-function, vera-font-lock-interface):
11070 * textmodes/table.el (table-cell): Use new-style face specs, and
11071 don't use the old :bold and :italic attributes.
11072
11073 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11074 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11075 (ebrowse-member-class, ebrowse-progress): Likewise.
11076 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11077 (ebrowse-file-name-face, ebrowse-default-face)
11078 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11079 (ebrowse-progress-face): Remove obsolete faces.
11080
11081 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11082 Inherit from error and warning faces respectively.
11083
11084 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11085 Likewise.
11086 (flyspell-incorrect-face, flyspell-duplicate-face):
11087 Remove obsolete aliases.
11088
11089 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11090
11091 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11092 Avoid infloop.
11093
11094 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * startup.el (argv, argi): Make lexically scoped.
11097 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11098 * emacs-lisp/cl-macs.el: Use lexical-binding.
11099 Rename cl-bind-* to cl--bind-*.
11100 * files.el: Don't require `cl' since it doesn't use it.
11101 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11102
11103 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11106 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11107 instead of calling external sort utility.
11108 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11109
11110 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11111
11112 * descr-text.el (describe-char): Mention how to insert the
11113 character, if the current input method doesn't support it.
11114 See the discussion in this thread for the details:
11115 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11116
11117 2012-06-08 Sam Steingold <sds@gnu.org>
11118
11119 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11120 XF86Back to previous-buffer.
11121 (minibuffer-local-map): Bind them to next-history-element and
11122 previous-history-element respectively.
11123 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11124 help-go-back respectively.
11125 * info.el (Info-mode-map): Bind them to Info-history-forward and
11126 Info-history-back respectively.
11127 These are the keys next to Up on the ThinkPad keyboard.
11128
11129 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11132 * emacs-lisp/cl-macs.el: Provide itself.
11133 (cl--labels-convert-cache): New var.
11134 (cl--labels-convert): New function.
11135 (cl-flet, cl-labels): New implementation with new semantics, relying on
11136 lexical-binding.
11137 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11138 (cl-closure-vars, cl--function-convert-cache)
11139 (cl--function-convert): Move from cl-macs.el.
11140 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11141 rename by removing the "cl-" prefix.
11142 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11143
11144 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11147 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11148 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11149 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11150 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11151 (cl-hash-table-count): Add old compatibility aliases.
11152
11153 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11154 Use macroexpand-all-environment instead.
11155 (cl--old-macroexpand): New var.
11156 (cl--sm-macroexpand): New function.
11157 (cl-symbol-macrolet): Use it during macro expansion.
11158 (cl--function-convert-cache): New var.
11159 (cl--function-convert): New function, extracted from
11160 cl-macroexpand-all.
11161 (cl-lexical-let): Use it.
11162
11163 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11164 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11165 (cl-member): Remove old alias.
11166
11167 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11168 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11169 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11170 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11171 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11172 (cl-macroexpand-cmacs): Remove var.
11173 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11174 Use macroexpand-all instead.
11175
11176 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11177
11178 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11179 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11180 (macroexp-copyable-p): New functions and macros.
11181 * emacs-lisp/edebug.el (edebug-unwrap):
11182 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11183 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11184 (pcase--let*): Remove.
11185 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11186 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11187 macroexp-const-p instead.
11188 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11189
11190 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11191 instead of "cl-" for internal definitions. Use macroexp-const-p.
11192 (cl-old-bc-file-form): Remove var.
11193 (cl-const-exprs-p): Remove fun.
11194 (cl-labels, cl-macrolet): Use backquote.
11195 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11196 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11197 (cl-define-setf-expander): Rename from cl-define-setf-method.
11198 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11199
11200 * international/mule-cmds.el: Don't require CL.
11201 (view-hello-file): Don't use `letf'.
11202
11203 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * tmm.el (tmm-prompt): Use string-prefix-p.
11206 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11207 (tmm-add-prompt): Use minibuffer-completion-help.
11208 (tmm-delete-map): Remove.
11209
11210 * subr.el (kbd): Make it its own function.
11211
11212 2012-06-07 Stefan Merten <smerten@oekonux.de>
11213
11214 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11215 Silence compiler warnings. Fix versions.
11216 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11217 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11218 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11219 (rst-package-emacs-version-alist): Correct Emacs version to
11220 represent major merge with upstream.
11221 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11222
11223 2012-06-06 Glenn Morris <rgm@gnu.org>
11224
11225 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11226 Only print environment variables if set.
11227
11228 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11231 (macroexp--cons): Rename from maybe-cons.
11232 (macroexp--accumulate): Rename from macroexp-accumulate.
11233 (macroexp--all-forms): Rename from macroexpand-all-forms.
11234 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11235 (macroexp--expand-all): Rename from macroexpand-all-1.
11236
11237 2012-06-06 Sam Steingold <sds@gnu.org>
11238
11239 * calendar/calendar.el (calendar-in-read-only-buffer):
11240 Call `special-mode' to enable the standard read-only keybindings.
11241
11242 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11245 with "loading" messages (bug#11635).
11246
11247 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * files.el (enable-remote-dir-locals): New option.
11250 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11251
11252 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11253 Ensure, that the temp directory is local.
11254
11255 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11256 `temporary-file-directory'.
11257
11258 * progmodes/python.el (python-send-region): Ensure, that the
11259 temporary file is created also in the remote case.
11260
11261 2012-06-06 Glenn Morris <rgm@gnu.org>
11262
11263 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11264 (vc-rcs-update-changelog): Use it.
11265
11266 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11267
11268 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11269 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11270 (vc-sccs-diff): Replace use of the external vcdiff script.
11271
11272 2012-06-05 Glenn Morris <rgm@gnu.org>
11273
11274 * ledit.el: Move to obsolete/.
11275
11276 2012-06-05 Sam Steingold <sds@gnu.org>
11277
11278 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11279 patch (Bug#11140).
11280
11281 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * emacs-lisp/cust-print.el: Move to obsolete.
11284
11285 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11286 compiler-macro expansion.
11287
11288 Add native compiler-macro support.
11289 * emacs-lisp/macroexp.el (macroexpand-all-1):
11290 Support compiler-macros directly. Properly follow aliases and apply
11291 the compiler macros more thoroughly.
11292 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11293 macroexpand now properly follows aliases.
11294 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11295 (cl-compiler-macroexpand): Use new prop.
11296 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11297
11298 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11299
11300 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11301
11302 * window.el (get-lru-window, get-mru-window, get-largest-window):
11303 New argument NOT-SELECTED to avoid picking the selected window.
11304 (window--display-buffer-1, window--display-buffer-2): Replace by
11305 new function window--display-buffer
11306 (display-buffer-same-window, display-buffer-reuse-window)
11307 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11308 Use window--display-buffer.
11309 (display-buffer-use-some-window): Remove temporary dedication
11310 hack by calling get-lru-window and get-largest-window with
11311 NOT-SELECTED argument non-nil. Call window--display-buffer.
11312
11313 2012-06-05 Glenn Morris <rgm@gnu.org>
11314
11315 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11316 Replace external vcdiff script.
11317
11318 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11321
11322 2012-06-04 Chong Yidong <cyd@gnu.org>
11323
11324 * image.el (imagemagick-types-inhibit): Revert last change.
11325 Add INFO and M.
11326 (imagemagick-enabled-types): Remove CIN and EPS*.
11327
11328 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * emacs-lisp/cl-lib.el: Rename from cl.el.
11331 * emacs-lisp/cl.el: New compatibility file.
11332 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11333 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11334 to obey the "cl-" prefix.
11335 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11336
11337 2012-06-03 Glenn Morris <rgm@gnu.org>
11338
11339 * emacs-lisp/authors.el (authors-aliases): Addition.
11340
11341 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11342 Fix :version.
11343
11344 2012-06-03 Stefan Merten <smerten@oekonux.de>
11345
11346 * textmodes/rst.el: Add comments.
11347 (rst-transition, rst-adornment): New faces.
11348 (rst-adornment-faces-alist): Make default safe to reevaluate.
11349 Fixes
11350 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11351 Improve customization tags.
11352 (rst-define-level-faces): Clarify meaning.
11353
11354 2012-06-03 Chong Yidong <cyd@gnu.org>
11355
11356 * progmodes/compile.el (compilation-mode-line-fail)
11357 (compilation-mode-line-run, compilation-mode-line-exit):
11358 New faces.
11359 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11360
11361 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11362
11363 * progmodes/which-func.el (which-func-update-ediff-windows):
11364 New function. Use it in ediff-select-hook (Bug#11478).
11365
11366 2012-06-03 Chong Yidong <cyd@gnu.org>
11367
11368 * bindings.el: Remove explicit help text from format-mode-line.
11369 It is now supplied by mode-line-default-help-echo.
11370 (mode-line-front-space, mode-line-end-spaces)
11371 (mode-line-misc-info): New variables.
11372 (mode-line-modes, mode-line-position): Move the default value to
11373 the variable definition.
11374 (mode-line-default-help-echo): New defcustom.
11375 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11376 (mode-line-modified-help-echo): New functions.
11377 (mode-line-mule-info, mode-line-modified): Use them.
11378 (mode-line-eol-desc, propertized-buffer-identification):
11379 Consistency fixes for help text.
11380 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11381 set-buffer-file-coding-system (Bug#289).
11382 (mode-line-mule-info-help-echo): Update help text.
11383
11384 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * simple.el (execute-extended-command): Set real-this-command
11387 (bug#11506).
11388
11389 2012-06-02 Chong Yidong <cyd@gnu.org>
11390
11391 Remove incorrect uses of "modeline" in comments, docstrings, and
11392 function/variable names (Bug#10329).
11393
11394 * cus-edit.el (mode-line):
11395 * dframe.el (dframe-mouse-hscroll):
11396 * emacs-lisp/re-builder.el:
11397 * emacs-lisp/easy-mmode.el (define-minor-mode):
11398 * frame.el (set-frame-name):
11399 * help.el (lookup-minor-mode-from-indicator):
11400 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11401 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11402 (c-toggle-hungry-state):
11403 * progmodes/antlr-mode.el (antlr-language-alist):
11404 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11405 * progmodes/vhdl-mode.el (vhdl-mode):
11406 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11407 * term/ns-win.el (ns-face-at-pos):
11408 * term/sup-mouse.el (sup-mouse-report):
11409 * textmodes/flyspell.el (flyspell-mode-line-string):
11410 * textmodes/ispell.el (ispell-highlight-face):
11411 * textmodes/reftex-global.el:
11412 * vc/vc-arch.el (vc-arch-mode-line-string):
11413 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11414 * vc/vc-git.el (vc-git-mode-line-string):
11415 * vc/vc-hooks.el (vc-display-status)
11416 (vc-default-mode-line-string):
11417 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11418
11419 * ansi-color.el (ansi-color-faces-vector): Change default faces.
11420
11421 * dired.el (dired-sort-set-mode-line): Rename from
11422 dired-sort-set-modeline. All callers changed.
11423
11424 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11425 eshell-status-in-modeline.
11426
11427 * foldout.el (foldout-mode-line-string): Rename from
11428 foldout-modeline-string. All callers changed.
11429 (foldout-update-mode-line): Rename from foldout-update-modeline.
11430
11431 * subr.el (redraw-modeline): Make into obsolete alias.
11432
11433 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11434 timeclock-modeline-display. Make old name an alias.
11435 (timeclock-update-mode-line): Likewise. All callers changed.
11436 (timeclock-mode-line-display): No need to check before using
11437 add-hook.
11438 (timeclock-relative, timeclock-day-over-hook)
11439 (timeclock-use-elapsed, timeclock-mode-string)
11440 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11441
11442 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11443 crisp-mode-modeline-string.
11444
11445 * play/solitaire.el (solitaire-build-mode-line): Rename from
11446 solitaire-build-modeline. All callers changed.
11447
11448 * play/zone.el (zone-hiding-mode-line): Rename from
11449 zone-hiding-modeline. All callers changed.
11450 (zone): Remove unusued `modeline-hidden-level' property.
11451
11452 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11453 xscheme-modeline-initialize. All callers changed.
11454
11455 * strokes.el (strokes-lighter): Rename from
11456 strokes-modeline-string.
11457
11458 * textmodes/sgml-mode.el (html-face-tag-alist)
11459 (html-tag-face-alist): Use mode-line face instead of obsolete
11460 alias modeline.
11461
11462 2012-06-02 Stefan Merten <smerten@oekonux.de>
11463
11464 * textmodes/rst.el: Always require `cl'.
11465 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11466
11467 2012-06-02 Chong Yidong <cyd@gnu.org>
11468
11469 * image.el (imagemagick-enabled-types): Rename from
11470 imagemagick-types-enable. Add many more types.
11471 (imagemagick-types-inhibit): Change default to nil.
11472 (imagemagick-filter-types): Caller changed.
11473
11474 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * emacs-lisp/cl-macs.el: Use backquotes.
11477 (cl-transform-function-property): Use eval-and-compile rather than
11478 abusing `require'.
11479 (defstruct): Use declare-function instead of with-no-warnings.
11480
11481 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11482 (byte-compile-output-docform): Re-add the print-circle bindings.
11483 (byte-compile-fix-header): Use #$ just because it's shorter.
11484 (byte-compile-output-file-form): Remove defun/defmacro.
11485
11486 2012-06-01 Martin Rudalics <rudalics@gmx.at>
11487
11488 * simple.el (choose-completion): Remove now obsolete binding for
11489 owindow.
11490
11491 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
11492
11493 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11494 in order to avoid "Stack overflow in regexp matcher".
11495
11496 2012-05-31 Glenn Morris <rgm@gnu.org>
11497
11498 * image.el: For clarity, call imagemagick-register-types at
11499 top-level, rather than relying on a custom :initialize.
11500 (imagemagick-types-enable): New option. (Bug#11557)
11501 (imagemagick-filter-types): New function. (Bug#7406)
11502 (imagemagick-register-types): Use imagemagick-filter-types.
11503 If disabling support, remove elements altogether rather
11504 than using an impossible regexp.
11505 (imagemagick-types-inhibit): Give it the default init function.
11506
11507 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11510 Handle arbitrary file name lengths (Bug#11585).
11511
11512 2012-05-31 Martin Rudalics <rudalics@gmx.at>
11513
11514 * desktop.el (desktop-read): Clear previous and next buffers for
11515 all windows and bury *Messages* buffer (bug#11556).
11516
11517 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 Add `declare' for `defun'. Align `defmacro's with it.
11520 * emacs-lisp/easy-mmode.el (define-minor-mode)
11521 (define-globalized-minor-mode): Don't autoload the var definitions.
11522 * emacs-lisp/byte-run.el: Use lexical-binding.
11523 (defun-declarations-alist, macro-declarations-alist): New vars.
11524 (defmacro, defun): Use them.
11525 (make-obsolete, define-obsolete-function-alias)
11526 (make-obsolete-variable, define-obsolete-variable-alias):
11527 Use `declare'.
11528 (macro-declaration-function): Mark obsolete.
11529 * emacs-lisp/autoload.el: Use lexical-binding.
11530 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
11531
11532 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11533
11534 * textmodes/ispell.el (ispell-with-no-warnings):
11535 Define as a macro.
11536 (ispell-kill-ispell, ispell-change-dictionary):
11537 Use `called-interactively-p' for Emacs instead of obsolete
11538 `interactive-p'.
11539
11540 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11543 (macro-declaration-function): Move var from C code.
11544 (macro-declaration-function): Define function with defalias.
11545 * emacs-lisp/macroexp.el (macroexpand-all-1):
11546 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11547 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11548 defun/defmacro any more.
11549 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11550 Provide fallback for unknown arglist.
11551 (byte-compile-arglist-warn): Change calling convention.
11552 (byte-compile-output-file-form): Move print-vars binding.
11553 (byte-compile-output-docform): Simplify accordingly.
11554 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11555 (byte-compile-defmacro-declaration): Remove.
11556 (byte-compile-file-form-defmumble): Generalize to defalias.
11557 (byte-compile-output-as-comment): Return byte-positions.
11558 Simplify callers accordingly.
11559 (byte-compile-lambda): Use `assert'.
11560 (byte-compile-defun, byte-compile-defmacro): Remove.
11561 (byte-compile-file-form-defalias):
11562 Use byte-compile-file-form-defmumble.
11563 (byte-compile-defalias-warn): Remove.
11564
11565 2012-05-29 Stefan Merten <smerten@oekonux.de>
11566
11567 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11568 possible. Fix authors. Improve comments. Improve loading of `cl'.
11569
11570 (rst-mode-abbrev-table): Merge definition.
11571 (rst-mode): Make sure `font-lock-defaults' is buffer local.
11572 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11573
11574 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
11575
11576 * calendar/icalendar.el
11577 (icalendar-export-region): Export UID properly.
11578
11579 2012-05-29 Leo Liu <sdl.web@gmail.com>
11580 * calendar/icalendar.el (icalendar-import-format):
11581 Add `icalendar-import-format-uid' (Bug#11525).
11582 (icalendar-import-format-uid): New.
11583 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11584 Export UID.
11585
11586 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11589 different alternative patterns.
11590 (pcase-codegen): Be more careful to preserve identity.
11591 (pcase--u1): Don't forget to mark vars as used.
11592
11593 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11594 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11595 (byte-compile-from-buffer): ...rather than here.
11596
11597 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11598 functions from byte-compile-function-environment.
11599
11600 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
11601
11602 * window.el (window-deletable-p): Avoid deleting the root window
11603 of a frame with an active minibuffer.
11604
11605 2012-05-29 Martin Rudalics <rudalics@gmx.at>
11606
11607 * simple.el (choose-completion): Use quit-window (Bug#11567).
11608
11609 2012-05-29 Chong Yidong <cyd@gnu.org>
11610
11611 * whitespace.el (whitespace-cleanup): Fix usage of
11612 whitespace-empty-at-bob-regexp (Bug#11492).
11613
11614 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11615
11616 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11617 revert (Bug#11488).
11618
11619 2012-05-29 Juri Linkov <juri@jurta.org>
11620
11621 * isearch.el (isearch-mode-map): Bind `M-s _' to
11622 `isearch-toggle-symbol'. Bind `M-s c' to
11623 `isearch-toggle-case-fold'.
11624 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11625 (isearch-forward): Add `M-s _' to the docstring.
11626 (isearch-forward-symbol, isearch-toggle-case-fold)
11627 (isearch-symbol-regexp): New functions. (Bug#11381)
11628
11629 2012-05-29 Juri Linkov <juri@jurta.org>
11630
11631 * isearch.el (isearch-word): Add docstring. (Bug#11381)
11632 (isearch-occur, isearch-search-and-update): If `isearch-word' is
11633 a function, call it to get the regexp.
11634 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11635 property `isearch-message-prefix' instead of the string "word ".
11636 (isearch-search-fun-default): For the case of `isearch-word',
11637 return a lambda that calls re-search-forward/re-search-backward
11638 with a regexp returned by `word-search-regexp' or by the function
11639 in `isearch-word'.
11640
11641 2012-05-29 Juri Linkov <juri@jurta.org>
11642
11643 * isearch.el (isearch-search-fun-default): New function.
11644 (isearch-search-fun): Move default part to the new function
11645 `isearch-search-fun-default'.
11646 (isearch-search-fun-function): Set the default value to
11647 `isearch-search-fun-default'. (Bug#11381)
11648
11649 * comint.el (comint-history-isearch-end):
11650 Use `isearch-search-fun-default'.
11651 (comint-history-isearch-search): Use `isearch-search-fun-default'
11652 and remove spacial case for `isearch-word'.
11653 (comint-history-isearch-wrap): Remove spacial case for
11654 `isearch-word'.
11655
11656 * hexl.el (hexl-isearch-search-function):
11657 Use `isearch-search-fun-default'.
11658
11659 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11660 Use `word-search-regexp' for `isearch-word'.
11661
11662 * misearch.el (multi-isearch-search-fun):
11663 Use `isearch-search-fun-default'.
11664
11665 * simple.el (minibuffer-history-isearch-search):
11666 Use `isearch-search-fun-default' and remove spacial case for
11667 `isearch-word'.
11668 (minibuffer-history-isearch-wrap): Remove spacial case for
11669 `isearch-word'.
11670
11671 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11672 Remove spacial case for `isearch-word'.
11673 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11674
11675 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11676
11677 Decrease XEmacs incompatibilities.
11678 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11679 Use `string-match'.
11680 (flyspell-delete-region-overlays): Use alternative definition for
11681 XEmacs.
11682 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11683 (flyspell-word): Use `process-kill-without-query' if XEmacs.
11684 (flyspell-mode-on): Use `interactive-p' if XEmacs.
11685 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11686 `define-obsolete-face-alias' under XEmacs, but old method.
11687
11688 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11689 `with-no-warnings' definition or Emacs alias.
11690 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11691 (ispell-word): Do not use `region-p' if XEmacs.
11692
11693 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11694
11695 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11696 Check for `ispell-dictionary-base-alist' instead of full
11697 `ispell-dictionary-alist'.
11698 (ispell-init-process): Show spellchecker when starting new Ispell
11699 process.
11700
11701 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11704 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11705
11706 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * version.el (motif-version-string, gtk-version-string)
11709 (ns-version-string): Declare.
11710
11711 2012-05-27 Juri Linkov <juri@jurta.org>
11712
11713 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11714 after the `eval-defun-1' specialcaseing
11715 like in `edebug-eval-defun' (bug#10181).
11716
11717 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11718 like in `eval-defun-1'.
11719
11720 2012-05-27 Eli Zaretskii <eliz@gnu.org>
11721
11722 * mail/sendmail.el (mail-yank-region):
11723 Recognize rmail-yank-current-message in addition to insert-buffer.
11724 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11725 a *mail* buffer created through rmail-start-mail with sendmail as
11726 mail-user-agent.
11727
11728 2012-05-27 Chong Yidong <cyd@gnu.org>
11729
11730 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11731 Default to 256 (Bug#11267).
11732
11733 * help.el (describe-mode): Doc fix.
11734
11735 2012-05-26 Glenn Morris <rgm@gnu.org>
11736
11737 * w32-fns.el (w32-init-info): Remove.
11738 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11739
11740 * info.el (info-initialize): For self-contained NS builds, put the
11741 included info/ directory at the front. (Bug#2791)
11742
11743 * paths.el (Info-default-directory-list): Make it a defcustom,
11744 mainly so that we can use custom-initialize-delay.
11745
11746 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * subr.el (buffer-has-markers-at): Mark obsolete.
11749
11750 * subr.el (lambda): Use declare.
11751
11752 * emacs-lisp/lisp-mode.el (lambda):
11753 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11754
11755 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11756
11757 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
11758
11759 2012-05-26 Glenn Morris <rgm@gnu.org>
11760
11761 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11762
11763 2012-05-25 Glenn Morris <rgm@gnu.org>
11764
11765 * paths.el: Remove no-byte-compile.
11766 * loadup.el: No need to load paths.el uncompiled.
11767
11768 * image.el (imagemagick-types-inhibit): Doc fix.
11769
11770 * version.el: Remove no-byte-compile and associated formatting.
11771 * loadup.el: No need to load version.el uncompiled. AFAICS, this
11772 is ancient code from when there was an "inc-vers.el".
11773
11774 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * progmodes/gdb-mi.el: Minor style changes.
11777 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11778 Turn into minor modes.
11779 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11780 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11781 (gdb-shell): Remove unneeded let-binding.
11782 (gdb-get-many-fields): Eliminate O(n²) behavior.
11783
11784 2012-05-25 Eli Zaretskii <eliz@gnu.org>
11785
11786 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11787 platforms that don't link in fontset.c.
11788
11789 2012-05-25 Juri Linkov <juri@jurta.org>
11790
11791 Use the same diff color scheme as in modern VCSes (bug#10181).
11792
11793 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11794 to avoid confusion with `diff-added' that now uses green colors.
11795 (diff-removed): Use shades of red.
11796 (diff-added): Use shades of green.
11797 (diff-changed): Leave just the yellow color.
11798 (diff-use-changed-face): New variable.
11799 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11800 how to highlight context diff changes.
11801 (diff-refine-change): Use shades of yellow.
11802 (diff-refine-removed): New face that uses shades of red.
11803 (diff-refine-added): New face that uses shades of green.
11804 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11805 `diff-refine-removed' in the call to `smerge-refine-subst'
11806 depending on the value of `diff-use-changed-face'.
11807
11808 * vc/smerge-mode.el (smerge-mine): Use shades of red.
11809 (smerge-other): Use shades of green.
11810 (smerge-base): Use shades of yellow.
11811 (smerge-refined-change): Empty face.
11812 (smerge-refined-removed): New face that uses shades of red.
11813 (smerge-refined-added): New face that uses shades of green.
11814 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
11815 args `props-r' and `props-a', and use them. Doc fix.
11816 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11817 on its value use different faces `smerge-refined-change',
11818 `smerge-refined-removed', `smerge-refined-added' in the call to
11819 `smerge-refine-subst'.
11820
11821 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11822 Add face condition `min-colors 88' with shades of red.
11823 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11824 `min-colors 88' with shades of green.
11825 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11826 `min-colors 88' with shades of yellow.
11827
11828 2012-05-24 Glenn Morris <rgm@gnu.org>
11829
11830 * paths.el (prune-directory-list, remote-shell-program): Move to...
11831 * files.el (prune-directory-list, remote-shell-program): ...here.
11832 For the latter, delay initialization, prefer ssh, just search PATH.
11833
11834 * paths.el (term-file-prefix): Move to faces.el (the only user).
11835 * faces.el (term-file-prefix): Move here, make it a defcustom.
11836
11837 * paths.el (news-directory, news-path, news-inews-program):
11838 Move to gnus/nnspool.el.
11839
11840 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11841
11842 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11843 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11844 Make the latter a defcustom, with a delayed initialization.
11845
11846 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11847 These were deleted from Gnus itself late 2010.
11848
11849 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11850
11851 * progmodes/which-func.el (which-func-ff-hook):
11852 Check against user-error, not error.
11853
11854 * emacs-lisp/edebug.el (top): Do not load or set up loading of
11855 cl-specs.el, which no longer exists.
11856
11857 2012-05-22 Glenn Morris <rgm@gnu.org>
11858
11859 * info.el (info-emacs-bug): New command.
11860 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11861 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11862
11863 2012-05-21 Glenn Morris <rgm@gnu.org>
11864
11865 * makefile.w32-in (update-subdirs-SH):
11866 * Makefile.in (update-subdirs): Update for moved update-subdirs.
11867
11868 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11871
11872 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11873 Simplify Maven regexp, and make sure the file can't start with a space
11874 (bug#11517).
11875
11876 2012-05-21 Glenn Morris <rgm@gnu.org>
11877
11878 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11879 Scrap superfluous subshells.
11880
11881 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11884 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11885
11886 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
11887
11888 * calc/calc.el (calc-ensure-consistent-units): New variable.
11889
11890 * calc/calc-units.el (math-consistent-units-p)
11891 (math-check-unit-consistency): New functions.
11892 (calc-quick-units, calc-convert-units):
11893 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11894 is non-nil.
11895 (calc-extract-units): Fix typo.
11896
11897 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11900
11901 * textmodes/flyspell.el: Commenting style, plus code simplifications.
11902 (flyspell-default-deplacement-commands): Don't spell check after
11903 repeated window/frame switches (e.g. triggered by mouse-movement).
11904 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11905 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11906 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11907 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11908 Remove unused vars.
11909 (flyspell-get-casechars, flyspell-get-not-casechars):
11910 Simplify; Don't bother removing a ] just to add it back.
11911 * textmodes/ispell.el (ispell-program-name): Use executable-find.
11912
11913 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11914
11915 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11916 New functions.
11917 (math-function-table): Add support for more C functions.
11918
11919 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11920
11921 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11922 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11923 Protect delay handling for otherchars against empty otherchars.
11924
11925 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11928 their respective macro declarations.
11929 * skeleton.el (define-skeleton):
11930 * progmodes/compile.el (define-compilation-mode):
11931 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11932 (define-ibuffer-filter):
11933 * emacs-lisp/generic.el (define-generic-mode):
11934 * emacs-lisp/easy-mmode.el (define-minor-mode)
11935 (define-globalized-minor-mode):
11936 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11937 * emacs-lisp/byte-run.el (defsubst):
11938 * custom.el (deftheme): Add doc-string metadata.
11939
11940 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11943
11944 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11947
11948 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11949 * emacs-lisp/cl-macs.el: Idem.
11950 * emacs-lisp/cl-specs.el: Remove.
11951
11952 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 Minor renaming of internal CL functions and variables.
11955 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11956 (cl--position): Rename from cl-position.
11957 (cl--delete-duplicates): Rename from cl-delete-duplicates.
11958 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11959 (cl--random-state): Rename from *random-state*.
11960
11961 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11964 parens around the arg list (bug#11499).
11965
11966 2012-05-17 Juri Linkov <juri@jurta.org>
11967
11968 * isearch.el (word-search-regexp, word-search-backward)
11969 (word-search-forward, word-search-backward-lax)
11970 (word-search-forward-lax): Move functions from search.c
11971 (bug#10145, bug#11381).
11972
11973 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11974
11975 * textmodes/flyspell.el (flyspell-check-pre-word-p)
11976 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11977 Delay for otherchars as for normal word components.
11978
11979 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * minibuffer.el (completion--sifn-requote): Fix last change.
11982 (minibuffer-local-must-match-filename-map):
11983 Move define-obsolete-variable-alias before its var.
11984
11985 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11988
11989 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11990 behavior.
11991 (completion--string-equal-p): New function.
11992 (completion--twq-all): Use it to get better assertion failure data.
11993
11994 Only handle ".." and '..' quoting in shell-mode (bug#11466).
11995 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11996 (shell--requote-argument): New functions.
11997 (shell-completion-vars): Use them.
11998 (shell--parse-pcomplete-arguments): Rename from
11999 shell-parse-pcomplete-arguments.
12000 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12001 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12002 Obey comint-file-name-quote-list.
12003
12004 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12005 (smie-indent-keyword): Use it.
12006
12007 2012-05-14 Stefan Merten <smerten@oekonux.de>
12008
12009 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12010
12011 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * net/rlogin.el (rlogin-mode-map): Fix last change.
12014
12015 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12016
12017 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12018 the following \r\n using a single `process-send-string', since the
12019 Lotus SMTP server refuses to accept any commands if they are sent
12020 with two `process-send-string's (Bug#11444).
12021
12022 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * shell.el (shell-parse-pcomplete-arguments):
12025 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12026
12027 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12028
12029 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12030 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12031 (image-transform-width, image-transform-fit-width): New functions.
12032 (image-transform-properties): Use them.
12033 (image-transform-check-size): New function.
12034 (image-toggle-display-image): Use it (for testing).
12035 (image-transform-set-rotation): Reduce angle mod 360.
12036 Delete obsolete comment.
12037
12038 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12039
12040 * image-mode.el: Fix scaling (bug#11399).
12041 (image-transform-resize): Doc fix.
12042 (image-transform-properties): Default scale is 1 and height should
12043 be an integer.
12044
12045 2012-05-13 Johan Bockgård <bojohan@gnu.org>
12046
12047 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12048 than hard-coding `car', to fix misbehavior when moving forward.
12049
12050 2012-05-13 Chong Yidong <cyd@gnu.org>
12051
12052 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12053 (tabulated-list-entries, tabulated-list-padding)
12054 (tabulated-list-sort-key): Make permanent-local.
12055
12056 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12057 (electric-buffer-list): Put electric buffer menu
12058 command descriptions in this docstring, instead of the docstring
12059 of electric-buffer-menu-mode. Code cleanups.
12060 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12061 Electric-buffer-menu-mode.
12062 (electric-buffer-update-highlight): Minor code cleanup.
12063
12064 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12065
12066 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12067 (Bug#11447)
12068
12069 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 Move define-obsolete-variable-alias before the var's definition.
12072 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12073 * tooltip.el (tooltip-hook):
12074 * textmodes/reftex-toc.el (reftex-toc-map):
12075 * textmodes/reftex-sel.el (reftex-select-label-map)
12076 (reftex-select-bib-map):
12077 * textmodes/reftex-index.el (reftex-index-map)
12078 (reftex-index-phrases-map):
12079 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12080 * progmodes/meta-mode.el (meta-mode-map):
12081 * novice.el (disabled-command-hook):
12082 * loadhist.el (unload-hook-features-list):
12083 * frame.el (blink-cursor):
12084 * files.el (find-file-not-found-hooks, write-file-hooks)
12085 (write-contents-hooks):
12086 * emulation/tpu-edt.el (GOLD-map):
12087 * emacs-lock.el (emacs-lock-from-exiting):
12088 * emacs-lisp/generic.el (generic-font-lock-defaults):
12089 * emacs-lisp/chart.el (chart-map):
12090 * dos-fns.el (register-name-alist):
12091 * dired-x.el (dired-omit-files-p):
12092 * desktop.el (desktop-enable):
12093 * cus-edit.el (custom-mode-hook):
12094 * buff-menu.el (buffer-menu-mode-hook):
12095 * bookmark.el (bookmark-read-annotation-text-func)
12096 (bookmark-exit-hooks):
12097 * allout.el (allout-mode-deactivate-hook)
12098 (allout-exposure-change-hook, allout-structure-added-hook)
12099 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12100 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12101 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12102 comes before the corresponding variable's definition.
12103
12104 2012-05-12 Chong Yidong <cyd@gnu.org>
12105
12106 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12107 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12108 (Buffer-menu-mode-map): Bind it.
12109 (Buffer-menu--pretty-name): Add a mouse-face property.
12110
12111 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12114 (prolog-upper-case-string, prolog-lower-case-string)
12115 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12116 (prolog-use-smie, prolog-smie-grammar): New vars.
12117 (prolog-smie-forward-token, prolog-smie-backward-token)
12118 (prolog-smie-rules): New funs.
12119 (prolog-comment-indent): Remove.
12120 (prolog-mode-variables): Use default comment indentation instead.
12121 Setup SMIE.
12122 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12123 (prolog-mode): Don't call them any more.
12124 (prolog-electric-colon, prolog-electric-dash)
12125 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12126
12127 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12128
12129 * minibuffer.el (completion--twq-all): Again, allow case differences.
12130
12131 * term.el: Move keymap initialization code to be more idiomatic.
12132 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12133 (term-terminal-menu): Move initialization into declaration.
12134 (term-escape-char): Let the user set it in her .emacs.
12135
12136 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12137 Provide SMIE-based indentation (not enabled by default yet).
12138 (sh-mode-map): Don't bind electric keys.
12139 Use electric-pair-mode instead of skeleton-pair.
12140 (sh-assignment-regexp): Fit within 80 columns.
12141 (sh-indent-supported): Specify actual shell name instead of boolean.
12142 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12143 (sh-maybe-here-document): Use it. Make obsolete.
12144 (sh-electric-here-document-mode) New minor mode.
12145 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12146 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12147 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12148 (sh-smie-rc-grammar, sh-use-smie): New vars.
12149 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12150 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12151 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12152 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12153 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12154 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12155 (sh-set-shell): Use smie-setup if requested.
12156
12157 * term.el (term-set-escape-char): Properly set term-escape-char.
12158 See http://stackoverflow.com/questions/10524656.
12159
12160 2012-05-10 Chong Yidong <cyd@gnu.org>
12161
12162 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12163 Use url-generic-parse-url, and handle host names and Windows
12164 filenames properly.
12165 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12166 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12167 URL schemes to work on.
12168 (ffap--toggle-read-only): New function.
12169 (ffap-read-only, ffap-read-only-other-window)
12170 (ffap-read-only-other-frame): Use it.
12171 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12172 necessary for ffap-url-unwrap-remote.
12173
12174 2012-05-10 Dave Abrahams <dave@boostpro.com>
12175
12176 * cus-start.el (create-lockfiles): Add it.
12177
12178 2012-05-09 Chong Yidong <cyd@gnu.org>
12179
12180 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12181 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12182
12183 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12186
12187 2012-05-09 Chong Yidong <cyd@gnu.org>
12188
12189 * ansi-color.el (ansi-color-process-output): Check for validity of
12190 comint-last-output-start before using it. This avoids a bad
12191 interaction with gdb-mi's input/output buffer.
12192
12193 2012-05-09 Glenn Morris <rgm@gnu.org>
12194
12195 * files.el (dir-locals-read-from-file):
12196 Mention dir-locals in any error message.
12197
12198 2012-05-09 Chong Yidong <cyd@gnu.org>
12199
12200 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12201 package (Bug#11410).
12202
12203 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12204 variables into description.
12205
12206 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12207
12208 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12209 shell-delimiter-argument-list (bug#11348).
12210 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12211
12212 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * textmodes/rst.el: Silence byte-compiler warnings.
12215 (rst-re-alist, rst-reset-section-caches): Move around.
12216 (rst-re): Use `characterp', not `char-valid-p'.
12217 (font-lock-beg, font-lock-end): Declare.
12218
12219 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12220 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12221
12222 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12223
12224 2012-05-08 Glenn Morris <rgm@gnu.org>
12225
12226 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12227
12228 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * vc/log-edit.el: Add GNU coding standards highlighting.
12231 (log-edit-font-lock-gnu-style)
12232 (log-edit-font-lock-gnu-keywords): New vars.
12233 (log-edit-font-lock-keywords): New fun.
12234 (log-edit-mode): Don't fold case in font-lock.
12235 (log-edit-font-lock-keywords): Do not assume case-folding.
12236
12237 * imenu.el: Misc cleanup. Make docstrings out of comments.
12238 Use lexical-binding.
12239 (imenu--index-alist, imenu--last-menubar-index-alist)
12240 (imenu-menubar-modified-tick): Use defvar-local.
12241 (imenu--split-menu): Remove unused var.
12242 (imenu--cleanup-seen): Declare as global.
12243 (imenu--cleanup): Use dolist.
12244
12245 * subr.el (defvar-local): Add debug spec and doc-string position.
12246
12247 2012-05-08 Glenn Morris <rgm@gnu.org>
12248
12249 * language/burmese.el, language/cham.el, language/czech.el:
12250 * language/english.el, language/georgian.el, language/greek.el:
12251 * language/japanese.el, language/khmer.el, language/korean.el:
12252 * language/lao.el, language/misc-lang.el, language/romanian.el:
12253 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12254 * language/thai.el, language/utf-8-lang.el:
12255 Remove no-byte-compile setting.
12256
12257 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12258
12259 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12260
12261 * progmodes/make-mode.el (makefile-browse):
12262 Remove unnecessary interactive. (Bug#11324)
12263
12264 2012-05-07 Glenn Morris <rgm@gnu.org>
12265
12266 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12267
12268 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12269
12270 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * loadup.el: Preload newcomment.el.
12273 * newcomment.el: Move autoload-only code to toplevel.
12274
12275 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12276 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12277 Handle new :right-align column property.
12278 (tabulated-list-print-col): Idem, plus use `display' text-property to
12279 try and preserve alignment for variable pitch fonts.
12280
12281 2012-05-07 Chong Yidong <cyd@gnu.org>
12282
12283 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12284 (tabulated-list-use-header-line): New var.
12285 (tabulated-list-init-header): Use it.
12286 (tabulated-list-print-fake-header): New function.
12287 (tabulated-list-print): Use it.
12288 (tabulated-list-sort-button-map): Add non-header-line commands.
12289 (tabulated-list-init-header): Add column name property to basic
12290 labels as well.
12291 (tabulated-list-col-sort): Handle non-header-line button case.
12292 (tabulated-list--sort-by-column-name): Fix a corner case.
12293
12294 * buff-menu.el (list-buffers--refresh):
12295 Handle Buffer-menu-use-header-line.
12296
12297 2012-05-06 Chong Yidong <cyd@gnu.org>
12298
12299 * buff-menu.el: Convert to Tabulated List mode.
12300 (Buffer-menu-buffer+size-width): Make obsolete.
12301 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12302 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12303 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12304 documentation into docstring of buffer-menu.
12305 (Buffer-menu-toggle-files-only): Add an informative message.
12306 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12307 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12308 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12309 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12310 (Buffer-menu-execute, Buffer-menu-select)
12311 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12312 (Buffer-menu-bury): Use Tabulated List machinery.
12313 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12314 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12315 Delete.
12316 (list-buffers--refresh): New function.
12317 (list-buffers-noselect): Use it.
12318 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12319 (Buffer-menu--pretty-file-name): New helper functions.
12320
12321 * loadup.el: Preload tabulated-list.
12322
12323 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12324 tabulated-list-sort-column.
12325 (tabulated-list-init-header): Add the initial aligning space even
12326 if tabulated-list-padding is zero.
12327
12328 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12329
12330 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12331 whose cdr is not a cons cell correctly (bug#11038).
12332
12333 2012-05-06 Chong Yidong <cyd@gnu.org>
12334
12335 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12336 Accept additional plist in column descriptors.
12337 (tabulated-list-init-header): Obey it.
12338 (tabulated-list-get-entry): New function.
12339 (tabulated-list-put-tag): Use it. Use string-width instead of
12340 length.
12341 (tabulated-list--column-number): New function.
12342 (tabulated-list-print): Use it.
12343 (tabulated-list-print-col): New function.
12344 Set `tabulated-list-column-name' property on each column's text.
12345 (tabulated-list-print-entry): Use it.
12346 (tabulated-list-delete-entry, tabulated-list-set-col):
12347 New functions.
12348 (tabulated-list-sort-column): New command (Bug#11337).
12349
12350 * buff-menu.el (list-buffers): Move C-x C-b binding from
12351 buff-menu.el to bindings.el.
12352
12353 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12354 :advertised-binding feature.
12355
12356 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12357
12358 * progmodes/compile.el (compilation-internal-error-properties):
12359 Calculate start position correctly when end-col is set but
12360 end-line is not (Bug#11382).
12361
12362 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12363
12364 * man.el (Man-unindent): Use text-property-default-nonsticky to
12365 prevent untabify from inheriting face properties (Bug#11408).
12366
12367 2012-05-05 Stefan Merten <smerten@oekonux.de>
12368
12369 * textmodes/rst.el: Major merge with upstream development up to
12370 Docutils SVN r7399 / rst.el V1.2.1.
12371
12372 Clarify maintainership and authors.
12373
12374 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12375 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12376 (rst-official-version, rst-official-cvs-rev, rst-version)
12377 (rst-package-emacs-version-alist): New functions and variables
12378 for version information.
12379
12380 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12381 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12382 (rst-mode-syntax-table, rst-mode): New and corrected functions
12383 and variables representing reStructuredText features.
12384
12385 (rst-re): New function for reStructuredText regexes. Use in
12386 many places.
12387
12388 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12389 (rst-mode-map): Rebind keys.
12390
12391 (rst-mode-lazy, rst-font-lock-keywords)
12392 (rst-font-lock-extend-region)
12393 (rst-font-lock-extend-region-internal)
12394 (rst-font-lock-extend-region-extend)
12395 (rst-font-lock-find-unindented-line-limit)
12396 (rst-font-lock-find-unindented-line-match)
12397 (rst-adornment-level, rst-font-lock-adornment-level)
12398 (rst-font-lock-adornment-match)
12399 (rst-font-lock-handle-adornment-pre-match-form)
12400 (rst-font-lock-handle-adornment-matcher): Major revision of
12401 font-locking. Integrate with other code. Use `jit-lock-mode'.
12402
12403 (rst-preferred-adornments, rst-adjust-hook)
12404 (rst-new-adornment-down, rst-preferred-bullets)
12405 (rst-preferred-bullets, rst-indent, rst-indent-width)
12406 (rst-indent-field, rst-indent-literal-normal)
12407 (rst-indent-literal-minimized, rst-indent-comment): Change,
12408 extend and improve customization.
12409
12410 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12411 (rst-normalize-cursor-position, rst-get-decoration)
12412 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12413 (rst-rstrip, rst-toc-insert-find-delete-contents)
12414 (rst-shift-fill-region, rst-compute-bullet-tabs)
12415 (rst-debug-print-tabs, rst-debug-mark-found)
12416 (rst-shift-region-guts, rst-shift-region-right)
12417 (rst-shift-region-left, rst-use-char-classes)
12418 (rst-font-lock-keywords-function)
12419 (rst-font-lock-indentation-point)
12420 (rst-font-lock-find-unindented-line-begin)
12421 (rst-font-lock-find-unindented-line-end)
12422 (rst-font-lock-find-unindented-line)
12423 (rst-font-lock-adornment-point, rst-font-lock-level)
12424 (rst-adornment-level-alist): Remove functions and variables.
12425
12426 (rst-compare-adornments, rst-get-adornment-match)
12427 (rst-suggest-new-adornment, rst-get-adornments-around)
12428 (rst-adornment-complete-p, rst-get-next-adornment)
12429 (rst-adjust-adornment, rst-display-adornments-hierarchy)
12430 (rst-straighten-adornments): Standardize function names to
12431 use "adornment" instead of "decoration". Correct callers.
12432 Similar standardizing in many places.
12433
12434 (rst-update-section, rst-adjust, rst-promote-region)
12435 (rst-enumerate-region, rst-bullet-list-region)
12436 (rst-repeat-last-character): Correct use of `interactive'.
12437
12438 (rst-classify-adornment, rst-find-all-adornments)
12439 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12440 (rst-find-leftmost-column, rst-repeat-last-character):
12441 Refactor functions.
12442
12443 (rst-find-title-line, rst-reset-section-caches)
12444 (rst-get-adornments-around, rst-adjust-adornment-work)
12445 (rst-arabic-to-roman, rst-roman-to-arabic)
12446 (rst-insert-list-pos, rst-insert-list-new-item)
12447 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12448 New functions.
12449
12450 (rst-all-sections, rst-section-hierarchy)
12451 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12452 New variables.
12453
12454 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12455 configuration instead of only buffer. Change where necessary.
12456
12457 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12458 (rst-shift-region, rst-adaptive-fill): New functions for
12459 indentation and filling.
12460
12461 (rst-comment-line-break, rst-comment-indent)
12462 (rst-comment-insert-comment, rst-comment-region)
12463 (rst-uncomment-region): New functions for handling comments.
12464
12465 (rst-compile): Quote shell arguments.
12466
12467 (rst-compile-pdf-preview, rst-compile-slides-preview):
12468 Delete temporary files after use.
12469
12470 2012-05-05 Glenn Morris <rgm@gnu.org>
12471
12472 * calendar/cal-html.el: Optionally include holidays in the output.
12473 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12474 (cal-html-holidays): New option.
12475 (cal-html-css-default): Add holiday entry.
12476 (holiday-in-range): Autoload it.
12477 (cal-html-htmlify-entry): Add optional class argument.
12478 (cal-html-htmlify-list): Add optional holidays argument.
12479 (cal-html-insert-agenda-days): Include holidays in the output.
12480 (cal-html-one-month): Maybe include holidays.
12481
12482 * calendar/holidays.el (holiday-in-range):
12483 Move here from cal-tex-list-holidays.
12484 * calendar/cal-tex.el (cal-tex-list-holidays):
12485 Make it an obsolete alias for holiday-in-range. Update all callers.
12486
12487 2012-05-05 Chong Yidong <cyd@gnu.org>
12488
12489 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12490 Nextstep.
12491
12492 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
12493
12494 * files.el (file-auto-mode-skip): New var.
12495 (set-auto-mode-1): Use it.
12496
12497 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * repeat.el: Use lexical-binding.
12500 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12501 (repeat-undo-count): Remove.
12502 (repeat):
12503 * progmodes/octave-mod.el (octave-abbrev-start):
12504 * progmodes/f90.el (f90-abbrev-start):
12505 * face-remap.el (text-scale-adjust):
12506 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12507
12508 * emacs-lisp/pcase.el (pcase--let*): New function.
12509 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12510 a bit more.
12511 (pcase--split-pred): Be more clever about ruling out overlap between
12512 a predicate and some constant pattern.
12513 (pcase--q1): Use `null' instead of (eq foo nil).
12514
12515 * subr.el (setq-local, defvar-local): New macros.
12516 (kbd): Redefine as an alias.
12517 (with-selected-window): Leave unrelated frames alone.
12518 (set-temporary-overlay-map): New function.
12519
12520 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * subr.el (user-error): New function.
12523 * window.el (switch-to-buffer):
12524 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12525 (smerge-match-conflict):
12526 * simple.el (previous-matching-history-element)
12527 (next-matching-history-element, goto-history-element, undo-more)
12528 (undo-start):
12529 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12530 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12531 (next-file, tags-loop-scan, list-tags, complete-tag):
12532 * progmodes/compile.el (compilation-loop):
12533 * mouse.el (mouse-minibuffer-check):
12534 * man.el (Man-bgproc-sentinel, Man-goto-page):
12535 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12536 (Info-history-forward, Info-follow-reference, Info-menu)
12537 (Info-extract-menu-item, Info-extract-menu-counting)
12538 (Info-forward-node, Info-backward-node, Info-next-menu-item)
12539 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12540 (Info-next-reference, Info-prev-reference, Info-index)
12541 (Info-index-next, Info-follow-nearest-node)
12542 (Info-copy-current-node-name):
12543 * imenu.el (imenu--make-index-alist)
12544 (imenu-default-create-index-function, imenu-add-to-menubar):
12545 * files.el (basic-save-buffer, recover-file):
12546 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12547 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12548 (checkdoc-message-text, checkdoc-defun):
12549 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12550 * cus-edit.el (customize-changed-options, customize-rogue)
12551 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12552 (custom-variable-mark-to-reset-standard)
12553 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12554 (custom-file):
12555 * completion.el (check-completion-length):
12556 * comint.el (comint-search-arg)
12557 (comint-previous-matching-input-string-position)
12558 (comint-previous-matching-input)
12559 (comint-replace-by-expanded-history-before-point, comint-send-input)
12560 (comint-copy-old-input, comint-backward-matching-input)
12561 (comint-goto-process-mark, comint-set-process-mark):
12562 * calendar/calendar.el (calendar-cursor-to-date): Use it.
12563 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12564
12565 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * dabbrev.el (dabbrev--ignore-case-p): New function.
12568 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12569 Use it.
12570
12571 * files.el (automount-dir-prefix): Mark as obsolete.
12572
12573 2012-05-04 Glenn Morris <rgm@gnu.org>
12574
12575 * patcomp.el, play/bruce.el: Move to obsolete/.
12576
12577 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
12578
12579 Fix minor Y10k bugs.
12580 * arc-mode.el (archive-unixdate):
12581 * autoinsert.el (auto-insert-alist):
12582 * calc/calc-forms.el (math-this-year):
12583 * emacs-lisp/copyright.el (copyright-current-year)
12584 (copyright-update-year, copyright):
12585 * tar-mode.el (tar-clip-time-string):
12586 * time.el (display-time-update):
12587 Don't assume years have 4 digits.
12588
12589 2012-05-04 Chong Yidong <cyd@gnu.org>
12590
12591 * dos-w32.el (file-name-buffer-file-type-alist)
12592 (direct-print-region-use-command-dot-com):
12593 * ffap.el (ffap-menu-regexp):
12594 * find-file.el (ff-special-constructs):
12595 * follow.el (follow-debug):
12596 * forms.el (forms--debug):
12597 * iswitchb.el (iswitchb-all-frames):
12598 * ido.el (ido-all-frames):
12599 * emacs-lisp/timer.el (timer-max-repeats):
12600 * mail/feedmail.el (feedmail-mail-send-hook)
12601 (feedmail-mail-send-hook-queued):
12602 * mail/footnote.el (footnote-signature-separator):
12603 * mail/mailabbrev.el (mail-alias-separator-string)
12604 (mail-abbrev-mode-regexp):
12605 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12606 * progmodes/idlwave.el (idlwave-libinfo-file)
12607 (idlwave-default-completion-case-is-down)
12608 (idlwave-library-routines): Convert defvars to defcustoms.
12609
12610 * mail/rmail.el (rmail-decode-mime-charset):
12611 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12612 (idlwave-shell-fix-inserted-breaks)
12613 (idlwave-shell-activate-alt-keybindings)
12614 (idlwave-shell-use-breakpoint-glyph):
12615 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12616
12617 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12620
12621 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
12622
12623 * progmodes/verilog-mode.el (font-lock-keywords):
12624 Fix mis-highligting auto. Reported by Craig Barner.
12625 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12626 defines from global name space. Reported by Dan Dever.
12627 (verilog-auto-reset, verilog-auto-reset-widths)
12628 (verilog-auto-tieoff): Support using unbased numbers for
12629 AUTORESET and AUTOTIEOFF.
12630 (verilog-submit-bug-report): Update variable list.
12631 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12632 parenthesis from not matching. Reported by Michael Rytting.
12633 (verilog-auto-template-lint): Fix hash error when linting modules
12634 with no used templates.
12635 (verilog-warn, verilog-warn-error)
12636 (verilog-warn-fatal): When non-interactive report multiple
12637 warnings before exiting. Suggested by Brad Dobbie.
12638 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12639 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12640 to report unused template errors. Reported by Brad Dobbie.
12641 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12642 nets, bug438. Reported by Vns Blore.
12643 (verilog-auto-inout-module, verilog-auto-reg)
12644 (verilog-read-decls, verilog-read-sub-decls-sig)
12645 (verilog-signals-edit-wire-reg, verilog-signals-with):
12646 Fix passing of Verilog data types in ANSI input/output ports
12647 such as "output logic" into the AUTOs. Special case "wire" and
12648 "reg" for backwards compatibility presuming Verilog 2001.
12649 (verilog-auto-ascii-enum): Add "auto enum" as alias.
12650 (verilog-preprocess): Fix replication of preprocess output.
12651 Reported by Brad Dobbie.
12652 (verilog-auto-inst-interfaced-ports):
12653 Create verilog-auto-inst-interfaced-ports, bug429.
12654 Reported by Julian Gorfajn.
12655 (verilog-after-save-font-hook)
12656 (verilog-before-save-font-hook): New variable.
12657 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12658 (verilog-save-font-mods): Wrap disabling fontification, reported
12659 by David Rogoff.
12660 (verilog-do-indent, verilog-pretty-declarations-auto)
12661 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12662 Reported by Pierre-David Pfister.
12663 (verilog-set-auto-endcomments): Fix endtask auto comments outside
12664 of class declarations, bug292. Reported by Kevin Heilman.
12665 (verilog-read-decls): Fix 'parameter type' not appearing in
12666 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
12667 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12668 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
12669 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12670 Reported by David Kravitz.
12671
12672 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
12673
12674 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12675 assignment with tests in ifs and for loops.
12676 (verilog-extended-complete-re, verilog-complete-reg): Change so
12677 that DPI inport functions don't look like fuction declarations.
12678 (verilog-pretty-expr): Don't line up assignment
12679 operations to the test and increment in if and for loops
12680 (verilog-extended-complete-re, verilog-complete-reg): Change so
12681 that DPI inport functions don't look like fuction declarations.
12682
12683 2012-05-03 Kenichi Handa <handa@m17n.org>
12684
12685 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12686 decoding, and show a warning message without signaling an error
12687 (Bug#11282).
12688
12689 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * emacs-lisp/bytecomp.el
12692 (byte-compile-file-form-custom-declare-variable): Compile all elements,
12693 since cconv.el might have introduced :fun-body, internal-make-closure,
12694 and friends for bytecomp to handle (bug#11391).
12695 * custom.el (defcustom): Avoid ((λ ..) ..).
12696
12697 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12700
12701 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
12702
12703 * notifications.el (dbus-debug):
12704 * term/linux.el (gpm-mouse-enable):
12705 * term/screen.el (xterm-register-default-colors): Declare.
12706
12707 2012-05-02 Chong Yidong <cyd@gnu.org>
12708
12709 * cus-start.el (gc-cons-percentage, exec-suffixes)
12710 (dos-display-scancodes, dos-hyper-key, dos-super-key)
12711 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12712 (make-cursor-line-fully-visible, void-text-area-pointer)
12713 (font-list-limit): Add customization data.
12714
12715 * allout.el (allout-exposure-change-functions)
12716 (allout-structure-added-functions)
12717 (allout-structure-deleted-functions)
12718 (allout-structure-shifted-functions): Rename abnormal hooks from
12719 *-hook, and convert to defcustoms.
12720 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12721 Convert to defcustoms.
12722 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12723
12724 * allout-widgets.el: Hook callers changed.
12725
12726 2012-05-02 Eli Zaretskii <eliz@gnu.org>
12727
12728 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12729 the yanked message in preference to the default value of
12730 buffer-file-coding-system.
12731
12732 2012-05-02 Martin Rudalics <rudalics@gmx.at>
12733
12734 * window.el (display-buffer--action-function-custom-type):
12735 Fix entry.
12736
12737 2012-05-02 Alan Mackenzie <acm@muc.de>
12738
12739 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12740
12741 2012-05-01 Glenn Morris <rgm@gnu.org>
12742
12743 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12744
12745 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
12746
12747 * cus-edit.el (custom-variable-documentation): Simplify with format.
12748
12749 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12750 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * simple.el (suggest-key-bindings, execute-extended-command):
12753 Move from keyboard.c.
12754
12755 2012-05-01 Chong Yidong <cyd@gnu.org>
12756
12757 * follow.el: Eliminate advice.
12758 (set-process-filter, process-filter, sit-for): Advice deleted.
12759 (follow-mode-off-hook): Obsolete hook removed.
12760 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12761 Vars deleted.
12762 (follow-auto): Use a :set function.
12763 (follow-mode): Rewritten. Don't advise process filters.
12764 (follow-switch-to-current-buffer-all, follow-scroll-up)
12765 (follow-scroll-down): Assume follow-mode is bound.
12766 (follow-comint-scroll-to-bottom)
12767 (follow-align-compilation-windows): New functions.
12768 (follow--window-sorter): New function.
12769 (follow-all-followers): Use it to explicitly sort windows by their
12770 positions; don't make assumptions about next-window order.
12771 (follow-windows-start-end, follow-delete-other-windows-and-split)
12772 (follow-calc-win-start): Doc fix.
12773 (follow-windows-aligned-p, follow-select-if-visible): Don't call
12774 vertical-motion unnecessarily.
12775 (follow-adjust-window): New function.
12776 (follow-post-command-hook): Use it.
12777 (follow-call-set-process-filter, follow-call-process-filter)
12778 (follow-intercept-process-output, follow-tidy-process-filter-alist)
12779 (follow-stop-intercept-process-output, follow-generic-filter):
12780 Functions deleted.
12781 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12782 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12783 New functions, replacing advice on scroll-bar-* commands.
12784 (follow-mwheel-scroll): New function (Bug#4112).
12785
12786 * comint.el (comint-adjust-point): New function.
12787 (comint-postoutput-scroll-to-bottom): Use it.
12788 Call follow-comint-scroll-to-bottom for Follow mode buffers.
12789
12790 2012-05-01 Glenn Morris <rgm@gnu.org>
12791
12792 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12793 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12794 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12795 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12796 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12797 Remove no-byte-compile setting.
12798
12799 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * minibuffer.el (completion-table-with-quoting): Fix compatibility
12802 all-completions code to not return a number in the last cdr.
12803
12804 2012-04-30 Leo Liu <sdl.web@gmail.com>
12805
12806 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12807 read-only error.
12808
12809 2012-04-29 Chong Yidong <cyd@gnu.org>
12810
12811 * follow.el (follow-calc-win-end): Rewrite to handle partial
12812 screen lines correctly (Bug#8390).
12813 (follow-avoid-tail-recenter): Minor cleanup.
12814
12815 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12816
12817 Avoid the obsolete `assoc' package.
12818 * speedbar.el (speedbar-refresh): Avoid adelete.
12819 (speedbar-file-lists): Simplify and avoid aput.
12820 * man.el (Man--sections, Man--refpages): New vars, replacing
12821 Man-sections-alist and Man-refpages-alist.
12822 (Man-build-section-alist, Man-build-references-alist):
12823 Use them; avoid aput.
12824 (Man--last-section, Man--last-refpage): New vars.
12825 (Man-follow-manual-reference): Use them.
12826 Use the `default' arg of completing-read.
12827 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
12828
12829 2012-04-27 Chong Yidong <cyd@gnu.org>
12830
12831 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12832
12833 * startup.el (x-apply-session-resources): New function.
12834
12835 * term/ns-win.el (ns-initialize-window-system):
12836 * term/w32-win.el (w32-initialize-window-system):
12837 * term/x-win.el (x-initialize-window-system): Use it to properly
12838 set menu-bar-mode and other vars from X resources, even if the
12839 initial frame is not a window-system frame (Bug#2299).
12840
12841 * subr.el (read-key): Avoid running filter function when setting
12842 up temporary tool bar entries (Bug#9922).
12843
12844 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12845
12846 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12847 (Bug#11344)
12848
12849 2012-04-27 Chong Yidong <cyd@gnu.org>
12850
12851 * select.el (xselect--encode-string): New function, split from
12852 xselect-convert-to-string.
12853 (xselect-convert-to-string): Use it.
12854 (xselect-convert-to-filename, xselect-convert-to-os)
12855 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12856 returned strings are properly encoded (Bug#11315).
12857
12858 2012-04-27 Chong Yidong <cyd@gnu.org>
12859
12860 * simple.el (delete-active-region): Move to killing custom group.
12861
12862 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
12863
12864 * progmodes/which-func.el (which-func-current): Quote %
12865 characters for mode-line processing.
12866
12867 2012-04-27 Chong Yidong <cyd@gnu.org>
12868
12869 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12870 reaching eob (Bug#11286).
12871
12872 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12873
12874 * progmodes/gdb-mi.el (gdb-control-level): New variable.
12875 (gdb): Make it buffer-local and init to zero.
12876 (gdb-control-commands-regexp): New variable.
12877 (gdb-send): Don't wrap in "-interpreter-exec console" if
12878 gdb-control-level is positive. Increment gdb-control-level
12879 whenever the command matches gdb-control-commands-regexp, and
12880 decrement it each time the command is "end". (Bug#11279)
12881
12882 2012-04-27 Martin Rudalics <rudalics@gmx.at>
12883
12884 * window.el (adjust-window-trailing-edge, enlarge-window)
12885 (shrink-window, window-resize):
12886 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12887 windows (Bug#11276).
12888
12889 2012-04-27 Chong Yidong <cyd@gnu.org>
12890
12891 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12892 fix "missing prefix" warning. All callers changed.
12893
12894 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * emacs-lisp/assoc.el: Move to obsolete/.
12897
12898 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12901
12902 * term/ns-win.el (ns-define-service):
12903 * progmodes/pascal.el (pascal-goto-defun):
12904 * progmodes/js.el (js--read-tab):
12905 * progmodes/etags.el (tags-lazy-completion-table):
12906 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12907 * emacs-lisp/ewoc.el (ewoc--wrap):
12908 * emacs-lisp/assoc.el (aput, adelete, amake):
12909 * doc-view.el (doc-view-convert-current-doc):
12910 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12911
12912 2012-04-26 Chong Yidong <cyd@gnu.org>
12913
12914 * image.el (image-type-from-buffer): Only return supported image
12915 type (Bug#9045).
12916
12917 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12918 value, for symmetry with diff-end-of-hunk.
12919 (diff-split-hunk, diff-find-source-location)
12920 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12921 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12922 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12923 compute the relevant hunk or file properly (Bug#6005).
12924 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12925
12926 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12927
12928 * vc/vc-mtn.el:
12929 * vc/vc-hg.el:
12930 * vc/vc-git.el:
12931 * vc/vc-dir.el:
12932 * vc/vc-cvs.el:
12933 * vc/vc-bzr.el:
12934 * vc/vc-arch.el:
12935 * vc/vc.el: Replace lexical-let by lexical-binding.
12936 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12937 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12938 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12939
12940 2012-04-26 Chong Yidong <cyd@gnu.org>
12941
12942 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12943 (diff-mode-shared-map): Bind it to / and [remap undo].
12944
12945 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12946 (ediff-window-setup-function): Use it as the default, to set up
12947 windows based on whether the current frame is graphical (Bug#2138).
12948 (ediff-choose-window-setup-function-automatically): Make obsolete.
12949
12950 * vc/ediff-init.el: Always define ediff-pixel-width/height.
12951
12952 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * ffap.el: Remove old code for obsolete package.
12955 (ffap-complete-as-file-p): Remove.
12956
12957 Use completion-table-with-quoting for comint and pcomplete.
12958 * comint.el (comint--unquote&requote-argument)
12959 (comint--unquote-argument, comint--requote-argument): New functions.
12960 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12961 (comint-quote-filename): Use regexp-opt-charset.
12962 (comint--common-suffix, comint--common-quoted-suffix)
12963 (comint--table-subvert): Remove.
12964 (comint-unquote-function, comint-requote-function): New vars.
12965 (comint--complete-file-name-data): Use them with
12966 completion-table-with-quoting.
12967 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12968 * pcomplete.el (pcomplete-arg-quote-list)
12969 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12970 (pcomplete-unquote-argument-function): Default to non-nil.
12971 (pcomplete-unquote-argument): Simplify.
12972 (pcomplete--common-quoted-suffix): Remove.
12973 (pcomplete-requote-argument-function): New var.
12974 (pcomplete--common-suffix): New function.
12975 (pcomplete-completions-at-point): Use completion-table-with-quoting
12976 and completion-table-subvert.
12977
12978 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12979 (minibuffer--double-dollars): Preserve properties.
12980 (completion--sifn-requote): New function.
12981 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12982
12983 * minibuffer.el: Add support for completion of quoted/escaped data.
12984 (completion-table-with-quoting, completion-table-subvert): New funs.
12985 (completion--twq-try, completion--twq-all): New functions.
12986 (completion--nth-completion): New function.
12987 (completion-try-completion, completion-all-completions): Use it.
12988
12989 2012-04-25 Leo Liu <sdl.web@gmail.com>
12990
12991 * progmodes/python.el (python-pdbtrack-get-source-buffer):
12992 Use compilation-message if available to find real filename.
12993
12994 2012-04-25 Chong Yidong <cyd@gnu.org>
12995
12996 * vc/diff-mode.el (diff-setup-whitespace): New function.
12997 (diff-mode): Use it.
12998
12999 * vc/diff.el (diff-sentinel):
13000 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13001 Whitespace mode variables based on diff style (Bug#8612).
13002
13003 2012-04-25 Leo Liu <sdl.web@gmail.com>
13004
13005 * progmodes/python.el (python-send-region): Add suffix .py to the
13006 temp file.
13007
13008 * files.el (auto-mode-alist): Use javascript-mode instead.
13009
13010 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13011
13012 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13013
13014 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13015 (soap-resolve-references-for-array-type): Hack to prevent self
13016 references, see Bug#9.
13017 (soap-parse-envelope): Report the contents of the 'detail' node
13018 when receiving a fault reply.
13019 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13020
13021 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13022 (soap-inspect-simple-type): New function.
13023
13024 * net/soap-client.el (soap-simple-type): New struct.
13025 (soap-default-xsd-types, soap-default-soapenc-types)
13026 (soap-decode-basic-type, soap-encode-basic-type):
13027 support unsignedInt and double basic types.
13028 (soap-resolve-references-for-simple-type)
13029 (soap-parse-simple-type, soap-encode-simple-type): New function.
13030 (soap-parse-schema): Parse xsd:simpleType declarations.
13031
13032 * net/soap-client.el (soap-default-xsd-types)
13033 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13034 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13035 the local name of "soapenc:Array".
13036 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13037 decoding integer, byte and anyURI xsd types.
13038
13039 2012-04-25 Chong Yidong <cyd@gnu.org>
13040
13041 * cus-edit.el (custom-buffer-create-internal): Update header text.
13042
13043 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13044
13045 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13046 settings on 'system-type', not on 'window-system'. On MS-Windows,
13047 set interactive-mode on in GDB.
13048
13049 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13052 (ruby-syntax-propertize-regexp): Remove.
13053 (ruby-syntax-propertize-function): Split regexp into chunks.
13054 Match following code directly.
13055
13056 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13057
13058 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13059 (ruby-syntax-propertize-regexp): New function.
13060 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13061 by a special keyword.
13062
13063 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13064 (ruby-syntax-general-delimiters-goto-beg)
13065 (ruby-syntax-propertize-general-delimiters): New functions.
13066 (ruby-syntax-propertize-function): Use them to handle GDL.
13067 (ruby-font-lock-keywords): Move old handling of GDL...
13068 (ruby-font-lock-syntactic-keywords): .. to here.
13069 (ruby-calculate-indent): Adjust indentation for GDL.
13070
13071 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * notifications.el (top): Remove unneeded declarations.
13074 (notifications-specification-version): Change to "1.2".
13075 (notifications-interface, notifications-notify-method)
13076 (notifications-close-notification-method): Fix docstring.
13077 (notifications-get-capabilities-method): New defconst.
13078 (notifications-notify): Add :action-items, :resident and
13079 :transient hints. Change "image_data" to "image-data" and
13080 "image_path" to "image-path".
13081 (notifications-get-capabilities): New defun.
13082
13083 2012-04-24 Leo Liu <sdl.web@gmail.com>
13084
13085 * progmodes/python.el: Move hideshow setup to the end.
13086
13087 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13088
13089 * window.el (handle-select-window): Clear echo area since this is
13090 no more done by read_char (Bug#11304).
13091
13092 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13095 and `/ M' to filter-derived-mode.
13096 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13097 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13098 (ibuffer-mark-by-mode): Use default rather than initial-input.
13099 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13100
13101 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13102
13103 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13104 (ibuffer-filter-by-derived-mode): New filter.
13105 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13106
13107 2012-04-23 Andreas Politz <politza@fh-trier.de>
13108
13109 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13110
13111 2012-04-23 Chong Yidong <cyd@gnu.org>
13112
13113 * cus-edit.el (customize-apropos, customize-apropos-options):
13114 Disable matching of non-option variables (Bug#11176).
13115 (customize-option, customize-option-other-window)
13116 (customize-changed-options): Doc fix.
13117 (customize-apropos-options, customize-apropos-faces)
13118 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13119
13120 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13121 Fix word list splitting (Bug#11132).
13122 (apropos-symbol, apropos-keybinding, apropos-label)
13123 (apropos-property, apropos-function-button)
13124 (apropos-variable-button, apropos-misc-button): New faces.
13125 (apropos-symbol-face, apropos-keybinding-face)
13126 (apropos-label-face, apropos-property-face, apropos-match-face):
13127 Variables removed (Bug#8396).
13128 (apropos-library-button, apropos-format-plist, apropos-print)
13129 (apropos-print-doc, apropos-describe-plist): Callers changed.
13130
13131 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13132
13133 * net/xesam.el (xesam-mode-map): Use let-bound map in
13134 initialization. (Bug#11292)
13135
13136 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13137
13138 Preserve ispell session localwords when switching back to
13139 original buffer.
13140
13141 * textmodes/ispell.el (ispell-buffer-session-localwords):
13142 New buffer-local variable to hold buffer session localwords.
13143 (ispell-kill-ispell): Add option 'clear to delete session
13144 localwords.
13145 (ispell-command-loop, ispell-change-dictionary)
13146 (ispell-buffer-local-words): Preserve session localwords when
13147 needed.
13148
13149 * textmodes/flyspell.el (flyspell-process-localwords)
13150 (flyspell-do-correct): Preserve session localwords when needed.
13151
13152 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13153
13154 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13155 using obsolete `translation-table-for-input'.
13156 (ispell-word, ispell-process-line, ispell-complete-word):
13157 Use plain `insert' instead of removed `ispell-insert-word'.
13158
13159 2012-04-22 Chong Yidong <cyd@gnu.org>
13160
13161 * cus-edit.el (custom-variable-menu)
13162 (custom-variable-reset-saved, custom-face-menu)
13163 (custom-face-reset-saved): If there is no saved value, make the
13164 "reset-saved" operation bring back the default (Bug#9509).
13165 (custom-face-state): Properly detect themed faces.
13166
13167 * faces.el (face-spec-set): Stop supporting deprecated form of
13168 third arg.
13169
13170 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13171
13172 Move functions from C to Lisp. Make non-blocking method calls
13173 the default. Implement further D-Bus standard interfaces.
13174
13175 * net/dbus.el (dbus-message-internal): Declare function.
13176 Remove unneeded function declarations.
13177 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13178 (dbus-message-type-method-return, dbus-message-type-error)
13179 (dbus-message-type-signal): Declare variables. Remove local
13180 definitions.
13181 (dbus-interface-dbus, dbus-interface-peer)
13182 (dbus-interface-introspectable, dbus-interface-properties)
13183 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13184 Adapt docstring.
13185 (dbus-interface-objectmanager): New defconst.
13186 (dbus-call-method, dbus-call-method-asynchronously)
13187 (dbus-send-signal, dbus-method-return-internal)
13188 (dbus-method-error-internal, dbus-register-service)
13189 (dbus-register-signal, dbus-register-method): New defuns, moved
13190 from dbusbind.c
13191 (dbus-call-method-handler, dbus-setenv)
13192 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13193 New defuns.
13194 (dbus-call-method-non-blocking): Make it an obsolete function.
13195 (dbus-unregister-object, dbus-unregister-service)
13196 (dbus-handle-event, dbus-register-property)
13197 (dbus-property-handler): Obey the new structure of
13198 `bus-registered-objects'.
13199 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13200 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13201 Use `dbus-call-method'.
13202
13203 2012-04-22 Chong Yidong <cyd@gnu.org>
13204
13205 * cus-edit.el (custom-commands, custom-reset-menu)
13206 (Custom-reset-standard): Tweak labels.
13207 (custom-reset-button-menu): Change default to t.
13208 (custom-buffer-create-internal): For the custom-reset-button-menu
13209 case, put the revert button first.
13210 (custom-group-subtitle): New face.
13211 (custom-group-value-create): Align docstring to a specific column.
13212
13213 * wid-edit.el (widget-documentation-link-add): Don't handle
13214 indentation in this function.
13215 (widget-documentation-string-indent-to): New function.
13216 (widget-documentation-string-value-create): Use it.
13217
13218 * autorevert.el (auto-revert):
13219 * epg-config.el (epg):
13220 * ibuffer.el (ibuffer):
13221 * mpc.el (mpc):
13222 * ses.el (ses):
13223 * eshell/eshell.el (eshell):
13224 * net/ange-ftp.el (ange-ftp):
13225 * progmodes/ebnf2ps.el (postscript):
13226 * progmodes/flymake.el (flymake):
13227 * progmodes/prolog.el (prolog):
13228 * progmodes/verilog-mode.el (verilog-mode):
13229 * progmodes/which-func.el (which-func):
13230 * term/xterm.el (xterm):
13231 * textmodes/picture.el (picture):
13232 * textmodes/tildify.el (tildify):
13233 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13234 customization buffers.
13235
13236 2012-04-22 Alan Mackenzie <acm@muc.de>
13237
13238 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13239 Adding a ) can hide the resulting (..) from searches. Fix it.
13240 Bound the backward search to the position of the existing (.
13241
13242 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13243
13244 * progmodes/verilog-mode.el (verilog-mode): Check whether
13245 which-func-modes is t before adding verilog-mode.
13246 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13247
13248 2012-04-21 Leo Liu <sdl.web@gmail.com>
13249
13250 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13251
13252 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13253
13254 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13255 filling of the last column of a table (Bug#5635).
13256 (woman-find-next-control-line): New arg, specifying an additional
13257 regexp component for the control line.
13258 (woman2-roff-buffer): Use it.
13259 (woman-break-table): New function.
13260 (woman2-TS): Use it.
13261
13262 2012-04-21 Chong Yidong <cyd@gnu.org>
13263
13264 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13265 (woman-horizontal-escapes, woman-negative-vertical-space)
13266 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13267 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13268
13269 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * minibuffer.el (completion-file-name-table): Complete user names.
13272
13273 2012-04-20 Leo Liu <sdl.web@gmail.com>
13274
13275 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13276 and pcase-let*.
13277
13278 2012-04-20 Chong Yidong <cyd@gnu.org>
13279
13280 * server.el (server-execute): Respect initial-buffer-choice if it
13281 is a string and there are no files to open (Bug#2825).
13282 (server-create-window-system-frame, server-create-tty-frame):
13283 Don't switch buffers here.
13284 (server-process-filter): Only try to open a window system frame if
13285 compiled with graphical support (Bug#8314).
13286
13287 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13288
13289 * battery.el (battery-echo-area-format): Display remaining time
13290 for sysfs backend too (Bug#11269).
13291 (battery-linux-sysfs): Fix conditional for the charge.
13292
13293 2012-04-20 Chong Yidong <cyd@gnu.org>
13294
13295 * progmodes/gdb-mi.el (gdb): Revert previous change.
13296 (gdb-inferior-io--init-proc): New function.
13297 (gdb-init-1): Use it.
13298 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13299 responsible for allocating a new pty and hooking it to gdb when
13300 the old pty gets an EIO due to process exit.
13301 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13302 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13303 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13304
13305 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13306
13307 * window.el (window-min-size, window-sizable, window-min-delta)
13308 (window-max-delta, window--resizable, window-resizable)
13309 (window-total-size, window-full-height-p, window-full-width-p)
13310 (window-in-direction, window--resize-mini-window, window-resize)
13311 (window--resize-child-windows-normal)
13312 (window--resize-child-windows, window--resize-siblings)
13313 (window--resize-this-window, adjust-window-trailing-edge)
13314 (enlarge-window, shrink-window): Doc fixes.
13315
13316 2012-04-20 Chong Yidong <cyd@gnu.org>
13317
13318 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13319 New function to call delete-process on the gdb-inferior buffer's pty.
13320 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13321 pty process (Bug#11273).
13322 (gdb-update): New arg to suppress talking to the gdb process.
13323 (gdb-done-or-error): Use it.
13324 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13325 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13326 sentinel not being called.
13327
13328 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13329
13330 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13331
13332 2012-04-20 Glenn Morris <rgm@gnu.org>
13333
13334 * net/network-stream.el (open-network-stream): Doc fix.
13335
13336 2012-04-20 Chong Yidong <cyd@gnu.org>
13337
13338 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13339
13340 2012-04-20 Alan Mackenzie <acm@muc.de>
13341
13342 Ensure searching for keywords is case sensitive.
13343
13344 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13345 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13346 (c-defun-name, c-mark-function, c-cpp-define-name)
13347 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13348 (c-context-line-break): Bind case-fold-search to nil.
13349
13350 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13351 Bind case-fold-search to nil.
13352
13353 2012-04-20 Chong Yidong <cyd@gnu.org>
13354
13355 * mail/sendmail.el (mail-bury): Call return action with the right
13356 Rmail buffer (Bug#11242).
13357
13358 * server.el (server-process-filter): Handle corner case where both
13359 tty and nowait options are present (Bug#11102).
13360
13361 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13362
13363 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13364 (top level): Put into the executable the ident-style '$Id:' tag on
13365 windows-nt as well.
13366
13367 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 * electric.el (electric-indent-post-self-insert-function): Check that
13370 electric-indent-mode is enabled in current buffer.
13371
13372 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13373
13374 * imenu.el (imenu-progress-message): Restore; it is "used" in
13375 erc/erc-imenu.el and net/snmp-mode.el.
13376
13377 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13378
13379 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13380 (mouse-avoidance-nudge-mouse): Remove unused binding.
13381
13382 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13383
13384 * descr-text.el (describe-char):
13385 * progmodes/python.el (python-describe-symbol):
13386 Don't call `toggle-read-only', set `buffer-read-only'.
13387
13388 * imenu.el (imenu-default-goto-function): Mark unused args.
13389 (imenu-progress-message): Remove obsolete macro; all callers changed.
13390
13391 * subr.el (keymap-canonicalize): Remove unused binding.
13392 (read-passwd): Mark unused arg.
13393
13394 * tutorial.el (tutorial--display-changes): Remove unused binding.
13395 (tutorial--save-tutorial-to): Remove unused variable.
13396
13397 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13398 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13399 (package-generate-autoloads, package-menu--generate)
13400 (package-menu--find-upgrades): Remove unused bindings.
13401
13402 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13403 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13404 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13405 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13406 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13407 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13408 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13409 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13410 (cua-delete-char-rectangle): Mark unused args.
13411 (cua-align-rectangle): Remove unused binding.
13412
13413 * mail/rmail.el (compilation--message->loc)
13414 (epa--find-coding-system-for-mime-charset): Declare.
13415
13416 * net/dbus.el (dbus-register-service): Declare.
13417 (dbus-name-owner-changed-handler): Remove unused binding.
13418
13419 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13420 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13421 (nxml-scan-backward-within): Mark unused arg.
13422 (nxml-dynamic-markup-word): Remove unused binding.
13423
13424 * mouse.el (mouse-menu-major-mode-map):
13425 * emacs-lisp/authors.el (authors-scan-change-log)
13426 (authors-add-to-author-list):
13427 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13428 * emacs-lisp/smie.el (smie-auto-fill):
13429 * mail/sendmail.el (mail-bury):
13430 * mail/unrmail.el (unrmail):
13431 * net/tls.el (open-tls-stream):
13432 * textmodes/picture.el (picture-mouse-set-point):
13433 Remove unused bindings.
13434
13435 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
13436
13437 * net/tramp.el (tramp-action-password): Let-bind
13438 `enable-recursive-minibuffers' to t.
13439
13440 2012-04-18 Sam Steingold <sds@gnu.org>
13441
13442 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13443 instead of 'string to accommodate values like [f11].
13444 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13445 * progmodes/gdb-mi.el: Likewise.
13446
13447 2012-04-18 Leo Liu <sdl.web@gmail.com>
13448
13449 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13450 current buffer.
13451 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13452 LOCAL is nil.
13453
13454 2012-04-18 Chong Yidong <cyd@gnu.org>
13455
13456 * simple.el (line-move): Use forward-line if in batch mode
13457 (Bug#11053).
13458
13459 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
13460
13461 * files.el (after-find-file): Do not try to add a final newline if
13462 the buffer is read-only (Bug#11156).
13463
13464 2012-04-17 Richard Stallman <rms@gnu.org>
13465
13466 * mail/rmail.el (rmail-start-mail):
13467 Pass (rmail-mail-return...) for the return-action.
13468 Pass (rmail-yank-current-message...) for the yank-action.
13469 (rmail-yank-current-message): New function.
13470 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13471 (rmail-reply): Likewise.
13472 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13473
13474 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13475 buffer, not the last. Reject temp buffers. Use the rmail-mode
13476 buffer, not newbuf.
13477
13478 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
13479
13480 * server.el (server-ensure-safe-dir): Simplify.
13481
13482 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * emacs-lisp/smie.el: Provide smarter auto-filling.
13485 (smie-auto-fill): New function.
13486 (smie-setup): Use it.
13487
13488 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13489
13490 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
13491
13492 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13493 (comment-indent): Use it.
13494
13495 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
13496
13497 * ses.el: The overall change is to add cell renaming, that is
13498 setting fancy names for cell symbols other than name matching
13499 "\\`[A-Z]+[0-9]+\\'" regexp .
13500 (ses-localvars): Add ses--renamed-cell-symb-list.
13501 (ses-create-cell-variable): New defun.
13502 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13503 (ses-relocate-formula): Relocate formulas only for cells the
13504 symbols of which are not renamed, i.e. symbols whose names do not
13505 match regexp "\\`[A-Z]+[0-9]+\\'".
13506 (ses-relocate-all): Relocate values only for cells the symbols of
13507 which are not renamed.
13508 (ses-load): Create cells variables as the (ses-cell ...) are read,
13509 in order to check row col consistency with cell symbol name only
13510 for cells that are not renamed.
13511 (ses-replace-name-in-formula): New defun.
13512 (ses-rename-cell): New defun.
13513
13514 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
13515
13516 * progmodes/perl-mode.el (perl-indent-parens-as-block):
13517 New option (bug#11118).
13518 (perl-calculate-indent): Respect it.
13519
13520 2012-04-17 Glenn Morris <rgm@gnu.org>
13521
13522 * dired-aux.el (dired-mark-read-string): Doc fix.
13523
13524 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
13525
13526 * dired-aux.el (dired-mark-read-string): Offer optional completion.
13527 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
13528
13529 2012-04-17 Glenn Morris <rgm@gnu.org>
13530
13531 * mouse.el (mouse-drag-track):
13532 * speedbar.el (speedbar-frame-mode):
13533 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13534
13535 2012-04-16 Leo Liu <sdl.web@gmail.com>
13536
13537 * progmodes/python.el: Trivial cleanup.
13538
13539 2012-04-16 Glenn Morris <rgm@gnu.org>
13540
13541 * vc/vc.el (vc-string-prefix-p):
13542 * vc/pcvs-util.el (cvs-string-prefix-p):
13543 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13544 * mpc.el (mpc-string-prefix-p):
13545 Make all of these into obsolete aliases for string-prefix-p.
13546 Update callers.
13547 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13548
13549 * textmodes/two-column.el: Move custom options to the start.
13550 (frame-width): Remove compat definition.
13551 (2C-associate-buffer, 2C-dissociate):
13552 Use with-current-buffer rather than save-excursion.
13553 (2C-dissociate): Force a mode-line update.
13554 (2C-autoscroll): Use ignore-errors.
13555
13556 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13557 Autoload trivia.
13558
13559 * emacs-lisp/cl-extra.el (*random-state*):
13560 Remove unnecessary declaration.
13561
13562 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13563
13564 * play/cookie1.el (cookie-snarf):
13565 Give an explicit error if input file cannot be read.
13566
13567 * play/yow.el (yow-file): Use expand-file-name rather than concat.
13568
13569 * progmodes/perl-mode.el (c-macro-expand):
13570 Remove unnecessary autoload (it is in loaddefs.el).
13571
13572 * textmodes/picture.el (picture-desired-column)
13573 (picture-update-desired-column): Convert comments to doc-strings.
13574 (picture-substitute): Remove function.
13575 (picture-mode-map): Initialize in the defvar.
13576
13577 * woman.el: Remove eval-after-load for tar-mode.
13578 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13579 (woman-tar-extract-file): Autoload it.
13580
13581 * frame.el (automatic-hscrolling): Make this alias obsolete.
13582
13583 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13584
13585 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13586 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13587 (ispell-dictionary-base-alist): Revert to original XEmacs
13588 friendly version for default. [:alpha:] will be added in
13589 `ispell-set-spellchecker-params' if needed.
13590
13591 2012-04-16 Chong Yidong <cyd@gnu.org>
13592
13593 * image.el (imagemagick--file-regexp): New variable.
13594 (imagemagick-register-types): Use it.
13595 (imagemagick-types-inhibit): Add :set function. Allow new value
13596 of t to inhibit all types.
13597
13598 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13599 so we can preload it.
13600
13601 * loadup.el (fboundp): Preload regexp-opt, needed by
13602 imagemagick-register-types.
13603
13604 2012-04-15 Chong Yidong <cyd@gnu.org>
13605
13606 * frame.el (scrolling): Remove nearly unused customization group.
13607
13608 * scroll-all.el (scroll-all-mode): Move to windows group.
13609
13610 2012-04-15 Chong Yidong <cyd@gnu.org>
13611
13612 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13613
13614 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 Avoid the use of ((lambda ...) ...) in lexical-binding code.
13617 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13618
13619 2012-04-15 Glenn Morris <rgm@gnu.org>
13620
13621 * simple.el (process-file-side-effects): Doc fix.
13622
13623 2012-04-15 Glenn Morris <rgm@gnu.org>
13624
13625 * international/mule-cmds.el (set-language-environment): Doc fix.
13626
13627 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13628
13629 * server.el (server-auth-key, server-generate-key): Doc fixes.
13630 (server-get-auth-key): Doc fix. Use `string-match-p'.
13631 (server-start): Reflow docstring.
13632
13633 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
13634
13635 * server.el (server-generate-key): `called-interactively-p'
13636 requires a parameter.
13637
13638 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
13639
13640 * server.el (server-auth-key): New variable.
13641 (server-generate-key, server-get-auth-key): New function.
13642 (server-start): Use the new variable and functions to allow
13643 setting a permanent server key (bug#9423).
13644
13645 2012-04-14 Leo Liu <sdl.web@gmail.com>
13646
13647 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13648
13649 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
13650
13651 Spelling fixes.
13652 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13653 Emacs uses American spelling.
13654
13655 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
13656
13657 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13658 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
13659 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13660 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
13661
13662 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * progmodes/which-func.el (which-func-modes): Change default.
13665
13666 2012-04-14 Kim F. Storm <storm@cua.dk>
13667
13668 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13669 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13670
13671 2012-04-14 Chong Yidong <cyd@gnu.org>
13672
13673 * custom.el (custom-theme-set-variables): Doc fix.
13674
13675 2012-04-14 Glenn Morris <rgm@gnu.org>
13676
13677 * international/mule.el (set-auto-coding-for-load): Doc fix.
13678
13679 2012-04-14 Alan Mackenzie <acm@muc.de>
13680
13681 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13682 imenu work again for Objective C Mode. Correct the *-index values,
13683 these having been disturbed by a previous change in 2011-08.
13684
13685 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13686 Correct two search limits.
13687
13688 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13691
13692 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
13693
13694 * international/characters.el: Fix sorting.
13695
13696 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13697
13698 * international/characters.el: Add more missing Latin case pairs.
13699
13700 2012-04-14 Glenn Morris <rgm@gnu.org>
13701
13702 * files.el (dir-locals-set-class-variables): Doc fix.
13703
13704 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13705
13706 * international/characters.el: Add set-case-syntax-pair call for
13707 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13708 counterpart. (Bug#11209)
13709
13710 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
13711
13712 2012-04-14 Glenn Morris <rgm@gnu.org>
13713
13714 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13715
13716 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13717
13718 * textmodes/ispell.el (ispell-dictionary-base-alist):
13719 Add data for Hebrew.
13720
13721 2012-04-14 Chong Yidong <cyd@gnu.org>
13722
13723 * net/rcirc.el (rcirc-cmd-quit):
13724 Revert 2012-03-18 change (Bug#11192).
13725
13726 2012-04-14 Glenn Morris <rgm@gnu.org>
13727
13728 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13729
13730 2012-04-14 Eli Zaretskii <eliz@gnu.org>
13731
13732 * minibuffer.el (completion-in-region-mode-map):
13733 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
13734
13735 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
13736
13737 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13738
13739 2012-04-13 Masatake YAMATO <yamato@redhat.com>
13740
13741 * minibuffer.el (minibuffer-local-filename-syntax): New variable
13742 to allow `C-M-f' and `C-M-b' to move to the nearest path
13743 separator (bug#9511).
13744
13745 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
13746
13747 * avoid.el: Require cl when compiling. And also move the
13748 `provide' to the end.
13749
13750 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13751
13752 * avoid.el (mouse-avoidance-banish-position): New variable.
13753 (mouse-avoidance-banish-destination): Use it (bug#10165).
13754
13755 2012-04-13 Leo Liu <sdl.web@gmail.com>
13756
13757 * progmodes/which-func.el (which-func-modes): Add objc-mode.
13758
13759 2012-04-13 Ken Brown <kbrown@cornell.edu>
13760
13761 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13762 this is no longer needed now that cygstart understands file:// URLs.
13763 (browse-url-filename-alist): For the same reason, don't modify
13764 file:// URLs on Cygwin.
13765
13766 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13769 the region on shift if the binding is already shifted (bug#11221).
13770
13771 2012-04-12 Glenn Morris <rgm@gnu.org>
13772
13773 * mail/mailpost.el: Move to obsolete/.
13774
13775 2012-04-12 Drew Adams <drew.adams@oracle.com>
13776
13777 * imenu.el (imenu--generic-function): Ignore invisible definitions
13778 (bug#10123).
13779
13780 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
13781
13782 * hexl.el (hexl-bits): New variable.
13783 (hexl-options): Mention the variable in the doc string.
13784 (hexl-rulerise, hexl-line-displen): New functions.
13785 (hexl-mode): Mention the new variable.
13786 (hexl-mode, hexl-current-address, hexl-current-address):
13787 Use the displen.
13788 (hexl-ascii-start-column): New function.
13789 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13790 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13791
13792 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13793
13794 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13795 '("-i" ENCODING), in 2 separate command-line arguments, to specify
13796 the encoding, as expected by hunspell.
13797
13798 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * battery.el (battery--linux-sysfs-regexp): New const.
13801 (battery-status-function): Use it. Remove yeeloong special case.
13802 (battery-yeeloong-sysfs): Remove.
13803 (battery-echo-area-format): Remove yeeloong special case.
13804
13805 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13806
13807 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13808 Reported by Noah Friedman.
13809
13810 * subr.el (read-passwd): Use read-string.
13811
13812 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13813
13814 * vcursor.el (vcursor-move): Increase the priority of the overlay
13815 (bug#9663).
13816
13817 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13818
13819 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13820 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13821
13822 2012-04-11 William Stevenson <yhvh2000@gmail.com>
13823
13824 * textmodes/artist.el (artist-mode): Convert artist-mode to use
13825 define-minor-mode (bug#10760).
13826
13827 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13828
13829 * progmodes/grep.el (rgrep): Tweak the find command line so
13830 that directories matching `grep-find-ignored-files' won't be
13831 pruned (bug#10351).
13832
13833 2012-04-11 Chong Yidong <cyd@gnu.org>
13834
13835 * startup.el (command-line): Remove support for long-obsolete
13836 variable font-lock-face-attributes.
13837
13838 2012-04-11 Glenn Morris <rgm@gnu.org>
13839
13840 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13841
13842 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * window.el (window--state-get-1): Obey window-point-insertion-type.
13845
13846 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
13847
13848 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13849 to previous function when point is on the first character of a
13850 function. Take care of that in `narrow-to-defun' (bug#6157).
13851
13852 2012-04-11 Glenn Morris <rgm@gnu.org>
13853
13854 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13855 not just file-errors.
13856
13857 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13858 (vc-bzr-sha1): Use internal sha1.
13859
13860 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13863
13864 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
13865
13866 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13867 that start in the middle of the line (bug#10496).
13868
13869 2012-04-10 Dan Nicolaescu <dann@gnu.org>
13870
13871 * battery.el (battery-linux-proc-acpi): Only one battery is
13872 discharged at a time, but that seems to confuse battery.el when
13873 computing `rate-type' for the battery not being discharged
13874 (bug#10332).
13875
13876 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13877
13878 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13879
13880 * international/quail.el: Use dolist and simplify.
13881 (quail-define-package, quail-update-keyboard-layout)
13882 (quail-define-rules): Use dolist.
13883 (quail-insert-kbd-layout, quail-get-translation): CSE.
13884
13885 * tmm.el: Use dolist, remove left over hook.
13886 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13887 Use dolist.
13888 (calendar-load-hook): Don't mess with it.
13889
13890 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13891 Use derived-mode-p. Run the diff asynchronously.
13892
13893 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13894
13895 * obsolete/mouse-sel.el: Add an Obsolete-since header.
13896
13897 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
13898
13899 * misc.el: Display absolute path of loaded DLLs (bug#10424).
13900 (list-dynamic-libraries--loaded): New function.
13901 (list-dynamic-libraries--refresh): Use it.
13902
13903 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
13904
13905 * progmodes/python.el (python-fill-paragraph):
13906 Make python-fill-region in a multiline string work when font-lock is
13907 disabled (bug#7018).
13908
13909 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
13910
13911 * language/european.el (cp775): Add oem/legacy (en)coding on
13912 DOS/MS Windows for the Baltic languages. There are still plenty
13913 of texts written in this encoding/codepage (bug#6519).
13914
13915 2012-04-10 Glenn Morris <rgm@gnu.org>
13916
13917 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13918 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13919
13920 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
13921
13922 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13923 next-line "n" and previous-line "p" in order to make recentf more
13924 consistent with ibuffer, dired or org-mode (bug#9387).
13925
13926 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13927
13928 * image.el (put-image): Return the overlay created instead of the
13929 optional input string (bug#7834). Note that this may break code
13930 that is (for some reason or other) depending on `put-image'
13931 returning the string.
13932
13933 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13934
13935 * simple.el (zap-to-char): Allow zapping using input methods
13936 (bug#1580).
13937
13938 * textmodes/fill.el (fill-region): Leave point and mark where they
13939 were before filling (bug#5399).
13940
13941 2012-04-09 Glenn Morris <rgm@gnu.org>
13942
13943 * version.el (emacs-bzr-get-version):
13944 Handle lightweight checkouts of local branches.
13945
13946 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
13947
13948 * international/characters.el: Recover lost case pairs. (Bug#11209)
13949
13950 2012-04-09 Chong Yidong <cyd@gnu.org>
13951
13952 * custom.el (custom-variable-p): Return nil for non-symbol
13953 arguments instead of signaling an error.
13954 (user-variable-p): Obsolete alias for custom-variable-p.
13955
13956 * apropos.el (apropos-variable):
13957 * files-x.el (read-file-local-variable):
13958 * simple.el (set-variable):
13959 * woman.el (woman-mini-help):
13960 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13961
13962 2012-04-09 Glenn Morris <rgm@gnu.org>
13963
13964 * startup.el (normal-top-level): Don't look for leim-list.el
13965 in places where it will not be found. (Bug#910)
13966
13967 * international/mule-cmds.el (set-default-coding-systems):
13968 * files.el (normal-mode):
13969 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
13970 This function was removed with ucs-tables.el in 2008.
13971
13972 2012-04-08 Eli Zaretskii <eliz@gnu.org>
13973
13974 * textmodes/ispell.el (ispell-check-version): For hunspell, set
13975 ispell-encoding8-command to "-i", without a trailing space.
13976 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13977 separate command-line arguments, to specify the encoding, since
13978 that's how hunspell expects it.
13979
13980 2012-04-08 Glenn Morris <rgm@gnu.org>
13981
13982 * loadup.el: Load bindings before cus-start.
13983 This reduces somewhat the number of "rogue" settings in emacs -Q.
13984
13985 2012-04-07 Glenn Morris <rgm@gnu.org>
13986
13987 * version.el (emacs-bzr-get-version): New function.
13988 (emacs-bzr-version): New variable.
13989 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
13990 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13991
13992 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13993
13994 * international/uni-bidi.el, international/uni-category.el:
13995 * international/uni-combining.el, international/uni-decimal.el:
13996 * international/uni-decomposition.el, international/uni-digit.el:
13997 * international/uni-lowercase.el, international/uni-mirrored.el:
13998 * international/uni-name.el, international/uni-numeric.el:
13999 * international/uni-titlecase.el, international/uni-uppercase.el:
14000 Update for Unicode 6.1.
14001
14002 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14003
14004 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14005
14006 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14007
14008 * window.el (shrink-window): Mention the `window-min-height'
14009 variable in the doc string.
14010
14011 2012-04-05 Bastien Guerry <bzg@altern.org>
14012
14013 * color.el (color-lighten-name): Fix typo.
14014
14015 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * server.el (server--on-display-p): New function.
14018 (server--on-display-p): Use it.
14019
14020 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
14021
14022 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14023 (bug#11145).
14024
14025 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * comint.el (comint--common-quoted-suffix): Check string boundary
14028 before comparing (bug#11158).
14029 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14030
14031 2012-04-04 Chong Yidong <cyd@gnu.org>
14032
14033 * minibuffer.el (completion-extra-properties): Doc fix.
14034
14035 * subr.el (delayed-warnings-hook): Doc fix.
14036
14037 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14038
14039 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14040 selection (Bug#11159).
14041 (epa-insert-keys): Inform that the default public key will be
14042 exported if no key is selected.
14043
14044 2012-04-04 Richard Stallman <rms@gnu.org>
14045
14046 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14047
14048 2012-04-03 Chong Yidong <cyd@gnu.org>
14049
14050 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14051 mail-insert-file, not its obsolete alias mail-attach-file.
14052
14053 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14054
14055 * notifications.el (notifications-notify): Fix docstring.
14056
14057 2012-04-02 Glenn Morris <rgm@gnu.org>
14058
14059 * emacs-lisp/authors.el (authors-aliases): Another addition.
14060
14061 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14062
14063 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14064 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14065 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14066
14067 2012-04-01 Chong Yidong <cyd@gnu.org>
14068
14069 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14070 Handle root directory properly.
14071 (copy-directory): Caller changed.
14072
14073 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14074 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14075
14076 2012-03-31 Glenn Morris <rgm@gnu.org>
14077
14078 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14079
14080 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14081
14082 * calendar/calendar.el (calendar-window-list)
14083 (calendar-hide-window): Restore. (Bug#11140)
14084 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14085
14086 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14087
14088 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14089
14090 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14091 Check if file is a symlink (Bug#10489).
14092
14093 * files.el (copy-directory): Likewise.
14094
14095 2012-03-30 Chong Yidong <cyd@gnu.org>
14096
14097 * image.el (imagemagick-types-inhibit)
14098 (imagemagick-register-types): Doc fix.
14099
14100 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14101
14102 * textmodes/ispell.el (ispell-get-extended-character-mode):
14103 Disable extended-char-mode for hunspell. hunspell does not support it
14104 and treats ~word as ordinary words in pipe mode.
14105
14106 2012-03-30 Glenn Morris <rgm@gnu.org>
14107
14108 * tutorial.el (help-with-tutorial): Ensure local variables don't
14109 happen to make the buffer read-only. (Bug#11127)
14110
14111 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14114 (perl-calculate-indent): Return `noindent' in strings.
14115
14116 2012-03-28 Sam Steingold <sds@gnu.org>
14117
14118 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14119 instead of the broken adhockery which does not prevent calendar
14120 buffers from being displayed at random after exit.
14121 (calendar-window-list, calendar-hide-window): Remove the broken
14122 adhockery.
14123
14124 2012-03-28 Glenn Morris <rgm@gnu.org>
14125
14126 * replace.el (query-replace-map): Doc fix.
14127
14128 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14129
14130 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14131 contents. (Bug#11109)
14132
14133 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14134
14135 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14136 (bug#11077).
14137 (avl-tree--check, avl-tree--check-node): New funs.
14138
14139 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14140
14141 * window.el (switch-to-visible-buffer): New option.
14142 (switch-to-prev-buffer, switch-to-next-buffer):
14143 Observe switch-to-visible-buffer. Make sure that checking for a window
14144 showing a buffer already is done on the same frame.
14145
14146 2012-03-27 Glenn Morris <rgm@gnu.org>
14147
14148 * startup.el (mail-host-address): Doc fix.
14149
14150 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14153 than 197 variables.
14154
14155 2012-03-26 Ami Fischman <ami@fischman.org>
14156
14157 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14158
14159 2012-03-26 Glenn Morris <rgm@gnu.org>
14160
14161 * files.el (save-buffers-kill-emacs): Doc fix.
14162
14163 * startup.el (normal-top-level, command-line, command-line-1):
14164 Give them doc strings.
14165
14166 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14167
14168 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14169 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14170
14171 2012-03-25 Chong Yidong <cyd@gnu.org>
14172
14173 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14174 theme if it was previously enabled before (Bug#11031).
14175
14176 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14177 spec with custom-face-get-current-spec if its :shown-value is not
14178 determined yet (Bug#9337).
14179 (customize-create-theme, custom-theme-revert): Doc fixes.
14180
14181 * button.el (button-at): Minor addition to docstring.
14182
14183 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14184
14185 * vc/vc.el (vc-merge): Fix a prompt.
14186
14187 2012-03-24 Chong Yidong <cyd@gnu.org>
14188
14189 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14190 point (Bug#9623).
14191
14192 * button.el (button-at): Minor addition to docstring.
14193
14194 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14195
14196 * newcomment.el (comment-choose-indent): No space after BOL.
14197
14198 2012-03-22 Sam Steingold <sds@gnu.org>
14199
14200 * window.el (switch-to-prev-buffer): Revert last patch because the
14201 bug turned out to be an advertised feature (Elisp manual 28.14).
14202
14203 2012-03-22 Glenn Morris <rgm@gnu.org>
14204
14205 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14206 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14207
14208 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14209
14210 * net/network-stream.el (network-stream-open-starttls): Make error
14211 message under Windows be less misleading.
14212
14213 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14214
14215 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14216 understands (bug#9942).
14217
14218 2012-03-22 Chong Yidong <cyd@gnu.org>
14219
14220 * simple.el (end-of-visible-line): Handle return value of
14221 next-single-property-change properly (Bug#9371).
14222
14223 2012-03-22 Kenichi Handa <handa@m17n.org>
14224
14225 * international/quail.el (quail-insert-kbd-layout): Fix previous
14226 change. To avoid unwanted bidi reordering, use
14227 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14228
14229 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14230
14231 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14232 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14233 (ruby-beginning-of-indent): Be more careful with the difference
14234 between word-boundary and symbol boundary.
14235 (ruby-mode-syntax-table): Make : a symbol constituent.
14236
14237 2012-03-21 Andreas Politz <politza@fh-trier.de>
14238
14239 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14240
14241 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * progmodes/etags.el (tags-completion-at-point-function):
14244 Improve last fix.
14245
14246 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14247
14248 2012-03-21 Sam Steingold <sds@gnu.org>
14249
14250 * progmodes/etags.el (tags-completion-at-point-function):
14251 Avoid the error when point is inside the pattern.
14252
14253 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14254
14255 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14256 line (Bug#10855).
14257
14258 2012-03-21 Drew Adams <drew.adams@oracle.com>
14259
14260 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14261
14262 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14263
14264 * ido.el (ido-set-current-directory, ido-read-internal)
14265 (ido-choose-completion-string, ido-completion-help): Handle nil
14266 value of ido-completion-buffer (Bug#11008).
14267
14268 2012-03-21 Sam Steingold <sds@gnu.org>
14269
14270 * window.el (switch-to-prev-buffer): Do not switch to a visible
14271 window previous buffer, just like with the frame previous buffers.
14272
14273 2012-03-21 Chong Yidong <cyd@gnu.org>
14274
14275 * faces.el (make-face, make-empty-face, copy-face):
14276 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14277 Doc fixes.
14278
14279 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14282 (widget-complete): Remove broken use of it.
14283
14284 2012-03-20 Chong Yidong <cyd@gnu.org>
14285
14286 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14287 Use string-width and truncate-string-width to handle arbitrary
14288 characters.
14289
14290 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14291
14292 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14293 to draw rectangles, not squares. (Regression introduced by revno
14294 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14295
14296 2012-03-18 Chong Yidong <cyd@gnu.org>
14297
14298 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14299 it is not yet defined (for temacs).
14300
14301 2012-03-18 Leo Liu <sdl.web@gmail.com>
14302
14303 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14304 prefix.
14305
14306 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14307
14308 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14309 (ispell-choices-win-default-height, ispell-silently-savep)
14310 (ispell-dictionary-alist, ispell-encoding8-command)
14311 (ispell-check-version, ispell-aspell-find-dictionary)
14312 (ispell-valid-dictionary-list, ispell-words-keyword)
14313 (ispell-get-word, ispell-internal-change-dictionary)
14314 (ispell-region, ispell-skip-region-list)
14315 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14316 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14317 (ispell-message-text-end, ispell-message)
14318 (ispell-buffer-local-parsing): Doc fix.
14319
14320 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14321
14322 * htmlfontify.el: Add support for code block fontification for ODT
14323 export (Bug #9914).
14324 (hfy-optimisations): Define new option
14325 `body-text-only'
14326 (hfy-fontify-buffer): Honor above setting.
14327 (hfy-begin-span, hfy-end-span): New routines factored out form
14328 `hfy-fontify-buffer'.
14329 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14330 that permit insertion of custom tags.
14331 (hfy-fontify-buffer): Use above handlers.
14332 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14333 (hfy-face-to-css): Re-defined to be a variable.
14334 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14335 over multiple runs. This is made possible by having the caller let
14336 bind a special variable `hfy-user-sheet-assoc'.
14337 (htmlfontify-string): New defun.
14338 (hfy-compile-face-map): Make sure that the last char in the
14339 buffer is correctly fontified.
14340 (hfy-face-resolve-face): Whitespace only change.
14341
14342 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14343
14344 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14345 message more clear.
14346
14347 2012-03-16 Leo Liu <sdl.web@gmail.com>
14348
14349 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14350
14351 2012-03-16 Alan Mackenzie <acm@muc.de>
14352
14353 Further optimize the handling of large macros.
14354
14355 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14356 limit to a call of `c-literal-limits'.
14357 (c-determine-+ve-limit): New function.
14358 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14359 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14360 In CASE 5B, restrict a search limit to 500.
14361 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14362
14363 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14364 Restrict macro bounds to +-500 from after-change's BEG END.
14365
14366 2012-03-16 Leo Liu <sdl.web@gmail.com>
14367
14368 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14369
14370 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14371
14372 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14373 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14374
14375 2012-03-16 Glenn Morris <rgm@gnu.org>
14376
14377 * view.el (view-buffer, view-buffer-other-window)
14378 (view-buffer-other-frame): Doc fixes re special mode-class.
14379
14380 * subr.el (eval-after-load): If named feature is provided not from
14381 a file, run after-load forms. (Bug#10946)
14382
14383 * calendar/calendar.el (calendar-insert-at-column):
14384 Handle non-unit-width characters a bit better. (Bug#10978)
14385
14386 2012-03-15 Chong Yidong <cyd@gnu.org>
14387
14388 * emacs-lisp/ring.el (ring-extend): New function.
14389 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14390
14391 * comint.el (comint-read-input-ring)
14392 (comint-add-to-input-history): Grow comint-input-ring lazily.
14393
14394 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14397 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14398
14399 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14400 (imenu-add-to-menubar): Don't add a redundant index.
14401 (imenu-update-menubar): Handle a dynamically composed keymap.
14402
14403 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14404
14405 * mail/sendmail.el (mail-encode-header):
14406 Bind rfc2047-encode-encoded-words to nil.
14407
14408 2012-03-13 Glenn Morris <rgm@gnu.org>
14409
14410 * calendar/calendar.el (calendar-string-spread):
14411 Handle non-unit-width characters a bit better. (Bug#10978)
14412
14413 2012-03-13 Leo Liu <sdl.web@gmail.com>
14414
14415 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14416 directory and file as argument (Bug#10822).
14417
14418 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14419
14420 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14421 For dynamically generated code, follow $PC.
14422 (gdb-disassembly-handler-custom): Handle no function name case.
14423
14424 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
14425
14426 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14427 * emulation/ws-mode.el (ws-query-replace):
14428 * sort.el (sort-regexp-fields):
14429 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
14430
14431 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * dabbrev.el: Fix cycle completion order (bug#10963).
14434 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14435 (dabbrev-completion): Don't use an obarray; provide
14436 a cycle-sort-function.
14437
14438 2012-03-12 Leo Liu <sdl.web@gmail.com>
14439
14440 * simple.el (kill-new): Use equal-including-properties for comparison.
14441 (kill-do-not-save-duplicates): Doc fix.
14442
14443 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * dabbrev.el: Fix cycle completion (bug#10963).
14446 Use lexical binding and wrap to 80 columns.
14447 (dabbrev-completion): Delay computing the list of completions.
14448
14449 2012-03-12 Kenichi Handa <handa@m17n.org>
14450
14451 * international/quail.el (quail-insert-kbd-layout): Surround each
14452 row by LRO and PDF instead of inserting many LRMs. Pad the left
14453 and right of each non-spacing marks. Insert invisible space
14454 between lower and upper characters to prevent composition.
14455
14456 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * minibuffer.el (minibuffer-complete): Don't get confused when the
14459 function is run twice via different commands (bug#10958).
14460 (complete-with-action): Fix docstring.
14461
14462 2012-03-12 Chong Yidong <cyd@gnu.org>
14463
14464 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14465 (nxml-completion-at-point-function): New function.
14466 (nxml-mode): Use it.
14467 (nxml-bind-meta-tab-to-complete-flag): Default to t.
14468
14469 * emacs-lisp/package.el (package-unpack, package-unpack-single):
14470 Load generated autoloads file before byte compiling (Bug#10970).
14471 (package--make-autoloads-and-compile): New helper fun.
14472
14473 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
14474
14475 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14476
14477 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
14478
14479 * autorevert.el (auto-revert-handler): Ensure, that
14480 file-readable-p is applied only for local files or in
14481 auto-revert-tail-mode.
14482
14483 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
14484
14485 * server.el (server-eval-at): Handle non-tcp connections.
14486 Decode result string.
14487
14488 * server.el (server-msg-size): New constant.
14489 (server-reply-print): New function.
14490 (server-eval-and-print): Use it.
14491 (server-eval-at): Use server-quote-arg and server-unquote-arg.
14492 Handle -print-nonl.
14493
14494 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
14495
14496 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14497 (Bug#10987).
14498
14499 2012-03-11 Chong Yidong <cyd@gnu.org>
14500
14501 * simple.el (goto-line): Doc fix (Bug#9938).
14502
14503 * subr.el (save-window-excursion): Doc fix (Bug#9979).
14504
14505 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14506 when finished (Bug#10963).
14507
14508 2012-03-11 Martin Rudalics <rudalics@gmx.at>
14509
14510 * window.el (split-window-below): Fix bug in case where
14511 split-window-keep-point is nil (Bug#10971).
14512
14513 2012-03-11 Juri Linkov <juri@jurta.org>
14514
14515 * replace.el (replace-highlight): Set isearch-word to nil
14516 unconditionally. (Bug#10887)
14517
14518 2012-03-10 Eli Zaretskii <eliz@gnu.org>
14519
14520 * net/mairix.el (mairix-replace-invalid-chars): Rename from
14521 mairix-replace-illegal-chars; all callers changed. Don't remove
14522 ^, ~, and = characters: they are meaningful in mairix search specs.
14523 (mairix-widget-create-query): Add usage information about mairix
14524 search forms: negating words, searching for substrings, etc.
14525
14526 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
14527
14528 * international/fontset.el (font-encoding-alist): Add an entry for
14529 ksx1001 (Bug#5667).
14530
14531 2012-03-10 Richard Stallman <rms@gnu.org>
14532
14533 * mail/sendmail.el (mail-encode-header):
14534 Set rfc2047-encode-encoded-words.
14535
14536 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14537
14538 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14539 view buffer means not swapped.
14540 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14541 (rmail-write-region-annotate): Error if real text has disappeared.
14542
14543 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14544
14545 2012-03-10 Chong Yidong <cyd@gnu.org>
14546
14547 * emulation/cua-rect.el (cua--init-rectangles):
14548 * emulation/cua-base.el (cua--init-keymaps):
14549 Add delete-forward-char to remappings (Bug#9666).
14550
14551 2012-03-10 Martin Rudalics <rudalics@gmx.at>
14552
14553 * speedbar.el (speedbar-unhighlight-one-tag-line):
14554 Avoid unhighlighting due to frame switching (Bug#10275).
14555
14556 2012-03-10 Chong Yidong <cyd@gnu.org>
14557
14558 * minibuffer.el (completion-in-region, completion-help-at-point):
14559 Give the completion field overlay a high priority (Bug#6830).
14560
14561 * dired.el (dired-goto-file): Recognize absolute file name
14562 listings (Bug#7126).
14563 (dired-goto-file-1): New helper function.
14564 (dired-toggle-read-only): Inhibit warnings.
14565
14566 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
14567
14568 * net/dbus.el (dbus-property-handler): Return empty array if
14569 there are no properties.
14570
14571 2012-03-09 Leo Liu <sdl.web@gmail.com>
14572
14573 * savehist.el (savehist-printable): Stricter check for string
14574 value (Bug#10937).
14575
14576 2012-03-09 Eli Zaretskii <eliz@gnu.org>
14577
14578 * mail/smtpmail.el (smtpmail-send-it):
14579 Bind coding-system-for-write to *-unix, so that FCC files are kept in
14580 valid mbox format.
14581
14582 2012-03-09 Glenn Morris <rgm@gnu.org>
14583
14584 * files.el (dir-locals-find-file):
14585 Don't check result is regular, readable.
14586 (dir-locals-read-from-file): Demote errors.
14587
14588 2012-03-08 Eli Zaretskii <eliz@gnu.org>
14589
14590 * international/quail.el (quail-insert-kbd-layout):
14591 Insert invisible LRM characters before each character in a keyboard
14592 layout cell, to prevent their reordering by bidi display engine.
14593 For details, see the discussion in
14594 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14595
14596 2012-03-08 Alan Mackenzie <acm@muc.de>
14597
14598 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14599 the starting position; make it extend the marked region when
14600 invoked repeatedly - all under appropriate circumstances.
14601 Fixes bugs #5525, #10906.
14602
14603 2012-03-08 Glenn Morris <rgm@gnu.org>
14604
14605 * files.el (locate-dominating-file, dir-locals-find-file):
14606 Undo 2012-03-06 change.
14607
14608 2012-03-07 Eli Zaretskii <eliz@gnu.org>
14609
14610 * international/quail.el (quail-help):
14611 Force bidi-paragraph-direction be left-to-right. See discussion in
14612 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14613 for the reason.
14614
14615 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
14616
14617 Avoid superfluous registering of signals. (Bug#10807)
14618
14619 * notifications.el (notifications-on-action-object)
14620 (notifications-on-close-object): New defvars.
14621 (notifications-on-action-signal, notifications-on-closed-signal):
14622 Unregister the signal if not needed any longer.
14623 (notifications-notify): Register `notifications-action-signal' or
14624 `notifications-closed-signal', if :on-action or :on-close has been
14625 passed as argument.
14626
14627 2012-03-07 Chong Yidong <cyd@gnu.org>
14628
14629 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14630 non-X platforms.
14631
14632 2012-03-06 Glenn Morris <rgm@gnu.org>
14633
14634 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14635 (x-disown-selection-internal, x-get-selection-internal):
14636 Doc fix (add arglist signatures). (Bug#10783)
14637
14638 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
14639
14640 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14641 Handle breakpoints with no "type".
14642
14643 2012-03-06 Glenn Morris <rgm@gnu.org>
14644
14645 * files.el (locate-dominating-file): Add optional predicate argument.
14646 (dir-locals-find-file): Make use of above change.
14647
14648 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
14649
14650 * info.el (Info-insert-dir): Also try "dir.gz".
14651
14652 2012-03-06 Glenn Morris <rgm@gnu.org>
14653
14654 * files.el (dir-locals-find-file):
14655 Ignore non-readable or non-regular files. (Bug#10928)
14656
14657 * files.el (locate-dominating-file): Doc fix.
14658
14659 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
14660
14661 * calendar/calendar.el (calendar-set-mode-line):
14662 `getenv' returns a string. (Bug#10951)
14663
14664 2012-03-05 Leo Liu <sdl.web@gmail.com>
14665
14666 * simple.el (backward-delete-char-untabify): Constrain point to
14667 field (Bug#10939).
14668
14669 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14670
14671 2012-03-05 Chong Yidong <cyd@gnu.org>
14672
14673 * simple.el (count-words): If called from Lisp, return the word
14674 count, for symmetry with `count-lines'. Arglist changed.
14675 (count-words--message): Args changed. Consolidate counting code
14676 from count-words and count-words-region.
14677 (count-words-region): Caller changed.
14678 (count-lines-region): Make it an obsolete alias.
14679
14680 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
14681
14682 * saveplace.el (save-place-to-alist)
14683 (save-place-ignore-files-regexp): Allow value nil to disable this
14684 feature.
14685
14686 2012-03-04 Chong Yidong <cyd@gnu.org>
14687
14688 * faces.el (face-spec-reset-face): For the default face, reset the
14689 attributes to default values (Bug#10748).
14690
14691 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14692
14693 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14694 previous patch: Check `message-send-mail-function', and not the
14695 default function (bug#10897).
14696
14697 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
14698
14699 * notifications.el (notifications-on-action-signal)
14700 (notifications-on-closed-signal): Check for unique service name of
14701 incoming event. Fix error in removing entry.
14702 (top): Register for signals with wildcard service name.
14703 (notifications-notify): Use daemon unique service name for map entries.
14704
14705 2012-03-04 Chong Yidong <cyd@gnu.org>
14706
14707 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14708
14709 2012-03-04 Glenn Morris <rgm@gnu.org>
14710
14711 * abbrev.el (copy-abbrev-table, abbrev-table-p)
14712 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14713 (expand-abbrev, define-abbrev-table): Doc fixes.
14714
14715 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14716
14717 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14718 `message-default-send-mail-function' and not `send-mail-function'
14719 when doing the prompting for `sendmail-query-once' before sending
14720 in Message buffers (bug#10897).
14721
14722 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14723 This is inconsistent with all the other stream functions, which leave
14724 the setting up to the higher levels (if so wanted) (bug#10931).
14725
14726 2012-03-02 Alan Mackenzie <acm@muc.de>
14727
14728 Depessimize the handling of very large macros.
14729
14730 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14731 (c-macro-cache-syntactic): New variables to implement a one
14732 element macro cache.
14733 (c-invalidate-macro-cache): New function.
14734 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14735 Adapt to use the new cache.
14736 (c-state-safe-place): Use better the cache of safe positions.
14737 (c-state-semi-nonlit-pos-cache)
14738 (c-state-semi-nonlit-pos-cache-limit):
14739 New variables for...
14740 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
14741 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14742 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14743 Use c-state-semi-safe-place.
14744
14745 * progmodes/cc-langs.el (c-get-state-before-change-functions):
14746 Add c-invalidate-macro-cache to the C, C++, Obj entries.
14747
14748 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
14749
14750 * jka-compr.el (jka-compr-call-process):
14751 Apply `file-accessible-directory-p' only when the default directory is
14752 not remote.
14753
14754 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
14755
14756 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
14757 access of FILE2, if FILE1 does not exist.
14758
14759 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14760 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14761
14762 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14763 Add "PAGER=" to `process-environment'.
14764
14765 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
14766
14767 * progmodes/sql.el: Bug fix
14768 (sql-get-login-ext): Save login values in globals.
14769 (sql-get-login): Use new version of `sql-get-login-ext'.
14770 (sql-interactive-mode): Set global `sql-connection' to nil.
14771 (sql-connect): Set global values for connection.
14772 (sql-product-interactive): Save global values as buffer local.
14773
14774 2012-02-29 Leo Liu <sdl.web@gmail.com>
14775
14776 * abbrev.el (define-abbrevs): Reset sys to nil.
14777
14778 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14779
14780 * files.el (file-equal-p): Rename from `files-equal-p'.
14781 Return nil when one or both files don't exist.
14782 (file-subdir-of-p): Now only top directory must exists,
14783 return nil if it doesn't.
14784 (copy-directory): No need to test with `file-subdir-of-p' after
14785 creating dir.
14786 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14787 to `file-equal-p'.
14788
14789 2012-02-28 Glenn Morris <rgm@gnu.org>
14790
14791 * shell.el (shell-mode):
14792 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14793 * play/landmark.el (landmark-font-lock-face-O):
14794 * play/handwrite.el (handwrite):
14795 * play/gomoku.el (gomoku-O):
14796 * net/browse-url.el (browse-url-browser-display):
14797 * international/mule.el (define-charset):
14798 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14799 * filesets.el (filesets-find-file-delay):
14800 * eshell/em-xtra.el (eshell-xtra):
14801 * eshell/em-unix.el (eshell-grep):
14802 * emulation/viper.el (viper-mode):
14803 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14804 * emacs-lisp/easymenu.el (easy-menu-define):
14805 * calendar/timeclock.el (timeclock-use-display-time):
14806 * bs.el (bs-mode):
14807 * bookmark.el (bookmark-save-flag):
14808 Doc fix (standardize possessive apostrophe usage).
14809
14810 2012-02-27 Chong Yidong <cyd@gnu.org>
14811
14812 * emulation/viper-cmd.el (viper-intercept-ESC-key):
14813 Fix key-binding lookup for ESC key (Bug#9146).
14814
14815 * font-lock.el (font-lock-specified-p): Rename from
14816 font-lock-spec-present. Callers changed.
14817
14818 2012-02-27 Daniel Hackney <dan@haxney.org>
14819
14820 * emacs-lisp/package.el (package-compute-transaction):
14821 Handle holding a package version to t in package-load-list.
14822
14823 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
14824
14825 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14826 (tramp-get-inode, tramp-get-device): Use cached values.
14827
14828 2012-02-26 Alan Mackenzie <acm@muc.de>
14829
14830 Check there is a font-lock specification before doing initial
14831 fontification.
14832
14833 * font-core.el (font-lock-mode): Move the conditional from
14834 :after-hook to font-lock-initial-fontify.
14835 (font-lock-default-function): Move the check for a specification
14836 to font-lock-spec-present.
14837
14838 * font-lock.el (font-lock-initial-fontify): Call ...
14839 (font-lock-spec-present): New function.
14840
14841 2012-02-26 Jim Blandy <jimb@red-bean.com>
14842
14843 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14844 (gdb-send): Apply it to the operand of the '-interpreter-exec
14845 console' command, so that we can pass arguments with (say) quotes
14846 in them. Store exact string sent in gdb-debug-log (Bug#10765).
14847
14848 2012-02-26 Chong Yidong <cyd@gnu.org>
14849
14850 * help-fns.el (describe-function-1): Clarify description of
14851 remapping (Bug#10844).
14852
14853 * files.el (files-equal-p): Doc fix.
14854 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
14855 and quit the loop once a mismatch is found.
14856
14857 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
14858
14859 * bs.el (bs--show-with-configuration): Don't throw an error
14860 if the window cannot be split; otherwise, subsequent calls to
14861 bs-show fail, restoring a stale window config. (Bug#10882)
14862
14863 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
14864
14865 * term/ns-win.el (global-map): Bind ns-drag-file to
14866 ns-find-file (Bug#5855, Bug#10050).
14867
14868 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
14869
14870 * calendar/parse-time.el (parse-time-string): Allow extractor to
14871 return nil.
14872
14873 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
14874
14875 * net/tramp.el (tramp-file-name-for-operation):
14876 Add `files-equal-p' and `file-subdir-of-p'.
14877
14878 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14879 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14880 Add COPY-CONTENTS argument.
14881
14882 2012-02-25 Chong Yidong <cyd@gnu.org>
14883
14884 Add custom groups for VC backends, for consistency with vc-bzr.
14885
14886 * vc/vc-arch.el (vc-arch):
14887 * vc/vc-cvs.el (vc-cvs):
14888 * vc/vc-git.el (vc-git):
14889 * vc/vc-hg.el (vc-hg):
14890 * vc/vc-mtn.el (vc-mtn):
14891 * vc/vc-rcs.el (vc-rcs):
14892 * vc/vc-sccs.el (vc-sccs):
14893 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14894 All relevant defcustoms reassigned.
14895
14896 2012-02-25 Chong Yidong <cyd@gnu.org>
14897
14898 * newcomment.el (comment-styles): Add autoload (Bug#10868).
14899
14900 * term/x-win.el (x-initialize-window-system): Reduce default for
14901 x-selection-timeout to 5 seconds (Bug#8869).
14902
14903 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14904
14905 * files.el (files-equal-p, file-subdir-of-p): New functions.
14906 (copy-directory): Error when trying to copy a directory on itself.
14907 Add missing copy-contents arg to tramp handler.
14908 * dired-aux.el (dired-copy-file-recursive): Same.
14909 (dired-create-files): Modify destination when source is equal to
14910 dest when copying files.
14911 Return also when dest is a subdir of source. (Bug#10489)
14912
14913 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
14914
14915 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14916 (Bug#10874)
14917
14918 2012-02-23 Alan Mackenzie <acm@muc.de>
14919
14920 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14921 parameter "after-hook:" to allow the expansion to run code after
14922 the execution of the mode hooks.
14923
14924 * font-lock.el (font-lock-initial-fontify): New function extracted
14925 from font-lock-mode-internal.
14926
14927 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14928 :after-hook.
14929
14930 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14931
14932 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14933 (completion--cache-all-sorted-completions): New function.
14934 (completion-all-sorted-completions): Use it.
14935 (completion--do-completion, minibuffer-force-complete):
14936 Use it to re-instate the flush hook.
14937
14938 * icomplete.el (icomplete-completions): Replace last fix with a better
14939 one (bug#10850).
14940
14941 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
14942
14943 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14944 when it might call us back infinitely (bug#10797).
14945
14946 2012-02-23 Glenn Morris <rgm@gnu.org>
14947
14948 * minibuffer.el (completion-category-overrides): Doc fix.
14949
14950 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * minibuffer.el (completion-table-with-context): Fix inf-loop.
14953 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14954
14955 2012-02-23 Glenn Morris <rgm@gnu.org>
14956
14957 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14958 (authors-obsolete-files-regexps, authors-ignored-files)
14959 (authors-ambiguous-files, authors-renamed-files-alist):
14960 Add more entries.
14961
14962 2012-02-23 Juri Linkov <juri@jurta.org>
14963
14964 * isearch.el (isearch-occur): Sync interactive spec with occur's
14965 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
14966
14967 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14968
14969 2012-02-22 Juri Linkov <juri@jurta.org>
14970
14971 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14972 (ucs-insert): Doc fix. Check for hex digits in the string.
14973 Don't display `nil' in the error message. (Bug#10857)
14974
14975 2012-02-22 Alan Mackenzie <acm@muc.de>
14976
14977 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14978
14979 2012-02-22 Glenn Morris <rgm@gnu.org>
14980
14981 * ffap.el (ffap-c-path):
14982 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
14983
14984 2012-02-22 Chong Yidong <cyd@gnu.org>
14985
14986 * custom.el (load-theme): Doc fix.
14987
14988 2012-02-22 Glenn Morris <rgm@gnu.org>
14989
14990 * dired-x.el (dired-guess-shell-alist-default):
14991 Remove escape sequences from nroff output. (Bug#172)
14992
14993 2012-02-21 Glenn Morris <rgm@gnu.org>
14994
14995 * vc/emerge.el (emerge-defvar-local):
14996 Set `permanent-local' property rather than unused `preserved'.
14997
14998 * textmodes/picture.el (picture-delete-char): New alias.
14999 (picture-mode-map): Use it. (Bug#10860)
15000 (picture-mode): Doc fix.
15001
15002 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15003
15004 * newcomment.el (uncomment-region-default): Remove unused binding.
15005
15006 2012-02-21 Glenn Morris <rgm@gnu.org>
15007
15008 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15009 (picture-self-insert, picture-tab-chars): Doc fix.
15010 (picture-mode-map): Fix C-a, C-e.
15011
15012 2012-02-20 Glenn Morris <rgm@gnu.org>
15013
15014 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15015
15016 2012-02-20 Leo Liu <sdl.web@gmail.com>
15017
15018 * icomplete.el (icomplete-completions): Check FROM arg before
15019 passing to substring (Bug#10850).
15020
15021 2012-02-19 Chong Yidong <cyd@gnu.org>
15022
15023 * comint.el: Require ansi-color.
15024 (comint-output-filter-functions): Add ansi-color-process-output.
15025
15026 * ansi-color.el: Don't set comint-output-filter-functions; it is
15027 now in the initial value defined in comint.el.
15028 (ansi-color-apply-face-function): New variable.
15029 (ansi-color-apply-on-region): Use it.
15030 (ansi-color-apply-overlay-face): New function.
15031
15032 * shell.el (shell): No need to require ansi-color.
15033 (shell-mode): Use ansi-color-apply-face-function to highlight
15034 color escapes using font-lock-face property (Bug#10835).
15035
15036 2012-02-19 Chong Yidong <cyd@gnu.org>
15037
15038 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15039 mode-line formats (Bug#10839).
15040
15041 2012-02-18 Glenn Morris <rgm@gnu.org>
15042
15043 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15044
15045 * mail/undigest.el (unforward-rmail-message): Doc fix.
15046
15047 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15048
15049 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15050
15051 * international/characters.el (script-list): Sync with the latest
15052 Unicode Character Database.
15053
15054 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15055
15056 * international/titdic-cnv.el: Remove duplicate coding tag.
15057 * language/cham.el: Likewise.
15058 * language/tai-viet.el: Likewise.
15059
15060 2012-02-18 Glenn Morris <rgm@gnu.org>
15061
15062 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15063 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15064 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15065 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15066 * calendar/holidays.el (holiday-bahai-holidays)
15067 (calendar-holidays, list-holidays):
15068 Use utf-8 Bahá'í in doc-strings, menus, etc.
15069
15070 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15071
15072 * saveplace.el (save-place-ignore-files-regexp): New variable
15073 allowing for excluding files from saving their location of point.
15074 The default value matches the temporary commit message editing
15075 files from Git, SVN, Bazaar, and Mercurial.
15076 (save-place-to-alist): Use it.
15077
15078 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15079 Stefan Monnier <monnier@iro.umontreal.ca>
15080
15081 * newcomment.el (uncomment-region-default): Don't leave extra space
15082 when an arg is provided (bug#8150).
15083
15084 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15085
15086 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15087
15088 2012-02-17 Glenn Morris <rgm@gnu.org>
15089
15090 * net/socks.el: Require network-stream. (Bug#10599)
15091
15092 2012-02-17 Kenichi Handa <handa@m17n.org>
15093
15094 * international/charprop.el:
15095 * international/uni-name.el:
15096 * international/uni-old-name.el:
15097 * international/uni-comment.el: Regenerate.
15098
15099 2012-02-16 Glenn Morris <rgm@gnu.org>
15100
15101 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15102 Interactively in calendar buffer, give an error if not on a date.
15103
15104 2012-02-15 Glenn Morris <rgm@gnu.org>
15105
15106 * shell.el (shell-delimiter-argument-list):
15107 Revert 2011-02-17 change. (Bug#8027)
15108
15109 2012-02-15 Chong Yidong <cyd@gnu.org>
15110
15111 * minibuffer.el (completion-at-point-functions): Doc fix.
15112
15113 * custom.el (defcustom): Doc fix; note use of defvar.
15114
15115 2012-02-15 Glenn Morris <rgm@gnu.org>
15116
15117 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15118 Doc fixes.
15119
15120 2012-02-14 Glenn Morris <rgm@gnu.org>
15121
15122 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15123
15124 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15125
15126 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15127 way the ports list is computed.
15128 (smtpmail-query-smtp-server): Prompt the user for a port number if
15129 we can't connect to any of the standard ports (bug#10810).
15130
15131 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15132
15133 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15134
15135 2012-02-13 Glenn Morris <rgm@gnu.org>
15136
15137 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15138
15139 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15140
15141 * net/gnutls.el (gnutls-trustfiles): New variable.
15142 (gnutls-negotiate): Use it.
15143
15144 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15145
15146 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15147 does its stuff if Gnus is running.
15148
15149 2012-02-13 Alan Mackenzie <acm@muc.de>
15150
15151 Fix a loop in c-set-fl-decl-start.
15152
15153 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15154 c-backward-syntactic-ws actually moves backwards.
15155
15156 2012-02-13 Leo Liu <sdl.web@gmail.com>
15157
15158 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15159 beginning so that all \C-o chars are removed.
15160
15161 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15162
15163 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15164
15165 2012-02-12 Alan Mackenzie <acm@muc.de>
15166
15167 Fix infinite loop with long macros.
15168 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15169
15170 2012-02-12 Chong Yidong <cyd@gnu.org>
15171
15172 * window.el (display-buffer): Doc fix (Bug#10785).
15173
15174 2012-02-12 Glenn Morris <rgm@gnu.org>
15175
15176 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15177 (x-disown-selection-internal, x-get-selection-internal):
15178 Sync docs with the xselect.c versions.
15179
15180 * allout-widgets.el: Add missing license notice.
15181
15182 2012-02-11 Glenn Morris <rgm@gnu.org>
15183
15184 * select.el (x-get-selection-internal, x-own-selection-internal)
15185 (x-disown-selection-internal):
15186 * x-dnd.el (x-get-selection-internal): Update declarations.
15187
15188 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15189
15190 * window.el (window-sides-slots):
15191 * tool-bar.el (tool-bar-position):
15192 * term/xterm.el (xterm-extra-capabilities):
15193 * ses.el (ses-self-reference-early-detection):
15194 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15195 (verilog-auto-wire-type)
15196 (verilog-auto-delete-trailing-whitespace)
15197 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15198 (verilog-auto-tieoff-declaration):
15199 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15200 (sql-oracle-statement-starters, sql-oracle-scan-on):
15201 * progmodes/prolog.el (prolog-align-comments-flag)
15202 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15203 (prolog-left-indent-regexp, prolog-paren-indent-p)
15204 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15205 (prolog-types, prolog-mode-specificators)
15206 (prolog-determinism-specificators, prolog-directives)
15207 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15208 (prolog-electric-dot-flag)
15209 (prolog-electric-dot-full-predicate-template)
15210 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15211 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15212 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15213 (prolog-program-switches, prolog-prompt-regexp)
15214 (prolog-debug-on-string, prolog-debug-off-string)
15215 (prolog-trace-on-string, prolog-trace-off-string)
15216 (prolog-zip-on-string, prolog-zip-off-string)
15217 (prolog-use-standard-consult-compile-method-flag)
15218 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15219 (prolog-imenu-max-lines, prolog-info-predicate-index)
15220 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15221 (prolog-char-quote-workaround):
15222 * progmodes/cc-vars.el (c-defun-tactic):
15223 * net/tramp.el (tramp-encoding-command-interactive)
15224 (tramp-local-end-of-line):
15225 * net/soap-client.el (soap-client):
15226 * net/netrc.el (netrc-file):
15227 * net/gnutls.el (gnutls):
15228 * minibuffer.el (completion-category-overrides)
15229 (completion-cycle-threshold)
15230 (completion-pcm-complete-word-inserts-delimiters):
15231 * man.el (Man-name-local-regexp):
15232 * mail/feedmail.el (feedmail-display-full-frame):
15233 * international/characters.el (glyphless-char-display-control):
15234 * eshell/em-ls.el (eshell-ls-date-format):
15235 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15236 (lisp-lambda-list-keyword-parameter-indentation)
15237 (lisp-lambda-list-keyword-parameter-alignment):
15238 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15239 * dired-x.el (dired-omit-verbose):
15240 * cus-theme.el (custom-theme-allow-multiple-selections):
15241 * calc/calc.el (calc-highlight-selections-with-faces)
15242 (calc-lu-field-reference, calc-lu-power-reference)
15243 (calc-note-threshold):
15244 * battery.el (battery-mode-line-limit):
15245 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15246 (archive-7z-update):
15247 * allout.el (allout-prefixed-keybindings)
15248 (allout-unprefixed-keybindings)
15249 (allout-inhibit-auto-fill-on-headline)
15250 (allout-flattened-numbering-abbreviation):
15251 * allout-widgets.el (allout-widgets-auto-activation)
15252 (allout-widgets-icons-dark-subdir)
15253 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15254 (allout-widgets-theme-dark-background)
15255 (allout-widgets-theme-light-background)
15256 (allout-widgets-item-image-properties-emacs)
15257 (allout-widgets-item-image-properties-xemacs)
15258 (allout-widgets-run-unit-tests-on-load)
15259 (allout-widgets-time-decoration-activity)
15260 (allout-widgets-hook-error-post-time)
15261 (allout-widgets-track-decoration):
15262 Add missing :version tags to new defcustoms and defgroups.
15263
15264 * progmodes/sql.el (sql-ansi-statement-starters)
15265 (sql-oracle-statement-starters): Add custom type.
15266
15267 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15268 (prolog-system-version): Give it a type.
15269
15270 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15271
15272 * term/pc-win.el (x-select-text, x-selection-owner-p)
15273 (x-own-selection-internal, x-disown-selection-internal)
15274 (x-get-selection-internal): Sync doc strings and argument lists
15275 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15276
15277 2012-02-11 Leo Liu <sdl.web@gmail.com>
15278
15279 * progmodes/python.el (python-end-of-statement): Fix infinite
15280 loop. (Bug#10788)
15281
15282 2012-02-10 Glenn Morris <rgm@gnu.org>
15283
15284 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15285 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15286
15287 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15288
15289 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15290 about SMTP before checking the From header.
15291
15292 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15293 into own function for reuse by emacsbug.el.
15294
15295 2012-02-10 Leo Liu <sdl.web@gmail.com>
15296
15297 * subr.el (condition-case-unless-debug): Rename from
15298 condition-case-no-debug. All callers changed.
15299 (with-demoted-errors): Fix caller.
15300
15301 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15302 * nxml/rng-valid.el (rng-do-some-validation):
15303 * emacs-lisp/package.el (package-refresh-contents)
15304 (package-menu-execute):
15305 * desktop.el (desktop-create-buffer):
15306 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15307
15308 2012-02-10 Glenn Morris <rgm@gnu.org>
15309
15310 * textmodes/bibtex.el:
15311 Add missing :version tags for new/changed defcustoms.
15312
15313 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15314
15315 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15316
15317 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15318 (smtpmail-via-smtp): Use it, or fall back on the From address.
15319 (smtpmail-send-it): Ditto.
15320
15321 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15324 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15325 (byte-compile-tmp-var): New const.
15326 (byte-compile-defvar): Use it to minimize .elc size.
15327 Just use `defvar' rather than simulate it (bug#10761).
15328
15329 2012-02-09 Glenn Morris <rgm@gnu.org>
15330
15331 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15332
15333 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15334 Add :version tags.
15335
15336 * progmodes/compile.el (compilation-error-screen-columns)
15337 (compilation-first-column, compilation-filter-start): Doc fixes.
15338
15339 * vc/log-view.el (log-view-toggle-entry-display):
15340 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15341
15342 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15343 (report-emacs-bug-can-use-xdg-email):
15344 (report-emacs-bug-insert-to-mailer): Doc fixes.
15345 (report-emacs-bug): Message fix.
15346
15347 * net/browse-url.el (browse-url-can-use-xdg-open)
15348 (browse-url-xdg-open): Doc fixes.
15349
15350 * electric.el (electric-indent-mode, electric-pair-mode)
15351 (electric-layout-rules, electric-layout-mode): Doc fixes.
15352 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15353
15354 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15355
15356 * server.el (server-unselect-display): Don't inadvertently kill
15357 the current buffer. (Bug#10729)
15358
15359 2012-02-08 Glenn Morris <rgm@gnu.org>
15360
15361 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15362 (sql-list-table): Doc fixes.
15363
15364 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15365 Comment out (does nothing).
15366
15367 * completion.el (dynamic-completion-mode):
15368 * dirtrack.el (dirtrack-debug-mode):
15369 * electric.el (electric-layout-mode):
15370 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15371 * face-remap.el (text-scale-mode, buffer-face-mode):
15372 * iimage.el (iimage-mode):
15373 * image-mode.el (image-transform-mode):
15374 * minibuffer.el (completion-in-region-mode):
15375 * scroll-lock.el (scroll-lock-mode):
15376 * simple.el (next-error-follow-minor-mode):
15377 * tar-mode.el (tar-subfile-mode):
15378 * tooltip.el (tooltip-mode):
15379 * vcursor.el (vcursor-use-vcursor-map):
15380 * wid-browse.el (widget-minor-mode):
15381 * emulation/tpu-edt.el (tpu-edt-mode):
15382 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15383 * international/iso-ascii.el (iso-ascii-mode):
15384 * language/thai-util.el (thai-word-mode):
15385 * mail/supercite.el (sc-minor-mode):
15386 * net/goto-addr.el (goto-address-mode):
15387 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15388 * progmodes/cwarn.el (cwarn-mode):
15389 * progmodes/flymake.el (flymake-mode):
15390 * progmodes/glasses.el (glasses-mode):
15391 * progmodes/hideshow.el (hs-minor-mode):
15392 * progmodes/pascal.el (pascal-outline-mode):
15393 * textmodes/enriched.el (enriched-mode):
15394 * vc/smerge-mode.el (smerge-mode):
15395 Doc fixes (minor mode argument).
15396
15397 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15398
15399 * ls-lisp.el (ls-lisp-sanitize): New function.
15400 (ls-lisp-insert-directory): Use it to fix or remove any elements
15401 in file-alist with missing attributes. (Bug#4673)
15402
15403 2012-02-07 Alan Mackenzie <acm@muc.de>
15404
15405 Fix spurious recognition of c-in-knr-argdecl.
15406
15407 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15408 putative K&R region.
15409
15410 2012-02-07 Alan Mackenzie <acm@muc.de>
15411
15412 * progmodes/cc-engine.el (c-forward-objc-directive):
15413 Prevent looping in "#pragma mark @implementation".
15414
15415 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
15416
15417 * notifications.el (notifications-on-closed-signal): Make `reason'
15418 optional. (Bug#10744)
15419
15420 2012-02-07 Glenn Morris <rgm@gnu.org>
15421
15422 * emacs-lisp/easy-mmode.el (define-minor-mode):
15423 Doc fixes for the macro and the mode it defines.
15424
15425 * image.el (imagemagick-types-inhibit): Doc fix.
15426
15427 * cus-start.el (imagemagick-render-type): Add it.
15428
15429 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
15430
15431 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15432 Set the default at load time, too, so that `font-lock-fontify-buffer'
15433 can be called without setting up the entire mode first. This fixes
15434 a bug in `mm-inline-text' with C MIME parts.
15435
15436 2012-02-06 Chong Yidong <cyd@gnu.org>
15437
15438 * simple.el (list-processes--refresh): Delete exited processes
15439 (Bug#8094).
15440
15441 * comint.el (comint-next-prompt): next-single-char-property-change
15442 and prev-single-char-property-change never return nil (Bug#8657).
15443
15444 * custom.el (defcustom): Doc fix (Bug#9711).
15445
15446 2012-02-05 Chong Yidong <cyd@gnu.org>
15447
15448 * cus-edit.el (custom-variable-reset-backup): Quote the value
15449 before storing it in the customized-value property (Bug#6712).
15450 (custom-display): Add a customization type tag.
15451 (custom-buffer-create-internal): Improve tooltip message.
15452
15453 * wid-edit.el (widget-field-value-get): New optional arg to
15454 suppress trailing whitespace truncation.
15455 (character): Use it (Bug#2689).
15456
15457 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
15458
15459 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15460 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15461
15462 2012-02-05 Chong Yidong <cyd@gnu.org>
15463
15464 * cus-edit.el (custom-variable-value-create): For mismatched
15465 types, show the current value (Bug#7600).
15466
15467 * custom.el (defcustom): Doc fix.
15468
15469 2012-02-05 Glenn Morris <rgm@gnu.org>
15470
15471 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15472
15473 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15476 (pp-buffer): Use `ignore-errors', `looking-at-p'.
15477 (pp-last-sexp): Use `looking-at-p'.
15478
15479 2012-02-04 Glenn Morris <rgm@gnu.org>
15480
15481 * files.el (revert-buffer):
15482 Doc fix (mention revert-buffer-in-progress-p).
15483
15484 * emacs-lisp/ert-x.el (ert-simulate-command):
15485 Check deferred-action-list (which is obsolete) is bound.
15486
15487 * subr.el (with-wrapper-hook): Doc fixes.
15488
15489 * simple.el (filter-buffer-substring-functions)
15490 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15491
15492 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
15493
15494 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15495 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
15496
15497 2012-02-04 Leo Liu <sdl.web@gmail.com>
15498
15499 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15500
15501 2012-02-04 Glenn Morris <rgm@gnu.org>
15502
15503 * image.el (image-extension-data): Add obsolete alias.
15504
15505 * isearch.el (isearch-update): Doc fix.
15506
15507 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15508
15509 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15510
15511 2012-02-03 Glenn Morris <rgm@gnu.org>
15512
15513 * image.el (image-animated-p): Doc fix. Use image-animated-types.
15514 (image-animate-timeout): Doc fix.
15515
15516 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15517
15518 2012-02-02 Glenn Morris <rgm@gnu.org>
15519
15520 * server.el (server-auth-dir): Doc fix.
15521 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
15522
15523 * subr.el (run-mode-hooks): Doc fix.
15524
15525 2012-02-02 Juri Linkov <juri@jurta.org>
15526
15527 * image-mode.el (image-toggle-display-image): Remove tautological
15528 `major-mode' from the `derived-mode-p' test.
15529
15530 2012-02-02 Kenichi Handa <handa@m17n.org>
15531
15532 * composite.el (compose-region): Cancel previous change.
15533
15534 2012-02-02 Kenichi Handa <handa@m17n.org>
15535
15536 * composite.el (compose-region, compose-string): Signal error for
15537 a null string component (Bug#6988).
15538
15539 2012-02-01 Chong Yidong <cyd@gnu.org>
15540
15541 * view.el (view-buffer-other-window, view-buffer-other-frame):
15542 Handle special modes like view-buffer (Bug#10650).
15543 (view-buffer): Simplify.
15544
15545 * frame.el (set-frame-font): Tweak meaning of third argument.
15546
15547 * dynamic-setting.el (font-setting-change-default-font):
15548 Use set-frame-font (Bug#9982).
15549
15550 2012-02-01 Glenn Morris <rgm@gnu.org>
15551
15552 * progmodes/compile.el (compilation-internal-error-properties):
15553 Respect compilation-first-column in the "*compilation*" buffer.
15554
15555 * emacs-lisp/easy-mmode.el (define-minor-mode):
15556 Relax :variable's test for a named function.
15557
15558 2012-01-31 Alan Mackenzie <acm@muc.de>
15559
15560 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15561 off by one error.
15562
15563 2012-01-31 Chong Yidong <cyd@gnu.org>
15564
15565 * frame.el (set-frame-font): New arg ALL-FRAMES.
15566
15567 * menu-bar.el (menu-set-font): Use set-frame-font.
15568
15569 * faces.el (face-spec-reset-face): Don't apply unspecified
15570 attribute values to the default face.
15571
15572 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
15573
15574 * progmodes/cwarn.el (cwarn): Remove dead link.
15575 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15576 Remove * from defcustom docstrings.
15577 (turn-on-cwarn-mode): Make obsolete.
15578 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15579 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15580
15581 2012-01-31 Glenn Morris <rgm@gnu.org>
15582
15583 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15584 Fix :variable handling of mode a symbol not equal to modefun.
15585 Allow named functions to be used as the cdr of :variable.
15586
15587 2012-01-30 Glenn Morris <rgm@gnu.org>
15588
15589 * emacs-lisp/authors.el (authors-fixed-entries):
15590 Remove reference to deleted file rnewspost.el.
15591
15592 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
15593
15594 * window.el (window-with-parameter): Remove unused variable `windows'.
15595 (window--side-check): Remove unused variable `code'.
15596 (window--resize-siblings): Remove unused variable `first'.
15597 (adjust-window-trailing-edge): Remove unused variable `failed'.
15598 (window-deletable-p, window--delete): Remove unused variable `buffer'.
15599 Use `let', not `let*'.
15600 (balance-windows-2): Remove unused variable `found'.
15601 (window--state-put-2): Remove unused variable `splits'.
15602 (window-state-put): Remove unused variable `selected'.
15603 (same-window-p): Use `string-match-p'.
15604 (display-buffer-assq-regexp): Remove unused variable `value'.
15605 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15606 Mark argument ALIST as ignored.
15607 (pop-to-buffer): Remove unused variable `old-window'.
15608
15609 2012-01-29 Eli Zaretskii <eliz@gnu.org>
15610
15611 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15612 and .lzma compressed files.
15613
15614 2012-01-29 Chong Yidong <cyd@gnu.org>
15615
15616 * frame.el (window-system-default-frame-alist): Doc fix.
15617
15618 * dynamic-setting.el (font-setting-change-default-font): Don't
15619 change the default face if SET-FONT argument is non-nil (Bug#9982).
15620
15621 2012-01-29 Samuel Bronson <naesten@gmail.com>
15622
15623 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15624
15625 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
15626
15627 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15628 breakpoints in files outside current directory (Bug#6098).
15629
15630 2012-01-29 Chong Yidong <cyd@gnu.org>
15631
15632 * progmodes/python.el: Require ansi-color at top-level.
15633
15634 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15635 Define and use in Emacs Lisp mode (Bug#9360).
15636 (lisp-mode-abbrev-table): Add doc.
15637 (lisp-mode-variables): Don't set local-abbrev-table.
15638 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15639
15640 2012-01-28 Roland Winkler <winkler@gnu.org>
15641
15642 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15643
15644 2012-01-28 Roland Winkler <winkler@gnu.org>
15645
15646 * textmodes/bibtex.el (bibtex-entry-alist): New function.
15647 (bibtex-set-dialect): Use it. Either set global values of
15648 dialect-dependent variables or bind these variables buffer-locally
15649 (Bug#10254).
15650 (bibtex-mode): Call bibtex-set-dialect via
15651 hack-local-variables-hook.
15652 (bibtex-dialect): Update docstring.
15653 Add safe-local-variable predicate.
15654 (bibtex-entry-alist, bibtex-field-alist): Initialize via
15655 bibtex-set-dialect.
15656 (bibtex-mode-map): Define menu for each dialect.
15657 (bibtex-entry): Fix docstring.
15658
15659 2012-01-28 Chong Yidong <cyd@gnu.org>
15660
15661 * eshell/esh-arg.el (eshell-quote-argument): New function.
15662
15663 * eshell/esh-ext.el (eshell-invoke-batch-file):
15664 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15665 first arg to eshell-parse-command (Bug#10523).
15666
15667 2012-01-28 Drew Adams <drew.adams@oracle.com>
15668
15669 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15670 `default-directory' is non-nil.
15671
15672 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15673
15674 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15675 line that displays system-configuration-options. (Bug#9924)
15676
15677 2012-01-28 Drew Adams <drew.adams@oracle.com>
15678
15679 * descr-text.el (describe-char): Show information about POS, in
15680 addition to information about the character at POS. Improve and
15681 update the doc string. Change "code point" to "code point in
15682 charset", to avoid confusion with the character's Unicode code
15683 point shown above that. (Bug#10129)
15684
15685 2012-01-28 Eli Zaretskii <eliz@gnu.org>
15686
15687 * descr-text.el (describe-char): Show the raw character, not only
15688 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
15689 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15690 for the reasons.
15691
15692 2012-01-28 Phil Hagelberg <phil@hagelb.org>
15693
15694 * emacs-lisp/package.el (package-install):
15695 Run package-refresh-contents if there is no archive yet (Bug#9798).
15696
15697 2012-01-28 Chong Yidong <cyd@gnu.org>
15698
15699 * emacs-lisp/package.el (package-maybe-load-descriptor):
15700 New function, split from package-maybe-load-descriptor.
15701 (package-maybe-load-descriptor): Use it.
15702 (package-download-transaction): Fully load required packages
15703 inside the loop, so that `require' calls work (Bug#10593).
15704 (package-install): No need to call package-initialize now.
15705
15706 2012-01-28 Chong Yidong <cyd@gnu.org>
15707
15708 * simple.el (deactivate-mark): Doc fix (Bug#8614).
15709
15710 * tooltip.el (tooltip-mode): Doc fix.
15711 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15712
15713 * frame.el (set-cursor-color): Doc fix (Bug#352).
15714
15715 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15716 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15717
15718 * cus-edit.el (custom-buffer-create-internal): Fix search button
15719 action (Bug#10542).
15720 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15721
15722 2012-01-27 Eduard Wiebe <usenet@pusto.de>
15723
15724 * dired.el (dired-mark-files-regexp):
15725 Include any subdirectory components. (Bug#10445)
15726
15727 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
15728
15729 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15730 Handle [host]:port syntax. (Bug#10533)
15731
15732 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
15733
15734 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15735
15736 2012-01-26 Glenn Morris <rgm@gnu.org>
15737
15738 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15739 * term.el (term-raw-escape-map): Use Control-X-prefix.
15740 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
15741
15742 2012-01-25 Martin Rudalics <rudalics@gmx.at>
15743
15744 * window.el (window-state-get, window--state-get-1): Don't deal
15745 with fixed-sizeness of windows. Simplify code.
15746
15747 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
15748
15749 * window.el (window--state-get-1, window--state-put-2):
15750 Don't save and restore the mark.
15751
15752 2012-01-25 Chong Yidong <cyd@gnu.org>
15753
15754 * custom.el (custom-variable-p): Doc fix.
15755
15756 2012-01-25 Glenn Morris <rgm@gnu.org>
15757
15758 * dired.el (dired-goto-file): Handle some of the more common
15759 characters that `ls -b' escapes. (Bug#10596)
15760
15761 * progmodes/compile.el (compilation-next-error-function):
15762 Respect compilation-first-column in the "*compilation*" buffer.
15763 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
15764
15765 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
15766
15767 2012-01-24 Glenn Morris <rgm@gnu.org>
15768
15769 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
15770
15771 2012-01-24 Julien Danjou <julien@danjou.info>
15772
15773 * color.el (color-rgb-to-hsl): Fix value computing.
15774 (color-hue-to-rgb): New function.
15775 (color-hsl-to-rgb): New function.
15776 (color-clamp, color-saturate-hsl, color-saturate-name)
15777 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15778 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15779
15780 2012-01-24 Glenn Morris <rgm@gnu.org>
15781
15782 * vc/vc-rcs.el (vc-rcs-create-tag):
15783 * vc/vc-sccs.el (vc-sccs-create-tag):
15784 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
15785
15786 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
15787
15788 * eshell/esh-util.el (eshell-read-hosts-file):
15789 Skip comment lines. (Bug#10549)
15790
15791 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
15792
15793 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
15794
15795 * subr.el (display-delayed-warnings): Doc fix.
15796 (collapse-delayed-warnings): New function to collapse identical
15797 adjacent warnings.
15798 (delayed-warnings-hook): Add it.
15799
15800 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
15801
15802 * net/tramp.el (tramp-action-login): Set connection property "login-as".
15803
15804 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15805 (tramp-default-user-alist): Don't add "pscp".
15806 (tramp-do-copy-or-rename-file-out-of-band): Use connection
15807 property "login-as", if set. (Bug#10530)
15808
15809 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
15810
15811 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15812 "plink1" and "psftp". (Bug#10530)
15813
15814 2012-01-21 Kenichi Handa <handa@m17n.org>
15815
15816 * international/mule-cmds.el (prefer-coding-system): Show a
15817 warning message if the default value of file-name-coding-system
15818 was not changed.
15819
15820 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15821
15822 * windmove.el (windmove-reference-loc):
15823 Fix windmove-reference-loc miscalculation.
15824
15825 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
15826
15827 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15828 default unit.
15829
15830 2012-01-21 Glenn Morris <rgm@gnu.org>
15831
15832 * international/mule.el (auto-coding-alist): Add .tbz.
15833
15834 * files.el (local-enable-local-variables): Doc fix.
15835 (inhibit-local-variables-regexps): Rename from
15836 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
15837 Doc fix. Add some extensions from auto-coding-alist.
15838 (inhibit-local-variables-suffixes):
15839 Rename from inhibit-first-line-modes-suffixes. Doc fix.
15840 (inhibit-local-variables-p):
15841 New function, extracted from set-auto-mode-1.
15842 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
15843 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
15844 (hack-local-variables): Doc fix. Make the mode-only case
15845 respect enable-local-variables and friends.
15846 Respect inhibit-local-variables-regexps for file-locals, but
15847 not for directory-locals.
15848 (set-visited-file-name):
15849 Take account of inhibit-local-variables-regexps.
15850 Whether it applies may change as the file name is changed.
15851 * jka-cmpr-hook.el (jka-compr-install):
15852 * jka-compr.el (jka-compr-uninstall):
15853 Update for inhibit-first-line-modes-suffixes name change.
15854
15855 2012-01-20 Martin Rudalics <rudalics@gmx.at>
15856
15857 * help-macro.el (make-help-screen): Temporarily restore original
15858 binding for minor-mode-map-alist (Bug#10454).
15859
15860 2012-01-19 Julien Danjou <julien@danjou.info>
15861
15862 * color.el (color-name-to-rgb): Use the white color to find the max
15863 color component value and return correctly computed values.
15864 (color-name-to-rgb): Add missing float conversion for max value.
15865
15866 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15867
15868 * window.el (window--state-get-1, window-state-get): Do not use
15869 special state value for window-persistent-parameters.
15870 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
15871 (window--state-put-2): Reset all window parameters to nil before
15872 assigning values of persistent parameters.
15873
15874 2012-01-18 Alan Mackenzie <acm@muc.de>
15875
15876 Eliminate sluggishness and hangs in fontification of "semicolon
15877 deserts".
15878
15879 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15880 Change value 10000 -> 3000.
15881 (c-state-safe-place): Reformulate so it doesn't stack up an
15882 infinite number of wrong entries in c-state-nonlit-pos-cache.
15883 (c-determine-limit-get-base, c-determine-limit): New functions to
15884 determine backward search limits disregarding literals.
15885 (c-find-decl-spots): Amend commenting.
15886 (c-cheap-inside-bracelist-p): New function which detects "={".
15887
15888 * progmodes/cc-fonts.el
15889 (c-make-font-lock-BO-decl-search-function): Give a limit to a
15890 backward search.
15891 (c-font-lock-declarations): Fix an occurrence of point being
15892 undefined. Check additionally for point being in a bracelist or
15893 near a macro invocation without a semicolon so as to avoid a
15894 fruitless time consuming search for a declarator. Give a more
15895 precise search limit for declarators using the new
15896 c-determine-limit.
15897
15898 2012-01-18 Glenn Morris <rgm@gnu.org>
15899
15900 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15901 (set-auto-mode): Doc fixes.
15902
15903 2012-01-17 Glenn Morris <rgm@gnu.org>
15904
15905 * isearch.el (search-nonincremental-instead): Fix doc typo.
15906
15907 * dired.el (dired-insert-directory): Handle newlines in directory name.
15908 (dired-build-subdir-alist): Unescape newlines in directory name.
15909
15910 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
15911
15912 * net/tramp.el (tramp-local-end-of-line): New defcustom.
15913 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15914 (tramp-action-terminal): Use it. (Bug#10530)
15915
15916 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * minibuffer.el (completion--replace): Strip properties (bug#10062).
15919
15920 2012-01-16 Martin Rudalics <rudalics@gmx.at>
15921
15922 * window.el (window-state-ignored-parameters): Remove variable.
15923 (window--state-get-1): Rename argument MARKERS to IGNORE.
15924 Handle persistent window parameters. Make copy of clone-of
15925 parameter only if requested. (Bug#10348)
15926 (window--state-put-2): Install a window parameter only if it has
15927 a non-nil value or an existing parameter shall be overwritten.
15928
15929 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
15930
15931 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15932
15933 2012-01-14 Eli Zaretskii <eliz@gnu.org>
15934
15935 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15936 don't pass the (nil) value of `upnode' to string-match.
15937
15938 2012-01-14 Chong Yidong <cyd@gnu.org>
15939
15940 * startup.el (command-line): Fix X resource class for cursorColor.
15941 Fix values recognized by the cursorBlink resource.
15942
15943 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
15944
15945 * epg.el (epg--make-temp-file): Avoid permission race condition
15946 when running on old Emacs versions (bug#10403).
15947
15948 2012-01-14 Glenn Morris <rgm@gnu.org>
15949
15950 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15951
15952 2012-01-13 Alan Mackenzie <acm@muc.de>
15953
15954 Fix filling for when filladapt mode is enabled.
15955
15956 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15957 c-mask-paragraph, pass in `fill-paragraph' rather than
15958 `fill-region-as-paragraph'. (This is a reversion of a previous
15959 change.)
15960 * progmodes/cc-mode.el (c-basic-common-init):
15961 Make fill-paragraph-handle-comment buffer local and set it to nil.
15962
15963 2012-01-13 Glenn Morris <rgm@gnu.org>
15964
15965 * dired.el (dired-switches-escape-p): New function.
15966 (dired-insert-directory): Use dired-switches-escape-p.
15967 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
15968
15969 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
15970
15971 2012-01-12 Glenn Morris <rgm@gnu.org>
15972
15973 * mail/sendmail.el (mail-mode): Update paragraph-separate for
15974 changes in adaptive-fill-regexp. (Bug#10276)
15975
15976 2012-01-11 Alan Mackenzie <acm@muc.de>
15977
15978 Fix Emacs bug #10463 - put `widen's around the critical spots.
15979
15980 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15981 widen around each invocation of c-state-pp-to-literal. Remove an
15982 unused let variable.
15983
15984 2012-01-11 Glenn Morris <rgm@gnu.org>
15985
15986 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
15987 Doc fix.
15988
15989 2012-01-10 Chong Yidong <cyd@gnu.org>
15990
15991 * net/network-stream.el (network-stream-open-starttls):
15992 Avoid emitting a confusing error message when the server gives a bad
15993 response to the capability command.
15994
15995 2012-01-10 Glenn Morris <rgm@gnu.org>
15996
15997 * mail/unrmail.el (unrmail): Tweak previous change.
15998
15999 2012-01-09 Chong Yidong <cyd@gnu.org>
16000
16001 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16002
16003 2012-01-08 Alan Mackenzie <acm@muc.de>
16004
16005 Optimize font locking in long enum definitions.
16006
16007 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16008 arm to a cond form to handle enums.
16009 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16010 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16011
16012 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16013
16014 * files.el (move-file-to-trash): Preserve default file modes on error.
16015 (Bug#10401)
16016
16017 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16018
16019 * faces.el (set-face-attribute): Clarify the meaning of the nil
16020 frame (bug#10294).
16021
16022 * subr.el (with-selected-frame): Mention that the selected frame
16023 is restored (bug#9980).
16024
16025 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16026 (bug#9759).
16027
16028 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16029 (password-read): Don't autoload unused function.
16030
16031 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16032
16033 * progmodes/which-func.el (which-func-mode): Turn into a
16034 non-interactive function and mark as obsolete (bug#10428).
16035
16036 2012-01-06 Chong Yidong <cyd@gnu.org>
16037
16038 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16039 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16040 functions, along with 1 and -1.
16041
16042 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16043
16044 * time.el (display-time-load-average)
16045 (display-time-default-load-average): Doc fixes. See the thread
16046 starting at
16047 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16048 for the details.
16049
16050 2012-01-06 Glenn Morris <rgm@gnu.org>
16051
16052 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16053 has no messages. (Bug#10377)
16054
16055 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16056 than Info-edit. (Bug#10385)
16057
16058 * time.el (display-time-load-average, display-time-next-load-average):
16059 Doc fixes.
16060
16061 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16062 local setting of buffer-read-only to the input buffer. (Bug#10419)
16063
16064 * calendar/calendar.el (calendar-mode):
16065 Locally set scroll-margin to 0. (Bug#10379)
16066
16067 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16068
16069 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16070
16071 2012-01-05 Glenn Morris <rgm@gnu.org>
16072
16073 * eshell/em-unix.el (diff-no-select): Autoload it.
16074 (eshell/diff): Use diff-no-select. (Bug#10420)
16075
16076 2012-01-05 Chong Yidong <cyd@gnu.org>
16077
16078 * shell.el (shell-dynamic-complete-functions): Revert last change.
16079 (shell-command-completion-function): New function.
16080 (shell-completion-vars): Use it to implement
16081 shell-completion-execonly (Bug#10417).
16082
16083 * custom.el (enable-theme): Don't set custom-safe-themes.
16084
16085 * cus-theme.el (custom-theme-merge-theme):
16086 Ignore custom-enabled-themes and custom-safe-themes.
16087
16088 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16089
16090 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16091 first prompt in `sql-interacive-mode'.
16092 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16093 keywords.
16094 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16095 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16096 context of original buffer. Invoke `sql-login-hook'.
16097
16098 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16099
16100 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16101 letters in cite-prefix.
16102
16103 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16104
16105 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16106
16107 2012-01-03 Chong Yidong <cyd@gnu.org>
16108
16109 * shell.el (shell-dynamic-complete-functions):
16110 Put pcomplete-completions-at-point, so as to try
16111 comint-filename-completion first (Bug#10417).
16112
16113 2012-01-02 Richard Stallman <rms@gnu.org>
16114
16115 * battery.el (battery-status-function):
16116 Detect when to use battery-yeeloong-sysfs.
16117 (battery-echo-area-format): Add string for Yeeloong.
16118 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16119 (battery-yeeloong-sysfs): New function.
16120
16121 2012-01-02 Chong Yidong <cyd@gnu.org>
16122
16123 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16124 (dirtrack): Merge code for handling relative filenames in prompt
16125 from shell-dir-cookie-watcher.
16126 (dirtrack-debug-message): New arg to avoid excess format calls.
16127
16128 * shell.el (shell-dir-cookie-re): Variable deleted.
16129 (shell-dir-cookie-watcher): Function deleted.
16130 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16131 with dirtrack-mode.
16132
16133 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16134
16135 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16136 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16137 libgnutls-26.dll.
16138
16139 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16140
16141 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16142
16143 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16144
16145 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16146 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16147
16148 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16149
16150 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16151 also for alternative shells.
16152 (tramp-open-connection-setup-interactive-shell): Check, whether
16153 the shell is a busybox.
16154 (tramp-send-command): Don't suppress multiple prompts for
16155 busyboxes, it hurts.
16156
16157 2011-12-28 Chong Yidong <cyd@gnu.org>
16158
16159 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16160 (gdb-get-source-file): Move mode line update to
16161 gdb-get-source-file (Bug#10087).
16162
16163 2011-12-25 Chong Yidong <cyd@gnu.org>
16164
16165 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16166 gud-gdb-marker-filter without taking it as an argument.
16167 (gud-gdb-run-command-fetch-lines): Caller changed.
16168 (gud-gdb-completion-function): New variable.
16169 (gud-gdb-completion-at-point): Use it.
16170 (gud-gdb-completions-1): Split from gud-gdb-completions.
16171
16172 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16173 function as separate arguments.
16174 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16175 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16176 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16177 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16178 (gdb-stopped, def-gdb-auto-update-trigger)
16179 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16180 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16181 Callers changed.
16182 (gud-gdbmi-completions): New function.
16183 (gdb): Use it for generating the completion table.
16184
16185 2011-12-24 Alan Mackenzie <acm@muc.de>
16186
16187 Introduce a mechanism to widen the region used in context font
16188 locking. Use this to protect declarations from losing their contexts.
16189
16190 * progmodes/cc-langs.el (c-before-font-lock-functions):
16191 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16192 (c-before-context-fontification-functions): New defvar, a list of
16193 functions to be run just before context (etc.) font locking.
16194
16195 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16196 New, functionality extracted from
16197 c-neutralize-syntax-in-and-mark-CPP.
16198 (c-in-after-change-fontification): New variable.
16199 (c-after-change): Set c-in-after-change-fontification.
16200 (c-set-fl-decl-start): Rejig its interface, so it can be called
16201 from both after-change and context fontifying.
16202 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16203 New functions.
16204 (c-standard-font-lock-fontify-region-function): New variable.
16205 (c-font-lock-fontify-region): New function.
16206
16207 2011-12-24 Juri Linkov <juri@jurta.org>
16208
16209 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16210 (Bug#10348)
16211
16212 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16213
16214 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16215 existence of source file. (Bug#10325)
16216
16217 2011-12-23 Alan Mackenzie <acm@muc.de>
16218
16219 Fix unstable fontification inside templates.
16220
16221 * progmodes/cc-langs.el (c-before-font-lock-functions):
16222 Newly created from the singular version. The (c c++ objc) entry now
16223 additionally has c-set-fl-decl-start. The other languages (apart
16224 from AWK) have that as a single entry.
16225
16226 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16227 The functionality for "local" declarations has been extracted to
16228 c-set-fl-decl-start.
16229
16230 * progmodes/cc-mode.el (c-common-init, c-after-change):
16231 Changes due to pluralisation of c-before-font-lock-functions.
16232 (c-set-fl-decl-start): New function, extracted from
16233 c-font-lock-enclosing-decls and enhanced.
16234
16235 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16236
16237 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16238
16239 2011-12-22 Juri Linkov <juri@jurta.org>
16240
16241 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16242
16243 2011-12-22 Chong Yidong <cyd@gnu.org>
16244
16245 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16246
16247 2011-12-21 Drew Adams <drew.adams@oracle.com>
16248
16249 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16250
16251 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16252
16253 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16254
16255 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16256
16257 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16258 highlighting and support. Fix up comments for capitalization.
16259 (cfengine-mode-debug): New var.
16260 (cfengine3-mode): Change the modeline indicator to "CFE3".
16261 (cfengine3-font-lock-keywords): Improve defun highlighting.
16262 (cfengine2-actions): Rename from `cfengine-actions'.
16263 (cfengine2-font-lock-keywords): Rename from
16264 `cfengine-font-lock-keywords'.
16265 (cfengine2-imenu-expression): Rename from
16266 `cfengine-imenu-expression'.
16267 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16268 (cfengine2-beginning-of-defun): Rename from
16269 `cfengine-beginning-of-defun'.
16270 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16271 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16272 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16273 modeline indicator to "CFE2".
16274 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16275 (cfengine-mode-abbrevs): Mark obsolete.
16276
16277 2011-12-21 Chong Yidong <cyd@gnu.org>
16278
16279 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16280 filename argument.
16281
16282 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16283
16284 * window.el (window-normalize-buffer-to-display): Remove.
16285 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16286
16287 2011-12-19 Chong Yidong <cyd@gnu.org>
16288
16289 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16290 Don't signal an error in a predicate function; return non-nil.
16291 (vc-dir-mark-file): Move the error here.
16292 (vc-dir-mark-unmark): If acting on the region, keep going if one
16293 of the entries cannot be marked/unmarked.
16294 (vc-dir-mark-all-files): If current entry is a directory, mark
16295 only child files, as documented.
16296
16297 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
16298
16299 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16300 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16301 addition.
16302
16303 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16304
16305 * term/ns-win.el (ns-get-selection-internal)
16306 (ns-store-selection-internal): Declare.
16307 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16308 Declare as obsolete.
16309 (ns-get-pasteboard, ns-paste-secondary):
16310 Use ns-get-selection-internal.
16311 (ns-set-pasteboard, ns-copy-including-secondary):
16312 Use ns-store-selection-internal.
16313
16314 2011-12-17 Chong Yidong <cyd@gnu.org>
16315
16316 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16317 (vc-deduce-fileset): Doc fix.
16318
16319 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16320
16321 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16322
16323 2011-12-13 Sam Steingold <sds@gnu.org>
16324
16325 * man.el (Man-getpage-in-background): When running under a
16326 window-system, ignore $MANWIDTH and $COLUMNS.
16327
16328 2011-12-15 Kenichi Handa <handa@m17n.org>
16329
16330 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16331 (setup-ethiopic-environment-internal): Comment out key-binding for
16332 ethio-toggle-punctuation.
16333
16334 2011-12-13 Alan Mackenzie <acm@muc.de>
16335
16336 Add the switch statement to AWK Mode.
16337
16338 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16339 "default" to the keywords regexp.
16340
16341 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16342 expression as the rest.
16343 (c-nonlabel-token-key): Allow string literals for AWK.
16344 Refactor for the other modes.
16345
16346 Large brace-block initialisation makes CC Mode slow: Fix.
16347 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16348 routines. Limit backward searching in c-font-lock-enclosing.decl.
16349
16350 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16351 pp-state and literal type in addition to the limits.
16352 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16353 (c-state-literal-at): Use the above new defun.
16354 (c-slow-in-literal, c-fast-in-literal): Remove.
16355 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16356
16357 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16358 being in a literal. Add a limit for backward searching.
16359
16360 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16361 c-slow-in-literal.
16362
16363 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16366
16367 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16368
16369 * window.el (delete-other-windows): Use correct frame in call to
16370 window-with-parameter.
16371
16372 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16373
16374 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16375 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16376 (makefile-gmake-statements, makefile-makepp-statements):
16377 Use it and add new makepp keywords.
16378 (makefile-makepp-font-lock-keywords): Add new patterns.
16379 (makefile-match-function-end): Match new [...] and [[...]].
16380
16381 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16382
16383 * ses.el (ses-call-printer-return, ses-cell-property-get)
16384 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16385 (ses-create-cell-variable, ses-reset-header-string)
16386 (ses-cell-set-formula, ses-repair-cell-reference-all)
16387 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16388 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16389 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16390 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16391 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16392 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16393 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16394 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16395 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16396 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16397 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16398 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16399
16400 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
16401
16402 * ses.el: The overall change is to add cell renaming, that is
16403 setting fancy names for cell symbols other than name matching
16404 "\\`[A-Z]+[0-9]+\\'" regexp .
16405 (ses-create-cell-variable): New defun.
16406 (ses-relocate-formula): Relocate formulas only for cells the
16407 symbols of which are not renamed, i.e. symbols whose names do not
16408 match regexp "\\`[A-Z]+[0-9]+\\'".
16409 (ses-relocate-all): Relocate values only for cells the symbols of
16410 which are not renamed.
16411 (ses-load): Create cells variables as the (ses-cell ...) are read,
16412 in order to check row col consistency with cell symbol name only
16413 for cells that are not renamed.
16414 (ses-replace-name-in-formula): New defun.
16415 (ses-rename-cell): New defun.
16416
16417 2011-12-11 Chong Yidong <cyd@gnu.org>
16418
16419 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16420 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16421
16422 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
16423
16424 * window.el (other-window): Fix docstring.
16425
16426 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16427
16428 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16429 `from' or `to' address before taking its substring.
16430 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16431 encoded name is chopped in the middle of the encoded string, and
16432 thus displayed encoded.
16433
16434 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
16435
16436 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16437
16438 2011-12-10 Eli Zaretskii <eliz@gnu.org>
16439
16440 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
16441 to use texinfo-update-node and commands that call it if the
16442 Texinfo file uses @node lines without next/prev/up pointers.
16443 Correct outdated description about texinfo-master-menu.
16444 (texinfo-all-menus-update, texinfo-master-menu)
16445 (texinfo-update-node, texinfo-every-node-update)
16446 (texinfo-multiple-files-update): Doc fix. Warn against updating
16447 all the @node lines.
16448 (texinfo-master-menu): Only call texinfo-update-node if the prefix
16449 argument is numeric. Explain better in the doc string what the
16450 function really does.
16451 (texinfo-insert-master-menu-list): Improve the error message
16452 displayed if there's no menu in the Top node.
16453 (Bug#2975) See also this thread:
16454 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16455
16456 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
16457
16458 * speedbar.el (speedbar-supported-extension-expressions):
16459 Add .adb and .ads, commonly used for Ada source code (bug#10256).
16460
16461 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
16462
16463 * printing.el (pr-mode-alist):
16464 * simple.el (filter-buffer-substring-functions)
16465 (completion-list-insert-choice-function):
16466 * window.el (window-with-parameter, window-atom-root)
16467 (window-sides-slots, window-size-fixed, window-min-delta)
16468 (window-max-delta, window--resize-mini-window)
16469 (window--resize-child-windows-normal, window-tree)
16470 (delete-other-windows, quit-window, split-window)
16471 (display-buffer-record-window, special-display-buffer-names)
16472 (special-display-regexps, special-display-popup-frame)
16473 (same-window-p, split-window-sensibly)
16474 (display-buffer-overriding-action, display-buffer-alist)
16475 (display-buffer-base-action, display-buffer, switch-to-buffer)
16476 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16477 (fit-window-to-buffer, recenter-positions)
16478 (mouse-autoselect-window-state, mouse-autoselect-window-select):
16479 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16480 and remove unneeded backslashes in docstrings.
16481
16482 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16485
16486 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16487 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16488 end in ".mk".
16489 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16490 when reading the makefile (bug#10116).
16491
16492 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16495 (bug#10116).
16496
16497 2011-12-06 Glenn Morris <rgm@gnu.org>
16498
16499 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16500
16501 2011-12-06 Chong Yidong <cyd@gnu.org>
16502
16503 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16504
16505 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
16506
16507 * textmodes/table.el (table-shorten-cell): Fix typo.
16508
16509 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
16510
16511 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16512
16513 2011-12-05 Eli Zaretskii <eliz@gnu.org>
16514
16515 * descr-text.el (describe-char): Fix display of strong
16516 right-to-left characters and directional embeddings and overrides.
16517
16518 * simple.el (what-cursor-position): Fix display of codepoints of
16519 strong right-to-left characters.
16520
16521 2011-12-05 Chong Yidong <cyd@gnu.org>
16522
16523 * faces.el (read-color): Doc fix.
16524
16525 2011-12-05 Glenn Morris <rgm@gnu.org>
16526
16527 * align.el (align--set-marker): Add doc-string.
16528 Don't try to move something that is not a marker. (Bug#10216)
16529
16530 2011-12-04 Glenn Morris <rgm@gnu.org>
16531
16532 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16533 overly zealous deletion of trailing whitespace.
16534
16535 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
16536
16537 * server.el (server-delete-client): On Windows, do not try to delete
16538 the only terminal.
16539 (server-process-filter): On Windows, treat requests for a tty frame as
16540 if they were for a GUI frame if the running server is in GUI mode.
16541
16542 2011-12-03 Glenn Morris <rgm@gnu.org>
16543
16544 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
16545
16546 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * electric.el: Streamline electric-indent's hook.
16549 (electric-indent-chars): Revert to simple list.
16550 (electric-indent-functions): New var.
16551 (electric-indent-post-self-insert-function): Use it.
16552
16553 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16554 there's no inferior buffer (bug#10196).
16555 (prolog-consult-compile): Don't use toggle-read-only.
16556
16557 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
16558
16559 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16560 interrupt. (Bug#10187)
16561
16562 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16565 (bug#9160).
16566
16567 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16568 (bug#10191).
16569
16570 2011-12-02 Juri Linkov <juri@jurta.org>
16571
16572 * info.el (Info-search): Display "end of manual" when Isearch
16573 reaches the end of single-file Info manual. (Bug#9918)
16574
16575 2011-12-02 Eli Zaretskii <eliz@gnu.org>
16576
16577 * isearch.el (isearch-message-prefix): Run the input method part
16578 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
16579
16580 2011-12-02 Juri Linkov <juri@jurta.org>
16581
16582 * isearch.el (isearch-occur): Use `word-search-regexp' for
16583 `isearch-word'.
16584 (isearch-search-and-update): Add condition for `isearch-word' and
16585 call `word-search-regexp'. (Bug#10145)
16586
16587 2011-12-01 Glenn Morris <rgm@gnu.org>
16588
16589 * eshell/em-hist.el (eshell-hist-initialize):
16590 Handle eshell-history-size nil and HISTSIZE set or unset.
16591 (eshell-history-file-name, eshell-history-size): Fix custom type.
16592
16593 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16596
16597 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
16598
16599 * progmodes/verilog-mode.el (verilog-pretty-expr):
16600 Rework verilog-pretty-expr to handle new assignment operators in system
16601 verilog, such as += *= and the like.
16602 (verilog-assignment-operator-re): Regular expression to find the
16603 assigment operator in a verilog assignment.
16604 (verilog-assignment-operation-re): Regular expression to find an
16605 assignment statement for pretty-expr.
16606 (verilog-in-attribute-p): Query returns true if point is in an
16607 attribute context; used to skip these for expression line up from
16608 pretty-expr.
16609 (verilog-in-parameter-p): Query returns true if point is in an
16610 parameter definition context; used to skip these for expression
16611 line up from pretty-expr.
16612 (verilog-in-parenthesis-p): Query returns true if point is in a
16613 parenthetical expression, specifically ( ) but not [ ] or { };
16614 used by pretty-expr.
16615 (verilog-just-one-space): If there is no space, don't add one.
16616 (verilog-get-lineup-indent-2): Specifically skip just attribute
16617 contexts for expression lineup, rather than skipping all
16618 parenthetical expressions.
16619 (verilog-calculate-indent): Fix comment, and fix indent.
16620 (verilog-do-indent): Indent declarations in lists (suggested by
16621 Joachim Lechner).
16622 (verilog-mode-abbrev-table): Populate abbrev mode with the various
16623 skeleton items.
16624 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16625 by Alain Mellan).
16626
16627 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
16628
16629 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16630 parameters with embedded comments. Reported by Ray Stevens.
16631 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16632 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16633 Reported by Tim Holt.
16634 (verilog-auto): Fix AUTOing a upper module then AUTOing module
16635 instantiated by upper module causing wrong expansion until AUTOed a
16636 second time. Reported by K C Buckenmaier.
16637 (verilog-diff-auto): Fix showing .* as a difference when
16638 `verilog-auto-star-save' off. Reported by Dan Dever.
16639 (verilog-auto-reset, verilog-read-always-signals)
16640 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16641 temporary signals in reset list if
16642 verilog-auto-reset-blocking-in-non is nil, and match assignment
16643 style to each signal's assignment type, bug381.
16644 Reported by Thomas Esposito.
16645 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16646 (verilog-uvm-statement-re): Support UVM indentation and
16647 highlighting, with old OVM keywords only.
16648 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16649 Support AUTOTIEOFF creating non-wire data types.
16650 Suggested by Jonathan Greenlaw.
16651 (verilog-auto-insert-lisp, verilog-delete-to-paren)
16652 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16653 (verilog-inject-sense, verilog-read-inst-pins)
16654 (verilog-read-sub-decls, verilog-read-sub-decls-line):
16655 Fix mismatching parenthesis inside commented out code when deleting
16656 AUTOINST, bug383. Reported by Jonathan Greenlaw.
16657 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16658 non-numeric vector width. Reported by Alex Reed.
16659 (verilog-auto-ascii-enum): Add "onehot" option to work around not
16660 detecting signals with parameter widths. Reported by Alex Reed.
16661 (verilog-auto-delete-trailing-whitespace):
16662 With `verilog-auto-delete-trailing-whitespace' remove trailing
16663 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
16664 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16665 Fix verilog-scan-cache corruption when running user AUTO expansion
16666 hooks that call indentation routines.
16667 (verilog-simplify-range-expression): Fix typo ignoring lower case
16668 identifiers.
16669 (verilog-delete-auto): Fix delete-autos to also remove user created
16670 automatics, as long as they start with AUTO.
16671 (verilog-batch-diff-auto, verilog-diff-auto)
16672 (verilog-diff-function): Add `verilog-diff-auto' and bind to
16673 "C-c?" to report differences in AUTO expansion, ignoring spaces.
16674 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16675 (verilog-in-paren-quick, verilog-re-search-backward-quick)
16676 (verilog-re-search-forward-quick, verilog-syntax-ppss):
16677 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16678 is disabled and its cache will get corrupt, causing AUTOS not to
16679 expand. Instead use only -quick functions.
16680 (verilog-scan-region): Fix scanning over escaped quotes.
16681 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16682 (verilog-re-search-backward-quick)
16683 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16684 related functions now ignore strings, to fix misparsing of strings
16685 with magic comments embedded in them.
16686 (verilog-read-auto-template):
16687 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16688 Reported by Brad Dobbie.
16689 (verilog-read-auto-template):
16690 Fix 'verilog-auto-inst-template-numbers' with comments.
16691 Reported by Brad Dobbie.
16692 (verilog-auto-inst, verilog-auto-inst-param)
16693 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16694 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
16695 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16696 debugging templates without merge conflicts, bug357.
16697 Reported by Brad Dobbie.
16698 (verilog-read-auto-template):
16699 Fix verilog-auto-inst-template-numbers with multiple templates.
16700 Reported by Brad Dobbie.
16701 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16702 abbrevs so user won't be asked to save.
16703 (verilog-read-auto-lisp-present): Fix to start at beginning of
16704 buffer in case called outside of verilog-auto.
16705 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16706 to "X-2". Reported by Matthew Myers.
16707 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16708 all inputs from module templates. Reported by Leith Johnson.
16709 (verilog-module-inside-filename-p): Fix locating programs as with
16710 modules.
16711 (verilog-auto-inst-port): Fix vl-width expressions when using
16712 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
16713 (verilog-decls-get-regs, verilog-decls-get-signals,
16714 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16715 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16716 verilog-read-decls): Combine reg and wire structures into one var
16717 structure to represent SystemVerilog concepts.
16718 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16719 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16720 (verilog-auto-wire-type, verilog-insert-definition):
16721 Add verilog-auto-wire-type and AUTOLOGIC to support using
16722 SystemVerilog "logic" keyword instead of "wire"/"reg".
16723 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16724 to declares outputs that also have assignments (presumably in an
16725 ifdef or generate if so there's not a driver conflict).
16726 Reported by Matthew Myers.
16727 (verilog-auto-declare-nettype, verilog-insert-definition):
16728 Add verilog-auto-declare-nettype to fix declarations using
16729 `default_nettype none. Reported by Julian Gorfajn.
16730 (verilog-read-always-signals-recurse, verilog-read-decls)
16731 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16732 malformed end statement, bug325. Reported by Joshua Wise and
16733 Andrew Drake.
16734 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16735 (verilog-inst-comment-re): Fix not deleting Interfaced comment
16736 when expanding .* in interfaces, bug320.
16737 Reported by Pierre-David Pfister.
16738 (verilog-read-module-name): Fix import statements between module
16739 name and open parenthesis, bug317.
16740 Reported by Pierre-David Pfister.
16741 (verilog-simplify-range-expression): Fix simplification of
16742 multiplications inside AUTOWIRE connections, bug303.
16743 (verilog-auto-inst-port): Support parameter expansion in
16744 multidimensional arrays.
16745 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16746 after "assert property". Reported by Julian Gorfajn.
16747 (verilog-simplify-range-expression): Fix "couldn't merge" errors
16748 with multiplication, bug303.
16749 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16750 Reported by Jan Frode Lonnum.
16751
16752 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
16753
16754 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16755 (hfy-shell-file-name, hfy-shell):
16756 * international/fontset.el (x-decompose-font-name): Fix typos.
16757
16758 2011-11-29 Ken Brown <kbrown@cornell.edu>
16759
16760 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16761 (gdb-version): Remove defvar.
16762 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16763 (gdb-gud-context-command, gdb-non-stop-handler)
16764 (gdb-current-context-command, gdb-stopped): Use it.
16765 (gdb-init-1): Enable pretty printing here.
16766 (gdb-non-stop-handler): Don't enable pretty-printing here.
16767 Check to see if the target supports non-stop mode; if not, turn off
16768 non-stop mode. Use the following.
16769 (gdb-check-target-async): New defun.
16770 (gud-watch, gdb-stopped): Fix whitespace.
16771 (gdb-get-source-file): Don't try to display the source file if
16772 `gdb-main-file' is nil.
16773
16774 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * align.el: Try to generate fewer markers (bug#10047).
16777 (align--set-marker): New macro.
16778 (align-region): Use it.
16779
16780 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16783
16784 2011-11-29 Chong Yidong <cyd@gnu.org>
16785
16786 * indent.el (indent-for-tab-command, indent-according-to-mode):
16787 Doc fix.
16788 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
16789
16790 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
16791
16792 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16793 aware of remote file names. (Bug#10124)
16794
16795 2011-11-29 Chong Yidong <cyd@gnu.org>
16796
16797 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16798
16799 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16800
16801 * files.el (find-file): Don't use force-same-window (bug#10144).
16802 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16803 use pop-to-buffer if the selected window can't be used.
16804 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16805
16806 2011-11-28 Eli Zaretskii <eliz@gnu.org>
16807
16808 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16809 special-mode-map.
16810
16811 2011-11-28 Chong Yidong <cyd@gnu.org>
16812
16813 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16814
16815 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
16816
16817 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16818 gdb-get-source-file-list on gdb-create-source-file-list.
16819
16820 2011-11-26 Eli Zaretskii <eliz@gnu.org>
16821
16822 * whitespace.el (whitespace-newline): Use a different foreground
16823 color for 16-color light-background displays.
16824
16825 2011-11-24 Chong Yidong <cyd@gnu.org>
16826
16827 * window.el (display-buffer--special-action): Doc fix.
16828
16829 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
16830
16831 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16832 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16833 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16834 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16835 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16836 (avl-tree-stack-first):
16837 * emacs-lisp/cconv.el (cconv--analyse-use):
16838 * net/gnutls.el (gnutls-negotiate): Fix typos.
16839
16840 2011-11-24 Glenn Morris <rgm@gnu.org>
16841
16842 * lpr.el (lpr-windows-system, lpr-lp-system):
16843 * mail/binhex.el (binhex-begin-line):
16844 * progmodes/grep.el (grep-history, grep-find-history):
16845 * textmodes/flyspell.el:
16846 * vc/pcvs-defs.el (cvs-global-menu):
16847 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16848 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16849 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16850
16851 * net/tls.el: Fix case of "GnuTLS".
16852
16853 * paths.el (rmail-file-name): Format doc-string for make-docfile.
16854
16855 * version.el (emacs-build-system): Give it a doc-string.
16856
16857 2011-11-24 Juri Linkov <juri@jurta.org>
16858
16859 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16860
16861 2011-11-24 Glenn Morris <rgm@gnu.org>
16862
16863 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16864 if called on a non-mime message just toggle the headers. (Bug#8006)
16865
16866 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
16867
16868 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16869 (allout-lead-with-comment-string, allout-structure-deleted-hook)
16870 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16871 (allout-rebullet-heading, allout-open-sibtopic)
16872 (allout-toggle-current-subtree-encryption)
16873 (allout-toggle-subtree-encryption, allout-encrypt-string)
16874 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16875 (allout-distinctive-bullets-string, allout-auto-activation):
16876 * window.el (window-normalize-buffer-to-display):
16877 * progmodes/verilog-mode.el (verilog-batch-indent):
16878 * textmodes/bibtex.el (bibtex-field-braces-opt)
16879 (bibtex-field-strings-opt):
16880 * vc/cvs-status.el (cvs-tree-merge):
16881 Fix typos.
16882
16883 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
16884
16885 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16886 `non-essential' to t, in order to avoid remote connections.
16887
16888 2011-11-23 Eli Zaretskii <eliz@gnu.org>
16889
16890 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16891 On MS-DOS and MS-Windows, compare with loaddefs.el
16892 case-insensitively.
16893
16894 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16895
16896 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
16897
16898 2011-11-23 Glenn Morris <rgm@gnu.org>
16899
16900 * paths.el (rmail-file-name): Reformat the doc-string so that it
16901 is picked up.
16902
16903 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16904 (rmail-auto-file): Ignore case in the "special" field names,
16905 as mail-fetch-field does for all others.
16906
16907 * mail/rmail.el (rmail-forward):
16908 * mail/rmailkwd.el (rmail-set-label):
16909 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16910 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
16911
16912 * mail/rmail.el (rmail-current-message): Doc fix.
16913
16914 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
16915
16916 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16917
16918 * server.el (server-eval-and-print): Allow C-g (bug#6585).
16919
16920 2011-11-22 Glenn Morris <rgm@gnu.org>
16921
16922 * mail/rmailmm.el (test-rmail-mime-handler)
16923 (test-rmail-mime-bulk-handler)
16924 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16925
16926 2011-11-21 Juri Linkov <juri@jurta.org>
16927
16928 * calc/calc.el (calc-read-key-sequence):
16929 Let-bind `input-method-function' to nil. (Bug#10018)
16930
16931 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16932
16933 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16934 Tell the caller that the next line needs recomputation, even
16935 though it doesn't start a sexp (bug#10094).
16936
16937 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16940
16941 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16942
16943 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16944 Use force-same-window.
16945
16946 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16947
16948 * descr-text.el (describe-char-unicode-data):
16949 * json.el (json-string-escape):
16950 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16951 (Footnote-unicode, Footnote-style-p):
16952 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16953
16954 2011-11-20 Chong Yidong <cyd@gnu.org>
16955
16956 * window.el (replace-buffer-in-windows): Restore interactive spec.
16957
16958 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * electric.el (electric-indent-mode): Fix last change (too optimistic).
16961
16962 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16963 (byte-compile-global-not-obsolete-vars): New var.
16964 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16965 Use it.
16966 (byte-compile-warn-obsolete): Align text with the one in *Help*.
16967
16968 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
16969
16970 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16971 * progmodes/pascal.el (electric-pascal-equal):
16972 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16973 * xml.el (xml-substitute-special): Fix typos.
16974
16975 2011-11-20 Glenn Morris <rgm@gnu.org>
16976
16977 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16978 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16979 Doc fixes.
16980 (rmail-decode-mime-charset): Mark as obsolete.
16981
16982 * mail/rmailsum.el (rmail-message-regexp-p-1):
16983 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16984 Before using mime functions, check they are set. (Bug#10077)
16985
16986 2011-11-19 Juri Linkov <juri@jurta.org>
16987
16988 * info.el (Info-finder-find-node): Use `package--builtins' instead
16989 of `package-alist'. Use node names formed by the pattern "Keyword "
16990 and the keyword name.
16991
16992 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16993
16994 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16995
16996 2011-11-19 Juri Linkov <juri@jurta.org>
16997
16998 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16999 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17000 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17001 `old-history', `old-history-forward'. Add let-binding
17002 `window-selected'. Remove calls to `kill-buffer',
17003 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17004 before calling `Info-find-node', so `Info-find-node-2' will reread
17005 the Info file. Restore window positions only when `window-selected'
17006 is non-nil.
17007
17008 2011-11-19 Juri Linkov <juri@jurta.org>
17009
17010 * isearch.el (isearch-lazy-highlight-new-loop):
17011 Remove condition `(not isearch-error)'. (Bug#9918)
17012
17013 * misearch.el (multi-isearch-search-fun): Add condition
17014 `(not bound)' to ignore lazy-highlighting search.
17015 Add the search-failed message "end of multi" when the end of
17016 multi-sequence is reached. Uncapitalize the search-failed
17017 message "Repeat for next buffer".
17018
17019 * info.el (Info-search): Add the search-failed message
17020 "end of the manual" when the end of the manual is reached
17021 in Isearch mode.
17022
17023 2011-11-19 Juri Linkov <juri@jurta.org>
17024
17025 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17026 Use non-destructive `remove' instead of `delete' because
17027 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17028 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17029
17030 2011-11-19 Juri Linkov <juri@jurta.org>
17031
17032 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17033 to nil instead of binding `search-ring' and `regexp-search-ring'.
17034 (Bug#9185)
17035
17036 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17037
17038 * simple.el (line-move): Force movement by logical lines for any
17039 hscrolled window, not only when auto-hscroll-mode is on.
17040 (line-move-visual): Update doc string to that effect. (Bug#10076)
17041
17042 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17043
17044 * language/european.el (macintosh): Define as alias for mac-roman.
17045
17046 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17047
17048 * mail/rmailmm.el (rmail-mime-display-header)
17049 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17050 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17051 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17052 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17053 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17054 of a raw aref.
17055 (rmail-mime-entity-segment): To get past the tagline, move forward
17056 2 more lines, to account for the 2 empty lines that precede and
17057 follow the line with the buttons.
17058 (rmail-mime-update-tagline): Move one more line, to get past the
17059 empty line that follows the buttons in the tagline. (Bug#9520)
17060
17061 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17062
17063 * window.el (window-max-delta-1, window-min-delta-1)
17064 (window-min-size-1, window-state-get-1, window-state-put-1)
17065 (window-state-put-2): Use "window--" prefix.
17066
17067 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17068
17069 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17070 (smie-warning-count): New var.
17071 (smie-set-prec2tab): Use it.
17072 (smie-bnf->prec2): Improve warnings. Add docstring.
17073 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17074 (smie-bnf--set-class): New function.
17075 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17076 corner case.
17077
17078 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17079 (compilation-error-properties, compilation-move-to-column):
17080 Handle compilation-first-column while in the target buffer.
17081
17082 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17083 Don't hardcode point-min==1.
17084
17085 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17086 (eshell-rewrite-for-command): Remove workaround.
17087 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17088 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17089 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17090
17091 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17092
17093 2011-11-17 Glenn Morris <rgm@gnu.org>
17094
17095 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17096 Ignore buffer-local generated-autoload-file if it is the same
17097 as the global value. (Bug#10049)
17098
17099 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17100
17101 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17102 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17103 (reftex-toc-previous-heading, reftex-toc-max-level)
17104 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17105 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17106 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17107 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17108 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17109 (reftex-toc-rename-label, reftex-toc-visit-location)
17110 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17111 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17112 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17113 leaving "*toc*" only for references to the buffer.
17114
17115 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17116
17117 * window.el (window-resize, delete-window, split-window):
17118 Replace window-splits by window-combination-resize.
17119 * cus-start.el (window-splits): Replace by window-combination-resize.
17120
17121 2011-11-17 Glenn Morris <rgm@gnu.org>
17122
17123 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17124 Make bash entry derive from sh entry, not shell entry.
17125
17126 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17127
17128 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17129 local file name.
17130
17131 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17132
17133 * menu-bar.el (menu-bar-file-menu):
17134 * printing.el (pr-ps-utility):
17135 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17136 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17137 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17138 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17139 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17140 (icalendar--convert-cyclic-to-ical)
17141 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17142 (icalendar--convert-ical-to-diary)
17143 (icalendar--convert-recurring-to-diary)
17144 (icalendar--convert-non-recurring-all-day-to-diary)
17145 (icalendar-import-format-sample):
17146 * progmodes/idlw-shell.el (idlwave-shell-mode):
17147 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17148 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17149 (vhdl-ps-print-init): Fix typos.
17150
17151 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17152
17153 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17154 FSF and collapse date sequence, obscure author/maintainer email address
17155 better, remove extra version line, track relocation of author's webpage.
17156
17157 * progmodes/python.el (python-pdbtrack-input-prompt)
17158 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17159 regular python pdb prompts. Adjustments shamelessly taken exactly as
17160 suggested in EmacsWiki page (tiny change):
17161 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17162
17163 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17164
17165 * expand.el (expand-pos, expand-index, expand-point):
17166 Remove redundant info from docstring.
17167 (expand-add-abbrevs): Doc fix.
17168 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17169 (expand-sample-perl-mode-expand-list): Fix typos.
17170
17171 * net/dbus.el (dbus-event-member-name):
17172 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17173 * term/pc-win.el (msdos-create-frame-with-faces):
17174 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17175
17176 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17177
17178 * window.el (split-window, window-state-get-1)
17179 (window-state-put-1, window-state-put-2): Rename occurrences of
17180 window-nest to window-combination-limit.
17181 * cus-start.el (window-nest): Rename to window-combination-limit.
17182
17183 2011-11-16 Chong Yidong <cyd@gnu.org>
17184
17185 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17186 regexp (Bug#10033).
17187
17188 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17189
17190 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17191 `completing-read' will remove *Completions* and will preserve
17192 current-buffer for us.
17193 (tmm-add-prompt): Users of *Completions* will always (re)set its
17194 major mode.
17195 (tmm-old-comp-map): Remove.
17196
17197 2011-11-16 Glenn Morris <rgm@gnu.org>
17198
17199 * mail/rmailedit.el: Require rmailmm when compiling.
17200 (rmail-old-mime-state): New declaration.
17201 (rmail-edit-current-message): If editing a mime message,
17202 edit the "raw" message from the mbox buffer.
17203 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17204
17205 2011-11-15 Glenn Morris <rgm@gnu.org>
17206
17207 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17208 which wasn't being used. Add optional arg to force given state.
17209 (rmail-mime): Add optional arg to force given state.
17210
17211 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17212
17213 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17214 * frame.el (display-mm-dimensions-alist):
17215 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17216 (outline-move-subtree-down):
17217 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17218 (newsticker--treeview-do-get-node):
17219 * net/quickurl.el (quickurl-list-buffer-name):
17220 * progmodes/dcl-mode.el (dcl-mode):
17221 * progmodes/gdb-mi.el (gdb-mapcar*):
17222 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17223
17224 2011-11-15 Glenn Morris <rgm@gnu.org>
17225
17226 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17227 in a boolean sense, so just make it a boolean, and fix the doc.
17228 (rmail-show-mime-function, rmail-mime-feature)
17229 (rmail-require-mime-maybe): Doc fixes.
17230 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17231
17232 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17233
17234 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17235
17236 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17237 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17238 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17239 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17240
17241 2011-11-15 Glenn Morris <rgm@gnu.org>
17242
17243 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17244 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17245 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17246 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17247 (rmail-mime, rmail-show-mime): Doc fixes.
17248
17249 * term/ns-win.el (mode-line-frame-identification):
17250 Leave it alone. (Bug#10051)
17251
17252 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17253
17254 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17255 Handle empty buffers. (Bug#9978)
17256
17257 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17258
17259 * international/mule.el (define-charset):
17260 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17261 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17262 * progmodes/verilog-mode.el (verilog-backward-token):
17263 * textmodes/ispell.el (lookup-words):
17264 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17265
17266 2011-11-14 Glenn Morris <rgm@gnu.org>
17267
17268 * progmodes/executable.el
17269 (executable-make-buffer-file-executable-if-script-p):
17270 Handle file-modes returning nil.
17271
17272 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17273 message - not necessary, and causes problems. (Bug#9831)
17274
17275 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17276
17277 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17278
17279 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17280 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17281 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17282
17283 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17284
17285 * window.el (window-resize, delete-window): Use window-splits
17286 variable instead of function.
17287 (window-state-get-1, window-state-put-2, window-state-put):
17288 Don't deal with windows' splits status.
17289
17290 2011-11-12 Glenn Morris <rgm@gnu.org>
17291
17292 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17293 (apropos-documentation): Doc fixes.
17294
17295 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17296
17297 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17298 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17299
17300 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17301
17302 * electric.el (electric-indent-post-self-insert-function): Make it
17303 possible for a char to only indent in some circumstances.
17304 (electric-indent-mode): Simplify.
17305
17306 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17307
17308 * window.el (windows-with-parameter): Remove unused function.
17309 (windows-at-side): Rename to window-at-side-list.
17310 (window-check, window-atom-check, window-atom-check-1)
17311 (window-side-check, window-size-ignore, window-size-fixed-1)
17312 (window-in-direction-2): Prefix with "window--".
17313 (window-tree-1): Rename to window--subtree, fix doc-string.
17314
17315 2011-11-11 Glenn Morris <rgm@gnu.org>
17316
17317 * subr.el (eval-after-load): If FILE is already loaded,
17318 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17319
17320 2011-11-10 Glenn Morris <rgm@gnu.org>
17321
17322 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17323 Call svn via vc-svn-command rather than vc-do-command.
17324 (vc-svn-command): Add --non-interactive. (Bug#9993)
17325 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17326
17327 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17328 Add toggle-read-only. (Bug#7292)
17329 * files.el (toggle-read-only): Mention that it should only
17330 be used interactively. (Bug#10006)
17331
17332 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17333
17334 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17335 Adjust regexp for OCaml warnings.
17336
17337 * electric.el (electric-pair-post-self-insert-function): Let user
17338 turn it off buffer-locally (bug#9932).
17339
17340 * progmodes/python.el (python-beginning-of-statement):
17341 Rewrite (bug#2703).
17342
17343 * progmodes/compile.el: Better handle TABs (bug#9749).
17344 (compilation-internal-error-properties)
17345 (compilation-next-error-function): Obey the target buffer's
17346 compilation-error-screen-columns.
17347
17348 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17349
17350 * progmodes/meta-mode.el: Remove obsolete comments.
17351 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17352 Fix typos in docstrings.
17353
17354 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17355
17356 * window.el (window-size-fixed-p): Rewrite doc-string.
17357 (window-resizable-p): Rename to window--resizable-p. Update callers.
17358 (window--resizable): New function. Make all callers of
17359 window-resizable call window--resizable instead.
17360 (window-resizable): Rewrite in terms of window--resizable.
17361
17362 2011-11-08 Glenn Morris <rgm@gnu.org>
17363
17364 * progmodes/delphi.el (delphi-mode-syntax-table):
17365 Let define-derived-mode define a proper syntax table. (Bug#9994)
17366
17367 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * window.el: Stay away from defsubst.
17370 (window-list-no-nils): Remove.
17371 (window-state-get-1, window-state-get): Use backquote instead.
17372
17373 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17374
17375 * emacs-lisp/find-func.el (find-function-read):
17376 Fix incorrect use of default argument in `completing-read'.
17377
17378 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17379
17380 * window.el (display-buffer-function, special-display-function):
17381 Mention display-buffer-record-window but do not mention
17382 help-setup parameter in doc-strings.
17383 (window-min-delta): Fix doc-string typo.
17384
17385 2011-11-08 Chong Yidong <cyd@gnu.org>
17386
17387 * window.el (window-total-height, window-total-width): Doc fix.
17388 (window-body-size): Move from C.
17389 (window-body-height, window-body-width): Move to C.
17390
17391 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17392
17393 * window.el: Make special-display like display-buffer-alist (bug#9532).
17394 (display-buffer--special-action): New function, morphed
17395 from display-buffer--special.
17396 (display-buffer): Use it to handle special-display-buffers at higher
17397 priority (just after display-buffer-alist).
17398 (display-buffer-fallback-action, display-buffer--other-frame-action)
17399 (pop-to-buffer-same-window): Remove display-buffer--special.
17400
17401 2011-11-07 Glenn Morris <rgm@gnu.org>
17402
17403 * calendar/cal-menu.el (cal-menu-set-date-title):
17404 Do nothing if not in a calendar. (Bug#9976)
17405
17406 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17407
17408 * files.el (find-file): Always use selected-window.
17409
17410 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17411
17412 * window.el (window-combinations): Make WINDOW argument
17413 mandatory. Rewrite doc-string.
17414 (walk-window-subtree, window-atom-check, window-min-delta)
17415 (window-max-delta, window--resize-this-window)
17416 (window--resize-root-window-vertically, window-tree)
17417 (balance-windows, window-state-put): Rewrite doc-strings as to
17418 not mention the term "subwindow".
17419 (window--resize-subwindows-skip-p): Rename to
17420 window--resize-child-windows-skip-p.
17421 (window--resize-subwindows-normal): Rename to
17422 window--resize-child-windows-normal.
17423 (window--resize-subwindows): Rename to
17424 window--resize-child-windows.
17425 (window-or-subwindow-p): Rename to window--in-subtree-p.
17426
17427 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17428
17429 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17430 Ensure that mbox format messages end in two newlines (Bug#9974).
17431
17432 2011-11-06 Chong Yidong <cyd@gnu.org>
17433
17434 * window.el (window-combination-p): Function deleted; its
17435 side-effect is not used in any existing code.
17436 (window-combinations, window-combined-p): Call window-*-child
17437 directly.
17438
17439 2011-11-05 Chong Yidong <cyd@gnu.org>
17440
17441 * window.el (window-valid-p): Rename from window-any-p.
17442 (window-size-ignore, window-state-get): Callers changed.
17443 (window-normalize-window): Rename from window-normalize-any-window.
17444 New arg LIVE-ONLY, replacing window-normalize-live-window.
17445 (window-normalize-live-window): Delete.
17446 (window-combination-p, window-combined-p, window-combinations)
17447 (walk-window-subtree, window-atom-root, window-min-size)
17448 (window-sizable, window-sizable-p, window-size-fixed-p)
17449 (window-min-delta, window-max-delta, window-resizable)
17450 (window-resizable-p, window-full-height-p, window-full-width-p)
17451 (window-current-scroll-bars, window-point-1, set-window-point-1)
17452 (window-at-side-p, window-in-direction, window-resize)
17453 (adjust-window-trailing-edge, maximize-window, minimize-window)
17454 (window-deletable-p, delete-window, delete-other-windows)
17455 (record-window-buffer, unrecord-window-buffer)
17456 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17457 (quit-window, split-window, window-state-put)
17458 (set-window-text-height, fit-window-to-buffer)
17459 (shrink-window-if-larger-than-buffer): Callers changed.
17460
17461 2011-11-04 Eli Zaretskii <eliz@gnu.org>
17462
17463 * mail/rmail.el (rmail-simplified-subject): Decode subject with
17464 rfc2047-decode-string.
17465 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17466 warnings.
17467
17468 * window.el (window-body-height, window-body-width): Mention in
17469 the doc string that the return values are in frame's canonical
17470 units. (Bug#9949)
17471
17472 2011-11-03 Alan Mackenzie <acm@muc.de>
17473
17474 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17475 change in cc-engine.el.
17476
17477 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * window.el (switch-to-buffer): Use `force-same-window' interactively.
17480
17481 2011-11-02 Martin Rudalics <rudalics@gmx.at>
17482
17483 * window.el (quit-window): Call unrecord-window-buffer after
17484 showing another buffer in the window. (Bug#9937)
17485 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17486
17487 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
17488
17489 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17490 Accept status with more than 9 shelves. (Bug#9935)
17491 Reported by Colin D Bennett <colin@gibibit.com>.
17492
17493 2011-11-01 Martin Rudalics <rudalics@gmx.at>
17494
17495 * help.el (with-help-window): Don't reference
17496 temp-buffer-show-specifiers in doc-string.
17497
17498 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
17499
17500 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17501 menu-item.
17502
17503 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17504
17505 * whitespace.el: New version 13.2.2.
17506 (whitespace-newline-mode): Disable properly. Reported by Sarah
17507 <EmacsWiki>.
17508
17509 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
17510
17511 * net/newst-treeview.el: Remove "Time-stamp".
17512 (newsticker--group-manage-orphan-feeds): Do not call
17513 newsticker--treeview-tree-update.
17514 (newsticker-treeview-update, newsticker-treeview):
17515 Call newsticker--treeview-tree-update if necessary.
17516
17517 2011-10-30 Martin Rudalics <rudalics@gmx.at>
17518
17519 * window.el (window-iso-combination-p, window-iso-combined-p)
17520 (window-iso-combinations): Remove "iso-" infix.
17521 Suggested by Chong Yidong.
17522 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17523 (window-max-delta-1, window-resize, window--resize-siblings)
17524 (window--resize-this-window, adjust-window-trailing-edge)
17525 (split-window, balance-windows-1)
17526 (shrink-window-if-larger-than-buffer):
17527 * calendar/calendar.el (calendar-generate-window):
17528 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17529
17530 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17533 in place (bug#9907).
17534 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17535 (eshell-rewrite-if-command, eshell-rewrite-for-command)
17536 (eshell-structure-basic-command, eshell-rewrite-while-command)
17537 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17538 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17539 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17540 (eshell-do-pipelines-synchronously, eshell-eval-command):
17541 Use backquotes and prefer setq to set.
17542 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17543 (eshell-macrop): Use functionp.
17544 (eshell-do-eval): Handle multiple expressions in `while' body.
17545
17546 2011-10-30 Chong Yidong <cyd@gnu.org>
17547
17548 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17549 instead of set-mark (Bug#9810).
17550
17551 2011-10-30 Chong Yidong <cyd@gnu.org>
17552
17553 * window.el (split-window-below, split-window-right): Rename from
17554 split-window-above-each-other and split-window-side-by-side
17555 respectively. All callers changed.
17556 (split-window-sensibly, split-window-sensibly): Use them.
17557 (split-window-keep-point): Doc fix.
17558
17559 * isearch.el: Add isearch-scroll property to split-window-below
17560 and split-window-right.
17561
17562 * follow.el (follow-mode):
17563 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17564 * progmodes/ada-xref.el (ada-gdb-application):
17565 * emulation/vip.el (vip-buffer-in-two-windows):
17566 * image-dired.el (image-dired-dired-with-window-configuration):
17567 * dired-x.el (dired-do-find-marked-files):
17568 * dired.el (dired-pop-to-buffer):
17569 * bs.el (bs--show-with-configuration):
17570 * vc/emerge.el (emerge-setup-windows):
17571 * textmodes/two-column.el (2C-two-columns):
17572 * textmodes/reftex-toc.el (reftex-toc):
17573 * progmodes/gdb-mi.el (gdb-setup-windows):
17574 * progmodes/fortran.el (fortran-window-create):
17575 * net/newst-treeview.el (newsticker--treeview-window-init):
17576 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17577 * emulation/tpu-edt.el (tpu-gold-map):
17578 * emulation/crisp.el (crisp-mode-map):
17579 * calendar/calendar.el (calendar-basic-setup): Callers changed.
17580
17581 2011-10-29 Chong Yidong <cyd@gnu.org>
17582
17583 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17584
17585 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17586
17587 * textmodes/flyspell.el (flyspell-word): Fix char offset for
17588 forged Ispell output (Bug#7904).
17589
17590 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17591
17592 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17593
17594 * doc-view.el: Avoid ugly errors about not finding nil.
17595 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17596 (doc-view-dvipdf-program, doc-view-unoconv-program)
17597 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17598 Avoid nil or absolute file name as default value.
17599 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17600
17601 2011-10-28 Alan Mackenzie <acm@muc.de>
17602
17603 * progmodes/cc-defs.el (c-version): -> 5.32.2.
17604
17605 2011-10-28 Alan Mackenzie <acm@muc.de>
17606
17607 Amend the handling of c-beginning/end-of-defun in nested declaration
17608 scopes.
17609
17610 * progmodes/cc-vars.el (c-defun-tactic): Move here from
17611 cc-langs.el. Change it to a defcustom.
17612
17613 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17614 cc-vars.el.
17615
17616 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17617 Prevent "class foo : bar" being spuriously recognized as a label.
17618
17619 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17620 Add parameter `inclusive' (to include enclosing braces in the region).
17621 (c-widen-to-enclosing-decl-scope): New function.
17622 (c-while-widening-to-decl-block): New macro.
17623 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17624 outward for defun boundaries, and correspondingly change symbol
17625 `respect-enclosure' to `go-outward'.
17626 (c-declaration-limits): Change algorithm to report only the "innermost"
17627 defun's boundaries.
17628
17629 2011-10-28 Deniz Dogan <deniz@dogan.se>
17630
17631 * net/rcirc.el (rcirc-mode): Use hard newlines.
17632
17633 2011-10-28 Alan Mackenzie <acm@muc.de>
17634
17635 Amend to indent and fontify macros "which include their own semicolon"
17636 correctly, using the "virtual semicolon" mechanism.
17637
17638 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17639
17640 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17641 Recode to scan one line at a time rather than having \n and \r
17642 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17643 (c-forward-label): Amend for virtual semicolons.
17644 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17645
17646 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17647 of the new C macros.
17648
17649 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17650 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17651 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17652 (c-opt-cpp-macro-define): Make into a full language variable.
17653 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17654 AWK Mode (including \n, \r) removed, no longer needed.
17655
17656 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17657 Invoke c-make-macro-with-semi-re.
17658
17659 * progmodes/cc-vars.el (c-macro-with-semi-re):
17660 (c-macro-names-with-semicolon): New variables.
17661 (c-make-macro-with-semi-re): New function.
17662
17663 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * vc/log-edit.el: Fill empty field rather than adding new one.
17666 (log-edit-add-field): New function.
17667 (log-edit-insert-changelog): Use it.
17668
17669 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17670
17671 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17672
17673 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17676 (gdb--check-interpreter): New function.
17677 (gdb): Use it.
17678
17679 2011-10-27 Glenn Morris <rgm@gnu.org>
17680
17681 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17682 (least-positive-float, least-negative-float)
17683 (least-positive-normalized-float, least-negative-normalized-float)
17684 (float-epsilon, float-negative-epsilon):
17685 Remove unnecessary declarations.
17686
17687 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17688 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17689 (least-positive-float, least-negative-float)
17690 (least-positive-normalized-float, least-negative-normalized-float)
17691 (float-epsilon, float-negative-epsilon): Add doc-strings,
17692 based on those in cl.texi.
17693
17694 * files.el (set-visited-file-name): If the major-mode changed,
17695 reload the local variables. (Bug#9796)
17696
17697 2011-10-27 Chong Yidong <cyd@gnu.org>
17698
17699 * subr.el (change-major-mode-after-body-hook): New hook.
17700 (run-mode-hooks): Run it.
17701
17702 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17703 Use change-major-mode-before-body-hook.
17704
17705 * simple.el (fundamental-mode):
17706 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17707 change introducing fundamental-mode-hook.
17708
17709 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
17710
17711 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17712
17713 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
17714
17715 * ido.el (ido-file-name-all-completions-1): Do not require
17716 tramp.el explicitly. (Bug#7583)
17717
17718 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * progmodes/octave-mod.el:
17721 * progmodes/octave-inf.el: Update maintainer.
17722
17723 2011-10-26 Chong Yidong <cyd@gnu.org>
17724
17725 * subr.el (with-wrapper-hook): Rewrite doc.
17726
17727 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
17728
17729 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17730 filenames "/method:foo:". (Bug#9793)
17731
17732 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17735 (bug#9865).
17736
17737 2011-10-24 Glenn Morris <rgm@gnu.org>
17738
17739 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
17740
17741 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
17742
17743 * notifications.el: Add the requirement of a running D-Bus session
17744 bus to the Commentary.
17745
17746 2011-10-24 Juri Linkov <juri@jurta.org>
17747
17748 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17749 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17750 (Bug#9364)
17751
17752 2011-10-24 Juri Linkov <juri@jurta.org>
17753
17754 * info.el (Info-following-node-name-re): Add newline to the list
17755 of allowed characters for leading space. (Bug#9824)
17756
17757 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17758
17759 * progmodes/octave-inf.el (inferior-octave-mode-map):
17760 Fix C-c C-h binding.
17761 * progmodes/octave-mod.el (octave-help): Remove.
17762
17763 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
17764
17765 Sync with Tramp 2.2.3.
17766
17767 * net/tramp-cache.el (top): Pacify byte-compiler using
17768 `init-file-user' and `site-run-file'.
17769
17770 * net/trampver.el: Update release number.
17771
17772 2011-10-23 Chong Yidong <cyd@gnu.org>
17773
17774 * files.el (toggle-read-only): Remove obsolete comment about
17775 version control.
17776
17777 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17778 for toggle-read-only. Note that this hasn't called vc-next-action
17779 since 2008-05-02, though it wasn't documented at the time.
17780
17781 * vc/ediff-init.el (ediff-toggle-read-only-function):
17782 Use toggle-read-only.
17783
17784 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
17785
17786 Fix bug #9560, sporadic wrong indentation; improve instrumentation
17787 of c-parse-state.
17788
17789 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17790 correct faulty logical expression.
17791 (c-parse-state-state, c-record-parse-state-state):
17792 (c-replay-parse-state-state): New defvar/defuns.
17793 (c-debug-parse-state): Use new functions.
17794
17795 2011-10-22 Martin Rudalics <rudalics@gmx.at>
17796
17797 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17798 last fix. Use window-in-direction correctly.
17799
17800 2011-10-21 Chong Yidong <cyd@gnu.org>
17801
17802 * progmodes/idlwave.el (idlwave-mode):
17803 * progmodes/vera-mode.el (vera-mode): No need to set
17804 require-final-newline; that's done in prog-mode.
17805 Suggested by Stefan Monnier.
17806
17807 2011-10-21 Martin Rudalics <rudalics@gmx.at>
17808
17809 * mouse.el (mouse-drag-window-above)
17810 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17811 (mouse-drag-mode-line-1, mouse-drag-header-line)
17812 (mouse-drag-vertical-line-rightward-window): Remove.
17813 (mouse-drag-line): New function.
17814 (mouse-drag-mode-line, mouse-drag-header-line)
17815 (mouse-drag-vertical-line): Call mouse-drag-line.
17816 * window.el (window-at-side-p, windows-at-side): New functions.
17817
17818 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
17819
17820 * tar-mode.el (tar-grind-file-mode):
17821 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
17822
17823 2011-10-21 Chong Yidong <cyd@gnu.org>
17824
17825 * progmodes/idlwave.el (idlwave-mode):
17826 * progmodes/vera-mode.el (vera-mode):
17827 Use mode-require-final-newline.
17828
17829 2011-10-20 Glenn Morris <rgm@gnu.org>
17830
17831 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
17832
17833 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
17834
17835 * emulation/cua-base.el (cua-set-mark): Fix case of string.
17836
17837 2011-10-20 Chong Yidong <cyd@gnu.org>
17838
17839 * emulation/cua-base.el (cua-mode):
17840 * mail/footnote.el (footnote-mode):
17841 * mail/mailabbrev.el (mail-abbrevs-mode):
17842 * net/xesam.el (xesam-minor-mode):
17843 * progmodes/bug-reference.el (bug-reference-mode):
17844 * progmodes/cap-words.el (capitalized-words-mode):
17845 * progmodes/compile.el (compilation-minor-mode)
17846 (compilation-shell-minor-mode):
17847 * progmodes/gud.el (gud-tooltip-mode):
17848 * progmodes/hideif.el (hide-ifdef-mode):
17849 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17850 * progmodes/subword.el (subword-mode):
17851 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17852 * progmodes/which-func.el (which-function-mode):
17853 * term/tvi970.el (tvi970-set-keypad-mode):
17854 * term/vt100.el (vt100-wide-mode):
17855 * textmodes/flyspell.el (flyspell-mode):
17856 * textmodes/ispell.el (ispell-minor-mode):
17857 * textmodes/nroff-mode.el (nroff-electric-mode):
17858 * textmodes/paragraphs.el (use-hard-newlines):
17859 * textmodes/refill.el (refill-mode):
17860 * textmodes/reftex.el (reftex-mode):
17861 * textmodes/rst.el (rst-minor-mode):
17862 * textmodes/sgml-mode.el (html-autoview-mode)
17863 (sgml-electric-tag-pair-mode):
17864 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17865 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17866 * emulation/crisp.el (crisp-mode):
17867 * emacs-lisp/eldoc.el (eldoc-mode):
17868 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17869 minor mode behavior.
17870
17871 2011-10-19 Juri Linkov <juri@jurta.org>
17872
17873 * descr-text.el (describe-char): Add #x2010 and #x2011 to
17874 the list of hard-coded chars with escape-glyph face.
17875
17876 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17877
17878 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17879
17880 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
17881
17882 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17883 running process.
17884
17885 2011-10-19 Glenn Morris <rgm@gnu.org>
17886
17887 * vc/vc-bzr.el (vc-bzr-after-dir-status):
17888 Ignore ignored files. (Bug#9726)
17889
17890 2011-10-19 Chong Yidong <cyd@gnu.org>
17891
17892 Doc fix for minor modes, stating that an omitted argument enables
17893 the mode unconditionally when called from Lisp.
17894
17895 * abbrev.el (abbrev-mode):
17896 * allout.el (allout-mode):
17897 * autoinsert.el (auto-insert-mode):
17898 * autoarg.el (autoarg-mode, autoarg-kp-mode):
17899 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17900 (global-auto-revert-mode):
17901 * battery.el (display-battery-mode):
17902 * composite.el (global-auto-composition-mode)
17903 (auto-composition-mode):
17904 * delsel.el (delete-selection-mode):
17905 * desktop.el (desktop-save-mode):
17906 * dired-x.el (dired-omit-mode):
17907 * dirtrack.el (dirtrack-mode):
17908 * doc-view.el (doc-view-minor-mode):
17909 * double.el (double-mode):
17910 * electric.el (electric-indent-mode, electric-pair-mode):
17911 * emacs-lock.el (emacs-lock-mode):
17912 * epa-hook.el (auto-encryption-mode):
17913 * follow.el (follow-mode):
17914 * font-core.el (font-lock-mode):
17915 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17916 * help.el (temp-buffer-resize-mode):
17917 * hilit-chg.el (highlight-changes-mode)
17918 (highlight-changes-visible-mode):
17919 * hi-lock.el (hi-lock-mode):
17920 * hl-line.el (hl-line-mode, global-hl-line-mode):
17921 * icomplete.el (icomplete-mode):
17922 * ido.el (ido-everywhere):
17923 * image-file.el (auto-image-file-mode):
17924 * image-mode.el (image-minor-mode):
17925 * iswitchb.el (iswitchb-mode):
17926 * jka-cmpr-hook.el (auto-compression-mode):
17927 * linum.el (linum-mode):
17928 * longlines.el (longlines-mode):
17929 * master.el (master-mode):
17930 * mb-depth.el (minibuffer-depth-indicate-mode):
17931 * menu-bar.el (menu-bar-mode):
17932 * minibuf-eldef.el (minibuffer-electric-default-mode):
17933 * mouse-sel.el (mouse-sel-mode):
17934 * msb.el (msb-mode):
17935 * mwheel.el (mouse-wheel-mode):
17936 * outline.el (outline-minor-mode):
17937 * paren.el (show-paren-mode):
17938 * recentf.el (recentf-mode):
17939 * reveal.el (reveal-mode, global-reveal-mode):
17940 * rfn-eshadow.el (file-name-shadow-mode):
17941 * ruler-mode.el (ruler-mode):
17942 * savehist.el (savehist-mode):
17943 * scroll-all.el (scroll-all-mode):
17944 * scroll-bar.el (scroll-bar-mode):
17945 * server.el (server-mode):
17946 * shell.el (shell-dirtrack-mode):
17947 * simple.el (auto-fill-mode, transient-mark-mode)
17948 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17949 (line-number-mode, column-number-mode, size-indication-mode)
17950 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17951 * strokes.el (strokes-mode):
17952 * time.el (display-time-mode):
17953 * t-mouse.el (gpm-mouse-mode):
17954 * tool-bar.el (tool-bar-mode):
17955 * tooltip.el (tooltip-mode):
17956 * type-break.el (type-break-mode-line-message-mode)
17957 (type-break-query-mode):
17958 * view.el (view-mode):
17959 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17960 (global-whitespace-mode, global-whitespace-newline-mode):
17961 * xt-mouse.el (xterm-mouse-mode): Doc fix.
17962
17963 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17964 Fix autogenerated docstring.
17965
17966 2011-10-19 Juri Linkov <juri@jurta.org>
17967
17968 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17969 by checking environment variables "DESKTOP_SESSION" and
17970 "XDG_CURRENT_DESKTOP". (Bug#9779)
17971
17972 2011-10-19 Juri Linkov <juri@jurta.org>
17973
17974 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17975 (browse-url-chromium-program, browse-url-chromium-arguments):
17976 New defcustoms.
17977 (browse-url-default-browser): Check for `browse-url-chromium' and
17978 call `browse-url-chromium-program'.
17979 (browse-url-chromium): New command. (Bug#9779)
17980
17981 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
17982
17983 * facemenu.el (list-colors-duplicates): On Windows, detect more
17984 duplicates by assuming that only colors matching "^System" are
17985 special "system colors". (Bug#9722)
17986
17987 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17988
17989 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17990 to distinguish the author from the committer.
17991
17992 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
17993
17994 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17995
17996 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
17997
17998 * international/mule.el (sgml-html-meta-auto-coding-function):
17999 Add support for detecting encoding in HTML5 specified only as
18000 <meta charset="UTF-8">. Implementation just makes http-equiv and
18001 content-type parts from HTML4 encoding string optional. (Bug#9716)
18002
18003 2011-10-18 Glenn Morris <rgm@gnu.org>
18004
18005 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18006
18007 2011-10-18 Chong Yidong <cyd@gnu.org>
18008
18009 * faces.el (cursor): Doc fix.
18010
18011 2011-10-17 Chong Yidong <cyd@gnu.org>
18012
18013 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18014
18015 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18016
18017 * dirtrack.el (dirtrack): Support shell buffers with path
18018 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18019
18020 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18021
18022 * json.el: Bump version to 1.3 and note change in History.
18023 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18024
18025 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18026
18027 * comint.el (comint-insert-input, comint-send-input)
18028 (comint-get-old-input-default, comint-backward-matching-input)
18029 (comint-next-prompt): Use nil instead of `input' for field property of
18030 past user input (bug#114).
18031
18032 * minibuffer.el (completion--replace): Inherit surrounding properties
18033 (bug#114).
18034 (minibuffer-complete-and-exit): Use it.
18035
18036 * comint.el (comint--table-subvert): Quote the all-completions output
18037 (bug#9160).
18038
18039 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18040
18041 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18042
18043 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18044 window on right of selected. (Bug#9350) Reword other window
18045 entries and separate them from frame entries.
18046
18047 2011-10-15 Glenn Morris <rgm@gnu.org>
18048
18049 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18050 Doc fixes.
18051
18052 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18053
18054 * net/network-stream.el (network-stream-open-starttls):
18055 Improve detection of failure due to lack of TLS support.
18056
18057 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18058 putting the input text in front and in bold.
18059
18060 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18061
18062 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18063
18064 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18065 empty buffer.
18066
18067 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18068 unread-command-events rather than pushing yet-another event.
18069
18070 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18071
18072 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18073 the explanation of the possible choices. Make the options passed
18074 to completing-read shorter.
18075
18076 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18077
18078 * textmodes/flyspell.el (flyspell-large-region): Make sure
18079 extended character mode is used if defined (Bug#1339).
18080
18081 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18082
18083 * simple.el (what-cursor-position): Fix the display of the
18084 character info for LRE, LRO, RLE, and RLO characters by appending
18085 an invisible PDF.
18086
18087 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18088
18089 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18090 even in case of error; add debug spec; simplify data flow.
18091 (with-timeout-handler): Remove.
18092
18093 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18094
18095 Fix Bug#6019, Bug#9315.
18096
18097 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18098 complete `buffer-file-name', the local file name part could look
18099 remotely (for example on VMS).
18100
18101 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18102 `tramp-run-real-handler'.
18103 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18104 already quoted by '"'.
18105
18106 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18107 Let `file-name-handler-alist' be nil, the local file name part
18108 could look remotely (for example on VMS).
18109
18110 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18113 from here...
18114 (flyspell-post-command-hook): ...to here.
18115
18116 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18117
18118 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18119 if not needed.
18120 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18121 using completion. Protect against "slow" callers.
18122 Remove the "message hack".
18123
18124 2011-10-11 Juri Linkov <juri@jurta.org>
18125
18126 * isearch.el (isearch-lazy-highlight-word): New variable.
18127 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18128 Use it. (Bug#9727)
18129
18130 2011-10-11 Glenn Morris <rgm@gnu.org>
18131
18132 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18133 like f90-previous-statement does.
18134
18135 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18136
18137 * eshell/eshell.el (eshell-command): History should be saved
18138 only in interactive use, to avoid error.
18139
18140 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * minibuffer.el (completion-file-name-table): Fix last change,
18143 i.e. ignore normal errors but not the other ones.
18144
18145 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18146
18147 * window.el (special-display-buffer-names)
18148 (special-display-regexps): Remove some remnants of earlier
18149 changes from doc-strings.
18150 (quit-windows-on): New function.
18151
18152 * vc/vc.el (vc-revert, vc-rollback):
18153 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18154 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18155 (Bug#6183) (Bug#7074) (Bug#7447)
18156
18157 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18158
18159 * window.el (frame-auto-hide-function): Add version tag.
18160 (Bug#9699)
18161
18162 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18163
18164 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18165 condition.
18166
18167 2011-10-09 Leo Liu <sdl.web@gmail.com>
18168
18169 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18170 (Bug#9701)
18171
18172 2011-10-08 Glenn Morris <rgm@gnu.org>
18173
18174 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18175 before the first code statement zero indent. (Bug#9690)
18176
18177 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18178
18179 * simple.el (count-words-region): Always count in the region.
18180 Report the number of lines and characters too.
18181 (count-words): New command, which counts in the buffer if the
18182 region is inactive, as count-words-region used to.
18183 (count-words--message): New function. Handle plurals.
18184 (count-lines-region): Make it an alias for count-words-region.
18185
18186 * bindings.el (esc-map): Replace count-lines-region with
18187 count-words-region.
18188
18189 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18190
18191 * window.el (window--delete): Delete dedicated frame
18192 unconditionally when argument KILL is non-nil. (Bug#9699)
18193 (switch-to-buffer): Fix doc-string typo.
18194
18195 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18196
18197 * eshell/eshell.el (eshell-command): Avoid using hooks.
18198
18199 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18200
18201 * bindings.el ([M-left],[M-right]): Bind to left-word and
18202 right-word respectively.
18203
18204 2011-10-07 Glenn Morris <rgm@gnu.org>
18205
18206 * cus-start.el (debug-on-quit): Fix custom type.
18207
18208 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18209
18210 * subr.el (define-key-after): Clarify that the function is not
18211 useful for non-menu keymaps.
18212
18213 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18214
18215 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18216
18217 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18218 in current minibuffer (Fix bug with recursive minibuffers).
18219
18220 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18221
18222 * progmodes/gdb-mi.el (gdb): Doc fix.
18223
18224 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18225
18226 * window.el (frame-auto-hide-function): New option replacing
18227 frame-auto-delete. Suggested by Stefan Monnier.
18228 (window--delete): Call frame-auto-hide-function instead of
18229 investigating frame-auto-delete.
18230 (window-point-1, set-window-point-1): New functions.
18231 (window-in-direction, record-window-buffer, window-state-get-1)
18232 (display-buffer-record-window): Use window-point-1 instead of
18233 window-point.
18234 (set-window-buffer-start-and-point): Use set-window-point-1.
18235
18236 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18237
18238 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18239
18240 2011-10-05 Glenn Morris <rgm@gnu.org>
18241
18242 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18243 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18244
18245 2011-10-05 Leo Liu <sdl.web@gmail.com>
18246
18247 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18248 works with buffer object.
18249
18250 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * mpc.el (mpc-tool-bar-map): Add labels.
18253
18254 2011-10-04 Glenn Morris <rgm@gnu.org>
18255
18256 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18257
18258 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18259
18260 * window.el (window--delete): New function.
18261 (frame-auto-delete): Resuscitate option.
18262 (bury-buffer, replace-buffer-in-windows)
18263 (quit-window): Rewrite using window--delete.
18264 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18265 Pass display-buffer-mark-dedicated to window--display-buffer-2
18266 (Bug#9639).
18267
18268 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18271 returns a list (bug#9554). Add remote file name completion.
18272 * comint.el (comint--table-subvert): Curry and get quote&unquote
18273 functions as arguments.
18274 (comint--complete-file-name-data): Adjust call accordingly.
18275 * pcomplete.el (pcomplete--table-subvert): Remove.
18276 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18277
18278 * minibuffer.el (completion-table-case-fold): Use currying.
18279 (completion--styles-type, completion--cycling-threshold-type):
18280 New constants.
18281 (completion-styles, completion-category-overrides)
18282 (completion-cycle-threshold): Use them.
18283 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18284 completion-table-case-fold.
18285
18286 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18287
18288 * minibuffer.el (completion-category-overrides): Fix type of styles
18289 and add more user friendly tags (bug#9660).
18290
18291 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18292
18293 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18294 (mule-input-method-string): New widget.
18295 (default-input-method, language-info-custom-alist): Use it.
18296
18297 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * pcomplete.el: Require comint.
18300 (pcomplete--common-suffix): Remove.
18301 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18302 (pcomplete--table-subvert): Sync with comint--table-subvert.
18303 (pcomplete--entries): Use comint-completion-file-name-table.
18304 * comint.el (comint-unquote-filename): Simplify.
18305 (comint-completion-file-name-table): New function (bug#9616).
18306 (comint--complete-file-name-data): Use it.
18307
18308 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18309 (pcmpl-gnu-tar-buffer): Remove.
18310 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18311 around. Make sure pcomplete-suffix-list is only changed temporarily.
18312 Don't look inside the tar's file if it's too large.
18313
18314 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18315
18316 * cus-edit.el (custom-mode-map):
18317 * epa.el (epa-key-list-mode-map):
18318 * man.el (Man-mode-map):
18319 * startup.el (splash-screen-keymap):
18320 * simple.el (special-mode-map): Use scroll-up-command and
18321 scroll-down-command.
18322
18323 * progmodes/idlw-help.el (idlwave-help-mode-map):
18324 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18325 * net/newst-plainview.el (newsticker-mode-map):
18326 * emulation/ws-mode.el (wordstar-mode-map):
18327 * emulation/vi.el (vi-com-map):
18328 * calc/calc-graph.el (calc-graph-show-dumb):
18329 * term/sun.el (terminal-init-sun):
18330 * term/ns-win.el (global-map):
18331 * progmodes/grep.el (grep-mode-map):
18332 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18333 * mail/rmail.el (rmail-mode-map):
18334 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18335
18336 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18337 custom-safe-themes as special.
18338
18339 2011-10-01 Julien Danjou <julien@danjou.info>
18340
18341 * notifications.el (notifications-notify): Fix docstring.
18342
18343 2011-10-01 Per Starbäck <per@starback.se>
18344
18345 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18346
18347 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18348
18349 * startup.el (command-line-1): Fix last fix by inserting
18350 initial-scratch-message into *scratch* before displaying it.
18351 (Bug#9605) and (Bug#9636)
18352
18353 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18354
18355 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18356 window is hscrolled, move by logical lines. (Bug#9607)
18357 (line-move-visual): Update the doc string to the above effect.
18358
18359 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18360
18361 * window.el (display-buffer-record-window): When WINDOW is the
18362 selected window use `point' instead of `window-point'. (Bug#9626)
18363
18364 * startup.el (command-line-1): Use insert-before-markers when
18365 inserting initial-scratch-message. (Bug#9605)
18366
18367 * help.el (help-window): Remove variable.
18368
18369 2011-09-29 Glenn Morris <rgm@gnu.org>
18370
18371 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18372
18373 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18374
18375 * descr-text.el (describe-char-categories): Accept category
18376 descriptions more than one line long.
18377
18378 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * simple.el (delete-trailing-whitespace): Fix last change.
18381
18382 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18383 Don't confuse "y => 3" as the beginning of a `y' operation.
18384
18385 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18386 object has more than 4 slots (bug#9613).
18387
18388 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18389
18390 * subr.el (with-output-to-temp-buffer):
18391 * net/quickurl.el (quickurl, quickurl-browse-url):
18392 Fix typos in docstrings.
18393
18394 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18395
18396 * minibuffer.el (completion-styles)
18397 (completion-category-overrides): Cross reference each other in doc
18398 strings.
18399
18400 2011-09-27 Glenn Morris <rgm@gnu.org>
18401
18402 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18403 to split-string. (Bug#9606)
18404
18405 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18406
18407 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18408 (bug#9615).
18409
18410 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18411
18412 * emacs-lisp/package.el (list-packages): Fix echo area message.
18413
18414 2011-09-27 Leo Liu <sdl.web@gmail.com>
18415
18416 * ido.el (ido-read-internal): Accept cons cell HIST arg.
18417
18418 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
18419
18420 * net/dbus.el (dbus-unregister-object): Don't release services for
18421 registered signals. (Bug#9581)
18422
18423 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
18424
18425 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18426 function that picks between cfengine 2 and 3 support
18427 automatically. Update docs accordingly.
18428
18429 2011-09-22 Kenichi Handa <handa@m17n.org>
18430
18431 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18432 ZERO.
18433 (indian-itrans-v5-table-for-tamil): New variable.
18434 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18435
18436 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
18437
18438 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18439 that's true if the current command involved collapsing of text.
18440 It's reset to false at the beginning of the next command.
18441 (allout-post-command-business): Move the cursor to the beginning
18442 of entry if the cursor is hidden and collapsing activity just
18443 happened.
18444
18445 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
18446
18447 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18448 tracking (Bug#9541).
18449
18450 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
18451
18452 * net/newst-reader.el (newsticker-html-renderer)
18453 (newsticker-show-news): Automatically load html rendering package
18454 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
18455 because w3m-fill-column is let-bound" and the error "Symbol's value
18456 as variable is void: w3m-fill-column".
18457
18458 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
18459
18460 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18461 Release services only if they are defined. (Bug#9581)
18462
18463 2011-09-23 Richard Stallman <rms@gnu.org>
18464
18465 * textmodes/paragraphs.el (forward-sentence): For backwards case,
18466 distinguish start of paragraph from start of its text.
18467
18468 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18469
18470 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18471 (rmail-generate-viewer-buffer): Put that hook on view buffer.
18472 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18473
18474 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
18475
18476 * international/mule-diag.el (mule-diag): Insert a newline after
18477 each fontset description.
18478
18479 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * simple.el (delete-trailing-whitespace):
18482 Document last change; simplify.
18483
18484 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
18485
18486 * simple.el (delete-trailing-whitespace): Also delete
18487 extra newlines at the end of the buffer.
18488
18489 * textmodes/picture.el: Make motion commands obey shift-select-mode.
18490 (picture-newline): Use forward-line so as to ignore fields.
18491
18492 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * subr.el (with-wrapper-hook): Fix edebug spec.
18495
18496 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18497
18498 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18499 (bug#4538).
18500
18501 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
18502
18503 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18504 Fix nasty bug using wrong cached values.
18505
18506 2011-09-23 Alan Mackenzie <acm@muc.de>
18507
18508 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18509
18510 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
18511
18512 * window.el (pop-to-buffer): Ensure right window is selected if we
18513 chose another frame.
18514
18515 2011-09-22 Eli Zaretskii <eliz@gnu.org>
18516
18517 * simple.el (what-cursor-position): Use get-char-property-change
18518 and next-single-char-property-change, to be able to show display
18519 properties that come from overlays as well as text properties.
18520
18521 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
18522
18523 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18524
18525 * cmuscheme.el (run-scheme, switch-to-scheme):
18526 * cus-edit.el (customize-group, custom-buffer-create)
18527 (customize-browse):
18528 * info.el (info):
18529 * shell.el (shell):
18530 * mail/sendmail.el (mail):
18531 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18532
18533 2011-09-22 Richard Stallman <rms@gnu.org>
18534
18535 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18536 move back only to line beg, don't move back over blank lines.
18537
18538 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
18539
18540 * files.el (copy-directory): Set directory attributes only in case
18541 they could be retrieved from the source directory. (Bug#9565)
18542
18543 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
18544
18545 * progmodes/hideshow.el (hs-looking-at-block-start-p)
18546 (hs-find-block-beginning, hs-hide-level-recursive):
18547 Ignore strings as well as comments. (Bug#9502)
18548
18549 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
18550
18551 * progmodes/sql.el (sql-comint-postgres):
18552 Convert port number to a string. (Bug#9566)
18553
18554 2011-09-22 Martin Rudalics <rudalics@gmx.at>
18555
18556 * window.el (quit-window): Undedicate window when switching to
18557 previous buffer. Reported by Thierry Volpiatto
18558 <thierry.volpiatto@gmail.com>.
18559 (special-display-popup-frame): When popping up a new frame reset
18560 its previous buffers to nil. Simplify code.
18561
18562 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
18563
18564 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18565 and process filter, as done also in `shell-command'.
18566
18567 2011-09-21 Martin Rudalics <rudalics@gmx.at>
18568
18569 * window.el (set-window-buffer-start-and-point):
18570 Call set-window-start with NOFORCE argument t.
18571 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18572 (quit-window): Reword doc-string. Handle new format of
18573 quit-restore parameter. Don't delete window if it has a
18574 previous buffer we can show instead of the present one.
18575 (display-buffer-record-window): Rewrite using a new format for
18576 the quit-restore window parameter
18577 (special-display-popup-frame, display-buffer-same-window)
18578 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18579 (display-buffer-pop-up-window, display-buffer-use-some-window):
18580 Adapt symbol passed to display-buffer-record-window.
18581 * help.el (help-window-setup): Handle new format of quit-restore
18582 parameter.
18583
18584 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18585
18586 * faces.el (face-list): Fix docstring (bug#9564).
18587
18588 * window.el (display-buffer--action-function-custom-type):
18589 Don't include internal functions in the Custom interface.
18590
18591 2011-09-20 Juri Linkov <juri@jurta.org>
18592
18593 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18594 (Info-forward-node, Info-backward-node, Info-next-preorder)
18595 (Info-last-preorder): Use it. (Bug#9528)
18596
18597 2011-09-20 Juri Linkov <juri@jurta.org>
18598
18599 * info.el (Info-last-preorder): Visit last menu item only when
18600 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18601
18602 2011-09-20 Julien Danjou <julien@danjou.info>
18603
18604 * password-cache.el (password-cache-remove): Remove entries even if the
18605 value is nil, so that password with a nil value (negative caching) is
18606 possible to invalidate.
18607
18608 2011-09-20 Lawrence Mitchell <wence@gmx.li>
18609
18610 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18611 all whitespace around breakpoint. (Bug#9553)
18612 (f90-find-breakpoint): Only break at whitespace inside a comment.
18613
18614 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18615
18616 * minibuffer.el (completion-file-name-table): Keep track of errors.
18617 (completion-table-with-predicate): Handle the case where pred1 is nil.
18618 * pcomplete.el (pcomplete-completions-at-point): Simplify.
18619
18620 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18623 (debugger-return-value): Signal an error if the debugging context does
18624 not await any return value.
18625
18626 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18627 * image-mode.el (image-toggle-display-text)
18628 (image-toggle-display-image): Stay away from evil `intangible'.
18629
18630 2011-09-19 Leo Liu <sdl.web@gmail.com>
18631
18632 * replace.el (occur-revert-arguments): Make it permanent-local.
18633 (occur-mode): Don't call font-lock-defontify.
18634
18635 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
18636
18637 * net/ldap.el (ldap-search-internal): Don't push empty search
18638 result (Bug#9508).
18639
18640 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18643
18644 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
18645
18646 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18647 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18648
18649 2011-09-18 Juri Linkov <juri@jurta.org>
18650
18651 * buff-menu.el (Buffer-menu-mode-map):
18652 * dired.el (dired-mode-map):
18653 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18654 (lisp-interaction-mode-map):
18655 * emacs-lisp/package.el (package-menu-mode-map):
18656 * epa.el (epa-key-list-mode-map):
18657 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18658 (menu-bar-options-menu):
18659 * outline.el (outline-mode-menu-bar-map):
18660 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18661 * vc/vc-dir.el (vc-dir-menu-map):
18662 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18663 Capitalize non-function content words in menu item strings.
18664
18665 * dired.el (dired-mode-map): Add menu item for
18666 `image-dired-dired-toggle-marked-thumbs'.
18667
18668 2011-09-18 Juri Linkov <juri@jurta.org>
18669
18670 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18671 to `isearch-case-fold-search' and restore its original value
18672 after the `isearch-mode' call.
18673
18674 2011-09-18 Juri Linkov <juri@jurta.org>
18675
18676 * progmodes/grep.el (grep-process-setup): Don't check code for 1
18677 because `zgrep' returns 1 for successful matches (bug#9226).
18678
18679 2011-09-18 Juri Linkov <juri@jurta.org>
18680
18681 * info.el (Info-extract-menu-node-name): Check the second match
18682 for empty string (second test-case of bug#9528).
18683 (Info-last-preorder): Let-bind `Info-history' to nil to not add
18684 intermediate nodes to the history (first test-case of bug#9528).
18685
18686 2011-09-18 Juri Linkov <juri@jurta.org>
18687
18688 * info.el (Info-mode-syntax-table): New variable.
18689 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18690
18691 2011-09-18 Juri Linkov <juri@jurta.org>
18692
18693 * info.el (Info-file-supports-index-cookies):
18694 Increment line-beginning-position's arg from 3 to 4 because makeinfo
18695 outputs one more line for long file names (bug#4142).
18696
18697 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18698
18699 * newcomment.el (comment-normalize-vars): If prompting for
18700 comment-start, set comment-start-skip too (Bug#8424).
18701
18702 2011-09-18 Johan Bockgård <bojohan@gnu.org>
18703
18704 * icomplete.el: Fix previous fix of Bug#5849.
18705 (icomplete-mode): Don't set completion-show-inline-help.
18706 (icomplete-minibuffer-setup): Set completion-show-inline-help
18707 locally during icompletion.
18708
18709 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
18710
18711 * woman.el (woman2-process-escapes): Don't delete unrecognized
18712 escapes (Bug#7843).
18713
18714 * files.el (inhibit-first-line-modes-regexps): Add image files.
18715 (hack-local-variables-prop-line): Return nil for malformed
18716 prop-lines (Bug#9044).
18717
18718 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
18719
18720 * net/tramp.el (top): Don't require 'shell.
18721 (tramp-methods): Fix docstring.
18722 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18723 Return complete remote file name. Handle "smb" case.
18724 Use `tramp-tmpdir', if defined for the respective method.
18725 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18726
18727 * net/tramp-compat.el (top): Require 'shell.
18728
18729 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18730 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18731 `tramp-current-host'.
18732 (tramp-get-remote-tmpdir): Remove.
18733
18734 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18735 `tramp-tmpdir' entries.
18736 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18737 (tramp-smb-handle-file-attributes): Ignore errors.
18738 (tramp-smb-wait-for-output): Check also for process end.
18739
18740 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18741
18742 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18743 when sending QUIT (bug#9312).
18744
18745 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
18746
18747 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18748 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18749 occur-mode-display-occurrence.
18750 (occur-edit-mode): Add usage message.
18751 (occur-cease-edit): New command.
18752 (occur-after-change-function): Use text properties to find the
18753 position of the prefix text.
18754 (occur-engine): Set stickiness of prefix text properties.
18755
18756 2011-09-17 Glenn Morris <rgm@gnu.org>
18757
18758 * progmodes/etags.el (complete-tag):
18759 Fix call to completion-in-region. (Bug#9526)
18760
18761 2011-09-17 Juri Linkov <juri@jurta.org>
18762
18763 * textmodes/ispell.el (ispell-word): Add to the error message
18764 the word, ispell program name and current dictionary (bug#9121).
18765 (ispell-tex-arg-end): Capitalize "error" in the error message.
18766
18767 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
18768
18769 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18770 check. (Bug#4251)
18771
18772 2011-09-17 Juri Linkov <juri@jurta.org>
18773
18774 * window.el (window-safe-min-height, window-safe-min-width):
18775 Fix typos (followup to bug#9522).
18776
18777 2011-09-17 Sven Joachim <svenjoac@gmx.de>
18778
18779 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18780
18781 2011-09-16 Eli Zaretskii <eliz@gnu.org>
18782
18783 * simple.el (line-move): If goal-column is set, move by logical
18784 lines, not by display lines. (Bug#971)
18785 (next-line, previous-line, goal-column, line-move-visual): Doc fix
18786 to reflect the above change.
18787
18788 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18789
18790 * image.el (imagemagick-register-types): Use regexp-opt.
18791
18792 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18793
18794 * window.el (display-buffer-base-action): Rename from
18795 display-buffer-default-action. Make default value empty.
18796 (display-buffer-overriding-action): Convert to defvar.
18797 (display-buffer-fallback-action): New var.
18798
18799 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
18800
18801 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18802 declaration.
18803 (package--add-to-archive-contents): If there is a duplicate entry
18804 with an older version, remove it.
18805 (package-menu-mark-delete, package-menu-mark-install)
18806 (package-menu-mark-unmark): Make unused args optional.
18807 (package-menu-mark-obsolete-for-deletion):
18808 Use package-menu-get-status instead of a regexp search.
18809 (package-menu-get-status): Use tabulated-list-entry.
18810 (package-menu-mark-upgrades): New command.
18811 (package-menu-mode-map): Bind it to U. Add it to menu bar.
18812 (package-menu-execute): Do installation before deletion.
18813 (package-menu-refresh, package-menu-execute): Use derived-mode-p
18814 instead of checking major-mode.
18815 (package-menu--find-upgrades): New function.
18816
18817 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18818
18819 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18820 passwords in the log buffer.
18821 (smtpmail-process-filter): Update the process marker so that the
18822 "broken by peer" status message is inserted in the right place.
18823
18824 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18827 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18828 bibtex-completion-at-point-function.
18829 (bibtex-completion-at-point-function): Use them.
18830
18831 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18832
18833 * mpc.el (mpc-constraints-tag-lookup): New function.
18834 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18835 also to browser "album|playlist".
18836
18837 2011-09-14 Juri Linkov <juri@jurta.org>
18838
18839 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
18840 (isearch-edit-string): Use length of `isearch-string' when
18841 `isearch-fail-pos' returns nil.
18842 (isearch-message): Remove duplicate code and call
18843 `isearch-fail-pos' with arg `t'.
18844
18845 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
18846
18847 * replace.el (occur-mode-goto-occurrence): Don't force using other
18848 window (Bug#9499).
18849
18850 * dired-aux.el (dired-do-chmod): Don't provide initial input.
18851
18852 2011-09-14 Martin Rudalics <rudalics@gmx.at>
18853
18854 * window.el (display-buffer-window): Remove.
18855 (display-buffer-record-window): Use help-setup window parameter
18856 instead of variable display-buffer-window.
18857 (display-buffer-function, special-display-buffer-names)
18858 (special-display-function): Mention help-setup parameter instead
18859 of display-buffer-window in doc-string.
18860 * help.el (help-window-setup): New argument help-window.
18861 Use help-window-setup parameter instead of display-buffer-window.
18862 Reword some messages.
18863 (with-help-window): Pass window used for displaying the buffer
18864 to help-window-setup. Don't set display-buffer-window.
18865
18866 2011-09-13 Glenn Morris <rgm@gnu.org>
18867
18868 * emacs-lisp/debug.el (debugger-make-xrefs):
18869 Preserve point. (Bug#9462)
18870
18871 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18872
18873 * window.el (window-deletable-p): Use next-frame.
18874
18875 2011-09-13 Martin Rudalics <rudalics@gmx.at>
18876
18877 * window.el (window-auto-delete): Remove.
18878 (window-deletable-p): Remove argument FORCE. Don't deal with
18879 dedication and previous buffers.
18880 (switch-to-prev-buffer): Don't delete window.
18881 (delete-windows-on): Delete a window's frame if and only if the
18882 window is dedicated.
18883 (replace-buffer-in-windows): Delete buffer's window or frame if
18884 and only if window is dedicated.
18885 (quit-window): Handle quit-restore as before last change.
18886 (bury-buffer): Delete window only if window-deletable-p returns t.
18887
18888 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
18889
18890 * window.el (window-deletable-p): Never delete the last frame on a
18891 given terminal.
18892
18893 2011-09-13 Glenn Morris <rgm@gnu.org>
18894
18895 * help.el (describe-key-briefly): Copy previous standard-output change.
18896
18897 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
18898
18899 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
18900
18901 2011-09-13 Glenn Morris <rgm@gnu.org>
18902
18903 * emacs-lisp/lisp-mode.el (lisp-indent-function):
18904 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18905
18906 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
18907
18908 * dired-aux.el (dired-mark-read-string): Don't return default
18909 value on empty input (Bug#9361).
18910 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18911 Omit initial minibuffer contents.
18912 (dired-do-chmod): Signal an error on empty input.
18913 (dired-mark-read-string): Don't return default on empty input.
18914
18915 * files.el (file-modes-symbolic-to-number): Doc fix.
18916
18917 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * international/mule-cmds.el (ucs-completions): Remove.
18920 (read-char-by-name): Use complete-with-action instead; add metadata.
18921
18922 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18923
18924 * window.el (display-buffer--action-function-custom-type)
18925 (display-buffer--action-custom-type): New vars.
18926 (display-buffer-alist, display-buffer-default-action)
18927 (display-buffer-overriding-action): Add defcustom types.
18928
18929 * frame.el (delete-other-frames): Doc fix (Bug#276).
18930
18931 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18932
18933 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18934
18935 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
18936
18937 Change modes that used same-window-* vars to use switch-to-buffer.
18938
18939 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18940 Use switch-to-buffer.
18941
18942 * cus-edit.el (customize-group, custom-buffer-create)
18943 (customize-browse, custom-buffer-create-other-window):
18944 Use switch-to-buffer or switch-to-buffer-other-window.
18945
18946 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18947 (Info-prev, Info-up, Info-speedbar-goto-node)
18948 (info-display-manual): Use switch-to-buffer.
18949 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18950
18951 * mail/sendmail.el (mail): Use switch-to-buffer.
18952 (mail-recover): Use switch-to-buffer-other-window.
18953
18954 * cmuscheme.el (run-scheme, switch-to-scheme):
18955 * ielm.el (ielm):
18956 * shell.el (shell):
18957 * net/rlogin.el (rlogin):
18958 * net/telnet.el (telnet, rsh):
18959 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18960
18961 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
18962
18963 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18964
18965 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18966
18967 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18968 so don't mention it (bug#9301).
18969 (dired-sort-toggle-or-edit): Clarify string further.
18970
18971 * faces.el (face-spec-set-match-display): Make `(type graphic)'
18972 match `x', `w32' and `ns', like the manual says (bug#9029).
18973
18974 * subr.el (eval-after-load): Doc string clarification (bug#9125).
18975 (process-kill-buffer-query-function): Mention the buffer name in
18976 the query.
18977
18978 * image-mode.el (image-next-line): The line parameter is mandatory
18979 (bug#9258).
18980
18981 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18982 which can be useful (bug#9301).
18983
18984 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18985
18986 * subr.el (match-string): Mention that the current buffer should
18987 be the same as the search was done in (bug#9282).
18988
18989 * facemenu.el: Disable the remove-* commands if the mark isn't
18990 active (bug#9162).
18991
18992 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18993
18994 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18995 of display-buffer.
18996 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18997
18998 * replace.el (occur-mode-goto-occurrence)
18999 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19000 and display-buffer.
19001
19002 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19003 display-buffer.
19004
19005 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19006 special-display and same-window variables.
19007 (mail-other-window): Use switch-to-buffer-other-window.
19008 (mail-other-frame): USe switch-to-buffer-other-frame.
19009
19010 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19011 Use display-buffer-other-frame.
19012 (gdb-display-gdb-buffer): Use pop-to-buffer.
19013
19014 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19015
19016 * progmodes/python.el: Don't set same-window-buffer-names.
19017
19018 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19019
19020 * window.el (display-buffer-alist): Add *Python*.
19021
19022 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19023
19024 * window.el (display-buffer-alist): Add entry for buffers
19025 previously handled same-window-*.
19026 (display-buffer-alist, display-buffer-default-action)
19027 (display-buffer-overriding-action): Mark as risky.
19028 (display-buffer-alist): Document action function changes.
19029 (display-buffer--same-window-action)
19030 (display-buffer--other-frame-action): New variables.
19031 (switch-to-buffer, display-buffer-other-frame): Use them.
19032 (display-buffer): Rename reuse-frame entry to reusable-frames.
19033 (display-buffer-reuse-selected-window): Function deleted.
19034 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19035 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19036 (display-buffer-special): New function.
19037 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19038 display-buffer-reuse-or-pop-window. Split off special-display
19039 part into display-buffer-special.
19040 (display-buffer-use-some-window): Don't perform any special
19041 pop-up-frames handling.
19042 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19043 (display-buffer--maybe-same-window): Rename from
19044 display-buffer-maybe-same-window.
19045
19046 * info.el: Don't set same-window-regexps.
19047 (info-setup): New function.
19048 (info-other-window, info): Call it.
19049
19050 * cus-edit.el: Don't set same-window-regexps.
19051 (customize-group): New argument.
19052 (customize-group-other-window): Use it.
19053 (customize-face, customize-face-other-window): Likewise.
19054 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19055
19056 * net/rlogin.el:
19057 * net/telnet.el:
19058 * progmodes/gud.el: Don't set same-window-regexps.
19059
19060 * cmuscheme.el:
19061 * ielm.el:
19062 * shell.el:
19063 * mail/sendmail.el:
19064 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19065
19066 2011-09-10 Juri Linkov <juri@jurta.org>
19067
19068 * isearch.el (isearch-edit-string): Remove obsolete mention of
19069 `C-w' (`isearch-yank-word-or-char') from docstring.
19070 (isearch-query-replace): Fix typo in docstring (bug#9466).
19071
19072 2011-09-10 Juri Linkov <juri@jurta.org>
19073
19074 * paren.el (show-paren-function): Don't show escaped parens.
19075 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19076
19077 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19078
19079 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19080 (mm-default-file-encoding): Remove autoload forms, they are
19081 replaced with autoload cookies in mml.el and mm-encode.el.
19082 (mail-add-attachment): New command.
19083 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19084 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19085 the doc string.
19086 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19087
19088 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19089
19090 * simple.el (count-words-region): Use buffer if there's no region
19091 (bug#9429).
19092
19093 2011-09-09 Juri Linkov <juri@jurta.org>
19094
19095 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19096 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19097 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19098
19099 2011-09-09 Alan Mackenzie <acm@muc.de>
19100
19101 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19102 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19103
19104 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19105
19106 Fix for Savannah bug#9392.
19107 * simple.el (mail-encode-mml): New defvar.
19108
19109 * mail/rmail.el (mail-encode-mml): Add a defvar.
19110 (rmail-enable-mime-composing): Default to t.
19111 (rmail-forward): Use MIME method of forwarding only if both
19112 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19113 Set mail-encode-mml non-nil if the MIME method was used.
19114
19115 * mail/sendmail.el (mml-to-mime): Add autoload form.
19116 (mail-encode-mml): Add a defvar.
19117 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19118 to nil.
19119 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19120 message through mml-to-mime, and reset mail-encode-mml to nil.
19121
19122 2011-09-09 Glenn Morris <rgm@gnu.org>
19123
19124 * woman.el (woman-if-body): When processing an .el block,
19125 do not delete the next .el block as well. (Bug#9447)
19126 (woman-special-characters): Add oq, cq, and hy characters.
19127
19128 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19129
19130 * window.el (window-deletable-p): Make sure window is live before
19131 invoking window-prev-buffers.
19132
19133 2011-09-08 Leo Liu <sdl.web@gmail.com>
19134
19135 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19136
19137 2011-09-08 Juri Linkov <juri@jurta.org>
19138
19139 * progmodes/compile.el (compilation-environment): Make it
19140 a defcustom (bug#8340).
19141
19142 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19143
19144 * window.el (frame-auto-delete): Rename to window-auto-delete.
19145 Make it control auto-deletion of windows and/or frames.
19146 (window-deletable-p): New argument FORCE. Rewrite conditions
19147 for deleting window/frame. (Bug#9419)
19148 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19149 Rewrite handling of case when window/frame can be deleted.
19150 (delete-windows-on): Call window-deletable-p with new FORCE
19151 argument t. (Bug#9456)
19152
19153 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19154
19155 * help-mode.el (help-mode): Restore autoload.
19156
19157 2011-09-07 Juri Linkov <juri@jurta.org>
19158
19159 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19160 `compilation-environment'. Set buffer-local
19161 `compilation-environment' to `thisenv' later after (funcall mode).
19162 (Bug#8340)
19163
19164 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19165 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19166 instead of replacing its value. (Bug#8340)
19167
19168 2011-09-07 Juri Linkov <juri@jurta.org>
19169
19170 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19171 based on text properties put by `grep-filter' instead of matching
19172 escape sequences.
19173 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19174 to the value of `grep-error-screen-columns' (bug#9438).
19175
19176 2011-09-07 Juri Linkov <juri@jurta.org>
19177
19178 * simple.el (next-error-highlight, next-error-highlight-no-select):
19179 Doc fix (bug#9432).
19180
19181 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19182
19183 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19184 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19185
19186 2011-09-07 Leo Liu <sdl.web@gmail.com>
19187
19188 * net/rcirc.el (rcirc-mode): Conditionally initialize
19189 rcirc-input-ring.
19190
19191 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * emacs-lisp/find-func.el (find-function-C-source): Only set
19194 find-function-C-source-directory after checking that we found a source
19195 file there (bug#9440).
19196
19197 2011-09-06 Alan Mackenzie <acm@muc.de>
19198
19199 * isearch.el (isearch-other-meta-char): Wherever a key list is
19200 unread, "unread" the prefix arg, too. This fixes bug #8901.
19201
19202 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19203
19204 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19205
19206 2011-09-05 Juri Linkov <juri@jurta.org>
19207
19208 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19209
19210 2011-09-05 Juri Linkov <juri@jurta.org>
19211
19212 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19213 keeping point where processing of grep matches begins, and
19214 continue to delete remaining escape sequences from the same point.
19215 (grep-filter): Make leading zero optional in "0?1;31m" because
19216 git-grep emits "\033[1;31m" escape sequences unlike expected
19217 "\033[01;31m" as GNU Grep does (bug#9408).
19218 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19219
19220 2011-09-05 Juri Linkov <juri@jurta.org>
19221
19222 * subr.el (y-or-n-p): Capitalize "yes".
19223
19224 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19225
19226 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19227 `tramp-cache-unload-hook' where appropriate.
19228 (tramp-methods): Rename `tramp-remote-sh' to
19229 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19230 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19231
19232 * net/tramp-sh.el (top): Don't require 'shell.
19233 (tramp-methods): Add `tramp-remote-shell' and
19234 `tramp-remote-shell-args' entries.
19235 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19236 (tramp-sh-handle-shell-command): Remove.
19237 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19238 Use `tramp-remote-shell'.
19239
19240 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19241
19242 * mail/sendmail.el (sendmail-query-once-function): Delete.
19243 (sendmail-query-once): Save directly to send-mail-function.
19244 Update message-send-mail-function too.
19245
19246 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19247
19248 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19249
19250 * progmodes/python.el (python-mode-map): Use correct function to
19251 start python interpreter from menu-bar (as reported by Geert
19252 Kloosterman).
19253 (inferior-python-mode-map): Fix typo.
19254 (python-shell-map): Remove.
19255
19256 2011-09-03 Deniz Dogan <deniz@dogan.se>
19257
19258 * net/rcirc.el (rcirc-print): Simplify code for
19259 rcirc-scroll-show-maximum-output. There is no need to walk
19260 through all windows to find the right one.
19261
19262 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19263
19264 * help.el (help-return-method): Doc fix.
19265
19266 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19267
19268 * window.el (window-deletable-p): Don't return a non-nil value
19269 when there's a buffer that was shown in the window before.
19270 (Bug#9419)
19271 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19272 Set window's previous buffers to nil.
19273
19274 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19275
19276 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19277 newline before and after the tag line, so it doesn't interfere
19278 with determining the paragraph direction of bidirectional text.
19279
19280 2011-09-03 Leo Liu <sdl.web@gmail.com>
19281
19282 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19283
19284 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19285
19286 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19287 (pop-to-buffer): Change interactive spec. Pass second argument
19288 directly to display-buffer.
19289 (display-buffer): Fix interactive spec. Use functionp to
19290 distinguish between a function and a list of functions.
19291
19292 * abbrev.el (edit-abbrevs):
19293 * arc-mode.el (archive-extract):
19294 * autoinsert.el (auto-insert):
19295 * bookmark.el (bookmark-bmenu-list):
19296 * files.el (find-file):
19297 * view.el (view-buffer):
19298 * progmodes/compile.el (compilation-goto-locus):
19299 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19300
19301 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19302
19303 * window.el (display-buffer-alist): Doc fix.
19304 (display-buffer): Add docstring. Don't treat
19305 display-buffer-default specially.
19306 (display-buffer-reuse-selected-window)
19307 (display-buffer-same-window, display-buffer-maybe-same-window)
19308 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19309 (display-buffer-pop-up-window)
19310 (display-buffer-reuse-or-pop-window)
19311 (display-buffer-use-some-window): New functions.
19312 (display-buffer-default-action): Use them.
19313 (display-buffer-default): Delete.
19314 (pop-to-buffer-1): Fix choice of actions.
19315
19316 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19317
19318 * minibuffer.el (completion--insert-strings): Don't get confused by
19319 completion entries that end with an LF char.
19320
19321 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19322
19323 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19324
19325 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19326
19327 * window.el (display-buffer): Restore interactive spec.
19328 (display-buffer-same-window, display-buffer-other-window):
19329 New functions.
19330 (pop-to-buffer-1): New function. Use the above.
19331 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19332 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19333
19334 * view.el (view-buffer-other-window, view-buffer-other-frame):
19335 Just use pop-to-buffer.
19336
19337 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19338
19339 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19340
19341 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19342
19343 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19344
19345 2011-08-31 Richard Stallman <rms@gnu.org>
19346
19347 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19348 of the separation of rmail-view-buffer from rmail-buffer.
19349 If you say no to "replace original", the decrypt is in the
19350 view buffer. If you say yes, the decrypt goes into the
19351 rmail buffer also.
19352
19353 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19354
19355 * window.el (display-buffer-window): Rewrite doc-string.
19356 (display-buffer-record-window): New function.
19357 (display-buffer-macro-specifiers)
19358 (display-buffer-even-window-sizes, display-buffer-set-height)
19359 (display-buffer-set-width, display-buffer-in-window)
19360 (display-buffer-reuse-window, display-buffer-split-specifiers)
19361 (display-buffer-side-specifiers, display-buffer-split-window-1)
19362 (display-buffer-split-window, display-buffer-split-atom-window)
19363 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19364 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19365 (display-buffer-other-window-means-other-frame)
19366 (display-buffer-normalize-special)
19367 (display-buffer-normalize-default)
19368 (display-buffer-normalize-argument)
19369 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19370 (display-buffer-normalize-specifiers, display-buffer-frame)
19371 (display-buffer-same-window, display-buffer-same-frame)
19372 (display-buffer-other-window)
19373 (display-buffer-same-frame-other-window)
19374 (display-buffer-other-frame, pop-to-buffer-same-window)
19375 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19376 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19377 (switch-to-buffer-same-frame)
19378 (switch-to-buffer-other-window-same-frame)
19379 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19380 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19381 (display-buffer-alist-set): Remove.
19382 (display-buffer-function, special-display-buffer-names)
19383 (special-display-regexps, special-display-function):
19384 In doc-string refer to display-buffer-window and quit-restore
19385 parameter.
19386 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19387 (special-display-frame-alist, special-display-popup-frame)
19388 (same-window-buffer-names, same-window-regexps, same-window-p)
19389 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19390 (split-window-preferred-function, split-height-threshold)
19391 (split-width-threshold, window-splittable-p)
19392 (split-window-sensibly, window--try-to-split-window)
19393 (window--frame-usable-p, even-window-heights)
19394 (window--even-window-heights, window--display-buffer-1)
19395 (window--display-buffer-2, display-buffer-other-frame):
19396 Restore old Emacs 23 code, order and doc-strings where applicable.
19397 (display-buffer-default, display-buffer-assq-regexp): New functions.
19398 (display-buffer-alist): Rewrite doc-string.
19399 (display-buffer-default-action)
19400 (display-buffer-overriding-action): New variables.
19401 (display-buffer, switch-to-buffer): Rewrite.
19402 (pop-to-buffer): Restore Emacs 23 behavior but use
19403 window-normalize-buffer-to-display.
19404 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19405 Restore Emacs 23 behavior but use
19406 window-normalize-buffer-to-switch-to.
19407 (pop-to-buffer-same-window): Rewrite.
19408 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19409 Rewrite using Emacs 23 options.
19410
19411 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19412
19413 * net/tramp.el (tramp-root-regexp): Remove.
19414 (tramp-completion-file-name-regexp-unified)
19415 (tramp-completion-file-name-regexp-separate)
19416 (tramp-completion-file-name-regexp-url): Don't use leading volume
19417 letter on w32 systems. (Bug#5303, Bug#9311)
19418 (tramp-drop-volume-letter): Simplify definition.
19419 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19420
19421 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19422
19423 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19424 (bug#9356).
19425
19426 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
19427
19428 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19429
19430 2011-08-29 Juri Linkov <juri@jurta.org>
19431
19432 * isearch.el (isearch-done): Don't display message "Mark saved"
19433 when arg `edit' is non-nil to prevent its flicker in the echo area.
19434
19435 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19436
19437 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19438 obsolete packages for deletion.
19439
19440 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
19441
19442 * help-mode.el (help-mode-map): Add special-mode-map to parent.
19443 (help-mode): Derive help-mode from special-mode. Don't invoke
19444 view-mode from help-mode.
19445 (help-xref-override-view-map): Remove.
19446 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19447 view-mode is not used anymore.
19448
19449 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
19450
19451 * server.el (server-port): Doc fix.
19452
19453 * cus-theme.el (custom-theme-choose-mode): Inherit from
19454 special-mode (Bug#9124).
19455 (custom-theme-choose-mode-map): Add special-mode to parent.
19456
19457 2011-08-28 Alan Mackenzie <acm@muc.de>
19458
19459 * progmodes/cc-fonts.el
19460 (c-make-font-lock-BO-decl-search-function): New function.
19461 (c-basic-matchers-after - "Fontify the clauses after various
19462 keywords"): Extract the three keyword lists for the 3 erroneous
19463 constructs from the list of four, and use the new function above
19464 in place of an old one.
19465
19466 2011-08-28 Deniz Dogan <deniz@dogan.se>
19467
19468 * net/rcirc.el (rcirc-insert-prev-input)
19469 (rcirc-insert-next-input): Remove unused argument.
19470
19471 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19472
19473 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19474
19475 2011-08-27 Alan Mackenzie <acm@muc.de>
19476
19477 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19478 handle function pointer parameters properly.
19479
19480 2011-08-27 Martin Rudalics <rudalics@gmx.at>
19481
19482 * window.el (display-buffer-reuse-window): Fix case where
19483 selected window was reused with non-nil OTHER-WINDOW argument.
19484 (Bug#9381)
19485
19486 2011-08-27 Deniz Dogan <deniz@dogan.se>
19487
19488 * net/rcirc.el (rcirc-check-auth-status): Adding support for
19489 oftc's NickServ messages.
19490
19491 2011-08-27 Glenn Morris <rgm@gnu.org>
19492
19493 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
19494
19495 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
19496
19497 * emacs-lisp/package.el (package-install): Call package-initialize
19498 if called interactively.
19499
19500 2011-08-26 Leo Liu <sdl.web@gmail.com>
19501
19502 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
19503
19504 2011-08-25 Juri Linkov <juri@jurta.org>
19505
19506 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19507 `search-whitespace-regexp' (bug#9364).
19508
19509 2011-08-25 Juri Linkov <juri@jurta.org>
19510
19511 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19512 `regexp-search-ring' to their global values to protect from
19513 updating by `read-from-minibuffer' (bug#9185).
19514
19515 2011-08-25 Juri Linkov <juri@jurta.org>
19516
19517 * textmodes/ispell.el (ispell-command-loop): Add newline
19518 at the end of the "Use option `i'..." line.
19519
19520 2011-08-25 Juri Linkov <juri@jurta.org>
19521
19522 * battery.el (display-battery-mode): If `battery-status-function'
19523 or `battery-mode-line-format' is nil, display the message and set
19524 `display-battery-mode' to nil (bug#9363).
19525
19526 2011-08-25 Eli Zaretskii <eliz@gnu.org>
19527
19528 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19529 bidi-string-mark-left-to-right; they are unnecessary now.
19530
19531 2011-08-25 Deniz Dogan <deniz@dogan.se>
19532
19533 * net/quickurl.el: Documentation typo fixes.
19534
19535 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
19536
19537 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19538
19539 2011-08-25 Glenn Morris <rgm@gnu.org>
19540
19541 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19542
19543 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19544 (smtpmail-via-smtp): Handle nil response from smtp.
19545
19546 2011-08-24 Juri Linkov <juri@jurta.org>
19547
19548 * proced.el (proced-marked): Inherit from `error' instead of
19549 `font-lock-warning-face'.
19550
19551 * ibuffer.el (ibuffer-marked-face): Change default face from
19552 `font-lock-warning-face' to `warning'.
19553 (ibuffer-deletion-face): Change default face from
19554 `font-lock-type-face' to `error'.
19555
19556 * battery.el (battery-update): Use the face `error' instead of
19557 `font-lock-warning-face' (bug#6117).
19558
19559 2011-08-24 Juri Linkov <juri@jurta.org>
19560
19561 * faces.el (success): Change face color from "Green3" to
19562 "ForestGreen" on light background (bug#9353).
19563
19564 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
19565
19566 * window.el (quit-window): Rename from quit-restore-window.
19567 Use same arglist as old quit-window.
19568 (frame-auto-delete): Doc fix.
19569
19570 * view.el (view-mode-exit): Use quit-window.
19571
19572 2011-08-24 Juri Linkov <juri@jurta.org>
19573
19574 * isearch.el (isearch-ring-adjust1): Start visiting previous
19575 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19576 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19577 for empty search string (when the last search string is reused
19578 automatically) to adjust the isearch ring to the last element and
19579 prepare the correct index for further M-p commands (bug#9185).
19580
19581 2011-08-24 Kenichi Handa <handa@m17n.org>
19582
19583 * international/ucs-normalize.el: If decomposition property of
19584 CHAR is the default one (i.e. a list of CHAR itself), treat it as
19585 nil.
19586 (nfd, nfkd): Likewise.
19587
19588 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19591 from process filters aren't reliably transmitted to the surrounding
19592 accept-process-output.
19593 (mpc-proc-check): New function.
19594 (mpc-proc-sync): Use it (bug#8293)
19595
19596 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19597
19598 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19599 Add compatibility functions (bug#9313).
19600
19601 2011-08-23 Eli Zaretskii <eliz@gnu.org>
19602
19603 * cus-start.el (all): Add entry for bidi-paragraph-direction.
19604
19605 * international/uni-bidi.el: Regenerate.
19606
19607 2011-08-23 Kenichi Handa <handa@m17n.org>
19608
19609 * international/charprop.el:
19610 * international/uni-bidi.el:
19611 * international/uni-category.el:
19612 * international/uni-combining.el:
19613 * international/uni-comment.el:
19614 * international/uni-decimal.el:
19615 * international/uni-decomposition.el:
19616 * international/uni-digit.el:
19617 * international/uni-lowercase.el:
19618 * international/uni-mirrored.el:
19619 * international/uni-name.el:
19620 * international/uni-numeric.el:
19621 * international/uni-old-name.el:
19622 * international/uni-titlecase.el:
19623 * international/uni-uppercase.el: Regenerate.
19624
19625 2011-08-23 Martin Rudalics <rudalics@gmx.at>
19626
19627 * help.el (help-window-setup): Fix message displayed when other
19628 window is reused. (Bug#9341)
19629
19630 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19633 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19634
19635 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19636 Mark obsolete.
19637 * shell.el (shell-parse-pcomplete-arguments): New function.
19638 (shell-completion-vars): Use it instead (bug#9160).
19639
19640 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19641
19642 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19643 strings and comments (bug#9333).
19644
19645 * emacs-lisp/debug.el (debug-arglist): New function.
19646 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
19647 (debug-on-entry-1): Handle interpreted closures (bug#9120).
19648
19649 2011-08-22 Juri Linkov <juri@jurta.org>
19650
19651 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19652 Revert regexp that highlights output switches to its old
19653 pre-2010-10-28 value and remove one `?' from it (bug#9319).
19654
19655 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19656 to check for empty output (bug#9226).
19657
19658 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
19659
19660 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19661 symbol-constituent as the default, as that stops font-lock from
19662 working properly (Bug#8843).
19663
19664 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19665
19666 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19667 `coding-system-for-*' around the process open call to avoid
19668 auth-source side effects.
19669 (smtpmail-try-auth-methods): Expand the secret password.
19670 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19671 probe hangs.
19672
19673 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19674
19675 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19676
19677 * emacs-lisp/find-func.el (find-function-noselect): New arg
19678 lisp-only.
19679
19680 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19681 signal an error for built-in functions (Bug#6664).
19682
19683 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19684
19685 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19686 (smtpmail-try-auth-methods): Use it.
19687
19688 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
19689
19690 * font-lock.el (font-lock-fontify-region)
19691 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19692 (font-lock-default-unfontify-buffer)
19693 (font-lock-default-fontify-region)
19694 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19695
19696 * progmodes/compile.el (compilation-error-properties):
19697 Fix confusion between file struct and message struct (Bug#9319).
19698 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19699 `ant' regexp.
19700
19701 * net/browse-url.el (browse-url-firefox): Don't call
19702 browse-url-firefox-sentinel unless using -remote (Bug#9328).
19703
19704 2011-08-20 Glenn Morris <rgm@gnu.org>
19705
19706 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19707
19708 * tutorial.el (tutorial--default-keys): Update some default bindings.
19709
19710 * files.el (hack-local-variables): Fully ignore case for "mode:".
19711
19712 2011-08-20 Alan Mackenzie <acm@muc.de>
19713
19714 Resolve invalid use of a regexp in regexp-opt.
19715
19716 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19717 detection for a java annotation.
19718
19719 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19720 detection for a java annotation.
19721
19722 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19723 handling for java.
19724 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19725
19726 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
19727
19728 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19729 (Bug#9274).
19730
19731 2011-08-20 Alan Mackenzie <acm@muc.de>
19732
19733 Fontify CPP expressions correctly when starting in the middle of
19734 such a construct. Mainly for when jit-lock etc. starts a chunk
19735 here.
19736
19737 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19738 variable.
19739 (c-make-font-lock-search-form): New function, extracted from
19740 c-make-font-lock-search-function.
19741 (c-make-font-lock-search-function): Use the above function.
19742 (c-make-font-lock-context-search-function): New function.
19743 (c-cpp-matchers): Enhance the preprocessor expression case with
19744 the above function
19745 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19746 which takes an expression.
19747
19748 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19749
19750 2011-08-20 Martin Rudalics <rudalics@gmx.at>
19751
19752 * window.el (display-buffer-reuse-window)
19753 (display-buffer-pop-up-window): Don't reuse or split a side
19754 window.
19755
19756 2011-08-19 Glenn Morris <rgm@gnu.org>
19757
19758 * files.el (hack-local-variables-prop-line, hack-local-variables):
19759 Downcase "Mode:". (Bug#9331)
19760
19761 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
19762
19763 * international/characters.el: Add L and R categories.
19764
19765 * subr.el (bidi-string-mark-left-to-right): Rename from
19766 string-mark-left-to-right. Use category search.
19767
19768 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19769
19770 2011-08-18 Juri Linkov <juri@jurta.org>
19771
19772 * faces.el (error, warning, success): New faces with definitions
19773 copied from old default values of `font-lock-warning-face',
19774 `compilation-warning', `compilation-info' (bug#6117).
19775
19776 * font-lock.el (font-lock-warning-face): Inherit from `error'.
19777
19778 * progmodes/compile.el (compilation-error): Inherit from `error'.
19779 (compilation-warning): Inherit from `warning'.
19780 (compilation-info): Inherit from `success'.
19781
19782 * dired.el (dired-marked): Inherit from `warning'.
19783 (dired-flagged): Inherit from `error'.
19784
19785 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19786
19787 * mail/smtpmail.el (auth-source): Require to avoid problems with
19788 binding variables (bug#9298). Also clean up some unused
19789 autoloads.
19790
19791 * net/network-stream.el (network-stream-open-starttls):
19792 Support using starttls.el without using gnutls-cli.
19793
19794 2011-08-17 Juri Linkov <juri@jurta.org>
19795
19796 * progmodes/grep.el (rgrep): Handle the case when
19797 `grep-find-command' is a cons cell (bug#9278).
19798
19799 2011-08-17 Martin Rudalics <rudalics@gmx.at>
19800
19801 * window.el (display-buffer-pop-up-frame): Run frame creation
19802 function with BUFFER current (as special-display-popup-frame
19803 does). Reported by Drew Adams.
19804
19805 2011-08-17 Daiki Ueno <ueno@unixuser.org>
19806
19807 * epa-mail.el: Simplify GnuPG group expansion using
19808 epg-expand-group.
19809 (epa-mail-group-alist, epa-mail-group-modtime)
19810 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19811 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19812 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19813 Remove.
19814
19815 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
19816
19817 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19818
19819 2011-08-16 Alan Mackenzie <acm@muc.de>
19820
19821 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19822 Correct, to avoid the inside of macros.
19823
19824 2011-08-16 Richard Stallman <rms@gnu.org>
19825
19826 * epa-mail.el: Handle GnuPG group definitions.
19827 (epa-mail-group-alist, epa-mail-group-modtime)
19828 (epa-mail-gnupg-conf-file): New variables.
19829 (epa-mail-parse-groups, epa-mail-sync-groups)
19830 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19831 (epa-mail-expand-recipients): New functions.
19832 (epa-mail-encrypt): Call epa-mail-expand-recipients.
19833
19834 * mail/rmail.el (rmail-epa-decrypt): New command.
19835
19836 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19837 Don't bind buffer-read-only, just inhibit-read-only.
19838 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19839 (epa-decrypt-armor-in-region): Make error message clearer.
19840
19841 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19844 and "a2b" to "ab" for `prefix'.
19845
19846 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
19847
19848 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19849 filter groups.
19850 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
19851 Fourquet (Bug#8804).
19852
19853 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
19854
19855 * startup.el (argi): Declare as global variable (bug#9275).
19856
19857 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
19858
19859 * subr.el (string-mark-left-to-right): Search the entire string
19860 for RTL script, not just the terminating character. Doc fix.
19861
19862 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
19863
19864 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19865 New function.
19866 (js--regexp-literal, js-syntax-propertize-function): Remove.
19867 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19868 (js-mode-map): Don't rebind electric keys.
19869 (js-insert-and-indent): Remove.
19870 (js-mode): Setup electric-layout and electric-indent instead.
19871
19872 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19873
19874 2011-08-12 Daiki Ueno <ueno@unixuser.org>
19875
19876 * epa.el (epa-progress-callback-function): Fix the logic of
19877 displaying progress.
19878 * epa-file.el (epa-file-insert-file-contents): Make progress
19879 display more user-friendly.
19880 (epa-file-write-region): Ditto.
19881
19882 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
19883
19884 * subr.el (string-mark-left-to-right): New function.
19885
19886 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19887 Use string-mark-left-to-right.
19888 (list-buffers-noselect): Caller changed.
19889
19890 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19891 Use string-mark-left-to-right.
19892 (tabulated-list-print): Recenter after moving point.
19893
19894 2011-08-10 Juri Linkov <juri@jurta.org>
19895
19896 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19897 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19898 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19899
19900 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
19901
19902 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19903 (Bug#7554).
19904
19905 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
19906
19907 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19908 character. (Bug#6594)
19909
19910 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
19911
19912 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19913 (image-dired--with-db-file): New macro.
19914 (image-dired-write-tags, image-dired-remove-tag)
19915 (image-dired-create-gallery-lists, image-dired-write-comments)
19916 (image-dired-get-comment, image-dired-mark-tagged-files)
19917 (image-dired-list-tags, image-dired-gallery-generate): Use it.
19918 (image-dired-gallery-generate): Use insert-file-contents.
19919
19920 * time.el (display-time-world-list, display-time-world-display):
19921 * time-stamp.el (time-stamp-string):
19922 * vc/add-log.el (add-change-log-entry): Use setenv instead of
19923 set-time-zone-rule (Bug#7337).
19924
19925 2011-08-08 Daiki Ueno <ueno@unixuser.org>
19926
19927 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19928 (epg-error-to-string, epg-errors-to-string): New function.
19929 (epg-wait-for-completion): Reverse errors list.
19930 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19931 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19932 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19933 (epg-sign-keys, epg-generate-key-from-file)
19934 (epg-generate-key-from-string): Format errors by using
19935 epg-errors-to-string (bug#9255).
19936 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19937
19938 2011-08-07 Juri Linkov <juri@jurta.org>
19939
19940 * faces.el (list-faces-display): Remove extra angle bracket
19941 from `help-mode-map'.
19942
19943 * info.el (Info-history-toc-nodes): Doc fix.
19944
19945 * longlines.el (longlines-mode): Doc fix.
19946
19947 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19950 of statements and in a few more cases (bug#9183).
19951
19952 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19953 New functions.
19954 (cl-transform-lambda): Use them (bug#9239).
19955
19956 2011-08-05 Martin Rudalics <rudalics@gmx.at>
19957
19958 * window.el (display-buffer-same-window)
19959 (display-buffer-same-frame, display-buffer-other-window)
19960 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19961 (pop-to-buffer-other-window)
19962 (pop-to-buffer-same-frame-other-window)
19963 (pop-to-buffer-other-frame): Make them defuns.
19964 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19965
19966 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * subr.el (make-composed-keymap): Move from C. Change calling
19969 convention, and improve docstring to bring attention to a subtle point.
19970 * minibuffer.el (completing-read-default): Adjust accordingly.
19971
19972 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
19973
19974 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19975 (tramp-open-shell): Use `tramp-shell-quote-argument'.
19976
19977 * net/trampver.el: Update release number.
19978
19979 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19980
19981 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19982 "in" (bug#9190).
19983
19984 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19985
19986 * mail/sendmail.el (sendmail-query-once): Restore the current
19987 buffer after querying (bug#9074).
19988
19989 * dired.el (dired-flagged): Use different faces for marked and
19990 flagged files (bug#6117).
19991
19992 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19993 (bug#4433).
19994
19995 * ido.el (ido-mode): Switch off the message if called
19996 non-interactively.
19997
19998 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19999 before 587, since it appears that that's more likely to work for
20000 more people.
20001
20002 * cus-edit.el (custom-file): When running under emacs -q, always
20003 refuse to save the customizations, even if the .emacs file doesn't
20004 exist.
20005
20006 * info.el: Remove the `Info-beginning-of-buffer' function
20007 (bug#8325).
20008
20009 * net/network-stream.el (network-stream-open-starttls):
20010 Use `starttls-available-p' to see whether starttls.el can be used.
20011
20012 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20013
20014 * window.el (display-buffer-in-window): Don't set dedicated status
20015 of window here (Bug#9215).
20016 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20017 (display-buffer-pop-up-side-window)
20018 (display-buffer-in-side-window): Set dedicated status of window here.
20019
20020 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20021
20022 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20023 before binding generated-autoload-file.
20024
20025 2011-08-01 Deniz Dogan <deniz@dogan.se>
20026
20027 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20028
20029 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20030
20031 Sync with Tramp 2.2.2.
20032
20033 * net/trampver.el: Update release number.
20034
20035 2011-07-30 Juri Linkov <juri@jurta.org>
20036
20037 * dired-aux.el (dired-touch-initial): Remove function.
20038 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20039 current time, and `default' to the last modification time of the
20040 current marked file (bug#6887).
20041
20042 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20043
20044 * simple.el (goto-line): Use string-to-number to provide a
20045 numeric argument to read-number (bug#9163).
20046
20047 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20048
20049 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20050 connection process, it could be nil.
20051
20052 2011-07-27 Leo Liu <sdl.web@gmail.com>
20053
20054 Simplify url handling in rcirc-mode.
20055
20056 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20057 (rcirc-browse-url-at-mouse): Remove.
20058 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20059
20060 2011-07-26 Alan Mackenzie <acm@muc.de>
20061
20062 Fontify bitfield declarations properly.
20063
20064 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20065 (c-symbol-chars): Now exported as a lang variable.
20066 (c-not-primitive-type-keywords): New lang variable.
20067
20068 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20069 QT keyword "more" to prevent "more slots: ...." being spuriously
20070 parsed as a bitfield declaration.
20071
20072 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20073 Refactor and enhance to handle bitfield declarations.
20074 (c-punctuation-in): New function.
20075 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20076 declarations properly.
20077
20078 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20079
20080 * calendar/icalendar.el (icalendar--all-events): Take care of
20081 multiple vcalendars in a single file.
20082 (icalendar--convert-float-to-ical): Checkdoc fixes.
20083
20084 2011-07-25 Deniz Dogan <deniz@dogan.se>
20085
20086 * image.el (insert-image): Clarifying docstring.
20087
20088 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20089
20090 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20091 `tramp-send-command-and-check' if there is no error.
20092 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20093
20094 2011-07-22 Alan Mackenzie <acm@muc.de>
20095
20096 Prevent cc-langs.elc being loaded at run time.
20097
20098 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20099 cc-langs.
20100
20101 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20102 "(require 'cc-langs)". Quote a form so it will evaluate at
20103 (cc-mode's) compilation time.
20104
20105 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20106
20107 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20108 loading. (Bug#9114)
20109
20110 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20111
20112 * window.el (display-buffer-pop-up-window)
20113 (display-buffer-pop-up-side-window)
20114 (display-buffer-in-side-window): Call display-buffer-set-height
20115 and display-buffer-set-width after setting the new window's
20116 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20117
20118 2011-07-20 Sam Steingold <sds@gnu.org>
20119
20120 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20121 (etags-tags-included-tables): Call `convert-standard-filename' on
20122 the file names contained in TAGS so that windows Emacs can handle
20123 TAGS files created by cygwin ctags.
20124
20125 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20126
20127 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20128 which apparently didn't work.
20129
20130 2011-07-19 Roland Winkler <winkler@gnu.org>
20131
20132 * proced.el (proced-send-signal): For *Marked Processes* buffer
20133 put point at beginning of buffer.
20134
20135 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20136
20137 * proced.el (proced-format): Make header lines align with the text
20138 (bug#1779).
20139
20140 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20141
20142 * view.el (view-buffer): Allow running in `special' modes if we're
20143 visiting a file (bug#8615).
20144
20145 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20146
20147 * window.el (display-buffer-alist-of-strings-p)
20148 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20149 New functions.
20150 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20151 more accurately.
20152
20153 2011-07-18 Alan Mackenzie <acm@muc.de>
20154
20155 Fontify declarators properly when, e.g., a jit-lock chunk begins
20156 inside a declaration.
20157
20158 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20159
20160 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20161 New function.
20162 (c-complex-decl-matchers): Insert reference to
20163 c-font-lock-enclosing-decls.
20164
20165 * progmodes/cc-engine.el (c-backward-single-comment):
20166 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20167 to nil around calls to (forward-comment -1).
20168
20169 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20170
20171 * image.el (put-image): Doc typo fix.
20172
20173 * progmodes/etags.el (tags-search): Doc typo fix.
20174
20175 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20176 password if we get errors 550 to 554.
20177
20178 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20179
20180 * net/gnutls.el (gnutls-log-level): Remove.
20181
20182 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20183 indentation character (bug#6380).
20184
20185 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20186
20187 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20188 to clarify what the problem is (bug#4291).
20189
20190 * simple.el (current-kill): Clarify what
20191 `interprogram-paste-function' does (bug#7500).
20192 (auto-fill-mode): Document `auto-fill-function' in relation to
20193 `auto-fill-mode' (bug#2470).
20194
20195 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20196
20197 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20198 method if slot is read-only (bug#9035).
20199
20200 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20201
20202 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20203 * window.el (pop-to-buffer): Select window used even if it was
20204 selected before, see discussion of (Bug#8615), (Bug#6954).
20205 Pass argument NORECORD on to select-frame-set-input-focus.
20206
20207 2011-07-15 Glenn Morris <rgm@gnu.org>
20208
20209 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20210 Respect help-form.
20211
20212 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20213
20214 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20215 (gnutls-negotiate): Use it.
20216
20217 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20218
20219 * net/gnutls.el (gnutls-negotiate):
20220 Upcase `gnutls-algorithm-priority'.
20221
20222 2011-07-15 Glenn Morris <rgm@gnu.org>
20223
20224 * jka-compr.el (jka-compr-verbose): Move from here...
20225 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20226 Add missing :version tag.
20227 * info.el: No need to require jka-compr when compiling.
20228
20229 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20230
20231 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20232 (gnutls-negotiate): Use it.
20233
20234 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20235
20236 * info.el (Info-beginning-of-buffer): New command.
20237 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20238 announcing `b' as the key (bug#8325).
20239 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20240
20241 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20242
20243 * international/mule-cmds.el
20244 (describe-specified-language-support): Make the error message
20245 clearer (bug#8905).
20246
20247 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20248
20249 * isearch.el (isearch-barrier): Add a doc string, since it's
20250 mentioned in a function doc string (bug#8678).
20251
20252 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20253
20254 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20255 buffer argument (Bug#9083) and self-identifying label argument.
20256
20257 2011-07-15 Glenn Morris <rgm@gnu.org>
20258
20259 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20260
20261 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20262
20263 * man.el (Man-fontify-manpage): Fix message when formatting the
20264 man page (bug#7929).
20265
20266 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20267
20268 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20269 argument LRM; if non-nil, append an invisible LRM character to the
20270 buffer name.
20271 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20272 last argument non-nil, when formatting buffer names.
20273 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20274 paragraph direction.
20275
20276 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20277
20278 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20279 the man page name (bug#7929).
20280
20281 * image.el (put-image): Mention the `put-image' overlay property
20282 (bug#7834).
20283
20284 * scroll-bar.el (set-scroll-bar-mode): Mention that
20285 `scroll-bar-mode' lists the values (bug#7772).
20286
20287 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20288 command (bug#7729).
20289
20290 * rect.el (apply-on-rectangle): Return the point after the last
20291 operation.
20292 (string-rectangle): Go to the point after the last operation
20293 (bug#7522).
20294
20295 * printing.el (pr-toggle-region): Clarify the documentation
20296 slightly (bug#7493).
20297
20298 * time.el (display-time-update):
20299 Allow `display-time-mail-function' to return nil (bug#7158).
20300 Fix suggested by Detlev Zundel.
20301
20302 * vc/diff.el (diff): Clarify the order the file names are read
20303 (bug#7111).
20304
20305 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20306 the doc string (bug#7015).
20307
20308 * font-lock.el (font-lock-maximum-decoration): Mention what
20309 numeric levels mean (bug#6935).
20310
20311 * startup.el (initial-buffer-choice): Don't mention the `none'
20312 selection, which is against policy.
20313
20314 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20315
20316 * window.el (display-buffer-normalize-special):
20317 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20318
20319 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20320
20321 * subr.el (version<, version<=, version=): Mention "-CVS" and
20322 "-12345" alpha version numbers.
20323
20324 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20325
20326 * bindings.el: Add advertised binding for set-mark-command
20327 (Bug#5772).
20328
20329 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20330
20331 * bindings.el (mode-line-other-buffer):
20332 * bookmark.el (bookmark-bmenu-2-window):
20333 * bs.el (bs-cycle-next, bs-cycle-previous):
20334 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20335 switch-to-buffer.
20336
20337 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20338 Delete.
20339
20340 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20341
20342 * follow.el (follow-debug-message, follow-redisplay):
20343 * jka-cmpr-hook.el (with-auto-compression-mode):
20344 Fix typos in docstrings.
20345
20346 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20347
20348 * subr.el (with-silent-modifications): Clarify somewhat what the
20349 macro inhibits (bug#6525).
20350
20351 * simple.el (eval-expression): Note what it does if called
20352 interactively (bug#6495).
20353
20354 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20355
20356 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20357 Use pop-to-buffer buffer-or-name if it is nil.
20358
20359 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20360 Remove switch-to-buffer.
20361
20362 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20363
20364 * files.el (make-directory): Clarify that an error will be raised
20365 if there's an error (bug#6397).
20366
20367 * startup.el (initial-buffer-choice): Add `none' as a choice
20368 (bug#6234).
20369
20370 * subr.el (add-hook): Clarify section about buffer-local hooks
20371 (bug#6218).
20372
20373 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20374
20375 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20376
20377 * tabify.el (untabify): Preserve the current column so that point
20378 doesn't move (bug#6032).
20379
20380 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20381
20382 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20383 Rewrite to avoid awkward possessive "s" (bug#5986).
20384
20385 2011-07-13 Glenn Morris <rgm@gnu.org>
20386
20387 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20388 (dired-insert-directory): Give a message the first time
20389 if ls is found not to support --dired.
20390
20391 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20392
20393 * simple.el (toggle-truncate-lines): Clarify what is toggled
20394 (bug#5580). Text by Drew Adams.
20395
20396 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20397
20398 * simple.el (blink-matching-open): Make the error message from the
20399 last change less verbose.
20400
20401 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20402
20403 * font-lock.el (font-lock-comment-face): Use the high contrast
20404 "yellow" color for font-lock-comment-face on low color terminals
20405 using a dark background color (bug#4221).
20406
20407 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20408
20409 * dired.el (dired-insert-set-properties): Make the doc string
20410 reflect what it does now (bug#5325).
20411
20412 * simple.el (blink-matching-open): Say that we were unable to find
20413 the match within the limit, if we're limited (bug#5122).
20414
20415 * international/mule-cmds.el (prefer-coding-system): Add an
20416 example (bug#4869).
20417
20418 * progmodes/etags.el (tags-search): Document `file-list-form'
20419 (bug#4731).
20420
20421 2011-07-13 Lawrence Mitchell <wence@gmx.li>
20422
20423 * net/browse-url.el (browse-url-default-browser)
20424 (browse-url-browser-function): Make the default browser choice a
20425 bit more logical (bug#4300). Also clean up the doc string.
20426
20427 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20428
20429 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20430 binary endings (bug#4440).
20431
20432 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20433
20434 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20435 which can be pretty annoying (bug#8971).
20436
20437 * jka-compr.el (jka-compr-verbose): New variable, and use
20438 throughout (bug#8971).
20439
20440 * info.el (Info-find-file): Fall back on the installation
20441 directory if we can't find the info node anywhere else.
20442
20443 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
20444
20445 * vc/vc.el (vc-revert-file):
20446 Don't set file time-stamp in the past. (Bug#5181)
20447
20448 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20449
20450 * files.el (after-find-file): Give a better error message when
20451 trying to find a symlink that points to a file that doesn't exist
20452 (bug#4398).
20453
20454 * progmodes/cc-vars.el: Remove (probably) misleading comment
20455 (bug#4396).
20456
20457 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20458
20459 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20460
20461 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20462
20463 * mouse-sel.el: Hack restoring functionality, while keeping
20464 compatibility with 2010-07-03 changes to mouse selection.
20465 (mouse-sel-primary-overlay): New var.
20466 (mouse-sel-selection-alist): Use it.
20467 (mouse-sel-mode): Doc fix; remove points that are default features
20468 of mouse.el.
20469
20470 2011-07-12 Johan Bockgård <bojohan@gnu.org>
20471
20472 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20473 Fix previous fix (bug#2490).
20474
20475 2011-07-12 Roland Winkler <winkler@gnu.org>
20476
20477 * textmodes/bibtex.el (bibtex-initialize):
20478 Use pop-to-buffer-same-window.
20479 (bibtex-search-entries): Fix interactive call.
20480
20481 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20482
20483 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20484 Fontise bytecomp Error lines more correctly (bug#2490).
20485 Fix suggested by Johan Bockgård.
20486
20487 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20488
20489 * dired-x.el (dired-guess-default): Use `delete-dups'.
20490
20491 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
20492
20493 * dired.el (dired-mark-prompt):
20494 * dired-aux.el (dired-read-shell-command): Doc fix.
20495
20496 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20497
20498 * mail/sendmail.el (sendmail-query-once):
20499 Use `customize-save-variable' unconditionally, now that it works under
20500 emacs -Q.
20501
20502 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20503
20504 * cus-edit.el (custom-file): Take an optional no-error variable.
20505 (customize-save-variable): Set the variable, and give a warning if
20506 running under "emacs -q".
20507
20508 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
20509
20510 * loadhist.el (unload-feature-special-hooks):
20511 Add `auto-coding-functions', `fill-nobreak-predicate' and
20512 `find-directory-functions' (bug#5327).
20513
20514 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20515
20516 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20517
20518 * cus-edit.el (custom-guess-name-alist): -alist variables should
20519 use the `alist' type (bug#3120). Suggested by Drew Adams.
20520
20521 * printing.el: Add documentation to all the `pr-toggle-' commands.
20522
20523 2011-07-11 Leo Liu <sdl.web@gmail.com>
20524
20525 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20526 backends where it makes sense (bug#2623).
20527
20528 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20529
20530 * dired-x.el (dired-guess-default): Remove duplicate shell command
20531 entries (bug#2028).
20532 (dired-guess-default): Fix grammar in doc string (bug#2028).
20533 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20534
20535 * subr.el (remove-duplicates): New conveniency function.
20536
20537 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20538
20539 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20540 (bug#1526).
20541
20542 2011-07-10 Martin Rudalics <rudalics@gmx.at>
20543
20544 * window.el (display-buffer-normalize-default): Don't invert
20545 meaning of even-window-heights. Reported by Eli Zaretskii
20546 <eliz@gnu.org>.
20547
20548 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
20549
20550 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20551
20552 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
20553
20554 * window.el (display-buffer): Fix arguments to
20555 display-buffer-reuse-window in last change.
20556
20557 * faces.el (link): Use a less saturated blue on light backgrounds.
20558
20559 * startup.el (fancy-startup-text, fancy-about-text)
20560 (fancy-startup-tail): Use font-lock faces, for background safety.
20561
20562 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
20563
20564 * emulation/viper-cmd.el (viper-change-state-to-vi):
20565 Limit triggering of abbrev expansion (Bug#9038).
20566
20567 2011-07-09 Martin Rudalics <rudalics@gmx.at>
20568
20569 * window.el (display-buffer-default-specifiers): Remove.
20570 (display-buffer-macro-specifiers): Remove default specifiers.
20571 (display-buffer-alist): Default to nil.
20572 (display-buffer-reuse-window): New optional argument other-window.
20573 (display-buffer-pop-up-window): Allow splitting internal
20574 windows. Check whether a live window was created.
20575 (display-buffer-other-window-means-other-frame)
20576 (display-buffer-normalize-arguments): Rename to
20577 display-buffer-normalize-argument and rewrite. Set the
20578 other-window specifier.
20579 (display-buffer-normalize-special): New function.
20580 (display-buffer-normalize-options): Rename to
20581 display-buffer-normalize-default and rewrite.
20582 (display-buffer-normalize-options-inhibit): Remove.
20583 (display-buffer-normalize-specifiers): Rewrite.
20584 (display-buffer): Process other-window specifier and call
20585 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
20586 more faithfully.
20587 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20588 (display-buffer-alist-set): Don't handle 'unset default values.
20589 (display-buffer-in-window, display-buffer-alist-set):
20590 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
20591 <tassilo@member.fsf.org>.
20592
20593 2011-07-09 Leo Liu <sdl.web@gmail.com>
20594
20595 * register.el (insert-register): Restore accidental change on
20596 2011-06-26. (Bug#9028)
20597
20598 2011-07-09 Glenn Morris <rgm@gnu.org>
20599
20600 * subr.el (remq): Handle the empty list. (Bug#9024)
20601
20602 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
20603
20604 * mail/sendmail.el (send-mail-function): No longer delay custom
20605 initialization.
20606 * custom.el (custom-initialize-delay): Doc fix.
20607
20608 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20611
20612 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
20613
20614 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20615 human-friendly prompt.
20616
20617 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20618
20619 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20620 provided by a particular plugin.
20621
20622 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20623
20624 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20625 save customizations (with "emacs -Q"), just set the variable
20626 instead of erroring out.
20627
20628 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20629
20630 2011-07-08 Juri Linkov <juri@jurta.org>
20631
20632 * arc-mode.el (archive-zip-expunge, archive-zip-update)
20633 (archive-zip-update-case): Use 7z if found by `executable-find'.
20634 The order of searching the available programs is the same as in
20635 `archive-zip-extract' (bug#8968).
20636
20637 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20638
20639 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20640 (menu-bar-options-menu): Tweak descriptions.
20641
20642 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20643
20644 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20645 menu items into verb phrases (bug#1421). Also refill to fit under
20646 80 columns.
20647
20648 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20649
20650 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20651 (Info-read-node-name): Doc fix (Bug#1084).
20652
20653 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20654 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20655 (end-of-sexp, beginning-of-sexp)
20656 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20657 (forward-symbol, forward-same-syntax, word-at-point)
20658 (sentence-at-point): Doc fix (Bug#1144).
20659
20660 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20661
20662 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20663 should cover it (bug#1281).
20664
20665 * cus-edit.el (custom-show): Mark as obsolete.
20666
20667 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20668 negotiation fails, then possibly try again with a non-encrypted
20669 connection (bug#9017).
20670
20671 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20672 be used.
20673
20674 2011-07-07 Richard Stallman <rms@gnu.org>
20675
20676 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20677 property, and handle its changed format.
20678 Look for the correct line number.
20679 Use file's line contents (but not past first =) to find
20680 correct line in message.
20681
20682 2011-07-07 Kenichi Handa <handa@m17n.org>
20683
20684 * international/characters.el (build-unicode-category-table):
20685 Delete it.
20686 (unicode-category-table): Set it by unicode-property-table-internal.
20687
20688 * international/mule-cmds.el (char-code-property-alist): Move to
20689 to src/chartab.c.
20690 (get-char-code-property): Call unicode-property-table-internal to
20691 load a file. Call get-unicode-property-internal where necessary.
20692 (put-char-code-property): Call unicode-property-table-internal to
20693 load a file. Call put-unicode-property-internal where necessary.
20694 put-unicode-property-internal where necessary.
20695 (char-code-property-description):
20696 Call unicode-property-table-internal to load a file.
20697
20698 * international/charprop.el:
20699 * international/uni-bidi.el:
20700 * international/uni-category.el:
20701 * international/uni-combining.el:
20702 * international/uni-comment.el:
20703 * international/uni-decimal.el:
20704 * international/uni-decomposition.el:
20705 * international/uni-digit.el:
20706 * international/uni-lowercase.el:
20707 * international/uni-mirrored.el:
20708 * international/uni-name.el:
20709 * international/uni-numeric.el:
20710 * international/uni-old-name.el:
20711 * international/uni-titlecase.el:
20712 * international/uni-uppercase.el: Regenerate.
20713
20714 * loadup.el: Load international/charprop.el before
20715 international/characters.
20716
20717 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
20718
20719 * window.el (next-buffer, previous-buffer): Signal an error if
20720 called from a minibuffer window.
20721
20722 * bindings.el: Revert 2011-07-04 change.
20723
20724 2011-07-06 Richard Stallman <rms@gnu.org>
20725
20726 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20727 (rmail-mime-insert-bulk, rmail-mime-insert-text):
20728 Treat markers like ints.
20729 (rmail-mime-entity): Doc fix.
20730
20731 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20732
20733 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20734 defcustom again for backwards compatibility.
20735
20736 * simple.el (shell-command-on-region): Fill.
20737
20738 * dired-aux.el (dired-kill-line): Add a doc string.
20739
20740 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20741 to "\\sw\\|\\s_" (bug#358).
20742
20743 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20744 (dired-unmark-backward): Ditto.
20745 (dired-flag-backup-files): Ditto.
20746
20747 * dired-x.el (dired-mark-sexp): Ditto.
20748
20749 2011-07-06 Richard Stallman <rms@gnu.org>
20750
20751 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20752 (rmail-mime-entity): New arg TRUNCATED.
20753 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20754 New functions.
20755 (rmail-mime-save): Warn if entity is truncated.
20756 (rmail-mime-toggle-hidden): Likewise, for showing.
20757 (rmail-mime-process-multipart): Record when an entity is truncated.
20758
20759 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20760 if ENTITY is a string.
20761
20762 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20763
20764 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20765 of faces when `M-C-x'-ing their definitions (bug#8378).
20766 Also clean up the code slightly.
20767
20768 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20769 because that makes the colors go away.
20770
20771 * mail/sendmail.el (send-mail-function): Change the default to
20772 `sendmail-query-once'.
20773 (sendmail-query-once): Add an autoload cookie.
20774
20775 * net/network-stream.el (network-stream-open-starttls): Try using
20776 a plain connection even if the server offered STARTTLS, and we
20777 kinda wanted to use it, if Emacs doesn't have any STARTTLS
20778 capability. This should make smtpmail.el work in slightly more
20779 configurations.
20780
20781 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
20782
20783 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20784 New defun.
20785 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20786
20787 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
20788
20789 * progmodes/sql.el: Version 3.0
20790 (sql-product-alist): Add product :completion-object,
20791 :completion-column, and :statement attributes.
20792 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20793 (sql-mode-syntax-table): Mark all punctuation.
20794 (sql-font-lock-keywords-builder): Temporarily remove fallback on
20795 ansi keywords.
20796 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20797 (sql-mode-oracle-font-lock-keywords): Improve.
20798 (sql-oracle-show-reserved-words): New function for development.
20799 (sql-product-font-lock): Simplify for source code buffers.
20800 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20801 New functions.
20802 (sql-highlight-product): Set product specific syntax table.
20803 (sql-mode-map): Add statement movement functions.
20804 (sql-ansi-statement-starters, sql-oracle-statement-starters):
20805 New variable.
20806 (sql-statement-regexp, sql-beginning-of-statement)
20807 (sql-end-of-statement, sql-signum): New functions.
20808 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20809 (sql-show-sqli-buffer): Bug fix.
20810 (sql-interactive-mode): Store connection data as buffer local.
20811 (sql-connect): Add NEW-NAME parameter. Redesign interaction
20812 with sql-interactive-mode.
20813 (sql-save-connection): Save buffer local settings.
20814 (sql-connection-menu-filter): Change menu entry name.
20815 (sql-product-interactive): Bug fix.
20816 (sql-preoutput-hold): New variable.
20817 (sql-interactive-remove-continuation-prompt): Bug fixes.
20818 (sql-debug-redirect): New variable.
20819 (sql-str-literal): New function.
20820 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20821 Redesign.
20822 (sql-oracle-save-settings, sql-oracle-restore-settings)
20823 (sql-oracle-list-all, sql-oracle-list-table): New functions.
20824 (sql-completion-object, sql-completion-column)
20825 (sql-completion-sqlbuf): New variables.
20826 (sql-build-completions-1, sql-build-completions)
20827 (sql-try-completion): New functions.
20828 (sql-read-table-name): Use them.
20829 (sql-contains-names): New buffer local variable.
20830 (sql-list-all, sql-list-table): Use it.
20831 (sql-oracle-completion-types): New variable.
20832 (sql-oracle-completion-object, sql-sqlite-completion-object)
20833 (sql-postgres-completion-object): New functions.
20834
20835 2011-07-06 Glenn Morris <rgm@gnu.org>
20836
20837 * window.el (pop-to-buffer): Doc fix.
20838
20839 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
20840
20841 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20842
20843 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
20844
20845 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20846
20847 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20848
20849 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
20850
20851 * button.el (button): Inherit from link face. Suggested by Dan
20852 Nicolaescu.
20853
20854 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20855
20856 * progmodes/gdb-mi.el: Fit in 80 columns.
20857 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20858 switch-to-buffer.
20859
20860 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20861 if imenu is simply not configured (bug#8941).
20862
20863 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
20864
20865 * allout.el (allout-post-undo-hook): New allout outline-change
20866 event hook to signal undo activity.
20867 (allout-post-command-business): Run allout-post-undo-hook if an
20868 undo just occurred.
20869 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20870 * allout-widgets.el (allout-widgets-after-undo-function):
20871 Ensure the integrity of the current item's decoration after it has been
20872 in the vicinity of an undo.
20873 (allout-widgets-mode): Include allout-widgets-after-undo-function
20874 on the new allout-post-undo-hook.
20875
20876 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20879 Let define-derived-mode define it.
20880 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20881 cycles of abbrev-table inheritance (bug#8998).
20882
20883 2011-07-05 Roland Winkler <winkler@gnu.org>
20884
20885 * textmodes/bibtex.el: Add support for biblatex.
20886 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20887 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20888 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20889 (bibtex-entry-alist, bibtex-field-alist): New variables.
20890 (bibtex-entry-field-alist): Obsolete alias for
20891 bibtex-BibTeX-entry-alist.
20892 (bibtex-entry-alist, bibtex-field-alist): New widgets.
20893 (bibtex-set-dialect): New command.
20894 (bibtex-entry-type, bibtex-entry-head)
20895 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20896 Bind via bibtex-set-dialect.
20897 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20898 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20899 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20900 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20901 Define via bibtex-set-dialect.
20902 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20903 Obey bibtex-no-opt-remove-re.
20904 (bibtex-vec-push, bibtex-vec-incr): New functions.
20905 (bibtex-format-entry, bibtex-field-list)
20906 (bibtex-print-help-message, bibtex-validate)
20907 (bibtex-search-entries): Use new format of bibtex-entry-alist.
20908
20909 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20910
20911 * progmodes/compile.el (compilation-goto-locus):
20912 * net/tramp-cmds.el (tramp-append-tramp-buffers):
20913 * bs.el (bs-cycle-next, bs-cycle-previous):
20914 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20915 * bindings.el (mode-line-other-buffer):
20916 * autoinsert.el (auto-insert):
20917 * arc-mode.el (archive-extract):
20918 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20919
20920 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20921
20922 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20923 Fix check of `emacs-lock-unlockable-modes'.
20924 Coerce true values of `emacs-lock--try-unlocking' to t.
20925
20926 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20927
20928 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20929 * emacs-lock.el: New file.
20930
20931 2011-07-05 Julien Danjou <julien@danjou.info>
20932
20933 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20934 than `boundp' to check if face is set.
20935
20936 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
20937
20938 * register.el (registerv-make):
20939 * window.el (window-min-height): Fix typos in docstrings.
20940
20941 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
20942
20943 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20944 Update doc string.
20945
20946 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20947
20948 * server.el (server-execute): Catch quit and call
20949 `server-return-error' to pass the error back to emacsclient and
20950 close the connection (bug#8942).
20951
20952 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
20953
20954 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20955 insecure exception for current topic. Also note that auto-saves
20956 are handled differently.
20957
20958 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20959 State variables for tracking auto-save inhibition situation.
20960
20961 (allout-write-contents-hook-handler): Rename from
20962 'allout-write-file-hook-handler', and describe how it depends on
20963 write-contents-functions sensitivity to non-nil value to prevent
20964 file write.
20965
20966 (allout-auto-save-hook-handler): Remove. auto-save does not check
20967 this in individual buffers, only in the starting buffer, so this
20968 is not the right way for us to inhibit auto-save in a buffer
20969 according to its condition.
20970
20971 (allout-mode): Use new allout-write-contents-hook-handler, and
20972 only with write-contents-functions. Remove auto-save provisions -
20973 they're implemented elsewhere.
20974
20975 (allout-before-change-handler): If undo is in progress, note that
20976 for attention of allout-post-command-business.
20977
20978 (allout-post-command-business): If the command we're following was
20979 an undo, check for change in the status of encrypted items and
20980 adjust auto-save inhibitions accordingly.
20981
20982 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20983 according to whether there are or aren't any plain-text topics
20984 pending encryption.
20985
20986 (allout-inhibit-auto-save-info-for-decryption):
20987 Adjust buffer-saved-size and some allout state to inhibit auto-saves
20988 if there are plain-text topics pending encryption.
20989
20990 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20991 buffer-saved-size and some allout state to not inhibit auto-saves
20992 if there are no longer any plain-text topics pending encryption.
20993
20994 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20995 No longer provide for exemption of the current topic.
20996
20997 2011-07-04 Juri Linkov <juri@jurta.org>
20998
20999 Add 7z operations to delete and save changed members (bug#8968).
21000 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21001 New defcustoms.
21002 (archive-7z-write-file-member): New function.
21003 (archive-7z-summarize): Fix the number of dashes in the
21004 listing output.
21005
21006 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21007
21008 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21009 (bug#8958).
21010
21011 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21012
21013 * bindings.el: Ignore next-buffer and previous-buffer in
21014 minibuffer-local-map.
21015
21016 * font-lock.el (font-lock-builtin-face): Change light background
21017 color to dark slate blue (Bug#6693).
21018
21019 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21020
21021 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21022
21023 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21024
21025 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21026 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21027 Add switch-to-buffer.
21028
21029 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21030
21031 * isearch.el (isearch-search-fun-function): Clarify further the
21032 meaning of the function returned.
21033
21034 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21035
21036 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21037
21038 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21039 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21040 Use it.
21041 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21042 `tramp-default-remote-path' does not exist.
21043 (tramp-send-command-and-read): New optional argument NOERROR.
21044 (tramp-open-connection-setup-interactive-shell)
21045 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21046 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21047 (tramp-process-sentinel): Flush also process' connection property.
21048 (tramp-sh-handle-start-file-process): Do not set process
21049 sentinel. It is done now ...
21050 (tramp-maybe-open-connection): ... here. (Bug#8929)
21051
21052 2011-07-04 MON KEY <monkey@sandpframing.com>
21053
21054 * play/animate.el (animate-string): Doc fixes and allow changing
21055 the buffer name (bug#5417).
21056
21057 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21058
21059 * play/animate.el (animation-buffer-name): Rename from *animate*.
21060
21061 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21062
21063 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21064 This is simpler and helps future-proof the code.
21065 (timer-until): Use time-subtract and float-time.
21066 (timer--time-less-p): Use time-less-p.
21067
21068 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21069
21070 * type-break.el (timep): Use the value of `float-time' to avoid a
21071 byte-compiler warning.
21072
21073 * server.el (server-eval-and-print): Return any result, even nil.
21074
21075 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21076
21077 * type-break.el: Accept time formats that the builtins accept.
21078 (timep, type-break-time-difference): Accept any format that
21079 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21080 This is simpler and helps future-proof the code.
21081 (type-break-time-difference): Round rather than ignoring
21082 subseconds components.
21083
21084 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21085
21086 * info.el (Info-apropos-matches): Make non-interactive, since it
21087 doesn't seem to do anything useful as a command (bug#8829).
21088
21089 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21090
21091 * frame.el (frame-background-mode, frame-set-background-mode):
21092 Move from faces.el.
21093 (frame-default-terminal-background): New function.
21094
21095 * custom.el (custom-push-theme): Don't record faces in `changed'
21096 theme; this doesn't work correctly for per-frame face settings.
21097 (disable-theme): Use face-set-after-frame-default to reset faces.
21098 (custom--frame-color-default): New function.
21099
21100 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21101
21102 * dired.el (dired-flagging-regexp): Remove unused variable
21103 (bug#8769).
21104
21105 2011-03-29 Kevin Ryde <user42@zip.com.au>
21106
21107 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21108 `perl-Test2' extend to match possible "fail #N" rep count
21109 (bug#8377).
21110
21111 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21112
21113 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21114 `smtpmail-via-smtp' now returns the error instead of nil.
21115
21116 * isearch.el (isearch-search-fun-function): Clarify the doc string
21117 (bug#8101).
21118
21119 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21120
21121 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21122 unnecessary spaces (bug#8987).
21123
21124 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21125
21126 * net/network-stream.el (open-network-stream): Use the
21127 :end-of-capability command thoughout.
21128
21129 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21130
21131 * net/network-stream.el (open-network-stream): Add the
21132 :end-of-capability command parameter, used by pop3.el.
21133
21134 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21135
21136 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21137
21138 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21139 for list)" (bug#6475).
21140
21141 * files.el (file-expand-wildcards): Ignore non-readable
21142 sub-directories while trying to find matches instead of signaling
21143 an error (bug#6297).
21144
21145 * man.el (Man-reference-regexp): Allow matching possible
21146 word-wrapped references (bug#6289).
21147
21148 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21149 for consistency with the other vc buffers (bug#6197).
21150 (vc-checkin): Ditto.
21151
21152 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21153
21154 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21155
21156 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21157
21158 * custom.el (defcustom): Clarify that :set is only used in the
21159 Customize user interface (bug#6089).
21160
21161 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21162 associated with a file, refuse to run instead of erroring out
21163 (bug#6084).
21164
21165 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21166 the doc string, since it appears that using `fill-column' always
21167 controls the width (bug#7845).
21168
21169 * simple.el (shell-command-on-region): Say where the error output
21170 went if `shell-command-default-error-buffer' is set (bug#6857).
21171
21172 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21173
21174 * allout.el (allout-yank-processing): Adjust cursor position for
21175 backwards-deleted space.
21176
21177 (allout-rebullet-heading): Register changes with
21178 allout-exposure-changed-hook, so the modified topic is properly
21179 decorated.
21180
21181 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21182
21183 * minibuffer.el (completion-in-region): Document PREDICATE
21184 (bug#7136).
21185
21186 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21187 of keyword/argument pairs (bug#6904).
21188
21189 * replace.el (multi-occur):
21190 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21191
21192 2011-07-02 Drew Adams <drew.adams@oracle.com>
21193
21194 * dired.el (dired-mark-if): Make the message about whether it's
21195 marking or unmarking clearer (bug#8523).
21196
21197 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21198
21199 * disp-table.el (display-table-print-array): New function.
21200 (describe-display-table): Use it to print the vectors more pretty
21201 (Bug#8859).
21202
21203 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21204
21205 * window.el (window-state-get-1): Don't assign clone numbers.
21206 Add clone-of item to list of window parameters.
21207 (window-state-put-2): Don't process clone numbers.
21208 (display-buffer-alist): Fix doc-string.
21209
21210 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21211
21212 * subr.el (remq): Don't allocate if it's not needed.
21213 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21214 (keymap--merge-bindings): New functions.
21215 (keymap-canonicalize): Use them to refine the canonicalization.
21216 * minibuffer.el (minibuffer-local-completion-map)
21217 (minibuffer-local-must-match-map): Move initialization from C.
21218 (minibuffer-local-filename-completion-map): Move initialization from C;
21219 don't inherit from anything here.
21220 (minibuffer-local-filename-must-match-map): Make obsolete.
21221 (completing-read-default): Use make-composed-keymap to combine
21222 minibuffer-local-filename-completion-map with either
21223 minibuffer-local-must-match-map or
21224 minibuffer-local-filename-completion-map.
21225
21226 2011-07-01 Glenn Morris <rgm@gnu.org>
21227
21228 * type-break.el (type-break-time-sum): Use dolist.
21229
21230 * textmodes/flyspell.el (flyspell-word-search-backward):
21231 Replace CL function.
21232
21233 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * mouse.el (mouse--strip-first-event): New function.
21236 (function-key-map): Use it to map fringe clicks to normal clicks
21237 by default.
21238
21239 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21240 (vc-bzr-revision-completion-table): Add support for annotate and date.
21241
21242 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21243 inherit from parent.
21244
21245 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21246
21247 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21248 (dired-show-file-type): Doc fixup (bug#8818).
21249
21250 * dired.el (dired-mode): Fix up the doc string as suggested by
21251 Drew Adams (bug#8817).
21252
21253 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21254 cookie, since the manual says that it should be possible to add
21255 this function to `find-file-hook' (bug#8709).
21256
21257 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21258
21259 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21260 here. Noted Ted Zlatanov as the maintainer.
21261 (cfengine-common-settings, cfengine-common-syntax): New functions
21262 to set up common things between `cfengine-mode' and
21263 `cfengine3-mode'.
21264 (cfengine3-mode): New mode.
21265 (cfengine3-defuns cfengine3-defuns-regex
21266 (cfengine3-class-selector-regex cfengine3-category-regex)
21267 (cfengine3-vartypes cfengine3-font-lock-keywords)
21268 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21269 (cfengine3-indent-line): Add from cfengine3.el.
21270
21271 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21272
21273 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21274
21275 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21276
21277 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21278
21279 * window.el (same-window-buffer-names, same-window-regexps)
21280 (same-window-p, special-display-frame-alist)
21281 (special-display-popup-frame, special-display-function)
21282 (special-display-buffer-names, special-display-regexps)
21283 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21284 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21285 (split-window-preferred-function, split-height-threshold)
21286 (split-width-threshold, even-window-heights)
21287 (display-buffer-mark-dedicated, window-splittable-p)
21288 (split-window-sensibly, window-safely-shrinkable-p):
21289 Un-obsolete.
21290 (display-buffer): Don't spread args with function specifier
21291 because special-display-popup-frame won't like it.
21292
21293 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21294
21295 Time-stamp simplifications and fixes.
21296 These improve accuracy slightly, and future-proof the code
21297 against some potential changes to current-time format.
21298
21299 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21300 by using time-since and float-time.
21301
21302 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21303 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21304 + NNN microseconds".
21305
21306 * type-break.el (type-break-time-sum): Rewrite using time-add.
21307
21308 * play/hanoi.el (hanoi-current-time-float): Remove.
21309 All uses replaced by float-time.
21310
21311 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21312 This yields a more-accurate answer.
21313 (rng-time-to-float): Remove; no longer needed.
21314
21315 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21316
21317 * calendar/timeclock.el (timeclock-seconds-to-time):
21318 Defalias to seconds-to-time, since they're the same thing.
21319
21320 * emacs-lisp/elp.el (elp-elapsed-time):
21321 * emacs-lisp/benchmark.el (benchmark-elapse):
21322 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21323
21324 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21325
21326 * window.el (bury-buffer): Don't iconify the only frame.
21327 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21328 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21329
21330 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21331
21332 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21333 Add mouse-yank-primary.
21334
21335 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21336
21337 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21338
21339 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21340
21341 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21342 (find-library-name): Use it to find relative load names when provided
21343 absolute file name (bug#8803).
21344
21345 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21346
21347 * textmodes/flyspell.el (flyspell-word): Consider words that
21348 differ only in case as potential doublons (bug#5687).
21349
21350 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21351 Remove two rather uninteresting debugging-like messages to make
21352 debbugs.el more silent.
21353
21354 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21355 a password-like phrase.
21356
21357 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21358
21359 * progmodes/cc-guess.el: New file.
21360
21361 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21362
21363 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21364 derived from `c-basic-common-init'.
21365
21366 * progmodes/cc-mode.el (top-level): Require cc-guess.
21367 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21368
21369 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21370
21371 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21372
21373 2011-06-30 Alan Mackenzie <acm@muc.de>
21374
21375 * progmodes/cc-engine.el (c-guess-continued-construct):
21376 Correct the handling of template-args-cont, particularly for when font
21377 lock is disabled. Name this case as "CASE G".
21378
21379 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21380
21381 * allout.el (allout-yank-processing): Fix injection of extra space
21382 between bullet and non-whitespace character in first topic when
21383 pasting, ensuring that the actual spacing in the pasted topic
21384 following the bullet char is preserved. This extra space was
21385 causing pasted encrypted topics to get a decrypted status even
21386 when the content was actually still encrypted. Now the decryption
21387 status from before the paste is preserved.
21388
21389 (allout-flag-region): Set all allout overlays so they evaporate
21390 when reduced to zero length (evanescent), to prevent overlay
21391 leakage.
21392
21393 2011-06-30 Glenn Morris <rgm@gnu.org>
21394
21395 * w32-fns.el (w32-charset-info-alist): Declare.
21396
21397 * find-dired.el (find-grep-options): Simplify.
21398
21399 * term/ns-win.el (ns-set-resource): Declare.
21400
21401 * ses.el (row, col): Declare dynamic variables honestly.
21402
21403 * textmodes/reftex-parse.el (index-tags): Declare.
21404
21405 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21406
21407 * cus-edit.el (customize-push-and-save): New function.
21408
21409 * files.el (hack-local-variables-confirm): Use it.
21410
21411 * custom.el (load-theme): New arg NO-CONFIRM.
21412 Use customize-push-and-save (Bug#8720).
21413 (custom-enabled-themes): Doc fix.
21414
21415 * cus-theme.el (customize-create-theme)
21416 (custom-theme-merge-theme): Callers to load-theme changed.
21417
21418 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21419
21420 * thingatpt.el (thing-at-point-short-url-regexp): Require that
21421 short URLs have at least one dot in them (bug #7614).
21422
21423 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21424 nil, because using a pty is apparently too slow (bug #895).
21425
21426 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21427
21428 * mail/sendmail.el (sendmail-query-once): New function.
21429 (sendmail-query-once-function): New variable.
21430
21431 2011-06-29 Glenn Morris <rgm@gnu.org>
21432
21433 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21434
21435 * ses.el (top-level): Require cl when compiling.
21436 (ses-set-localvars): Fix error statement.
21437 Call it at compile time to silence a storm of warnings.
21438
21439 2011-06-29 Martin Rudalics <rudalics@gmx.at>
21440
21441 * window.el (normalize-live-buffer): Rename to
21442 window-normalize-buffer.
21443 (normalize-live-frame): Rename to window-normalize-frame.
21444 (normalize-any-window): Rename to window-normalize-any-window.
21445 (normalize-live-window): Rename to window-normalize-live-window.
21446 (make-window-atom): Rename to window-make-atom.
21447 (window-resize-reset): Rename to window--resize-reset.
21448 (window-resize-reset-1): Rename to window--resize-reset-1.
21449 (resize-mini-window): Rename to window--resize-mini-window.
21450 (resize-subwindows-skip-p): Rename to
21451 window--resize-subwindows-skip-p.
21452 (resize-subwindows-normal): Rename to
21453 window--resize-subwindows-normal.
21454 (resize-subwindows): Rename to window--resize-subwindows.
21455 (resize-other-windows): Rename to window--resize-siblings.
21456 (resize-this-window): Rename to window--resize-this-window.
21457 (resize-root-window): Rename to window--resize-root-window.
21458 (resize-root-window-vertically): Rename to
21459 window--resize-root-window-vertically.
21460 (normalize-buffer-to-display): Rename to
21461 window-normalize-buffer-to-display.
21462 (normalize-buffer-to-switch-to): Rename to
21463 window-normalize-buffer-to-switch-to.
21464 Correspondingly update all callers of the functions listed
21465 above.
21466 (display-buffer-alist, display-buffer-normalize-arguments)
21467 (display-buffer-normalize-options, display-buffer)
21468 (display-buffer-alist-set): Use "function" instead of
21469 "fun-with-args".
21470
21471 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
21472
21473 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21474 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
21475 debbugs.gnu.org. Mention acknowledgment email.
21476
21477 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
21478
21479 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21480 buffer multibyteness, since it shouldn't matter.
21481
21482 2011-06-28 Martin Rudalics <rudalics@gmx.at>
21483
21484 * window.el (display-buffer-in-side-window): Handle dedicated
21485 windows as in display-buffer-reuse-window.
21486 (display-buffer-normalize-alist): Use value of override
21487 specifier.
21488 (display-buffer-normalize-specifiers): Use value of
21489 other-window-means-other-frame specifier.
21490 (display-buffer-alist): Rewrite some texts in widgets.
21491 (display-buffer): Spread arguments when calling function
21492 specified by fun-with-args.
21493
21494 2011-06-28 Deniz Dogan <deniz@dogan.se>
21495
21496 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21497 Unnest `let'.
21498
21499 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21500 selectors (Bug#5732).
21501 (css-proprietary-nmstart-re): Use `regexp-opt'.
21502
21503 2011-06-27 Jari Aalto <jari.aalto@cante.net>
21504
21505 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21506 (eshell-ls-date-format): New defcustom.
21507 (eshell-ls-file): Use it.
21508
21509 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21510
21511 * help-fns.el (describe-variable): Fix message for terminal-local vars.
21512
21513 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
21514
21515 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21516 (ange-ftp-make-tmp-name): New arg.
21517 (ange-ftp-file-local-copy): Use it.
21518
21519 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
21520
21521 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21522 no-conversion (Bug#8870).
21523
21524 2011-06-27 Martin Rudalics <rudalics@gmx.at>
21525
21526 * window.el (window-right, window-left, window-child)
21527 (window-child-count, window-last-child)
21528 (window-iso-combination-p, walk-window-tree-1)
21529 (window-atom-check-1, window-tree-1, delete-window)
21530 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21531 new naming conventions - window-vchild, window-hchild,
21532 window-next and window-prev are now called window-top-child,
21533 window-left-child, window-next-sibling and window-prev-sibling
21534 respectively.
21535 (resize-window-reset): Rename to window-resize-reset.
21536 (resize-window-reset-1): Rename to window-resize-reset-1.
21537 (resize-window): Rename to window-resize.
21538 (window-min-height, window-min-width)
21539 (resize-mini-window, resize-this-window, resize-root-window)
21540 (resize-root-window-vertically, adjust-window-trailing-edge)
21541 (enlarge-window, shrink-window, maximize-window)
21542 (minimize-window, delete-window, quit-restore-window)
21543 (split-window, balance-windows, balance-windows-area-adjust)
21544 (balance-windows-area, window-state-put-2)
21545 (display-buffer-even-window-sizes, display-buffer-set-height)
21546 (display-buffer-set-width, set-window-text-height)
21547 (fit-window-to-buffer): Rename all "resize-window" prefixed
21548 calls to use the "window-resize" prefix convention.
21549 (display-buffer-alist): Fix symbol for label specifier.
21550 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21551 corresponding specifier.
21552 Reported by Juanma Barranquero <lekktu@gmail.com>.
21553
21554 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21555
21556 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21557 convention.
21558 (ses-call-printer): Does not pass an empty string to formatter when the
21559 cell is empty to keep from barking printer Calc math-format-value.
21560
21561 2011-06-27 Richard Stallman <rms@gnu.org>
21562
21563 * battery.el (battery-mode-line-limit): New variable.
21564 (battery-update): Handle it.
21565
21566 * mail/rmailmm.el (rmail-mime-process-multipart):
21567 Handle truncated messages.
21568
21569 2011-06-27 Glenn Morris <rgm@gnu.org>
21570
21571 * progmodes/flymake.el (flymake-err-line-patterns):
21572 Allow for column numbers in the ant/javac pattern. (Bug#8866)
21573
21574 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
21575
21576 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21577 (ses--clean-!, ses--clean-_): New functions.
21578 (ses-range): Add configurability of readout order, and conversion
21579 to Calc vector.
21580
21581 * ses.el (ses-repair-cell-reference-all): New function.
21582 (ses-cell-symbol): Set macro as safe, so that it can be used in
21583 formulas.
21584
21585 * ses.el: Update cycle detection algorithm.
21586 (ses-localvars): Add ses--Dijkstra-attempt-nb and
21587 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21588 (ses-set-localvars): New function.
21589 (ses-make-cell): Add property-list as a cell element.
21590 (ses-cell-property-get-fun, ses-cell-property-get)
21591 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21592 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21593 New functions.
21594 (ses-cell-property-set, ses-cell-property-pop)
21595 (ses-cell-property-get-handle): New macro.
21596 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21597 New aliases, used for code readability.
21598 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21599 cycle detection.
21600 (ses-self-reference-early-detection): New defcustom.
21601 (ses-formula-references): Robustify against self-referring cells.
21602 (ses-mode): Use ses-set-localvars.
21603 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21604 before lauching the update processing.
21605 (ses-initialize-Dijkstra-attempt): New function.
21606 (ses-recalculate-cell): Update for cycle detection based on
21607 Dijkstra algorithm.
21608
21609 * ses.el: Fix commenting and indenting convention.
21610
21611 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21612
21613 * bs.el (bs-cycle-next): Complete last change.
21614
21615 2011-06-27 Drew Adams <drew.adams@oracle.com>
21616
21617 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21618
21619 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21620
21621 * net/network-stream.el (network-stream-open-starttls):
21622 Don't re-get capabilities unless we've reestablished connection.
21623 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21624
21625 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21626 to binary to possibly avoid line encoding issues on Windows (among
21627 other things).
21628
21629 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21630
21631 * net/network-stream.el (open-network-stream): Return an :error
21632 saying what the problem was, if possible.
21633
21634 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21635 server.
21636
21637 * net/network-stream.el (network-stream-open-starttls): If we
21638 wanted to use STARTTLS, and the server offered it, but we weren't
21639 able to because we had no STARTTLS support, then close the connection.
21640 (open-network-stream): Return an :error element, if present.
21641
21642 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21643
21644 * hl-line.el (hl-line-sticky-flag): Doc fix.
21645 (global-hl-line-sticky-flag): New option (Bug#8323).
21646 (global-hl-line-highlight): Obey it.
21647
21648 * vc/vc.el (vc-revert-show-diff): Default to t.
21649
21650 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
21651
21652 * allout-widgets.el (allout-widgets-post-command-business):
21653 Stop decorating intermediate isearch matches. They're not being
21654 undecorated when an isearch is continued past, and isearch
21655 automatically collapses them. This leads to "widget leaks", where
21656 decorated items accumulate in collapsed areas. Lines with lots of
21657 hidden widgets can slow down cursor travel, substantially.
21658 Too much complicated machinery would be needed to ensure undecoration,
21659 so we're doing without this nicety.
21660
21661 (allout-widgets-tally-string): Don't try to do a hash-table-count
21662 of allout-widgets-tally when it's nil. This eliminates spurious "Error
21663 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21664 *Messages* when allout-widgets-maintain-tally is t.
21665
21666 2011-06-26 Martin Rudalics <rudalics@gmx.at>
21667
21668 * window.el (display-buffer-normalize-argument): Rename to
21669 display-buffer-normalize-arguments. Handle special meaning of
21670 LABEL argument. Respect special-display-function when popping up
21671 a new frame. Fix code searching for a window showing the buffer
21672 on another frame.
21673 (display-buffer-normalize-specifiers):
21674 Call display-buffer-normalize-arguments.
21675 (display-buffer-in-window): Don't undedicate the window if its
21676 buffer remains the same.
21677 Reported by Drew Adams <drew.adams@oracle.com>.
21678 (display-buffer-alist): Add choice for same-window macro
21679 specfier.
21680 (display-buffer): Mention special meaning of LABEL argument in
21681 doc-string. Fix quoting. Don't pop up a new frame even as
21682 fallback.
21683
21684 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
21685
21686 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21687 avoid deleting the current window in some cases (bug#8911).
21688
21689 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
21690
21691 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21692 (Bug#8934)
21693
21694 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21695
21696 * net/network-stream.el (network-stream-open-starttls):
21697 Use built-in TLS support if `gnutls-available-p' is true.
21698 (network-stream-open-tls): Ditto.
21699
21700 2011-06-26 Leo Liu <sdl.web@gmail.com>
21701
21702 * register.el (registerv): New struct.
21703 (registerv-make): New function.
21704 (jump-to-register, describe-register-1, insert-register):
21705 Support the jump-func, print-func and insert-func slot of a registerv
21706 struct. (Bug#8415)
21707
21708 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
21709
21710 * vc/vc.el (vc-revert-show-diff): New defcustom.
21711 (vc-diff-internal): New arg specifying diff buffer.
21712 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
21713 reuse an existing *vc-diff* buffer (Bug#8927).
21714
21715 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21716
21717 2011-06-26 Glenn Morris <rgm@gnu.org>
21718
21719 * progmodes/f90.el (f90-critical-indent): New option.
21720 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21721 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21722 (f90-mode): Doc fix.
21723 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21724 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21725 (f90-beginning-of-block, f90-next-block, f90-indent-region)
21726 (f90-match-end): Handle block, critical.
21727
21728 2011-06-25 Glenn Morris <rgm@gnu.org>
21729
21730 * calendar/diary-lib.el (diary-included-files): Doc fix.
21731 (diary-include-files): New function, extracted from
21732 diary-include-other-diary-files and diary-mark-included-diary-files.
21733 (diary-include-other-diary-files, diary-mark-included-diary-files):
21734 Just call diary-include-files.
21735 (diary-mark-entries): Reset diary-included-files on first call.
21736
21737 * calendar/diary-lib.el (diary-mark-entries)
21738 (diary-mark-included-diary-files):
21739 Visit included diary-files in temp buffers.
21740
21741 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21742 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21743 (f90-start-block-re, f90-imenu-generic-expression)
21744 (f90-looking-at-program-block-start, f90-no-block-limit):
21745 Add support for submodules.
21746
21747 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21748 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21749
21750 2011-06-25 Eli Zaretskii <eliz@gnu.org>
21751
21752 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21753 buffer-file-type before setting its value, to avoid disastrous
21754 global effects on decoding files for DOS/Windows systems. (Bug#8780)
21755
21756 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21757
21758 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21759
21760 * ses.el (ses-unload-function):
21761 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21762
21763 * proced.el (proced-unload-function):
21764 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21765
21766 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
21767
21768 * server.el (server-create-window-system-frame): Add parameters arg.
21769 (server-process-filter): Doc fix. Handle frame-parameters.
21770
21771 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
21772
21773 Fix bug#8730, bug#8781.
21774
21775 * loadhist.el (unload--set-major-mode): New function.
21776 (unload-feature): Use it.
21777
21778 * progmodes/python.el (python-after-info-look): Add autoload cookie.
21779 (python-unload-function): New function.
21780
21781 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21782
21783 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21784
21785 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
21786
21787 * net/browse-url.el (browse-url-firefox-program): Add icecat to
21788 the candidates list.
21789
21790 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
21791
21792 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21793
21794 2011-06-23 Richard Stallman <rms@gnu.org>
21795
21796 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21797 (rmail-variables): Set next-error-move-function.
21798 (rmail-what-message): Take argument POS.
21799 (rmail-next-error-move): New function.
21800
21801 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21804 messages for adjacent non-terminals.
21805
21806 2011-06-23 Richard Stallman <rms@gnu.org>
21807
21808 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21809 (rmail-show-message-1): Preserve buffer modified flag.
21810 (rmail-start-mail): Don't specify use of rmail-mail-return;
21811 that's done by mail-bury now.
21812 (rmail-mail-return): Handle arg NEWBUF.
21813
21814 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
21815
21816 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21817 SIZE is a number.
21818
21819 2011-06-23 Martin Rudalics <rudalics@gmx.at>
21820
21821 * window.el (get-lru-window, get-mru-window)
21822 (get-largest-window): Never return a minibuffer window.
21823 (display-buffer-pop-up-window): Fix a bug that could lead to
21824 reusing the minibuffer window.
21825 (display-buffer): Pass original specifier argument to
21826 display-buffer-function instead of the normalized one.
21827 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21828
21829 2011-06-22 Leo Liu <sdl.web@gmail.com>
21830
21831 * minibuffer.el (completing-read-function)
21832 (completing-read-default): Move from minibuf.c.
21833
21834 2011-06-22 Richard Stallman <rms@gnu.org>
21835
21836 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21837 to Rmail even if not started by a special Rmail command.
21838
21839 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21840 Copy the buffer currently showing just one message.
21841
21842 2011-06-22 Roland Winkler <winkler@gnu.org>
21843
21844 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21845 (bibtex-clean-entry): First delete the old key so that a
21846 customized algorithm for generating the new key does not get
21847 confused by the old key.
21848 (bibtex-url): Obey regexp of first step.
21849 (bibtex-search-entries): Do not use add-to-list with local
21850 list-var.
21851
21852 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21853
21854 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21855 stored a user name, then query for the password first, instead of
21856 waiting for SMTP to give an error message and the trying again.
21857
21858 2011-06-22 Lawrence Mitchell <wence@gmx.li>
21859
21860 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21861 BUFFER in call-process.
21862
21863 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21864
21865 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21866 QUIT twice.
21867 (smtpmail-try-auth-methods): Require user name and password from
21868 auth-source.
21869
21870 2011-06-22 Martin Rudalics <rudalics@gmx.at>
21871
21872 * window.el (display-buffer-default-specifiers)
21873 (display-buffer-alist): Remove entries for pop-up-frame-alist.
21874 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21875 (split-window): Normalize SIDE argument (Bug#8916).
21876
21877 * frame.el (pop-up-frame-alist, pop-up-frame-function)
21878 (special-display-frame-alist, special-display-popup-frame):
21879 Remove duplicate declarations. These are now in window.el.
21880
21881 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21882
21883 * mail/smtpmail.el (smtpmail-via-smtp):
21884 Set :use-starttls-if-possible so that we always use STARTTLS if the
21885 server supports it. SMTP servers that support STARTTLS commonly
21886 require it.
21887
21888 * net/network-stream.el (network-stream-open-starttls): Support
21889 upgrading to STARTTLS always, even if we don't have built-in support.
21890 (open-network-stream): Add the :always-query-capabilities keyword.
21891
21892 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21893 upgrades with `open-network-stream', and rely solely on
21894 auth-source for all credentials. Big changes throughout the file,
21895 but in particular:
21896 (smtpmail-auth-credentials): Remove.
21897 (smtpmail-starttls-credentials): Remove.
21898 (smtpmail-via-smtp): Check for servers saying they want AUTH after
21899 MAIL FROM, too.
21900
21901 * net/network-stream.el (network-stream-open-starttls):
21902 Provide support for client certificates both for external and built-in
21903 STARTTLS.
21904 (auth-source): Require.
21905 (open-network-stream): Document the :client-certificate keyword.
21906 (network-stream-certificate): Change cert-cert to cert and
21907 cert-key to key.
21908
21909 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
21910
21911 * net/tramp-cache.el (top): Don't load the persistency file when
21912 "emacs -Q" has been called.
21913
21914 2011-06-21 Tim Harper <timcharper@gmail.com>
21915
21916 * term/ns-win.el (ns-initialize-window-system):
21917 Set application-specific `ApplePressAndHoldEnabled' system
21918 resource to NO as it is not yet supported by the NS port.
21919
21920 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
21921
21922 * misc.el (list-dynamic-libraries--refresh): Compute header here...
21923 (list-dynamic-libraries): ...not here.
21924
21925 2011-06-21 Leo Liu <sdl.web@gmail.com>
21926
21927 * subr.el (sha1): Implement sha1 using secure-hash.
21928
21929 2011-06-21 Martin Rudalics <rudalics@gmx.at>
21930
21931 * window.el (display-buffer-alist): In default value do not
21932 enforce searching a window on any but the selected frame.
21933 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21934 (display-buffer-select-window): Remove function.
21935 (display-buffer-in-window): When a window on another frame gets
21936 reused, do not select it any more but just raise its frame if
21937 necessary (Bug#8851) and (Bug#8856).
21938 (display-buffer-normalize-options): Handle pop-up-frames related
21939 options more faithfully.
21940 (pop-to-buffer): Don't rely on `display-buffer' selecting the
21941 window if it is on another frame.
21942 (display-buffer-alist, display-buffer-default-specifiers):
21943 Don't make new frame unsplittable by default.
21944 (display-buffer-normalize-argument): Fix doc-string typo and use
21945 'same-frame-other-window instead of 'other-window when associating
21946 with display-buffer-macro-specifiers.
21947
21948 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
21949
21950 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21951 New functions.
21952 (5x5-mode-map, 5x5-mode-menu): Bind them.
21953 (5x5-draw-grid): Tweak the solver's rendering.
21954
21955 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21956
21957 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21958 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21959
21960 2011-06-21 Drew Adams <drew.adams@oracle.com>
21961
21962 * menu-bar.el: Use function variable instead of switch-to-buffer.
21963 (menu-bar-select-buffer-function): New variable.
21964 (menu-bar-update-buffers): Use it (bug#8876).
21965
21966 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21967
21968 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21969 variable's status.
21970
21971 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
21972
21973 * x-dnd.el (x-dnd-version-from-flags)
21974 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21975 and long as number (Bug#8899).
21976 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21977
21978 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21979
21980 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21981 (completion-try-completion, completion-all-completions): Compute the
21982 metadata argument if it's missing; make it optional (bug#8795).
21983
21984 * wid-edit.el: Use lex-bind and move towards completion-at-point.
21985 (widget-complete): Use new :completion-function property.
21986 (widget-completions-at-point): New function.
21987 (default): Use :completion-function instead of :complete.
21988 (widget-default-completions): Rename from widget-default-complete;
21989 Rewrite.
21990 (widget-string-complete, widget-file-complete, widget-color-complete):
21991 Remove functions.
21992 (file, symbol, function, variable, coding-system, color):
21993 * international/mule-cmds.el (default-input-method, charset)
21994 (language-info-custom-alist):
21995 * cus-edit.el (face): Use new property :completions.
21996
21997 * progmodes/pascal.el (pascal-completions-at-point): New function.
21998 (pascal-mode): Use it.
21999 (pascal-mode-map): Use completion-at-point.
22000 (pascal-toggle-completions): Make obsolete.
22001 (pascal-complete-word, pascal-show-completions):
22002 * progmodes/octave-mod.el (octave-complete-symbol):
22003 Redefine as obsolete alias.
22004 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22005 Signal absence of completion info for old Octave,
22006 (inferior-octave-complete): Redefine as obsolete alias.
22007 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22008 (meta-completions-at-point): Rename from meta-complete-symbol and
22009 adapt it for use on completion-at-point-functions.
22010 (meta-common-mode): Use it.
22011 (meta-looking-at-backward, meta-match-buffer): Remove.
22012 (meta-complete-symbol): Redefine as obsolete alias.
22013 (meta-common-mode-map): Use completion-at-point.
22014 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22015 (makefile-mode-map): Use completion-at-point.
22016 (makefile-completions-at-point): Rename from makefile-complete and
22017 adapt it for use on completion-at-point-functions.
22018 (makefile-mode): Use it.
22019 (makefile-complete): Redefine as obsolete alias.
22020
22021 2011-06-20 Deniz Dogan <deniz@dogan.se>
22022
22023 * net/rcirc.el: Delete trailing whitespaces once and for all.
22024
22025 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22026
22027 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22028
22029 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22030
22031 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22032
22033 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22034
22035 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22036
22037 * window.el (display-buffer-other-window-means-other-frame):
22038 Call display-buffer-normalize-alist.
22039 (display-buffer-normalize-specifiers-1): Rename to
22040 display-buffer-normalize-argument. New argument other-frame.
22041 Rewrite.
22042 (display-buffer-normalize-specifiers-2): Rename to
22043 display-buffer-normalize-options.
22044 (display-buffer-normalize-alist-1): New function.
22045 (display-buffer-normalize-specifiers-3): Rename to
22046 display-buffer-normalize-alist.
22047 Call display-buffer-normalize-alist-1.
22048 (display-buffer-normalize-options-inhibit): New variable.
22049 (display-buffer-normalize-specifiers): Rewrite calling
22050 display-buffer-normalize-alist,
22051 display-buffer-normalize-argument, and
22052 display-buffer-normalize-options. Don't call the latter if
22053 display-buffer-normalize-options-inhibit is non-nil.
22054 (frame-auto-delete): New option.
22055 (window-deletable-p): Use frame-auto-delete.
22056 (window-list-no-nils, window-state-ignored-parameters)
22057 (window-state-get-1, window-state-get, window-state-put-list)
22058 (window-state-put-1, window-state-put-2, window-state-put):
22059 New functions.
22060 (display-buffer-normalize-options): Move special-display-p group
22061 after pop-up-frame group (Bug#8851) and (Bug#8856).
22062
22063 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22064
22065 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22066 groups (Bug#8776).
22067 (rx-submatch-n): New function.
22068 (rx): Document it.
22069
22070 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22071 (Bug#8768).
22072
22073 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22074
22075 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22076
22077 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22078 anytime existing face settings are present (Bug#8889).
22079
22080 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22081 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22082 Remove unused argument.
22083
22084 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22085
22086 * window.el (display-buffer-default-specifiers):
22087 Remove pop-up-frame. Add pop-up-window-min-height,
22088 pop-up-window-min-width, and another reuse-window specifier
22089 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22090 (display-buffer-normalize-specifiers-2):
22091 Handle split-height-threshold and split-width-threshold also when
22092 pop-up-windows is unset. Add a reuse-window specifier for the
22093 case popping up a new window fails.
22094 (special-display-popup-frame): Remove double quoting.
22095 (display-buffer-normalize-specifiers-1): Fix thinko.
22096
22097 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22100 according to comint-completion-addsuffix.
22101
22102 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22103 (pcomplete-suffix-list): Mark as obsolete.
22104 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22105 pcomplete-seen in the closure.
22106 (pcomplete-comint-setup): Setup completion-at-point as well.
22107 (pcomplete--entries): New function.
22108 (pcomplete--env-regexp): New var.
22109 (pcomplete-entries): Rewrite to work with partial-completion and
22110 without relying on pcomplete-suffix-list.
22111 (pcomplete-pare-list): Remove, unused.
22112
22113 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22114
22115 * window.el (display-buffer-alist): Set pop-up-window-min-height
22116 and pop-up-window-min-width in default value. Reported by
22117 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22118 other-window-means-other-frame.
22119 (display-buffer-macro-specifiers): Comment out entry for
22120 other-window specifier.
22121 (display-buffer-other-window-means-other-frame): New function.
22122 (display-buffer-normalize-specifiers-1): New arguments
22123 buffer-name and label. Treat other-window case specially.
22124 (display-buffer-normalize-specifiers-2): Treat other-window case
22125 specially.
22126 (display-buffer-normalize-specifiers-3): New function.
22127 (display-buffer-normalize-specifiers):
22128 Call display-buffer-normalize-specifiers-3.
22129
22130 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22131
22132 * window.el (same-window-p): Fix two typos introduced when
22133 adding with-no-warnings.
22134 (display-buffer-normalize-specifiers-1): Don't check
22135 pop-up-frames for 'unset initialization.
22136 (display-buffer-normalize-specifiers-2): Major rewrite using
22137 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22138 (pop-up-frames, display-buffer-reuse-frames)
22139 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22140 Suggested by David Engster <deng@randomsample.de>.
22141 (even-window-heights): Initialize to 'unset.
22142 (display-buffer-alist-set): Handle new 'unset initializations.
22143 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22144 other window case.
22145
22146 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22147
22148 * window.el (display-buffer-normalize-specifiers-1):
22149 Respect current value of pop-up-frames for most reasonable values of
22150 second argument of display-buffer (Bug#8865).
22151 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22152 (switch-to-buffer-other-window-same-frame)
22153 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22154 Adams (Bug#8875).
22155 (display-buffer): Don't check noninteractive when calling
22156 display-buffer-pop-up-frame.
22157 (display-buffer-pop-up-frame): Never pop up a frame in
22158 noninteractive mode (Bug#8857).
22159 (enlarge-window, shrink-window): Don't report an error when the
22160 window can't be resized as requested (Bug#8862).
22161
22162 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22163
22164 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22165
22166 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22167
22168 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22169
22170 2011-06-15 Alan Mackenzie <acm@muc.de>
22171
22172 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22173 for declarators, disable knr checking to speed up for normal files.
22174 2: Refactor, replacing a sequence of nested if forms by a cond form.
22175
22176 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22177
22178 * net/network-stream.el (open-network-stream): Add the keyword
22179 :always-query-capabilities for the case where you want to force a
22180 `plain' network connection, but the protocol still requires the
22181 capabilitiy command (i.e., SMTP and EHLO).
22182
22183 * subr.el (process-live-p): Rename from `process-alive-p' for
22184 consistency with other `-live-p' functions.
22185
22186 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22187
22188 * window.el (same-window-buffer-names, same-window-regexps)
22189 (special-display-frame-alist, special-display-popup-frame)
22190 (special-display-function, special-display-buffer-names)
22191 (special-display-regexps, pop-up-frame-alist)
22192 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22193 (pop-up-windows, split-window-preferred-function)
22194 (split-height-threshold, split-width-threshold, even-window-heights)
22195 (display-buffer-mark-dedicated): Don't encourage the use of
22196 display-buffer-alist from Elisp code.
22197
22198 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22199
22200 * progmodes/python.el (python-mode): Derive from prog-mode.
22201 * progmodes/ps-mode.el (ps-mode):
22202 * progmodes/mixal-mode.el (mixal-mode):
22203 * progmodes/cfengine.el (cfengine-mode):
22204 * progmodes/ld-script.el (ld-script-mode): Likewise.
22205
22206 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22207
22208 * window.el (display-buffer-alist): Trim default value to avoid
22209 popping up a new frame (Bug#8857) or reusing an arbitrary window
22210 on another frame.
22211 (display-buffer): Do not fall back on popping up a new frame in
22212 batch mode (Bug#8857).
22213
22214 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22215
22216 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22217 (custom-theme-summary): New function.
22218 (customize-themes): Use it.
22219
22220 2011-06-13 Glenn Morris <rgm@gnu.org>
22221
22222 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22223
22224 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22225
22226 * help.el (help-window): Remove variable.
22227 (help-window-point-marker, temp-buffer-max-height)
22228 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22229 (help-print-return-message): Don't set help-window.
22230 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22231 (help-window-setup-finish): Remove.
22232 (help-window-display-message, help-window-setup)
22233 (with-help-window): Major rewrite based on new
22234 display-buffer-window variable.
22235
22236 * help-mode.el (help-mode-finish): Remove help-window related
22237 code.
22238
22239 * view.el (view-exits-all-viewing-windows): Remove reference to
22240 view-return-to-alist in doc-string.
22241 (view-return-to-alist): Make obsolete.
22242 (view-buffer): Call pop-to-buffer-same-window and remove
22243 undo-window code.
22244 (view-buffer-other-window): Call pop-to-buffer-other-window and
22245 simplify code. Ignore second argument.
22246 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22247 simplify code. Ignore second argument.
22248 (view-return-to-alist-update): Make obsolete.
22249 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22250 Rewrite using quit-restore window parameters.
22251 (view-mode-exit): Rename second argument to EXIT-ONLY.
22252 Rewrite using quit-restore-window.
22253 (View-exit, View-exit-and-edit, View-leave, View-quit)
22254 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22255 appropriate arguments.
22256 (view-end-message): Use quit-restore window parameter.
22257
22258 * window.el (display-buffer-function): Rewrite doc-string.
22259 (display-buffer-window, display-buffer-alist): New variables.
22260 (display-buffer-split-specifiers)
22261 (display-buffer-side-specifiers)
22262 (display-buffer-macro-specifiers): New constants.
22263 (display-buffer-even-window-sizes, display-buffer-set-height)
22264 (display-buffer-set-width, display-buffer-select-window)
22265 (display-buffer-in-window, display-buffer-reuse-window)
22266 (display-buffer-split-window-1, display-buffer-split-window)
22267 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22268 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22269 (display-buffer-in-side-window, normalize-buffer-to-display)
22270 (display-buffer-normalize-specifiers-1)
22271 (display-buffer-normalize-specifiers-2)
22272 (display-buffer-normalize-specifiers, display-buffer-frame):
22273 New functions.
22274 (display-buffer): Major rewrite.
22275 (display-buffer-other-window, display-buffer-other-frame)
22276 (pop-to-buffer, switch-to-buffer-other-window)
22277 (switch-to-buffer-other-frame): Rewrite.
22278 (display-buffer-same-window, display-buffer-same-frame)
22279 (display-buffer-same-frame-other-window)
22280 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22281 (pop-to-buffer-other-window)
22282 (pop-to-buffer-same-frame-other-window)
22283 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22284 (switch-to-buffer-other-window-same-frame): New functions.
22285 (same-window-p, special-display-p): Rewrite disabling warnings.
22286 Make obsolete.
22287 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22288 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22289 Make obsolete
22290 (same-window-buffer-names, same-window-regexps)
22291 (special-display-frame-alist, special-display-popup-frame)
22292 (special-display-function, special-display-buffer-names)
22293 (special-display-regexps, pop-up-frame-alist)
22294 (pop-up-frame-function, split-window-preferred-function)
22295 (split-height-threshold, split-width-threshold)
22296 (even-window-heights): Make obsolete.
22297
22298 2011-06-12 Glenn Morris <rgm@gnu.org>
22299
22300 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22301 Misc simplifications.
22302
22303 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22304
22305 * window.el (window-safely-shrinkable-p): Restore function which
22306 was inadvertently removed in change from 2011-06-11. Declare as
22307 obsolete.
22308
22309 * calendar/calendar.el (calendar-generate-window):
22310 Use window-iso-combined-p instead of combination of one-window-p and
22311 window-safely-shrinkable-p.
22312
22313 2011-06-12 Glenn Morris <rgm@gnu.org>
22314
22315 * progmodes/fortran.el (fortran-mode-syntax-table):
22316 * progmodes/f90.el (f90-mode-syntax-table):
22317 Set % to punctuation. (Bug#8820)
22318 (f90-find-tag-default): Remove, no longer needed.
22319
22320 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22321
22322 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22323
22324 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22325
22326 * image.el (image-animated-p): Return animation delay in seconds.
22327 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22328 (image-animate-timeout): Remove DELAY argument. Don't assume
22329 every subimage has the same delay; get it from image-animated-p.
22330 (image-animate): Caller changed.
22331
22332 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22333
22334 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22335 to ignored backtrace functions.
22336
22337 2011-06-11 Glenn Morris <rgm@gnu.org>
22338
22339 * calendar/appt.el (appt-disp-window-function): Doc fix.
22340 (appt-check): Handle overlapping appointments. (Bug#8337)
22341
22342 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22343
22344 * window.el (window-tree-1, window-tree): New functions, moving
22345 the latter to window.el.
22346 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22347 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22348 (bw-refresh-edges): Remove.
22349 (balance-windows-1, balance-windows-2): New functions.
22350 (balance-windows): Rewrite in terms of window tree functions,
22351 balance-windows-1 and balance-windows-2.
22352 (bw-adjust-window): Remove.
22353 (balance-windows-area-adjust): New function with functionality of
22354 bw-adjust-window but using resize-window.
22355 (set-window-text-height): Rewrite doc-string.
22356 Use normalize-live-window and resize-window.
22357 (enlarge-window-horizontally, shrink-window-horizontally):
22358 Rename argument to DELTA.
22359 (window-buffer-height): New function.
22360 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22361 Rewrite using new window resize routines.
22362 (kill-buffer-and-window, mouse-autoselect-window-select):
22363 Use ignore-errors instead of condition-case.
22364 (quit-window): Call delete-frame instead of delete-windows-on
22365 for the only buffer on frame.
22366
22367 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22368
22369 * loadup.el (top-level): Load window before files for the sake
22370 of replace-buffer-in-windows.
22371
22372 * files.el (read-buffer-to-switch)
22373 (switch-to-buffer-other-window)
22374 (switch-to-buffer-other-frame, display-buffer-other-frame):
22375 Move to window.el.
22376
22377 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22378 (previous-buffer): Move to window.el.
22379
22380 * bindings.el (unbury-buffer): Move to window.el.
22381
22382 * window.el (delete-other-windows-vertically): Move after
22383 definition of delete-other-windows.
22384 (other-window, delete-windows-on, replace-buffer-in-windows):
22385 Move here from window.c.
22386 (record-window-buffer, unrecord-window-buffer)
22387 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22388 (switch-to-next-buffer): New functions.
22389 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22390 from simple.el. Call switch-to-next-buffer.
22391 (previous-buffer): Move here from simple.el.
22392 Call switch-to-prev-buffer.
22393 (bury-buffer): Move here from buffer.c. Switch to previous
22394 buffer when window cannot be deleted.
22395 (unbury-buffer): Move here from bindings.el.
22396 (ctl-x-map): Move binding for other-window from window.c to
22397 here.
22398 (read-buffer-to-switch, switch-to-buffer-other-window)
22399 (switch-to-buffer-other-frame): Move here from files.el.
22400 (normalize-buffer-to-switch-to): New functions.
22401 (switch-to-buffer): Move here from buffer.c.
22402 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22403
22404 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22405
22406 * window.el (window-min-height, window-min-width): Move here
22407 from window.c. Add defcustoms and rewrite doc-strings.
22408 (resize-mini-window, resize-window): New functions.
22409 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22410 Move here from window.c.
22411 (maximize-window, minimize-window): New functions.
22412 (delete-window, delete-other-windows, split-window): Move here
22413 from window.c.
22414 (window-split-min-size): New function.
22415 (split-window-keep-point): Mention split-window-above-each-other
22416 instead of split-window-vertically.
22417 (split-window-above-each-other, split-window-vertically):
22418 Rename split-window-vertically to split-window-above-each-other
22419 and provide defalias for old definition.
22420 (split-window-side-by-side, split-window-horizontally):
22421 Rename split-window-horizontally to split-window-side-by-side
22422 and provide defalias for the old definition.
22423 (ctl-x-map): Move bindings for delete-window,
22424 delete-other-windows and enlarge-window here from window.c.
22425 Replace bindings for split-window-vertically and
22426 split-window-horizontally by bindings for
22427 split-window-above-each-other and split-window-side-by-side.
22428
22429 * cus-start.el (all): Remove entries for window-min-height and
22430 window-min-width. Add entries for window-splits and
22431 window-nest.
22432
22433 2011-06-09 Glenn Morris <rgm@gnu.org>
22434
22435 * calendar/appt.el (appt-mode-line): New function.
22436 (appt-check, appt-disp-window): Use it.
22437
22438 * files.el (hack-one-local-variable-eval-safep):
22439 Allow minor-modes with explicit +/-1 arguments.
22440
22441 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
22442
22443 * term/xterm.el (xterm): Add defgroup.
22444 (xterm-extra-capabilities): Add defcustom to supply known xterm
22445 capabilities, skip querying them, or query them (default).
22446 (terminal-init-xterm): Use it.
22447 (terminal-init-xterm-modify-other-keys): New function to set up
22448 modifyOtherKeys support to simplify `terminal-init-xterm'.
22449
22450 2011-06-09 Martin Rudalics <rudalics@gmx.at>
22451
22452 * window.el (resize-window-reset, resize-window-reset-1)
22453 (resize-subwindows-skip-p, resize-subwindows-normal)
22454 (resize-subwindows, resize-other-windows, resize-this-window)
22455 (resize-root-window, resize-root-window-vertically)
22456 (window-deletable-p, window-or-subwindow-p)
22457 (frame-root-window-p): New functions.
22458
22459 2011-06-09 Glenn Morris <rgm@gnu.org>
22460
22461 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22462 (ange-ftp-get-files): Use it.
22463
22464 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22465
22466 * mail/sendmail.el (mail-recover-1, mail-recover):
22467 * files.el (recover-file, recover-session):
22468 Handle dired-listing-switches not being just a single short option.
22469
22470 2011-06-09 Glenn Morris <rgm@gnu.org>
22471
22472 * calendar/appt.el (appt-display-message, appt-disp-window):
22473 Handle lists of appointments.
22474
22475 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22476
22477 * window.el (one-window-p): Move down in code.
22478 Rewrite doc-string.
22479 (window-current-scroll-bars): Rewrite doc-string.
22480 Normalize live window argument.
22481 (walk-windows, get-window-with-predicate, count-windows):
22482 Rewrite doc-string. Use window-list-1.
22483 (window-in-direction-2, window-in-direction, get-mru-window):
22484 New functions.
22485
22486 2011-06-08 Reuben Thomas <rrt@sc3d.org>
22487
22488 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22489 Doc fix (Bug#8713).
22490
22491 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
22492
22493 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22494
22495 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
22496
22497 * loadhist.el (unload-feature-special-hooks):
22498 Add `comint-output-filter-functions'.
22499
22500 2011-06-08 Ivan Kanis <gnu@kanis.fr>
22501
22502 * calendar/appt.el (appt-check): Move some initializations into the let.
22503
22504 2011-06-08 Martin Rudalics <rudalics@gmx.at>
22505
22506 * window.el (window-height): Defalias to window-total-height.
22507 (window-width): Defalias to window-body-width.
22508
22509 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
22510
22511 * image-mode.el (image-toggle-animation): New command.
22512 (image-mode-map): Bind it to RET.
22513 (image-mode): Update message.
22514 (image-toggle-display-image): Avoid a spurious cache flush.
22515 (image-transform-rotation): Doc fix.
22516 (image-transform-properties): Return quickly in the normal case.
22517 (image-animate-loop): Rename from image-animate-max-time.
22518
22519 * image.el (image-animate-max-time): Move to image-mode.el.
22520 (create-animated-image): Remove unnecessary function.
22521 (image-animate): Rename from image-animate-start. New arg.
22522 (image-animate-stop): Remove; just use image-animate-timer.
22523 (image-animate-timer): Use car-safe.
22524 (image-animate-timeout): Rename argument.
22525
22526 2011-06-07 Martin Rudalics <rudalics@gmx.at>
22527
22528 * window.el (get-lru-window, get-largest-window): Move here from
22529 window.c. Rename first argument to ALL-FRAMES.
22530 Rephrase doc-strings.
22531 (get-buffer-window-list): Rewrite using window-list-1.
22532 Rephrase doc-string.
22533 (window-safe-min-height, window-safe-min-width): New constants.
22534 (window-size-ignore, window-min-size, window-min-size-1)
22535 (window-sizable, window-sizable-p, window-size-fixed-1)
22536 (window-size-fixed-p, window-min-delta-1, window-min-delta)
22537 (window-max-delta-1, window-max-delta, window-resizable)
22538 (window-resizable-p, window-total-height, window-total-width)
22539 (window-body-width): New functions.
22540 (window-full-height-p, window-full-width-p): Rewrite using
22541 window-total-size.
22542 (window-body-height): Rewrite using window-body-size.
22543
22544 2011-06-06 Martin Rudalics <rudalics@gmx.at>
22545
22546 * window.el (window-right, window-left, window-child)
22547 (window-child-count, window-last-child, window-any-p)
22548 (normalize-live-buffer, normalize-live-frame)
22549 (normalize-any-window, normalize-live-window)
22550 (window-iso-combination-p, window-iso-combined-p)
22551 (window-iso-combinations)
22552 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22553 (windows-with-parameter, window-with-parameter)
22554 (window-atom-root, make-window-atom, window-atom-check-1)
22555 (window-atom-check, window-side-check, window-check):
22556 New functions.
22557 (ignore-window-parameters, window-sides, window-sides-vertical)
22558 (window-sides-slots): New variables.
22559 (window-size-fixed): Move down in code. Minor doc-string fix.
22560
22561 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
22562
22563 * comint.el (comint-dynamic-complete-as-filename)
22564 (comint-dynamic-complete-filename): Correctly call
22565 completion-in-region.
22566
22567 2011-06-05 Deniz Dogan <deniz@dogan.se>
22568
22569 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22570 in last change.
22571
22572 2011-06-05 Deniz Dogan <deniz@dogan.se>
22573
22574 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22575 (rcirc): Use it to prompt for encryption.
22576
22577 2011-06-05 Roland Winkler <winkler@gnu.org>
22578
22579 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22580 (bibtex-search-entries): New command bound to C-c C-a.
22581 (bibtex-display-entries): New function.
22582
22583 2011-06-05 Roland Winkler <winkler@gnu.org>
22584
22585 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22586 (bibtex-insert-kill): After yanking insert newline if necessary.
22587 (bibtex-initialize): Call bibtex-string-files-init only once.
22588 (bibtex-mode): Do not call easy-menu-add.
22589 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22590 (bibtex-yank): Set arg properly if nil.
22591
22592 2011-06-05 Roland Winkler <winkler@gnu.org>
22593
22594 * textmodes/bibtex.el (bibtex-search-entry-globally):
22595 New variable.
22596 (bibtex-search-entry): Use it.
22597
22598 2011-06-05 Roland Winkler <winkler@gnu.org>
22599
22600 * textmodes/bibtex.el (bibtex-entry-format): New option
22601 sort-fields.
22602 (bibtex-format-entry, bibtex-reformat): Honor this option.
22603 (bibtex-parse-entry): Return fields in proper order.
22604
22605 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
22606
22607 * doc-view.el (doc-view-remove-if): Move computation of result out
22608 of `dolist' to silence misleading lexical-binding warning.
22609
22610 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
22611
22612 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22613 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22614
22615 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22616
22617 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22618 "SunOS 5.10".
22619
22620 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
22621
22622 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22623 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22624 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22625 (tramp-parse-putty):
22626 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22627 (tramp-completion-function-alist-ssh)
22628 (tramp-completion-function-alist-telnet)
22629 (tramp-completion-function-alist-su)
22630 (tramp-completion-function-alist-putty): Set `tramp-autoload'
22631 cookie.
22632
22633 * net/tramp-ftp.el:
22634 * net/tramp-sh.el:
22635 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22636 load "tramp.el" `tramp-set-completion-function'.
22637
22638 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
22639
22640 * shell.el: Require and use pcomplete.
22641 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22642 (shell-completion-vars): Set pcomplete-default-completion-function.
22643
22644 2011-06-04 Deniz Dogan <deniz@dogan.se>
22645
22646 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22647 `memq' (Bug#8799).
22648
22649 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22650
22651 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22652
22653 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
22654
22655 * bs.el (bs--mark-unmark, bs--nth-wrapper):
22656 * mpc.el (mpc-select-extend, mpc-songpointer-context):
22657 * vc/log-view.el (log-view-beginning-of-defun):
22658 * vc/smerge-mode.el (smerge-apply-resolution-patch)
22659 (smerge-refine-forward, smerge-refine-chopup-region):
22660 Silence warning for unused `dotimes' counter variables.
22661
22662 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
22663
22664 * net/tramp.el (tramp-with-progress-reporter): Rename from
22665 with-progress-reporter. Use `declare'.
22666 * net/tramp-smb.el:
22667 * net/tramp-sh.el:
22668 * net/tramp-gvfs.el: Update all uses.
22669
22670 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
22671
22672 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22673 buffer isn't killed before making it current.
22674
22675 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22676
22677 Silence various byte-compiler warnings.
22678 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22679 `access-type' and new obsolescence format.
22680 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22681 new format.
22682 (byte-compile-check-variable): New `access-type' argument.
22683 Only warn if the access-type is obsolete.
22684 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22685 (byte-compile-variable-set): Adjust callers.
22686 * help-fns.el (describe-variable): Adjust to new obsolescence format.
22687 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22688 setting it as obsolete.
22689 * simple.el (minibuffer-completing-symbol):
22690 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22691 access as obsolete.
22692 * minibuffer.el (minibuffer-completing-file-name): Don't make it
22693 obsolete yet.
22694 * international/quail.el (quail-mouse-choose-completion): Remove unused
22695 code referring to obsolete var.
22696 (quail-choose-completion-string): Remove.
22697 * server.el (server-clients-with, server-kill-buffer-query-function)
22698 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22699 * proced.el (proced-send-signal):
22700 * emacs-lisp/lisp.el (lisp-complete-symbol):
22701 Replace completion-annotate-function with completion-extra-properties.
22702
22703 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22704
22705 * simple.el (goto-line): Use read-number.
22706 (overriding-map-is-bound): Remove.
22707 (saved-overriding-map): Change default.
22708 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22709 Take the map as argument.
22710 (universal-argument, negative-argument, digit-argument): Use it.
22711 (restore-overriding-map): Adjust.
22712 (do-auto-fill): Use fill-forward-paragraph.
22713 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22714
22715 * minibuffer.el (minibuffer-inactive-mode-map): New var.
22716 (minibuffer-inactive-mode): New major mode.
22717 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22718 the *Messages* buffer" hack.
22719 (mouse-popup-menubar): Don't burp if the event is a normal key.
22720
22721 Miscellaneous tweaks.
22722 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22723 lexical scoping as in subr.el's dolist and dotimes.
22724 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22725 Silence compiler warning.
22726 * thingatpt.el (forward-whitespace): Trivial coding style fix.
22727 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22728 * international/ccl.el (ccl-compile): Trivial simplification.
22729 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22730 * emacs-lisp/testcover.el (testcover-end): Remove spurious
22731 `printflag' argument.
22732 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22733 Purecopy the whole obsolescence data.
22734
22735 2011-06-01 Leo Liu <sdl.web@gmail.com>
22736
22737 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22738 improve doc-string as suggested by Marco Pessotto
22739 <melmothx@gmail.com>.
22740 (rcirc-print): Fix last change.
22741
22742 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22743
22744 * minibuffer.el (complete-with-action): Return nil for the metadata and
22745 boundaries of non-functional tables.
22746 (completion-table-dynamic): Return nil for the metadata.
22747 (completion-table-with-terminator): Add default case, using
22748 complete-with-action.
22749 (completion--metadata): New function.
22750 (completion-all-sorted-completions, minibuffer-completion-help): Use it
22751 to try and avoid pathological performance problems.
22752 (completion--embedded-envvar-table): Return `category' metadata.
22753
22754 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
22755
22756 * subr.el (process-alive-p): New tiny convenience function.
22757
22758 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22759
22760 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22761 content but also its previous major mode.
22762
22763 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
22764
22765 * emacs-lisp/debug.el (debug): Restore the previous content of the
22766 *Backtrace* buffer when we exit with C-M-c.
22767
22768 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22769
22770 * minibuffer.el: Add metadata method to completion tables.
22771 (completion-category-overrides): New defcustom.
22772 (completion-metadata, completion--field-metadata)
22773 (completion-metadata-get, completion--styles)
22774 (completion--cycle-threshold): New functions.
22775 (completion-try-completion, completion-all-completions):
22776 Add `metadata' argument to choose completion-styles.
22777 (completion--do-completion): Use metadata to choose cycling.
22778 (completion-all-sorted-completions): Use metadata for sorting.
22779 Remove :completion-cycle-penalty which is not needed any more.
22780 (completion--try-word-completion): Add `metadata' argument.
22781 (minibuffer-completion-help): Check metadata for annotation function
22782 and sorting.
22783 (completion-file-name-table): Return `category' metadata.
22784 (minibuffer-completing-file-name): Make obsolete.
22785 * simple.el (minibuffer-completing-symbol): Make obsolete.
22786 * icomplete.el (icomplete-completions): Pass new `metadata' param to
22787 completion-try-completion.
22788
22789 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22790
22791 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22792
22793 2011-05-30 Leo Liu <sdl.web@gmail.com>
22794
22795 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22796 (rcirc-print): Decode all incoming messages (bug#8744).
22797 (rcirc-decode-coding-system): Allow value nil for automatic coding
22798 system detection.
22799
22800 2011-06-01 Glenn Morris <rgm@gnu.org>
22801
22802 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22803
22804 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22805
22806 * image.el (image-animate-max-time): Allow nil and t values.
22807 Default to nil.
22808 (create-animated-image): Doc fix.
22809 (image-animate-start): Remove second arg; just use
22810 image-animate-max-time.
22811 (image-animate-timeout): Doc fix. Args changed.
22812
22813 * image-mode.el (image-toggle-display-image): Ensure that the
22814 image spec passed to the animate timer is the same object as in
22815 the buffer's display property (Bug#6981).
22816 (image-transform-properties): Doc fix.
22817
22818 * image.el (image-animate-max-time): Default to nil.
22819
22820 2011-05-29 Martin Rudalics <rudalics@gmx.at>
22821
22822 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22823 entire buffer list (Bug#8184).
22824
22825 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22826
22827 * image.el (imagemagick-types-inhibit)
22828 (imagemagick-register-types): Doc fix.
22829
22830 2011-05-29 Deniz Dogan <deniz@dogan.se>
22831
22832 * net/rcirc.el (rcirc): Use the user's stored encryption method by
22833 default.
22834
22835 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
22836
22837 * select.el: Don't perform clipboard-manager saving in hooks;
22838 leave the hooks empty.
22839
22840 2011-05-28 Leo Liu <sdl.web@gmail.com>
22841
22842 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22843 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
22844 (occur-edit-mode): New major mode (Bug#8463).
22845 (occur-after-change-function): New function.
22846 (occur-engine): Give Occur tags a read-only property.
22847
22848 2011-05-28 Kevin Ryde <user42@zip.com.au>
22849
22850 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22851
22852 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22853
22854 * bindings.el (help-echo): Make the initial non-indicator dash
22855 empty on graphical terminals (Bug#7295).
22856
22857 * files.el (auto-mode-alist): Move config rule after the
22858 in-stripping one (Bug#8547).
22859
22860 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22861
22862 * startup.el (normal-splash-screen): Remove gratuitous mode-line
22863 setting (Bug#8740).
22864
22865 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
22866
22867 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22868 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22869 (Bug#8539).
22870
22871 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22872
22873 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22874
22875 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
22876
22877 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22878 (hs-hide-block-at-point, hs-find-block-beginning)
22879 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22880 (Bug#8279).
22881
22882 2011-05-28 Glenn Morris <rgm@gnu.org>
22883
22884 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
22885
22886 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
22887
22888 * help-fns.el (describe-function-1): If the function is a derived
22889 major mode, print the parent mode.
22890
22891 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22892 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22893
22894 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
22895
22896 * minibuffer.el (completion--capf-wrapper): Check applicability before
22897 returning non-nil for non-exclusive completion data.
22898 * progmodes/etags.el (tags-completion-at-point-function):
22899 * info-look.el (info-lookup-completions-at-point): Mark as
22900 non-exclusive.
22901 (info-complete): Adjust accordingly.
22902
22903 * info-look.el: Convert to lexical-binding and completion-at-point.
22904 (info-lookup-completions-at-point): New function.
22905 (info-complete): Use it and completion-in-region.
22906
22907 2011-05-28 Drew Adams <drew.adams@oracle.com>
22908
22909 * isearch.el: Let M-e start with point at the first mismatched char.
22910 (isearch-fail-pos): New function.
22911 (isearch-edit-string): Use it.
22912
22913 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22914
22915 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22916
22917 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
22918
22919 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
22920 traversal functions for avl-trees.
22921 (avl-tree--stack): New struct.
22922 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22923 (avl-tree-enter): Add optional `updatefun' arg.
22924 (avl-tree--do-enter): Add optional `updatefun' arg.
22925 Change return value.
22926 (avl-tree-delete): Add optional `test' and `nilflag' args.
22927 (avl-tree--do-delete): Add `test' and `nilflag' args.
22928 Change return value.
22929 (avl-tree-member): Add optional `nilflag'
22930 (avl-tree-member-p): New function.
22931 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22932 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22933 (avl-tree-stack-empty-p): New functions.
22934
22935 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22936 avl-tree--del-balance1 and make it work both ways.
22937 (avl-tree--del-balance2): Remove.
22938 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22939 make it work both ways.
22940 (avl-tree--enter-balance2): Remove.
22941 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22942 New macros.
22943 (avl-tree--mapc, avl-tree-map): Add direction argument.
22944
22945 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
22946
22947 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22948
22949 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
22950
22951 * select.el: Support clipboard managers with built-in function
22952 x-clipboard-manager-save, via delete-frame-functions and
22953 kill-emacs-hook.
22954 (xselect-convert-to-targets): Add MULTIPLE target to list.
22955 (xselect-convert-to-save-targets): New function.
22956
22957 2011-05-27 Kenichi Handa <handa@m17n.org>
22958
22959 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22960 let-binding rfc2047-encode-encoded-words to nil.
22961
22962 2011-05-27 Glenn Morris <rgm@gnu.org>
22963
22964 * mail/emacsbug.el: Don't require url-util.
22965
22966 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
22967
22968 * files.el (set-auto-mode):
22969 Also respect mode: entries at the end of the file. (Bug#8586)
22970
22971 2011-05-26 Glenn Morris <rgm@gnu.org>
22972
22973 * files.el (hack-local-variables-prop-line, hack-local-variables):
22974 Downcase mode names, as seems to be traditional.
22975 (hack-local-variables, hack-local-variables-apply): Doc fixes.
22976
22977 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22978 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
22979
22980 2011-05-25 Julien Danjou <julien@danjou.info>
22981
22982 * textmodes/rst.el (rst-define-level-faces): Do not define face
22983 symbol if it is already defined.
22984
22985 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
22986
22987 * play/5x5.el (5x5-new-game, 5x5-randomize):
22988 Reset 5x5-solver-output to nil when a new grid is cast.
22989 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22990 these debugging traces, as defmacro breaks the compiled code.
22991
22992 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
22993
22994 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22995
22996 2011-05-24 Leo Liu <sdl.web@gmail.com>
22997
22998 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22999 (vc-bzr-sha1): Adapt.
23000
23001 * sha1.el: Remove. Function `sha1' is now builtin.
23002
23003 * bindings.el: Provide sha1 feature.
23004
23005 2011-05-24 Kenichi Handa <handa@m17n.org>
23006
23007 * mail/sendmail.el: Require `rfc2047'.
23008 (mail-insert-from-field): Do not perform RFC2047 encoding.
23009 (mail-encode-header): New function.
23010 (sendmail-send-it): Set buffer-file-coding-system of the work
23011 buffer to the return value of select-message-coding-system.
23012 Call mail-encode-header.
23013
23014 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23015
23016 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23017
23018 * mail/supercite.el (sc-default-cite-frame):
23019 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23020
23021 2011-05-24 Glenn Morris <rgm@gnu.org>
23022
23023 * progmodes/python.el (brm-menu): Declare.
23024
23025 * emulation/viper.el (viper-set-hooks): Declare.
23026
23027 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23028 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23029 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23030 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23031 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23032 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23033
23034 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23035
23036 Add an :exit-function for completion-at-point.
23037
23038 * minibuffer.el (completion--done): New fun.
23039 (completion--do-completion): Use it. New arg `expect-exact'.
23040 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23041 since completion--do-completion does it for us now.
23042 (minibuffer-force-complete): Use completion--done and
23043 completion--replace. Handle sole-completion case with more care.
23044 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23045 (completion-extra-properties): New var.
23046 (completion-annotate-function): Make obsolete.
23047 (minibuffer-completion-help): Adjust accordingly.
23048 Use completion-list-insert-choice-function.
23049 (completion-at-point, completion-help-at-point):
23050 Bind completion-extra-properties.
23051 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23052 * simple.el (completion-list-insert-choice-function): New var.
23053 (completion-setup-function): Preserve it.
23054 (choose-completion): Pay attention to it, shuffle the code a bit.
23055 (choose-completion-string): New arg `insert-function'.
23056
23057 * textmodes/bibtex.el: Convert to lexical binding.
23058 (bibtex-mode-map): Use completion-at-point.
23059 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23060 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23061 (bibtex-complete): Define as obsolete alias.
23062 (bibtex-complete-internal): Remove.
23063 (bibtex-format-entry): Remove unused sub-group in regexp.
23064 * shell.el (shell--command-completion-data)
23065 (shell-environment-variable-completion):
23066 * pcomplete.el (pcomplete-completions-at-point):
23067 * comint.el (comint--complete-file-name-data): Use :exit-function
23068 instead of completion-table-with-terminator so it also works for
23069 choose-completion.
23070
23071 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23072
23073 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23074
23075 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23076 (bug#8710).
23077
23078 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23079
23080 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23081
23082 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23083 customization variable and implement: If non-nil, auto-fill will
23084 be inhibited while on topic's header line.
23085
23086 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
23087
23088 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23089 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23090 always have a solution in grid size = 5 cases.
23091 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23092 (5x5-solver-output, 5x5-log-buffer): New vars.
23093 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23094 Make these variables buffer local to achieve 5x5 multi-session-ness.
23095 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23096 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23097 (5x5-solve-suggest): New funs.
23098 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23099 randomize a grid so that we ensure that there is always a solution.
23100 (5x5-make-random-grid): Allow other movement than flipping.
23101
23102 2011-05-23 Kevin Ryde <user42@zip.com.au>
23103
23104 * emacs-lisp/advice.el (ad-read-advised-function):
23105 Use `function-called-at-point' as the default, if it has
23106 advice and passes PREDICATE.
23107
23108 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23109
23110 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23111 byte-compile-lambda if it's actually a lambda.
23112
23113 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23114 Fix function quoting. Use backquote better.
23115
23116 2011-05-22 Yuanle Song <sylecn@gmail.com>
23117
23118 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23119 matching (Bug#8516).
23120
23121 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23122
23123 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23124 different face (Bug#8178).
23125
23126 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23127
23128 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23129 defface (Bug#8144).
23130
23131 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23132
23133 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23134 funcall as well (bug#8712). Warn when performing those conversions.
23135 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23136
23137 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23138
23139 2011-05-22 Glenn Morris <rgm@gnu.org>
23140
23141 * files.el (hack-local-variables-prop-line): Small simplifications.
23142 (hack-local-variables, hack-local-variables-prop-line):
23143 If MODE-ONLY, return the mode, rather than just `t'.
23144
23145 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23146
23147 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23148
23149 2011-05-21 Glenn Morris <rgm@gnu.org>
23150
23151 * files.el (hack-local-variables-prop-line, hack-local-variables):
23152 If only interested in the mode, don't bother doing the other stuff.
23153
23154 * image-mode.el (image-after-revert-hook):
23155 Redraw all frames on which the image is visible. (Bug#8567)
23156
23157 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23158
23159 * wid-edit.el (widget-checklist-match-inline):
23160 Fix 2011-04-19 change. (Bug#8649)
23161
23162 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23163
23164 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23165 Also allow singlespace after single-letter capitals followed by a dot.
23166
23167 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23168 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23169
23170 2011-05-20 Nix <nix@esperi.org.uk>
23171
23172 * files.el (basic-save-buffer-2):
23173 Fix handling of break-hardlink-on-save with non-existent files.
23174
23175 2011-05-19 Deniz Dogan <deniz@dogan.se>
23176
23177 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23178 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23179
23180 2011-05-19 Glenn Morris <rgm@gnu.org>
23181
23182 * progmodes/f90.el (f90-type-def-re):
23183 Handle "type, bind(c)". (Bug#8691)
23184
23185 * emacs-lisp/autoload.el (batch-update-autoloads):
23186 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23187
23188 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23189
23190 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23191 property for the correct connection in case of multihops.
23192
23193 2011-05-18 Glenn Morris <rgm@gnu.org>
23194
23195 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23196 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23197
23198 Rationalize calendar handling of day and month abbrev-arrays.
23199 * calendar/calendar.el (calendar-customized-p): New function.
23200 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23201 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23202 Add :set function.
23203 (calendar-abbrev-length, calendar-day-abbrev-array)
23204 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23205 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23206 Elements may no longer be nil.
23207 (calendar-day-name, calendar-month-name):
23208 Update for changed nature of abbrev arrays.
23209 * calendar/diary-lib.el (diary-name-pattern):
23210 Update for changed nature of abbrev arrays.
23211 (diary-mark-entries-1): Update calendar-make-alist calls.
23212 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23213 * calendar/cal-html.el (cal-html-day-abbrev-array):
23214 Simply inherit from calendar-day-abbrev-array.
23215
23216 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23217
23218 * progmodes/grep.el (grep-mode): Disable default
23219 compilation-directory-matcher setting (bug#8684).
23220
23221 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23222
23223 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23224 instead of "head" and "tail". There were problems with SunOS 5.9,
23225 and it performs better.
23226
23227 2011-05-17 Glenn Morris <rgm@gnu.org>
23228
23229 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23230
23231 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23232 Replace obsolete function.
23233
23234 * shell.el (pcomplete-parse-arguments-function): Declare.
23235
23236 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23237 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23238 (appt-check): Doc fixes.
23239 (appt-disp-window-function, appt-delete-window-function):
23240 Remove needless special case in custom :type.
23241 (appt-display-count): Default to 0, not nil.
23242 (appt-check): Reset appt-display-count to 0, not nil.
23243
23244 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23245
23246 * progmodes/python.el (python-font-lock-keywords):
23247 Add the Python 3.X keyword "nonlocal" (bug#8639).
23248
23249 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23250
23251 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23252
23253 2011-05-16 Kevin Ryde <user42@zip.com.au>
23254
23255 * info-look.el (makefile-automake-mode): New setups, looking in
23256 automake manual, then makefile-mode.
23257 (makefile-mode): Remove automake manual, have it just in
23258 makefile-automake-mode since there's various things different or
23259 not relevant to plain make.
23260 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23261 believe a hypothetical automake-mode would go to makefile-mode,
23262 not the other way around.
23263
23264 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23265
23266 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23267 hunk-end tags (Bug#8672).
23268
23269 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23270 vc-annotate-show-diff-revision-at-line (Bug#8671).
23271
23272 2011-05-14 Glenn Morris <rgm@gnu.org>
23273
23274 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23275 in the middle of an existing one with multiple authors. (Bug#8645)
23276 (change-log-font-lock-keywords): Also handle multiple author lines
23277 with leading tabs. (Bug#8644)
23278
23279 * calendar/appt.el (appt-check): Rename some local variables.
23280 Some simplification/reordering.
23281
23282 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23283 (feedmail-sendmail-f-doesnt-sell-me-out)
23284 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23285 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23286 (feedmail-queue-runner-message-sender): Set :version.
23287 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23288 (bbdb-dwim-net-address, vm-mail): Declare.
23289 (feedmail-binmail-gnulinuxish-template):
23290 Rename from feedmail-binmail-linuxish-template.
23291 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23292 Use insert-buffer-substring.
23293
23294 2011-05-14 Bill Carpenter <bill@carpenter.org>
23295
23296 * mail/feedmail.el (feedmail-patch-level): Increase.
23297 (feedmail-debug): New custom group.
23298 (feedmail-confirm-outgoing-timeout)
23299 (feedmail-sendmail-f-doesnt-sell-me-out)
23300 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23301 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23302 (feedmail-sender-line, feedmail-from-line)
23303 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23304 (feedmail-spray-this-address)
23305 (feedmail-spray-address-fiddle-plex-list)
23306 (feedmail-queue-use-send-time-for-date)
23307 (feedmail-queue-use-send-time-for-message-id)
23308 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23309 (feedmail-buffer-eating-function):
23310 Doc fixes.
23311 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23312 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23313 (feedmail-message-action-scroll-down): New functions.
23314 (feedmail-queue-directory, feedmail-queue-draft-directory):
23315 Use expand-file-name.
23316 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23317 Remove C-v help entry.
23318 (feedmail-queue-buffer-file-name): New variable.
23319 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23320 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23321 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23322 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23323 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23324 (feedmail-message-action-toggle-spray)
23325 (feedmail-run-the-queue-no-prompts)
23326 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23327 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23328 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23329 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23330 (feedmail-envelope-deducer, feedmail-fiddle-from)
23331 (feedmail-fiddle-sender, feedmail-default-date-generator)
23332 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23333 (feedmail-fiddle-spray-address)
23334 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23335 (feedmail-fiddle-list-of-fiddle-plexes)
23336 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23337 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23338 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23339 Change default. Doc fix.
23340 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23341 (feedmail-binmail-linuxish-template): New constant.
23342 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23343 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23344 (feedmail-send-it): Add debug call.
23345 Use feedmail-queue-buffer-file-name, and
23346 feedmail-send-it-immediately-wrapper.
23347 (feedmail-message-action-send): Add debug call.
23348 Use feedmail-send-it-immediately-wrapper.
23349 (feedmail-queue-express-to-queue): Add debug call.
23350 Run feedmail-queue-express-hook.
23351 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23352 (feedmail-message-action-help-blat):
23353 Rename from feedmail-queue-send-edit-prompt-help-first.
23354 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23355 Check line-endings. Handle errors better.
23356 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23357 Doc fix. Add debug call.
23358 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23359 Use feedmail-queue-send-edit-prompt-inner.
23360 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23361 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23362 from feedmail-queue-send-edit-prompt.
23363 (feedmail-queue-send-edit-prompt-help)
23364 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23365 (feedmail-tidy-up-slug): Add debug call.
23366 Respect feedmail-queue-slug-suspect-regexp.
23367 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23368 (feedmail-dump-message-to-queue): Add debug call.
23369 Expand queue-directory.
23370 (feedmail-dump-message-to-queue): Change message slightly.
23371 Use feedmail-say-chatter.
23372 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23373 (feedmail-send-it-immediately-wrapper): New function.
23374 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23375 Insert empty string rather than newline. Handle full-frame case.
23376 Use catch/throw. Use feedmail-say-chatter.
23377 (feedmail-fiddle-from): Try mail-host-address.
23378 (feedmail-default-message-id-generator): Doc fix.
23379 Bind system-time-locale. Handle missing end.
23380 (feedmail-fiddle-x-mailer): Add debug call.
23381 Handle feedmail-x-mailer-line being nil.
23382 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23383 Add debug call. Use buffer-substring-no-properties.
23384 (feedmail-say-debug, feedmail-say-chatter): New functions.
23385 (feedmail-find-eoh): Give an explicit error.
23386
23387 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23388
23389 * net/newst-treeview.el (newsticker-treeview-face): Change default
23390 family from helvetica to sans.
23391 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23392 etc/images/newsticker.
23393
23394 * net/newst-reader.el (newsticker-feed-face): Change default
23395 family from helvetica to sans.
23396
23397 * net/newst-plainview.el (newsticker-new-item-face)
23398 (newsticker-old-item-face, newsticker-immortal-item-face)
23399 (newsticker-obsolete-item-face, newsticker-date-face)
23400 (newsticker-statistics-face): Change default family from
23401 helvetica to sans.
23402 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23403 etc/images/newsticker.
23404
23405 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23406 (newsticker--process-auto-mark-filter-match): Tell user about
23407 auto-marking.
23408
23409 2011-05-13 Didier Verna <didier@xemacs.org>
23410
23411 Common Lisp indentation improvements on defmethod and lambda-lists.
23412 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23413 TODO entries.
23414 (lisp-lambda-list-keyword-parameter-indentation)
23415 (lisp-lambda-list-keyword-parameter-alignment)
23416 (lisp-lambda-list-keyword-alignment): New customizable user options.
23417 (lisp-indent-defun-method): Improve docstring.
23418 (extended-loop-p): Fix comment.
23419 (lisp-indent-lambda-list-keywords-regexp): New variable.
23420 (lisp-indent-lambda-list): New function.
23421 (lisp-indent-259): Use it.
23422 (lisp-indent-defmethod): Support for more than one
23423 method qualifier and properly indent methods lambda-lists.
23424 (defgeneric): Provide a missing common-lisp-indent-function property.
23425
23426 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23429 bounds for the empty string (bug#8667).
23430
23431 2011-05-13 Glenn Morris <rgm@gnu.org>
23432
23433 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23434
23435 * mail/sendmail.el (sendmail-program): Try executable-find first.
23436 (sendmail-send-it): `sendmail-program' cannot be unbound.
23437
23438 * calendar/appt.el (appt-make-list): Simplify.
23439 (appt-time-msg-list): Doc fix.
23440 (appt-check): Change mode-line message at the time of the appointment.
23441
23442 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
23443
23444 * progmodes/ld-script.el (ld-script-keywords)
23445 (ld-script-builtins): Update keywords list.
23446
23447 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23448
23449 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23450
23451 * shell.el (shell-completion-vars): New function.
23452 (shell-mode):
23453 * simple.el (read-shell-command): Use it.
23454 (blink-matching-open): No need for " [...]" in minibuffer-message.
23455
23456 2011-05-12 Glenn Morris <rgm@gnu.org>
23457
23458 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23459 (appt-check): Simplify.
23460
23461 2011-05-12 Eli Zaretskii <eliz@gnu.org>
23462
23463 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23464 literal "/dev/null".
23465
23466 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23467
23468 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23469 Fix typo.
23470
23471 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
23472
23473 * progmodes/which-func.el (which-function):
23474 Use add-log-current-defun instead of add-log-current-defun-function,
23475 which might not be defined (Bug#8260).
23476
23477 2011-05-12 Glenn Morris <rgm@gnu.org>
23478
23479 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23480 Let byte-compile-initial-macro-environment always take precedence.
23481
23482 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23483
23484 * net/rcirc.el: Add support for SSL/TLS connections.
23485 (rcirc-server-alist): New field `encryption'.
23486 (rcirc): Check `encryption' settings.
23487 (rcirc-connect): New arg `encryption'. Use open-network-stream.
23488 Merge make-local-variable into `set'.
23489 (rcirc--connection-open-p): New function.
23490 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23491 the process is not a network process (e.g. running gnutls-cli).
23492 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23493 Make rcirc-(en|de)code-coding-system local here.
23494 (rcirc-mode): Merge make-local-variable into `set'.
23495 (rcirc-parent-buffer): Make permanent buffer-local.
23496 (rcirc-multiline-minor-mode): Don't do it here.
23497 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23498 there's no server buffer.
23499
23500 2011-05-11 Glenn Morris <rgm@gnu.org>
23501
23502 * newcomment.el (comment-kill): Prefix "unused" local.
23503
23504 * term/w32console.el (get-screen-color): Declare.
23505
23506 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23507 Handle symbol elements of byte-compile-initial-macro-environment.
23508
23509 2011-05-10 Leo Liu <sdl.web@gmail.com>
23510
23511 * bookmark.el (bookmark-bmenu-mode-map):
23512 Bind bookmark-bmenu-search to `/'.
23513
23514 * mail/footnote.el: Convert to utf-8 encoding.
23515 (footnote-unicode-string, footnote-unicode-regexp): New variable.
23516 (Footnote-unicode): New function.
23517 (footnote-style-alist): Add unicode style to the list.
23518 (footnote-style): Doc fix.
23519
23520 2011-05-10 Jim Meyering <meyering@redhat.com>
23521
23522 Fix doubled-word typos.
23523 * international/quail.el (quail-insert-kbd-layout): and and -> and
23524 * kermit.el: and and -> and
23525 * net/ldap.el (ldap-search-internal): to to -> to
23526 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23527 * progmodes/js.el (js-mode): and and -> and
23528 * textmodes/artist.el (artist-move-to-xy): at at -> at
23529 (artist-draw-region-trim-line-endings): if if -> if
23530 And Safetyc -> Safety.
23531 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23532
23533 2011-05-10 Glenn Morris <rgm@gnu.org>
23534 Stefan Monnier <monnier@iro.umontreal.ca>
23535
23536 * files.el (hack-one-local-variable-eval-safep):
23537 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
23538
23539 2011-05-10 Glenn Morris <rgm@gnu.org>
23540
23541 * calendar/diary-lib.el (diary-list-entries-hook)
23542 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23543 (diary-nongregorian-marking-hook, diary-list-entries)
23544 (diary-include-other-diary-files, diary-mark-entries)
23545 (diary-mark-included-diary-files): Doc fixes.
23546
23547 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23548
23549 * misc.el: Require tabulated-list.el during compilation.
23550
23551 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23552
23553 * progmodes/compile.el (compilation-start):
23554 Run compilation-filter-hook for the async case too.
23555 (compilation-filter-hook): Doc fix.
23556
23557 2011-05-09 Deniz Dogan <deniz@dogan.se>
23558
23559 * wdired.el: Remove outdated installation comment. Fix usage
23560 comment.
23561
23562 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
23563
23564 * misc.el: Implement new command `list-dynamic-libraries'.
23565 (list-dynamic-libraries--loaded-only-p): New variable.
23566 (list-dynamic-libraries--refresh): New function.
23567 (list-dynamic-libraries): New command.
23568
23569 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
23570
23571 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23572 Fix the ant regexp to handle end-line and end-column info from jikes.
23573 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
23574 higher priority to avoid clobbering by gnu.
23575
23576 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23577
23578 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23579 if the face has existing theme settings (Bug#8454).
23580
23581 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
23582
23583 * progmodes/perl-mode.el (perl-imenu-generic-expression):
23584 Only match variables declared via `my' or `our' (Bug#8261).
23585
23586 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23587 special file names `.' and `..' (Bug#8259).
23588
23589 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
23590
23591 * progmodes/grep.el (grep-mode-font-lock-keywords):
23592 Remove buffer-changing entries.
23593 (grep-filter): New function.
23594 (grep-mode): Add it to compilation-filter-hook.
23595
23596 * progmodes/compile.el (compilation-filter-hook)
23597 (compilation-filter-start): New defvars.
23598 (compilation-filter): Call compilation-filter-hook prior to
23599 updating the process mark.
23600
23601 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23602
23603 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23604
23605 2011-05-07 Eli Zaretskii <eliz@gnu.org>
23606
23607 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23608 mailclient-send-it even if window-system is nil. (Bug#8595)
23609
23610 * term/w32console.el (terminal-init-w32console):
23611 Call get-screen-color and use its output to set the frame
23612 background-mode. (Bug#8597)
23613
23614 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23615
23616 Make bytecomp.el understand that defmethod defines funs (bug#8631).
23617 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23618 New functions.
23619 (defgeneric, eieio--defmethod): Use them.
23620 (eieio-defgeneric): Remove.
23621 (defmethod): Call defgeneric in a way visible to the byte-compiler.
23622
23623 2011-05-07 Glenn Morris <rgm@gnu.org>
23624
23625 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23626 Use let rather than let*.
23627 (timeclock-find-discrep): Remove unused local.
23628
23629 * calendar/diary-lib.el (diary-comment-start): Doc fix.
23630
23631 * calendar/appt.el (appt-time-msg-list): Doc fix.
23632
23633 2011-05-06 Noah Friedman <friedman@splode.com>
23634
23635 * apropos.el (apropos-print-doc): Only use
23636 emacs-lisp-docstring-fill-column when it is bound to an integer,
23637 per that variable's documentation.
23638
23639 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23640
23641 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23642 and warnings are not silently discarded (e.g. use -d instead of -P).
23643
23644 2011-05-06 Glenn Morris <rgm@gnu.org>
23645
23646 * calendar/appt.el (appt-message-warning-time): Doc fix.
23647 (appt-warning-time-regexp): New option.
23648 (appt-make-list): Respect appt-message-warning-time.
23649
23650 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23651 New options.
23652 (diary-add-to-list): Strip comments from the displayed string.
23653 (diary-mode): Set comment-start and comment-end.
23654
23655 * vc/diff-mode.el (smerge-refine-subst): Declare.
23656 (diff-refine-hunk): Don't require smerge-mode when compiling.
23657
23658 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
23659
23660 * simple.el (list-processes): Return nil as the docstring says.
23661
23662 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23663
23664 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23665 to "".
23666 (ange-ftp-write-region, ange-ftp-insert-file-contents)
23667 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23668 determining of binary transfer. (Bug#7383)
23669
23670 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
23671
23672 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23673 Fix port computation bug. (Bug#8618)
23674
23675 2011-05-05 Glenn Morris <rgm@gnu.org>
23676
23677 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23678
23679 * simple.el (shell-dynamic-complete-functions)
23680 (comint-dynamic-complete-functions): Declare.
23681
23682 * net/network-stream.el (gnutls-negotiate):
23683 * simple.el (tabulated-list-print): Fix declarations.
23684
23685 * progmodes/gud.el (syntax-symbol, syntax-point):
23686 Remove unnecessary and incorrect declarations.
23687
23688 * emacs-lisp/check-declare.el (check-declare-scan):
23689 Handle byte-compile-initial-macro-environment in bytecomp.el.
23690
23691 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23692
23693 Fix earlier half-done eieio-defmethod change (bug#8338).
23694 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23695 Streamline and change calling convention.
23696 (defmethod): Adjust accordingly and simplify.
23697 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23698 new eieio--defmethod.
23699 (slot-boundp): Minor CSE simplification.
23700
23701 2011-05-05 Milan Zamazal <pdm@zamazal.org>
23702
23703 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23704 (glasses-make-readable): Use glasses-separate-capital-groups.
23705
23706 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
23707
23708 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23709 (warning-series): Doc fix.
23710 (display-warning): Don't try to create the buffer if we just found it.
23711
23712 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
23713
23714 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23715 (autoload-find-generated-file): New function.
23716 (generate-file-autoloads): Bind generated-autoload-file to
23717 buffer-file-name.
23718 (update-file-autoloads, update-directory-autoloads):
23719 Use autoload-find-generated-file. If called interactively, prompt for
23720 output file (Bug#7989).
23721 (batch-update-autoloads): Doc fix.
23722
23723 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
23724
23725 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23726
23727 2011-05-04 Glenn Morris <rgm@gnu.org>
23728
23729 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23730 function, so it follows changes in calendar-date-style.
23731 (diary-fancy-date-matcher): New function.
23732 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23733 (diary-fancy-font-lock-fontify-region-function):
23734 Use diary-fancy-date-pattern as a function.
23735
23736 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23737 non-numbers for `year' etc pseudo-variables. (Bug#8583)
23738
23739 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
23740
23741 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23742 instead of positional arguments. Allow :keylist and :crlfiles
23743 arguments.
23744 (open-gnutls-stream): Call it.
23745
23746 * net/network-stream.el (network-stream-open-starttls): Adjust to
23747 call `gnutls-negotiate' with :process and :hostname arguments.
23748
23749 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23750
23751 * minibuffer.el (completion--message): New function.
23752 (completion--do-completion, minibuffer-complete)
23753 (minibuffer-force-complete, minibuffer-complete-word): Use it.
23754 (completion--do-completion): Don't ignore completion-auto-help when in
23755 icomplete-mode.
23756
23757 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23758 internal encoding (e.g. tibetan zero is not whitespace).
23759 (global-whitespace-mode): Prefer save-current-buffer.
23760 (whitespace-trailing-regexp): Remove useless save-match-data.
23761 (whitespace-empty-at-bob-regexp): Minor simplification.
23762
23763 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
23764
23765 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23766
23767 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
23768
23769 * textmodes/ispell.el (ispell-add-per-file-word-list):
23770 Use `concat' to create string for insertion.
23771
23772 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23773
23774 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23775 Avoid open-line which runs post-self-insert-hook.
23776 (bibtex-fill-entry): Remove unused `end' var.
23777
23778 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
23779
23780 * textmodes/ispell.el (ispell-add-per-file-word-list):
23781 Protect against `nil' value of `comment-start' (Bug#8579).
23782
23783 2011-05-03 Leo Liu <sdl.web@gmail.com>
23784
23785 * isearch.el (isearch-yank-pop): New command.
23786 (isearch-mode-map): Bind it to `M-y'.
23787 (isearch-forward): Mention it.
23788
23789 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
23790
23791 * simple.el (minibuffer-complete-shell-command): Remove.
23792 (minibuffer-local-shell-command-map): Use completion-at-point.
23793 (read-shell-command): Setup completion vars here instead.
23794 (read-expression-map): Bind TAB to symbol completion.
23795
23796 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23797 error directly rather via storing it into `results'.
23798
23799 2011-05-02 Leo Liu <sdl.web@gmail.com>
23800
23801 * vc/diff.el: Fix description.
23802
23803 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23804
23805 * server.el (server-eval-at): New function.
23806
23807 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23808
23809 * net/network-stream.el (open-network-stream): Take a :nowait
23810 parameter and pass it on to `make-network-process'.
23811 (network-stream-open-plain): Ditto.
23812
23813 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
23814
23815 * faces.el (face-spec-set-match-display): Don't match toolkit
23816 options on terminal frames.
23817
23818 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23819
23820 * progmodes/pascal.el: Use lexical binding.
23821 (pascal-mode-map): Remove author preferences.
23822
23823 * pcomplete.el (pcomplete-std-complete): Don't abuse
23824 completion-at-point.
23825
23826 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23827
23828 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23829 removing code that has been dead since 1991 or so.
23830
23831 * startup.el (command-line): When warning about "_emacs", use a
23832 delayed warning to allow the user to filter it out.
23833
23834 2011-04-28 Deniz Dogan <deniz@dogan.se>
23835
23836 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23837 user has not joined.
23838
23839 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23840
23841 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23842 aren't any completions at point.
23843
23844 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
23845
23846 * subr.el (display-delayed-warnings): New function.
23847 (delayed-warnings-hook): New variable.
23848
23849 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23850
23851 * minibuffer.el (completion-at-point, completion-help-at-point):
23852 Don't presume that a given completion-at-point-function will always
23853 use the same calling convention.
23854
23855 * pcomplete.el (pcomplete-completions-at-point):
23856 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
23857 pcomplete-seen is non-nil.
23858 (pcomplete-comint-setup): Also recognize the new comint/shell
23859 completion functions.
23860 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23861 pcomplete-seen is non-nil.
23862
23863 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
23864
23865 * calendar/icalendar.el (diary-lib): Add require statement.
23866 (icalendar--create-uid): Read out a uid from a text-property on
23867 the first character in the entry. This allows for code to add its
23868 own uid to the entry.
23869 (icalendar--convert-float-to-ical): Add export of
23870 `diary-float'-entries save for those with the optional DAY
23871 argument.
23872
23873 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
23874
23875 * subr.el (shell-quote-argument): Use alternate escaping strategy
23876 when we spot a variable reference in a string.
23877
23878 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23879
23880 * cus-start.el (all): Define customization for debug-on-event.
23881
23882 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
23883
23884 * subr.el (shell-quote-argument): Escape correctly under Windows.
23885
23886 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23887
23888 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23889
23890 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
23891
23892 * net/tramp.el (tramp-process-actions): Add POS argument.
23893 Delete region between POS and (pos).
23894
23895 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23896 Use `nil' position in `tramp-process-actions' call.
23897 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23898
23899 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23900 position in `tramp-process-actions' call.
23901
23902 * net/trampver.el: Update release number.
23903
23904 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
23905
23906 * custom.el (defcustom): Obey lexical-binding.
23907
23908 Fix octave-inf completion problems reported by Alexander Klimov.
23909 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23910 Inherit from octave-mode-syntax-table.
23911 (inferior-octave-mode): Set info-lookup-mode.
23912 (inferior-octave-completion-at-point): New function.
23913 (inferior-octave-complete): Use it and completion-in-region.
23914 (inferior-octave-dynamic-complete-functions): Use it as well, and use
23915 comint-filename-completion.
23916 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23917 symbol elements which shouldn't be word elements.
23918 (octave-font-lock-keywords, octave-beginning-of-defun)
23919 (octave-function-header-regexp): Adjust regexps accordingly.
23920 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23921
23922 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
23923
23924 * net/gnutls.el (gnutls-errorp): Declare before first use.
23925
23926 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
23927
23928 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23929 verify-error, and verify-hostname-error parameters. Check whether
23930 default trustfile exists before going to use it. Add missing
23931 argument to gnutls-message-maybe call. Return value.
23932 Reported by Claudio Bley <claudio.bley@gmail.com>.
23933 (open-gnutls-stream): Add usage example.
23934
23935 * net/network-stream.el (network-stream-open-starttls): Give host
23936 parameter to `gnutls-negotiate'.
23937 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23938 * subr.el (shell-quote-argument): Escape correctly under Windows.
23939
23940 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
23941
23942 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23943 Use correct match group (bug#8438).
23944
23945 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23946
23947 * emacs-lisp/package.el (package-built-in-p): Fix typo.
23948 (package-menu--generate): New arg specifying packages to show.
23949 (package-menu-refresh, package-menu-execute, list-packages):
23950 Callers changed.
23951 (package-show-package-list): New function, replacing deleted
23952 package--list-packages (renamed because it is non-internal).
23953
23954 * finder.el (finder-list-matches): Use package-show-package-list
23955 instead of deleted package--list-packages.
23956
23957 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23958 Based on a previous implementation by Juanma Barranquero (Bug#8366).
23959 (vc-annotate-mode-map): Bind it to RET.
23960
23961 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
23962
23963 * progmodes/etags.el (next-file): Don't use set-buffer to change
23964 buffers (Bug#8478).
23965
23966 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
23967
23968 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23969
23970 * apropos.el (apropos-label-face): Avoid variable-pitch face.
23971 (apropos-accumulator): Doc fix.
23972 (apropos-function, apropos-macro, apropos-command)
23973 (apropos-variable, apropos-face, apropos-group, apropos-widget)
23974 (apropos-plist): Add face property.
23975 (apropos-symbols-internal): Fix indentation.
23976 (apropos-print): Simplify help, and recognize apropos-multi-type.
23977 (apropos-print-doc): Use button-type-get to extract the button's
23978 face property. Fill docstring (Bug#8352).
23979
23980 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
23981
23982 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23983
23984 * play/mpuz.el (mpuz-silent): Doc fix.
23985 (mpuz-mode-map): Use mapc.
23986 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23987 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23988 Fix typos in docstrings.
23989
23990 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23991 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23992
23993 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23994
23995 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
23996
23997 * minibuffer.el (completion--do-completion): Avoid the "Next char
23998 not unique" prompt if icomplete-mode is enabled (Bug#5849).
23999
24000 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24001 mouse-2 into unread-command-events, it is interpreted correctly.
24002
24003 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24004 (image-toggle-display): Doc fix.
24005
24006 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24007
24008 * textmodes/page.el (what-page): Use line-number-at-pos to
24009 calculate line number (Bug#6825).
24010
24011 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24012
24013 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24014 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24015 Pass argument NO-DEFAULT to `find-tag-interactive'.
24016
24017 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24018
24019 Lexical-binding cleanup.
24020
24021 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24022 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24023 * progmodes/ada-prj.el (ada-prj-initialize-values)
24024 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24025 (ada-prj-show-value):
24026 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24027 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24028 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24029 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24030 * progmodes/bug-reference.el (bug-reference-push-button):
24031 * progmodes/fortran.el (fortran-line-length):
24032 * progmodes/glasses.el (glasses-change):
24033 * progmodes/octave-mod.el (octave-fill-paragraph):
24034 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24035 (python-pdbtrack-grub-for-buffer, python-sentinel):
24036 * progmodes/sql.el (sql-save-connection):
24037 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24038 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24039 Mark unused parameters.
24040
24041 * progmodes/compile.el (compilation--flush-directory-cache)
24042 (compilation--flush-parse, compile-internal): Mark unused parameters.
24043 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24044 (compilation-next-error-function): Remove unused variable `timestamp'.
24045
24046 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24047 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24048
24049 * progmodes/dcl-mode.el (dcl-end-of-command):
24050 Remove unused variable `start'.
24051 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24052 (dcl-option-value-basic, dcl-option-value-offset)
24053 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24054 Mark unused parameters.
24055 (dcl-save-local-variable): Remove unused variable `val'.
24056 (mode): Declare.
24057
24058 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24059 Mark unused parameters.
24060 (delphi-ignore-changes): Move before first use.
24061 (delphi-charset-token-at): Remove unused variable `start'.
24062 (delphi-else-start): Remove unused variable `if-count'.
24063 (delphi-comment-block-start, delphi-comment-block-end):
24064 Remove unused variable `kind'.
24065 (delphi-indent-line): Remove unused variable `new-point'.
24066
24067 * progmodes/ebrowse.el (ebrowse-files-list)
24068 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24069 Mark unused parameters. Don't quote `lambda'.
24070 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24071 Don't quote `lambda'.
24072 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24073 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24074 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24075 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24076 Use `ignore-errors'.
24077 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24078 (ebrowse-view/find-file-and-search-pattern)
24079 (ebrowse-view/find-member-declaration/definition):
24080 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24081 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24082 Rename parameter PREFIX-ARG to PREFIX.
24083 (ebrowse-tags-read-name): Remove unused variables `start' and
24084 `member-info'.
24085 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24086 to `tags-file'.
24087
24088 * progmodes/etags.el (local-find-tag-hook): Declare.
24089 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24090 Mark unused parameters.
24091
24092 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24093 (executable-interpret): Mark unused parameter.
24094
24095 * progmodes/flymake.el (flymake-process-sentinel)
24096 (flymake-after-change-function)
24097 (flymake-create-temp-with-folder-structure)
24098 (flymake-get-include-dirs-dot): Mark unused parameters.
24099 (flymake-safe-delete-directory): Remove unused variable `err'.
24100
24101 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24102 (speedbar-timer-fn, speedbar-line-text)
24103 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24104 (speedbar-center-buffer-smartly): Declare functions.
24105 (gdb-find-watch-expression): Remove unused variable `array'.
24106 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24107 (gdb-starting): Mark unused parameters.
24108 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24109 (gdb-table-string): Remove unused variable `res'.
24110 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24111 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24112 (gdb-display-buffer): Remove unused variable `cur-size'.
24113
24114 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24115 allow lexical-binding compilation.
24116 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24117 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24118 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24119 Mark unused parameters.
24120 (gud-gdb-marker-filter): Remove unused variable `match'.
24121 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24122 lambda expressions and funcall them, instead of using `fset'.
24123
24124 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24125 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24126
24127 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24128 variable `header-beg'; use `let'.
24129
24130 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24131 `restart', `last-sexp' and `at-do'.
24132
24133 * progmodes/js.el (js--debug): Mark unused parameter.
24134 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24135 (js--splice-into-items): Remove unused variable `item'.
24136 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24137
24138 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24139 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24140 (makefile-complete): Remove unused variable `try'.
24141 (makefile-fill-paragraph, makefile-match-function-end):
24142 Mark unused parameters.
24143
24144 * progmodes/octave-inf.el (inferior-octave-complete):
24145 Remove unused variable `proc'.
24146 (inferior-octave-output-digest): Mark unused parameter.
24147
24148 * progmodes/perl-mode.el (perl-calculate-indent):
24149 Remove unused variable `err'.
24150
24151 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24152 (prolog-indent-line): Mark unused parameters.
24153 (prolog-indent-line): Remove unused variable `beg'.
24154
24155 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24156 (reporter-dont-compact-list): Declare.
24157
24158 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24159 Remove unused variable `char'.
24160 (sh-debug): Mark unused parameter.
24161 (sh-get-indent-info): Remove unused variable `start'.
24162 (sh-calculate-indent): Remove unused variable `var'.
24163
24164 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24165 (simula-electric-keyword): Remove unused variable `null'.
24166 (simula-search-backward, simula-search-forward): Remove unused
24167 variables `begin' and `end'.
24168
24169 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24170 Remove unused variable `pos'.
24171 (vera-electric-tab, vera-comment-uncomment-region):
24172 Mark unused parameters.
24173 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24174
24175 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24176
24177 * emacs-lisp/package.el (package--builtins, package-alist)
24178 (package-load-descriptor, package-built-in-p, package-activate)
24179 (define-package, package-installed-p)
24180 (package-compute-transaction, package-buffer-info)
24181 (package--push): Doc fix. Distinguish more clearly between
24182 version strings and version lists.
24183
24184 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24185
24186 Lexical-binding cleanup.
24187
24188 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24189 (5x5-make-mutate-best):
24190 * play/fortune.el (fortune-in-buffer):
24191 * play/gomoku.el (gomoku-init-display):
24192 * play/solitaire.el (solitaire, solitaire-do-check):
24193 * play/tetris.el (tetris-default-update-speed-function):
24194 Mark unused parameters.
24195
24196 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24197 (bubbles--shift): Remove unused variable `char-org'.
24198 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24199 (bubbles--show-images): Remove unused variable `char'.
24200
24201 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24202 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24203 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24204 (decipher-analyze-buffer): Use ?\s.
24205 (decipher-make-checkpoint): Remove unused variable `mapping'.
24206
24207 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24208
24209 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24210 Remove unused variable `result'; use `let'.
24211
24212 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24213 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24214 (gametree-children-shown-p, gametree-compute-reduced-score):
24215 Use `ignore-errors'.
24216
24217 * play/handwrite.el (ps-lpr-switches): Declare.
24218 (handwrite): Remove unused variables `pmin' and `lastp'.
24219
24220 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24221
24222 * play/landmark.el (landmark-init-display)
24223 (landmark-update-naught-weights): Mark unused parameters.
24224 (landmark-y): Remove unused variable `noise'. Simplify.
24225 (landmark-human-plays): Remove unused variable `score'.
24226
24227 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24228 (mpuz-try-proposal): Remove unused variable `game'.
24229
24230 * play/zone.el (life-patterns): Declare.
24231
24232 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24233
24234 * vc/vc.el (ediff-vc-internal): Declare function.
24235
24236 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24237
24238 * shell.el: Use lexical-binding and std completion UI.
24239 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24240 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24241 comint-preoutput-filter-functions rather than on
24242 comint-output-filter-functions.
24243 (shell-command-completion, shell--command-completion-data)
24244 (shell-filename-completion, shell-environment-variable-completion)
24245 (shell-c-a-p-replace-by-expanded-directory): New functions.
24246 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24247 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24248 (shell-dynamic-complete-environment-variable): Use them.
24249 (shell-dynamic-complete-as-environment-variable)
24250 (shell-dynamic-complete-as-command): Remove.
24251 (shell-match-partial-variable): Match past point.
24252 * comint.el: Clean up use of completion-at-point-functions.
24253 (comint-completion-at-point): New function.
24254 (comint-mode): Use it completion-at-point-functions.
24255 (comint-dynamic-complete): Make it obsolete.
24256 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24257 (comint-c-a-p-replace-by-expanded-history): New function.
24258 (comint-dynamic-complete-functions)
24259 (comint-replace-by-expanded-history): Use it.
24260 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24261 termination strings. Try harder to avoid second try-completion.
24262 (completion-in-region-mode-map): Disable bindings that don't work yet.
24263
24264 * comint.el: Use lexical-binding. Require CL.
24265 (comint-dynamic-complete-functions): Use comint-filename-completion.
24266 (comint-completion-addsuffix): Tweak custom type.
24267 (comint-filename-completion, comint--common-suffix)
24268 (comint--common-quoted-suffix, comint--table-subvert)
24269 (comint--complete-file-name-data): New functions.
24270 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24271 (comint-dynamic-list-filename-completions): Use them.
24272 (comint-dynamic-simple-complete): Make obsolete.
24273
24274 * minibuffer.el (completion-in-region-mode):
24275 Keep completion-in-region-mode--predicate global.
24276 (completion-in-region--postch):
24277 Assume completion-in-region-mode--predicate is not null.
24278
24279 * progmodes/flymake.el (flymake-start-syntax-check-process):
24280 Obey `dir'. Simplify.
24281
24282 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24283 we're in VC after all.
24284
24285 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24286
24287 * vc/vc.el (vc-diff-build-argument-list-internal)
24288 (vc-version-ediff, vc-ediff): New commands.
24289 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24290
24291 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24292
24293 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24294 add sanity check.
24295
24296 * obsolete/erc-hecomplete.el: Make obsolete.
24297 * obsolete/: Standardize obsolescence info in the header.
24298
24299 2011-04-20 Glenn Morris <rgm@gnu.org>
24300
24301 * calendar/solar.el (solar-horizontal-coordinates):
24302 Use the longitude argument rather than `calendar-longitude'.
24303 (solar-date-next-longitude): Remove unused locals.
24304
24305 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24306
24307 * whitespace.el: New version 13.2.1.
24308
24309 2011-04-20 felix <EmacsWiki> (tiny change)
24310
24311 * whitespace.el (global-whitespace-mode): Keep highlight when
24312 switching between major modes on a file.
24313
24314 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24315
24316 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24317 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24318 multi-line comments as well.
24319
24320 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24321
24322 Lexical-binding cleanup.
24323
24324 * arc-mode.el (archive-mode-revert):
24325 * cmuscheme.el (scheme-interactively-start-process):
24326 * custom.el (custom-initialize-delay):
24327 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24328 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24329 * emacs-lock.el (emacs-lock-clear-sentinel):
24330 * ezimage.el (defezimage):
24331 * follow.el (follow-avoid-tail-recenter):
24332 * fringe.el (set-fringe-mode-1):
24333 * generic-x.el (bat-generic-mode-compile):
24334 * help-mode.el (help-info-variable, help-do-xref)
24335 (help-mode-revert-buffer):
24336 * help.el (view-emacs-todo):
24337 * iswitchb.el (iswitchb-completion-help):
24338 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24339 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24340 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24341 * locate.el (locate-update):
24342 * longlines.el (longlines-encode-region)
24343 (longlines-after-change-function):
24344 * outline.el (outline-isearch-open-invisible):
24345 * ps-def.el (declare-function, charset-dimension, char-width)
24346 (encode-char):
24347 * ps-mule.el (ps-mule-plot-string):
24348 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24349 (recentf-edit-list-select, recentf-edit-list-validate)
24350 (recentf-open-files-action):
24351 * rect.el (delete-whitespace-rectangle-line)
24352 (rectangle-number-line-callback):
24353 * register.el (window-configuration-to-register)
24354 (frame-configuration-to-register):
24355 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24356 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24357 (xselect-convert-to-targets, xselect-convert-to-delete)
24358 (xselect-convert-to-filename, xselect-convert-to-charpos)
24359 (xselect-convert-to-lineno, xselect-convert-to-colno)
24360 (xselect-convert-to-os, xselect-convert-to-host)
24361 (xselect-convert-to-user, xselect-convert-to-class)
24362 (xselect-convert-to-name, xselect-convert-to-integer)
24363 (xselect-convert-to-atom, xselect-convert-to-identity):
24364 * subr.el (declare, ignore, process-kill-without-query)
24365 (text-clone-maintain):
24366 * terminal.el (te-get-char, te-tic-sentinel):
24367 * tool-bar.el (tool-bar-make-keymap):
24368 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24369 * type-break.el (type-break-mode, type-break-noninteractive-query):
24370 * view.el (View-back-to-mark):
24371 * wid-browse.el (widget-browse-action, widget-browse-widget)
24372 (widget-browse-widgets, widget-browse-sexp):
24373 * widget.el (define-widget-keywords):
24374 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24375 Mark unused parameters.
24376
24377 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24378 (align-areas): Remove unused variable `look'.
24379 (align-region): Remove unused variables `real-end' and `pos-list'.
24380
24381 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24382
24383 * bindings.el (mode-line-modified, mode-line-remote):
24384 Mark unused parameters.
24385 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24386
24387 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24388 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24389
24390 * comint.el (comint-history-isearch-pop-state)
24391 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24392 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24393 (comint-substitute-in-file-name): Doc fix.
24394
24395 * completion.el (cmpl-statistics-block): Mark unused parameter.
24396 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24397 (save-completions-to-file, load-completions-from-file):
24398 Remove unused local variable `e'.
24399
24400 * composite.el (compose-chars): Remove unused variable `len'.
24401 (lgstring-insert-glyph): Remove unused variable `g'.
24402 (compose-glyph-string): Remove unused variables `ascent',
24403 `descent', `lbearing' and `rbearing'.
24404 (compose-glyph-string-relative): Remove unused variables
24405 `lbearing', `rbearing' and `wadjust'.
24406 (compose-gstring-for-graphic): Remove unused variables `header',
24407 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24408 (compose-gstring-for-terminal): Remove unused variables `header'
24409 and `nchars'. Use `let', not `let*'.
24410
24411 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24412 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24413 (Custom-buffer-done, custom-buffer-create-internal)
24414 (custom-browse-visibility-action, custom-browse-group-tag-action)
24415 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24416 (widget-magic-mouse-down-action, custom-toggle-parent)
24417 (custom-add-parent-links, custom-toggle-hide-variable)
24418 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24419 (custom-toggle-hide-face, face, hook, custom-group-link-action)
24420 (custom-face-menu-create, custom-variable-menu-create, get)
24421 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24422 (custom-reset-standard-save-and-update): Remove unused variable `value'.
24423 (customize-apropos): Remove unused variable `tests'.
24424 (custom-group-value-create): Remove unused variable `hidden-p'.
24425 (sort-fold-case): Declare.
24426
24427 * cus-theme.el (custom-reset-standard-faces-list)
24428 (custom-reset-standard-variables-list): Declare.
24429 (customize-create-theme, custom-theme-revert, custom-theme-write)
24430 (custom-theme-choose-mode, customize-themes, custom-theme-save):
24431 Mark unused parameters.
24432
24433 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24434
24435 * delim-col.el (delimit-columns-max): Move defvar before first use.
24436
24437 * descr-text.el (describe-char-categories): Don't quote `lambda'.
24438 (describe-char): Don't quote `lambda'. Mark unused parameter.
24439
24440 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24441 (auto-insert): Declare.
24442 (desktop-restore-file-buffer): Rename desktop-* parameters;
24443 mark unused ones.
24444 (desktop-create-buffer): Rename desktop-* parameters and bind them.
24445 (desktop-buffer): Rename desktop-* parameters.
24446
24447 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24448 (dframe-reposition-frame-xemacs, dframe-help-echo)
24449 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24450 Mark unused parameters.
24451
24452 * dired-aux.el (backup-extract-version-start, overwrite-query)
24453 (overwrite-backup-query, rename-regexp-query)
24454 (rename-non-directory-query): Declare.
24455 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24456 (dired-add-entry): Remove unused variable `orig-file-name'.
24457 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24458 Use parameter PRESERVE-TIME instead of accessing dynamic variable
24459 `dired-copy-preserve-time' directly.
24460 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24461 (dired-insert-subdir-newpos): Rename unused variable `pos'.
24462
24463 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24464 (dired-virtual-revert, dired-make-relative-symlink):
24465 Mark unused parameters.
24466 (manual-program): Declare.
24467 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24468 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24469 wrapped in `with-no-warnings' to avoid replacing one warning by another.
24470
24471 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24472
24473 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24474
24475 * echistory.el (electric-history-in-progress, Helper-return-blurb):
24476 Declare.
24477
24478 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24479
24480 * electric.el (Electric-command-loop): Rename parameter
24481 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24482
24483 * expand.el (expand-in-literal): Remove unused variable `here'.
24484
24485 * facemenu.el (facemenu-add-new-color):
24486 Remove unused variable `docstring'.
24487
24488 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24489 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24490 (face-attr-construct): Mark unused parameter. Doc fix.
24491 (read-color): Remove unused variable `hex-string'.
24492
24493 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24494 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24495 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24496 (display-buffer-other-frame): Remove unused variable `old-window'.
24497 (kill-buffer-hook): Declare.
24498 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24499 Mark unused parameters.
24500 (after-find-file): Pass 1 to `auto-save-mode', not t.
24501
24502 * files-x.el (auto-insert): Declare.
24503 (modify-file-local-variable-prop-line): Remove unused variable `val'.
24504
24505 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24506 variable `buf'. Mark unused parameter.
24507 (find-lisp-insert-directory): Mark unused parameter.
24508
24509 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24510 (format-encode-region): Remove unused variables `cur-buf' and `result'.
24511 (format-common-tail): Remove, unused.
24512 (format-deannotate-region): Remove unused variable `loc'.
24513 (format-annotate-region): Remove unused variable `p'.
24514 (format-annotate-single-property-change): Remove unused variables
24515 `default' and `tail'.
24516
24517 * forms.el (read-file-filter): Declare.
24518 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24519
24520 * frame.el (frame-creation-function-alist): Mark unused parameter.
24521 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24522
24523 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24524 Remove unused parameters.
24525 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24526 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24527
24528 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24529 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24530 (hfy-prepare-tag-map): Mark unused parameters.
24531 (htmlfontify-buffer): Use `called-interactively-p'.
24532
24533 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24534 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24535 (ibuffer-do-occur): Mark unused parameters.
24536 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24537 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24538
24539 * ibuffer.el: Don't quote `lambda'.
24540 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24541 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24542 Mark unused parameters.
24543
24544 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24545 (ido-completing-read): Mark unused parameters.
24546 (ido-copy-current-word): Mark unused parameters;
24547 remove unused variable `name'.
24548 (ido-sort-merged-list): Remove unused parameter `dirs'.
24549
24550 * ielm.el (ielm-input-sender): Mark unused parameter.
24551 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24552 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24553 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24554 `ielm-string' as a dynamic variable accessible from the IELM prompt.
24555 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
24556
24557 * image-dired.el (image-dired-display-thumbs): Remove unused
24558 variables `curr-file' and `count'.
24559 (image-dired-remove-tag): Remove unused variable `start'.
24560 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24561 variable `curr-file'
24562 (image-dired-rotate-original): Remove unused variable `temp-file'.
24563 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24564 Remove unused variable `file'.
24565 (image-dired-gallery-generate): Remove unused variable `curr'.
24566 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24567
24568 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24569
24570 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24571
24572 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24573
24574 * isearch.el (minibuffer-history-symbol): Declare.
24575 (isearch-edit-string): Remove unused variable `err'.
24576 (isearch-message-prefix, isearch-message-suffix):
24577 Mark unused parameters.
24578
24579 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24580
24581 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24582
24583 * makesum.el (double-column): Remove unused variable `cnt'.
24584
24585 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24586 (ido-ignore-item-temp-list): Declare.
24587
24588 * mouse-drag.el (mouse-drag-throw): Remove unused variables
24589 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24590 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24591 (mouse-drag-drag): Remove unused variables `mouse-delta' and
24592 `mouse-col-delta'.
24593
24594 * mouse-sel.el (mouse-extend-internal):
24595 Remove unused variable `orig-window-frame'.
24596
24597 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24598 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24599 Move declarations before first use.
24600 (pcomplete-opt): Mark unused parameters; doc fix.
24601
24602 * proced.el (proced-revert): Mark unused parameter.
24603 (proced-send-signal): Remove unused variable `err'.
24604
24605 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24606 Rename parameter PREFIX-ARG to ARG.
24607 (ps-basic-plot-string, ps-basic-plot-whitespace):
24608 Mark unused parameters.
24609
24610 * replace.el (replace-count): Define.
24611 (occur-revert-function): Mark unused parameters.
24612 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24613 (isearch-case-fold-search, isearch-string): Declare.
24614 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24615 bind `case-fold-search'. Remove unused variables `beg' and `end',
24616 and simplify.
24617 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24618 COUNT and bind `replace-count'.
24619 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24620 to COUNT.
24621
24622 * savehist.el (print-readably, print-string-length): Declare.
24623
24624 * shadowfile.el (shadow-expand-cluster-in-file-name):
24625 Remove unused variable `cluster'.
24626 (shadow-copy-file): Remove unused variable `i'.
24627 (shadow-noquery, shadow-clusters, shadow-site-cluster)
24628 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24629 (shadow-define-literal-group, shadow-define-regexp-group)
24630 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24631
24632 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24633 (shell): Use `called-interactively-p'.
24634 (shell-directory-tracker): Remove unused variable `chdir-failure'.
24635
24636 * simple.el (compilation-context-lines, comint-file-name-quote-list)
24637 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24638 (delete-backward-char): Remove unused variable `ocol'.
24639 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24640 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24641 (event-apply-hyper-modifier, event-apply-shift-modifier)
24642 (event-apply-control-modifier, event-apply-meta-modifier):
24643 Mark unused parameters.
24644 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24645 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24646
24647 * speedbar.el (speedbar-ignored-directory-expressions)
24648 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24649 (speedbar-find-file, speedbar-dir-follow)
24650 (speedbar-directory-buttons-follow, speedbar-tag-find)
24651 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24652 (speedbar-buffers-line-directory, speedbar-buffer-click):
24653 Mark unused parameters.
24654 (speedbar-tag-file): Remove unused variable `mode'.
24655 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24656
24657 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24658
24659 * talk.el (talk): Remove unused variable `display'.
24660
24661 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24662 (tar-write-region-annotate): Mark unused parameter.
24663
24664 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24665 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24666 Declare them, wrapped in `with-no-warnings' to avoid replacing one
24667 warning by another.
24668
24669 * time-stamp.el (time-stamp-string-preprocess):
24670 Remove unused variable `require-padding'.
24671
24672 * tree-widget.el (widget-glyph-enable): Declare.
24673 (tree-widget-action): Mark unused parameter.
24674
24675 * w32-fns.el (x-get-selection): Mark unused parameter.
24676 (autoload-make-program, generated-autoload-file): Declare.
24677
24678 * wdired.el (wdired-revert): Mark unused parameters.
24679 (wdired-xcase-word): Remove unused variable `err'.
24680
24681 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24682 (whitespace-help-scroll): Remove unused variable `data-help'.
24683
24684 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24685 (widget-image-insert, widget-after-change, default)
24686 (widget-default-format-handler, widget-default-notify)
24687 (widget-default-prompt-value, widget-info-link-action)
24688 (widget-url-link-action, widget-function-link-action)
24689 (widget-variable-link-action, widget-file-link-action)
24690 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24691 (widget-field-prompt-internal, widget-field-action, widget-field-match)
24692 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24693 (widget-insert-button-action, widget-delete-button-action, visibility)
24694 (widget-documentation-link-action, widget-documentation-string-action)
24695 (widget-const-prompt-value, widget-regexp-match, symbol)
24696 (widget-coding-system-prompt-value)
24697 (widget-key-sequence-value-to-external, sexp)
24698 (widget-sexp-value-to-internal, character, vector, cons)
24699 (widget-choice-prompt-value, widget-boolean-prompt-value)
24700 (widget-color--choose-action): Mark unused parameters.
24701 (widget-item-match-inline, widget-choice-match-inline)
24702 (widget-checklist-match, widget-checklist-match-inline)
24703 (widget-group-match): Rename parameter VALUES to VALS.
24704 (widget-field-value-set): Remove unused variable `size'.
24705 (widget-color-action): Remove unused variables `value' and `start'.
24706
24707 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24708 variable `dir'. Doc fix.
24709 (windmove-find-other-window): Don't pass it.
24710
24711 * window.el (count-windows): Mark unused parameter.
24712 (bw-adjust-window): Remove unused variable `err'.
24713
24714 * woman.el (woman-file-name): Remove unused variable `default'.
24715 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24716 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24717 (global-font-lock-mode): Declare.
24718 (woman-decode-region): Mark unused parameter.
24719 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24720
24721 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24722 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24723 (x-dnd-handle-moz-url): Remove unused variable `title'.
24724 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24725
24726 * xml.el (xml-parse-tag, xml-parse-attlist):
24727 Remove unused variable `pos'.
24728
24729 2011-04-19 Glenn Morris <rgm@gnu.org>
24730
24731 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24732 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24733 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24734 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24735 * calendar/cal-html.el (cal-html-insert-minical):
24736 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24737 (calendar-mark-date-pattern):
24738 Prefix "unused" locals.
24739
24740 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24741 optional argument `style'.
24742
24743 * calendar/appt.el (appt-make-list):
24744 * calendar/cal-china.el (calendar-chinese-date-string):
24745 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24746 (diary-hebrew-yahrzeit):
24747 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24748 * calendar/calendar.el (calendar-generate-window):
24749 * calendar/time-date.el (time-to-days):
24750 Remove unused local variables.
24751
24752 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
24753
24754 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24755 glyphless-char-display table.
24756 (tabulated-list-glyphless-char-display): New var.
24757
24758 2011-04-18 Sam Steingold <sds@gnu.org>
24759
24760 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24761 to acknowledgments.
24762
24763 2011-04-17 Glenn Morris <rgm@gnu.org>
24764
24765 * calendar/diary-lib.el (diary-sexp-entry):
24766 * calendar/holidays.el (holiday-sexp):
24767 Set debug-on-error rather than the removed stack-trace-on-error.
24768
24769 2011-04-16 Glenn Morris <rgm@gnu.org>
24770
24771 * progmodes/f90.el: Use lexical-binding.
24772 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24773
24774 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24775
24776 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24777 (mail-mode): Setup mailalias completion here instead.
24778 * mail/mailalias.el: Use lexical-binding.
24779 (pattern, mailalias-done): Declare dynamic.
24780 (mail-completion-at-point-function): New function, from mail-complete.
24781 (mail-complete): Use it.
24782 (mail-completion-expand): New function.
24783 (mail-get-names): Use it.
24784 (mail-directory, mail-directory-process, mail-directory-stream):
24785 Don't use `pattern' for lexically bound arg.
24786
24787 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24788
24789 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24790 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24791 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24792
24793 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24794 (byte-save-window-excursion, byte-temp-output-buffer-setup)
24795 (byte-interactive-p): Define them again, for use when inlining
24796 old code.
24797
24798 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
24799
24800 * loadup.el: Use `string-to-number', not `string-to-int'.
24801
24802 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24803
24804 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24805 gud-gdb-complete-command.
24806 (gud-gdb-completions): New function, from gud-gdb-complete-command.
24807 (gud-gdb-completion-at-point): New function.
24808 (gud-gdb-completions): Remove.
24809
24810 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
24811
24812 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24813 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
24814 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24815 whether `executable-find' is bound.
24816
24817 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24818
24819 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24820
24821 * minibuffer.el (completion-in-region-mode-predicate)
24822 (completion-in-region-mode--predicate): New vars.
24823 (completion-in-region, completion-in-region--postch)
24824 (completion-in-region-mode): Use them.
24825 (completion--capf-wrapper): Also return the hook function.
24826 (completion-at-point, completion-help-at-point):
24827 Adjust and provide a predicate.
24828
24829 Preserve arg names for advice of subr and lexical functions (bug#8457).
24830 * help-fns.el (help-function-arglist): Consolidate the subr and
24831 new-byte-code cases. Add argument `preserve-names' to extract names
24832 from the docstring when needed.
24833 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24834 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24835 (ad-arglist): Use help-function-arglist's new arg.
24836 (ad-definition-type): Use cond.
24837
24838 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
24839
24840 * autorevert.el (auto-revert-handler):
24841 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24842 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24843 Don't quote lambda.
24844
24845 * image-mode.el (image-transform-set-scale):
24846 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24847
24848 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
24849
24850 * net/network-stream.el (network-stream-open-starttls): Only do
24851 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24852 Upgrades via gnutls-cli are too slow to be done opportunistically.
24853
24854 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
24855
24856 * dframe.el (dframe-current-frame): Remove spurious quote.
24857
24858 2011-04-12 Glenn Morris <rgm@gnu.org>
24859
24860 * calendar/cal-tex.el (cal-tex-end-document):
24861 Try to automatically use latin1 input if needed.
24862
24863 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24864 Don't try to cons a mark onto an empty element.
24865
24866 2011-04-11 Leo Liu <sdl.web@gmail.com>
24867
24868 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24869 buffers.
24870 (ido-kill-buffer-at-head): Support killing virtual buffers.
24871
24872 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
24873
24874 * minibuffer.el (completion-show-inline-help): New var.
24875 (completion--do-completion, minibuffer-complete)
24876 (minibuffer-force-complete, minibuffer-complete-word):
24877 Inhibit minibuffer messages if completion-show-inline-help is nil.
24878
24879 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24880 to avoid interference from inline help (Bug#5849).
24881
24882 2011-04-10 Leo Liu <sdl.web@gmail.com>
24883
24884 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24885 Fix typo.
24886
24887 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
24888
24889 * image-mode.el (image-toggle-display-image): Signal an error if
24890 not in Image mode.
24891 (image-transform-mode, image-transform-resize)
24892 (image-transform-set-rotation): Doc fix.
24893 (image-transform-set-resize): Delete.
24894 (image-transform-set-scale, image-transform-fit-to-height)
24895 (image-transform-fit-to-width): Handle image-toggle-display-image
24896 and image-transform-resize directly.
24897
24898 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
24899
24900 * doc-view.el (doc-view-fit-width-to-window)
24901 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24902 New functions for fitting the shown image to the Emacs window size.
24903 (doc-view-mode-map): Add bindings for the new functions.
24904
24905 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
24906
24907 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24908 Fix typo in docstring.
24909
24910 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24911
24912 * files.el (file-size-human-readable): Produce one digit after
24913 decimal, like "ls -lh" does.
24914
24915 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24916 the file size representation.
24917
24918 * simple.el (list-processes): If async subprocesses are not
24919 available, error out with a clear error message.
24920
24921 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
24922
24923 * help.el (help-form-show): New function, to be called from C.
24924 Put help-form output in a buffer named differently than *Help*.
24925
24926 2011-04-08 Eli Zaretskii <eliz@gnu.org>
24927
24928 * files.el (file-size-human-readable): New function.
24929
24930 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24931 computing the representation inline. Don't require `cl'.
24932
24933 2011-04-08 Glenn Morris <rgm@gnu.org>
24934
24935 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24936
24937 * net/browse-url.el (browse-url-firefox):
24938 Test system-type, not system-configuration.
24939
24940 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24941 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24942 Use log-edit-empty-buffer-p. (Bug#7598)
24943
24944 * net/rlogin.el (rlogin-process-connection-type): Simplify.
24945 (rlogin-mode-map): Initialize in the defvar.
24946 (rlogin): Use ignore-errors.
24947
24948 * replace.el (occur-mode-map): Some fixes for menu items.
24949
24950 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
24951
24952 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
24953
24954 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24955
24956 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24957 issuing unused warnings.
24958
24959 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24960 macro directly.
24961
24962 * simple.el: Lisp reimplement of list-processes. Based on an
24963 earlier reimplementation by Leo Liu, but using tabulated-list.el.
24964 (process-menu-mode): New major mode.
24965 (list-processes--refresh, list-processes):
24966 (process-menu-visit-buffer): New functions.
24967
24968 * files.el (save-buffers-kill-emacs): Don't assume any return
24969 value of list-processes, which is undocumented anyway.
24970
24971 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
24972
24973 * emacs-lisp/tabulated-list.el: New file.
24974
24975 * emacs-lisp/package.el: Use Tabulated List mode.
24976 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24977 (package-menu-mode): Derive from tabulated-list-mode. Set up the
24978 table format using Tabulated List mode variables.
24979 (package--push): New macro, replacing package-list-maybe-add.
24980 (package-menu--generate): Use package--push. Renamed from
24981 package--generate-package-list.
24982 (package-menu-refresh, list-packages): Use it.
24983 (package-menu--print-info): Rename from package-print-package.
24984 Return insertion data instead of inserting it directly.
24985 (package-menu-describe-package, package-menu-execute):
24986 Use tabulated-list-get-id.
24987 (package-menu-mark-delete, package-menu-mark-install)
24988 (package-menu-mark-unmark, package-menu-backup-unmark)
24989 (package-menu-mark-obsolete-for-deletion):
24990 Use tabulated-list-put-tag.
24991 (package--list-packages, package-menu-revert)
24992 (package-menu-get-package, package-menu-get-version)
24993 (package-menu-sort-by-column): Functions deleted.
24994 (package-menu-package-list, package-menu-sort-key): Vars deleted.
24995 (package-menu--status-predicate, package-menu--version-predicate)
24996 (package-menu--name-predicate)
24997 (package-menu--description-predicate): Handle arguments in the
24998 Tabulated List format.
24999 (package-list-packages-no-fetch): Call list-packages.
25000
25001 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25002
25003 * files.el (after-find-file-from-revert-buffer): Remove variable.
25004 (after-find-file): Don't bind it.
25005 (revert-buffer-in-progress-p): New variable.
25006 (revert-buffer): Bind it.
25007 Pass nil for `after-find-file-from-revert-buffer'.
25008
25009 * saveplace.el (save-place-find-file-hook): Use new variable
25010 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25011
25012 2011-04-06 Glenn Morris <rgm@gnu.org>
25013
25014 * Makefile.in (AUTOGEN_VCS): New variable.
25015 (autoloads): Use $AUTOGEN_VCS.
25016
25017 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25018 * calendar/calendar.el (calendar-mode-map):
25019 Check for toolkit scroll bars. (Bug#8305)
25020
25021 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25022
25023 * minibuffer.el (completion-in-region--postch)
25024 (completion-in-region-mode): Remove unnecessary messages.
25025
25026 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25027
25028 * font-lock.el (font-lock-refresh-defaults):
25029 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25030 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25031
25032 * info.el (Info-directory-list, Info-read-node-name-2)
25033 (Info-split-parameter-string): Doc fixes.
25034 (Info-virtual-nodes): Reflow docstring.
25035 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25036 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25037 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25038 Fix typos in docstrings.
25039 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25040 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25041 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25042 (Info-restore-desktop-buffer): Mark unused parameters.
25043 (Info-directory-find-file, Info-directory-find-node)
25044 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25045 (Info-virtual-index-find-node, Info-apropos-find-file)
25046 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25047 Mark unused parameters; fix typos in docstrings.
25048 (Info-virtual-index): Remove unused local variable `nodename'.
25049
25050 2011-04-05 Deniz Dogan <deniz@dogan.se>
25051
25052 * net/rcirc.el: Update my e-mail address.
25053 (rcirc-mode-map): Remove M-o binding.
25054
25055 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25056
25057 * startup.el (command-line): Save the cursor's theme-face
25058 directly, instead of using face-override-spec.
25059
25060 * custom.el (load-theme): Minor optimization in assigning faces.
25061
25062 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25063
25064 * help-fns.el (describe-variable): Complete all variables having
25065 documentation, including keywords.
25066 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25067
25068 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25069
25070 Convert to lexical-binding.
25071
25072 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25073 (bs--get-marked-string, bs--get-modified-string)
25074 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25075 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25076 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25077
25078 * ehelp.el (electric-help-execute-extended)
25079 (electric-help-ctrl-x-prefix):
25080 * hexl.el (hexl-revert-buffer-function):
25081 * linum.el (linum-after-change, linum-after-scroll):
25082 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25083
25084 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25085
25086 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25087
25088 * epa-dired.el:
25089 * epa-mail.el:
25090 * epa-hook.el:
25091 * epa-file.el:
25092 * epa.el:
25093 * epg.el: Use lexical binding.
25094
25095 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25096
25097 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25098
25099 * textmodes/flyspell.el (flyspell-word): Recognize default
25100 dictionary case for flyspell-mark-duplications-exceptions.
25101 Use regexp matching for languages.
25102 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25103 default dictionary (Bug#7926).
25104
25105 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25106
25107 * emacs-lisp/package.el (package--with-work-buffer):
25108 Recognize https URLs.
25109
25110 * net/network-stream.el: Move from gnus/proto-stream.el.
25111 Change prefix to network-stream throughout.
25112 (open-protocol-stream): Merge into open-network-stream, leaving
25113 open-protocol-stream as an alias. Handle nil BUFFER args.
25114
25115 * subr.el (open-network-stream): Move to net/network-stream.el.
25116
25117 2011-04-02 Glenn Morris <rgm@gnu.org>
25118
25119 * find-dired.el (find-exec-terminator): New option.
25120 (find-ls-option): Test for -ls support.
25121 (find-ls-subdir-switches): Test for -b in find-ls-option.
25122 (find-dired, find-grep-dired): Doc fixes.
25123 (find-dired): Use find-exec-terminator.
25124
25125 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25126 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25127 (find-name-arg): Remove purecopy.
25128
25129 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25130 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25131 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25132 accordingly. Don't add the null-device if not needed.
25133
25134 * files.el (save-some-buffers): Doc fix.
25135
25136 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25137
25138 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25139
25140 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25141
25142 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25143 Use `dolist' rather than `mapcar'.
25144
25145 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25146
25147 Add lexical binding.
25148
25149 * subr.el (apply-partially): Use new closures rather than CL.
25150 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25151 (dolist, dotimes): Use slightly different expansion for lexical code.
25152 (functionp): Move to C.
25153 (letrec): New macro.
25154 (with-wrapper-hook): Use it and apply-partially instead of CL.
25155 (eval-after-load): Preserve lexical-binding.
25156 (save-window-excursion, with-output-to-temp-buffer): Turn them
25157 into macros.
25158
25159 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25160
25161 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25162 than the arglist.
25163 (help-add-fundoc-usage): Don't add `Not documented'.
25164 (help-function-arglist): Handle closures, subroutines, and new
25165 byte-code-functions.
25166 (help-make-usage): Remove leading underscores.
25167 (describe-function-1): Handle closures.
25168 (describe-variable): Use special-variable-p for completion.
25169
25170 * files.el (lexical-binding): Declare safe.
25171
25172 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25173 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25174 (pcase): Add `let' pattern.
25175 Change memoization so it actually works.
25176 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25177 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25178 <let>: New case.
25179
25180 * emacs-lisp/macroexp.el: Use lexical binding.
25181 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25182 Don't convert ' to #' without checking that it's indeed quoting
25183 a lambda.
25184
25185 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25186 Use eval-sexp-add-defvars.
25187 (eval-sexp-add-defvars): New fun.
25188
25189 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25190
25191 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25192 Don't autoload.
25193 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25194 than the internal `byte-compile-lambda'.
25195 (defmethod): Don't hide code under quotes.
25196 (eieio-defmethod): New `code' argument.
25197
25198 * emacs-lisp/eieio-comp.el: Remove.
25199
25200 * emacs-lisp/edebug.el (edebug-eval-defun)
25201 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25202 (edebug-toggle): Avoid `eval'.
25203
25204 * emacs-lisp/disass.el (disassemble-internal): Handle new
25205 `closure' objects.
25206 (disassemble-1): Handle new byte codes.
25207
25208 * emacs-lisp/cl.el (pushnew): Silence warning.
25209
25210 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25211 (cl-byte-compile-throw): Remove.
25212 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25213
25214 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25215 closures.
25216
25217 * emacs-lisp/cconv.el: New file.
25218
25219 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25220 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25221 (byte-compile-initial-macro-environment):
25222 Handle declare-function here.
25223 (byte-compile--lexical-environment): New var.
25224 (byte-stack-ref, byte-stack-set, byte-discardN)
25225 (byte-discardN-preserve-tos): New lap codes.
25226 (byte-interactive-p): Don't use any more.
25227 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25228 New macros.
25229 (byte-compile-lapcode): Use them and handle new lap codes.
25230 (byte-compile-obsolete): Remove.
25231 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25232 (byte-compile-arglist-warn): Check late def of inlinable funs.
25233 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25234 since they should have been expanded by now.
25235 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25236 (byte-compile-from-buffer): Remove unused second arg.
25237 (byte-compile-preprocess): New function.
25238 (byte-compile-toplevel-file-form): New function to distinguish
25239 file-form calls from outside from file-form calls from hunk-handlers.
25240 (byte-compile-file-form): Simplify.
25241 (byte-compile-file-form-defsubst): Remove.
25242 (byte-compile-file-form-defmumble): Simplify now that
25243 byte-compile-lambda always returns a byte-code-function.
25244 (byte-compile): Preprocess.
25245 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25246 Remove, not used any more.
25247 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25248 (byte-compile-make-args-desc): New funs.
25249 (byte-compile-lambda): Handle lexical functions. Always return
25250 a byte-code-function.
25251 (byte-compile-reserved-constants): New var, to make up room for
25252 closed-over variables.
25253 (byte-compile-constants-vector): Obey it.
25254 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25255 (byte-compile-macroexpand-declare-function): New function.
25256 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25257 byte-code-functions.
25258 (byte-compile-form): Check obsolescence here.
25259 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25260 (byte-compile-variable-ref): Remove.
25261 (byte-compile-dynamic-variable-op): New fun.
25262 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25263 (byte-compile-variable-set): New funs.
25264 (byte-compile-discard): Add 2 args.
25265 (byte-compile-stack-ref, byte-compile-stack-set)
25266 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25267 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25268 macroexpand-all instead.
25269 (byte-compile-quote-form): Remove.
25270 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25271 (byte-compile-bind, byte-compile-unbind): New funs.
25272 (byte-compile-let): Handle let* and lexical binding.
25273 (byte-compile-let*): Remove.
25274 (byte-compile-catch, byte-compile-unwind-protect)
25275 (byte-compile-track-mouse, byte-compile-condition-case):
25276 Handle a new :fun-body form, used for lexical scoping.
25277 (byte-compile-save-window-excursion)
25278 (byte-compile-with-output-to-temp-buffer): Remove.
25279 (byte-compile-defun): Simplify.
25280 (byte-compile-stack-adjustment): New fun.
25281 (byte-compile-out): Use it.
25282 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25283
25284 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25285 handler any more.
25286
25287 * emacs-lisp/byte-opt.el: Use lexical binding.
25288 (byte-inline-lapcode): Remove (to bytecomp).
25289 (byte-compile-inline-expand): Pay attention to inlining to/from
25290 lexically bound code.
25291 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25292 any more.
25293 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25294 any more and don't call compiler-macros.
25295 (byte-compile-splice-in-already-compiled-code): Remove.
25296 (byte-code): Don't inline any more.
25297 (disassemble-offset): Receive `bytes' as argument rather than via
25298 dynamic scoping.
25299 (byte-compile-tag-number): Declare before first use.
25300 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25301 `return' even if make-spliceable.
25302 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25303 obsolete interactive-p.
25304 (byte-optimize-lapcode): Optimize new lap-codes.
25305 Don't trip up on new form of `byte-constant' lap code.
25306
25307 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25308
25309 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25310
25311 * custom.el (custom-initialize-default, custom-declare-variable):
25312 Use `defvar'.
25313
25314 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25315 New variables.
25316 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25317 (COMPILE_FIRST): Add macroexp and cconv.
25318 * makefile.w32-in: Mirror changes in Makefile.in.
25319
25320 * vc/cvs-status.el:
25321 * vc/diff-mode.el:
25322 * vc/log-edit.el:
25323 * vc/log-view.el:
25324 * vc/smerge-mode.el:
25325 * textmodes/bibtex-style.el:
25326 * textmodes/css-mode.el:
25327 * startup.el:
25328 * uniquify.el:
25329 * minibuffer.el:
25330 * newcomment.el:
25331 * reveal.el:
25332 * server.el:
25333 * mpc.el:
25334 * emacs-lisp/smie.el:
25335 * doc-view.el:
25336 * dired.el:
25337 * abbrev.el: Use lexical binding.
25338
25339 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25340
25341 * info.el (info-display-manual): New function.
25342
25343 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25344
25345 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25346
25347 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25348
25349 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25350 an entry for that server in rcirc-authinfo. (Bug#8385)
25351
25352 2011-03-31 Glenn Morris <rgm@gnu.org>
25353
25354 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25355
25356 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25357
25358 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25359
25360 * progmodes/python.el (python-default-interpreter)
25361 (python-python-command-args, python-jython-command-args)
25362 (python-which-shell, python-which-args, python-which-bufname)
25363 (python-file-queue, python-comint-output-filter-function)
25364 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25365 variables and functions.
25366
25367 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25368
25369 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25370 (completion-in-region-mode): New minor mode.
25371 (completion-in-region): Use it.
25372 (completion-in-region--data, completion-in-region-mode-map): New vars.
25373 (completion-in-region--postch): New function.
25374 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25375 New vars.
25376 (completion--capf-wrapper): New function.
25377 (completion-at-point): Use it to track well-behavedness of
25378 hook functions.
25379 (completion-help-at-point): New command.
25380
25381 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25382
25383 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25384 syntax class to search for whitespace on a single line
25385 (Message-ID: <4D938140.4030905@redhat.com>).
25386
25387 2011-03-30 Leo Liu <sdl.web@gmail.com>
25388
25389 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25390 New commands.
25391 (edit-abbrevs-map): Bind them here.
25392 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25393
25394 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25395
25396 * allout.el (allout-hide-by-annotation, allout-flag-region):
25397 Reduce possibility of overlay leakage by making them volatile.
25398
25399 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25400 hash is not shared between buffers. Mode initialization is
25401 responsible for giving it a useful starting value.
25402 (allout-item-span): Reduce possibility of overlay leakage by
25403 making them volatile.
25404 (allout-widgets-count-buttons-in-region): Add diagnostic function
25405 for tracking down button overlay leaks.
25406
25407 2011-03-29 Leo Liu <sdl.web@gmail.com>
25408
25409 * ido.el (ido-read-internal): Use the default history var
25410 minibuffer-history if no HISTORY is specified.
25411
25412 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25413
25414 * net/imap.el (imap-shell-open, imap-process-connection-type):
25415 Use imap-process-connection-type for 'shell' streams as well as
25416 Kerberos, SSL, other subprocesses.
25417
25418 2011-03-28 Leo Liu <sdl.web@gmail.com>
25419
25420 * abbrev.el (abbrev-table-empty-p): New function.
25421 (prepare-abbrev-list-buffer): Place empty abbrev tables after
25422 nonempty ones. (Bug#5937)
25423
25424 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
25425
25426 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25427
25428 2011-03-27 Leo Liu <sdl.web@gmail.com>
25429
25430 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25431 for foreground and background colors.
25432 (ansi-color-make-color-map): Adapt.
25433
25434 2011-03-25 Leo Liu <sdl.web@gmail.com>
25435
25436 * midnight.el (midnight-time-float): Remove. Note it calculates
25437 the microsecond component incorrectly and seconds-to-time does the
25438 same job.
25439 Remove redundant (require 'timer).
25440
25441 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25442 (ido-completions): Remove unused arguments. (Bug#8329)
25443
25444 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25445
25446 * minibuffer.el (completion--flush-all-sorted-completions):
25447 Remove itself from hook.
25448 (completion-at-point): Let the functions perform the completion
25449 immediately and return nil or t.
25450 * comint.el (comint-dynamic-complete-functions): Now identical to
25451 completion-at-point-functions.
25452 (comint-dynamic-list-input-ring): Remove unused var `index'.
25453 (comint--match-partial-filename, comint--unquote&expand-filename):
25454 New funs, split from comint-match-partial-filename.
25455 (comint-dynamic-complete): Use completion-at-point.
25456 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25457
25458 2011-03-24 Drew Adams <drew.adams@oracle.com>
25459
25460 * thingatpt.el: Support `defun'.
25461
25462 2011-03-23 Leo Liu <sdl.web@gmail.com>
25463
25464 * abbrevlist.el: Move to obsolete/abbrevlist.el.
25465
25466 * help-mode.el (help-mode-finish): Tweak regexp.
25467
25468 2011-03-23 Glenn Morris <rgm@gnu.org>
25469
25470 * eshell/esh-opt.el (eshell-eval-using-options):
25471 Do not bind unused local variable `eshell-option-stub'.
25472
25473 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25474
25475 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25476
25477 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25478 keymap variable in `with-no-warnings' to avoid a warning when the
25479 keymap has been already `defconst'ed.
25480
25481 2011-03-22 Leo Liu <sdl.web@gmail.com>
25482
25483 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25484 encode all chars in abbrevs; otherwise use emacs-mule or
25485 utf-8-emacs. (Bug#8308)
25486
25487 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
25488
25489 * simple.el (backward-delete-char-untabify):
25490 Avoid warning about using `delete-backward-char'.
25491
25492 * image.el (image-type-file-name-regexps): Make it variable.
25493 `imagemagick-register-types' modifies it, and the user may want
25494 to add new extensions for known image types.
25495 (imagemagick-register-types): Throw error if not using ImageMagick.
25496
25497 2011-03-22 Leo Liu <sdl.web@gmail.com>
25498
25499 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25500 located before rcirc-prompt-end-marker.
25501 (rcirc-complete): Error if point is not after rcirc prompt.
25502 Handle the case when table is nil.
25503 (rcirc-user-authenticated): Define to fix compiler warning.
25504
25505 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
25506
25507 * custom.el (custom--inhibit-theme-enable): Make it affect only
25508 custom-theme-set-variables and custom-theme-set-faces.
25509 (provide-theme): Ignore custom--inhibit-theme-enable.
25510 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25511 (custom-enabling-themes): Delete variable.
25512 (enable-theme): Accept only loaded themes as arguments.
25513 Ignore the special custom-enabled-themes variable.
25514 (custom-enabled-themes): Forbid themes from setting this.
25515 Eliminate use of custom-enabling-themes.
25516 (custom-push-theme): Quote "changed" custom var entry.
25517
25518 2011-03-21 Leo Liu <sdl.web@gmail.com>
25519
25520 * ido.el (ido-read-internal): Add ido-selected to history instead
25521 of user input.
25522
25523 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25524
25525 * subr.el (deferred-action-list, deferred-action-function):
25526 Mark obsolete.
25527
25528 2011-03-21 Leo Liu <sdl.web@gmail.com>
25529
25530 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25531 change on 2011-02-13 (bug#8309).
25532
25533 * minibuffer.el (read-file-name-function): Change default value.
25534 (read-file-name--defaults): Rename from read-file-name-defaults.
25535 (read-file-name-default): Rename from read-file-name.
25536 (read-file-name): Call read-file-name-function.
25537
25538 2011-03-21 Glenn Morris <rgm@gnu.org>
25539
25540 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25541 Doc fixes.
25542
25543 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
25544
25545 * cus-theme.el: Add missing provide statement.
25546 (customize-create-theme): Extract theme value correctly.
25547 (custom-theme-visit-theme): Autoload.
25548 (customize-create-theme): Prompt before inserting default faces.
25549
25550 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
25551
25552 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25553 units and musical notes.
25554
25555 2011-03-20 Leo Liu <sdl.web@gmail.com>
25556
25557 * ido.el (ido-read-internal): Use completing-read-default.
25558 (ido-completing-read): Fix compatibility with completing-read.
25559
25560 2011-03-20 Christian Ohler <ohler@gnu.org>
25561
25562 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25563 (ert-delete-all-tests): Use `called-interactively-p' rather than
25564 `interactive-p'.
25565 (ert--make-xrefs-region): Respect END.
25566
25567 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25568
25569 * dired-aux.el (dired-create-directory): Signal an error if the
25570 directory already exists (Bug#8246).
25571
25572 * facemenu.el (list-colors-display): Call list-faces-display
25573 inside with-help-window.
25574 (list-colors-print): Use display property to align the final
25575 column, instead of checking window-width.
25576
25577 2011-03-19 Eli Zaretskii <eliz@gnu.org>
25578
25579 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25580 windows-nt systems.
25581 (emerge-protect-metachars): Quote correctly for ms-dos and
25582 windows-nt systems.
25583
25584 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
25585
25586 * info.el (info-initialize): Replace all uses of `:' with
25587 path-separator for compatibility with non-Unix systems.
25588 Cache quoting of path-separator. (Bug#8258)
25589
25590 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
25591
25592 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25593 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25594 (mouse-avoidance-mode): Fix typos in docstrings.
25595
25596 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
25597
25598 * startup.el (package-subdirectory-regexp): Move from package.el.
25599 Omit \\` and \\', and let callers add them.
25600
25601 * emacs-lisp/package.el (package-strip-version)
25602 (package-load-all-descriptors): Add \\` and \\' to
25603 package-subdirectory-regexp before using it.
25604 (package-untar-buffer): New arg DIR; ensure that file untars only
25605 into this expected directory. Remove superfluous delete-region.
25606 (package-unpack): Caller changed.
25607 (package-tar-file-info): Use package-subdirectory-regexp.
25608
25609 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25610
25611 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25612 diff-mode-shared-map (bug#8284).
25613 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25614
25615 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
25616
25617 * calendar/time-date.el (format-seconds): Use assoc instead of
25618 assoc-string, since assoc-string doesn't exist in XEmacs.
25619
25620 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
25621
25622 * custom.el (custom-known-themes): Reflow docstring.
25623 (custom-theme-load-path): Fix typo in docstring.
25624 (load-theme): Fix typo in error message.
25625 (custom-available-themes, custom-variable-theme-value):
25626 Use `let', not `let*'.
25627
25628 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25629
25630 * calc/README: Mention inclusion of musical notes.
25631
25632 * calc/calc-units.el (calc-lu-quant): Rename from
25633 `calc-logunits-quantity'.
25634 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25635 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25636 (calc-db): Rename from `calc-dblevel'.
25637 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25638 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25639 (calc-np): Rename from `calc-nplevel'.
25640 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25641 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25642 (calc-lu-plus): Rename from `calc-logunits-add'.
25643 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25644 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25645 (calc-lu-minus): Rename from `calc-logunits-sub'.
25646 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25647 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25648 (calc-lu-times): Rename from `calc-logunits-mul'.
25649 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25650 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25651 (calc-lu-divide): Rename from `calc-logunits-div'.
25652 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25653 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25654
25655 * calc/calc-ext.el (calc-init-extensions): Update the names of the
25656 functions being autoloaded.
25657
25658 * calc/calc.el (calc-lu-power-reference): Rename from
25659 `calc-logunits-power-reference'.
25660 (calc-lu-field-reference): Rename from
25661 `calc-logunits-field-reference'.
25662
25663 * calc/calc-help.el (calc-l-prefix-help):
25664 Mention musical note functions.
25665
25666 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
25667
25668 * minibuffer.el (completion-all-sorted-completions):
25669 Use :completion-cycle-penalty text property if present.
25670
25671 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
25672
25673 * allout.el (allout-yank-processing): Adjust for new rebulleting
25674 regime so bullet being yanked is used without prompting the user
25675 for a choice.
25676
25677 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25678
25679 * startup.el (command-line): Warn the user that _emacs is deprecated.
25680
25681 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
25682
25683 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25684 (delphi-verbose, delphi-comment-face, delphi-string-face)
25685 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25686 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25687 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25688 (delphi-new-comment-line, delphi-font-lock-defaults)
25689 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25690 Fix typos in docstrings.
25691
25692 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
25693
25694 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25695 Invert the roles of character and string values for INSTEAD, so a
25696 string is used for the more common case of a defaulting prompt.
25697
25698 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25699
25700 * progmodes/ruby-mode.el (ruby-backward-sexp):
25701 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25702 * play/gamegrid.el (gamegrid-make-face):
25703 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25704 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25705 * notifications.el (notifications-notify):
25706 * net/xesam.el (xesam-search-engines):
25707 * net/quickurl.el (quickurl-list-insert):
25708 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25709
25710 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
25711
25712 * startup.el (command-line): Update package subdirectory regexp.
25713
25714 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25715
25716 * allout.el (allout-abbreviate-flattened-numbering)
25717 (allout-mode-deactivate-hook): Fix up obsolescence "date".
25718
25719 * subr.el (read-char-choice): Only show the cursor after the prompt,
25720 not after the answer.
25721
25722 2011-03-15 Kevin Ryde <user42@zip.com.au>
25723
25724 * help-fns.el (variable-at-point): Skip leading quotes, if any
25725 (bug#8253).
25726
25727 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
25728
25729 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25730 warning message.
25731
25732 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
25733
25734 * shell.el (shell): When called interactively, offer to change the
25735 shell file name on remote hosts.
25736
25737 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25738
25739 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25740 integration for LDAP parameters. The host, base, user or binddn,
25741 and secret tokens can be specified in a netrc file, for instance.
25742 This is optional because an `auth-source' parameter must be
25743 specified in the search attributes.
25744
25745 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
25746
25747 * help.el (describe-mode): Link to the mode's definition (bug#8185).
25748
25749 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25750
25751 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25752 into declaration. Remove redundant and harmful binding.
25753
25754 2011-03-12 Eli Zaretskii <eliz@gnu.org>
25755
25756 * files.el (file-ownership-preserved-p): Pass `integer' as an
25757 explicit 2nd argument to `file-attributes'. If the file's owner
25758 is the Administrators group on Windows, and the current user is
25759 Administrator, consider that a match.
25760
25761 * server.el (server-ensure-safe-dir): Consider server directory
25762 safe on MS-Windows if its owner is the Administrators group while
25763 the current Emacs user is Administrator. Use `=' to compare
25764 numerical UIDs, since they could be integers or floats.
25765
25766 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
25767
25768 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25769
25770 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
25771
25772 Sync with Tramp 2.2.1.
25773
25774 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25775
25776 * net/trampver.el: Update release number.
25777
25778 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25779
25780 * progmodes/compile.el (compilation--previous-directory): Fix up
25781 various nil/dead-marker mismatches (bug#8014).
25782 (compilation-directory-properties, compilation-error-properties):
25783 Don't call it at a position past the one we're about to change.
25784
25785 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25786 Disable obsolescence warnings in the file that declares it.
25787
25788 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
25789
25790 * allout-widgets.el (allout-widgets-tally):
25791 Initialize allout-widgets-tally as a hash table rather than nil to
25792 prevent mode-line redisplay warnings. Also, clarify the module
25793 description and fix a comment typo.
25794
25795 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
25796
25797 * help-fns.el (describe-variable): Don't complete keywords.
25798 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25799
25800 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
25801
25802 * emacs-lisp/package.el (package-version-join): Impose a standard
25803 string representation for pre/alpha/beta version lists.
25804 (package-unpack-single): Standardize the directory name by passing
25805 it through package-version-join.
25806 (package-strip-rcs-id): Accept any version string that does not
25807 signal an error in version-to-list.
25808
25809 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
25810
25811 * simple.el (delete-trailing-whitespace): Return nil for the
25812 benefit of `write-file-functions'.
25813
25814 2011-03-10 Glenn Morris <rgm@gnu.org>
25815
25816 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25817
25818 * vc/vc-git.el (vc-git-program): New option.
25819 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25820 (vc-git--call): Use it.
25821
25822 * eshell/esh-util.el (eshell-condition-case): Doc fix.
25823
25824 * cus-edit.el (Custom-newline): If no button at point, look
25825 for a subgroup button at start-of-line. (Bug#2298)
25826
25827 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25828
25829 2011-03-10 Julien Danjou <julien@danjou.info>
25830
25831 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25832 `cursor-type' is nil.
25833
25834 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
25835
25836 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25837
25838 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
25839
25840 * allout.el: Change so yank of distinctive-bullet items
25841 preserves the existing header prefix, rebulleting it if necessary,
25842 rather than replacing it. This is necessary for proper operation
25843 of cooperative addons like allout-widgets.
25844 (allout-make-topic-prefix, allout-rebullet-heading):
25845 Change SOLICIT arg to INSTEAD, and interpret additionally a string
25846 value as alternate bullet to be used, instead of prompting the user
25847 for a bullet character.
25848
25849 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
25850
25851 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25852 Do not use `tramp-file-name-port', because this returns also
25853 `tramp-default-port'.
25854
25855 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
25856
25857 * net/rcirc.el (rcirc-handler-001): Remove useless
25858 with-rcirc-process-buffer.
25859 (rcirc-check-auth-status): Swap arguments to string-match.
25860
25861 2011-03-09 Glenn Morris <rgm@gnu.org>
25862
25863 * shell.el (shell-mode):
25864 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
25865
25866 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25867 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
25868
25869 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25870
25871 * emacs-lisp/package.el (package-refresh-contents)
25872 (package-menu-execute): Use condition-case-no-debug.
25873
25874 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
25875
25876 * simple.el (shell-command-to-string): Use `process-file'.
25877
25878 * emacs-lisp/package.el (package-tar-file-info): Handle also
25879 remote files.
25880
25881 * emacs-lisp/package-x.el (package-upload-buffer-internal):
25882 Use `equal' for upload base check.
25883
25884 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
25885
25886 * textmodes/texinfo.el (texinfo-environments):
25887 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
25888
25889 2011-03-08 Glenn Morris <rgm@gnu.org>
25890
25891 * cus-start.el (cursor-in-non-selected-windows):
25892 Fix :set quoting oddness. (Bug#8192)
25893
25894 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25895 in some setf expressions. (Bug#2159)
25896
25897 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
25898
25899 * custom.el (custom-available-themes): Return themes in
25900 alphabetical order.
25901
25902 See ChangeLog.15 for earlier changes.
25903
25904 ;; Local Variables:
25905 ;; coding: utf-8
25906 ;; End:
25907
25908 Copyright (C) 2011-2013 Free Software Foundation, Inc.
25909
25910 This file is part of GNU Emacs.
25911
25912 GNU Emacs is free software: you can redistribute it and/or modify
25913 it under the terms of the GNU General Public License as published by
25914 the Free Software Foundation, either version 3 of the License, or
25915 (at your option) any later version.
25916
25917 GNU Emacs is distributed in the hope that it will be useful,
25918 but WITHOUT ANY WARRANTY; without even the implied warranty of
25919 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25920 GNU General Public License for more details.
25921
25922 You should have received a copy of the GNU General Public License
25923 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.